@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

:root {
    --SITE_WIDTH: 1440px;
    --TEXT-COLOR: #282D3C;
    --COLOR2: #E9F6E9;
    --TEXT_COLOR_FOOTER: #C3C3CE;
    --TEXT_COLOR_FOOTER_DARK: #333333;
}

* {margin: 0px; padding: 0px;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body
{
    font-size: 16px;
    line-height: 1.1;
	margin: 0;
	padding: 0;
	text-align: left;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
    background-color: #FFF;
    color: #333333;
    font-family: var(--OPTION_FONT_FAMILY);
    font-weight: 400;
    
    background-position: center;
}
body.index_page {background-color: #EFEFF1;}
label {font-weight: normal}

a, a:visited {color:#333333; outline: none; transition: all 0.1s ease-out 0s; text-decoration-skip-ink: none; text-decoration: underline;}
a:hover {color: var(--OPTION_BASE_COLOR); text-decoration: none;}
a img {border: none;}


h1, h2, h3, h4, .header1, .header2, .header3, .header4 {font-weight: 600;}
h1, .header1 {font-size: 48px; margin: 24px 0 24px;}
h2, .header2 {font-size: 32px; margin: 16px 0 16px;}
h3, .header3 {font-size: 28px; margin: 14px 0 14px;}
h4, .header4 {font-size: 20px; margin: 10px 0 10px;}



.red {color: #cd1936!important;}
.color1, a.color1 {color: var(--OPTION_BASE_COLOR);}

.color_dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: var(--OPTION_BASE_COLOR);
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.gradient {background: linear-gradient(to right, #ff0d29 0%, #ff7d04 100%); color: #007eff!important; background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
a.gradient {text-decoration: none; border-bottom: 1px solid #007eff;}


p {padding: 10px 0px;}
.overlay {width: 100%; height: 100%; display: block; z-index: 10;position: absolute; background-color: rgba(204, 204, 204, 0);}
table th {vertical-align: top;}
table td {vertical-align: top;}

.hr {border-top: 1px solid #e5e5e5; height: 1px; margin: 30px 0; clear: both;}
.hr hr {display:none;}
* html .hr {overflow: hidden;}

.main_label_block {background-color: var(--OPTION_BASE_COLOR); color: #FFF; padding: 50px;  border-radius: 20px; padding: 20px 80px 20px 20px; display: inline-block; position: relative;}
.main_label_block svg {width: 40px; position: absolute; right: 20px; bottom: 20px; height: auto;}
.main_label_block svg path {stroke: #FFF;}
.slider .main_label_block {background-color: #739600}

.label_color {background-color: var(--OPTION_BASE_COLOR); border: 1px solid var(--OPTION_BASE_COLOR); color: #FFF; border-radius: 16px; font-size: 14px; padding: 3px 12px 4px 12px; display: inline-block; font-weight: 400; margin-right: 4px;}
.label_border {border: 1px solid var(--OPTION_BASE_COLOR); color: var(--OPTION_BASE_COLOR); border-radius: 16px; font-size: 14px; padding: 3px 12px 4px 12px; display: inline-block; font-weight: 400; margin-right: 4px;}




.svg_icon.color_path:hover svg path {stroke: var(--OPTION_BASE_COLOR)}
.svg_icon.color_path.active svg path {stroke: var(--OPTION_BASE_COLOR)}

.disclaimer {opacity: 0.8;}

/*Контейнеры*/
.content_container {max-width: var(--SITE_WIDTH); margin: 0px auto; position: relative;}
.bg_fill {background-color: #F4F6F7}

/*Хидер*/
header {
    position: sticky;
    top: 16px;
    background-color: transparent; 
    border-radius: 12px; 
    max-width: var(--SITE_WIDTH); 
    margin: 24px auto;
    padding: 0 32px;
    font-weight: 500;
    z-index: 999;
    left: 0;
    right: 0;
}
//.index_page:not(.bx_edit_mode) header {position: fixed;}
.index_page header {position: fixed;}

header .logo {padding: 16px 32px 16px 0}
header .logo img {height: 23px; width: auto;}
header .phone {white-space: nowrap; margin-right: 15px;}
header .phone a {text-decoration: none; font-weight: 600;}
header .phone.iconfont_a_container a::after {content: "\ea1e"; margin-left: 8px; font-weight: 600; display: inline-block; vertical-align: middle; margin-top: -2px;}

/*Прозрачное*/
header.css_trans:after {background-color: rgba(232, 232, 232, 0.4);position: absolute; content: ""; inset: 0px; border-radius: 8px; backdrop-filter: blur(32px); pointer-events: none; z-index: -1; transition-timing-function: ease; transition-duration: 0.3s; transition-property: background-color;}
body.index_page header.css_trans:after {background-color: rgba(255, 255, 255, 0.8);}
/*Цветное*/
header.css_color {background-color: var(--OPTION_BASE_COLOR); color: #FFF;}
header.css_color a, header.css_color a:hover {color: #FFF!important;}
/*Темное*/
header.css_dark {background-color: #333333; color: #FFF;}
header.css_dark a, header.css_color a:hover {color: #FFF!important;}
/*Светлое*/
header.css_light {background-color: #FFF;}


/*Футер*/
footer {
    background-color: var(--OPTION_FOOTER_COLOR);
    background-size: cover;
    min-height: 450px;
    padding-top: 35px;
    position: relative; 
    bottom: 0; 
    width: 100%;
    left: 0;
    right: 0;
}
footer, footer a, footer .social a::after, footer .social a:visited, footer a:visited {color: var(--TEXT_COLOR_FOOTER);}
footer a {text-decoration: none;}
footer a:hover {text-decoration: none!important;}


.footer_menu ul {list-style: none; margin:10px 0; line-height: 1.7;padding: 0;}
.footer_menu ul a {text-decoration: none;}
.footer_menu ul a.active {text-decoration: none;}
.footer_menu ul li {padding: 0; margin: 0; padding: 0 10px 10px 0; position: relative; display: block; white-space: nowrap;}
.footer_menu ul a:hover {text-decoration: underline;}

footer .contacts small {display: block; color: #949499; font-size: 14px;}
footer .phone {color: #fff; font-size: 1.1rem; font-weight: 400;  padding: 0; padding: 5px 0;}
footer .email a {text-decoration: underline; color: #fff; font-size: 0.95rem;}
footer .email a:hover {color: #f44336!important;}


footer.css_dark, footer.css_dark a, footer.css_dark a:visited {color: var(--TEXT_COLOR_FOOTER_DARK)}

/*dev*/
.dev {overflow: hidden; z-index: 1; display: inline-block; position: relative; margin-top: 30px;}
.dev .dev_text {position: absolute; top: 0px; right: 0px;}
.dev .dev_text a {white-space:nowrap; text-decoration: none;}
.dev .dev_text a, .dev .dev_text {font-weight: normal!important; font-size: 11.5px!important; line-height: 16px!important;}


/*Кнопка*/
.btn_container {border-radius: 12px;}
.btn, a.btn {
    border-radius: 28px;
    
    background: var(--OPTION_BASE_COLOR);   
    border: 1px solid var(--OPTION_BASE_COLOR);
    outline: none;
    overflow: hidden;
    position: relative;
    color: #FFFFFF!important;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 1.1rem;
    display: inline-block;
    padding: 17px 36px 18px;
    transition: all 0.2s ease 0s;
    width: auto;
     -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
     user-select: none;
     position: relative;
     
     font-family: inherit;
     caret-color: transparent;
}
.btn:hover, .btn.active {
  background: var(--OPTION_BASE_COLOR_L);
  border: 1px solid var(--OPTION_BASE_COLOR_L);
  color: #FFF!important;
  text-decoration: none;
}
.btn.small {padding: 8px 20px 8px; font-size: 0.85rem; border-radius: 8px;}
.btn.medium {padding: 12px 25px 13px}
.btn.big {padding: 20px 40px; font-size: 1rem; text-transform: uppercase;}
.btn.verybig {padding: 20px 50px; font-size: 22px;}
.btn.w100 {width: 100%;}

.btn.br8 {border-radius: 8px;}
.btn.br42 {border-radius: 43px;}
.btn.br50 {border-radius: 50px;}


.btn.wimg img {display: inline-block;vertical-align: middle; margin-top: -2px; margin-right: 5px;}

.btn.css_light {background-color: #FFF; color: var(--TEXT_COLOR)!important; border: 1px solid #f3f3f3;}
.btn.css_light:hover {background-color: #fafafa!important; color: var(--OPTION_BASE_COLOR)!important;}
.btn.css_dark {background-color:#333333; color: #FFF; border: 1px solid #333333;}
.btn.css_dark:hover {background-color: #556170!important; color: #FFF; border: 1px solid #556170;}

.btn.css_border_light {background-color: transparent; color: #FFF; border: 1px solid #FFF;}
.btn.css_border_light:hover {background-color: transparent!important; color: var(--OPTION_BASE_COLOR)!important; border: 1px solid var(--OPTION_BASE_COLOR);}
.btn.css_border_light_lh {background-color: transparent; color: #FFF; border: 1px solid #FFF;}
.btn.css_border_light_lh:hover {background-color: transparent!important; color: #FFF; border: 1px solid #FFF;}
.btn.css_border_color {background-color: transparent; color: var(--OPTION_BASE_COLOR)!important; border: 1px solid var(--OPTION_BASE_COLOR)!important;}
.btn.css_border_color:hover {background: var(--OPTION_BASE_COLOR_L)!important; color: #FFF !important; border: 1px solid var(--OPTION_BASE_COLOR_L);}
.btn.css_border_color img {vertical-align: middle; margin-top: -2px;}
.btn.css_border_dark {background: #FFF; border: 1px solid #E1E2E3; border-radius: 24px; padding: 11px 24px; color: #4E4F54 !important;}
.btn.css_border_dark.h32 {height: 32px; line-height: 30px; padding: 0 12px; font-size: 14px;}
.btn.css_border_dark svg {vertical-align: middle; margin-top: -2px;}
.btn.css_border_dark:hover {border: 1px solid var(--OPTION_BASE_COLOR);}

.btn.css_round {background-color: transparent; color: #333333 !important; border: 1px solid #E1E2E3; height: 32px; width: 32px; padding: 0; border-radius: 32px; line-height: 30px;}
.btn.css_round:hover {border: 1px solid var(--OPTION_BASE_COLOR);}
.btn.css_round svg {vertical-align: middle; margin-top: -2px;}



.btn.css_round_white {font-weight: 600; font-size: 23px; padding: 42px 50px; background-color: #FFF; border: none; border-radius: 100px; color: var(--TEXT-COLOR)!important} 
.btn.css_round_white:hover {background-color: var(--OPTION_BASE_COLOR)!important; color: #FFF!important}

.btn.css_round_white_go {
    font-weight: 600; font-size: 23px; padding: 42px 70px 42px 50px; background-color: #FFF; border: none; border-radius: 100px; color: var(--TEXT-COLOR)!important;
    background: #FFF url("/include/svg/goto.svg") right 20px center no-repeat;   
} 
.btn.css_round_white_go:hover {background-color: var(--OPTION_BASE_COLOR)!important; color: #FFF!important}
.btn.css_round_white_go.ripple:hover, .btn_container.css_round_white_go.ripple:hover a {background: var(--OPTION_BASE_COLOR_L) url("/include/svg/goto.svg") right 20px center no-repeat;}


.icon_btn {display: flex; border: 1px solid #F0F1EB; border-radius: 50px; margin: 0 8px 8px 0; cursor: pointer; background-color: #FFF; text-decoration: none;}
.icon_btn .name {padding: 0 15px 0 0; color: #4E4F54; font-size: 16px!important; text-decoration: none; white-space: nowrap;}
.icon_btn .img {width: 40px; height: 40px; border-radius: 40px; overflow: hidden; margin: 8px 10px; position: relative;}
.icon_btn.active, .icon_btn:hover {border: 1px solid var(--OPTION_BASE_COLOR);}
.icon_btn.active .img:before {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; background: rgba(0,0,0,0.5); content: '';}
.icon_btn.active .img:after {position: absolute; left: 0; top: 0; width: 100%; height: 100%;  background: url("/include/svg/check_white.svg") center no-repeat; content: '';}
.icon_btn:hover svg path {stroke: var(--OPTION_BASE_COLOR)}


.btn.const_color:hover, .btn.const_color.active {background-color: var(--OPTION_BASE_COLOR)!important; color: #FFF!important;}


a.panel_btn {
    border-radius: 0;
    font-size: 0.9rem; 
    color:#FFF; background: var(--OPTION_BASE_COLOR);
    display: block; 
    padding: 0 10px; 
    text-decoration: none;
    line-height: unset;
}


/*Анимация кнопки*/
.btn_container.ripple {overflow: hidden; position: relative; display: inline-block; border-radius: 28px;}
.btn.ripple:hover, .btn_container.ripple:hover a {background: var(--OPTION_BASE_COLOR_L); color: #FFF;}
.btn.ripple span.effect, .btn_container.ripple span.effect
{
    animation: rEffectAnimation 0.5s linear infinite;
    transform: translate(-50%, -50%) scale(0);
    position: absolute;
    pointer-events: none;
    background: var(--OPTION_BASE_COLOR_L2);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: block;
}

.btn.ripple.css_dark span {background: #37404a;}

@keyframes rEffectAnimation {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.6;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

/*Форма ajax*/
.ajax_form.popup {
    width: 500px; 
    display: none;
    padding: 5px;
    font-family: var(--OPTION_FONT_FAMILY);
    //border-top: 5px solid #007eff;
    //border-image: var(--OPTION_GRADIENT);
    border-image-slice: 1;
    border-radius: 32px;
}
.ajax_form .content
{
    background-color: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #F0F1EB;
}

.ajax_form .popup_content {
    padding: 50px 30px;
}
.ajax_form.popup .header3 {
    color: var(--popup-text-color);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.4rem;
    padding: 20px 40px 20px 40px;
}
.ajax_form.popup .fancybox-close-small {right: 40px;top: 30px;}
.ajax_form.popup .fancybox-close-small svg {width: 40px; fill: none;}
.ajax_form.popup.color .fancybox-close-small:hover * {color: #666666;}

#popup_callback .fancybox-close-small {right: 20px;top: 20px;}
#popup_callback .fancybox-close-small svg {width: 30px; height: 30px; fill: none;}

.ajax_form.popup.color .header {color: #001d36; text-align: center;}
.ajax_form.popup.color .form_error {}
.ajax_form .licence_block {margin-bottom: 20px;}
.ajax_form .licence_block, .ajax_form .licence_block a {font-size: 0.8rem;}
.fancybox-close-small svg {color: #1a2248}


.popup_loader, .search_loader {display: none; position: absolute;width: calc(100% + 10px); height: calc(100% + 10px); background-color: rgba(0,0,0,0.5); z-index: 2; margin: -10px;}
.search_loader {width: 100%; height: 100%; margin: 0; background-color: rgba(0,0,0,0.2);}
.popup_loader .loader, .search_loader .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: var(--OPTION_BASE_COLOR);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -24px;
}

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
    
/*Карта*/
.map .bg {transition: all .30s ease-in;  opacity:1; visibility: visible; width: 100%; height: 100%; top: 0; left: 0; position: absolute; background: rgba(15, 64, 96, 0.1); z-index: 1;}
.map:hover .bg {visibility: hidden; opacity: 0;}    
.map.css_filter [class*="placemark-overlay"] ymaps ymaps {
    filter:grayscale(1) brightness(0%) var(--OPTION_BASE_COLOR_FILTER);
}
#map [class*="placemark-overlay"] ymaps ymaps {
    -webkit-animation: marker-animation 1s infinite;
    animation: marker-animation 1s infinite;
}
@-webkit-keyframes marker-animation {
    0% {top: -100px; }
    50% {top: -105px;}
    100% {top: -100px; } 
}
.contacts_map {border-radius: 12px; overflow: hidden; border: 1px solid #F4F6F7; position: relative;}



/*styled_switch*/
.styled_switch {display: flex; position: relative; }
.styled_switch label {display: inline; line-height: 24px;}
.styled_switch .checkbox {vertical-align: top; margin: 0 3px 0 0; width: 17px; height: 17px;}
.styled_switch .checkbox + label {cursor: pointer; overflow: visible!important; background: none!important;}
.styled_switch .checkbox:not(checked) {position: absolute; opacity: 0;}
.styled_switch .checkbox:not(checked) + label {position: relative; padding: 0 0 0 60px; display: inline-block;}
.styled_switch .checkbox:not(checked) + label:before {content: ''; position: absolute; top: 0; left: 0; width: 50px; height: 26px; border-radius: 13px; background: #CDD1DA;}
.styled_switch.alert .checkbox:not(checked) + label:before {background: #CC0000;}
.styled_switch .checkbox:not(checked) + label:after {content: '';position: absolute; top: 2px; left: 2px; width: 22px; height: 22px; border-radius: 10px; background: #FFF; transition: all .2s; }
.styled_switch .checkbox:checked + label:before {background: var(--OPTION_BASE_COLOR)!important;}
.styled_switch .checkbox:checked + label:after {left: 26px;}

.styled_switch.labels2 > * {order: 2;}
.styled_switch.labels2 .first_label {order: 1; padding-right: 10px;}
.styled_switch.labels2 .checkbox + label {color: #949499;}
.styled_switch .checkbox:checked + label {color: var(--TEXT-COLOR)!important;}
.styled_switch .checkbox:checked ~ label.first_label {color: #949499!important;}

/*Пейджинг*/
.paging {padding: 0; margin: 10px 5px; text-align: left;}
.paging a, .paging span {display: inline-block; border-radius: 2px; color: #FFFFFF; padding: 7px 17px; margin: 0 5px 5px 0; text-decoration: none;}
.paging a {display: inline-block; background-color: #cccccc; color: #001d36}
.paging a:hover, .paging span {background-color: #007eff; color: #FFFFFF!important;}


/*Соцсети*/
.social {margin-left: -10px;}
.social a, .social a:visited {
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    width: 41px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    font-family: "FontAwesome";
    position: relative;
    vertical-align: middle;
    color: var(--TEXT_COLOR)!important;
}
.social a:hover, footer .social a:hover::after {color: var(--OPTION_BASE_COLOR)!important;}
.social a:after {position: relative;}
.social > div {float: left;}

.social .VK::after {content: "\f189";}
.social .FACEBOOK::after {content: "\f09a";}
.social .OK::after {content: "\f263";}
.social .INSTAGRAM::after {content: "\f16d";}
.social .YOUTUBE::after {content: "\f16a";}
.social .TELEGRAM::after {content: "\f2c6";}
.social .TWITTER::after {content: "\f099";}


.social .WHATSAPP::after {content: "\f232"; font-size: 1.2rem; bottom: -1.5px;}
.social .VIBER::after {    
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea71";
    font-size: 17px;
    bottom: -1px;
}


/*Инпуты*/
.container_page input[type="text"], 
.container_page input[type="password"], 
.container_page textarea, 
.container_page select,
.fancybox-container input[type="text"], 
.fancybox-container input[type="password"], 
.fancybox-container textarea, 
.fancybox-container select  
{
    background: #FFFFFFF;
    border: 1px solid #d5d5d5;
    //box-shadow: 1px 1px 3px 1px rgba(200, 200, 200, 0.2) inset;
    box-shadow: none;
    color: #949499;
    font-size: 16px;
    outline: medium none;
    padding: 15px 20px;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
    width: 100%;
    margin: 5px 0;
    font-family: inherit;
    border-radius: 12px;
}
.container_page input[type="text"]:focus, 
.container_page input[type="password"]:focus, 
.container_page textarea:focus, 
.fancybox-container input[type="text"]:focus, 
.fancybox-container input[type="password"]:focus, 
.fancybox-container textarea:focus
{
    border: 1px solid var(--OPTION_BASE_COLOR);
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.container_page textarea {resize: none;}

.content_container input[type="text"]::-moz-placeholder, .content_container input[type="text"]::-webkit-input-placeholder,.content_container input[type="text"]::placeholder {color: #999999; font-family: var(--font-family); font-size: 16px!important;}
.content_container textarea::-moz-placeholder,.content_container textarea::-webkit-input-placeholder,.content_container textarea::placeholder {color: #999999; font-family: inherit; font-size: 16px!important;}

.fancybox-container textarea::-moz-placeholder, .fancybox-container textarea::-webkit-input-placeholder,textarea::placeholder 
{color: #999999!important; font-family: inherit; font-size: 1rem; opacity: 0.7;}

/*Чекбокс*/
.checkbox_style {margin: 5px 0;}
.checkbox_style input + label {
    padding-left: 33px;
    padding-top: 2px;
    cursor: pointer;
    position: relative;   
}
.checkbox_style input[type="checkbox"] {display: none; }
.checkbox_style input[type="checkbox"] + label::before {
    font-size: 0;
    content: ".";
    display: block;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 2;
    border-radius: 3px;
    background: var(--INPUT_BG_DARK);
    transition: all 0.1s ease-out 0s;
}

.checkbox_style input[type=checkbox] + label:hover::before {
    background: var(--OPTION_BASE_COLOR_L2);    
}
.checkbox_style input[type=checkbox]:checked + label::before {
    background: var(--OPTION_BASE_COLOR);    
}
.checkbox_style input[type=checkbox]:checked + label:after {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 15px;
    position: absolute;
    left: 5px;
    top: 2px;
    z-index: 3;
}



/*Радио-кнопка*/
.radio_style input[type="radio"] {opacity: 0; position: absolute;}
.radio_style input[type="radio"] + label {cursor: pointer; position: relative; padding-left: 40px; display: block; font-size: 20px; font-weight: 400;}
.radio_style input[type="radio"] + label > span {border-radius: 50%; position: absolute; border: 1px solid #F0F1EB; background-color: #FFFFFF; width: 24px; height: 24px; left: 0; top: 3px;}
.radio_style input[type="radio"] + label img {display: inline-block; line-height: 20px; vertical-align: middle;}
.radio_style input[type="radio"]:checked + label > span span {display: inline-block;width: 12px; height: 12px; position: absolute; left: 5px; top: 5px; border-radius: 6px; border: none; background: var(--OPTION_BASE_COLOR);}
.radio_style input[type="radio"]:checked + label > span {border: 1px solid var(--OPTION_BASE_COLOR);}
//.radio_style input[type="radio"]:checked + label {color: var(--OPTION_BASE_COLOR)}
.radio_style .item_border {border: 1px solid #F0F1EB; border-radius: 12px; margin-bottom: 15px; padding: 20px;}
.radio_style .item_border.active {border: 1px solid var(--OPTION_BASE_COLOR);}
.radio_style .item_border .descr {padding-left: 40px; padding-top: 5px; color: #949499}
.radio_style .item_border .descr a {color: var(--OPTION_BASE_COLOR)}


/*Иконочный шрифт*/
.iconfont_a:before, .iconfont_a_container a:before, 
.bx_edit_mode .iconfont_a_container > div > a:before, 
.iconfont_container:before, 
.iconfont_a:after, .iconfont_a_container a:after, 
.bx_edit_mode .iconfont_a_container > div > a:after, 
.iconfont_container:after 
{
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*..iconfont_a_container > a, .bx_edit_mode .iconfont_a_container > div > a {position: relative; padding-left: 23px;}
.iconfont_a_container > a:before, .bx_edit_mode .iconfont_a_container > div > a:before {position: absolute; left: 0; top: 2px;}

.iconfont_container {position: relative;}
.iconfont_container:before, .bx_edit_mode .iconfont_container > div :before {position: absolute; left: 0; top: 2px;}

.address.iconfont_container  {padding-left: 25px;}
.address.iconfont_container:before {content: "\ea05"; margin-right: 3px;}
.phone.iconfont_a_container a:before {content: "\ea1e"; margin-right: 3px;}
.email.iconfont_a_container a:before {content: "\e9d0"; margin-right: 3px;}
.map.iconfont_a_container a:before {content: "\ea06"; margin-right: 3px; left: -3px;}
.vsv.iconfont_a_container a:before {content: "\e9e9"; margin-right: 3px;}*/



/*Вверх*/
#scrollTop {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    right: 1%;
    cursor: pointer;
    position: fixed;
    text-align: center;
    bottom: 55px;
    background: var(--OPTION_BASE_COLOR);
    display: none;
    z-index: 999;
    opacity: 0.8;
}
#scrollTop svg {
    top: 50%; position: absolute;
    left:0; right: 0;
    margin: -15px auto 0 auto;
}
#scrollTop:hover {opacity: 1;}

#lean_overlay {position: fixed; z-index: 999; top: 0px; left: 0px; height:100%; width:100%; background: rgba(0, 0, 0, 0.5); display: none;}
.lean_overlay_search {position: fixed; z-index: 999; top: 0px; left: 0px; height:100%; width:100%; background: rgba(0, 0, 0, 0.5); display: none;}

