/*  
    ----------------------------------
    base
    ----------------------------------
*/


@font-face {
    font-family: 'Onest';
    src: url('/assets/fonts/onest/Onest-ExtraBold.eot');
    src: local('Onest ExtraBold'), local('Onest-ExtraBold'),
        url('/assets/fonts/onest/Onest-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/onest/Onest-ExtraBold.woff2') format('woff2'),
        url('/assets/fonts/onest/Onest-ExtraBold.woff') format('woff'),
        url('/assets/fonts/onest/Onest-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
    
@font-face {
    font-family: 'Onest';
    src: url('/assets/fonts/onest/Onest-Medium.eot');
    src: local('Onest Medium'), local('Onest-Medium'),
        url('/assets/fonts/onest/Onest-Medium.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/onest/Onest-Medium.woff2') format('woff2'),
        url('/assets/fonts/onest/Onest-Medium.woff') format('woff'),
        url('/assets/fonts/onest/Onest-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/assets/fonts/onest/Onest-SemiBold.eot');
    src: local('Onest SemiBold'), local('Onest-SemiBold'),
        url('/assets/fonts/onest/Onest-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/onest/Onest-SemiBold.woff2') format('woff2'),
        url('/assets/fonts/onest/Onest-SemiBold.woff') format('woff'),
        url('/assets/fonts/onest/Onest-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/assets/fonts/onest/Onest-Regular.eot');
    src: local('Onest Regular'), local('Onest-Regular'),
        url('/assets/fonts/onest/Onest-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/onest/Onest-Regular.woff2') format('woff2'),
        url('/assets/fonts/onest/Onest-Regular.woff') format('woff'),
        url('/assets/fonts/onest/Onest-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/assets/fonts/onest/Onest-Bold.eot');
    src: local('Onest Bold'), local('Onest-Bold'),
        url('/assets/fonts/onest/Onest-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/onest/Onest-Bold.woff2') format('woff2'),
        url('/assets/fonts/onest/Onest-Bold.woff') format('woff'),
        url('/assets/fonts/onest/Onest-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/assets/fonts/onest/Onest-Black.eot');
    src: local('Onest Black'), local('Onest-Black'),
        url('/assets/fonts/onest/Onest-Black.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/onest/Onest-Black.woff2') format('woff2'),
        url('/assets/fonts/onest/Onest-Black.woff') format('woff'),
        url('/assets/fonts/onest/Onest-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Digital Numbers';
    src: url('/assets/fonts/digital-numbers/digital_numbers.eot');
    src: url('/assets/fonts/digital-numbers/digital_numbers.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/digital-numbers/digital_numbers.woff2') format('woff2'),
        url('/assets/fonts/digital-numbers/digital_numbers.woff') format('woff'),
        url('/assets/fonts/digital-numbers/digital_numbers.ttf') format('truetype'),
        url('/assets/fonts/digital-numbers/digital_numbers.svg#digital_numbers') format('svg');
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none
}
ol li{
    list-style:decimal;
}
a {
    text-decoration: none;
    color: #1E1E1E;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p {
    margin: 0;
    padding: 0;
}

img {
    border-radius: 3px;
    max-width: 100%;
    height: auto;
    display: block;
}

input, button, textarea, select {
    font: inherit;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

input {
    color: #1E1E1E;
    background-color: #F6F5F5;
    border: none;
    border-radius: 5px;
    padding: 13px;
    width: 100%;
}

html {
    box-sizing: border-box;
    font-size: 14px;
    height: 100%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: Onest, sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: #3F4144;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.container {
    position: relative;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.header__row-container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.btn {
    display: block;
    cursor: pointer;
    background-color: #2177B6;
    border-radius: 5px;
    color: #fff;
    padding: 12px;
    width: 100%;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none !important;
}

.btn:hover {
    background-color: #346A92;
    transition: all 0.4s;
}

.order-btn {
    display: block;
    cursor: pointer;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    color: #3F4144;
    padding: 12px;
    width: 100%;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none !important;
}

.order-btn:hover {
    background-color: #F0F6FF;
    transition: all 0.4s;
}

.form-inputs__wrap {
    display: flex;
    gap: 10px;
    margin-top: 28px;
}

.form-inputs__wrap input {
    background: none;
    padding: 13px 10px;
    border-radius: 0;
    border-bottom: 1px solid #B8BDCC;
}

.bg--grey {
    background-color: #F8F8F8;
}

.wrapper {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.col-2 {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
}

.slider-btn {
    position: absolute;
    background-image: url(/assets/image/icons/icon-slider-nav.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 43px;
    height: 44px;
    top: 52%;
}

.slider-btn.slider-btn--prev {
    left: -45px;
}

.slider-btn.slider-btn--next {
    transform: rotate(180deg);
    right: -45px;
}

.slider-btn.slick-disabled {
    opacity: 0.5;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #B8BDCC;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden;
}

.slick-dots li button:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  opacity: 1;
  color: transparent;
}

.slick-dots li.slick-active button {
  background: #346A92;
}

.form__counter {
    width: 38%;
    display: flex;
    justify-content: center;
}

.promo-time-left {
    display: flex;
    gap: 40px;
}

.form__heading-info {
    width: 55%;
}

.promo-time-left .time {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    font-family: 'Digital Numbers', sans-serif;
}

.promo-time-left .time:after {
    position: absolute;
    top: 5px;
    right: -30px;
    content: ':';
}

.promo-time-left .time:last-child:after {
    content: none;
}

.promo-time-left .time span {
    font-family: Onest, sans-serif;
    font-size: 10px;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .container {
        padding: 0 10px;
    }
}

/*  
    ----------------------------------
    section
    ----------------------------------
*/

section {
    padding: 45px 0;
}

.section-title {
    margin-bottom: 42px;
    width: 70%;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}

@media (max-width: 768px) {
    section {
        padding: 40px 0;
    }
    .section-title {
        font-size: 26px;
        width: 100%;
        margin-bottom: 28px;
    }
    .section-title h2 {
        font-size: 26px;
    }
}

/*  
    ----------------------------------
    header
    ----------------------------------
*/


.header {
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.header.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header-spacer {
  height: var(--header-height, 0px);
}

.header {
    position: sticky;
    background-color: #346A92;
    color: #fff;
    top: 0;
    z-index: 10;
}

.header__row-top {
    border-bottom: 1px solid #5c83a3;
    padding: 16px 0;
}

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

.header-info {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.header-info a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.header-info a:hover {
    text-decoration: underline;
}

.header-info span {
    font-size: 10px;
}

.header-btn button {
    width: 200px;
}

.header__row-bottom {
    position: relative;
}

.header__nav a {
    color: #fff;
}

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

.header__nav .nav li {
    padding: 20px 0;
}

.nav__item--dropdown {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px
}

.nav__item--dropdown:after {
    content: '';
    display: block;
    width: 11px;
    height: 5px;
    background-image: url(/assets/image/icons/arrow-drop.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.header-submenu__wrap {
    padding: 25px;
    background: #F0F6FF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    overflow-y: auto;
    display: flex;
    max-height: 474px;
    height: auto;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #5c83a3 #B8BDCC;
    min-width: 220px;
    width: max-content;
    flex-direction: column;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    position: absolute;
    top: 60px;
    left: 0;
    gap: 15px
}

.header-submenu__wrap li {
    padding: 0 !important;
}

.header-submenu__wrap a {
    color: #3F4144;
}

.header-submenu__wrap a:hover {
    color: #346A92;
    transition: all 0.4s;
}

.header-submenu__wrap.submenu--full {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: max-content;
    width: 100%;
    left: 0;
}

.ul--container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.header-submenu__wrap.submenu--full li {
    width: 19%;
}

.nav__item--dropdown:has(.submenu--full) {
  position: static;
}

.nav__item--dropdown:hover>.header-submenu__wrap,.nav__item--dropdown:focus-within>.header-submenu__wrap {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.nav__item--dropdown:hover.nav__item--dropdown:after {
    transform: rotate(-180deg);
    transition: all 0.3s
}

.header-burger {
    display: none;
}

.topmenu__opener {
    display: none;
    width: 35px;
    min-width: 25px;
    height: 22px;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.topmenu__opener div {
    width: 32px;
    height: 3px;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 5px;
    transition: all .4s ease;
}

.topmenu__opener div:last-child {
    margin-bottom: 0
}

.is-open .topmenu__opener div:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 0px
}

.is-open .topmenu__opener div:nth-child(2) {
    opacity: 0
}

.is-open .topmenu__opener div:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -16px
}

.header-row-bottom__mobile {
    display: none;
}

.header-row-bottom__mobile .info-time {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.header-row-bottom__mobile .info-time span {
    font-size: 12px;
}

.header-row-bottom__mobile .info-phone {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.header-row-bottom__mobile .info-phone span {
    font-size: 10px;
}

.header-row-bottom__mobile .info-phone a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.header__row-mobile {
    display: none;
}

.header__bottom-mobile {
    display: none;
}

@media (max-width: 768px) {
    .header-logo img {
        max-width: 178px;
        width: 100%;
    }
    .header-address {
        display: none;
    }
    .header-time {
        display: none;
    }
    .header-info {
        display: none;
    }
    .header-btn {
        display: none;
    }
    .topmenu__opener {
        display: block;
    }
    .header-row-bottom__mobile {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 15px 10px;
    }
    .header__row-bottom {
        position: static;
    }
    .header__row-container {
        position: absolute;
        background-color: #fff;
        padding-bottom: 40px;
        height: 100vh;
        top: 0;
        right: -500px;
        z-index: 10;
    }
    .header__row-container.open {
        right: 0;
        transition: all 0.4s;
    }
    .header-submenu__wrap {
        display: none;
        background: none;
        position: relative;
        visibility: visible;
        opacity: 1;
        max-height: 300px;
        max-width: 100%;
        width: 100%;
        top: 0;
        padding: 5px 0;
    }
    .header-submenu__wrap.is--open {
        display: flex;
    }
    .header-submenu__wrap.submenu--full {
        display: none;
        min-width: 100%;
        max-height: 300px;
    }
    .header-submenu__wrap.submenu--full.is--open {
        display: flex;
    }
    .header-submenu__wrap a {
        font-size: 14px;
    }
    .ul--container {
        padding: 0;
    }
    .header__nav .nav {
        flex-direction: column;
    }
    .header__nav .nav li {
        position: relative;
        color: #3F4144;
        border-bottom: 1px solid #F0F6FF;
        width: 100%;
        padding: 10px 0;
        flex-direction: column;
        align-items: start;
        font-size: 16px;
    }
    .nav__item a {
        color: #3F4144;
    }
    .nav__item--dropdown:after {
        position: absolute;
        content: '';
        background-image: url(/assets/image/icons/icon-arrow-mobile.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 7px;
        width: 14px;
        right: 0;
        top: 20px;
    }
    .header__bottom-mobile {
        display: block;
        margin-top: 30px;
    }
    .header__row-mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 0;
    }
    .header__bottom-mobile span {
        color: #8C8E92;
        font-size: 14px;
    }
    .header__bottom-mobile .address {
        color: #3F4144;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .header__bottom-mobile .phone-wrap {
        margin-top: 30px;
    }
    .header__bottom-mobile .phone {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }
    .header__bottom-mobile .phone a {
        color: #3F4144;
        font-size: 16px;
        font-weight: 600;
    }
    .header__bottom-mobile button {
        margin-top: 30px;
    }
}


/*  
    ----------------------------------
    hero
    ----------------------------------
*/

.breadcrumbs ul {
    display: flex;
    gap: 15px;
    margin: 40px 0 10px 0;
}

.breadcrumbs li a {
    color: #B8BDCC;
}


.section-hero {
    padding-bottom: 90px;
}

.section-hero h1 {
    font-size: 42px;
    font-weight: 800;
    padding-bottom: 34px;
    text-transform: uppercase;
}

.hero-advantages {
    display: flex;
    margin: 0 -10px;
    padding-top: 20px;
}

.hero-advantages__item {
    background-color: #FFFFFF;
    border-radius: 3px;
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
    padding: 15px 20px;
}

.hero-advantages__item .title {
    color: #3F4144;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}

.hero-advantages__item .title:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/assets/image/icons/icon-arrow-adv.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 18px;
    height: 17px;
    right: 0;
    top: 5px;
}

.hero-advantages__item .text {
    color: #3F4144;
    font-size: 14px;
    margin-top: 8px;
}

.hero-form .form__heading {
    display: flex;
    justify-content: space-between;
}

.hero-form form {
    background-color: #FFFFFF;
    border-radius: 3px;
    margin-top: 40px;
    padding: 30px 25px;
}

.hero-content {
    padding-top: 6px;
}

.hero-content__text p {
    font-size: 18px;
    font-weight: 500;
}

.hero-form .form__heading .title {
    font-size: 22px;
}

.hero-form .form__heading .text {
    padding-top: 5px;
}

.hero-form .form__heading .text b {
    color: #2A84C6;
    font-weight: 400;
}

.hero-form .promo-time-left .time {
    color: #346A92;
}

.hero-form .chk {
    margin-top: 15px;
    font-size: 11px;
}

@media (max-width: 768px) {
    .section-hero {
        padding-bottom: 40px;
    }
    .section-hero h1 {
        font-size: 30px;
        line-height: 110%;
    }
    .hero-wrapper {
        flex-direction: column;
        margin: 0;
    }
    .hero-content {
        width: 100%;
        margin: 0;
    }
    .hero-img {
        display: none;
    }
    .hero-form form {
        padding: 20px;
        margin-top: 30px;
    }
    .hero-form .form__heading {
        flex-direction: column;
        gap: 24px;
    }
    .form__heading-info {
        width: 100%;
    }
    .form__counter {
        width: 100%;
    }
    .form-inputs__wrap {
        flex-direction: column;
        margin-top: 15px;
    }
    .hero-advantages {
        flex-direction: column;
        margin: 0;
    }
    .hero-advantages__item {
        width: 100%;
        margin: 5px 0;
        padding: 15px;
    }
    .hero-advantages__item .title {
        font-size: 18px;
    }
}

/*  
    ----------------------------------
    price
    ----------------------------------
*/

.price-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.price-items__item {
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-radius: 3px;
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px 10px;
    padding: 20px 15px;
}

.price-items__item img {
    border-radius: 3px;
    width: 100%;
}

.price-items__item .title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-top: 10px;
    font-weight: 500;
}

.price-items__item .title a {
    color: #8C8E92;
    font-size: 12px;
    text-decoration: underline;
}

.item-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    margin-top: auto;
}

.item-price .btn-call {
    display: block;
    color: #2177B6;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}

.item-price .price {
    font-weight: 600;
}

@media (max-width: 768px) {
    .price-items {
        flex-direction: column;
        margin: 0;
    }
    .price-items__item {
        width: 100%;
        margin: 10px 0;
    }
    .price-items__item:nth-child(n + 7) {
        display: none;
    }
    .price-items.active .price-items__item {
        display: flex;
    }
}
/*  
    ----------------------------------
    content
    ----------------------------------
*/

.steps-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.steps-items {
    width: 60%;
}

.steps-img {
    width: 38%;
}

.steps-img img {
    border-radius: 3px;
    width: 100%;
    max-height: 265px;
    object-fit: cover;
}

.steps-img__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 20px -10px;
}

.steps-img__row img {
    width: calc(100% / 2 - 20px);
    min-height: 260px;
    margin: 0 10px;
}

.ol--steps {
    counter-reset: custom-counter var(--start, 0);
    list-style: none;
    padding-left: 0;
    margin: 0
}

.ol--steps li {
    background-color: #F8F8F8;
    counter-increment: custom-counter;
    position: relative;
    padding: 15px 20px 15px 85px;
    margin-bottom: 10px;
    list-style: none;
}

.ol--steps li:last-child {
    margin-bottom: 0
}

.ol--steps li::before {
    color: #fff;
    content: counter(custom-counter);
    content: counter(custom-counter, decimal-leading-zero);
    background-color: #346A92;
    border-radius: 3px;
    font-weight: 600;
    padding: 9px 12px;
    text-align: center;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 18px;
    box-sizing: border-box
}

.ol--bg li:nth-child(2n) {
    background: #F0F6FF;
}

.ol--steps li b {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.section-advantage-text {
    padding: 90px 0;
    margin: 45px 0;
}

.advantage-text-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.advantage-text__item {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px 10px;
}

.advantage-text__item:last-child {
    padding: 0;
}

.advantage-text__item .title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-right: 40px;
}

.advantage-text__item .title:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/assets/image/icons/icon-arrow-adv.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 18px;
    height: 17px;
    right: 0;
    top: 5px;
}

.advantage-text__item .text {
    margin-top: 12px;
}

.section-call-master {
    padding: 90px 0;
    margin: 45px 0;
}

.call-master-form {
    background-color: #fff;
    border-radius: 3px;
    padding: 40px 25px;
}

.call-master-form h2 {
    font-size: 30px;
    font-weight: 700;
}

.call-master-form form {
    padding-top: 30px;
}

.call-master-form form p {
    font-size: 16px;
}

.call-master-form .form__wrapper {
    padding-top: 30px;
}

.call-master-form .chk {
    font-size: 12px;
    padding-top: 15px;
}

@media (max-width: 768px) {
    .section-advantage-text {
        padding: 40px 0;
    }
    .advantage-text-wrap {
        margin: 0;
    }
    .advantage-text__item {
        width: 100%;
        margin: 10px 0;
    }
    .advantage-text__item:last-child {
        display: none;
    }
    .section-call-master {
        background-color: #F8F8F8;
        margin: 0;
        padding: 40px 0;
    }
    .call-master-wrap {
        flex-direction: column;
        margin: 0;
    }
    .call-master-form {
        width: 100%;
        padding: 20px 15px;
        margin: 0;
    }
    .call-master-img {
        display: none;
    }
}

/* section-how-order */

.how-order-form {
    position: relative;
    color: #fff;
    background-image: url(/assets/image/content/bg-image-count.jpg);
    border-radius: 3px;
    padding: 48px 20px;
    display: flex;
    flex-direction: column;
}

.how-order-form:before {
    position: absolute;
    content: '';
    background-color: rgba(52, 106, 146, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.how-order-form form {
    z-index: 1;
}

.how-order-form form input {
    color: #fff;
}

.how-order-form form input::placeholder {
    color: #B8BDCC;
}

.how-order-form .form__heading {
    display: flex;
    justify-content: space-between;
}

.how-order-form .form__heading .title {
    font-size: 22px;
    font-weight: 600;
}

.how-order-form .form__heading .text {
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
}

.how-order-form p {
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
}

.how-order-form p a {
    color: #fff;
    text-decoration: underline;
}

.examples-slider img {
    width: 100%;
}

@media (max-width: 768px) {
    .how-order-wrap {
        flex-direction: column;
        margin: 0;
    }
    .how-order-items {
        width: 100%;
        margin: 10px 0;
    }
    .how-order-form {
        width: 100%;
        margin: 10px 0;
        padding: 20px 15px;
    }
    .how-order-form .form__heading {
        flex-direction: column;
        gap: 40px;
    }
    .how-order-form p {
        text-align: center;
    }
    .examples-wrap .slider-btn {
        display: none;
    }
}

/* progress */

.progress-info {
    position: relative;
    color: #fff;
    background-image: url(/assets/image/content/bg-image-count.jpg);
    border-radius: 3px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}

.progress-info:before {
    position: absolute;
    content: '';
    background-color: rgba(52, 106, 146, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.progress-info .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
    z-index: 1;
}

.progress-info .text {
    font-size: 16px;
    margin-top: auto;
    z-index: 1;
}

.progress-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.progress-items__item {
    border-radius: 3px;
    background-color: #F8F8F8;
    width: calc(100% / 2 - 10px);
    padding: 30px 20px;
}

.progress-items__item.item-bg--blue {
    background-color: #F0F6FF;
}

.progress-items__item .title {
    color: #2A84C6;
    font-size: 42px;
    font-weight: 700;
    line-height: 120%;
}

.progress-items__item.item-bg--blue .title {
    color: #346A92;
}

.progress-items__item .text {
    padding-top: 30px;
    width: 81%;
}

@media (max-width: 768px) {
    .steps-wrap {
        flex-direction: column;
    }
    .steps-items {
        width: 100%;
    }
    .steps-img {
        display: none;
    }
    .progress-wrap {
        flex-direction: column;
        margin: 0;
    }
    .progress-info {
        width: 100%;
        margin: 0;
    }
    .progress-items {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .progress-info .title {
        font-size: 22px;
    }
    .progress-info .text {
        margin-top: 30px;
    }
    .progress-items__item {
        padding: 20px 15px;
    }
    .progress-items__item .title {
        font-size: 30px;
    }
    .progress-items__item .text {
        padding-top: 20px;
        width: 100%;
    }
}


/* section-brands */

.brands__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.brands-list__item {
    background-color: #F8F8F8;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: calc(100% / 6 - 20px);
    font-size: 12px;
    padding: 10px;
    margin: 10px;
}

.brands-list__item:hover {
    background-color: #F0F6FF;
    transition: all 0.4s;
}

.brands-list__item span {
    color: #3F4144;
}

.view-more__wrap {
    display: none;
}

@media (max-width: 1300px) {
    .brands-list__item {
        width: calc(100% / 4 - 20px);
    }
}

@media (max-width: 768px) {
    .brands-list__item {
        width: calc(100% / 2 - 20px);
    }
    .brands-list__item:nth-child(n + 13) {
        display: none;
    }
    .brands__list.active .brands-list__item {
        display: flex;
    }
    .view-more__wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }
}

/* section-masters */

.section-masters {
    padding: 90px 0;
    margin: 45px 0;
}

.masters-slider {
    margin: 0 -10px;
}

.masters-slider__item {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
}

.slick-slide.masters-slider__item {
    margin: 0 -10px;
    display: flex;
}

.masters-slider__img img {
    width: 100%;
}

.masters-slider__wrap {
    display: flex;
    flex-direction: column;
}

.masters-slider__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.masters-slider__header .name {
    font-size: 20px;
    font-weight: 600;
}

.masters-slider__header .desc {
    color: #5D5D5D;
    font-size: 16px;
    margin-top: 10px;
}

.masters-slider__body .title {
    font-size: 16px;
    font-weight: 500;
}

.masters-slider__body .spec {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.masters-slider__body .spec .spec__item {
    border: 1px solid #B8BDCC;
    border-radius: 2px;
    padding: 4px 5px;
    font-size: 12px;
}

.masters-slider__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.masters-slider__footer .exp {
    color: #5D5D5D;
}

.masters-slider__footer .link {
    color: #8C8E92;
    text-decoration: underline;
}

.masters-slider__button {
    margin-top: auto;
}

@media (max-width: 768px) {
    .masters-slider__item {
        flex-direction: column;
        margin: 0;
    }
    .masters-slider__img {
        width: 100%;
        margin: 0;
    }
    .masters-slider__wrap {
        width: 100%;
        margin: 0;
    }
    .masters-slider__info {
        width: 100%;
        margin-top: 20px;
    }
    .masters-slider__button {
        margin-top: 30px;
    }
    .masters-wrap .slider-btn {
        display: none;
    }
}


/* section-reviews */

.reviews-col__left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.reviews-item {
    background-color: #F8F8F8;
    border-radius: 3px;
    padding: 32px 25px;
    display: flex;
    flex-direction: column;
    width: 48%;
}

.reviews-item.item--full {
    width: 100%;
}

.reviews-item.reviews-item__img {
    padding: 0;
    margin-bottom: 20px;
}

.reviews-item__top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.reviews-item__top img {
    max-width: 20px;
    height: auto;
}

.reviews-item__top .name {
    font-size: 16px;
    font-weight: 500;
}

.reviews-item__text {
    font-size: 14px;
}

.reviews-item__bottom {
    color: #8C8E92;
    font-size: 14px;
    padding-top: 30px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews-item__bottom .rate {
    display: flex;
    align-items: center;
    gap: 5px;
}

.reviews-item__bottom .rate span {
    padding-top: 4px;
}

@media (max-width: 768px) {
    .reviews-col__right {
        display: none;
    }
    .reviews-col__left {
        width: 100%;
    }
    .reviews-item {
        width: 100%;
        padding: 20px;
    }
}

/* section-faq */

.faq-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq {
  display: block;
  width: 57%;
}

.faq-form {
    background-color: #F0F6FF;
    border-radius: 3px;
    width: 41%;
    height: max-content;
    padding: 30px 25px;
}

.form__heading .title {
    font-size: 30px;
    font-weight: 700;
}

.form__heading .text {
    font-size: 16px;
    padding-top: 30px;
}

.faq-form .form__wrapper {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-form .form__wrapper label {
    font-size: 12px;
}

.chk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
}

.chk > input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

.chk__box {
    inline-size: 15px;
    block-size: 15px;
    border: 1px solid #5D5D5D;
    border-radius: 3px;
    position: relative;
    flex: 0 0 15px;
}

.chk__box::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    inline-size: 7px;
    block-size: 10px;
    border: 2px solid #5D5D5D;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(0.8);
    opacity: 0;
    transition: opacity .15s ease;
}

.chk > input:checked + .chk__box::after {
  opacity: 1;
}

.chk > input:focus-visible + .chk__box {
    outline: 2px solid #5D5D5D;
    outline-offset: 2px;
}

.faq-form input {
    background: none;
    padding: 14px 10px;
    border-radius: 0;
    border-bottom: 1px solid #B8BDCC;
}

.faq .faq__item { 
    background: #F8F8F8;
    border-radius: 3px;
    margin-bottom: 10px;
}

.faq .faq__item:nth-child(even) {
    background: #F0F6FF;
}

.faq__title {
    position: relative;
    cursor: pointer;
    color: #3F4144;
    width: 100%;
    text-align: left;
    padding: 18px 50px 18px 20px;
    background: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 600;
}

.faq__title::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.4s ease;
    background: url(/assets/image/icons/icon-faq.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.faq__item.is-open .faq__title::before {
    transform: translateY(-50%) rotate(45deg);
}

.faq__content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.faq__inner {
    padding: 0 16px 16px 16px;
}

.faq__item.is-open .faq__content {
    max-height: 500px
}

@media (max-width: 768px) {
    .faq-wrap {
        flex-direction: column;
    }
    .faq {
        width: 100%;
    }
    .faq-form {
        width: 100%;
    }
    .form__heading .title {
        font-size: 22px;
    }
}

/* section-geo */

.geo-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.geo-wrap .geo-item {
    background-color: #F8F8F8;
    border-radius: 3px;
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px 10px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.geo-wrap .geo-item:hover {
    background-color: #F0F6FF;
    transition: all 0.4s;
}

@media (max-width: 768px) {
    .geo-wrap {
        flex-direction: column;
        margin: 0;
    }
    .geo-wrap .geo-item {
        width: 100%;
        margin: 5px 0;
    }
}

/* footer */

footer {
    color: #fff;
    background-color: #346A92;
}

.footer-row__top {
    border-bottom: 1px solid #5c83a3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 40px 0;
}

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

.footer-row_info {
    display: flex;
    align-items: center;
    gap: 60px;
}

.footer-row_info .text {
    max-width: 325px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.footer-row_info button {
    max-width: 200px;
}

.footer-row__main {
    border-bottom: 1px solid #5c83a3;
    padding: 40px 0;
}

.footer-row__bottom {
    color: #B8BDCC;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    font-size: 12px;
}

.footer-main__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-main__info {
    width: 24%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.main-info__item .title {
    color: #B8BDCC;
    margin-bottom: 10px;
}

.main-info__item .text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-info__item .text a {
    color: #fff;
    text-decoration: underline;
}

.footer-main__menu {
    width: 75%;
}

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

.footer-menu__heading .menu-section__link {
    color: #B8BDCC;
    font-size: 14px;
}

.footer-menu__heading .menu-section__link:hover {
    border-bottom: 1px solid #fff;
    transition: all 0.4s;
}

.footer-menu__heading .menu-section__link.active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.menu-block {
    display: none;
}

.menu-block.active {
    display: block;
}

.menu-block__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}

.menu-block__items ul li {
    margin-bottom: 10px;
}

.menu-block__items .menu-block__menu-2 {
    display: flex;
    gap: 30px;
}

.footer-ul__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.menu-block__menu-3 li {
    width: calc(100% / 9 - 20px);
    margin: 0 10px 10px 10px;
}

.menu-block__menu-4 li {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 10px 10px;
}

.menu-block__menu-5 li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 10px 10px;
}

.menu-block__menu-6 li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 10px 10px;
}

.menu-block__menu-7 li {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 10px 10px;
}

.menu-geo__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.menu-geo__item {
    width: calc(100% / 6 - 20px);
    margin: 0 10px;
}

.menu-geo .title {
    color: #B8BDCC;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.menu-block__items ul li a {
    color: #fff;
    font-size: 14px;
}

.menu-block__items ul li a:hover {
    border-bottom: 1px solid #fff;
    transition: all 0.4s;
}

.menu-geo__bottom {
    padding-top: 25px;
}

.menu-geo__bottom ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.menu-geo__bottom ul li {
    width: calc(100% / 6 - 20px);
    margin: 0 10px 10px 10px;
}

.footer-policy a {
    color: #fff;
    text-decoration: underline;
}

.footer-pay {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 768px) {
    .footer-top__wrap {
        flex-direction: column;
    }
    .footer-logo {
        width: 100%;
    }
    .footer-logo img {
        max-width: 310px;
        width: 100%;
    }
    .footer-row_info {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-top: 30px;
    }
    .footer-row_info button {
        max-width: 100%;
    }
    .footer-main__wrap {
        flex-direction: column;
    }
    .footer-main__info {
        width: 100%;
        order: 2;
        padding-top: 20px;
    }
    .footer-main__menu {
        width: 100%;
        order: 1;
    }
    .footer-menu__heading {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .footer-menu__heading .menu-section {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 10px 10px;
    }
    .menu-block__items {
        padding-top: 22px;
    }
    .menu-block__menu-1 {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .menu-block__menu-1 ul {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 10px 10px;
    }
    .menu-block__items .menu-block__menu-2 {
        flex-wrap: wrap;
        gap: 0;
        margin: 0 -10px;
    }
    .menu-block__menu-2 li {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 10px 10px;
    }
    .menu-block__menu-3 li {
        width: calc(100% / 4 - 20px);
    }
    .menu-block__menu-5,
    .menu-block__menu-6 {
        margin: 0;
    }
    .menu-block__menu-5 li,
    .menu-block__menu-6 li {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .menu-block__menu-7 li {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 10px 10px;
    }
    .menu-geo__item,
    .menu-geo__bottom ul li {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 10px 10px;
    }
    .footer-row__bottom {
        flex-direction: column;
        gap: 20px;
    }
    .footer-pay {
        width: 100%;
    }
}

.blocker {
    z-index: 10;
}

.modal a.close-modal {
    background-image: url(/assets/image/icons/icon-close.svg);
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.modal-form {
    display: none;
}

.modal-form.modal {
    max-width: 680px;
    border-radius: 3px;
    padding: 50px 28px;
}

.modal-info .title {
    color: #3F4144;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
}

.modal-info .text {
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
}

.modal .form-inputs__wrap {
    flex-wrap: wrap;
    gap: 20px;
}

.modal .chk {
    margin-top: 15px;
}














