

/* Start:/local/templates/std_new/styles.css?166507521194*/
html {
    scroll-behavior: smooth;
}
.comagic24 , .comagic23 {
    color: unset !important;
}
/* End */


/* Start:/local/templates/std_new/template_styles.css?17479199701742*/
.input[type='radio'] {
    cursor: pointer;
}

.slick-prev-custom {
    background: url(/local/templates/std_new/images/arr_nav.svg) no-repeat;
    width: 12px;
    height: 24px;
    position: absolute;
    left: -32px;
    border: unset;
    top: 42%;
}

.slick-next-custom {
    background: url(/local/templates/std_new/images/arr_nav.svg) no-repeat;
    width: 12px;
    height: 24px;
    transform: rotate(-180deg);
    position: absolute;
    right: -32px;
    border: unset;
    top: 42%;
}

.main-banner {
    padding-top: 16px;
    padding-bottom: 24px;
    background: #F3F4F6;
}

.white {
    background: #fff;
}

.main-banner img {
    width: 100%;
}

/*
    TODO Перенести в бандл
*/

.cookie {
    border-radius: 8px;
    position: fixed;
    background: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    border: 1px solid #2C2D2E33;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 553px;
    z-index: 9999;
    box-shadow: 0px 4px 9px 0px #0000001A;
    width: 100%;
}

.cookie__text {
    font-size: 15px;
}

.cookie__btn {
    flex: 0 0 120px;
    width: 120px;
    height: 40px;
    background: #e91a23;
    color: #fff;
    line-height: 1;
    padding: 0;
}

.cookie__btn a {
    color: #008CDB;
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .main-banner {
        background: #fff;
        padding-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .cookie {
        bottom: -1px;
        border-radius: 8px 8px 0 0;
        display: block;
    }

    .cookie__text {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .cookie__btn {
        width: 100%;
    }
}
/* End */
/* /local/templates/std_new/styles.css?166507521194 */
/* /local/templates/std_new/template_styles.css?17479199701742 */
