@media only screen and (max-width: 700px) {
    html {
        font-size: 1.563vw;
    }
    .wrapper-content{
        width: 100%;
        padding: initial;
        overflow-x: hidden;
    }
    .header img{
        margin-left: 4.932rem;
    }
    .select-location-block .select-location-box:nth-child(3){
        margin-top:16rem;
    }
    .wrapper-background-svg{
        width: 59.968rem;
        height: 49.419rem;
        left: 0;
        top:80.8rem;
    }
    .wrapper-title{
        height: auto;
        text-align: center;
        margin-top: 3rem;
    }
    .select-ticket-block{
        flex-direction: column;
        margin-top: -2.323rem;
        transform: scale(0.9);
    }
    .select-ticket-block .select-ticket-box:nth-child(2){
        margin-top: 30rem;
    }
    .select-ticket-arrow-sticker{
        transform: scale(0.8);
        top: -6.516rem;
        left: -4.116rem;
    }
    .select-ticket-arrow-sticker:hover{
        transform: scale(0.9);
        transition: transform 0.8s ease,
        transform 0.8s ease;
    }
    .calendar-title{
        justify-content: center;
        margin-top: 3rem;
    }
    .calendar-title-text{
        font-size: 2.5rem;
    }
    .calendar-and-select-number-block{
        flex-direction: column;
        margin-top: initial;
    }
    .calendar-block{
        width: auto;
        transform: scale(0.9);
    }
    .select-date-box-today{
        width: calc(8rem - 0.097rem * 2);
        font-size: 2.203rem;
    }
    .select-number-children{
        width: auto;
        transform: scale(0.9);
        align-items: center;
        margin-top: 2rem;
    }
    .select-number-children-title{
        text-align: center;
    }
    header img{
        margin-left:4rem;
    }
    .basket-checkout-block{
        margin-top: 4rem;
        margin-bottom: 3rem;
        transform: scale(0.9);
        flex-direction: column;
        justify-content: center;
        height: 23.581rem;
        z-index: 2;
        position: relative;
    }
    .basket-checkout-block-list-block{
        transform: scale(1.3);
        margin-bottom: 2rem;
    }
    .basket-checkout-block-list-block:hover{
        transform: scale(1.2)
    }
    .select-number-children-btn-bar{
        transform: scale(1.2);
    }
    .plan-of-ticket-block{
        transform: scale(0.9);
        margin-top: initial;
    }
    .plan-of-ticket-block-row{
        flex-direction: column;
    }
    .plan-of-tickets-description{
        width: 100%;
        text-align: center;
    }
    .plan-of-ticket-price-block{
        justify-content: space-between;
        margin-top: 3rem;
    }
    .plan-of-ticket-block-row .plan-of-ticket-price-block{
        margin-top: 9rem;
    }
    .plan-of-ticket-block-main-line-svg{
        transform: scale(0.9);
        margin-bottom: 2.935rem;
        margin-left: -30rem;
    }
    .info-form-block{
        margin-top: -0.429rem;
        transform: scale(0.9);
    }
    .info-form-accept-block{
        margin-top: 4.323rem;
        gap: 3.387rem;
    }
    .info-form-box{
        height: auto;
    }
    .accept-string{
        transform: scale(1.2);
        width: 93%;
        margin-left: 4.7rem;
    }
    .info-form-captcha-block{
        margin-top: 4.323rem;
    }
    .info-form-bar-list{
        height: auto;
        gap:4.323rem;
    }
    .select-location-block{
        flex-direction: column;
        transform: scale(0.9);
    }
    .select-location-box:nth-child(2){
        margin-top: 0rem;
    }

}
