@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Montserrat:wght@400;500&display=swap');
.full-page-tabs {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto !important;
    position: relative;
}
.full-page-tabs__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
.full-page-tabs__bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('/el-tickets-markup/img/bg.png') repeat;
    background-size: cover;
    z-index: 10;
}
.full-page-tabs__bg img {
    width: 100%;
}
.full-page-tabs__bg-bottom {
    position: absolute;
    width: 100%;
    height: 3.4027778vw;
    background: #739630;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.full-page-tabs__bg-phone {
    position: absolute;
    bottom: 20px;

    left: 3.4722222vw;
    width: 26.1111111vw;
    z-index: 5;
}

.full-page-tabs__bg-th {
    position: absolute;
    right: 3.4722222vw;
    bottom: -11px;
    width: 42.0833333vw;
    z-index: 5;
}

.full-page-tabs__bg-re {
    position: absolute;
    width: 17.3611111vw;
    left: 25.8333333vw;
    bottom: 141px;
}

.full-page-tabs__inner {
    position: relative;
    z-index: 20;
    padding-bottom: 20px;
}
.full-page-tabs__logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.full-page-tabs__logo-link {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1090px) {
    .full-page-tabs-body {
        padding-top: 0;
    }
}



.full-page-tabs__tab-title {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    text-align: center;

    color: #333333;
    font-family: 'Cormorant Garamond', serif;

}
.full-page-tabs__tab {
    display: none;
    position: absolute;
    left: -99999px;
    top: -99999px;
}
.full-page-tabs__tab.is-active {
    display: block;
    position: static;
    left: 0;
    top: 0;
}
.full-page-tabs__tab-sub-title {
    margin-top: 26px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 31px;
    /* or 155% */

    text-align: center;

    color: #333333;
    font-family: 'Montserrat', sans-serif;
}
.full-page-tabs__tab-link {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: rgba(51, 51, 51, 0.5);
    position: relative;

}

.full-page-tabs__tab-link:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #3C6D52;
    opacity: .4;
    position: absolute;
    left: 0;
    bottom: 0;
}
.full-page-tabs__tab-body {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.full-page-tabs__tab-body--small-gap {
    margin-top: 32px;
}
.full-page-tabs__tab-head {
    margin-top: 19px;
}
.full-page-tabs__input-sub-link {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.full-page-tabs__input-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.full-page-tabs__input {
    border: 0;
    border-bottom: 1px solid rgba(60, 109, 82, 0.4);
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;

    color: rgba(51, 51, 51, 1);
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    width: 250px;
}
/*.full-page-tabs__input:invalid {*/
/*    border-color: red;*/
/*}*/
.full-page-tabs__input--2 {
    width: 270px;
}
.full-page-tabs__input--3 {
    width: 290px;
}
.full-page-tabs__input::placeholder {
    opacity: 1;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 500;
}
.full-page-tabs__input-sublink-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-align: center;
    text-decoration-line: underline;

    color: rgba(51, 51, 51, 0.5);

    opacity: 0.7;
}

.full-page-tabs__next {
    margin-left: 10px;
}
.full-page-tabs__tab-bg {
    display: none;
}
@media (max-width: 576px) {
    .full-page-tabs__tab-bg {
        display: block;
        flex: 1;
        position: relative;
    }
        .full-page-tabs__logo {
            padding-top: 29px;
        }
    .full-page-tabs__tab-title {
        font-size: 48px;
        line-height: 45px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .full-page-tabs__tab-head {
        min-height: 203px;
    }
    .full-page-tabs__tab-sub-title {
        max-width: 307px;
        margin-left: auto;
        margin-right: auto;
    }
    .full-page-tabs__tab-body {
        margin-top: 21px;
    }
    .full-page-tabs__bg .full-page-tabs__bg-phone, .full-page-tabs__bg .full-page-tabs__bg-re, .full-page-tabs__bg .full-page-tabs__bg-th , .full-page-tabs__bg .full-page-tabs__bg-bottom{
        display: none;
    }

    .full-page-tabs__inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        min-height: 812px;
    }
    .full-page-tabs__tabs {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
    }
    .full-page-tabs__inner {
        padding-bottom: 0;
    }
    .full-page-tabs__tab {
        width: 100%;
    }
    .full-page-tabs__tab.is-active {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .full-page-tabs__bg-bottom {
        height: 36px;
    }
    .full-page-tabs__bg-phone img {
        height: 100%;
        width: 100%;
    }

    .full-page-tabs__bg-phone {
        position: absolute;
        bottom: 16px;
        left: 50%;
        z-index: 5;
        width: 100%;
        height: calc(90% - 50px);
        transform: translateX(-50%);
    }
    .full-page-tabs__input {
        font-size: 18px;
        line-height: 26px;
    }
}

.landing-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    background-color: rgb(232, 232, 232, .6);
    background-image: url(/local/templates/main/css/../images/preloader-card.gif);
    background-position: center;
    background-repeat: no-repeat;
}