/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
@font-face {
    font-family: "GolosTextWebVF", sans-serif;
    src: url("/bitrix/templates/aspro-allcorp3/fonts/golos-text/Golos-Text_VF.woff2") format("woff2"),
        url("/bitrix/templates/aspro-allcorp3/fonts/golos-text/Golos-Text_VF.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
h1,
h2,
h3 {
    font-family: "GolosTextWebVF", sans-serif !important;
}
.logo {
    max-width: 300px;
    height: 70px;
}
.staff_custom_top_wrapper {
    display: flex;
    gap: clamp(1.5rem, 2rem, 3rem);
    margin-bottom: clamp(1.5rem, 2rem, 3rem);
}
@media (max-width: 768px) {
    .staff_custom_top_wrapper {
        display: flex;
        flex-direction: column;
        gap: clamp(0.5rem, 1rem, 1.5rem);
    }
}
.banners-big__title--large {
    font-size: 70px;
    line-height: 80px;
}
/*
.switcher-title {
font-weight: 700;
}*/
.block-with-icon__icon {
    display: none;
}
/* Размеры toggle-иконки (уменьшение SVG) */
.contact-toggle svg {
    width: 30px;
    height: 30px;
}
/* По умолчанию отображается иконка комментариев, иконка крестика скрыта */
.icon-open {
    display: inline-block;
}
.icon-close {
    display: none;
}
/* Когда меню активно, меняем отображение иконок */
.contact-menu.active .icon-open {
    display: none;
}
.contact-menu.active .icon-close {
    display: inline-block;
}
/* Остальной CSS остается без изменений */
.contact-menu {
    position: fixed;
    left: 20px;
    bottom: 100px;
    width: 55px;
    height: 55px;
    overflow: visible;
    z-index: 1000;
    transition: transform 0.3s ease;
}
.contact-menu:hover {
    transform: scale(1.1);
}
.contact-menu:hover:before,
.contact-menu:hover:after {
    opacity: 1;
}
.contact-menu:before,
.contact-menu:after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border: 1px solid #29a0da;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
}
.contact-menu:after {
    animation-delay: 0.5s;
}
.contact-toggle {
    position: relative;
    z-index: 1010;
}
.contact-toggle a {
    display: block;
    width: 55px;
    height: 55px;
    background: #29a0da;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 35px;
    text-decoration: none;
}
.contact-buttons a.whatsapp-button,
.contact-buttons a.telegram-button {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: none;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.contact-menu.active a.whatsapp-button {
    transform: translateY(-70px);
    opacity: 1;
    pointer-events: auto;
    z-index: 1005;
}
.contact-menu.active a.telegram-button {
    transform: translateY(-140px);
    opacity: 1;
    pointer-events: auto;
    z-index: 1005;
}
.whatsapp-button {
    display: block !important;
    background: #25d366;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 53px;
    font-size: 35px;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25d366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}
.whatsapp-button:after {
    animation-delay: 0.5s;
}
.telegram-button {
    display: block !important;
    background: #29a0da;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 53px;
    font-size: 35px;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #29a0da;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}
.telegram-button:after {
    animation-delay: 0.5s;
}
@keyframes animate {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
/*Блоки на главной*/
@media (max-width: 768px) {
    .custom_item_1 {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .custom_main_page_btn {
        letter-spacing: unset !important;
    }
}
/* ваши текущие правила ------------------------------ */
#privacy-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #666;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  width: 90%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  box-sizing: border-box;
}
#privacy-banner a          { color:#4fc3f7; text-decoration:underline; }
#privacy-banner button     {
  padding:8px 16px; background:#e52a27; color:#000;
  border:none; border-radius:4px; cursor:pointer; margin-top:10px;
}
#privacy-banner .text           { flex:1 1 auto; min-width:200px; }
#privacy-banner .button-container{ flex:0 0 auto; margin-left:auto; }
/* мобильная адаптация */
@media (max-width:600px){
  #privacy-banner{
    flex-direction:column; align-items:flex-start; padding:16px;
    left:50%; right:10px; transform:none; width:auto; bottom: 70px;
  }
  #privacy-banner .button-container{
    width:100%; margin-left:0; display:flex; justify-content:flex-end; margin-top:10px;
  }
  #privacy-banner button{ width:auto; }
}
/* необязательно: если вдруг баннер уже в DOM, прячем при согласии */
.privacy-ok #privacy-banner{ display:none!important; }
.section-block {
    margin-bottom: 20px;
}


    div.custom_marker li::before {
        content: url("/images/flame_9_14.svg");
        top: unset !important;
    }
    /* div.custom_marker ul{
        list-style-position: inside;
  padding-left: 0px;
    } */

    ul li::before {
        /* content: unset !important; */
        background: unset !important;
    }