* {
    scroll-behavior: smooth;
}

.wrapper {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', Arial, sans-serif;
}

/* Containers */
.container {
    height: 100%;
    max-width: 700px;
    margin: 0 auto;
}

/* font-size: calc(10px + (32 - 20) * ((100vw - 320px) / (1200 - 320))); */

.fullscreen {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url('../images/stepswar/fullscreenimage.png');
    background-attachment: fixed;
    background-size: 150%;
    background-position: 70% 90%; */
    background: url('../images/stepswar/fullscreenimage.png') 10% 40% / cover scroll no-repeat;
}

@media (max-width: 1000px) {
    .fullscreen {
        background: url('../images/stepswar/fullscreenimage.png') 0 0 / cover fixed no-repeat;
    }
}

@media (max-width: 500px) {
    .fullscreen {
        background: url('../images/stepswar/fullscreenimage.png') 28% 0 / cover fixed no-repeat;
    }
}

.fullscreen__content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.fullscreen__block {
    width: 80%;
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem 2.75rem;
    text-align: center;
}

.fullscreen__sub-title {
    font-weight: 200;
    font-size: calc(10px + (22 - 20) * ((100vw - 320px) / (1200 - 320)));
}

.fullscreen__title {
    font-weight: 700;
    font-size: calc(16px + (32 - 20) * ((100vw - 320px) / (1200 - 320)));
    line-height: calc(20px + (36 - 20) * ((100vw - 320px) / (1200 - 320)));
    margin: calc(12px + (32 - 20) * ((100vw - 320px) / (1200 - 320))) 0;
}

.fullscreen__date {
    font-weight: 400;
    font-size: calc(10px + (22 - 20) * ((100vw - 320px) / (1200 - 320)));
}

.fullscreen__arrow {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5rem;
    cursor: pointer;
    animation: arrowbump 2s ease-in-out infinite normal;
}

.fullscreen__arrow:hover {
    animation-play-state: paused;
}

.fullscreen__arrow-image {
    width: 100%;
}

@keyframes arrowbump {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    30% {
        transform: translateX(-50%) translateY(7px);
    }

    50% {
        transform: translateX(-50%) translateY(10px);
    }

    80% {
        transform: translateX(-50%) translateY(7px);
    }

    100% {
        transform: translateX(-50%) translateY(0px);
    }
}

@media (max-width: 1000px) {
    .fullscreen__block {
        padding: 2rem 1.75rem;
    }
}



/* =============== */

.about {
    width: 100%;
    padding: 70px 20px;
}

.about__content {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about__title {
    font-size: calc(14px + (28 - 20) * ((100vw - 320px) / (1200 - 320)));
    font-weight: 600;
}

.about__divider {
    width: 40%;
    height: 1px;
    background-color: #000;
    margin: 30px 0;
}

.about__text {
    font-weight: 400;
    font-size: calc(10px + (24 - 20) * ((100vw - 320px) / (1200 - 320)));
    line-height: calc(14px + (32 - 20) * ((100vw - 320px) / (1200 - 320)));
    letter-spacing: 1.5px;
}

@media (max-width: 767px) {
    .about {
        padding: 40px 20px;
    }

    .about__divider {
        width: 60%;
    }
}

/* ===== */
.program {
    width: 100%;
    padding: 70px 20px;
    background: url('../images/stepswar/programimage.jpg') 0 0 / cover fixed no-repeat;
}

.program__content {
    width: 100%;
    height: 100%;
}

.program__title {
    color: #000;
    text-align: center;
    font-size: calc(14px + (28 - 20) * ((100vw - 320px) / (1200 - 320)));
    font-weight: 600;
    margin-bottom: 50px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.program__slider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.program__swiper {
    width: 230px;
    height: 300px;
}

.program__slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 20px;
    border: #726C88 3px solid;
    color: #000;
    background-color: #fff;
    padding: 30px 20px;
}

@media (max-width: 500px) {
    .program__slide {
        padding: 20px;
    }

    .program {
        padding: 30px 0;
    }

    .program__swiper {
        width: 200px;
        height: 270px;
    }
}

.program__sub-title {
    font-size: calc(12px + (22 - 20) * ((100vw - 320px) / (1200 - 320)));
    font-weight: 700;
    margin-bottom: 25px;
}

.program__text {
    font-weight: 400;
    font-size: calc(10px + (22 - 20) * ((100vw - 320px) / (1200 - 320)));
}

.swiper-nagination-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #726C88;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.swiper-nagination-btn::before,
.swiper-nagination-btn::after {
    content: '';
    display: block;
    height: 30%;
    width: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    z-index: 4;
}

.swiper-nagination-btn::before {
    top: 12.5px;
    transform: translateX(-100%) rotate(45deg);
}

.swiper-nagination-btn::after {
    bottom: 12.5px;
    transform: translateX(-100%) rotate(-45deg);
}

.swiper-nagination-btn._left {
    left: 0;
    margin-left: 10px;
}

.swiper-nagination-btn._right {
    transform: translateY(-50%) rotate(180deg);
    right: 0;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .swiper-nagination-btn {
        display: none;
    }
}

/* ====== */

.price {
    width: 100%;
    padding: 70px 20px;
}

.price__content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price__block {
    padding: 34px 70px;
    width: 80%;
    box-shadow: 0px 0px 20px 20px rgba(0, 11, 69, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.price__tag {
    font-weight: 400;
    font-size: calc(24px + (40 - 20) * ((100vw - 320px) / (1200 - 320)));
    color: #726C88;
    letter-spacing: 2px;
}

.price__title {
    font-weight: 700;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1200 - 320)));
    margin: 10px 0;
}

.price__text {
    font-size: calc(6px + (10 - 6) * ((100vw - 320px) / (1200 - 320)));
    font-weight: 200;
    color: rgba(0, 0, 0, 0.7);
}

.price__link {
    color: #000;
    border-bottom: #000 1px solid;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.price__link::after {
    content: '?';
    font-size: 60%;
    position: absolute;
    top: -5%;
    right: -30%;
    border-radius: 50%;
    width: 1.3em;
    height: 1.3em;
    background-color: #fff;
    border: #000 solid 1px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.price__link:hover {
    color: #726C88;
    border-bottom: #726C88 1px solid;
}

.price__link:hover.price__link::after {
    background-color: #726C88;
    border: #726C88 solid 1px;
    color: #fff;
}



.price__btn {
    letter-spacing: 2px;
    margin: 20px 0 0;
    font-weight: 600;
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1200 - 320)));
    background-color: #fff;
    border: 2px solid #726C88;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
    color: #000;
    transition: all .35s;
}

.price__btn span {
    position: relative;
    z-index: 3;
}

.price__btn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #726C88;
    transition: all .35s;
}

.price__btn:hover {
    color: #fff;
    background-color: transparent;
}

.price__btn:hover::after {
    width: 100%;
}


@media (max-width: 600px) {
    .price {
        padding: 30px 15px;
    }

    .price__block {
        padding: 15px 30px;
    }
}

/* ======== */

.footer {
    padding: 40px 20px 20px;
    width: 100%;
    background: #21142d;
    color: #fff;
}

.socialmedias {
    width: 100%;
    margin-bottom: 20px;
}

.socialmedias__content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.socialmedias__content img {
    width: 80px;
}



.credit {
    width: 100%;

}

.credit__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.credit__kolesya {
    letter-spacing: 1.5px;
    font-size: 14px;
}

.credit__kolesya a {
    color: #fff;
    text-decoration: underline;
}

.copyright {
    font-size: 14px;
}

@media (max-width: 600px) {
    .socialmedias__content img {
        width: 60px;
    }

    .copyright,
    .credit__kolesya {
        font-size: 10px;
    }
}

.textik {
    padding-top: 30px;
}