

/* Start:/local/templates/da/components/bitrix/menu/top/style.css?17545969177310*/
.menu {
    height: 57px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(94, 93, 93, .1);
}

.menu menu {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

.menu__item {
    list-style: none;
    padding: 0 13px;
}

.menu__tg {
    position: relative;
    top: 2px;
}

.menu__link {
    text-decoration: none;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #131313;
}

.menu__link:hover {
    cursor: url("/local/templates/da/components/bitrix/menu/top/./images/cursor.png"), auto;
}

.menu_sticky {
    position: fixed;
    top: 0;
    z-index: 100;
}

.menu_light {
    background: url("/local/templates/da/components/bitrix/menu/top/images/light-bg.gif") repeat;
    transition: background 0.4s ease;
}

.menu_dark {
    background: url("/local/templates/da/components/bitrix/menu/top/images/darck-bg.gif") repeat;
    transition: background 0.4s ease;
}

.menu_dark .menu__link {
    color: #b6c603;
}

.menu__logo {
    margin: 12px 0;
    width: 64px;
    height: 30px;
    background-size: contain;
    transition: background 0.4s ease;
    background: url("/local/templates/da/components/bitrix/menu/top/images/menu-logo_w.png");

}

.menu_dark .menu__logo {
    background: url("/local/templates/da/components/bitrix/menu/top/images/menu-logo_w.png");
}

.menu_light .menu__logo {
    background: url("/local/templates/da/components/bitrix/menu/top/images/menu-logo_b.png");
}

.menu-mobile {
    position: fixed;
    justify-content: space-between;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 57px;
    z-index: 200;
    padding: 0 15px;
    display: none;
    border-bottom: 1px solid rgba(94, 93, 93, .1);
}

.menu-btn {
    background: transparent;
    border: none;
    padding: 0 25px;
    color: #FFF;
    font-size: 30px;
    line-height: 57px;
}

.menu_light .menu-btn {
    color: #131313;
}

@media screen and (max-width: 768px) {
    .menu-mobile {
        display: flex;
    }
}

.link--helike {
    cursor: url("/local/templates/da/components/bitrix/menu/top/./images/cursor.png"), auto;
    position: relative;
    transition: color /*!transition!*/ 0.4s /*!/transition!*/ ease, font-weight /*!transition!*/ 0.4s /*!/transition!*/ ease;
}

/*.link--helike:hover {*/
/*    color: !important;*/
/*}*/

.link--helike::before, .link--helike::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link--helike::before {
    content: '';
}

.link--helike:hover span {
    animation: glitchText /*!transition!*/ 0.4s /*!/transition!*/ linear;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 45px;
    height: 25px;
    z-index: 10;
    cursor: url("/local/templates/da/components/bitrix/menu/top/./images/cursor.png"), auto;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/local/templates/da/components/bitrix/menu/top/images/darck-bg.gif") repeat;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: #b6c603;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_checked > .slider {
    background: url("/local/templates/da/components/bitrix/menu/top/images/light-bg.gif") repeat;
}

.switch:focus > .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch_checked > .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

.menu-mobile__btn-wrp {
    display: flex;
}

.mobile__link_tg {
    position: relative;
    top: 15px;
    display: block;
    text-decoration: none;
    background: url("/local/templates/da/components/bitrix/menu/top/./images/tg_dark.svg") no-repeat center;
    width: 25px;
    height: 25px;
}

.menu__tg {
    position: relative;
    top: 2px;
    display: block;
    text-decoration: none;
    background: url("/local/templates/da/components/bitrix/menu/top/./images/tg_dark.svg") no-repeat center;
    width: 25px;
    height: 25px;
}

.light-theme .menu__tg {
    background: url("/local/templates/da/components/bitrix/menu/top/./images/tg_light.svg") no-repeat center;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@keyframes glitchText {
    0% {
        opacity: 1;
        transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    }
    10% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    }
    20% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }
    35% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }
    50% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }
    60% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }
    70% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }
    80% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }
    90% {
        transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.link--helike::before {
    height: 1px;
    opacity: 0;
}

.link--helike:hover::before {
    opacity: 1;
    animation: glitchLine /*!transition!*/ 0.4s /*!/transition!*/ steps(2, start) forwards;
}

@keyframes glitchLine {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10% {
        transform: translate3d(10px, 0, 0);
    }
    20% {
        transform: translate3d(0, 4px, 0);
    }
    30% {
        transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
        transform-origin: 100% 0%;
    }
    40% {
        transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
    }
    50% {
        transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
    }
    60% {
        transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
    }
    70% {
        transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
    }
    80% {
        transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
        transform-origin: 100% 0%;
    }
    90% {
        transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);;
        transform-origin: 0% 50%;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .menu {
        display: none;
    }
}

@media screen and (max-width: 992px) {

}
/* End */


/* Start:/local/components/giliat/ext.main.feedback/templates/da/style.css?17545969162192*/
.fb-form {
    position: relative;
    z-index: 10;
}

input[type=text],
input[type=email] {
    height: 50px;
    line-height: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #5e5d5d;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    width: 100%;
    margin-bottom: 35px;
}

input::placeholder {
    text-transform: initial;
    font-weight: normal;
}

input[name="captcha_word"] {
    text-transform: uppercase;
    font-weight: bold;
}

textarea {
    height: 75px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #5e5d5d;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    width: 100%;
    margin-bottom: 35px;
    resize: none;
}

.captcha {
    position: relative;
    text-align: right;
}

.captcha__img {
    border: 1px solid #131313;
    position: absolute;
    top: 6px;
    padding: 3px;
    background: #FFF;
}

.captcha__img img {
    display: block;
}

.captcha__img a {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
}

.personal-agreement {
    color: #FFF;
    margin-bottom: 60px;
}

input[type=submit]:hover {
    background-color: #b6c603;
    border: 1px solid #b6c603;
    color: #000;
    cursor: pointer;
}

.fb-form-error {
    border: 1px solid #b6c603;
    padding: 20px;
}

.fb-form-error font.errortext {
    color: #b6c603!important;
}

.fb-form-success {
    border: 1px solid #b6c603;
    color: #b6c603;
    padding: 15px;
}

.agreed__btn-wrp {
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    input[type=text],
    input[type=email] {
        font-size: 16px;
    }

    .captcha__img {
        border: 1px solid #131313;
        position: relative;
        top: -18px;
        right: 18px;
        padding: 3px;
        background: #FFF;
        display: inline-block;
    }
}

@media screen and (max-width: 375px) {
    input[type=text],
    input[type=email] {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/templates/da/components/bitrix/map.yandex.view/contacts.map/style.css?1754596917236*/
.bx-yandex-view-layout {
    filter: grayscale(100%);
    transition: 1s;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    overflow: hidden;
}

.bx-yandex-view-layout:hover {
    filter: grayscale(0);
}
/* End */


/* Start:/local/components/giliat/cookie.attention/templates/.default/style.css?1754596916881*/
.cookie {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding: 25px 45px;
    background: #FFF;
    border-top: 1px solid #25341f;
    -webkit-box-shadow: 0 -5px 8px 0 rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0 -5px 8px 0 rgba(34, 60, 80, 0.2);
    box-shadow: 0 -5px 8px 0 rgba(34, 60, 80, 0.2);
}

.cookie p {
    padding: 0 30px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.cookie-link {
    text-align: center;
    margin-top: 30px;
}

.cookie-link > span {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

.cookie-link > span:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .cookie {
        padding: 15px 15px;
    }

    .cookie p {
        padding: 0 5px;
    }
}
/* End */
/* /local/templates/da/components/bitrix/menu/top/style.css?17545969177310 */
/* /local/components/giliat/ext.main.feedback/templates/da/style.css?17545969162192 */
/* /local/templates/da/components/bitrix/map.yandex.view/contacts.map/style.css?1754596917236 */
/* /local/components/giliat/cookie.attention/templates/.default/style.css?1754596916881 */
