@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: #0f1019;
    font-family: "Montserrat", sans-serif;
}

.full_block {
    min-height: 100vh;
    position: relative;
    padding-bottom: 31px;
}

.top_block {
    /*background: url(../img/top_bg.jpg) no-repeat center center / cover;*/
    max-height: calc(100vh - 51px);
    height: 56.6vw;
    position: relative;
    padding-top: 32px;
    overflow: hidden;
}

.top_block_top {
    background: linear-gradient(to bottom, #faf7f0 0%, rgba(250, 247, 240, 0) 100%);
    position: absolute;
    height: 227px;
    top: 0;
    left: 0;
    width: 100%;
}

.bottom_decor {
    height: 452px;
    background: linear-gradient(0deg, #0a0b18 0%, rgba(10, 11, 24, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.full_block {
    position: relative;
}

.top_block_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.top_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.btn_simple, .btn_tranparent {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 16px 24px 16px 16px;
    background: #ff00c5;
    transition: all .3s ease-in-out;
    font-weight: 500;
    font-size: 16px;
    line-height: 154%;
    letter-spacing: 0.01em;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.btn_simple:hover {
    background: #cc009e;
}

.btn_tranparent {
    background-color: transparent;
    color: #2e0054;
}

.btn_tranparent:hover {
    background: #dedcf9;
}

.btn_top {
    position: relative;
    margin-top: 8px;
    z-index: 10;
}

.bottom_row {
    position: relative;
    z-index: 2;
    align-items: center;
}

.subtitle {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
}

h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}

.hero_slider .swiper {
    margin-bottom: 7px;
    margin-top: 7px;
    border: 1px solid #5e5e60;
    backdrop-filter: blur(16px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.29), 0 8px 8px 0 rgba(0, 0, 0, 0.26), 0 19px 11px 0 rgba(0, 0, 0, 0.15), 0 33px 13px 0 rgba(0, 0, 0, 0.04), 0 52px 15px 0 rgba(0, 0, 0, 0.01);
    background: rgba(45, 46, 51, 0.64);
    border-radius: 16px;
}

.hero_slider .swiper-slide {
    padding: 24px;
    height: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 154%;
    letter-spacing: 0.01em;
    color: #fff;
}

.hero_slider .swiper-wrapper {
    align-items: stretch;
}

.slide_ttl {
    display: flex;
    gap: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 16px;
}

.slide_ttl svg {
    min-width: 32px;
}

.swiper-buttons {
    /*    position: relative;
        height: 40px;
        width: 120px;
        margin-left: auto;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 1px;
}

.swb_cont {
    border-radius: 16px;
    padding: 1px;
    background: #5e5e60;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.29), 0 8px 8px 0 rgba(0, 0, 0, 0.26), 0 19px 11px 0 rgba(0, 0, 0, 0.15), 0 33px 13px 0 rgba(0, 0, 0, 0.04), 0 52px 15px 0 rgba(0, 0, 0, 0.01);
}

@property --angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}
@property --hue {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

@keyframes conic-effect {
    0% {
        --angle: -1deg;
    }

    100% {
        --angle: 360deg;
    }
}

.swb_cont_next {
    background: conic-gradient(
        #fff var(--angle),
        #5e5e60 calc(var(--angle))
        );
    animation: conic-effect 5.3s linear infinite;
}

.swiper-buttons .swiper-button-next, .swiper-buttons .swiper-button-prev {
    position: inherit;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 40px;
    margin-top: 0;
    backdrop-filter: blur(16px);
    background: rgba(45, 46, 51, 0.64);
}

.swiper-buttons .swiper-button-next:after, .swiper-buttons .swiper-button-prev:after {
    color: #fff;
    font-size: 16px;
}

.swiper-buttons .swiper-button-next:hover, .swiper-buttons .swiper-button-prev:hover {
    background: rgba(25, 27, 33, 0.64);
}

.swiper-buttons .swiper-button-next {
    right: 0;
}

.swiper-buttons .swiper-button-prev {
    left: 0;
}

.mq {
    font-weight: 600;
    font-size: 56px;
    line-height: 51px;
    text-transform: uppercase;
    color: #ff00c5;
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
}

.swiper--top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.swiper--top .swiper-slide {
    padding-right: 12px;
    width: max-content;
}

.swiper--top .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
    position: relative;
}

.top_dialog {
    position: absolute;
    top: -8px;
    right: 0;
    border-radius: 16px;
    padding: 16px;
    backdrop-filter: blur(16px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.29), 0 8px 8px 0 rgba(0, 0, 0, 0.26), 0 19px 11px 0 rgba(0, 0, 0, 0.15), 0 33px 13px 0 rgba(0, 0, 0, 0.04), 0 52px 15px 0 rgba(0, 0, 0, 0.01);
    background: rgba(255, 255, 255, 0.8);
    padding-top: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 154%;
    letter-spacing: 0.01em;
    color: #2e0054;
    width: 411px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.top_dialog.active {
    opacity: 1;
    visibility: visible;
}

.dialog_ttl {
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    color: #2e0054;
    margin-bottom: 16px;
}

.dialog_close {
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
}

.dialog_buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.dialog_buttons .btn_tranparent, .dialog_buttons .btn_simple {
    width: calc(50% - 4px);
    justify-content: center;
}

.top_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.top_mob_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 1630px) {
    .main_nav .menu-item a {
        font-size: 13px;
    }
    .menu_gap {
        gap: 20px;
    }
}

@media (max-width: 1400px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    h1 {
        font-size: 42px;
    }
    .subtitle {
        font-size: 24px;
    }
    .mq {
        font-size: 36px;
        line-height: 36px;
    }
    .top_block {
        max-height: calc(100vh - 36px);
    }
}

@media (max-width: 768px) {
    .top_block:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.2);
    }
}

@media (max-width: 576px) {
    .top_block {
        max-height: 100%;
        height: auto;
        min-height: calc(100vh - 36px);
        position: relative;
    }
    .logo {
        max-width: 140px;
    }
    .btn_top {
        margin-top: 0;
    }
    .top_dialog {
        top: 0;
    }
    .top_block .container {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 32px;
    }
}

@media (max-width: 460px) {
    .top_dialog {
        width: 320px;
    }
    .dialog_buttons {
        margin-top: 20px;
    }
    .dialog_buttons {
        flex-wrap: wrap;
    }
    .dialog_buttons .btn_tranparent, .dialog_buttons .btn_simple {
        width: 100%;
    }
}