* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}


body{
    overflow-x: hidden;
}

.container{
    width: 90%;
    margin: 0 auto;
    height: 100%;

}

.wrapper{
    font-family: 'Oswald', serif;
    overflow: hidden;
}

/**/

.first{
    min-height: 100vh;
    width: 100%;
    background: url(../img/first.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 10px 0;
}

.header{
    padding: 30px 0;
    width: 100%;
}

.logo__header{
    width: 220px;
}

.nav{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.nav__item{
    color: #fff;
    margin-left: 30px;
    padding: 15px;
    font-size: 18px;
}

.nav__item:hover{
    text-decoration: underline;
}

.nav__item-ticket{
    background: #ffeb00;
    color: #000;
    padding: 15px 30px;
    transition: .3s all;
    border: 2px solid #ffeb00;
}

.nav__item-ticket:hover{
    background: transparent;
    color: #fff;
    text-decoration: unset;
}

.main__text-container{
    color: #fff;
}

.main__text-fact{
    font-size: 68px;
    text-transform: uppercase;

    color: #e8ce78;
    margin: 20px 0;

}

.main__text-fact-span{
    display: block;
}

.main__text-pretitle-span{
    color: #e8ce78;
}

.main__text-subtitle{
    font-size: 24px;
    font-weight: 100;
    letter-spacing: .2em;
}

.main__text-pretitle{
    font-size: 24px;
    font-weight: 100;
    letter-spacing: .2em;
}

.first__wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.first__container{
    min-height: 100vh;
}

.main{
    display: flex;
}

.main__form{
    color: #fff;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.main__form-wrapper{
    background: rgba(49, 48, 48, .6);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.main__form-title{
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;

}

.main__form-subtitle{
    margin: 20px 0;
    font-size: 14px;
    font-weight: 100;
    color: #777;

    text-align: center;
}

.maintitle__button[type=submit] {
    background: #ffeb00;
    width: 100%;
    padding: 15px 0px;
    color: #000;
    font-size: 21px;
    text-align: center;
    transition: .3s all;

    border: 0;

    cursor: pointer;

}

.maintitle__button:hover{
    font-size: 28px;
}

.main__form-number{
    text-align: center;
    margin-bottom: 20px;
    font-size: 21px;
}

.main__form-number-span {
    font-size: 34px;
}

.main__left-person{
    margin-top: 70px;
    display: flex;
    align-items: center;
}

.main__left{
    margin-right: 30px;
    padding: 30px 0;
}

.main__person-img{
    height: 100px;
    width: 100px;
    border: 4px solid #e8ce78;
    border-radius: 50%;
}

.main__person-desc{
    color: #fff;
    font-size: 21px;
    letter-spacing: .1em;
}

.main__person-span{
    color: #e8ce78;
}

.persons__img{
    height: 100px;
    width: 100px;
    border: 4px solid #e8ce78;
    border-radius: 50%;
}

.persons__top{
    display: flex;
    align-items: center;

}

.persons__item-main .person__info-item{
    font-size: 30px;

}

.persons__item-main{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

.persons__img{
    margin-right: 30px;
}

.person__desc{
    margin-top: 10px;
}

.persons__item{
    margin: 50px 0;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.persons__item-wrapper{
    margin-left: 50px;
}

.person__desc{
    font-size: 14px;
    font-style: italic;
    color: #909090;

}

.title{
    width: 1200px;
    font-size: 50px;
    padding: 120px 0 30px 0;
}

.subtitle{
    width: 50%;
    font-size: 24px;
    color: #909090;
}


.persons__wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.person__info-item i{
    color: #e8ce78;
    margin-right: 15px;

    display: block;

}

.person__info-item{
    font-size: 21px;
    margin: 20px 0;

    display: flex;
}

.persons__name{
    font-size: 24px;

}

.title__story{
    text-align: center;
    padding-top: 0;
    width: 100%;
    padding-bottom: 80px;
    color: #fff;
}

.pretitle{
    text-transform: uppercase;
    padding-top: 120px;
    text-align: center;
    font-size: 14px;
    color: #909090;

}


.story{
    background: #000;
    padding-bottom: 120px;
}

.story__wrapper{
    display: flex;
    width: 80%;
    margin:  0 auto;
    position: relative;
}

.story__desc{
    margin-left: 30px;
    padding: 0px 0px 30px 0;
}

.story__title{
    font-size: 34px;
    color: #909090;
}

.story__text{
    margin-top: 30px;
    color: #fff;
}

.story__img{
    height: 100%;
}

.corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border-color: #e8ce78;
    border-style: solid;
    border-width: 0;
}

.corner-1{
    top: 0;
    left: 0;
    border-left-width: 2px;
    border-top-width: 2px;

}

.corner-3 {
    bottom: 0;
    right: 0;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.corner-2 {
    top: 0;
    right: 0;
    border-right-width: 2px;
    border-top-width: 2px;
}

.corner-4 {
    bottom: 0;
    left: 0;
    border-left-width: 2px;
    border-bottom-width: 2px;
}

.map{
    display: flex;
    min-height: 800px;
}

.google{
    width: 50%;
}

.title__form{
    width: 100%;
    padding-top: 0px;
}

.form{
    text-align: center;
    width: 50%;
    padding-bottom: 50px;
}

.form__wrapper{
    width: 1200px;
    margin:  0 auto;
}

.footer__wrapper{
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

.footer__links-item, .footer__links-item-ticket{
    color: #fff;
    margin-left: 50px;
}

.footer__links-item:hover{
    text-decoration: underline;
}

.footer__studio-link{
    color: #fff;
    font-size: 18px;
}

.footer__studio-link:hover{
    text-decoration: underline;
}

.footer{
    background: #000;
    font-family: 'Roboto';
}

.button[type=submit] {
    background: #e8ce78;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 0px;
    margin: 30px 0;
    color: #000;
    transition: .3s all;

    display: flex;
    justify-content: center;

    width: 100%;

    border: 0;

    cursor: pointer;
}

.order-form{
    width: 100%;
}

.button:hover{
    font-size: 34px;
}

.timer{
    padding: 30px 0;
}

#clockdiv{
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;

    padding: 30px 0;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    background: #e8ce78;
    display: inline-block;
}

#clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: #bfac6e;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
}

.burger__container{
    display: none;
}

.firstHeading{
    font-family: 'Myriad Pro';
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.burger__container{
    display: none;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.burger__item{
    height: 4px;
    width: 30px;
    border-radius: 7px;
    background: #fff;
}

.burger__item-close-1 {
    transition: .3s all;
}

.burger__item-close-2{
    transition: .3s all;
}

.burger__item:nth-child(2){
    margin: 8px 0;
}

.modal__link-item{
    color: #fff;
    font-size: 40px;
}

.modal__nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 95;

    display: none;

}

.modal__nav-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    flex-direction: column;
    font-family: 'Oswald';

}

.modal__link-item{
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 3px solid #e8ce78;
}



.form__holder{
    width: calc(100% - 30px);
    font-size: 18px;
    padding: 15px;
    margin: 15px 0;
    border: 0;
    background: rgba(70, 70, 70, .6);
    border-bottom: 1px solid #e8ce78;
    color: #e8ce78;
}

.form__holder::placeholder{
    color: #fff;
}

.form__holder-last{
    background: #fff;
    color: #000;
}


.form__holder-last::placeholder{
    color: #000;
}

.old__cost {
    text-decoration: line-through;
}

.new__cost{
    color: #e8ce78;
    font-size: 34px;
}

.persons__item-main{
    width: 100%;

}

/* New CSS */

.video{
    padding: 80px 0;
    background: url('../img/Video-BG.jpg') 50% 50% no-repeat;
    background-size: contain;
}

.video__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video__container{
    width: 100%;
}

.video__click-wrapper{
    position: relative;
    width: 1200px;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.video__container-thanks{
    cursor: auto;
}

.video__click-wrapper:hover .video__click-item{
    -webkit-animation: playbutton 2s ease;
    animation: playbutton 2s ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes playbutton {
    15% {
        width: 110px;
    }
    30% {
        width: 122px;
    }
    40% {
        width: 110px;
    }
    50% {
        width: 122px;
    }
    65% {
        width: 120px;
    }
    100% {
        width: 120px;
    }
}

.video__click-item{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
}

.video__title{
    font-size: 48px;
}

.video__title-thanks{
    text-align: center;
}

.video__desc{
    font-size: 24px;
    font-weight: 100;

    width: 1200px;
    margin-top: 60px;
    font-family: 'Roboto';
}

.advantages{
    background: #e8ce78;
    padding: 120px 0;
}

.advantages__text{
    font-size: 24px;
    width: 270px;
    margin-top: 30px;
}

.advantages__wrapper{


    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantages__content{
    width: 1200px;
    margin: 0 auto;
}

.advantages__title{
    font-size: 48px;
    margin-bottom: 120px;
}

.advantages__icon{
    padding: 12px;
    background: #000;
    border-radius: 21px;
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 19px 19px 33px -25px rgba(0,0,0,0.75);
    -moz-box-shadow: 19px 19px 33px -25px rgba(0,0,0,0.75);
    box-shadow: 19px 19px 33px -25px rgba(0,0,0,0.75);
}

.advantages__item{
    margin-bottom: 60px;
    width: 400px;
}

.form__img{
    width: 120px;
}

.form__wrapper-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.form__title{
    font-size: 48px;
    color: #fff;
}

.form__wrapper{
    width: 1200px;
    margin: 0 auto;
}

.form__section{
    padding: 120px 0;
    background: url('../img/Form-BG.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.card__info-button{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 25px 0;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 45px;
    border: 2px solid #fff;
}

.card__info-button:hover{
    transition: .3s all;
    background: transparent;
    color: #fff;
}


.form__wrapper{
    border-radius: 20px;
    background: #000;
}

.sender{
    background: #e8ce78;
    padding: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
}

.form__desc{
    font-size: 21px;
    width: 50%;
    padding: 0 15px;
    font-family: 'Roboto';
}

.form__group{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form__input{
    width: 75%;
    outline: 0;
}

.form__button{
    width: calc(75% + 34px);
    padding: 15px;
    font-size: 21px;
    background: #000;
    color: #fff;
    border: 0;
    cursor: pointer;
    border: 2px solid #000;
    text-align: center;
}

.form__button-thanks{
    border: 8px solid #fff;
}

.form__button-thanks{
    width: 400px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 25px;
    position: relative;
}

.access__icon {
    margin-left: 15px;
    position: absolute;

    -webkit-animation: access 1s linear;
    animation: access 1s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



@keyframes access {
    0% {
        top: 20px;
    }
    15% {
        top: 25px;
    }
    30% {
        top: 17px;
    }
    40% {
        top: 20px;
    }
    50% {
        top: 25px;
    }
    65% {
        top: 20px;
    }
    100% {
        top: 20px;
    }
}

.form__button:hover{
    transition: .3s all;
    border-color: #fff;
}

.form__button-thanks:hover{
    border-color: #e8ce78;
}

.form__input-claster{
    padding: 10px 15px;
    font-size: 25px;
    margin-bottom: 25px;
    background: transparent;
    border: 2px solid transparent;
    border-bottom: 2px solid #000;
    outline: 0;
    color: #fff;
}

.form__input-claster:focus{
    background: #000;
    border: 2px solid #fff;
}

.form__input-claster-used{
    background: #000;
    border: 2px solid #fff;
}

.form__input-claster::placeholder{
    color: #000;
}

.video__desc-thanks{
    text-align: center;
}

.advantages__desc{
    font-size: 21px;
    margin-bottom: 60px;
    font-family: 'Roboto';
}

.advantages__title-thanks{
    margin-bottom: 40px;
}

/* Cards CSS */

.card__item{
    font-family: 'Roboto';
    background: #000;
    color: #fff;
    width: 380px;
}

.card__header{
    padding: 30px;
    border-bottom: 2px solid #fff;
}

.card__info-item{
    font-size: 18px;
    padding: 25px 15px;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.card__name{
    font-size: 24px;
    text-align: center;
}

.card__price{
    font-size: 45px;
    text-align: center;
    margin-top: 30px;
}

.card__info{
    padding: 30px;
}

.card__wrapper{
    display: flex;
    justify-content: space-between;
}

.footer__studio-link-copy:hover{
    text-decoration: none;
}

/**/


.advantages__desc-last{
    margin-top: 45px;
    margin-bottom: unset;
    font-weight: bold;
    font-size: 25px;
}

.modal{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.modal__bg{
    position: absolute;
    background: rgba(1,1,1,.7);
    height: 100vh;
    width: 100%;
}

.modal__close{
    position: absolute;
    z-index: 11;
    top: 30px;
    right: 30px;
    width: 30px;
    cursor: pointer;
}

.modal__close:hover{
    transition: .3s all;
    opacity: .7;
}

.modal__wrapper{
    height: 60%;
    width: 70%;
    background: transparent;
    z-index: 13;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal__wrapper iframe {
    height: 100%;
    width: 100%;
}

.card__oldpirce{
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.card__oldpirce-number{
    position: relative;
}

.card__oldpirce-number:before{
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    transform: rotate(17deg);
    background: #cc0011;
    top: 50%;
    left: -7px;
}

.card__oldpirce-number-vip:before{
    left: unset;
}

.card__oldpirce-number:after{
    content: '-20%';
    padding: 2px 5px;
    color: #fff;
    background: #cc0011;
    top: 5px;
    position: absolute;
    margin-left: 15px;
    font-size: 16px;
    border-radius: 6px;
}

/* Modals */
.modal__form{
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: none;
}

.modal__bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background: rgba(1,1,1,.65);
}

.modal__close{
    position: absolute;
    z-index: 6;
    right: 30px;
    top: 30px;
    width: 40px;
    cursor: pointer;
}

.modal__close:hover{
    transition: .3s all;
    opacity: .7;
}

.modal__form-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1a1d22;
    color: #fff;

    padding: 45px 30px;
    width: 450px;
    z-index: 5;
    position: relative;
}

.form__text{
    font-family: 'Roboto', serif;
    text-align: center;
    margin: 15px 0;
}

.modal-form__title{
    font-size: 50px;
}


.form__input-modal{
    width: 90%;
}

.form__input-modal{
    border: 1px solid #e8ce78;
    padding: 15px 20px;
    background: #000;
    color: #fff;
}

.form__input-modal:focus{
    border-color: #fff;
}

.form__input-modal::placeholder{
    color: #e8ce78;
}

.button__modal{
    background: #e8ce78;
    color: #000;
    text-transform: uppercase;
    font-size: 21px;
    height: 50px;
    border: 4px solid #e8ce78;

    width: calc(90% + 42px);
    cursor: pointer;
}

.button__modal:hover{
    transition: .3s all;
    border-color: #000;
}

.form__input-modal:first-child{
    margin-bottom: 15px;
}

.send-form-modal{
    width: 80%;
}

.modal__text{
    text-align: center;
    font-size: 31px;
    margin-top: 30px;
    font-family: 'Roboto', serif;
}

.modal__form-wrapper-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal__img{
    height: 150px;
}

.modal__thanks{
    display: none;

    flex-direction: column;
    align-items: center;
}

/* Responsive */

@media (max-width: 1600px) {
    .story__wrapper{
        width: 100%;
    }

    .form__section{
        background-size: contain;
    }
}

@media (max-width: 1300px) {
    .story__text{
        font-size: 14px;
    }

    .main__text-fact{
        font-size: 50px;
    }

    .main__text-pretitle{
        font-size: 18px;
    }

    .video__click-wrapper, .video__desc, .advantages__content, .form__wrapper{
        width: 90%;
    }

    .form__wrapper{
        flex-wrap: wrap;
    }

    .card__wrapper{
        flex-direction: column;
    }

    .card__wrapper{
        align-items: center;
    }

    .card__item{
        width: 70%;
        margin-bottom: 60px;
    }

    .advantages__desc-last{
        margin-top: unset;
    }

    .advantages__desc-last{
        text-align: center;
    }

}

@media (max-width: 1200px) {
    .map{
        position: relative;
        min-height: 100vh;
    }

    .form{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        width: 65%;
    }

    .google{
        width: 100%;
    }

    .story__wrapper{
        flex-direction: column;
        width: 50%;
    }

    .story__img{
        height: unset;
        width: 100%;
        margin-bottom: 30px;
    }

    .title{
        width: unset;
    }

    .nav{
        width: 100%;
    }

    .subtitle{
        width: 80%;
    }

    .story__desc{
        padding: 30px 15px;
    }

    .main{
        flex-direction: column;
    }

    .first{
        height: unset;
        padding-bottom: 30px;
    }

    .main__form-wrapper{
        width: 100%;
    }

    .main__form{
        margin: 0 auto;
        padding-top: 30px;
    }

    .sender{
        flex-direction: column;
    }

    .form__desc{
        width: 85%;
        font-size: 18px;
    }

    .form__input{
        width: calc(100% - 30px);
    }

    .form__button{
        width: calc(100% + 4px);
    }

    .form__desc-span{
        display: none;
    }

    .advantages__item{
        width: 40%;
    }


    .form__button-thanks{
        width: 400px;
    }

    .modal__wrapper{
        width: 100%;
        height: 50%;
    }

    .button__modal{
        width: calc(90% + 48px);
    }
}

@media (max-width: 900px) {
    .persons__wrapper{
        flex-direction: column;
        align-items: center;
    }

    .persons__item-wrapper{
        margin-left: 0;
    }

    .persons__item{
        width: 100%;

    }

    .form{
        width: 100%;
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
    }

    .map{
        flex-direction: column;
        height: unset;

    }

    .google{
        height: 50vh;
    }


    .story__wrapper{
        width: 90%;
    }

    .footer__links-item, .footer__links-item-ticket{
        margin-left: 20px;
    }

    .main__form{
        width: 100%;
    }

    .persons__item-main{
        align-items: unset;
        text-align: unset;
    }

    .persons__top-main{
        justify-content: unset;
    }

    .persons__item-main .person__info-item{
        font-size: 21px;

    }

}

@media (max-width: 760px) {
    .main{
        flex-direction: column;
    }

    .first{
        height: unset;
    }


    .main__form{
        width: 100%;
    }

    .main__form-wrapper{
        width: 100%;
    }

    .nav{
        display: none;
    }

    .burger__container{
        display: block;
    }

    .header{
        justify-content: flex-end;
    }

    .form__wrapper{
        width: 95%;
    }

    .footer__wrapper{
        flex-direction: column-reverse;
        align-items: center;
    }

    .footer__studio{
        margin-top: 30px;
    }

    .main__form-number{
        font-size: 16px;
    }

    .button{
        font-size: 18px;
    }

    .modal__link-item{
        font-size: 18px;
    }

    .main__left{
        padding: unset;
    }

    .main__left-person{
        margin-top: 20px;
    }

    .logo__header{
        width: 150px;
    }

    .advantages__item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .advantages__text{
        margin-top: unset;
        margin-left: 30px;
    }

    .advantages__title{
        text-align: center;
        margin-bottom: 60px;
        font-size: 32px;
    }

    .advantages, .form__section{
        padding: 80px 0;
    }

    .video__title{
        text-align: center;
        font-size: 32px;
    }

    .form__title{
        font-size: 32px;
        margin-top: 20px;
    }

    .form__input-claster{
        font-size: 21px;
    }

    .form__button{
        font-size: 18px;
    }

    .form__desc{
        font-size: 18px;
    }

    .form__wrapper-header{
        flex-direction: column-reverse;
    }

    .footer__studio{
        text-align: center;
    }

    .form__desc{
        display: none;
    }

    .card__item{
        width: 90%;
    }

    .form__button-thanks{
        width: 300px;
    }

    .modal__wrapper{
        height: 40%;
    }

    .modal__form-wrapper{
        width: 350px;
    }

    .button__modal {
        width: calc(90% + 40px);
    }

    .modal__img{
        width: 100px;
    }

    .modal__text{
        font-size: 21px;
    }
}

@media (max-width: 440px) {
    .main__text-pretitle{
        font-size: 16px;
    }

    .main__text-fact{
        font-size: 36px;
    }

    .main__text-subtitle{
        font-size: 16px;
    }

    .main__person-desc{
        font-size: 16px;
    }

    .main__form-title{
        font-size: 24px;
    }

    .title{
        font-size: 30px;
    }

    .story__title{
        font-size: 24px;
    }

    .subtitle{
        font-size: 18px;
    }

    .person__info-item{
        font-size: 16px;
    }

    .form__text{
        font-size: 14px;
    }

    .footer__links{
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .footer__links-item, .footer__links-item-ticket{
        width: 40%;
        margin-left: 0;
    }

    .footer__studio{
        width: 100%;
    }

    .button{
        display: flex;
    }

    .main__left-person{
        flex-direction: column;
        align-items: flex-start;

    }

    .main__person-desc{
        margin-left: 0;
    }

    .persons__top{
        flex-direction: column;
        text-align: center;
    }

    .persons__img{
        margin-bottom: 20px;
        margin-right: 0;
    }

    .google{
        height: 80vh;
    }

    #clockdiv{
        font-size: 16px;
    }

    .advantages__item{
        flex-direction: column;
         align-items: center;
    }

    .advantages__text{
        margin-top: 30px;
        margin-left: unset;
        text-align: center;
    }

    .card__item{
        width: 100%;
    }

    .card__info-item{
        padding: 25px 0;
    }

    .card__info-item{
        font-size: 16px;
    }

    .card__header{
        padding: 15px;
    }

    .card__info{
        padding: 15px;
    }

    .card__info-item{
        padding: 15px 0;
    }

    .footer__studio-link{
        font-size: 16px;
    }

    .advantages__desc{
        font-size: 16px;
    }

    .form__button-thanks{
        width: 260px;
    }

    .video__container-thanks{
        width: 260px;
        height: 100%;
        display: flex;
    }

    .modal__form-wrapper{
        padding: 30px 20px;
        width: 300px;
    }

    .modal-form__title{
        font-size: 35px;
    }

    .button__modal {
        width: calc(90% + 36px);
    }

    .modal__close{
        right: 15px;
        top: 15px;
        width: 20px;
    }
}