/*  
    ----------------------------------
    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: 20px;
    width: 70%;
}

.section-title h2,
.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,
    .section-title юh2 {
        font-size: 26px;
    }
}

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


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

.header-logo a {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 268px;
}

.header-logo .name {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding-top: 8px;
}

.header-logo img {
    max-width: 60px;
    width: 100%;
}

.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: 10px 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;
    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: 41px;
    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;
}

/* new sub menu  */

.submenu__item--dropdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.submenu__item--dropdown span {
    display: block;
    padding: 8px 12px;
    color: #3F4144;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.submenu__item--dropdown:hover {
    color: #346A92;
    background: rgba(52, 106, 146, 0.1);
}

.dropdown__subwrap {
    list-style: none;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    min-width: 280px;
    max-height: 400px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.25s ease;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 101;
    margin: 0;
}

.dropdown__subwrap {
    scrollbar-width: thin;
    scrollbar-color: #5c83a3 #B8BDCC;
    width: max-content;
}

.dropdown__subwrap li {
    padding: 0;
    width: 100%;
}

.dropdown__subwrap a {
    color: #3F4144;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.dropdown__subwrap a:hover {
    color: #346A92;
    background: #F0F6FF;
}

.dropdown__subwrap a:last-child {
    border-bottom: none;
}

.submenu__item--dropdown:hover .dropdown__subwrap {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.header-submenu__wrap.dropdown--inner {
    flex-direction: column;
    padding: 0;
    overflow-y: visible;
    gap: 10px;
}

.nav__item--dropdown:hover .header-submenu__wrap {
    visibility: visible;
    opacity: 1;
}

.submenu__item--dropdown::after {
    content: '';
    display: block;
    width: 12px;
    height: 10px;
    background-image: url('/assets/img/icons/menu-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 8px;
    margin-right: 8px;
    transition: transform 0.25s ease;
    transform-origin: center;
    flex-shrink: 0;
}

.submenu__item--dropdown:hover::after {
    transform: rotate(90deg);
}

/* new sub menu  */


li.ul--container {
    max-width: 1340px;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 20px !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
li.ul--container ul {
    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;
}
.header__row-mobile img {
    max-height: 60px;
}

@media (max-width: 768px) {
    .header-logo img {
        max-width: 50px;
    }
    .header-logo .name {
        font-size: 20px;
    }
    .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;
    }
    .submenu__item--dropdown::after {
        position: absolute;
        top: 14px;
        right: 0;
    }
    .header-submenu__wrap.dropdown--inner {
        max-height: 100%;
        overflow: scroll;
    }
    .dropdown__subwrap {
        display: none;
        position: static;
        width: 100%;
        max-height: 355px;
    }
    .dropdown__subwrap.is-visible {
        display: block;
    }
    .submenu__item--dropdown span {
        font-size: 15px;
    }
}


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

.breadcrumbs ul {
    display: flex;
    gap: 15px;
    margin: 40px 0 20px 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;
    line-height: 110%;
}

.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: 30px;
    height: 30px;
    right: 0;
    top: 5px;
}

.hero-advantages__item.advant--icon-1 .title:after {
    background-image: url(/assets/image/icons/adv-img-01.svg);
}
.hero-advantages__item.advant--icon-2 .title:after {
    background-image: url(/assets/image/icons/adv-img-02.svg);
}
.hero-advantages__item.advant--icon-3 .title:after {
    background-image: url(/assets/image/icons/adv-img-03.svg);
}
.hero-advantages__item.advant--icon-4 .title:after {
    background-image: url(/assets/image/icons/adv-img-04.svg);
}

.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;
    line-height: 110%;
}

.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%;
    max-height: 480px;
    object-fit: cover;
}

@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;
    }
    .examples-slider img {
        min-height: 250px;
    }
}

/* 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: 2px;
    width: calc(100% / 6 - 20px);
    font-size: 12px;
    padding: 10px;
    margin: 10px;
}

.brands-list__item:nth-child(n+25) {
    display: none;
}

.brands__list.active .brands-list__item:nth-child(n+25) {
    display: flex;
}

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

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

.view-more__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.view-more__wrap .btn {
    max-width: 200px;
}

@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: 1px solid #cbd1e0;
    border-radius: 3px;
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px 10px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}

.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;
    font-size: 26px;
}

.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;
}


.footer-logo a {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 268px;
}

.footer-logo .name {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding-top: 8px;
}

.footer-logo img {
    max-width: 60px;
    width: 100%;
}

@media (max-width: 768px) {
    .footer-top__wrap {
        flex-direction: column;
    }
    .footer-logo {
        width: 100%;
    }
    .footer-logo a {
        max-width: 100%;
    }
    .footer-logo img {
        width: 75px;
    }
    .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;
}

.dialog-button {
    display: block;
    position: fixed;
    right: 70px;
    bottom: 70px;
    z-index: 999;
}

.dialog-button a {
    display: block;
    background: #2177B6 url(/assets/img/callback__button.png) no-repeat center center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(0,122,255,0.2), 0 0 0 15px rgba(0,122,255,0.1);
    animation: waves 2s infinite;
    -moz-animation: waves 2s infinite;
    -webkit-animation: waves 2s infinite;
    -o-animation: waves 2s infinite;
    color: transparent;
}
 @keyframes waves {
	 0% {
		 box-shadow: 0 0 0 0 rgba(0,122,255,0.2), 0 0 0 0 rgba(0,122,255,0.4);
	}
	 50% {
		 box-shadow: 0 0 0 20px rgba(0,122,255,0.1), 0 0 0 10px rgba(0,122,255,0.2);
	}
	 100% {
		 box-shadow: 0 0 0 40px rgba(0,122,255,0), 0 0 0 20px rgba(0,122,255,0);
	}
}
 @-moz-keyframes waves {
	 0% {
		 box-shadow: 0 0 0 0 rgba(0,122,255,0.2), 0 0 0 0 rgba(0,122,255,0.4);
	}
	 50% {
		 box-shadow: 0 0 0 20px rgba(0,122,255,0.1), 0 0 0 10px rgba(0,122,255,0.2);
	}
	 100% {
		 box-shadow: 0 0 0 40px rgba(0,122,255,0), 0 0 0 20px rgba(0,122,255,0);
	}
}
 @-webkit-keyframes waves {
	 0% {
		 box-shadow: 0 0 0 0 rgba(0,122,255,0.2), 0 0 0 0 rgba(0,122,255,0.4);
	}
	 50% {
		 box-shadow: 0 0 0 20px rgba(0,122,255,0.1), 0 0 0 10px rgba(0,122,255,0.2);
	}
	 100% {
		 box-shadow: 0 0 0 40px rgba(0,122,255,0), 0 0 0 20px rgba(0,122,255,0);
	}
}
 @-o-keyframes waves {
	 0% {
		 box-shadow: 0 0 0 0 rgba(0,122,255,0.2), 0 0 0 0 rgba(0,122,255,0.4);
	}
	 50% {
		 box-shadow: 0 0 0 20px rgba(0,122,255,0.1), 0 0 0 10px rgba(0,122,255,0.2);
	}
	 100% {
		 box-shadow: 0 0 0 40px rgba(0,122,255,0), 0 0 0 20px rgba(0,122,255,0);
	}
}
 @keyframes waves2 {
	 50% {
		 box-shadow: 0 0 0 15px rgba(113,158,181,0.15);
	}
	 100% {
		 box-shadow: 0 0 0 30px rgba(113,158,181,0);
	}
}
 @-moz-keyframes waves2 {
	 50% {
		 box-shadow: 0 0 0 15px rgba(113,158,181,0.15);
	}
	 100% {
		 box-shadow: 0 0 0 30px rgba(113,158,181,0);
	}
}
 @-webkit-keyframes waves2 {
	 50% {
		 box-shadow: 0 0 0 15px rgba(113,158,181,0.15);
	}
	 100% {
		 box-shadow: 0 0 0 30px rgba(113,158,181,0);
	}
}
 @-o-keyframes waves2 {
	 50% {
		 box-shadow: 0 0 0 15px rgba(113,158,181,0.15);
	}
	 100% {
		 box-shadow: 0 0 0 30px rgba(113,158,181,0);
	}
}

/* blog */

.blog-page {
    padding-top: 15px;
}

.blog-page__body {
    padding-top: 38px;
}

.blog-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 30px;
}

.blog-items__item {
    border-radius: 10px;
    background-color: #F8F8F8;
    color: #404144;
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px 10px;
    text-decoration: none;
    padding: 12px;
}

.blog-items__item:hover .blog-item__img {
    box-shadow: 0 4px 34px rgba(0,0,0,.2);
    transition: all 0.4s;
}

.blog-item__img {
    border-radius: 10px;
    position: relative;
}

.blog-item__img img {
    border-radius: 4px;
    min-height: 221px;
    width: 100%;
    object-fit: cover;
}

.blog-item__img .info {
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    display: flex;
    gap: 8px;
}

.blog-item__img .info .info-item {
    background-color: #196C97;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 32px;
    padding: 23px 14px;
    font-size: 14px;
}

.blog-item__img .info .info-item.view {
    position: relative;
}

.blog-item__img .info .info-item.view::after {
    content: '';
    width: 22px;
    height: 14px;
    background-image: url(/assets/image/blog/icon-view.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.blog-item__img .info .info-item.view-white::after {
    content: '';
    width: 22px;
    height: 14px;
    background-image: url(/assets/image/blog/icon-view-white.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.blog-item__img {
    position: relative
}

.blog-item__img:before {
    content: '';
    background: #fff url('/assets/image/blog/blog-lable.svg') no-repeat center center;
    position: absolute;
    right: 15px;
    bottom: 13px;
    width: 145px;
    height: 46px;
    border-radius: 6px;
    background-size: 110px auto
}

.blog-item__title {
    color: #2E2E2E;
    font-size: 24px;
    font-weight: 500;
    margin-top: 18px;
    line-height: 26px;
}

.blog-item__intro {
    color: #2E2E2E;
    margin-top: 18px;
    font-size: 16px;
    line-height: 125%;
}

.blog-page__header {
    display: flex;
    align-items: center;
    gap: 75px;
}

.blog-page__header .title {
    color: #404144;
    font-size: 52px;
    font-weight: 700;
}

.blog-page__header .title h1 {
    color: #404144;
    font-size: 52px;
    font-weight: 700;
}

.blog-page__filter {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.pagination-wrap ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pagination-wrap ul li a {
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #F1F1F1;
    width: 32px;
    height: 32px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrap ul li a:hover {
    color: #fff;
    background-color: #196C97;
    border: 1px solid #196C97;
    transition: all 0.4s;
}

.pagination-wrap ul li a.active {
    color: #000;
    background-color: #196C97;
    border: 1px solid #196C97;
}

.pagination-wrap ul li.active a {
    color: #fff;
    background-color: #196C97;
}

.pagination-wrap ul li a {
    color: #196C97;
    text-decoration: none;
}

.blog-article__header {
    padding-top: 6px;   
}

.blog-article__header .title {
    color: #404144;
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
}

.article-content .page-text {
    padding: 0;
    margin-top: 20px;
}

.article-content .page-text a {
    color: #019AEE;
    text-decoration: underline;
}

.article-content .page-text ul {
    padding: 10px 0 20px 0;
}

.article-content .page-text ul li {
    position: relative;
    padding-bottom: 18px;
    padding-left: 30px;
}

.article-content .page-text ul li:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #196C97;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0;
}

.article-content h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 110%;
}

.article-content img {
    margin: 20px 0;
    border-radius: 6px;
    max-height: max-content;
    width: 100%;
    object-fit: cover;
}

.page-text h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 30px 0 20px 0;
    line-height: 110%;
}

.page-text h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 24px 0;
    line-height: 110%;
}

.page-text h2, h3 {
  scroll-margin-top: 160px;
}

.article-header__img {
    margin: 0 0 22px 0;
}

.article-header__row {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: space-between;
    padding-top: 20px;
}

.article-header__info {
    display: flex;
    align-items: center;
    width: 60%;
    gap: 8px;
}

.article-header__info .item {
    color: #2E2E2E;
    background-color: #E8F4FA;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-header__info .item:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    margin-right: 12px;
}

.article-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.article-header__info .article-date.item:before {
    background-image: url(/assets/image/blog/icon-calendar.svg);
}

.article-header__info .article-view.item:before {
    background-image: url(/assets/image/blog/icon-view.svg);
}

.article-header__info .article-social.item:before {
    background-image: url(/assets/ui/img/blog/icons/icon-share.svg);
    margin-right: 0;
}

.article-grade {
    color: #2E2E2E;
    background-color: #E8F4FA;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.article-grade .info-item {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.article-grade .info-item:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    margin-right: 12px;
}

.info-item__like.info-item:before {
    background-image: url(/assets/image/blog/icon-like.svg);
}

.info-item__dislike.info-item:before {
    background-image: url(/assets/ui/img/blog/icons/icon-dislike.svg);
}

.article-wrap {
    padding-top: 28px;
}

.article-header__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 40%;
    gap: 8px;
}

.article-header__tags .tag-item {
    border: 1px solid #196C97;
    border-radius: 4px;
    display: block;
    color: #196C97;
    font-size: 18px;
    font-weight: 500;
    padding: 14px;
    text-decoration: none;
}

.article-header__img img {
    border-radius: 10px;
    max-height: 330px;
    width: 100%;
    object-fit: cover;
}

.article-body-content {
    color: #2E2E2E;
    font-size: 16px;
    line-height: 125%;
}

.article-body-content p {
    margin: 10px 0;
}

.article-content p {
    margin: 10px 0;
    line-height: 130%;
}

.article-content ul li::marker {
    color: #019AEE;
    font-size: 22px;
}

.article-content__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.article-content__text {
    width: 70%;
}

.article-content__text p a {
    text-decoration: underline;
}

.article-content__text.w-100 {
    width: 100%;
}

.article-content__text .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.article-sidebar {
    position: sticky;
    top: -340px;
    background-color: #fff;
    border-radius: 20px;
    width: 28%;
}

.article-sidebar .articles-similar {
    background-color: #F8F8F8;
    border-radius: 4px;
    padding: 18px;
    margin-bottom: 20px;
}

.article-sidebar .articles-similar .sidebar-cloud__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.article-sidebar .contexts {
    background-color: #F8F8F8;
    border-radius: 4px;
    padding: 18px;
    margin-bottom: 20px;
}

.sidebar-cloud__title {
    font-size: 24px;
    font-weight: 600;
}

.article-sidebar .contexts ol {
    padding-top: 24px;
    padding-left: 20px;
}

.article-sidebar .contexts ol li {
    margin-bottom: 12px;
    list-style: auto;
}

.article-sidebar .contexts ol li:marker {
    font-weight: 700;
    font-size: 20px;
    color: #404144;
}

.article-sidebar .contexts ol li:last-child {
    margin-bottom: 0;
}

.article-sidebar .contexts ol li::marker {
    font-size: 14px;
}

.article-sidebar .contexts ol li a {
    color: #2E2E2E;
    font-size: 16px;
    text-decoration: none;
}

.article-author {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 16px;
}

.article-author .photo {
    max-width: 102px;
}

.article-author .photo img {
    border-radius: 50px;
    min-width: 102px;
}

.article-author .title {
    color: #242424;
    font-size: 24px;
    font-weight: 700;
}

.article-author span {
    color: #196C97;
    margin-top: 20px;
    font-size: 16px;
}

.blog-mnenie {
    color: #fff;
    background-color: #404144;
    border-radius: 4px;
    margin: 30px 0 40px 0;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-mnenie .blog-mnenie__text {
    width: 68%;
}

.blog-mnenie .blog-mnenie__name {
    display: flex;
    align-items: center;
    width: 28%;
    gap: 18px;
}

.blog-mnenie__text .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.blog-mnenie .blog-mnenie__text .text {
    margin-top: 10px;
}

.blog-mnenie .blog-mnenie__text .text p {
    margin: 0;
    font-size: 16px;
}

.blog-mnenie__name .photo {
    width: 100%;
    height: auto;
}

.blog-mnenie__name .photo img {
    border-radius: 50px;
    width: 95px;
    height: 95px;
}

.blog-mnenie__name .name {
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
}

.article-review .title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.article-review .subtext {
    font-size: 24px;
}

.review-form {
    background-color: #F2F7F9;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

.review-form span {
    font-size: 18px;
    font-weight: 700;
}

.review-form__form {
    padding-top: 30px;
}

.form-review__input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    gap: 10px;
}

.form-review__text textarea {
    color: #8A8B97;
    border: 1px solid #B7B7B7;
    background-color: #fff;
    border-radius: 12px;
    height: 180px;
    padding: 20px;
    width: 100%;
}

.form-review__input input {
    color: #8A8B97;
    border: 1px solid #B7B7B7;
    background-color: #fff;
    border-radius: 12px;
    height: 58px;
    width: 100%;
    padding: 0 20px;
}

.form-review__input button {
    color: #fff;
    border: 1px solid #2E2E2E;
    background-color: #2E2E2E;
    border-radius: 12px;
    height: 58px;
    width: 100%;
    font-weight: 500;
}

.review-form__form .consent {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 10px;
    width: 100%;
}

.review-form__form .consent span {
    font-weight: 500;
    font-size: 12px;
}

.form-problem {
    background: linear-gradient(180deg, #448BDC 0%, #2163B2 100%);
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    padding: 30px;
}

.form-problem__text {
    width: 60%;
}

.form-problem__text .title {
    font-size: 32px;
    font-weight: 600;
}

.form-problem__text p {
    margin: 0;
    padding-top: 26px;
    font-size: 18px;
}

.form-problem__text p a {
    color: #fff;
    text-decoration: none;
}

.form-problem__btn {
    width: 30%;
}

.form-problem__btn .button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 12px;
    color: #2E2E2E;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    height: 56px;
    text-align: center;
    text-decoration: none;
}

.blog-img {
    display: flex;
    gap: 22px;
    padding: 18px 0;
}

.blog-img img {
    border-radius: 10px;
    min-width: 470px;
    height: 100%;
    object-fit: cover;
}

.article-steps {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.article-steps__item {
    color: #fff;
    background-color: #196C97;
    border-radius: 4px;
    width: calc(100% / 3 - 12px);
    margin: 6px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.article-steps__item.col-2 {
    width: calc(100% / 2 - 12px) !important;
}

.article-steps__item .count {
    display: block;
    font-size: 30px;
    font-weight: 700;
    width: 20%;
    padding-top: 10px;
}

.article-steps__item .text {
    width: 78%;
}

.article-steps__item .text .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.article-call-row {
    border-radius: 4px;
    background-color: #196C97;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.article-call-row .phone {
    font-size: 26px;
    font-weight: 700;
}

.article-call-row .phone a {
    color: #fff;
}

.article-call-row button {
    background-color: #0D92D9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.article-call-row .text .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.article-call-row .text p {
    margin: 0;
}

.callback-blog {
    color: #fff;
    background-color: #196C97;
    border-radius: 8px;
    padding: 28px;
    margin: 30px 0;
}

.callback-blog .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    width: 100%;
}

.callback-blog .form {
    margin-top: 20px;
}

.callback-blog .form input {
    background-color: #fff;
}

.callback-blog .politic-text {
    display: block;
    margin-top: 20px;
}

.callback-blog .politic-text a {
    color: #fff;
    text-decoration: underline;
}

.section-faq {
    padding: 60px 0;
}

.section-faq h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

.article-content__faq {
    padding-top: 40px;
}

.article-content__faq .faq__item {
    cursor: pointer;
    border-radius: 4px;
}

.article-content__faq .faq__item:nth-child(odd) {
    background: #E8F4FA;
}

.article-content__faq .faq__item:nth-child(even) {
    background: #F8F8F8;
}

.article-content__faq .faq__item + .faq__item {
    margin-top: 8px;
}

.article-content__faq .faq__question {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    justify-content: space-between;
    padding: 20px;
}

.article-content__faq .faq__question a {
    text-decoration: underline;
}

.article-content__faq .title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.article-content__faq-icon {
    width: 25px;
    height: 25px;
    position: relative;
    flex-shrink: 0;
}

.article-content__faq-icon::before,
.article-content__faq-icon::after {
    content: "";
    position: absolute;
    background: #196C97;
    transition: transform 0.3s;
}

.article-content__faq-icon::before {
    width: 100%;
    height: 5px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.article-content__faq-icon::after {
    width: 5px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.article-content__faq .faq__item--active .article-content__faq-icon::after {
    transform: translateX(-50%) scaleY(0);
}

.article-content__faq .faq__answer {
    display: none;
    margin-top: 10px;
    padding: 0 20px 20px 20px;
}

.article-content__faq .faq__answer a {
    text-decoration: underline;
}

.article-content__faq .faq__item--active .faq__answer {
    display: block;
}

.blog-inner-articles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.blog-inner-articles .blog-items__item {
    width: calc(100% / 2 - 20px);
}

.blog-inner-articles .blog-item__title {
    font-size: 18px;
    line-height: 26px;
}

.article-content .title-h3 {
    font-size: 38px;
    font-weight: 700;
}

.article-content .title-h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 100%;
}

.articles-similar a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 10px;
}

.articles-similar img {
    border-radius: 5px;
    width: 105px;
    height: 85px;
    object-fit: cover;
}

.articles-similar .similar-text {
    width: 62%;
}

.articles-similar .similar-text span {
    color: #404144;
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    text-decoration: underline;
}

.articles-similar .date {
    font-size: 14px;
    font-weight: 600;
    color: #196C97;
    margin-bottom: 8px;
}

#contact-modal {
    max-width: 380px;
}

.article-body-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 34px 0;
    font-size: 16px;
    background: #fff
}

.article-body-content th {
    background: #019AEE;
    color: white;
    padding: 12px 16px;
    font-weight: 600;
    text-align: left
}

.article-body-content td {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5
}

.article-body-content tbody tr:hover {
    background: #f8fdff
}

.article-body-content tbody tr:nth-child(even) {
    background: #fafbff
}

@media (max-width: 768px) {
    .article-wrap {
        padding-top: 20px;
    }
    .blog-article__header {
        padding-top: 30px;
    }
    .article-header__row {
        flex-direction: column;
        gap: 20px;
    }
    .article-header__info {
        width: 100%;
        flex-wrap: wrap;
        gap: 5px;
    }
    .article-header__tags {
        width: 100%;
        justify-content: start;
        gap: 5px;
    }
    .article-header__tags .tag-item {
        font-size: 14px;
    }
    .article-content__header {
        flex-direction: column;
    }
    .blog-article__header .title {
        font-size: 32px;
        line-height: 100%;
    }
    .blog-mnenie__name .photo {
        width: auto;
    }
    .article-sidebar {
        position: relative;
        order: 1;
        width: 100%;
        margin-top: 30px;
        top: 0;
    }
    .article-content__text {
        width: 100%;
        order: 2;
    }
    .article-content__text .title {
        font-size: 28px;
    }
    .blog-items {
        flex-direction: column;
        margin: 0;
    }
    .blog-items__item {
        width: 100%;
        margin: 8px 0;
    }
    .blog-page__header {
        flex-direction: column;
        gap: 12px;
    }
    .blog-page__header .title {
        width: 100%;
        text-align: left;
    }
    .blog-page__filter {
        flex-direction: column;
        width: 100%;
    }
    .blog-mnenie {
        flex-direction: column;
        padding: 12px;
    }
    .blog-mnenie .blog-mnenie__text {
        width: 100%;
    }
    .blog-mnenie .blog-mnenie__text .text p {
        font-size: 14px;
    }
    .blog-mnenie .blog-mnenie__name {
        width: 100%;
        margin-top: 20px;
    }
    .article-body-content th, .article-body-content td {
        padding:10px 12px;
        font-size: 13px
    }
    .form-review__input {
        flex-direction: column;
    }
    .form-problem {
        flex-direction: column;
    }
    .form-problem__text {
        width: 100%;
    }
    .form-problem__text p {
        padding-top: 18px;
    }
    .form-problem__btn {
        width: 100%;
        margin-top: 20px;
    }
    .blog-img {
        flex-direction: column;
        gap: 18px;
        min-width: 100%;
    }
    .article-steps {
        flex-direction: column;
    }
    
    .article-steps__item {
        width: 100%;
        margin: 8px 0;
    }
    
    .article-steps__item.col-2 {
        width: 100% !important;
    }
    .article-call-row {
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        gap: 25px;
    }
    .article-call-row .button {
        width: 100%;
    }
    .article-call-row button {
        width: 100%;
    }
    .callback-blog .title {
        font-size: 26px;
        width: 100%;
    }
    .article-content__faq {
        padding-top: 18px;
    }
    .section-faq h2 {
        font-size: 26px;
        line-height: 100%;
    }
    .article-content__text .title {
        font-size: 16px;
    }
    .blog-inner-articles {
        flex-direction: column;
        margin: 0;
    }
    .blog-inner-articles .blog-items__item {
        width: 100%;
    }
    #contact-modal {
        max-width: 100%;
    }
}


/* blog */







