* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "DM Sans", sans-serif !important;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}
button {
    font-family: "DM Sans", sans-serif !important;
}
.container {
    width: 1230px;
    margin: 0 auto;
}
@media (max-width: 1190px) {
    .container {
        width: 940px;
    }
}
@media (max-width: 968px) {
    .container {
        width: 740px;
    }
}
@media (max-width: 767px) {
    .container {
        width: 90%;
    }
}
.sections {
    padding: 64px 0;
}
.title {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 50px;
    word-spacing: -1px;
    letter-spacing: 0px;
}
@media (max-width: 1190px) {
    .title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}
.btn {
    display: inline-block;
    padding: 14px 18px;
    border-radius: 77px;
    background: #d0021b;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
    font-size: 16px;
    color: #2F76FF;
    font-weight: 500;
}
.btn-subtitle .btn-subtitle__icon {
    display: block;
    width: 19px;
    margin-right: 10px;
    margin-top: -2px;
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}
@media (max-width: 750px) {
    .header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.header .header-logo {
    width: 150px;
}
.header .header-logo img {
    display: block;
    width: 100%;
}
.header .header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 750px) {
    .header .header-list {
        display: none;
    }
}
.header .header-list .header-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}
.header .header-list .header-list__item:last-child {
    margin-right: 0;
}
.header .header-list .header-list__item .header-list__icon {
    margin-right: 10px;
}
@media (max-width: 968px) {
    .header .header-list .header-list__item .header-list__icon img {
        max-width: 20px;
    }
}
.header .header-list .header-list__item .header-list__text {
    font-size: 20px;
    color: #191919;
    font-weight: 400;
}
@media (max-width: 1190px) {
    .header .header-list .header-list__item .header-list__text {
        font-size: 14px;
    }
}
.main-wrapper {
    width: 100%;
    padding: 90px 0 80px 0;
    background-image: url(../img/bg-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (max-width: 750px) {
    .main-wrapper {
        padding: 30px 0 30px 0;
    }
}
.main-wrapper .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 750px) {
    .main-wrapper .main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.main-wrapper .main .main-left {
    width: 630px;
}
@media (max-width: 1190px) {
    .main-wrapper .main .main-left {
        width: 530px;
    }
}
@media (max-width: 968px) {
    .main-wrapper .main .main-left {
        width: 400px;
    }
}
@media (max-width: 750px) {
    .main-wrapper .main .main-left {
        width: 100%;
        margin-bottom: 60px;
    }
}
.main-wrapper .main .main-left .main-top__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .main-wrapper .main .main-left .main-top__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.main-wrapper .main .main-left .main-top__wrapper .main-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    padding: 8px 16px;
    line-height: 1;
}
.main-wrapper .main .main-left .main-top__wrapper .main-top div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}
@media (max-width: 440px) {
    .main-wrapper .main .main-left .main-top__wrapper .main-top div {
        width: 50%;
        margin-right: 10px;
    }
    .main-wrapper .main .main-left .main-top__wrapper .main-top div img {
        width: 100%;
        display: block;
    }
}
.main-wrapper .main .main-left .main-top__wrapper .main-top p {
    color: #444;
    font-size: 16px;
}
.main-wrapper .main .main-left .main-title {
    margin-bottom: 30px;
}
.main-wrapper .main .main-left .main-title h1 {
    font-size: 62px;
    color: #191919;
    font-weight: 600;
}
@media (max-width: 1190px) {
    .main-wrapper .main .main-left .main-title h1 {
        font-size: 48px;
    }
}
@media (max-width: 968px) {
    .main-wrapper .main .main-left .main-title h1 {
        font-size: 32px;
    }
}
.main-wrapper .main .main-left .main-list {
    margin-bottom: 30px;
}
.main-wrapper .main .main-left .main-list .main-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.main-wrapper .main .main-left .main-list .main-list__item .main-list__icon {
    margin-right: 10px;
}
.main-wrapper .main .main-left .main-list .main-list__item .main-list__text {
    font-size: 22px;
    color: #191919;
    font-weight: 300;
}
.main-wrapper .main .main-left .main-list .main-list__item:last-child {
    margin-bottom: 0;
}
.main-wrapper .main .main-left .main-btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-wrapper .main .main-left .main-btn_wrap .main-btn {
    display: inline-block;
    padding: 22px 18px;
    border-radius: 77px;
    background: #2F76FF;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    min-width: 294px;
}
.main-wrapper .main .main-right {
    width: 588px;
    position: relative;
}
.new-container {
    background-color: #f4f5f8;
    padding: 64px 0;   
}
.new-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.new-part .left {
    width: 50%;
    font-family: "Brown";
    color: #3b7ccc;
}
.new-part .right {
    width: 50%;
}
.new-part img {
    width: 100%;
}
@media (max-width: 1190px) {
    .main-wrapper .main .main-right {
        width: 360px;
    }
}
@media (max-width: 968px) {
    .main-wrapper .main .main-right {
        width: 300px;
    }
}
@media (max-width: 750px) {
    .new-part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .new-part .left {
        text-align: center;
        width: 100%;
    }
    .new-part .right {
        width: 100%;
    }
}
.main-wrapper .main .main-right img {
    display: block;
    width: 100%;
}
.main-wrapper .main .main-right .main-img__block {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    top: 0;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background-color: #3b7ccc;
}
@media (max-width: 968px) {
    .main-wrapper .main .main-right .main-img__block {
        top: -50px;
    }
}
@media (max-width: 750px) {
    .main-wrapper .main .main-right .main-img__block {
        top: -20px;
    }
}
.main-wrapper .main .main-right .main-img__block .text {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
}
@media (max-width: 968px) {
    .main-wrapper .main .main-right .main-img__block .text {
        font-size: 14px;
    }
}
.main-wrapper .main .main-right .main-img__block .title {
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
}
@media (max-width: 968px) {
    .main-wrapper .main .main-right .main-img__block .title {
        font-size: 24px;
    }
}
.main-brands {
    width: 100%;
    padding: 80px 0;
    background-color: #f4f5f8;
}
@media (max-width: 750px) {
    .main-brands {
        height: auto;
        padding: 30px 0;
    }
}
.main-brands .brands-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    flex-direction: column
}
@media (max-width: 750px) {
    .main-brands .brands-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.main-brands .brands-wrap .brands-wrap_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-bottom: 60px;
}
@media (max-width: 750px) {
    .main-brands .brands-wrap .brands-wrap_title {
        width: 100%;
        margin-bottom: 20px;
        background: transparent;
    }
}
.main-brands .brands-wrap .brands-wrap_title p {
    line-height: 1;
    font-size: 32px;
    font-weight: 400;
    color: #191919;
}
.main-brands .brands-wrap .brands-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 750px) {
    .main-brands .brands-wrap .brands-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }
}
.main-brands .brands-wrap .brands-list .brands-list__item {
    max-width: 210px;
}
@media (max-width: 750px) {
    .main-brands .brands-wrap .brands-list .brands-list__item {
        margin-bottom: 20px;
    }
}
.main-brands .brands-wrap .brands-list .brands-list__item img {
    display: block;
    width: 100%;
}
@media (max-width: 1190px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(1) {
        max-width: 140px;
    }
}
@media (max-width: 968px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(1) {
        max-width: 80px;
    }
}
@media (max-width: 750px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(1) {
        max-width: 200px;
    }
}
.main-brands .brands-wrap .brands-list .brands-list__item:nth-child(2) {
    max-width: 204px;
}
@media (max-width: 1190px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(2) {
        max-width: 160px;
    }
}
@media (max-width: 968px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(2) {
        max-width: 100px;
    }
}
@media (max-width: 750px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(2) {
        max-width: 200px;
    }
}
.main-brands .brands-wrap .brands-list .brands-list__item:nth-child(3) {
    max-width: 104px;
}
@media (max-width: 1190px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(3) {
        max-width: 70px;
    }
}
@media (max-width: 968px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(3) {
        max-width: 60px;
    }
}
@media (max-width: 750px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(3) {
        max-width: 104px;
    }
}
.main-brands .brands-wrap .brands-list .brands-list__item:nth-child(4) {
    max-width: 122px;
}
@media (max-width: 1190px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(4) {
        max-width: 84px;
    }
}
@media (max-width: 968px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(4) {
        max-width: 60px;
    }
}
@media (max-width: 750px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(4) {
        max-width: 102px;
    }
}
.main-brands .brands-wrap .brands-list .brands-list__item:nth-child(5) {
    max-width: 45px;
}
@media (max-width: 968px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(5) {
        max-width: 40px;
    }
}
@media (max-width: 750px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:nth-child(5) {
        max-width: 50px;
    }
}
@media (max-width: 750px) {
    .main-brands .brands-wrap .brands-list .brands-list__item:last-child {
        margin-bottom: 0;
    }
}
.advantage {
    font-family: "DM Sans", sans-serif !important;
}
.advantage .advantage-title {
    text-align: center;
    color: #191919;
    max-width: 800px;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 20px;
}
.advantage .advantage-subtitle {
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    margin-bottom: 55px;
    font-weight: 300;
}
@media (max-width: 600px) {
    .advantage .advantage-subtitle {
        width: 100%;
    }
}
.advantage .advantage-subtitle span {
    font-weight: 700;
}
.advantage .advantage-list__wrap {
    position: relative;
}
@media (max-width: 1190px) {
    .advantage .advantage-list__wrap {
        width: 940px;
    }
}
@media (max-width: 992px) {
    .advantage .advantage-list__wrap {
        width: 100%;
    }
}
@media (max-width: 760px) {
    .advantage .advantage-list__wrap {
        width: 100%;
    }
}
.advantage .advantage-list__wrap .advantage-list__img {
    max-width: 780px;
    margin: 0 auto;
}
@media (max-width: 1190px) {
    .advantage .advantage-list__wrap .advantage-list__img {
    }
}
@media (max-width: 968px) {
    .advantage .advantage-list__wrap .advantage-list__img {
        position: static;
        width: 50%;
        margin: 0 auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .advantage .advantage-list__wrap .advantage-list__img {
        width: 70%;
    }
}
.advantage .advantage-list__wrap .advantage-list__img img {
    display: block;
    width: 100%;
}
.advantage .advantage-list__wrap .advantage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 20px;
    align-items: stretch;
    row-gap: 40px;
    flex-wrap: wrap;
}
@media (max-width: 968px) {
    .advantage .advantage-list__wrap .advantage-list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (max-width: 760px) {
    .advantage .advantage-list__wrap .advantage-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.advantage .advantage-list__wrap .advantage-list .advantage-list__item {
    background-color: #F7F8FE;
    padding: 30px;
    border-radius: 16px;
    flex: 1 1 27%;
}
@media (max-width: 968px) {
    .advantage .advantage-list__wrap .advantage-list .advantage-list__item {
        width: 33%;
    }
}
@media (max-width: 760px) {
    .advantage .advantage-list__wrap .advantage-list .advantage-list__item {
        width: 100%;
    }
}
.advantage .advantage-list__wrap .advantage-list .advantage-list__item .wrapper {
    width: 100%;
}
@media (max-width: 968px) {
    .advantage .advantage-list__wrap .advantage-list .advantage-list__item .wrapper {
        width: 100%;
    }
}
.advantage .advantage-list__wrap .advantage-list .advantage-list__item .wrapper .advantage-list__title {
    font-size: 24px;
    color: #232223;
    margin-bottom: 20px;
}
.advantage .advantage-list__wrap .advantage-list .advantage-list__item .wrapper .advantage-list__text strong {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: -10px;
    display: block;

}
.advantage .advantage-list__wrap .advantage-list .advantage-list__item .wrapper .advantage-list__text {
    font-size: 20px;
    color: #191919;
    line-height: 22px;
    font-weight: 300;
    margin-top: 10px;
}
.advantage .advantage-list__wrap .advantage-list .advantage-list__item .wrapper .advantage-list__icon {
    display: inline-block;
    margin-bottom: 10px;
}
.advantage .advantage-list__wrap .advantage-list .advantage-list__item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 968px) {
    .advantage .advantage-list__wrap .advantage-list .advantage-list__item:nth-child(2) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.advantage .advantage-list__wrap .advantage-list .advantage-list__item:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.advantage .advantage-list__wrap .advantage-list .advantage-list__item:nth-child(6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 968px) {
    .advantage .advantage-list__wrap .advantage-list .advantage-list__item:nth-child(4) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .advantage .advantage-list__wrap .advantage-list .advantage-list__item:nth-child(6) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.advantage .advantage-list__wrap .advantage-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 60px;
}
.how {
    margin: 64px 0 128px;
}
.how .how-inner {
    display: flex;
    align-items: stretch;    
}
.how .left {
    border-radius: 16px 0 0 16px;
    width: 50%;
}
.how .left img {
    max-width: 100%;
}
.how .left img.desktop {
    display: block;
}
.how .left img.mobile {
    display: none;
}
.how .right {
    background-color: #F7F8FE;
    padding: 40px;
    border-radius: 0 16px 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 80px);
}
.how .right .inner {
    width: 100%;
}
.how .right h2 {
    color: #191919;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    flex: 1 1 50%;
}
.how .right  strong {
    color: #191919;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin: 15px 0;
    display: block;
}
.how .right p {
    color: #191919;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 40px;

}
.how .right .btn-blue {
    min-width: 200px;
}

.three-step {
    padding: 128px 0;
    background-color: #F7F8FE;
}
.three-step h2 {
    color: #191919;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
}
.three-step-inner {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.step {
    width: calc(33.3333% - 20px);
    border-radius: 16px;
    background-color: #FFF;
    text-align: center;
    position: relative;
}
.step img {
    max-width: 100%;
}
.step .number {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2F76FF;
    height: 60px;
    width: 60px;
    margin-top: -35px;
    font-weight: 600;
    font-size: 30px;
    color: #FFF;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.step h3 {
    font-weight: 500;
    font-size: 32px;
    padding: 40px 30px 5px 30px;
}
.step p {
    font-weight: 400;
    font-size: 20px;
    padding: 0 30px 30px 30px;
}
.clean {
    padding: 128px 0;
    background-color: #FFF;
}
.clean-inner {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}
.clean .left {
    flex: 1;
}
.clean .left  h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #191919;
    max-width: 480px;
}
.clean .left  p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0 20px 0;
    max-width: 505px;
}
.clean .left .btn-blue {
    min-width: 171px;
}
.clean .left .btn-subtitle {
    text-align: center;
    min-width: 235px;
    max-width: 235px;
    align-items: flex-start;
}
.clean .right {
    flex: 1;
}
.clean .right img {
    max-width: 100%;
}
.clean .bottom {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 30px;
}
.clean .bottom .clean-card {
    width: 25%;
    padding-right: 20px;
}
.clean .bottom .clean-card:first-child, .clean .bottom .clean-card:nth-child(2), .clean .bottom .clean-card:nth-child(3) {
    border-right: 1px solid #ABAEB2;
}
.clean .bottom .clean-card img {
    max-width: 100%;
}
.clean .bottom .clean-card h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: #2F76FF;
    margin: 10px 0;
    word-break: break-all;
}
.clean .bottom .clean-card  p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #191919;
}
.purpose-wrapper {
    background-color: #f4f5f8;
    font-family: "Brown";
}
.purpose-wrapper .purpose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .purpose-wrapper .purpose {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.purpose-wrapper .purpose .purpose-left {
    width: 500px;
}
@media (max-width: 1190px) {
    .purpose-wrapper .purpose .purpose-left {
        width: 450px;
    }
}
@media (max-width: 968px) {
    .purpose-wrapper .purpose .purpose-left {
        width: 320px;
    }
}
@media (max-width: 768px) {
    .purpose-wrapper .purpose .purpose-left {
        width: 100%;
    }
}
.purpose-wrapper .purpose .purpose-left .purpose-title {
    color: #3b7ccc;
}
.purpose-wrapper .purpose .purpose-left .purpose-left__text {
    font-size: 16px;
    color: #31353d;
    line-height: 26px;
    margin-bottom: 30px;
}
.purpose-wrapper .purpose .purpose-left .purpose-left__img {
    width: 100%;
    margin-bottom: 30px;
}
.purpose-wrapper .purpose .purpose-left .purpose-left__img img {
    display: block;
    width: 100%;
}
.purpose-wrapper .purpose .purpose-left .purpose-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.purpose-wrapper .purpose .purpose-right {
    width: 600px;
}
@media (max-width: 1190px) {
    .purpose-wrapper .purpose .purpose-right {
        width: 450px;
    }
}
@media (max-width: 968px) {
    .purpose-wrapper .purpose .purpose-right {
        width: 340px;
    }
}
@media (max-width: 768px) {
    .purpose-wrapper .purpose .purpose-right {
        width: 100%;
    }
}
.purpose-wrapper .purpose .purpose-right .purpose-list {
    width: 100%;
}
.purpose-wrapper .purpose .purpose-right .purpose-list .purpose-list__item {
    width: 100%;
    padding: 30px 0;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #a9a9a9;
}
.purpose-wrapper .purpose .purpose-right .purpose-list .purpose-list__item .purpose-list__content {
    position: relative;
    padding-left: 75px;
}
.purpose-wrapper .purpose .purpose-right .purpose-list .purpose-list__item .purpose-list__content h3 {
    font-size: 24px;
    color: #232223;
    line-height: 30px;
    margin-bottom: 16px;
}
.purpose-wrapper .purpose .purpose-right .purpose-list .purpose-list__item .purpose-list__content p {
    line-height: 26px;
    font-size: 16px;
    color: #31353d;
}
.purpose-wrapper .purpose .purpose-right .purpose-list .purpose-list__item .purpose-list__content .purpose-list__img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 44px;
}
.purpose-wrapper .purpose .purpose-right .purpose-list .purpose-list__item:last-child {
    border-color: transparent;
}
.manufacturer-wrapper {
    background-color: #3b7ccc;
    font-family: "Brown";
}
.manufacturer-wrapper .manufacturer .manufacturer-title {
    text-align: center;
    color: #ffffff;
}
.manufacturer-wrapper .manufacturer .manufacturer-subtitle {
    text-align: center;
    color: #ffffff;
    line-height: 26px;
    margin-bottom: 50px;
}
@media (max-width: 968px) {
    .manufacturer-wrapper .manufacturer .manufacturer-subtitle br {
        display: none;
    }
}
.manufacturer-wrapper .manufacturer .manufacturer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 968px) {
    .manufacturer-wrapper .manufacturer .manufacturer-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.manufacturer-wrapper .manufacturer .manufacturer-list .manufacturer-list__item {
    width: 328px;
}
@media (max-width: 1190px) {
    .manufacturer-wrapper .manufacturer .manufacturer-list .manufacturer-list__item {
        width: 300px;
    }
}
@media (max-width: 968px) {
    .manufacturer-wrapper .manufacturer .manufacturer-list .manufacturer-list__item {
        width: 100%;
        margin-bottom: 30px;
    }
}
.manufacturer-wrapper .manufacturer .manufacturer-list .manufacturer-list__item img {
    display: block;
    width: 57px;
    margin: 0 auto 20px auto;
}
.manufacturer-wrapper .manufacturer .manufacturer-list .manufacturer-list__item h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
.manufacturer-wrapper .manufacturer .manufacturer-list .manufacturer-list__item p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: center;
}
.naturlig-wrapper {
    font-family: "Brown";
}
.naturlig-wrapper .naturlig .naturlig-title {
    text-align: center;
    color: #232223;
}
.naturlig-wrapper .naturlig .naturlig-subtitle {
    text-align: center;
    color: #31353d;
    line-height: 26px;
    margin-bottom: 50px;
}
.naturlig-wrapper .naturlig .naturlig-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .naturlig-wrapper .naturlig .naturlig-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.naturlig-wrapper .naturlig .naturlig-list .naturlig-list__item {
    width: 335px;
}
@media (max-width: 1190px) {
    .naturlig-wrapper .naturlig .naturlig-list .naturlig-list__item {
        width: 300px;
    }
}
@media (max-width: 968px) {
    .naturlig-wrapper .naturlig .naturlig-list .naturlig-list__item {
        width: 220px;
    }
}
@media (max-width: 768px) {
    .naturlig-wrapper .naturlig .naturlig-list .naturlig-list__item {
        width: 100%;
        margin-bottom: 30px;
    }
    .naturlig-wrapper .naturlig .naturlig-list .naturlig-list__item:last-child {
        margin-bottom: 0;
    }
}
.naturlig-wrapper .naturlig .naturlig-list .naturlig-list__item .naturlig-list__img {
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .naturlig-wrapper .naturlig .naturlig-list .naturlig-list__item .naturlig-list__img {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .naturlig-wrapper .naturlig .naturlig-list .naturlig-list__item .naturlig-list__img {
        width: 100%;
    }
}
.naturlig-wrapper .naturlig .naturlig-list .naturlig-list__item .naturlig-list__img img {
    display: block;
    width: 100%;
}
.naturlig-wrapper .naturlig .naturlig-list .naturlig-list__item .naturlig-list__title {
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
}
.naturlig-wrapper .naturlig .naturlig-list .naturlig-list__item .naturlig-list__title span {
    font-weight: bold;
}
.naturlig-wrapper .naturlig .naturlig-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.principleOperation-wrap {
    position: relative;
    font-family: "Brown";
    margin-bottom: 90px;
}
.principleOperation-wrap .principleOperation {
    width: 550px;
}
@media (max-width: 1190px) {
    .principleOperation-wrap .principleOperation {
        width: 400px;
    }
}
@media (max-width: 968px) {
    .principleOperation-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .principleOperation-wrap .principleOperation {
        width: 100%;
        margin-bottom: 50px;
    }
}
.principleOperation-wrap .principleOperation .principleOperation-title {
    color: #3b7ccc;
}
.principleOperation-wrap .principleOperation .principleOperation-text p {
    font-size: 16px;
    color: #31353d;
    line-height: 26px;
    margin-bottom: 30px;
}
.principleOperation-wrap .principleOperation .principleOperation-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.principleOperation-wrap .principleOperation-img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42.71vw;
}
@media (max-width: 1190px) {
    .principleOperation-wrap .principleOperation-img {
        width: 550px;
    }
}
@media (max-width: 968px) {
    .principleOperation-wrap .principleOperation-img {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
    }
}
.principleOperation-wrap .principleOperation-img .principleOperation-descriptions {
    position: absolute;
    bottom: 0;
    left: -10%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #b0caeb;
    border-radius: 5px;
    width: 530px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1190px) {
    .principleOperation-wrap .principleOperation-img .principleOperation-descriptions {
        left: -5%;
        width: 360px;
        -webkit-transform: translateY(70%);
        transform: translateY(70%);
    }
}
@media (max-width: 968px) {
    .principleOperation-wrap .principleOperation-img .principleOperation-descriptions {
        left: 50%;
        width: 320px;
        -webkit-transform: translate(-50%, 70%);
        transform: translate(-50%, 70%);
    }
}
.principleOperation-wrap .principleOperation-img .principleOperation-descriptions .principleOperation-descriptions-text {
    font-size: 16px;
    color: #31353d;
    line-height: 26px;
    margin-bottom: 20px;
}
.principleOperation-wrap .principleOperation-img .principleOperation-descriptions .principleOperation-descriptions-bottom__text {
    color: #3b7ccc;
    font-size: 16px;
    line-height: 1.6;
}
.principleOperation-wrap .principleOperation-img img {
    display: block;
    width: 100%;
    max-height: 24vw;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 968px) {
    .principleOperation-wrap .principleOperation-img img {
        max-height: 100%;
        height: auto;
    }
}
.products {
    font-family: "DM Sans", sans-serif !important;
}
.products-wrapper {
    position: relative;
}
.products-wrapper .products .products-title {
    text-align: center;
    color: #191919;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.products-wrapper .products .products-subtitle {
    color: #191919;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    max-width: 810px;
    margin: 0 auto;
}
.products-wrapper .products .products-subtitle strong {
    font-weight: 600;
}
.products-wrapper .products .products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
}
@media (max-width: 1190px) {
    .products-wrapper .products .products-list {
        margin-top: 140px;
        margin-bottom: 60px;
    }
}
@media (max-width: 968px) {
    .products-wrapper .products .products-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 100px;
    }
}
.products-wrapper .products .products-list .products-list__item {
    position: relative;
    width: 370px;
    background: #f4f5f8;
    border-style: none;
    border-radius: 16px;
    padding: 30px 30px 90px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1190px) {
    .products-wrapper .products .products-list .products-list__item {
        width: 300px;
    }
}
@media (max-width: 968px) {
    .products-wrapper .products .products-list .products-list__item {
        width: 400px;
        margin-bottom: 100px;
    }
    .products-wrapper .products .products-list .products-list__item:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 600px) {
    .products-wrapper .products .products-list .products-list__item {
        width: 100%;
    }
}
.products-wrapper .products .products-list .products-list__item .products-list__img-wrapp {
    width: 100%;
    position: relative;
}
.products-wrapper .products .products-list .products-list__item .products-list__img-wrapp .products-list__img {
    bottom: 0;
    width: 285px;
}
@media (max-width: 1190px) {
    .products-wrapper .products .products-list .products-list__item .products-list__img-wrapp .products-list__img {
        width: 260px;
    }
}
.products-wrapper .products .products-list .products-list__item .products-list__img-wrapp .products-list__img .products-list__flag {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
    padding: 8px 30px 8px 16px;
    background-image: url(../img/product/flag.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.products-wrapper .products .products-list .products-list__item .products-list__img-wrapp .products-list__img img {
    display: block;
    width: 100%;
}
.products-wrapper .products .products-list .products-list__item .products-list__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.products-wrapper .products .products-list .products-list__item .products-list__data .products-list__name {
    font-size: 32px;
    color: #191919;
    font-weight: 600;
}
@media (max-width: 1190px) {
    .products-wrapper .products .products-list .products-list__item .products-list__data .products-list__name {
        font-size: 24px;
    }
}
.products-wrapper .products .products-list .products-list__item .products-list__data .products-list__price {
    font-size: 32px;
    line-height: 38px;
    text-align: right;
    color: #2F76FF;
    font-weight: 500;
}
@media (max-width: 1190px) {
    .products-wrapper .products .products-list .products-list__item .products-list__data .products-list__price {
        font-size: 24px;
    }
}
.products-wrapper .products .products-list .products-list__item .products-descriptions {
    margin-bottom: 60px;
}
.products-wrapper .products .products-list .products-list__item .products-descriptions p {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    border-bottom: 1px solid #ABAEB2;
    padding-bottom: 20px;
    text-align: center;
}
.products-wrapper .products .products-list .products-list__item .tech {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    color: #191919;
    text-align: center;
}
.products-wrapper .products .products-list .products-list__item .value {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #191919;
    margin-bottom: 20px;
    text-align: center;
}
.products-wrapper .products .products-list .products-list__item .tech:last-of-type {
    margin-bottom: 30px;
}    
.products-wrapper .products .products-list .products-list__item .value.grey {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #858A94;
    margin-bottom: 20px;
    text-align: center;
} 
.products-wrapper .products .products-list .products-list__item .products-descriptions .products-descriptions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}
.products-wrapper .products .products-list .products-list__item .products-descriptions .products-descriptions__item .products-descriptions__name {
    width: 40%;
    line-height: 26px;
    font-weight: 600;
    font-size: 16px;
    color: #31353d;
}
@media (max-width: 1190px) {
    .products-wrapper .products .products-list .products-list__item .products-descriptions .products-descriptions__item .products-descriptions__name {
        font-size: 14px;
    }
}
.products-wrapper .products .products-list .products-list__item .products-descriptions .products-descriptions__item .products-descriptions__value {
    width: 60%;
    font-size: 16px;
    color: #5a5c70;
    line-height: 26px;
    text-align: right;
}
@media (max-width: 1190px) {
    .products-wrapper .products .products-list .products-list__item .products-descriptions .products-descriptions__item .products-descriptions__value {
        font-size: 14px;
    }
}
.products-wrapper .products .products-list .products-list__item .products-btn .products-btn__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 77px;
    width: 100%;
    height: 50px;
    background: #2F76FF;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    border: 2px solid #2F76FF !important;
}
.products-wrapper .products .products-bottom {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border: 1px solid #EEEFF5;
    gap: 20px;
}
@media (max-width: 968px) {
    .products-wrapper .products .products-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.products-wrapper .products .products-bottom .products-bottom__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
@media (max-width: 968px) {
    .products-wrapper .products .products-bottom .products-bottom__item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .products-wrapper .products .products-bottom .products-bottom__item:last-child {
        margin: 0;
    }
}
.products-wrapper .products .products-bottom .products-bottom__item img {
    display: block;
    max-width: 36px;
    margin-right: 14px;
}
.products-wrapper .products .products-bottom .products-bottom__item p {
    font-size: 18px;
    color: #444;
    line-height: 26px;
}
.products-wrapper .products__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background-color: #3b7ccc;
    z-index: -1;
}
@media (max-width: 968px) {
    .products-wrapper .products__overlay {
        height: 80%;
    }
}
.rewiews-wrapper {
    font-family: "Brown";
}
.rewiews-wrapper .rewiews .rewiews-title_block .rewiews-title {
    text-align: center;
    font-size: 36px;
}
.rewiews-wrapper .rewiews .rewiews-title_block .rewiews-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .rewiews-wrapper .rewiews .rewiews-title_block .rewiews-subtitle {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.rewiews-wrapper .rewiews .rewiews-title_block .rewiews-subtitle p {
    font-size: 16px;
    color: #444;
    margin-right: 20px;
}
@media (max-width: 768px) {
    .rewiews-wrapper .rewiews .rewiews-title_block .rewiews-subtitle p {
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }
}
@media (max-width: 768px) {
    .rewiews-wrapper .rewiews .rewiews-title_block .rewiews-subtitle img {
        display: block;
        width: 70%;
        margin: 0 auto;
    }
}
.rewiews-wrapper .rewiews .rewiers-slider {
    width: 100%;
}
.rewiews-wrapper .rewiews .rewiers-slider .rewiers-slider__item {
    border: 2px solid #bdbdbd;
    background: #ffffff;
    padding: 40px 30px 40px 75px;
    min-height: 400px;
    max-height: 400px;
}
@media (max-width: 1190px) {
    .rewiews-wrapper .rewiews .rewiers-slider .rewiers-slider__item {
        min-height: auto;
        margin: 0 10px;
        max-height: 100%;
    }
}
@media (max-width: 768px) {
    .rewiews-wrapper .rewiews .rewiers-slider .rewiers-slider__item {
        margin: 0;
    }
}
.rewiews-wrapper .rewiews .rewiers-slider .rewiers-slider__item .rewiers-slider__title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #5a5c70;
    line-height: 25px;
    margin-bottom: 10px;
}
.rewiews-wrapper .rewiews .rewiers-slider .rewiers-slider__item .rewiers-slider__title::before {
    position: absolute;
    left: -45px;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/user-reviews/decor.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.rewiews-wrapper .rewiews .rewiers-slider .rewiers-slider__item .rewiers-slider__text {
    margin-bottom: 15px;
    line-height: 24px;
    color: #5a5c70;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    font-weight: 500;
}
.rewiews-wrapper .rewiews .rewiers-slider .rewiers-slider__item .rewiers-slider__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rewiews-wrapper .rewiews .rewiers-slider .rewiers-slider__item .rewiers-slider__bottom .rewiers-slider__stats {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
}
.rewiews-wrapper .rewiews .rewiers-slider .rewiers-slider__item .rewiers-slider__bottom .rewiers-slider__stats img {
    display: block;
    width: 100%;
}
.rewiews-wrapper .rewiews .rewiers-slider .rewiers-slider__item .rewiers-slider__bottom .rewiers-slider__img {
    width: 50%;
    overflow: hidden;
    width: 46px;
    max-width: 46px;
    margin-right: 14px;
}
.rewiews-wrapper .rewiews .rewiers-slider .rewiers-slider__item .rewiers-slider__bottom .rewiers-slider__name {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 400;
    color: #5a5c70;
    text-align: left;
}
.rewiews-wrapper .rewiews .rewiers-slider .rewiers-slider__item .rewiers-slider__bottom .rewiers-slider__subname {
    font-size: 14px;
    font-family: "brown";
    font-weight: 300;
    color: #5a5c70;
    text-align: left;
}
.rewiews-wrapper .rewiews .buttonWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .rewiews-wrapper .rewiews .buttonWrap {
        margin-top: 30px;
    }
}
.rewiews-wrapper .rewiews .buttonWrap .buttonWrap-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #31ab72;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 10px;
}
.rewiews-wrapper .rewiews .buttonWrap .buttonWrap-item img {
    display: block;
    width: 40%;
}
.rewiews-wrapper .rewiews .button-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}
.slick-track {
    padding-top: 90px;
    padding-bottom: 90px;
}
@media (max-width: 768px) {
    .slick-track {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.slick-slide {
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.slick-slide.slick-center {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    position: relative;
    z-index: 1;
}
@media (max-width: 1190px) {
    .slick-slide.slick-center {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.slick-slide:not(.slick-center) {
    opacity: 0.3;
}
@media (max-width: 1190px) {
    .slick-slide:not(.slick-center) {
        opacity: 1;
    }
}
.slick-slide img {
    width: 100%;
}
.faq-wrapper {
    position: relative;
    background-color: #F7F8FE;
    font-family: "DM Sans", sans-serif !important;
}
.faq-wrapper .faq {
    width: 948px;
    margin: 0 auto;
}
@media (max-width: 990px) {
    .faq-wrapper .faq {
        width: 100%;
    }
}
.faq-wrapper .faq .faq-title {
    text-align: center;
    font-size: 40px;
    color: #191919;
    font-weight: 600;
    margin-bottom: 20px;
}
.faq-wrapper .faq .faq-subtitle {
    line-height: 1.2;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
.faq-wrapper .faq .faq-subtitle a {
    color: #3b7ccc;
    font-weight: 600;
}
.guarantee-wrapper {
    position: relative;
    font-family: "DM Sans", sans-serif !important;
    padding: 120px 0;
    background-color: #FFF;
}
@media (max-width: 968px) {
    .guarantee-wrapper {
        padding: 90px 0;
    }
}
@media (max-width: 768px) {
    .guarantee-wrapper {
        padding: 90px 0 0 0;
    }
}
.guarantee-wrapper .guarantee {
    width: 500px;
}
@media (max-width: 968px) {
    .guarantee-wrapper .guarantee {
        width: 300px;
    }
}
@media (max-width: 768px) {
    .guarantee-wrapper .guarantee {
        width: 100%;
        margin-bottom: 30px;
    }
}
.guarantee-wrapper .guarantee .guarantee-title {
    font-size: 40px;
    color: #191919;
    font-weight: 600;
    line-height: 1.2;
}
.guarantee-wrapper .guarantee .guarantee-subtitle {
    font-size: 20px;
    color: #191919;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 50px;
}
.guarantee-wrapper .guarantee .guarantee-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.guarantee-wrapper .guarantee .guarantee-btn .guarantee-btn__btn {
    background-color: #2F76FF;
    color: #FFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.guarantee-wrapper .guarantee .guarantee-btn .guarantee-btn__btn:hover {
}
.guarantee-wrapper .guarantee .guarantee-btn .guarantee-btn__subtitle {
    color: #2F76FF;
}
.guarantee-wrapper .guarantee-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-image: url(../img/guarantee/wash_guarantee.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 768px) {
    .guarantee-wrapper .guarantee-img {
        position: relative;
        width: 100%;
        display: block;
        height: 400px;
    }
}
.guarantee-wrapper .guarantee-img .guarantee-img__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 124px;
    height: 124px;
    position: absolute;
    background: #2F76FF;
    border-radius: 50%;
    top: 10%;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 768px) {
    .guarantee-wrapper .guarantee-img .guarantee-img__data {
        -webkit-transform: translate(0, -15%);
        transform: translate(0, -15%);
        right: 4px;
        left: auto;
        top: 0;
    }
}
.guarantee-wrapper .guarantee-img .guarantee-img__data div {
    width: 100%;
}
.guarantee-wrapper .guarantee-img .guarantee-img__data div .guarantee-img__data-text {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #FFF;
    line-height: 26px;
    font-weight: 600;
}
.guarantee-wrapper .guarantee-img .guarantee-img__data div .guarantee-img__data-title {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 36px;
    color: #FFF;
    line-height: 26px;
    font-weight: 600;
}
.footer-wrapper {
    padding: 26px 0;
    font-family: "DM Sans", sans-serif !important;
    background-color: #191919;
}
.footer-wrapper .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 660px) {
    .footer-wrapper .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.footer-wrapper .footer .footer-right__line {
    padding: 0 26px;
}
.footer-text {
    font-size: 16px;
    color: #ABAEB2;
    line-height: 26px;
}
.trustPilot-wrap {
    background: #f4f5f8;
}


@media (max-width: 750px) {
    #reviews-top {
        width: 100%;
    }
    .main-wrapper .main .main-left .main-title {
        margin-bottom: 15px;
    }
    .main-wrapper .main .main-left .main-title h1 {
        font-size: 36px !important;
        text-align: center;
        line-height: 1.2;
    }
    .main-wrapper .main .main-left .main-list .main-list__item {
        margin-bottom: 10px;
    }
    .main-wrapper .main .main-left .main-list .main-list__item .main-list__text {
        font-size: 18px;
    }
    .main-wrapper .main .main-right {
        top: -20px;
    }
    .main-wrapper .main .main-left .main-btn_wrap .main-btn {
        display: inline-block;
        padding: 17px 18px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
        text-align: center;
        min-width: 250px;
        margin: 0 auto;
    }
    .main-brands {
        padding: 50px 0;
    }
    .main-brands .brands-wrap .brands-wrap_title p {
        line-height: 1;
        font-size: 26px;
    }
    .main-brands .brands-wrap .brands-list {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    .main-brands .brands-wrap .brands-list .brands-list__item {
        width: 33.3333% !important;
        margin-bottom: 0;
    }
    .advantage .advantage-list__wrap .advantage-list {
        gap: 10px;
        row-gap: 20px;
}
    .advantage .advantage-title {
        font-size: 30px;
        line-height: 1.2;
    }
    .advantage .advantage-list__wrap .advantage-list__img {
        width: 100% !important;
        margin-bottom: 0px !important;
    }
    .advantage .advantage-list__wrap .advantage-list .advantage-list__item {
        padding: 10px;
    }
    .advantage-list__item img {
        width:30px;
    }
    .advantage .advantage-list__wrap .advantage-list .advantage-list__item .wrapper .advantage-list__text {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 5px;
    }
    .advantage .advantage-list__wrap .advantage-list .advantage-list__item .wrapper .advantage-list__text strong {
        font-size: 22px;
        line-height: 1.2;
    }
    .how {
        margin: 0 0 64px;
    }
    .how .how-inner {
        flex-direction: column;
        text-align: center;
    }
    .how .left {
        width: 100%;
        order: 2;
        border-radius: 0 0 16px 16px;
    }
    .how .left img.desktop {
        display: none;
    }
    .how .left img.mobile {
        display: block;
        width: 100%;
    }
    .how .right {
        padding: 40px 20px;
        border-radius: 16px 16px 0 0;
        width: calc(100% - 40px);
    }
    .how .right h2 {
        color: #191919;
        font-size: 34px;
        line-height: 1.1;
        text-align: center;
    }
    .how .right strong {
        color: #191919;
        font-size: 26px;
        line-height: 1.2;
        margin: 10px 0;
        text-align: center;
    }
    .how .right p {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
        text-align: center;
    }
    .how .right .btn-blue {
        min-width: auto;
    }
    .three-step {
        padding: 64px 0;
    }
    .three-step h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .three-step-inner {
        flex-direction: column;
    }
    .step {
        width: 100%;
    }
    .step img {
        width: 100%;
    }
    .step .number {
        height: 45px;
        width: 45px;
        margin-top: -35px;
        font-weight: 600;
        font-size: 22px;
    }
    .step h3 {
        font-size: 26px;
        padding: 20px 20px 5px 20px;
    }
    .step p {
        font-weight: 400;
        font-size: 18px;
        padding: 0 20px 30px 20px;
    }
    .clean {
        padding: 64px 0;
    }
    .clean-inner {
        flex-direction: column;
        justify-content: center;
    }
    .clean .left {
        align-self: center;
        text-align: center;
    }
    .clean .left h3 {
        font-size: 30px;
    }
    .clean .left p {
        font-size: 20px;
        line-height: 1.4;
    }
    .clean .left .btn-subtitle {
        margin: 0 auto;
        margin-top: 20px;
    }
    .clean .right {
        align-self: center;
    }
    .clean .bottom {
        flex-direction: column;
        gap: 0px;
    }
    .clean .bottom .clean-card {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        text-align: center;
    }
    .clean .bottom .clean-card:first-child, .clean .bottom .clean-card:nth-child(2), .clean .bottom .clean-card:nth-child(3) {
        border-bottom: 1px solid #ABAEB2;
        border-right: none;
    }
    .clean .bottom .clean-card img {
        width: 44px;
        max-width: 100%;
    }
    .clean .bottom .clean-card h4 {
        font-size: 26px;
        margin: 5px 0;
    }
    .clean .bottom .clean-card p {
        font-size: 18px;
        line-height: 1.4;
    }
    .video_block {
        padding-top: 0px !important;
        padding-bottom: 64px !important;
    }
    .video_block .video_block-title {
        font-size: 30px;
    }
    .TrustPilot-wrap {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
    .products-wrapper .products .products-title {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .products-wrapper .products-bottom.mobile-benefits {
        display: none !important;
    }
    .products-wrapper .products .products-bottom.desktop-benefits {
        margin-top: 30px;
        display: flex !important;
    }

    .products-wrapper .products .products-bottom .products-bottom__item {
        flex-direction: column;
        width: calc(50% - 40px)!important;
        justify-content: center;
        text-align: center;
    }
    .products-wrapper .products .products-bottom .products-bottom__item img {
        margin-right: 0px;
    }
    .products-wrapper .products .products-list {
        overflow: hidden !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        overflow-x: scroll !important;
    }
    .products-wrapper .products .products-list .products-list__item .products-list__data {
        flex-direction: column;
    }
    .payments-logo.mobile-logo {
        display: none;
    }
    .faq-wrapper .faq .faq-title {
        font-size: 30px;
        line-height: 1.2;
    }
    .faq-wrapper .faq .faq-subtitle {
        line-height: 1.4;
        font-size: 18px;
    }
    .ac .ac-trigger {
        font-size: 22px;
    }
    .ac .ac-panel .ac-text {
        font-size: 18px;
    }
    .guarantee-wrapper {
        padding: 64px 0 0 0;

    }
    .guarantee-wrapper .guarantee {
        text-align: center;
        margin-bottom: 75px;
    }
    .guarantee-wrapper .guarantee .guarantee-btn {
        justify-content: center;
    }
    .guarantee-wrapper .guarantee .guarantee-title {
        font-size: 34px;
        line-height: 1.1;
    }
    .guarantee-wrapper .guarantee .guarantee-subtitle {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .guarantee-wrapper .guarantee-img .guarantee-img__data {
        right: 25px;
        top: -30px;
    }
}

@media (max-width: 968px) {
    .TrustPilot-wrap {
        background-color: #F7F8FE;
    }
    .products-wrapper .products .products-bottom .products-bottom__item {
        width: auto;
        margin: 0;
    }
    .products-wrapper .products .products-list .products-list__item {
        width: 260px;
        margin-bottom: 5px;
        min-width: 260px;
    }
    .products-wrapper .products .products-list .products-list__item .products-list__img-wrapp .products-list__img {
        width: 100%;
    }

    .products-wrapper .products .products-list .products-list__item .products-list__img-wrapp .products-list__img img {
        max-width: 100%;
    }
    .products-wrapper .products-bottom.mobile-benefits {
        display: none !important;
    }
    .products-wrapper .products .products-bottom.desktop-benefits {
        margin-top: 30px;
        display: flex !important;
    }
    .products-wrapper .products .products-list {
        flex-direction: row;
    }
    #products {
        padding-bottom: 64px;
    }
    .products-wrapper .products .products-list {
        overflow: hidden;
        margin: 30px 0 0 0;
        justify-content: center;
        align-items: flex-start;
        padding-bottom: 5px;
    }
    .payments-logo.mobile-logo {
        display: none;
    }
    .price_yellow .products-list__price__old {
        position: relative;
        display: block;
    }
}
/*# sourceMappingURL=main.min.css.map */