@font-face {
    font-family: ALSRubl;
    src: url('../fonts/rouble.otf');
}

html {
    padding: 0px;
    margin: 0px;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    color: #242424;
    font-family: 'Montserrat' !important;
}
a {
    text-decoration: none;
    color: #F2165C;
}

.element-center {
    width: 1140px;
    margin: 0 auto;
}
.rouble-price {
    font-size: 14px;
    font-family: ALSRubl !important;
}

.main__slider .swiper-slide {
    display: flex;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px !important;
    overflow: hidden;
    position: relative;
}
.swiper-slide__video {
    width: 100vw;
    height: 750px;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.swiper-slide__dark-bg {
    position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    height: 796px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0);
}
.swiper-slide__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.swiper-slide__info {
    display: flex;
    flex-direction: column;
}
.swiper-slide__title {
    width: 48%;
}

.swiper-slide__title {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 140px;
    margin-bottom: 0px;
}
.swiper-slide__subtitle,
.swiper-slide__description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 150%;
}
.swiper-slide__description {
    width: 40%;
}
.swiper-slide__description ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.swiper-slide__description ul li {
    display: flex;
    align-items: center;
    /* background-color: rgb(242, 22, 92, 0.7); */
    border-radius: 1rem;
    margin-bottom: 15px;
    padding: 0px 10px;
}
.swiper-slide__description ul li:last-child {
    margin-bottom: 0px;
}
.swiper-slide__description ul li::before {
    display: block;
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50rem;
    background-color: #fff;
}
.swiper-slide__description ul li span {
    margin-left: 10px;
}
.swiper-slide__subtitle {
    font-weight: 700;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
}
.swiper-slide__button.swiper-slide-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    width: 20%;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #007558;
}
.swiper-slide-btn__icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/icons/telegram-white.svg');
    width: 23px;
    height: 20px;
}
.swiper-slide-btn__text {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.swiper-slide__ps {
    display: flex;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    width: 40%
}
.swiper .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
}
.swiper .autoplay-progress svg {
    display: none;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - 0));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.swiper .swiper-pagination-bullet-active {
    background-color: #fff !important;
}
.swiper-wrapper {
    justify-content: space-between;
}
.swiperHomePaths .swiper-wrapper {
    justify-content: flex-start;
}

.overlay-layout {
    display: none;
    position: fixed;
    z-index: 9;
    background-color: #242424;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding-top: 60px;
}
.overlay-layout__line {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.overlay-layout__ul {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 40px;
}
.overlay-layout-ul__li {
    margin-bottom: 1rem;
}
.overlay-layout-ul__li:last-child {
    margin-bottom: 0px;
}
.overlay-layout-ul__li a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.overlay-layout-ul__li a:hover {
    color: #007558;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 11px;
}
.lds-ellipsis div {
    position: absolute;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis--dark div {
    background: #242424;
}
.lds-ellipsis--light div {
    background: #fff;
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

.has-html5video .fancybox__content {
    aspect-ratio: auto !important;
    height: 100% !important;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

@media screen and (max-width: 1024px) {
    .element-center {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 500px) {   
    .main__slider .swiper-slide,
    .main__slider .swiper-slide__video {
        height: 550px !important;
    }
    .swiper-slide__mobile-column {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .swiper-slide__title {
        margin-top: 120px;
        font-size: 30px;
        line-height: 140%;
    }
    .swiper-slide__subtitle,
    .swiper-slide-btn__text {
        font-size: 16px;
        line-height: 120%;
    }
    .swiper-slide__subtitle {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .swiper-slide__button.swiper-slide-btn {
        /* margin-bottom: 30px; */
        padding: 12px 15px;
        width: 200px;
        text-align: center;
    }
    .swiper-slide-btn__icon {
        width: 30px;
        height: 18px;
    }
    .swiper-slide-btn__text {
        font-size: 12px;
        font-weight: 600;
    }
    .swiper-slide__title,
    .swiper-slide__info {
        width: 100%;
    }
    .swiper-slide__ps {
        margin-bottom: 40px;
        font-size: 12px;
        width: 70%;
    }
    .swiper-slide__description {
        line-height: 90%;
        width: 100%;
    }
    .swiper-slide__description ul li {
        border-radius: 0.8rem;
        margin-bottom: 10px;
        /* padding: 10px; */
        font-size: 14px;
    }
    .swiper-slide__description ul li::before {
        width: 8px;
        height: 8px;
    }
}

@media screen and (max-width: 380px) {
    .swiper-slide__title {
        margin-top: 105px;
        font-size: 29px;
    }
    .swiper-slide__ps {
        margin-bottom: 30px;
    }
}