* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    min-height: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    font-family: "Wix Madefor Display", sans-serif;
    min-width: 390px;
}

img {
    display: block;
    max-width: 100%;
}

svg {
    display: block;
}

/*.index-slider__item {
    min-height: 842px;
}*/

.index-slider__item_pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.need-help {
    background: url('/img/v2/footer-bg-mobile.png') center center no-repeat !important;
}

@media (min-width: 390px) {
    .need-help {
        background: url('/img/v2/footer-bg.png') center center no-repeat !important;
    }
}

/**
 * Slider
 */

.left, .right {
    opacity: 0.2;
}

.left svg, .right svg {
    display: block;
}

.left.active, .right.active {
    opacity: 1;
}

.left.active .circle-bg, .right.active .circle-bg {
    opacity: .2;
}

.circle-progress {
    stroke: #1C1C20;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-dasharray: 126; /* !* длина окружности: 2πr = 2*π*54 *!*/
    stroke-dashoffset: 126; /* !* старт = пустой круг *!*/
    transform: rotate(90deg);   /* начало сверху */
    transform-origin: 50% 50%;
    /*animation: fillCircle 4s linear forwards;*/
}

.dark .circle-progress {
    stroke: #fff;
}

.light .circle-progress {
    stroke: #1C1C20;
}

@keyframes fillCircle {
    to {
        stroke-dashoffset: 0; /* конец = полный круг */
    }
}

.day {
    cursor: pointer;
}

@media (min-width: 1440px) {
    .day:hover button {
        background-color: rgba(0, 0, 0, 0);
        color: #1c1c20;
    }

    .day:hover button:hover {
        color: white;
    }

    .day:hover button:hover {
        background-color: #DB1136;
    }
}

.tabs .swiper-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #d7d7d7;
}

.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

html.with-fancybox .fancybox__container {
    z-index: 10000 !important;
}