* {
    margin: 0;
    padding: 0;
}
:root {
    --white: #fff;
    --prod-head-bg: #f5f5f5;
    --prod-text-dark: #232322;
    --prod-text-gray: #8e8e8e;
    --link-text: #4cae4c;
}
.bread ul.breadcrumb {
	margin: 0 !important;
	margin-bottom: 20px !important;
}
.productSection {
    margin-bottom: 80px;
    overflow: hidden;
}
._container, h1 {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 1170px;
    display: flex;
    justify-content: center;
}
h1 {
	justify-content: flex-start;
}
h1 span {
	width: 100%;
	display: block;
}
.productHead {
    width: 100vw;
    background: var(--prod-head-bg);
}
._container.p-tb--head {
    padding: 20px 15px;
}
.productHead h2 {
    font-size: clamp(24px, 2vw, 36px);
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    color: var(--prod-text-dark);
}
.productBody {
    margin-top: 40px;
}
._container.p-tb--body {
    padding: 0 15px;
}
.productBody a {
    font-size: clamp(16px, 1vw, 18px);
    font-weight: 500;
    text-decoration: none;
}
.productBody a:not(.btn) {
    color: var(--link-text);
    border-bottom: 1px solid var(--link-text);
}
a.btn.green {
    padding: 10px 20px;
    border-radius: 5px;
    background: var(--link-text);
    color: var(--white);
}
.productBody p a {
    font-size: inherit;
}

._list {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
._item {
    display: flex;
    gap: 15px;
}
._item svg {
    margin-top: 2px;
    flex: 0 0 24px;
}
._item p {
    font-size: clamp(16px, 1.5vw, 24px);
}

.full-card-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

._imgs {
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
._imgs .img1 {
    flex: 1 1 400px;
}
._imgs .img2 {
    flex: 2 1 800px;
}
._imgs img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid var(--prod-text-gray);
}

._guarantee {
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}
._qrs {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
._qr {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
._qr img {
    width: 100%;
    max-width: 250px;
}

._accordeon {
    width: 100%;
    max-width: 900px;
}
._accordeon-item {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
._accordeon-item:first-child {
    border-top: 1px solid #ccc;
}
._accordeon-item__head {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
._accordeon-item__head h4 {
    transition: all .3s;
}
._accordeon-item__btn {
    position: relative;
    min-width: 26px;
    max-height: 26px;
    height: 26px;
}
._accordeon-item__btn::before,
._accordeon-item__btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--prod-text-dark);
    transition: all .3s;
}
._accordeon-item__btn::before {
    width: 2px;
    height: 26px;
}
._accordeon-item__btn::after {
    width: 26px;
    height: 2px;
}
._accordeon-item__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
}
._accordeon-item__body-text {
    margin: 0 auto;
    padding: 0 15px 30px;
    width: 100%;
    max-width: 800px;
}
._accordeon-item.is-open ._accordeon-item__head h4 {
    color: var(--link-text);
}
._accordeon-item.is-open ._accordeon-item__btn::after {
    background: var(--link-text);
}
._accordeon-item.is-open ._accordeon-item__btn::before {
    opacity: 0;
}

#start .productBody ._container {
	padding-right: 0;
	padding-left: 0;
}
#start .productBody ._container img {
	width: 100%;
}

#history .productBody p {
    width: 100%;
    max-width: 800px;
    font-size: clamp(16px, 1.5vw, 20px);
    text-align: center;
    color: var(--prod-text-gray);
}

#operatingPrinciple ._container,
#problems ._container {
    flex-direction: column;
    gap: 40px;
}
#operatingPrinciple .full-card,
#problems .full-card {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: clamp(30px, 5.2vw, 100px);
}
#operatingPrinciple .full-card span,
#problems .full-card span {
    position: absolute;
    top: 0;
    font-size: clamp(60px, 11vw, 200px);
    font-weight: 900;
    line-height: 90%;
    color: rgba(153, 195, 64, .15);
}
#operatingPrinciple .full-card p {
    width: 100%;
    max-width: 220px;
    font-size: clamp(16px, 1.5vw, 24px);
}
#operatingPrinciple .full-card img {
    width: 100%;
    max-width: 700px;
}
#operatingPrinciple .full-card:nth-child(2n+1),
#problems .full-card:nth-child(2n+1) {
    justify-content: flex-end;
}
#operatingPrinciple .full-card:nth-child(2n+1) span,
#problems .full-card:nth-child(2n+1) span {
    left: 50px;
}
#operatingPrinciple .full-card:nth-child(2n) span,
#problems .full-card:nth-child(2n) span {
    right: 50px;
}
#operatingPrinciple .full-card:nth-child(2n+1) p {
    text-align: right;
}
#operatingPrinciple .full-card:nth-child(2n) p,
#problems .full-card:nth-child(2n) ._list {
    order: 2;
}

#advantages .productBody {
    margin-top: 0;
}
#advantages .productBody ._container {
	padding-right: 0;
	padding-left: 0;
}
#advantages ._container {
    max-width: 1920px;
    flex-direction: column;
    gap: 0;
}
#advantages .full-card-2__block {
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(153, 195, 64, .15);
}
#advantages .full-card-2__image {
    display: flex;
}
#advantages .full-card-2__image img {
    object-fit: cover;
    height: 100%;
}
#advantages .full-card-2:nth-child(2n+1) .full-card-2__block {
    order: 2;
}
#advantages .full-card-2:nth-child(2n+1) .full-card-2__image {
    justify-content: flex-end;
}
#advantages .full-card-2:nth-child(1) .full-card-2__image {
    justify-content: center;
}

#bag .productBody {
    margin-top: 0;
    background: var(--prod-head-bg);
}
#bag .productBody ._container {
    padding: 40px 15px;
    flex-direction: column;
}
#bag .full-card {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
#bag .full-card img {
    width: 50%;
    max-width: 500px;
}
#bag .full-card:nth-child(2n) img {
    order: 2;
}

#exploitation .productBody ._container,
#methodics .productBody ._container,
#exicises .productBody ._container {
    max-width: 1300px;
    flex-direction: column;
    gap: 40px;
}

#problems ._container {
    max-width: 1000px;
    gap: 60px;
}
#problems .full-card ._list {
    width: 100%;
    max-width: 400px;
}
#problems .full-card img {
    width: 100%;
    max-width: 300px;
}

#effects .productBody ._container {
    max-width: 1400px;
}
#effects .full-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
#effects ._list {
    max-width: 700px;
}
#effects p {
    text-transform: uppercase;
}
#effects img {
	width: 50%;
	max-width: 600px;
}

#forWhat {
    padding: 40px 0 60px;
    background: rgba(153, 195, 64, .15);
}
#forWhat .productHead {
    background: transparent;
}
#forWhat .productBody ._container {
    flex-direction: column;
    gap: 60px;
}
#forWhat .full-card {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: clamp(30px, 5.2vw, 100px);
}
#forWhat .full-card p {
    width: 100%;
    max-width: 500px;
    font-size: clamp(16px, 1.5vw, 24px);
    text-transform: uppercase;
    text-align: center;
}
#forWhat .full-card:nth-child(2n) p {
    order: 2;
}
#forWhat ._img-circle {
    width: 100%;
    max-width: 500px;
    border-radius: 500px;
    overflow: hidden;
}
#forWhat ._img-circle img {
    width: 100%;
    display: block;
}

#sertification img {
	width: 100%;
}

#why .full-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#why .full-card img {
    width: 100%;
    max-width: 500px;
    display: block;
}

#contacts .productBody {
    background: #f8f8f8;
}
#contacts .full-card {
    width: 100%;
    max-width: 1000px;
    display: flex;
    align-items: center;
    gap: 30px;
}
#contacts .full-card__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
#contacts .full-card__info h2 {
    text-align: center;
}
#contacts .full-card img {
    height: clamp(300px, 28.2vw, 540px);
}

.productInfo {
    margin: 30px auto 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.productInfo__left {
    width: 100%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.productInfo__image {
    width: 100%;
    border: 1px solid var(--prod-text-gray);
}
.productInfo__image img {
    width: 100%;
}
.productInfo__right {
    width: 100%;
    max-width: 620px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.productInfo__right ol {
    list-style: decimal !important;
}
.productInfo__right ul {
    padding-left: 24px;
    list-style: circle !important;
}
.productInfo__right img {
    width: 100%;
}
.productInfo__chars {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.productInfo__chars-head,
.productComplectation__head {
    padding: 10px 20px;
    background: var(--prod-head-bg);
}
.productInfo__chars-head {
	cursor: pointer;
}
.productInfo__chars-head h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	cursor: pointer;
}
.productComplectation__head h3 {
    color: var(--link-text);
}
.productInfo__chars-head.active h3 {
	color: var(--link-text);
}
.productInfo__chars-head span {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 140px;
	max-width: 140px;
	height: 100%;
}
.productInfo__chars-head span::after {
	position: absolute;
	content: 'Смотреть';
	bottom: 0px;
	left: 25px;
	font-size: 16px;
	color: #5cb85c;
	transition: all 0.5s;
}
.productInfo__chars-head.active {
	color: #5cb85c;
}
.productInfo__chars-head:not(.active):hover span::after {
	text-decoration: underline;
}
.productInfo__chars-head.active span::after {
	content: 'Скрыть';
}
.productInfo__chars ul {
	display: none;
}
.productInfo__chars ul.active {
	display: block;
}
.productInfo__pricing h4 {
    font-size: clamp(16px, 1.5vw, 24px);
}
.productInfo__pricing-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.productInfo__pricing-list p {
    font-size: clamp(16px, 1.5vw, 24px);
    color: #A81C15;
}
.productInfo__pricing-list p strong {
    font-size: inherit;
    color: inherit;
}
.productInfo__pricing .btn span {
    font-size: clamp(16px, 1.5vw, 24px);
}
.productInfo__pricing-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.productInfo__pricing-links a {
    color: var(--prod-text-gray);
    border-bottom: 1px solid var(--prod-text-gray);
}

.productComplectation {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.productComplectation__left {
    width: 100%;
    max-width: 480px;
}
.productComplectation__head {
    margin-bottom: 30px;
}
.productComplectation__right {
    width: 100%;
    max-width: 660px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.productComplectation__images {
    display: flex;
    gap: 20px;
}
.productComplectation__right img,
.productComplectation__image {
    width: 100%;
    display: block;
}
.productComplectation__right img {
    border: 1px solid var(--prod-text-gray);
}

#start .productHead:first-child {
    background: #F0FFCF;
}
#start .productHead:first-child ._container {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
#start .productHead:first-child ._container > img {
    width: 100%;
    max-width: 100px;
}

#whatIs ._container {
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.whatIs__left {
    width: 100%;
    max-width: 700px;
}
.whatIs__left h2 {
    margin-bottom: 30px;
}
.whatIs__left p {
    margin-bottom: 18px;
}
.whatIs__left p span {
    font-size: inherit;
    color: var(--link-text);
}
.whatIs__right {
    width: 100%;
    max-width: 400px;
}
.whatIs__right img {
    width: 100%;
    display: block;
}



#uprsss .productBody ._container {
	flex-direction: column;
	gap: 20px;
}
.bms2_img video {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 800px;
	display: block;
}
.upr_img img {
	width: 100%;
	max-width: 900px;
}
.bms2__imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center
}

.bms2__imgs .open-modal-btn {
    max-width: 354px
}

.bms2__imgs img {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.modal-bms {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.modal-bms .open-modal-btn {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.modal-bms .open-modal-btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.modal-content-bms {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #dedacd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    width: 60%;
    height: 80%
}

.close-modal-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 44px;
    width: 44px;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    z-index: 100000
}

.modal-slider {
    height: 100%
}

.modal-slider .slick-list {
    height: 100%
}

.modal-slider .slick-track {
    height: 100%
}

.modal-slider .slick-arrow {
    position: absolute;
    z-index: 100000;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(153, 195, 64, .5);
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.modal-slider .slick-arrow:hover {
    background: rgba(153, 195, 64, .3)
}

.modal-slider .slick-arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.modal-slider .slick-arrow.slick-prev {
    left: 0 !important;
}

.modal-slider .slick-arrow.slick-next {
    right: 0 !important;
    left: auto !important;
}

@media(max-width:1450px) {
    .modal-content-bms {
        width: 80%
    }
}

@media(max-width:767px) {
    .modal-content-bms {
        width: 100%;
        height: 100%;
        border-radius: 0
    }

    .modal-bms .open-modal-btn img {
        -o-object-fit: contain;
        object-fit: contain
    }
    .close-modal-btn {
        top: 60px
    }
}	


.how_bms2 {
    margin-top: 60px
}

.how_bms2_title {
    padding: 12px 40px;
    color: #232322;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.how_bms2_wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    color: #555;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-wrap: wrap;
    gap: 15px;
}

.how_bms2_btn {
    margin-top: 30px;
    display: flex;
    justify-content: center
}					 
								 
.how_bms2_punkt {
    min-width: 226px;
    text-align: center;
}

.how_bms2_btn .dev_one_click_buy_wrapper{
    height: 50px;
    width: 278px;
}

.how_bms2_btn .product_button.bms2 {
    margin: 0;
}

.how_bms2_btn .product_button.bms2 input {
    display: flex;
    padding: 0 30px !important;
    align-items: center;
    height: 50px !important;
    width: 278px !important;
    justify-content: center;
    border-radius: 7px !important;
    background-color:  #F00 !important;
    color: #FFF;
    transition: none;
    margin: 0 !important;
    font-size: 16px !important;
}

.how_bms2_btn .product_button.bms2 input:hover {
    background-color: #232322 !important;
}
	
@media (max-width: 550px) {
	<!-- .work_item:nth-child(1) .work_item_img,
	.open-modal-btn:nth-child(2),
	.open-modal-btn:nth-child(3) {
		display: none;
	} -->
	.consulting__modal-inside {
		width: 340px !important;
	}
	.consulting__modal {
		left: -75px !important;
	}
}

.consulting:hover > .consulting__modal {
	display: block !important;
}



.result {
    background: #FAFFEF;
    padding: 60px 20px;
    margin-top: 60px
}

.result_list_item p,
.result_list_check p {
    margin: 0px
}

.result_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.result_descr {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.result_descr p {
    text-align: center;
    color: #FF0000;
    font-size: 16px;
    font-weight: 400;
}

.result_list {
    grid-template-columns: minmax(auto, 470px) minmax(auto, 410px);
    display: grid;
    gap: 40px;
    justify-content: center;
}

.result_list_item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: center;
}

.result_list_item p {
    color: #555555;
    font-size: 16px;
    font-weight: 500;
}

.result_list_item p span {
    font-size: 16px;
    font-weight: 600;
}

.result_list_check {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #99C340;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result_list_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
}

.result_list_check p {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF
}

.result_wrapper {
    grid-template-columns: 1fr;
}

.result_list_block {
    grid-template-rows: auto;
}

.result_list_item {
    grid-template-columns: 30px 1fr;
    gap: 10px;
}

.result_list_check {
    width: 30px;
    height: 30px;
}

.result_list_check p {
    font-size: 12px;
}


@media screen and (max-width: 1070px) {
	#operatingPrinciple .full-card img {
		max-width: 500px;
	}
	#advantages .full-card-2__image {
		height: 300px;
	}
	#advantages .full-card-2:nth-child(1) .full-card-2__image img {
		width: auto;
	}
}
@media screen and (max-width: 720px) {
	.productInfo, .productComplectation, #whatIs ._container {
		flex-direction: column;
	}
	#operatingPrinciple .full-card img  {
		max-width: 300px;
	}
}
@media screen and (max-width: 600px) {
	.full-card-2 {
		grid-template-columns: repeat(1, 1fr);
	}
	#advantages .full-card-2 {
		display: flex;
		flex-direction: column;
	}
	#advantages .full-card-2:nth-child(2n+1) .full-card-2__block {
		order: 0 !important;
	}
	#advantages .full-card-2__image {
		order: 2 !important;
	}
	#advantages .full-card-2__image img {
		width: 100%;
		height: auto;
	}
	#effects .full-card img {
		order: 2;
		width: 95%;
	}
	#sertification .full-card-2 {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	#contacts .full-card, #effects .full-card {
		flex-direction: column;
	}
	#problems .full-card img {
		order: 2;
	}
	#problems .full-card {
		flex-direction: column;
	}
	#problems .full-card:nth-child(2n) span {
		left: 50px;
		right: auto;
	}
	.result_list {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}
}
@media screen and (max-width: 500px) {
	#operatingPrinciple .full-card {
		flex-direction: column;
	}
	#operatingPrinciple .full-card:nth-child(2n+1) {
		justify-content: flex-start;
	}
	#operatingPrinciple .full-card:nth-child(2n) p {
		order: 0;
		text-align: right;
	}
	#operatingPrinciple .full-card img {
		order: 2;
	}
	#operatingPrinciple .full-card:nth-child(2n) span {
		left: 50px;
		right: auto;
	}
	#bag .full-card, #forWhat .full-card {
		flex-direction: column;
	}
	#bag .full-card img {
		width: 100%;
		order: 2;
	}
	#forWhat .full-card ._img-circle {
		order: 2;
	}
	._imgs {
		flex-direction: column;
	}
}