@font-face {
    font-family: 'Cygre-Book';
    src: url('../fonts/Cygre-Book.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Cygre-light';
    src: url('../fonts/Cygre-Light.ttf');
    font-weight: 400;
}

*,
*::before,
*::after{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce){
    html{
        scroll-behavior: auto;
    }
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Cygre-Book';
    font-weight: 400;
    overflow-x: hidden;
}

:root{
    --content-max-width: 1620px;
    --page-gutter: clamp(16px, 2vw, 32px);
}

@media (max-width: 1920px){
    :root{
        --content-max-width: clamp(1080px, calc(75vw + 180px), 1620px);
    }
}

img{
    max-width: 100%;
    height: auto;
}

a{
    text-decoration: none;
    color: #000000;
}

button{
    font-family: 'Cygre-Book';
}

a:hover{
    text-decoration: underline;
    transition: all 0.4s ease;

}

button:hover{
    background-color: #000000;
    color: #ffffff;
    transition: all 0.4s ease;
}

.card:hover{
    transform: scale(1.01);
    background-color: #000000;
    color: #ffffff;
    transition: all 0.4s ease;
}

.container{
    max-width: var(--content-max-width);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 var(--page-gutter);
}

.info{
    display: flex;
    align-items: center;
    gap: 30px;
}

.about__tabs--slider{
    display: none;
    width: 100%;
    overflow: hidden;
}

.form__block--arrow-down{
    display: none;
}

.gallery__swiper .gallery__image{
    display: block;
}

.gallery__swiper .gallery__image--mobile{
    display: none;
}

.about__swiper{
    width: 100%;
    overflow: hidden;
}

.about__swiper .swiper-slide{
    height: auto;
    box-sizing: border-box;
}

.about__swiper .about__tabs--tab{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header{
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
    z-index: 100;
}

.header__bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.header__overlay{
    display: none;
}

.header__logo{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 32px;
    flex-shrink: 0;
}

.header__logo a{
    text-decoration: none;
    color: #000000;
}

.header__divider{
    width: 150px;
    height: 2px;
    background-color: #000000;
    flex-shrink: 0;
    margin-left: 75px;
    margin-right: auto;
}

.header__nav{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 20px;
}

.header__nav-links{
    display: flex;
    gap: 125px;
}

.header__nav a{
    text-decoration: none;
    color: #000000;
}

.header__nav a:hover{
    text-decoration: underline;
}

.header__nav-inner,
.header__nav-top,
.header__nav-body,
.header__nav-close,
.header__nav-top-line,
.header__nav-bg{
    display: none;
}

.header__burger{
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
}

.header__burger-line{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.header__burger:hover{
    background-color: transparent;
    color: #000000;
}

@media (min-width: 1091px){
    .header{
        display: grid;
        grid-template-columns: auto 150px 1fr auto;
        align-items: center;
    }

    .header__bar{
        display: contents;
    }

    .header__logo{
        grid-column: 1;
    }

    .header__divider{
        grid-column: 2;
        margin-left: 75px;
        margin-right: 0;
    }

    .header__nav{
        grid-column: 4;
        justify-self: end;
        position: static;
        transform: none;
        visibility: visible;
        pointer-events: auto;
        width: auto;
        height: auto;
        min-width: 0;
    }

    .header__nav-inner,
    .header__nav-body{
        display: contents;
    }

    .header__nav-top,
    .header__nav-close,
    .header__nav-top-line,
    .header__nav-bg{
        display: none;
    }

    .header__nav-links{
        display: flex;
        flex-direction: row;
        padding: 0;
        min-height: 0;
        background-color: transparent;
    }

    .header__overlay{
        display: none !important;
    }

    
}

.hero{
    margin-top: 70px;
}

.how-to-use{
    margin-top: 240px;
}


.hero__title{
    width: 100%;
    font-size: 82px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.hero__title--mobile{
    width: 100%;
    font-size: 82px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    display: none;
}
.hero__title--span{
    width: 100%;
    text-align: right;
    display: block;
    font-size: 82px;
    text-transform: uppercase;
    
}

.hero__image{
    width: 100%;
    margin: 45px 0;
    border-radius: 20px;
}

.hero__image--mobile{
    width: 100%;
    display: none;
    margin: 45px 0;
    border-radius: 20px;
}

.hero__image--small{
    width: 100%;
    display: none;
    margin: 45px 0;
    border-radius: 20px;
}
.hero__info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.hero__info--info{
    display: flex;
    align-items: center;
}

.hero__info--text{
    max-width: 530px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.hero__info--buttons{
    display: flex;
    gap: 125px;
}

.hero__info--button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(240px, 20vw, 340px);
    min-width: 240px;
    height: 76px;
    background-color: #ffffff;
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    line-height: 0.85;
    border: 2px solid black;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero__info--button:hover{
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.about{
    margin-top: 227px;
}

.container__title{
    font-size: 62px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.about__info{
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

.about__info--text{
    max-width: 664px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.about__tabs--desktop{
    display: flex;
    flex-direction: column;
    gap: 0;
}

.about__tabs{
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.about__tabs--tab{
    max-width: 100%;
    padding: 38px 40px;
    background-color: #DCDCDC;
    border-radius: 20px;
    margin-bottom: 15px;
    height: 300px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tab-big{
    flex: 1;
    min-width: 0;
}

.tab-small{
    flex: 1;
    min-width: 0;
}

.about__tabs--number{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.16;
    margin: 0;
    margin-bottom: 14px;
}

.about__tabs--name{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.about__tabs--description{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 280px;
    font-family: 'Cygre-light';
    margin: 0;
    margin-top: auto;
    text-transform: lowercase;
}

.tariffs{
    margin-top: 257px;
}

.tariffs__cards{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 60px;
}

.tariffs__card{
    max-width: 100%;
    padding: 40px 43.5px 48px 43.5px;
    background-color: #DCDCDC;
    border-radius: 20px;
    box-sizing: border-box;
    height: 508px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.tariffs__card--title{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.tariffs__card--description{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-top: auto;
    font-family: 'Cygre-light';
}

.tariffs__card--price{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-top: auto;
}

.tariffs__card--button{
    height: 76px;
    width: 100%;
    background-color: transparent;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-top: 24px;
    border-radius: 100px;
    cursor: pointer;
    border: 2px solid #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tariffs__card--button:hover{
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.gallery{
    margin-top: 250px;
}

.gallery__slider{
    display: flex;
    align-items: center;
    gap: 48px;
    margin-top: 60px;
}

.gallery__swiper{
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.gallery__swiper .swiper-slide{
    display: block;
    background: transparent;
    overflow: hidden;
    border-radius: 20px;
    line-height: 0;
}

.gallery__swiper .gallery__image,
.gallery__swiper .gallery__image--mobile{
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

.gallery__nav{
    flex-shrink: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    line-height: 0;
}

.gallery__nav:hover{
    background-color: transparent;
    transition: all 0.4s ease;
}

.gallery__nav--prev{
    background-image: url('../img/arrow_left.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.gallery__nav--prev:hover{
    background-image: url('../img/arrow_left_hover.webp');
    transition: all 0.4s ease;
}

.gallery__nav--next{
    background-image: url('../img/arrow_right.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.gallery__nav--next:hover{
    background-image: url('../img/arrow_right_hover.webp');
    transition: all 0.4s ease;
}

.gallery__nav img{
    display: block;
    width: auto;
    height: auto;
}

.events{
    margin-top: 240px;
}

.events__title{
    margin-bottom: 60px;
}

.events__block{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.events__info{
    display: flex;
    align-items: center;
    max-width: 800px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 60px;
}

.events__info--text{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    max-width: 657px;
}

.events__block--left{
    max-width: 710px;
    width: 100%;
}

.events__topics--title{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.events__topics--list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.events__topics--item{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 16px 0;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}

.events__topics--item:last-child{
    border-bottom: none;
}

.events__right{
    max-width: 710px;
    width: 100%;
    background-color: #DCDCDC;
    border-radius: 20px;
    padding: 72px 82.5px 82px 82.5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: space-between;
}

.events__right--top{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.events__right--title{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.events__right--time{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.events__right--description{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-top: 60px;
    font-family: 'Cygre-light';
    text-transform: lowercase;
    max-width: 440px;
}

.events__right--details{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-transform: lowercase;
    margin-bottom: 50px;
    margin-top: 70px;
}

.events__right--button{
    width: 100%;
    height: 76px;
    background-color: transparent;
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    line-height: 0.85;
    border-radius: 100px;
    cursor: pointer;
    border: 2px solid #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.events__right--button:hover{
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.how-to-use{
    margin-top: 240px;
}

.how-to-use__info{
    display: flex;
    margin: 60px 0;
}

.how-to-use__info--text{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    max-width: 652px;
}

.how-to-use__cards{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.how-to-use__card{
    max-width: 100%;
    padding: 40px;
    background-color: #DCDCDC;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.how-to-use__card--number{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.16;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.how-to-use__card--name{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.how-to-use__card--description{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-top: auto;
    font-family: 'Cygre-light';
}

.form{
    margin-top: 260px;
}

.form__block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
    margin-top: 60px;
}

.form__block--left{
    max-width: 530px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.form__block--label{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.form__block--input{
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 2px solid #000000;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}

.form__block--input:last-child{
    margin-bottom: 60px;
}

.form__block--input::placeholder{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #000000;
}

.form__block--input:focus{
    outline: none;
}

.form__block--bottom{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    font-family: 'Cygre-light';
    margin-bottom: 15px;
    max-width: 453px;
    text-align: center;
    margin: auto;
}

.form__block--bottom a{
    text-decoration: underline;
}

.form__block--button{
    max-width: 448px;
    width: 100%;
    height: 76px;
    background-color: transparent;
    color: #000000;
    font-size: 28px;
    font-weight: 400;    
    line-height: 0.85;
    border-radius: 100px;
    border: 2px solid #000000;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 15px;
    transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.form__block--button:disabled{
    opacity: 0.35;
    cursor: not-allowed;
}

.form__block--button:disabled:hover{
    background-color: transparent;
    color: #000000;
}

.form__block--right{
    max-width: 530px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: left !important;
}

.form__block--title{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-transform: lowercase;
    width: 100%;
}

.form__block--description{
    font-size: 64px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-transform: lowercase;
}

.contact{
    margin-top: 230px;
    margin-bottom: 70px;
}

.contact__info{
    margin-top: 40px;
    margin-bottom: 20px;
}

.contact__block{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 50px;
    max-width: var(--content-max-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--page-gutter);
    box-sizing: border-box;
}

.contact__block--map{
    flex: 1;
    max-width: 800px;
    width: 100%;
    min-height: 430px;
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    align-self: stretch;
}

.contact__block--right{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 570px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

.contact__right--contacts{
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 20px;
}

.contact__info--text{
  font-size: 22px;
}

.contact__contacts--title{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.contact__contacts--description{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    font-family: 'Cygre-light';
    margin-top: 20px;
}

.contact__right--bottom{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact__right--text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    font-family: 'Cygre-light';
}

.footer{
    background-color: #DCDCDC;
    border-radius: 20px 20px 0 0;
    padding-top: 55px;
    padding-bottom: 100px;
}
