html {background: #F1F2F2;}
body {font-size: 15px; font-family: 'Inter', sans-serif; font-weight: normal; color: #1D1D1D; min-height: 100%; position: relative; min-width: 1140px;
  overflow-x: hidden; background: #F1F2F2; font-weight: 400;
}

body {position: relative; min-height: 100vh; padding-top: 0px; overflow-x: hidden;}

/*.cont {padding: 0 47px; margin: 0 auto;}*/

.cont {width: 1200px; margin: 0 auto; padding: 0 20px; position: relative;}
.cont-2 {width: 1360px;}

.mobile {display: none!important;}
.desktop {display: block;}

.clear {clear: both;width: 0px;height: 0px;overflow: hidden;font-size: 0px;line-height: 0px;}

a {-webkit-transition:all 0.2s ease;-o-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-ms-transition:all 0.2s ease;
    text-decoration: none; color: #1D1D1D;
    -webkit-appearance: none;
}
a:hover {text-decoration: none; color: #547155;}

b, strong {font-family: 'Inter';}

body img {max-width: 100%;}

.pull-left {float: left;}
.pull-right {float: right;}


input,
textarea,
select {font-family: 'Inter', sans-serif; -webkit-appearance: none; -webkit-appearance: none; border-radius: 0;
  -webkit-transition:all 0.2s ease;-o-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-ms-transition:all 0.2s ease; font-weight: 500;
}

.btn {text-decoration: none; display: inline-block; font-weight: 400; padding: 14px 19px; border: 2px solid #547155; border-radius: 0; color: #fff;
  -webkit-appearance: none; -webkit-appearance: none; position: relative; background: #547155; text-align: center; font-size: 16px;
  -webkit-transition:all 0.2s ease;-o-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-ms-transition:all 0.2s ease; position: relative;
}
.btn:hover {background: #000; color: #fff; border-color: #000;}

.btn-black {background: #000; color: #fff; border-color: #000;}
.btn-black:hover {background: #fff; color: #000;}

.btn-blank {background: transparent; border: 2px solid #547155; color: #547155;}
.btn-blank:hover {background: #547155; color: #fff;}


.flex {display: flex;}
.flex-justify {justify-content: space-between;}
.flex-center {align-items: center;}
.flex-wrap {flex-wrap: wrap;}

header {padding: 6px 0;}
.header-cont {}
header .logo {width: 75px; height: 56px; background: url(../images/logo.svg) no-repeat; background-size: contain;}
header ul {}
header ul li {margin: 0 18px;}
header ul li a {font-weight: 500; font-size: 16px; line-height: 22px; letter-spacing: -0.02em; display: inline-block; border-bottom: 2px solid transparent; padding: 17px 0 25px 0;}
header ul li a:hover {border-color: #000;}
header .contacts-cont {}
header .contacts-cont .phone {position: relative; font-weight: 500; font-size: 16px; line-height: 22px; letter-spacing: -0.02em; margin: 0 30px 0 0; padding: 0 0 0 36px;}
header .contacts-cont .phone:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; width: 24px; height: 22px; 
    background-color: #000;
    -webkit-mask-image: url(../images/phone.svg);
    mask-image: url(../images/phone.svg);
}
header .contacts-cont .btn {}

header .menu-btn.c-hamburger {display: inline-block;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;display: block;position: relative;margin: 0 0 0px 0;padding: 0;height: 22px; width: 26px; font-size: 0;text-indent: 0px;appearance: none;box-shadow: none;border-radius: none;border: none;cursor: pointer;transition: background 0.3s;}
header .menu-btn.c-hamburger:focus {outline: none;}
header .menu-btn.c-hamburger:hover{background: transparent;}
header .menu-btn.c-hamburger.is-active{background: transparent;}
header .menu-btn.c-hamburger.is-active {}
header .menu-btn.c-hamburger.is-active:before {height: 0;}
header .menu-btn.c-hamburger span {display: block;position: absolute;top: 16px;left: 0;width: 26px;height: 3px;background: #5F6368;}
header .menu-btn.c-hamburger span::before,
header .menu-btn.c-hamburger span::after {position: absolute;display: block;left: 0;width: 100%;height: 3px;background-color: #5F6368;content: "";}
header .menu-btn.c-hamburger span::before {top: -8px;}
header .menu-btn.c-hamburger span::after {bottom: -8px;}
header .menu-btn.c-hamburger--htx {background-color: transparent;opacity: 1;}
header .menu-btn.c-hamburger--htx span {transition: background 0s 0.3s;}
header .menu-btn.c-hamburger--htx span::before,.c-hamburger--htx span::after {transition-duration: 0.3s, 0.3s;transition-delay: 0.3s, 0s;}
header .menu-btn.c-hamburger--htx span::before {transition-property: top, transform;}
header .menu-btn.c-hamburger--htx span::after {transition-property: bottom, transform;}
header .menu-btn.c-hamburger--htx.is-active span {background: none;}
header .menu-btn.c-hamburger--htx.is-active span::before {top: 0;transform: rotate(45deg);}
header .menu-btn.c-hamburger--htx.is-active span::after {bottom: 0;transform: rotate(-45deg);}
header .menu-btn.c-hamburger--htx.is-active span::before,
header .menu-btn.c-hamburger--htx.is-active span::after {transition-delay: 0s, 0.3s;}

.mobile-menu {background: #fff; position: fixed; left: 0; top: 0; z-index: 11; width: 100%; display: none;}
.mobile-menu-cont {padding: 90px 20px 20px 20px;}
.mobile-menu ul {}
.mobile-menu ul li {margin-bottom: 20px; margin-left: 0;}
.mobile-menu ul li a {font-weight: 500; font-size: 18px; line-height: 22px; letter-spacing: -0.02em; padding: 0 0;}
.mobile-menu .phone {display: block; padding: 12px 0px; background: rgba(0, 0, 0, 0.08); text-align: center; color: #000; margin-bottom: 20px;}
.mobile-menu .phone span {display: inline-block; position: relative; font-weight: 500; font-size: 16px; line-height: 22px; letter-spacing: -0.02em; padding: 0 0 0 30px;}
.mobile-menu .phone span:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; width: 24px; height: 24px; 
    background-color: #000;
    -webkit-mask-image: url(../images/phone.svg);
    mask-image: url(../images/phone.svg);
}
.mobile-menu .btn {display: block;}


.main-text {padding: 58px 0 23px 0;}
.main-text h1 {font-family: 'Bounded'; font-weight: 400; font-size: 58px; line-height: 64px; text-align: center; padding: 0 0 30px 0;}
.main-text h2 {font-weight: 500; font-size: 30px; line-height: 38px; text-align: center; letter-spacing: -0.02em; padding: 0 140px; margin: 0 0 58px 0;}
.main-text .image-slider {}
.main-text .image-slider a {display: block; width: 386px; margin: 0 20px 0 0;}
.main-text .image-slider a:nth-child(3n) {margin-right: 0;}
.main-text .image-slider a img {display: block;}
.main-text .owl-controls {position: absolute; left: 24px; top: calc(50% - 24px); width: calc(100% - 48px);}
.main-text .owl-controls .owl-nav {position: absolute; left: 0; top: 0; width: 100%;}
.main-text .owl-controls .owl-nav .owl-prev {width: 52px; height: 52px; background: #fff; position: absolute; left: 0; top: 0; text-indent: 1000000px;}
.main-text .owl-controls .owl-nav .owl-prev:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; right: 0; width: 24px; height: 24px; 
    background-color: #000;
    -webkit-mask-image: url(../images/nav.svg);
    mask-image: url(../images/nav.svg);
}
.main-text .owl-controls .owl-nav .owl-next {width: 52px; height: 52px; background: #fff; position: absolute; right: 0; top: 0; text-indent: 1000000px;}
.main-text .owl-controls .owl-nav .owl-next:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; right: 0; width: 24px; height: 24px; 
    background-color: #000; transform: rotate(180deg);
    -webkit-mask-image: url(../images/nav.svg);
    mask-image: url(../images/nav.svg);
}

.form-block {margin: 0 0 63px 0;}
.form-block-bottom {margin-bottom: 31px;}
.form-block-cont {padding: 30px; background: #FFFFFF;}
.form-block .title {font-family: 'Bounded'; font-weight: 400; font-size: 24px; line-height: 34px; letter-spacing: -0.02em; margin: 0 0 23px 0;}
.form-block .short {font-weight: 500; font-size: 20px; line-height: 26px; letter-spacing: -0.02em; margin: 0 0 20px 0;}
.form-block form {margin: 0 0 26px 0;}
.form-block form input {padding: 0 20px; width: 513px; height: 58px; background: #FFFFFF; border: 2px solid rgba(0, 0, 0, 0.2); font-size: 16px;}
.form-block form input:focus {border-color: #547155;}
.form-block form input.error {border-color: red;}
.form-block form .btn {width: 558px; padding: 21px 0;}
.form-block input[type="checkbox"] {display: none;}
.form-block input[type="checkbox"]+label {font-weight: 500; font-size: 15px; line-height: 20px; letter-spacing: -0.02em; color: rgba(0, 0, 0, 0.6); position: relative; padding: 0 0 0 48px; display: block;}
.form-block input[type="checkbox"]+label:before {content: ""; position: absolute; margin: auto; left: 0; top: 0; width: 24px; height: 24px; background: #FFFFFF; border: 2px solid rgba(0, 0, 0, 0.2); border-radius: 8px;}
.form-block input[type="checkbox"]:checked+label:after {content: ""; position: absolute; margin: auto; left: 2px; top: 2px; width: 24px; height: 24px;
    background-color: #000;
    -webkit-mask-image: url(../images/check.svg);
    mask-image: url(../images/check.svg);
}

.product-block {padding: 0 0 68px 0;}
.product-block-cont {}
.product-block .text {width: 500px;}
.product-block .text .label {font-weight: 600; font-size: 18px; line-height: 18px; letter-spacing: -0.02em; color: #FFFFFF; padding: 10px 20px 10px 41px; background: #FF6200; position: relative; display: inline-block; margin: 0 0 30px 0;}
.product-block .text .label:before {content: ""; position: absolute; margin: auto; top: 0; left: 15px; bottom: 0; width: 16px; height: 17px; 
    background-color: #fff;
    -webkit-mask-image: url(../images/molnia.svg);
    mask-image: url(../images/molnia.svg);
}
.product-block .text .name {font-family: 'Bounded'; font-weight: 600; font-size: 38px; line-height: 54px; width: 110%; margin: 0 0 30px 0;}
.product-block .text .small {font-weight: 500; font-size: 30px; line-height: 38px; letter-spacing: -0.02em; width: 110%; margin: 0 0 29px 0;}
.product-block .text ul {font-weight: 500; font-size: 20px; line-height: 24px; margin: 0 0 22px 0;}
.product-block .text ul li {position: relative; padding: 0 0 0 33px; margin: 0 0 10px 0;}
.product-block .text ul li:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; width: 24px; height: 24px; 
    background-color: #000;
    -webkit-mask-image: url(../images/check.svg);
    mask-image: url(../images/check.svg);
}
.product-block .text .price {margin: 0 0 20px 0;}
.product-block .text .price b {font-weight: 700; font-size: 33px; line-height: 42px; color: #FF6200;}
.product-block .text .price i {text-decoration: line-through; font-weight: 700; font-size: 18px; line-height: 24px; font-style: normal;}
.product-block .text .btns {}
.product-block .text .btns .btn {padding: 17px 25px; margin: 0 23px 0 0;}
.product-block .text .btns .btn.btn-blank {}
.product-block .images {width: 700px; align-items: center;}
.product-block .images .big {border-right: 1px solid rgba(0, 0, 0, 0.1); display: block;}
.product-block .images .big img {display: block;}
.product-block .images .smalls {width: 610px; padding: 0 0 0 10px;}
.product-block .images .smalls .small {display: block;}
.product-block .images .smalls .small:first-child {border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.product-block .images .smalls .small img {display: block;}

.task-block {background: #fff; padding: 105px 0 97px 0;}
.task-block .title {font-family: 'Bounded'; font-weight: 400; font-size: 38px; line-height: 64px; margin: 0 0 80px 0;}
.task-block .tasks {}
.task-block .tasks .item {width: 50%; margin: 0 0 44px 0;}
.task-block .tasks .item .name {font-weight: 500; font-size: 30px; line-height: 38px; letter-spacing: -0.02em; position: relative; padding: 0 0 0 72px; margin: 0 0 30px 0;}
.task-block .tasks .item .name:before {content: ""; position: absolute; margin: auto; left: 0; top: 0; bottom: 0; width: 54px; height: 54px; background: #547155;}
.task-block .tasks .item .name.icon-1:after {content: ""; position: absolute; margin: auto; left: 11px; top: 0; bottom: 0; width: 30px; height: 30px;
    background-color: #fff;
    -webkit-mask-image: url(../images/task-1.svg);
    mask-image: url(../images/task-1.svg);
}
.task-block .tasks .item .name.icon-2:after {content: ""; position: absolute; margin: auto; left: 11px; top: 0; bottom: 0; width: 30px; height: 30px;
    background-color: #fff;
    -webkit-mask-image: url(../images/task-2.svg);
    mask-image: url(../images/task-2.svg);
}
.task-block .tasks .item .name.icon-3:after {content: ""; position: absolute; margin: auto; left: 11px; top: 0; bottom: 0; width: 30px; height: 30px;
    background-color: #fff;
    -webkit-mask-image: url(../images/task-3.svg);
    mask-image: url(../images/task-3.svg);
}
.task-block .tasks .item .name.icon-4:after {content: ""; position: absolute; margin: auto; left: 11px; top: 0; bottom: 0; width: 30px; height: 30px;
    background-color: #fff;
    -webkit-mask-image: url(../images/task-4.svg);
    mask-image: url(../images/task-4.svg);
}
.task-block .tasks .item ul {font-weight: 500; font-size: 20px; line-height: 24px; margin: 0 0 22px 0;}
.task-block .tasks .item ul li {position: relative; padding: 0 0 0 33px; margin: 0 0 10px 0;}
.task-block .tasks .item ul li:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; width: 24px; height: 24px; 
    background-color: #000;
    -webkit-mask-image: url(../images/check.svg);
    mask-image: url(../images/check.svg);
}
.task-block .image-slider {}
.task-block .image-slider a {display: block; width: 386px; margin: 0 20px 0 0;}
.task-block .image-slider a:nth-child(3n) {margin-right: 0;}
.task-block .image-slider a img {display: block;}
.task-block .owl-controls {position: absolute; left: 24px; top: calc(50% - 24px); width: calc(100% - 48px);}
.task-block .owl-controls .owl-nav {position: absolute; left: 0; top: 0; width: 100%;}
.task-block .owl-controls .owl-nav .owl-prev {width: 52px; height: 52px; background: #fff; position: absolute; left: 0; top: 0; text-indent: 1000000px;}
.task-block .owl-controls .owl-nav .owl-prev:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; right: 0; width: 24px; height: 24px; 
    background-color: #000;
    -webkit-mask-image: url(../images/nav.svg);
    mask-image: url(../images/nav.svg);
}
.task-block .owl-controls .owl-nav .owl-next {width: 52px; height: 52px; background: #fff; position: absolute; right: 0; top: 0; text-indent: 1000000px;}
.task-block .owl-controls .owl-nav .owl-next:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; right: 0; width: 24px; height: 24px; 
    background-color: #000; transform: rotate(180deg);
    -webkit-mask-image: url(../images/nav.svg);
    mask-image: url(../images/nav.svg);
}
.task-block .achivs {padding: 30px; background: rgba(0, 0, 0, 0.05) url(../images/achivs.png) no-repeat right center; background-size: contain; margin: 93px 0 0 0;}
.task-block .achivs .name {font-family: 'Bounded'; font-weight: 600; font-size: 38px; line-height: 54px;}
.task-block .achivs .short {font-weight: 500; font-size: 30px; line-height: 38px; letter-spacing: -0.02em; width: 60%; margin: 0 0 40px 0;}
.task-block .achivs ul {font-weight: 500; font-size: 20px; line-height: 24px; margin: 0 0 0px 0;}
.task-block .achivs ul li {position: relative; padding: 0 0 0 33px; margin: 0 0 10px 0;}
.task-block .achivs ul li:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; width: 24px; height: 24px; 
    background-color: #000;
    -webkit-mask-image: url(../images/check.svg);
    mask-image: url(../images/check.svg);
}

.recalls {padding: 60px 0 92px 0;}
.recalls .title-cont {margin: 0 0 36px 0;}
.recalls .title-cont .title {font-family: 'Bounded'; font-weight: 400; font-size: 38px; line-height: 64px;}
.recalls .title-cont .nav {}
.recalls .title-cont .nav .prev {width: 52px; height: 52px; background: #fff; margin: 0 20px 0 0px; position: relative;}
.recalls .title-cont .nav .next {width: 52px; height: 52px; background: #fff; position: relative;}
.recalls .title-cont .nav .prev:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; right: 0; width: 24px; height: 24px; 
    background-color: #000;
    -webkit-mask-image: url(../images/nav.svg);
    mask-image: url(../images/nav.svg);
}
.recalls .title-cont .nav .next:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; right: 0; width: 24px; height: 24px; 
    background-color: #000; transform: rotate(180deg);
    -webkit-mask-image: url(../images/nav.svg);
    mask-image: url(../images/nav.svg);
}
.recalls .list {align-items: flex-start;}
.recalls .list .item {padding: 30px; width: 325px; background: #FFFFFF; margin: 0 20px 0 0;}
.recalls .list .item:nth-child(3n) {margin-right: 0;}
.recalls .list .item .stars {margin: 0 0 17px 0;}
.recalls .list .item .stars i {display: inline-block; width: 24px; height: 24px; margin: 0 3px 0 0; 
    background-color: #FF6200;
    -webkit-mask-image: url(../images/star.svg);
    mask-image: url(../images/star.svg);
}
.recalls .list .item .stars span {font-weight: 500; font-size: 16px; line-height: 22px; color: rgba(0, 0, 0, 0.5); margin: 0 0 0 7px;}
.recalls .list .item .short {font-weight: 500; font-size: 16px; line-height: 22px; margin: 0 0 14px 0;}
.recalls .list .item .name {align-items: center;}
.recalls .list .item .name b {font-weight: 500; font-size: 30px; line-height: 38px; letter-spacing: -0.02em;}
.recalls .list .item .name a {font-weight: 500; font-size: 16px; line-height: 22px; color: rgba(0, 0, 0, 0.5);}
.recalls .owl-controls {display: none;}

.callback {}
.callback .callback-cont {padding: 30px; background: rgba(0, 0, 0, 0.9); color: #fff; align-items: flex-end;}
.callback .callback-cont .text {width: calc(100% - 390px);}
.callback .callback-cont .text .name {font-family: 'Bounded'; font-weight: 600; font-size: 36px; line-height: 54px; margin: 0 0 20px 0;}
.callback .callback-cont .text .short {font-weight: 500; font-size: 20px; line-height: 30px; letter-spacing: -0.02em;}
.callback .callback-cont .phone {position: relative; font-weight: 500; font-size: 26px; line-height: 26px; letter-spacing: -0.02em; margin: 0 0px 0 0; padding: 0 0 0 36px; color: #fff;}
.callback .callback-cont .phone:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; width: 32px; height: 32px; 
    background-color: #fff;
    -webkit-mask-image: url(../images/phone-big.svg);
    mask-image: url(../images/phone-big.svg);
}

.form-block-cont {}

footer {padding-bottom: 30px;}
footer .logo-cont {}
footer .logo {width: 75px; height: 56px; background: url(../images/logo.svg) no-repeat; background-size: contain;}
footer .logo-cont span {font-weight: 500; font-size: 16px; line-height: 22px; letter-spacing: -0.02em;}
footer .contacts-cont {}
footer .phone {position: relative; font-weight: 500; font-size: 16px; line-height: 22px; letter-spacing: -0.02em; margin: 0 30px 0 0; padding: 0 0 0 36px;}
footer .phone:before {content: ""; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; width: 24px; height: 22px; 
    background-color: #000;
    -webkit-mask-image: url(../images/phone.svg);
    mask-image: url(../images/phone.svg);
}
footer .btn {}


.modal-hidden {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99; background: #000; opacity: 0.5; display: none;}
.modal {position: fixed; width: 1200px; height: 1113px; margin: auto; top: 0; right: 0; bottom: 0; left: 0; background: #fff; z-index: 100; max-height: 100vh; overflow-x: hidden; display: none;}
.modal::-webkit-scrollbar {-webkit-appearance: none;}
.modal::-webkit-scrollbar:vertical {width: 3px;}
.modal::-webkit-scrollbar:horizontal {height: 3px;}
.modal::-webkit-scrollbar-thumb {background-color: #D9D9DE; border-radius: 3px; border: 2px solid #D9D9DE;}
.modal::-webkit-scrollbar-track {border-radius: 10px; background-color: #F0F0F0;}
.modal-cont {padding: 30px 30px 0px 30px;}
.modal .title-cont {margin: 0 0 30px 0;}
.modal .title-cont .title {font-family: 'Bounded'; font-weight: 400; font-size: 24px; line-height: 34px; letter-spacing: -0.02em;}
.modal .title-cont .close {width: 34px; height: 34px; cursor: pointer;
    background-color: #000;
    -webkit-mask-image: url(../images/close.svg);
    mask-image: url(../images/close.svg);
}
.modal .title-cont .close:hover {background-color: #547155;}
.modal .columns {display: flex; flex-wrap: wrap;}
.modal .column {width: 49%; margin: 0 2% 34px 0;}
.modal .column:nth-child(2n) {margin-right: 0;}
.modal .column .title-small {font-weight: 600; font-size: 22px; line-height: 29px; letter-spacing: -0.02em; margin: 0 0 15px 0;}
.modal .column .line {display: flex; align-items: flex-end; justify-content: space-between; position: relative; border-bottom: 1px dashed rgba(0, 0, 0, 0.2); margin: 0 0 11px 0;}
.modal .column .line b {font-weight: 600; font-size: 18px; line-height: 24px; background: #fff; margin-bottom: -2px; padding-right: 5px;}
.modal .column .line span {font-weight: 400; font-size: 18px; line-height: 24px; background: #fff; margin-bottom: -2px; padding-left: 5px; max-width: calc(100% - 160px);}
.modal .form-block-cont {padding-top: 0;}
.modal .form-block {}
.modal .form-block .title {border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 30px;}
.modal .form-block form {}
.modal .form-block input[type="text"] {width: calc(100% - 44px); margin: 0 0 24px 0;}
.modal .form-block .btn {width: calc(100% - 4px);}

.modal-callback {width: 482px; height: 410px;}
.modal-callback .form-block-cont {padding: 0;}



















