body {
    font-size: 18px;
    font-weight: 400;
    color: #2C363D;
    font-family: 'Raleway', sans-serif;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased !important;
    line-height: normal;
    position: relative;
    margin: 0 auto;
}
.clear {
    clear: both;
}
input:active,
input:focus,
option:focus,
option:active,
button:active,
button:focus,
select:active,
select:focus,
.btn.focus,
.btn:focus,
textarea:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.site_wrap input,
.site_wrap textarea {
    padding: 15px 20px;
}
button::-moz-focus-inner {
    border: 0 !important;
}
section,
.section {
    padding: 60px 0;
}
a {
    color: #3d4256;
    transition: all 0.3s;
}
a:hover {
    color: #3d4256;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #3d4256;
    text-decoration: none;
    outline: none;
}
a.btnbg:focus {
    color: #fff;
}
strong {
    font-weight: 700;
}
h1,
.h1 {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 0.95;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
h2,
.h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 54px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.h3,
h3 {
    font-size: 1.5rem;
    font-weight: 400;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.h4,
h4 {
    font-size: 1.3rem;
    margin: 0;
    font-weight: 600;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.h5,
h5 {
    font-size: 1rem;
    font-weight: 600;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
@media(max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }
    h2,
    .h2 {
        font-size: 2rem;
        line-height: 1.2;
    }
    h3,
    .h3 {
        font-size: 1.5rem;
    }
}
@media(max-width: 767px) {
    h1,
    .h1 {
        font-size: 2.2rem;
        margin: 10px 0;
        line-height: normal;
    }
    h2,
    .h2 {
        font-size: 1.7rem;
        margin: 10px 0;
        width: 100%;
    }
    .h3,
    h3 {
        font-size: 1.3rem;
    }
    section,
    .section {
        padding: 30px 0;
    }
}
@media(max-width: 479px) {
    h1,
    .h1 {
        font-size: 1.7rem;
        margin: 10px 0 20px;
        word-break: break-word;
    }
    h2,
    .h2 {
        font-size: 1.4rem;
        margin: 10px 0;
        word-wrap: break-word;
    }
    
    h3,
    .h3 {
        font-size: 1.2rem;
    }
    section,
    .section {
        padding: 25px 0;
    }
}
small {
    font-weight: 400;
}
.rub {
    line-height: 5px;
    width: 0.4em;
    border-bottom: 1px solid #000;
    display: inline-block;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.btn {
    cursor: pointer;
    transition: all 0.3s;
    padding: 15px 40px;
    white-space: normal;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    width: auto;
    background: linear-gradient(282.68deg, #8FCF5C -42.92%, #24B175 124.31%);
    box-shadow: 0 0 16px rgba(36, 177, 117, 0.2);
    border-radius: 150px;
    color: #fff;
    letter-spacing: 0;
    display: inline-block;
    text-align: center;
    border: none;
    position: relative;
}
.btn:hover {
    filter: brightness(1.1);
    color: #fff;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.6;
    background: #9a9a9a;
    filter: grayscale(100%);
    cursor: no-drop;
}
.rotate90 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.rotate180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.popup_window {
    width: auto;
    max-width: 100%;
    display: none;
}
.img-fluid {
    max-width: 100%;
}
.text-center {
    text-align: center;
}
::-webkit-input-placeholder {
    color: #303030;
    opacity: 1;
    transition: opacity 0.5s ease;
    font-weight: 300;
    font-size: 0.9rem;
}
::-moz-placeholder {
    color: #303030;
    opacity: 1;
    transition: opacity 0.5s ease;
    font-weight: 300;
    font-size: 0.9rem;
}
:-moz-placeholder {
    color: #303030;
    opacity: 1;
    transition: opacity 0.5s ease;
    font-weight: 300;
    font-size: 0.9rem;
}
:-ms-input-placeholder {
    color: #303030;
    opacity: 1;
    transition: opacity 0.5s ease;
    font-weight: 300;
    font-size: 0.9rem;
}
:focus::-webkit-input-placeholder {
    opacity: 0.15;
    transition: all 0.5s ease;
}
:focus::-moz-placeholder {
    opacity: 0.15;
    transition: all 0.5s ease;
}
:focus:-moz-placeholder {
    opacity: 0.15;
    transition: all 0.5s ease;
}
:focus:-ms-input-placeholder {
    opacity: 0.15;
    transition: all 0.5s ease;
}
/* CUSTOM CHECKBOX */
.checkbox {
    display: none;
}
/* Чекбокс */
.checkbox-custom {
    position: relative;
    width: 20px;
    height: 20px;
    border: none;
    background: #F2F2F2;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: -3px;
    transition: all .1s;
}
.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}
.checkbox-custom::before {
    content: "";
    top: -15px;
    right: 0;
    bottom: 0;
    left: 0;    
    background: url('../img/check.svg') no-repeat;
    background-position: 80% center;
    background-size: 80%;    
    display: block;
    position: absolute;
    opacity: 0;
    transition: all 0.1s;
}
.checkbox:checked + .checkbox-custom {
    border: 1px solid #0091FF;
    background: #0091FF;
}
.checkbox:checked + .checkbox-custom::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../img/check.svg') no-repeat;
    opacity: 1;
}
.lab_confid {
    display: flex;
    align-items: center;
}
.lab_confid a {
    color: #4b668e;
    padding-bottom: 3px;
    border-bottom: solid 1px #ddd;
}
/* nav resp ico */
.cmn-toggle-switch {
    position: relative;
}
.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 0px;
    left: -11px;
    right: 0;
    height: 2px;
    background: #828282;
    width: 12px;
    border-radius: 2px;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #828282;
    content: "";
    border-radius: 2px;
}
.cmn-toggle-switch span::before {
    top: -7px;
}
.cmn-toggle-switch span::after {
    bottom: -7px;
    width: 18px;
}
.cmn-toggle-switch__htx {
    background-color: transparent;
}
.cmn-toggle-switch__htx span {
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition: all 0.3s;
}
.cmn-toggle-switch__htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition: all 0.3s;
}
/* active state*/
.cmn-toggle-switch__htx.active {
    background-color: transparent;
}
.cmn-toggle-switch__htx.active span {
    background: none;
}
.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #828282;
}
.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #828282;
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
    width: 22px;
}
.slick-slide:hover,
.slick-slide:focus,
.slick-slide:active {
    outline: none;
}
nowrap {
    white-space: nowrap;
}
ion-icon {
    pointer-events: none;
}
.form_ok_wrap {
    text-align: center;
}
.form_ok_wrap ion-icon {
    font-size: 50px;
    color: #24B175;
}


/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* -----------------Таблица стилей------------------ */
/* ------------------------------------------------- */
/*                      (っ˘▽˘)っ♨                  */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

:root {
    --gradient: linear-gradient(282.68deg, #8FCF5C -42.92%, #24B175 124.31%);
}
.site_wrap {
    width: 100%;
    max-width: 1930px;
    margin: 0 auto;
    position: relative;
}
@media(min-width: 1200px) {
    .container {
        max-width: 1174px;
    }
}
header {
    position: sticky;
    top: 0;
    padding: 12px 0;
    background-color: #fff;
    z-index: 50;
    box-shadow: 0 4px 20px -8px rgb(0 0 0 / 10%);
}
.header_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo {
    width: 195px;
    margin-right: 20px;
}
.header_menu {
    flex: 1 1 auto;
}
.header_menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}
.header_menu li {
    display: block;
}
.header_menu li a {
    padding: 15px 5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.header_menu li a:hover {
    color: #24B175;
    text-decoration: underline;
}
.h_contact_wrap {
    width: auto;
    margin-left: 25px;
}
.header_phone {
    display: flex;
    align-items: flex-start;
}
.h_phone_ico {
    width: 20px;
    margin-right: 5px;
    margin-top: 2px;
}
.header_phone_wrap {
    flex: 1 1 auto;
}
.h_phone_a {
    font-weight: 600;
    font-size: 20.4px;
    line-height: 21px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.h_callback {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #24B175;
    cursor: pointer;
    margin-top: 5px;
}
.h_ico_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;
}
.h_ico {    
    margin: 0 0 0 10px;
    padding: 5px 0;
}
.h_ico a {
    background: #F2F2F2;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
}
.h_ico img {
    object-fit: contain;
    -webkit-font-smoothing: antialiased;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.main_block {
    background: url('../img/main_bg.png') no-repeat;
    background-position: left center;
    background-size: 1400px;
    padding: 170px 0 160px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.main_block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/main_bg2.png') no-repeat;
    background-position: left center;
    background-size: 1400px;
    opacity: 1;
    z-index: 20;
}
.main_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 1400px;
    right: 0;
    bottom: 0;
    background-color: #fff;
    background-position: left center;
    background-size: 1400px;
    opacity: 1;
    z-index: 20;
}
.main_block .container {
    position: relative;
    z-index: 70;
}
.main_l {
    width: 58%;
}
.main_l h1, .main_l .h1 {
    width: 480px;
    font-weight: 700;
    font-size: 50px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.main_h1_offtitle {
    font-weight: 400;
    font-size: 36px;
    line-height: 170.5%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    margin-top: -20px;
}
.main_preim {
    margin-top: 50px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 30% 55%;
}
.main_preim_it {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    background: url('../img/main_rad.svg') no-repeat;
    background-position: left top;
    padding: 55px 0 0 100px;
    gap: 15%;
}
.main_btns {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 57% 40%;
    grid-gap: 3%;
}
.main_btn {
    padding: 14px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tr_btn {
    background: transparent;
    border: solid 2px #fff;
    padding: 12px 20px;
}
.tr_btn:hover {
    border: solid 2px #6dc563
}
.tr_btn img {
    margin-right: 5px;
}
.main_child {
    position: absolute;
    left: 41%;
    top: 20px;
    bottom: 20px;
    right: 0;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 60;
}
.bl2 {
    background-color: #F0F6FB;
}
.bl2_btn {
    background: #0B62A4;
    margin-top: 20px;
    box-shadow: none;
    cursor: inherit;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.bl2_btn:hover {
    filter: brightness(1);
}
.bl2_wrap {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 45% 50%;
    column-gap: 5%;
    margin-top: 80px;
}
.bl2_l {
    align-self: center;
}
.bl2_text {
    font-size: 20px;
    line-height: 150%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.bl2_preim_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10%;
    margin-top: 65px;
}
.bl2_preim {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.bl2_preim img {
    /*align-self: center;*/
    height: 60px;
    width: 70px;
    object-fit: contain;
    padding: 15px;
}
.bl2_preim_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-top: 5px;
}
.bl2_r {
    align-self: center;
}
.bl2_child {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
}
.city_sec {
    padding-bottom: 0;
}
.block_offtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.city_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0;
    margin-top: 40px;
}
.city_bl {
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.city_bl:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}
.city_win {
    background:	none;
    padding: 0;
    text-align: center;    
    width: auto;
    position: inherit;
    z-index: 5;
    transform-style: preserve-3d;
}
.city_win_pretitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #fff;    
}
.city_win_title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    margin-top: 8px;
}
.city_win_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 10px;
    color: #fff;
}
.city_win_btn {
    margin: 30px auto 0;
}
/*.city_nn .city_win::before {
    content: '';
    position: absolute;
    z-index: 7;
    top: -26px;
    left: -25.5px;
    background: url('../img/city_rad1.svg') no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #fff;
    width: 54px;
    height: 54px;
}
.city_nn .city_win::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -67px;
    left: -69px;
    background: url('../img/city_rad2.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 140px;
    height: 140px;
}*/
/*.city_bor .city_win::before {
    content: '';
    position: absolute;
    z-index: 7;
    top: -26px;
    right: -25.5px;
    background: url('../img/city_rad1.svg') no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #fff;
    width: 54px;
    height: 54px;
}
.city_bor .city_win::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -67px;
    right: -69px;
    background: url('../img/city_rad2.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 140px;
    height: 140px;
}*/
.bl4_sec {
    background: url('../img/line_bg.png') no-repeat;
    background-position: 2% bottom;
    background-size: auto;
    text-align: center;
}
.bl4_sec .block_offtitle {
    margin: 40px auto 0;
    width: 90%;
}
.bl4_btn {
    border: solid 2px #24B175;
    background: transparent;
    padding: 12px 40px;
    color: #24B175;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    margin-top: 50px;
    position: relative;
    box-shadow: none;
}
.bl4_btn img {
    margin-right: 10px;
    width: 24px;
    transition: all .3s;
}
.bl4_btn:hover {
    background: #24B175;
}
.btn_ico_hover {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.bl4_btn:hover .btn_ico_nohover {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.bl4_btn:hover .btn_ico_hover {
    opacity: 1;
    visibility: visible;
    display: block;
}
.bl4_wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 20px;
    margin-top: 80px;
}
.bl4_card {
    background: #F3F8FC;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    display: block;
    margin: 10px 0;
}
.card_img {
    max-width: 100%;
    width: 100%;
    height: 350px;
    object-fit: contain;
    object-position: center top;
}
.bl4_card_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px 85px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bl4_akc {
    background: linear-gradient(140.54deg, #EEDC3F -19.53%, #24B175 54.3%), #24B175;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bl4_akc::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url('../img/ack_bg.svg') no-repeat;
    background-position: center;
    transform: translateZ(30px);
}
.bl4_akc::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url('../img/gift_ico.svg') no-repeat;
    background-position: center;    
}
.b4_akc_title {
    position: relative;
    z-index: 5;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    transform: translateZ(50px);
}
.b4_akc_label {
    position: absolute;
    top: 30px;
    left: -8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    background: #F9E743;
    box-shadow: 4px 4px 6px rgb(0 0 0 / 16%);
    padding: 5px 15px;
    z-index: 7;
    transform: translateZ(50px);
    transition: all 0s;
    -webkit-font-smoothing: antialiased;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.b4_akc_label.active {
    transform: translateZ(50px) scale(0.95);
    top: 37px;
    left: -3px;
}
.card3d {
    transform-style: preserve-3d;
    overflow: visible;
}
.step_sec {
    background: #F0F6FB;
    text-align: center;
}
.steps_wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 20px;
    margin-top: 50px;
}
.step_it {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.step_it::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    top: -33%;
    right: 30%;
    background: linear-gradient(138.58deg, #24B175 24.5%, #ACD645 96.73%), #24B175;
}
.step_img {
    margin-top: 100px;
    position: relative;
    z-index: 3;
}
.step_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    margin-top: 60px;
    position: relative;
    z-index: 3;
}
.step_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 20px;
    position: relative;
    z-index: 3;
}
.step_num {
    position: absolute;
    z-index: 2;
    font-weight: 600;
    font-size: 200px;
    line-height: 235px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(255, 255, 255, 0.2);
    top: -10px;
    left: 30px;;
}
.step_alert {
    margin-top: 30px;
}
.step_alert_desc {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    margin: 20px auto 0;
    width: 80%;
}
.step_alert_btn {
    margin-top: 60px;
}
.doc_sec {
    text-align: center;
    background: url('../img/circ.png') no-repeat;
    background-position: left center;
    padding-bottom: 0;
}
.doc_slider {
    margin: 50px -10px 0;
}
.doc_it {
    box-shadow: 4px 4px 10px rgb(0 0 0 / 16%);
    border-radius: 30px;
    overflow: hidden;
    height: 350px;
    margin: 0 10px;
}
.doc_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.doc_slider .slick-list {
    padding: 20px 0;
}
.fancybox__backdrop {
    background: rgb(33 59 70 / 90%) !important;
}
.slick-dots {
    bottom: -35px;
}
.slick-dots li button::before {
    display: none;
}
.slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 6px;
}
.slick-dots li button {
    background: #D4D4D4;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    transition: all .3s;
}
.slick-dots li.slick-active button {
    background: #0091FF;
    transform: scale(1.2);
}
.row_form {
    background: linear-gradient(136.41deg, #0B62A4 13.58%, #24B175 96.59%);
    border-radius: 30px;
    padding: 40px 70px;
    color: #fff;
    margin-top: 150px;
}
.row_form_title {
    font-weight: 600;
    font-size: 46px;
    line-height: 54px;
}
.row_form_intro {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-top: 30px;
}
.inputs_grid {
    display: grid;
    grid-template-columns: 35% 35% 24%;
    grid-column-gap: 3%;
    margin-top: 40px;
    width: 100%;
}
.row_form_form input:not([type="submit"]) {
    width: 100%;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 15px 30px;
    border: none;
    line-height: 1;
    font-size: 16px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.row_form_form .lab_confid {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.row_form_form .condif_txt {
    color: #fff;
}
.row_form_form .lab_confid a {
    color: #fff;
    padding-bottom: 1px;
    border-bottom: solid 1px rgb(255 255 255 / 60%);
}
.contacts_sec {
    background: url('../img/globus.png') no-repeat;
    background-position: right -65px;
    padding-top: 0;
}
.contacts_sec .block_title {
    padding-top: 150px;
}
.cont_tab_nav {
    margin: 30px -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cont_nav_btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 150.9%;
    padding: 15px 30px;
    border-radius: 150px;
    background-color: #F2F2F2;
    margin: 10px 15px;
    transition: all .3s;
    cursor: pointer;    
}
.cont_nav_btn.active {
    background-color: #0B62A4;
    color: #fff;
}
.cont_tab {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all .3s;
}
.cont_tab.active {
    opacity: 1;
    visibility: visible;
    display: flex;
}
.cont_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    width: 100%;
}
.cont_l {
    width: 55%;
    align-self: flex-start;
}
.cont_row_wrap {
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
}
.cont_row_wrap:last-child {
    border-bottom: none;
}
.cont_row {
    display: flex;
    align-items: center;
    margin: 25px 0;
    font-feature-settings: 'pnum' on, 'lnum' on;
    width: 100%;
}
.cont_row_ico {    
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 15px;
}
.cont_row_text {
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.cont_map {
    width: 40%;
    height: 370px;
    overflow: hidden;
    border-radius: 30px;
}
footer {
    background: linear-gradient(152.79deg, #24B175 -76.02%, #0B62A4 73.99%);
    padding: 40px 0;
    color: #fff;
}
footer a {
    color: #fff;
}
.footer_wrap {
    display: grid;
    grid-template-columns: 30% auto;
    grid-column-gap: 3%;
}
.foot_logo {
    max-width: 100%;
}
.foot_row {
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.foot_row .cont_row_ico {
    margin-right: 15px;
}
.foot_row_text {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}
.foot_row a:hover {
    color: #f9e743;
}
.footer_col_2 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 5%;
    margin-top: 10px;
}
.foot_menu_col ul {
    list-style: none;
}
.foot_menu_col ul li {
    margin: 5px 0;
}
.foot_menu_col ul li a {
    padding: 3px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.foot_menu_col ul li a:hover {
    color: #f9e743;
}
.foot_menu_col ul li a:active,
.foot_menu_col ul li a:focus {
    color: #f9e743;
}
.footer_col_3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 15px;
}
.foot_c3_txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
}
.foot_call_btn {
    margin-top: 30px;
}
.foot_end {
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
    display: grid;
    grid-template-columns: auto 200px;
    grid-column-gap: 10%;
    align-items: flex-end;
}
.licence {
    margin-top: 10px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.foot_police {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.5);
}
.foot_police:hover {
    color: #f9e743;
    opacity: 0.7;
    text-decoration: underline;
}
.topmarka {
    color: #fff;    
    opacity: 0.7;
    transition: all .3s;
}
.topmarka span {
    font-weight: 800;
}
.topmarka a {
    color: #fff;
    font-weight: 400;
}
.topmarka:hover {
    color: #fff;
    opacity: 1;
}
.mob_menu_btn {
    display: none;
}
.mobile_header_phone {
    display: none;
}
.mobile_header_phone {
    align-items: flex-start;
    padding: 0 30px;
}
.mob_phone_hr {
    display: none;
}
.mob_phone_hr {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 20px 0 30px;
}
.mob_phone_btn {
    display: none;
    margin: 20px 30px 0;
    font-size: 14px;
}
.header_menu.open {
    right: 0;
}
.darck_back {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(33 59 70 / 90%);
    z-index: -999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
}
.darck_back.active {
    z-index: 20;
    opacity: 1;
    visibility: visible;
}
.inner_b1 {
    background: linear-gradient(90deg, #F4F4F6 0%, #F3F3F4 61.98%, #EFEFEF 100%);
    padding: 30px 0 0;
}
.inner_h1_offtitle {
    color: #24B175;
}
.b1_preim {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 150px 260px;
    grid-column-gap: 20px;
}
.b1_preim_it {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.b1_preim_img {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(130, 130, 130, 0.09);
    padding: 5px;
    border-radius: 50%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.b1_preim_img img {
    max-width: 85%;
}
.b1_preim_title {
    flex: 0 1 auto;
}
.inner_b1_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_b1_img {
    width: 40%;
    align-self: flex-end;
    width: 40%;
    align-self: flex-end;
    max-height: 450px;
    object-fit: contain;
    object-position: 80% bottom;
}
.inner_b1_wrap .main_l {
    padding: 100px 0 80px;
}
.content_section {
    padding: 40px 0 80px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0 0 50px;
}
.breadcrumb li {
    list-style: none;
    font-size: 0.8rem;
    color: #7e7e7e;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.breadcrumb li a {
    font-size: 0.8rem;
    color: #7e7e7e;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.breadcrumb li a:hover {
    color: #24B175;
}
.breadcrumb span {
    display: block;
    margin: 0 10px;
    color: #7e7e7e;
}
.catalog_page_wrap {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 40px;
    align-items: flex-start;
}
.catalog_sidebar h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.side_categ {
    margin: 30px 0 50px;
}
.side_categ li {
    margin: 10px 0;
    list-style: none;
}
.side_categ li a {
    padding: 5px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.side_categ li a:hover {
    color: #0091FF;
    text-decoration: underline;
}
.side_categ li.active a {
    font-weight: 700;
    color: #0091FF;
}
.side_categ li .side_categ {
    display: none;
}
.side_categ li.active .side_categ {
    display: block;
    margin: 5px 0 0;
    padding: 0px 10px 0px 20px;
    border-left: solid 1px #f1f1f1;
}
.side_categ li.active .side_categ li a {
    font-weight: 400;
    color: #333;
}
.side_categ li.active .side_categ li.active a {
    color: #0091FF;
    font-weight: 600;
}
.filter_block {
    margin: 30px 0;
}
.filter_block h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.filter_block h4 ion-icon {
    margin-left: 5px;    
}
.filter_block h4 ion-icon.tg {
    transform: rotate(-90deg);
}
.filter_block .label {
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 15px 0;
}
.filter_block .label:hover {
    color: #0091FF;
}
.filter_sub {
    background: linear-gradient(285.95deg, #0091FF -30.3%, #0B62A4 144.5%);
    box-shadow: 0px 0px 16px rgba(36, 177, 117, 0.2);
    margin: 30px auto 0;
    width: 170px;
    max-width: 100%;
    display: block;
    border: none;
}
.filter_reset {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 400;
    color: #828282;
    background: none;
    border: none;
}
#fil_btn_hr {
    margin: 20px 0;
    height: 1px;
    background: #E0E0E0;
}
.filter_reset:hover {
    text-decoration: underline;
}
.filter_reset img {
    width: 13px;
    margin-right: 5px;
}
.product_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}
.prod_card {
    background-color: #fff;
    transform-style: preserve-3d;
    transform: perspective(1000px);
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-wrap: wrap;
    -webkit-font-smoothing: antialiased;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.prod_card form {
    width: 100%;
    transform-style: preserve-3d;
    transform: perspective(1000px);
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.prod_card_img_wrap {
    background-color: #F3F8FC;
    border-radius: 10px;
    height: 350px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.prod_card_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    object-position: center bottom;
}
.prod_card_title {
    width: 100%;
    min-height: 45px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.prod_card_price {
    margin: 10px 0 0;
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    align-self: flex-end;
}
.prod_card_price.no_price {
    text-transform: inherit;
    font-size: 0.9em;
}
.prod_card_buy {
    position: absolute;
    right: 12px;
    bottom: 22px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    border: none;
    background: #F2F2F2 url('../img/cart.svg') no-repeat;
    background-position: center;
    background-size: 22px;
    cursor: pointer;
    transition: background-color .3s;
    z-index: 5;
    transform: translateZ(50px);
}
.prod_card_buy:hover {
    background: #0091FF url('../img/cart_w.svg') no-repeat;
    background-position: center;
}
.content_section p {
    font-size: 16px;
    line-height: 1.4;
}
.categ_numbs {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    width: 60%;
}
.cat_numb_it {
    text-align: center;
}
.cat_numb_more {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #0B62A4;
}
.cat_numb_numb {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #0B62A4;
}
.cat_numb_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150.9%;
    text-align: center;
    margin-top: 10px;
}
.categ_page_img {
    margin-top: 60px;
    height: 390px;
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
}
.categ_gal_wrap {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 40px;
}
.categ_gal_it {
    display: block;
    border-radius: 30px;
    overflow: hidden;
}
.categ_gal_it img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #F3F8FC;
}
.inner2.row_form {
    margin-top: 160px;
}
.inner.row_form {
    margin-top: 0;
}
.inner.inner2.row_form {
    margin-top: 0;
}
.mob_filter_btn_wrap {
    display: none;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
}
.mob_filter_btn {
    width: 50px;
    height: 50px;
    background: #F2F2F2 url('../img/filter_ico.svg') no-repeat;
    background-position: center;
    background-size: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.mob_close_filters {
    display: none;
    cursor: pointer;
}
.mob_close_filters img {
    width: 25px;
}
.sc_nav_wrap {
    display: grid;
    grid-template-columns: 20% 47% 27%;
    grid-column-gap: 3%;
    background: #0B62A4;
    border-radius: 150px;
    color: #fff;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 20;
}
.sc_nav {
    font-weight: 600;
    font-size: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.sc_nav:hover, .sc_nav.active {
    text-shadow: 0 0 20px rgb(255 255 255 / 50%), 0 0 30px rgb(255 255 255 / 50%), 0 0 50px rgb(255 255 255 / 50%);
}
.sc_table_wap {
    display: grid;
    grid-template-columns: 20% 72%;
    justify-content: space-between;
    grid-column-gap: 4%;
    padding: 50px 0;
    border-bottom: 2px solid #D4D4D4;
}
.sc_table_wap:last-child {
    border-bottom: none;
}
.sc_table_title {
    font-weight: 600;
    font-size: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.sc_table_l_desc {
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    background: url('../img/map_blue.svg') no-repeat;
    background-position: left top;
    padding: 0 0 0 30px;
}
.sc_table_l_desc span {
    color: #0091FF;
}
.sc_table_r_row {
    display: grid;
    grid-template-columns: 24% 35% 35%;
    grid-column-gap: 3%;
}
.sc_table_r_row.parad {
    display: grid;
    grid-template-columns: 24% 70%;
    grid-column-gap: 3%;
}
.sc_tb_col {
    padding: 25px 0;
    border-bottom: 1px solid #D4D4D4;
}
.sc_table_r_row:first-child {
    margin-top: -15px;
}
.sc_table_r_row:first-child .sc_tb_col {
    padding: 15px 0;
}
.sc_tb_col {
    font-size: 16px;
    line-height: 1.5;
    font-feature-settings: 'pnum' on, 'lnum' on;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.color_prev {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 0px;
    margin-top: -3px;
    border: solid 1px #ddd;
}
.color_txt {
    width: 100%;
}
.sc_tb_col_imb {
    width: 64px;
    height: 64px;
    background: #F3F8FC;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}
.sc_tb_col_imb::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4) url('../img/search_w.svg') no-repeat;
    background-position: center;
    opacity: 0;
    transition: all .3s;
}
.sc_tb_col_imb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}
.sc_tb_col_imb:hover::after {
    opacity: 1;
}
.sc_tb_col_desc {
    width: calc(100% - 74px);
}
.sc_table_r_row .sc_tb_col:first-child {
    font-weight: 600;
}
.sc_table_r_row:last-child .sc_tb_col {
    border-bottom: none;
}
.sc_call_block {
    padding: 40px 0;
    background: #0B62A4 url('../img/sc_call_bg.svg') no-repeat;
    background-position: center;
    text-align: center;
    color: #fff;
}
.sc_call_btn {
    margin: 15px 0 40px 0;
}
.sc_call_btn img {
    margin-right: 10px;
}
.sc_call_desc {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.anketa_inner_wrap {
    display: grid;
    grid-template-columns: 50% 40%;
    grid-column-gap: 10%;
}
.anketa_inner_desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
}
.anketa_inner_btn {
    background: #24B175;
    border: solid 2px #24B175;
    margin-top: 40px;
    box-shadow: none;
    color: #fff;
}
.anketa_inner_btn:hover {
    filter: brightness(1.1);
}
.anketa_inner_r_wrap {
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.word_img {
    max-width: 100%;
}
.anketa_load_link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}
.anketa_load_link img {
    margin-right: 10px;
}
.anketa_inner_r_wrap p {    
    margin-top: 10px;
    font-size: 16px;
}
.product_page_wrap {
    display: grid;
    grid-template-columns: 40% 50%;
    grid-column-gap: 10%;
    grid-row-gap: 30px;
}
.prod_big_slider {
    width: 100%;
    margin: 0 -5px;
}
.prod_big_slider_img {
    background: #F3F8FC;
    border-radius: 10px;
    height: 465px;
    text-align: center;
    margin: 0 5px;
}
.prod_big_slider_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    padding-top: 10px;
}
.prod_big_slider .slick-dots {
    bottom: -20px;
}
.prod_min_slider {
    width: 100%;
    margin: 15px -5px;
}
.prod_min_slider_img {
    background: #F3F8FC;
    border-radius: 10px;
    height: 70px;
    text-align: center;
    margin: 0 5px;
    border: solid 2px transparent;
    cursor: pointer;
    transition: all .3s;
}
.prod_min_slider_img:hover {
    border: solid 2px #0091FF;
}
.prod_min_slider_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    padding-top: 5px;
}
.prod_page_l h1 {
    font-size: 36px;
}
.prod_reit {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #828282;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prod_reit span {
    padding-right: 5px;
}
.prod_reit img {
    margin: -3px 0 0 7px;
}
.count_vote {
    width: 100%;
    font-size: 12px;
}
.prod_page_price {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    margin-top: 40px;
}
.prod_page_price.low {
    text-transform: inherit;
}
.prod_page_intro {
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.prod_page_desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    display: none;
}
.prod_page_desc_btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #0091FF;
    margin-top: 5px;
    cursor: pointer;
    transition: all .3s;
}
.prod_page_desc_btn:hover {
    color: #24B175;
}
.param_block {
    margin-top: 40px;
}
.param_alert {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #EB5757;
}
.param_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px -1%;
}
.param_it {
    width: 48%;
    min-width: 270px;
    margin: 7px 1%;
    position: relative;
    font-weight: 600;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.param_it label {
    position: absolute;
    font-weight: 500;
    font-size: 13px;
    color: #828282;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    z-index: 5;
}
.param_select {
    font-weight: 600;
    font-size: 14px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    padding: 15px 10px 15px 60px;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
}
#color_select {
    padding: 15px 10px 15px 50px;
}
.param_it select option {
    font-weight: 600;
    font-size: 16px;
    font-feature-settings: 'pnum' on, 'lnum' on;   
    padding: 15px 0; 
}
.select2-container {
    max-width: 100%;
}
.param_select option span {
    width: 15px;
    height: 15px;
}
.param_count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-feature-settings: 'pnum' on, 'lnum' on;
    padding: 6px 0 7px;
    border-radius: 10px;
    border: 1px solid #D4D4D4;
    height: 50px;
}
.param_count input::-webkit-outer-spin-button,
.param_count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.param_count input[type=number] {
    -moz-appearance: textfield;
}
.param_count input {
    width: auto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0;
    text-align: center;
    border: none;
    position: relative;
    z-index: 2;
}
.count_nav {
    color: #C4C4C4;
    font-size: 30px;
    line-height: 15px;
    font-weight: 500;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.count_nav.minus {
    margin-top: -2px;
}
.prod_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}
.prod_no_bg_btn {
    border: solid 2px #24B175;
    background: transparent;
    color: #24B175;
    margin-right: 20px;
    width: 200px;
    max-width: 100%;
    padding: 13px 20px;
    box-shadow: none;
}
.prod_no_bg_btn:hover {
    background-color: #24B175;
    color: #fff;
}
.prod_buy_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
    width: 200px;
    max-width: 100%;    
}
.prod_buy_btn img {
    margin: -3px 10px 0 0;
}
.prod_share {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s;
}
.prod_share:hover {
    color: #24B175;    
}
.prod_share img {
    margin-right: 10px;
}
.other_prod_wrap {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}
.mob_prod_h1 {
    display: none;
}
.mob_prod_reit {
    display: none;
}
.anketa_b1_wrap {
    padding: 40px 0 60px;
}
.inner_b1_wrap .anketa_main_l {
    width: 47%;
    padding: 0;
}
.anketa_main_r {
    width: 50%;
}
.anketa_main_desc {
    margin-top: 30px;
    line-height: 1.4;
}
.anketa_nav {
    margin-top: 30px;
    padding: 5px 20px;
    background: #0B62A4;
    border-radius: 150px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 20;
}
.anketa_nav_title {
    font-weight: 600;
    font-size: 16px;
    margin-right: 20px;
    width: 245px;
    max-width: 100%;
}
.anketa_nav_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.anketa_nav_it {
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #70acd9;
}
.anketa_nav_it:hover,
.anketa_nav_it.active {
    background: #fff;
    color: #0091FF;
}
.anketa_nav_it:focus {
    color: #70acd9;
}
.anketa_table_wrap {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 20% 75%;
    grid-gap: 0 5%;
}
.anketa_tb_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.anketa_tb_desc {
    margin-top: 15px;
    font-size: 16px;
    line-height: 150%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.anketa_tb_r {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.ank_img_wrap {
    width: 100%;
    height: 380px;
    display: block;
    border-radius: 10px;
    position: relative;
    transform-style: preserve-3d;
    transform: perspective(1000px);
}
.ank_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
}
.ank_img_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    background-position: center;
    border-radius: 10px;
    opacity: 0;
    transition: all .3s;
}
.ank_img_wrap:hover::after {
    opacity: 1;
}
.ank_fancy_ico {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 5;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    background-image: url('../img/search_w.svg');
    background-repeat: no-repeat;
    background-size: 50px;
    opacity: 0;
    transition: all .3s;
    transform: translateZ(80px);
}
.ank_img_wrap:hover .ank_fancy_ico {
    opacity: .8;
}
.mob_anketa_nav_title {
    display: none;
}
header.no_sticky {
    position: relative;
}
.main_form_title {
    font-size: 2em;
    margin-bottom: 0;
}
.callback_modal {
    width: 500px;
    max-width: 95%;
}
.callback_form {
    margin-top: 10px;
}
.callback_modal input:not([type="submit"]) {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 15px 30px;
    border: solid 1px #c0c0c0;
    line-height: 1;
    font-size: 1em;
    margin: 10px 0;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.callback_modal input[type="submit"] {
    width: 100%;
    margin-top: 10px;
}
.callback_modal .lab_confid {
    font-size: 0.8em;
    margin-top: 10px;
}
.popup_window {
    border-radius: 30px;
}
.city_wrap.inner {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 7%;
    margin-top: 0;
}
.city_wrap.inner .city_bl:before {
    display: none;
}
.city_wrap.inner .city_win {
    background: #f5f5f5;
    position: initial;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
    width: 100%;
}
.city_wrap.inner .city_bl {
    height: auto;
    width: 100%;
}
.city_wrap.inner .city_nn .city_win::after,
.city_wrap.inner .city_nn .city_win::before,
.city_wrap.inner .city_bor .city_win::after,
.city_wrap.inner .city_bor .city_win::before {
    display: none;
}
.page_content {
    margin-top: 50px;
    min-height: 250px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.school_list_wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    margin-top: 30px;
}
.sc_it {
    background: #fff;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 16%);
    border-radius: 30px;
    display: block;
    font-feature-settings: 'pnum' on, 'lnum' on;
    transform-style: preserve-3d;
    transform: perspective(1000px);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sc_it img {
    width: 100%;
    height: 250px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    object-fit: cover;
}
.sc_it_title {
    font-size: 1em;
    font-weight: 600;
    padding: 0 20px;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sc_it_intro {
    padding: 0 20px 20px;
    font-size: 15px;
    margin-top: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page_content h2 {
    font-size: 2em;
    list-style: 1.2;
}
.page_content ol {
    margin: 15px 0;
    padding-left: 25px;
}
.page_content ul {
    margin: 15px 0;
}
.page_content ul li {
    list-style: none;
    padding-left: 17px;
    background: url(../img/li_ico.png) no-repeat;
    background-position: left 7px;
    background-size: 10px;
    margin: 7px 0;
}
.catalog_col .ul.pagination {
    display: none;
}
.btn.btn-more {
    width: auto;
    max-width: 100%;
    margin-top: 30px;
}
.h_mini_cart {
    position: relative;
    font-feature-settings: 'pnum' on, 'lnum' on;
    font-size: 0.9em;
}
.h_mini_cart .h_cart_tick {
    background: #fff;
    position: absolute;
    width: 170px;    
    top: 30px;
    left: auto;
    right: 0;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 2px 11px -3px rgb(0 0 0 / 20%);
    opacity: 0;
    visibility: hidden;
    z-index: -999;
    transition: all .3s;
}
.h_mini_cart:hover .h_cart_tick {
    top: 45px;
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.h_cart_tick strong {
    font-weight: 600;
}
.h_cart_count {
    position: absolute;
    z-index: 3;
    font-size: 12px;
    font-weight: 500;
    width: 15px;
    height: 15px;
    background: #0482e3;
    color: #fff;
    border-radius: 50%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.fil_numbs_wrap {
    display: flex;
    align-items: center;
}
.slider_inp_def {
    height: 1px;
    width: 4%;
    margin: 0 1%;
    background: #ccc;
}
.slider_inp_def:last-child {
    display: none;
}
.slider_input {
    width: 47%;
    margin-bottom: 0;
}
.slider_input input {
    padding: 12px 15px;
    line-height: 1;
    border: none;
    background: #F2F2F2;
    border-radius: 15px;   
    margin: 0;
    width: 100%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
#mse2_filters .mse2_number_slider {
    margin: 20px 10px !important;
    border: none;
    height: 2px;
    background: #C4C4C4;
}
.ui-slider-horizontal .ui-slider-range {
    background: #2E9CEF;
}
.mse2_number_slider .ui-state-default {
    border-radius: 50%;
    background: #FFFFFF !important;
    border: 1px solid #0091FF !important;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgb(33 175 214 / 25%);
    width: 1.5em !important;
    height: 1.5em !important;
    top: -0.6em !important;
    cursor: pointer !important;
}
.mse2_number_slider .ui-state-default.ui-state-hover,
.mse2_number_slider .ui-state-default.ui-state-focus {
    background: #0091FF !important;
    border: 1px solid #0091FF !important;
    color: #0091FF !important;
}
#add_to_cart .form_ok_wrap ion-icon {
    font-size: 40px;
    padding: 5px;
    border: solid 2px;
    margin-bottom: 15px;
    border-radius: 50%;
}
.add_cart_alert_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px -10px 0;
}
.add_cart_alert_wrap .btn {
    margin: 5px 10px;
}
.to_cart_alert_btn {
    border: solid 2px transparent;
    color: #fff !important;
}
.no_cart_alert_btn {
    color: #24B175 !important;
    background: transparent;
    border: solid 2px #24B175;
}
.cart_row_colums {
    display: grid;
    grid-template-columns: 42% 22% 17% 7%;
    grid-gap: 0 4%;
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: solid 1px #eee;
}
.cart_header {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 0.7em;
}
.cart_col1_row {
    display: flex;
    align-items: flex-start;
}
.cart_prod_title {
    font-weight: 600;
}
.cart_col_img {
    background-color: #F3F8FC;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
    width: 100px;
    max-width: 100%;
}
.cart_prod_opton {
    font-size: 0.8em;
    margin-top: 5px;
}
.cart_col2_row {
    display: flex;
    align-items: center;
}
.cart_count_wrap {
    margin: 0;
}
.cart_col_price {
    font-size: 1.2em;
    font-weight: 600;
}
.cart_col4_row {
    text-align: right;
}
.cart_col .btn-danger {
    font-size: 24px;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    color: #939393;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}
.cart_footer {
    margin-top: 20px;
    display: flex;
    font-size: 1.3em;
    justify-content: flex-end;
}
.total_count {
    margin-left: 30px;
    font-weight: 600;
}
.total_cost {
    margin-left: 30px;
    font-weight: 600;
}
.order_form {
    width: 50%;    
}
.order_form h2 {
    margin-bottom: 20px;
}
.order_form label {
    display: none;
}
.order_form input:not([type="submit"]) {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 15px 30px;
    border: solid 1px #c0c0c0;
    line-height: 1;
    font-size: 1em;
    margin: 10px 0;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.order_form textarea {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 15px 30px;
    border: solid 1px #c0c0c0;
    line-height: 1.2;
    font-size: 1em;
    margin: 10px 0;
    font-feature-settings: 'pnum' on, 'lnum' on;
    min-height: 150px;;
}
.order_form_btn {
    margin-top: 10px;
}
.order_form .lab_confid {
    display: block;
    font-size: 12px;
    margin: -5px 0 20px 10px;
}
.submenu_wrapp {
    position: relative;
}
.main_menu_arr {
    display: none;
}
.h_search_ico {
    cursor: pointer;
}
.header_menu ul.inner_ul {
    position: absolute;
    background: #fff;
    left: -10px;
    right: auto;
    width: 200px;
    justify-content: flex-start;
    border-radius: 12px;
    box-shadow: 0px 0px 8px -1px rgb(0 0 0 / 15%);
    padding: 15px 0 12px;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    z-index: -10;
    transition: opacity .3s, margin-top .3s ;
}
.header_menu ul.inner_ul.open {
	margin-top: 15px;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.header_menu ul.inner_ul::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: -8px;
    left: 20px;
    transform: rotate(45deg);
    z-index: 0;
    box-shadow: -3px -3px 8px -4px rgb(0 0 0 / 25%);
}
.header_menu ul.inner_ul li a {
    display: block;
    padding: 7px 15px;
    font-size: 0.8em;
}
.sc_call_phone {
    display: block;
    color: #fff !important;
    font-feature-settings: 'pnum' on, 'lnum' on;
    font-size: 1.4em;
    font-weight: 800;
    margin: 30px 0 0 0;
}
.doc_sec.inner {
    background-position: left 90%;
}
#animane_bg_1, #animane_bg_2, .particles {
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
}
.akcii_it img {
    object-fit: contain;
    background: #fff;
    padding: 10px;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: url('../img/share.svg') !important;
    background-size: 19px !important;
}
.ya-share2__badge {
    border-radius: 0px !important;
    overflow: visible !important;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    background: transparent !important;
    width: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 0 !important;
    margin-right: 5px !important;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short) .ya-share2__title {
    margin-left: 5px !important;
    transition: all .3s !important;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:hover .ya-share2__title {
    color: #24B175 !important;
}
.badge_wrap {
    position: absolute;
    top: 15px;
    left: 2px;
    z-index: 3;
    transform: translateZ(50px) scale(0.97);
}
.badge {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    background: #23ad5a;
    margin: 5px 0;
    display: block;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    width: 48px;
}
.badge.sale {
    background: #EB5757;
}
.badge.popular {
    background: #eab104;
}
.page_prod_badge_wrap {
    display: flex;
    align-items: center;
}
.page_prod_badge_wrap .badge {
    margin-right: 5px;
}
.grecaptcha-badge {
    visibility: hidden;
}
.tpl7 .side_categ li a {
    background: #F0F6FB;
    padding: 12px 15px;
    width: 100%;
    display: block;
    border-radius: 10px;
    font-weight: 600;
}
.tpl7 .side_categ li.active a {
    text-decoration: none;
}
.fancybox__thumbs .fancybox__thumb {
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 0.8)));
    background-size: contain;
    background-position: center top;
}
.catalog_akc_card {
    display: block;
    margin-top: 50px;
    padding: 50px 0px;
}
.catalog_akc_card .b4_akc_label {
    display: none;
}
.anketa_inner_sec {
    background: #e7e7e7;
    margin-top: -40px;
}
.dot_more {
    font-size: 22px;
    cursor: pointer;
}
.foot_menu_more {
    display: none;
}
.pagination {
    display: flex;
    list-style: none;
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #eee;
}
.page-item {
    margin: 5px;
}
.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eee;
    font-feature-settings: 'pnum' on, 'lnum' on;
    font-size: 14px;
    transition: all .3s;
}
.page-link:hover {
    background: #ddd;
}
.page-item.active .page-link {
    background-color: #23ad5a;
    color: #fff;
}
.to_top {
    color: #fff;
    background: #000;
    position: fixed;    
    bottom: 30px;
    right: 5%;
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    z-index: -99;
    cursor: pointer;
    transition: all .3s;
}
.to_top:hover {
    opacity: 0.6;
}
.to_top.active {
    opacity: 0.4;
    z-index: 99;
}