/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --font: 'ProbaPro', sans-serif;
    --tr: .2s;

    --red: #FF3D17;
}

/* common */


body {
    font-family: var(--font);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color: #F8F8F8;
    color: #191919;
    min-width: 1920px;
    position: relative;

}
body::-webkit-scrollbar {
    display: none;
}

h1 {
    margin: 0;
}


a {
    text-decoration: none;
    -webkit-transition: var(--tr);
    -o-transition: var(--tr);
    transition: var(--tr);
}

button {
    cursor: pointer;
}

.button {
    font-family: var(--font);
    color: #000;
    font-size: 18px;
    font-weight: 700;
    height: 130px;
    max-width: 520px;
    width: 100%;
    height: 100px;
    padding: 15px 40px;
    text-transform: uppercase;
    border-radius: 10px;
    position: relative;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE06C), to(#FFD536));
    background: -o-linear-gradient(top, #FFE06C 0%, #FFD536 100%);
    background: linear-gradient(180deg, #FFE06C 0%, #FFD536 100%);
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE400), to(#FFF2CC));
    background: -o-linear-gradient(top, #FFE400 0%, #FFF2CC 100%);
    background: linear-gradient(180deg, #FFE400 0%, #FFF2CC 100%);
}

.button._color {
    background: #FFE400;
    display: block;
    box-sizing: border-box;
}

.button._color:hover {
    background: #FFF2CC;
}
.view_package_btn:hover {
    background: #FFF2CC;
}

/* FORM */
.form {
    background-color: white;
    border-radius: 10px;
    padding: 64px 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    max-width: 487px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.pdf__info .form {
    max-width: 532px;
    margin-top: 38px;
    padding-bottom: 44px;
}

.form h3 {
    font-size: 42px;
    margin: 0;
    font-weight: 600;
}

.form__description {
    font-size: 24px;
}

.pdf .form__description {
    margin-bottom: 30px;
}


.form__phone {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.organization__form .form__phone {
    margin-top: 0;
    margin-bottom: 18px;
}

.form__phone label {
    color: #BEBEBE;
    font-size: 20px;
    display: block;
}

.form__phone input {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 20px 38px;
    font-size: 19px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.form__phone input::-webkit-input-placeholder {
    color: #BEBEBE;
    font-size: 19px;
}

.form__phone input::-moz-placeholder {
    color: #BEBEBE;
    font-size: 19px;
}

.form__phone input:-ms-input-placeholder {
    color: #BEBEBE;
    font-size: 19px;
}

.form__phone input::-ms-input-placeholder {
    color: #BEBEBE;
    font-size: 19px;
}

.form__phone input::placeholder {
    color: #BEBEBE;
    font-size: 19px;
}

.radio-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: 0 auto 27px auto;
}

.form__calltime .form__connect,
.modal__row__right .form__connect {
    color: #BEBEBE;
    font-size: 20px;
    display: block;
    text-align: center;
}

.form__calltime {
    border: 1px solid rgba(217, 217, 217, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    margin: 0 auto;
    width: 88%;
    height: 73px;
}

.form__calltime__variant {
    width: 220px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 28px 0;
    cursor: pointer;
}

.form__calltime__variant.selected {
    color: #fff;
    background: rgba(189, 131, 233, 1);
    border-radius: 10px;
    padding: 25px 0;
}

.form__connect {
    margin: 0 auto 6px auto;
    font-size: 20px;
}

.form__button {
    margin: auto;
    width: 100%;
}

.form .button {
    padding: 20px 10px;
    height: auto;
    font-size: 24px;
}

.form__agreement {
    margin: 24px auto 10px;
    font-size: 20px;
}

.form__agreement input {
    height: 20px;
    width: 20px;
}

.radio-container input[type="radio"] {
    display: none;

}

.radio-container label {
    width: 70px;
    height: 80px;
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    border: 3px solid #DDDDDD;
    text-align: center;
    position: relative;
    border-radius: 10px;
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.radio-container label img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.radio-container label span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #000;
}

.radio-container input[type="radio"]:checked+label {
    border: 3px solid #FFE400
}



.event {
    background-color: white;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 24px;
}

.btn {
    padding: 20px 40px;
    border: 1px solid #D9D9D9;
    font-size: 24px;
    border-radius: 10px;
    cursor: pointer;
}

.btn.nbtn {
    padding: 0;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 500px;
    margin: 0 auto;
    gap: 10px;
    cursor: pointer;
}

.btn button {
    font-family: var(--font);
    color: #000;
    padding: 20px 60px;
    border: 1px solid #D9D9D9;
    font-size: 24px;
    font-weight: 500;
    border-radius: 10px;
}

.bg-white button {
    background-color: white;
}

.pink {
    color: #BD83E9;
}
.review_author{
    display: flex;
    justify-content: space-between;
}
.review_author img{
    width: 35px;
    height: 35px;
}
.container {
    max-width: 1470px;
    margin: auto;
    width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.parallelepiped {
    -webkit-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
            transform: skewY(-5deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    padding: 0 7px;
}


/* modal */
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-animation: fadeIn 0.5s;
            animation: fadeIn 0.5s;
    z-index: 10000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-content {
    position: relative;
    background-color: #FFCF40;
    margin: 0 10px;
    padding: 52px 46px;
    border: none;
    width: 100%;
    max-width: 1160px;
    border-radius: 8px;
    -webkit-animation: slideDown 0.5s;
            animation: slideDown 0.5s;
    z-index: 2000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 100%;
    overflow-y: auto;
}



@-webkit-keyframes slideDown {
    from {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}



@keyframes slideDown {
    from {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

.close {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(assets/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    text-indent: -99999px;
    position: relative;
    right: -40px;
    top: -40px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* header */

.header {
    position: absolute;
    top: 33px;
    right: 0;
    left: 0;
    z-index: 1;
}

.header .container {
    top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.logo {
    -ms-flex-preferred-size: 179px;
    flex-basis: 179px;
    width: 179px;
}

.header__left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    max-width: 396px;
    padding-top: 3px;
    font-family: Roboto, sans-serif;
    text-transform: lowercase;
}
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 136px;
        flex-basis: 136px;
    height: 40px;
    border: 3px solid #FF7A7A;
    border-radius: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.header__made {
    display: block;
    color: #FF7A7A;
    font-size: 18px;
    font-weight: 700;
    text-transform: lowercase;
    text-wrap: nowrap;
    font-family: Roboto, sans-serif;
}
.game_complect_block {
    width: 1065px;
    margin: 0 auto;
}
.header__country {
    display: block;
    color: #FF7A7A;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: -5px;
    font-family: Roboto, sans-serif;
}

.header__button {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
}

.header__button>a {
    font-family: Roboto, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.11%, #BD83E9), color-stop(98.89%, #9447CE));
    background: -o-linear-gradient(top, #BD83E9 -1.11%, #9447CE 98.89%);
    background: linear-gradient(180deg, #BD83E9 -1.11%, #9447CE 98.89%);
    border-radius: 40px;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    width: 100%;
    height: 42px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.header__button>a:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.11%, #9447CE), color-stop(98.89%, #9447CE));
    background: -o-linear-gradient(top, #9447CE -1.11%, #9447CE 98.89%);
    background: linear-gradient(180deg, #9447CE -1.11%, #9447CE 98.89%);
}

#openModalBtn { 
    text-align: center;
}

/* main section */

.main {
    background-image: url("assets/fiolet-bg.jpg");
    background-size: cover;
    background-position: center;
    height: 1070px;
    border-radius: 40px;
    margin: 10px 38px 0;
}

.main .container {
    padding-top: 204px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
}

.main__title {
    font-size: clamp(10px, 5.5vw, 100px); 
    font-weight: 700;
    margin-top: 0;
    margin:20px 0;
    max-width: 1065px;
    width: 100%;
    box-sizing: border-box;
}

.main__description {
    font-size: 42px;
    margin: 0;
    font-weight: 600;
}

.main__info-list {
    /* display: grid;
    grid-template-columns: min-content min-content 1fr; */
    padding-top: 42px;
    /* gap: 1.2vw; */
    text-transform: lowercase;
    /* width: 800px; */
    font-size: 26px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.main__info-list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: lowercase;
    word-break:keep-all;
    color:#fff;
}
.main__info-list p {
    margin: 0;
}

.main__card {
    position: absolute;
    background: #FFFFFF52;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    display: flex;
    align-items: center;
    padding: 25px 15px;
    right: -61px;
    top: -11px;
}
.main__info-list__organisation{
        position: relative;
}
.main__card>p {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 11px;
}

.main__card>p>b {
    text-wrap: nowrap;
}

.main__card>img {
}

.main__card>a {
    color: #547AA3;
    border-bottom: 1px solid #547AA3;
    font-size: 18px;
}

.main__card>a:hover {
    border-bottom: 1px solid transparent;
}

.main .button {
    width: 100%;
    max-width: 459px;
    height: auto;
    padding: 32px 20px;
    font-size: 18px;
    z-index: 3;
}

.main .button>span {
    display: block;
    max-width: 489px;
    margin: 0 auto;
}

.main__words {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px;
    max-width: 550px;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 19px;
}

.main__words .parallelepiped {
    background-color: #FFF2CC;
    position: relative;
}

.main__words .parallelepiped span {
    -webkit-transform: skewY(5deg);
        -ms-transform: skewY(5deg);
            transform: skewY(5deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    font-weight: 700;
    font-size: 22px;
    padding: 15px 10px 30px 10px;
}

.main__button-container {
    -ms-flex-preferred-size: 459px;
        flex-basis: 459px;
    position: relative;
    height: 115px;
}

.main__button-container button {
    -webkit-box-shadow: inset 0 -2px 1px rgba(130, 107, 39, .4);
            box-shadow: inset 0 -2px 1px rgba(130, 107, 39, .4);
    display: block;
    overflow: hidden;
    position: relative;

}

.main__button-container button:before {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -100px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.main__button-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }

    30% {
        left: 110%;
        margin-left: 80px
    }

    100% {
        left: 110%;
        margin-left: 80px
    }
}

.main__btn-gift {
    position: absolute;
    bottom: -23px;
    right: 13px;
    border-radius: 5px;
    padding: 5px 9px;
    font-family: var(--font);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    background-color: white;
    z-index: 4;
}

/* age */
.day__steps.adaptive {
    display: none;
}

.day__step__img {
    width: 74px;
    margin: 0 auto;
}

.age {
    text-align: center;
}

.age__title {
  font-family: Roboto;
    font-weight: 600;
    font-size: 50px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin:0;
}
 .age__big-title{
    font-family: Roboto;
    font-weight: 700;
    font-size: 60px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}
.cost .age__title {
    text-transform: uppercase;
}

.age__pink-title {
    color: #BD83E9;
    text-wrap: nowrap;
}

.age__description {
    margin: 30px 0 0 0;
    font-size: 38px;
}

.age .container {
    padding-top: 158px;
    padding-bottom: 153px;
}

.age__pencil {
    position: relative;
    margin: auto;
    width: 1000px;
}

.age__pencil .karandash-img {
    width: 89px;
    margin: 43px 162px 0 0
}

.age__child,
.age__teenager,
.age__adult {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.age__card {
    width: 530px;
}

.age__card.parallelepiped {
    -webkit-transform: skewY(-6deg);
        -ms-transform: skewY(-6deg);
            transform: skewY(-6deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
}

.age__card h3 {
    font-size: 58px;
    margin: 0;
    padding-left: 30px;
    line-height: 55px;
}

.age__card-title {
    background-color: white;
    width: 222px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    border-radius: 5px 0 0 5px;
}

.age__interval-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    text-align: left;
}

.age__interval-about {
    font-size: 38px;
}

.age__interval-about h3 {
    margin-bottom: 15px !important;
}

.age__interval-text .small {
    font-size: 24px;
    font-weight: 500;
    text-transform: lowercase;
}

.age__interval-text {
    width: 10px;
    margin-top: -37px;
}

.age__status-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-size: 22px;
    padding-top: 58px;
    width: 230px;
}

.age__interval-about h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}

.age__ages {
    font-size: 32px;
    padding: 36px 0 0 26px;

}

.age__card-title h3,
.age__ages {
    -webkit-transform: skewY(6deg);
        -ms-transform: skewY(6deg);
            transform: skewY(6deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
}

.age__card-description {
    text-align: left;
    padding: 5px 5px 48px 25px;
    width: 48%;
    -webkit-transform: skewY(6deg);
        -ms-transform: skewY(6deg);
            transform: skewY(6deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    font-size: 24px;
}

.age__child {
    top: 245px;
    left: -72px;
    width: 675px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.age__teenager {
    top: 618px;
    left: -58px;
    width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.age__teenager .age__card {
    margin-bottom: 50px;
}

.age__teenager .age__description {
    margin-top: 5px;
}
.age .age__description{
    font-family: Roboto;
    font-weight: 500;
    font-size: 38px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin:0;
}

.age__teenager .age__card-description {
    -webkit-transform: skewY(8deg);
        -ms-transform: skewY(8deg);
            transform: skewY(8deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    width: 36%;
    font-weight: 500;
}

.age__teenager .age__card.parallelepiped {
    -webkit-transform: skewY(-8deg);
        -ms-transform: skewY(-8deg);
            transform: skewY(-8deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    width: 695px;
    height: 200px;
    background-color: #FFCF40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.age__teenager .age__card-title {
    width: 390px;
    height: 180px;
}

.age__teenager .age__card-title h3,
.age__ages {
    -webkit-transform: skewY(8deg);
        -ms-transform: skewY(8deg);
            transform: skewY(8deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
}

.age__teenager .age__ages {
    padding-top: 15px;
}

.age__adult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 677px;
    bottom: 69px;
    left: -65px;
}

.age__adult .age__card-title {
    width: 285px;
    height: 165px;
}

.age__adult .age__card-description {
    width: 38%;
}



/* best */

.best {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 188px;
}

.best .container {
    /* max-width: 1200px; */
    /* height: 600px; */
    /* overflow-y: auto; */
}

.best__title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 50px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}

.best__packages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.24%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    height: 1000px;
    overflow-y: auto;
    padding-top: 60px;
}

.best__card {
    position: relative;
    text-align: left;
    width: 24%;
    -webkit-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    margin-bottom: 50px;
    font-weight: 600;
    margin-top: -13px;
}

.best__card:hover {
    margin-top: -22px;
    cursor: pointer;
}

.best__card p {
    font-size: 22px;
    margin-top: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    word-break: break-word;
}

.best__card img {
    width: 100%;
    object-fit: cover;
    height: 163px;
    border-radius: 10px;
}

.best .button {
    padding: 0;
    width: 414px;
    height: 68px;
    margin: 10px auto;
    border-radius: 40px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* calculate */




.calculate {
    background-color: #FFCF40;
    margin: 20px 15px;
    text-align: center;
    padding: 50px 0 230px;
}

.calculate__question-left {
    color: #C8C8C8;
}

.calculate .container {
    padding-left: 0;
    padding-right: 0;
}

.calculate .container.dnone {
    display: none;
}

.calculate .container.show {
    opacity: 1;
}

.calculate__title {
    font-size: 60px;
    font-weight: 400;
    margin: 65px 0;

}

.calculate__strong-title {
    font-weight: 700;
}

.calculate__info {
    max-width: 1530px;
    margin: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 80px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 435px 40px 1.1fr 40px 1fr;
    grid-template-columns: 435px 1.1fr 1fr;
    gap: 40px;
}

.ages .calculate__variants {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}
.quizgo-iframe-widget-0-84993{
    height: 135%;
}

.calculate__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1032px 30px 1fr;
    grid-template-columns: 1032px 1fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 100%;
    gap: 20px;
    max-width: 1440px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.calculate__row .organization__form {
    width: 638px !important;
}

.organization__form {
    max-width: 560px;
    padding: 40px 50px 25px;
    border: 3px solid rgba(255, 207, 64, 1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.calculate__row .form .button {
    font-size: 20px;
}

.calculate__row .container .timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 500px;
    margin: 50px auto 0;
}

.timer__text__top {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.timer__text__time {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
}

.timer__text__top span {
    font-weight: 600;
}

.calculate__human {
    width: 100%;
}

.calculate__card-description {
    font-size: 24px;
    -webkit-transform: skewY(4deg);
        -ms-transform: skewY(4deg);
            transform: skewY(4deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    padding-bottom: 0px;
    line-height: 30px;
}

.calculate__card-info {
    padding: 10px 10px 10px 10px;

    -webkit-transform: skewY(4deg);

        -ms-transform: skewY(4deg);

            transform: skewY(4deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    text-align: left;
    padding-bottom: 35px;
}

.calculate__card-title {
    font-weight: 700;
}

.calculate__gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    text-align: left;
}

.calculate__gift img {
    margin-top: -20px;
    width: 200px;
}

.calculate__gift>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.calculate__gift>div::before {
    content: '+';
    font-size: 42px;
}

.calculate__gift span {
    font-size: 42px;
}

.calculate__gift b {
    display: block;
    text-wrap: nowrap;
}

.calculate__test-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
}

.calculate__box>img,
.calculate__checklist>img {
    width: 100%;
}

.calculate__test-title {
    font-size: 36px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

.calculate__test {
    background-color: white;
    border-radius: 10px;
    padding: 20px 30px 15px 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 633px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.column .variant {
    width: 85%;
    margin: 0 auto;
}

.calculate__variants.column {
    margin-bottom: 11px;
}

.calculate__variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 9px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
}

.calculate__variants.last {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}


.variant__ph {
    width: 34%;
}

.variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 19px 20px 19px 10px;
    font-size: 20px;
    gap: 27px;
    width: 40%;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.variant__icon {
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background-color: #F5F7F8;
    -webkit-box-shadow: 0px 4px 4px 0px #00000040;
            box-shadow: 0px 4px 4px 0px #00000040;
    -ms-flex-preferred-size: 42px;
        flex-basis: 42px;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.variant.selected .variant__icon {
    background-color: transparent;
}

.variant__icon>img {
    -o-object-fit: cover;
       object-fit: cover;
}

.selected .variant__icon {
    border: 1px solid #FFFFFF;
}

.variant.selected {
    background-color: #BD83E9;
    color: white;
}

.calculate__variants.grid .variant.selected {
    background-color: transparent;
}

.variant.selected .variant__icon {
    background-color: #BD83E9;
}

.calculate__next {
    height: 66px;
    width: 258px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    font-size: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.calculate__variants.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.column .variant {
    width: 100%;
    max-width: 600px;
}

.variant__img {
    position: relative;
}

.variant__img .variant__icon {
    bottom: 10px;
    left: 33px;
    position: absolute;
    background-color: white;
}

.variant__img.variant {
    border: none;
    padding: 0;
    width: 100%;
}

.variant__img .variant__description img {
    border-radius: 10px;
    border: 2px solid #D9D9D9;
}

.variant__description img,
.variant__description {
    -ms-flex-preferred-size: calc(100% - 42px - 20px);
        flex-basis: calc(100% - 42px - 20px);
    margin: 0 auto;
    text-align: left;
}

.calculate__variants.grid .variant__description {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calculate__variants.grid .variant__img .variant__description img {
    width: 100%;
    max-width: 269px;
}

.last .variant__description {
    width: auto;
    margin: 0;
}

.calculate__name {
    font-size: 32px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

.calculate__name-description {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0;
}

.calculate__test {
    position: relative;
}

.progressbar img {
    width: 616px;
    margin: 0 auto;
}

.calculate__test .progressbar {
    position: absolute;
    right: 0;
    left: 0;
    top: -15px;
    width: 100%;
    margin: 0 auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
}

.calculate__human-card {
    background-color: white;
    padding: 32px 30px 33px 30px;
    text-align: left;
    border-radius: 10px;
}

.calculate__human-card h3 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 11px;
}

.calculate__human-card span {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-weight: 500;
}

/* set */

.set {
    text-align: center;
    padding-top: 179px;
}

.set__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 370px;
    grid-template-columns: 1fr 370px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 26px auto 0;
}

.set .age__title,
.cost .age__title {
    font-weight: 600;
    line-height: 1.15;
}

.set__info__img img {
    width: 100%;
}

.set__info__img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

.set__word {
    background-color: #D9BDF0;
    border-radius: 10px;
    color: white;
    width: 100%;
    font-size: 24px;
    height: 59px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.set__word:hover{
    background: #BD83E9;
}

.set__word._shop>span:last-child {
    display: none;
}

.set__criteries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.set button {
    margin: 114px auto 0;
    padding: 0;
    height: 71px;
    font-size: 24px;
    max-width: max-content;
    padding: 0 20px;
}



/* cost */




.cost {
    text-align: center;
    padding-top: 201px;
}

.cost__box-container {
    position: relative;
    margin-top: 110px;
    margin-bottom: 140px;
}

.cost__knopki,
.cost__planshet {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            font-weight: 500;
            color: black;
}

.cost__knopki {
    top: -38px;
    left: 0px;

    font-size: 24px;
}

.cost__planshet {
    top: -37px;
    right: 0px;
    font-size: 24px;
}

.cost__batareiki {
    background-color: #FFF2CC;
    width: 450px;
    position: absolute;
    top: 350px;
    left: 100px;
    font-size: 24px;
    font-weight: 500;
    padding: 0px 0 20px 0;
    text-align: left;
}

.cost__batareiki div {
    left: 150px;
    -webkit-transform: skewY(4deg);
        -ms-transform: skewY(4deg);
            transform: skewY(4deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
}

.cost__info {
    margin-bottom: 200px;
}

.cost__info h3 {
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 0;
}

.cost__info-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 27px 30px 645px 30px 27px;
    grid-template-columns: 27px 375px 27px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin: 19px auto 61px;
    font-size: 24px;
    position: relative;
}

.cost__info-list::before,
.cost__info-list::after {
    content: '';
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}

.cost__info-list::before {
    background-image: url(assets/cost-info-before.svg);
}

.cost__info-list::after {
    background-image: url(assets/cost-info-after.svg);
}

.cost__info-items>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.cost__info-items>span+span {
    margin-top: 9px;
}

.cost__info-list .pink {
    font-weight: 700;
}

.cost__info-list img {
    width: 32px;
    margin-right: 10px;
}

.cost .button {
    width: auto;
    height: auto;
    padding: 20px 40px;
    font-size: 24px;
}

.cost__img {
    width: 100%;
    max-width: 593px;
}

/* tariffs */

.tariffs {
    text-align: center;
    margin-bottom: 200px;
}

.tariffs h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
}

.tariffs__cards {
    gap: min(75px, 5vw);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(75px, 5vw) 1fr min(75px, 5vw) 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1360px;
    margin: 136px auto 0;
}

.tariffs__card-description {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 50px;
}

.tariffs .parallelepiped {
    -webkit-transform: skewY(-11deg);
        -ms-transform: skewY(-11deg);
            transform: skewY(-11deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.tariffs .tariffs__plus.parallelepiped {
    -webkit-transform: skewY(-9deg);
        -ms-transform: skewY(-9deg);
            transform: skewY(-9deg);
}


.tariffs__price {
    position: absolute;
    -webkit-transform: skewY(-10deg);
        -ms-transform: skewY(-10deg);
            transform: skewY(-10deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    border-radius: 10px;
    left: 0;
    right: 0;
    bottom: -300px;
    background-color: #BD83E9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 86px;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}

.tariffs__price p {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding-bottom: 30px;
    -webkit-transform: skewY(10deg);
        -ms-transform: skewY(10deg);
            transform: skewY(10deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    font-size: 24px;
}

.tariffs__price span {
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
}

.main__word__img {
    display: block;
}

.main-places__img._mobile {
    display: none;
}

.main__word__img img {
    width: 100%;
}

.main__button-container__img {
    display: none;
}

.tariffs__standard {
    background-color: #e1c9f2;
    border-radius: 20px;
    padding-bottom: 200px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 22px;
}

.tariffs__standard .tariffs__price {
    color: white;
    width: 246px;
    margin: 0 auto;
}

.tariffs__premium .tariffs__price {
    color: black;
    background-color: white;
    width: 246px;
    margin: 0 auto;
}

.tariffs__info-list .desc {
    text-align: left;
    font-weight: 400;
    font-size: 19px;
    max-width: 376px;
    letter-spacing: -0.015em;
    line-height: 1;
}

.tariffs__plus .tariffs__price {
    color: black;
    background-color: #D9BDF0;
    bottom: -120px;
    width: 250px;
    margin: 0 auto;
}

.tariffs__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
    margin-bottom: 50px;
}

.tariffs__info-list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    width: 100%;
    font-size: 24px;
}

.tariffs__price span {
    font-size: 32px
}

.tariffs__info-list span b {
    font-size: 32px;
    font-weight: 600;
    margin-left: 15px;
}

.tariffs .button {
    font-size: 24px;
    margin-top: 100px;
    padding: 0 60px;
    line-height: 28px;
    max-width: 500px;
}

.tariffs h3 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 22px;
    font-style: italic;
}

.tariffs__info-list,
.tariffs h3,
.tariffs__card-description {
    -webkit-transform: skewY(11deg);
        -ms-transform: skewY(11deg);
            transform: skewY(11deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
}

.tariffs__plus .tariffs__info-list,
.tariffs__plus h3,
.tariffs__plus .tariffs__card-description {
    -webkit-transform: skewY(9deg);
        -ms-transform: skewY(9deg);
            transform: skewY(9deg);
}

.tariffs__premium {
    border-radius: 20px;
    background-color: #BD83E9;
    padding-bottom: 200px;
    padding-top: 20px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.tariffs__premium {
    font-size: 22px;
}

.tariffs__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.tariffs__plus {
    background-color: transparent;
    border: 4px solid #e1c9f2;
    border-radius: 20px;
    padding: 6px 5px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.tariffs__plus {
    font-size: 22px;
}

.tariffs__plus .tariffs__card-description {
    font-size: 22px;
    margin-bottom: 60px;
    margin-top: 10px;
}

.tariffs__plus .tariffs__info-list {
    gap: 10px;
    padding-left: 13px;
}


/* day */


.day {
    text-align: center;
}

.day .container {
    margin-bottom: 200px;
}

.day h2 {
    font-size: 50px;
}

.day__title-big {
    font-weight: 700;
}

.day__title-medium {
    font-weight: 500;
}

.day__description {
    margin-top: -28px;
    font-size: 38px;
    font-weight: 700;
}

.day__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 85%;
    margin: auto;
}

.day__step {
    border: 1px solid #EDEEA8;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    text-align: left;
    gap: 14px;
    border-radius: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    width: 22%;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.instruction .age__title {
    font-weight: 400;
    margin-bottom: 60px;
}

.pdf .age__title span{
    font-weight: 700;

}
.pdf .age__title{
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

f .age__big-title {
    text-transform: uppercase !important;
    font-weight: 700;

}

.day__step.selected {
    background-color: #BD83E9;
    cursor: pointer;
    color: #fff;
}

.adaptive .day__step {
    text-align: center;
    padding: 10px 0;
}

/* instruction */


.instruction {
    background-color: #FDCD3F;
    text-align: center;
    padding: 100px 15px 200px;
    margin: 0 15px;
    border-radius:40px;
}

.instruction h2 {
    font-weight: 300;
}

.instruction__video-container {
    background-color: transparent;
    position: relative;
    max-width: 1440px;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

.instruction__video-container._min {
    max-width: 1146px;
}

.instruction__video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}


.instruction__name {
    position: absolute;
    font-size: 24px;
    top: 12px;
    left: 12px;
}

.instruction__gifts {
    position: absolute;
    bottom: 25px;
    border-radius: 10px;
    padding: 5px 27px;
    right: -53px;
}

.instruction__star {
    width: 50px;
    height: 50px;
    bottom: 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    right: -113px;
    position: absolute;
}

.instruction__player {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: none;
}

.instruction__button {
    bottom: 79px;
    position: absolute;
    right: 0;
    left: 0;
}

.instruction__button button {
    font-size: 24px;
    max-width: 741px;
    height: 72px;
    padding: 0;
}

/* delivery */

.delivery {
    text-align: center;
    background-image: url(assets/delivery.png);
    background-size: cover;
    position: relative;
    margin: 0 15px;
}

.delivery h2 {
    font-size: 60px;
    padding: 70px 0 136px 0;
    margin: 0;
}

.delivery__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.delivery__cards p {
    font-size: 24px;
    margin: 0;
}

.delivery__card-title {
    font-size: 32px !important;
}

.delivery__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 15px 0 10px 0;
}

.delivery__card {
    text-align: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 10px;
    background-color: white;
    padding: 14px;
}

.delivery__card:nth-child(2) {
    margin-top: -94px;
}

.delivery__box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 593px;
}

.delivery__floor {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.delivery .age__title {
    font-weight: 600;
}

/* pdf */

.pdf {
    text-align: center;
    background-image: url(assets/pdfbg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 450px;
    padding-top: 200px;
}

.pdf h2 {
    font-size: 60px;
}

.pdf__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.pdf__info-left {
    text-align: left;
}

.pdf__info-left h3 {
    font-size: 38px;
    font-weight: normal;
    margin-bottom: 27px;
}

.pdf__info-left h3 .parallelepiped {
    width: 395px;
    background-color: #FFF2CC;
    font-weight: 700;
}

.pdf .age__title {
    font-weight: 600;
    line-height: 1.3;
    margin: 0 auto 24px;
    max-width: 1000px;
}

.highlight {
    display: inline-block;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
    background-color: #FFF2CC;
    padding: 0 15px 0 10px;
    margin-left: -15px;
    border-radius: 5px;
    font-weight: 700;
}

.highlight span {
    display: inline-block;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
}

.pdf__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
    padding-left: 19px;
}

.pdf__info-list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 24px;
}

.pdf__info-list img {
    width: 30px;
}


/* organization */
.organization {
    padding: 60px 0 80px;
    text-align: center;
    background-image: url('./assets/organizationBg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: calc(100% - 30px) 100%;
}

.organization h2 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.organization h3 {
    margin-top: 0;
    text-align: left;
    font-size: clamp(20px, 2.7vw, 38px);
    font-weight: 600;
    margin-bottom: 14px;
}

.organization__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 3vw;
}

.organization__info-list {
    text-align: left;
    font-size: 24px;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.organization__info-list span {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px 20px 1fr;
    grid-template-columns: 30px 1fr;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.organization__info-list span+span {
    margin-top: 15px;
}

.organization__info-list img {
    width: 100%
}

.old-price {
    text-decoration: line-through;
    font-weight: normal;
}

.organization__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
}

.organization__btn {
    font-size: 24px;
    padding: 26px 60px;
}

.organization .button {
    height: 68px;
}

.organization .age__title {
    margin-bottom: 30px;
}

.organization .age__title br {
    display: none;
}

.organization__cards .parallelepiped {
    background-color: #FFF2CC;
    width: 27%;
    padding: 20px 50px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 20px;
    -webkit-transform: skewY(-2deg);
        -ms-transform: skewY(-2deg);
            transform: skewY(-2deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
}

.organization__cards img,
.organization__cards p {
    -webkit-transform: skewY(2deg);
        -ms-transform: skewY(2deg);
            transform: skewY(2deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
}

.organization__price {
    font-weight: 600;
    font-size: clamp(30px, 4vw, 54px);
    margin-bottom: 2px;
}
.organization__amount.age__title{
    font-size: 20px;
}
.organization__amount {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 600;
    margin-top: -30px;
}

/* vhistory */

.vhistory {
    text-align: center;
    margin-bottom: 200px;
    padding-left: 15px;
    padding-right: 15px;
}

.vhistory .age__title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* news */

.news {
    background-color: #FDCD3F;
    margin: 0 15px 60px 15px;
    position: relative;
    padding: 120px 0 90px;
}

.news__form.form {
    display: block;
    padding: 35px 50px 20px 50px;
    max-width: 560px;
}

.news__form .form__phone {
    margin: 0;
}

.news__form .button {
    margin-top: 20px;
}

.news__content {
    position: relative;
    z-index: 1;
}

.news .age__title {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 700;
}

.news__description {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 84px;
}

.news__img {
    max-width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0px;
    right: 49px;
    transform: translateX(50px);
    z-index: 0;
}

.news__img>img {
    width: 100%;
}

footer {
    padding: 41px 0;
    background-color: #BD83E9;
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.modal__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 533px;
    grid-template-columns: 1fr 533px;
    gap: 20px;
}

.modal__row__left._center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.modal__row__left__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.modal__row__left__card-text__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.modal__row__left__card-img {
    width: 195px;
}

.modal__row__left__card-img img {
    width: 100%;
}

.modal__row__left__card-text__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
}

.modal__row__left__text__title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 12px;
}

.modal__row__left__text__desc {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.3;
}

.modal__row__right .form {
    padding: 20px 38px 0;
}

.modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
}

.form__calltime {
    margin-bottom: 30px;
}

#myModal {
    z-index: 1000000000000;
}

#myModal .modal-content,
#modal6 .modal-content {
    background-image: url('assets/modal1bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

#modal2 .modal-content {
    background-color: #fff;
    background-image: url('assets/modal2bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 664px 545px;
}

#modal4 .modal-content {
    background-color: #fff;
}

#modal3 .modal-content {
    width: 1150px;
    margin: 0 auto;
}

#modal3 .form__phone input {
    width: 470px;
}

#modal3 .form {
    max-width: 550px;
}

#modal3 .form__phone label {
    text-align: left;
}

#modal3 button {
    font-size: 22px;
}

#modal3 .modal__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.img-gift._mobile {
    display: none;
}

.modal__info__left-img {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.modal__info__tariffs-row {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding: 0;
    border: 0;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 10px;
}

.modal__info__tariffs__variant {
    width: 226px !important;
    padding: 20px !important;
    border-radius: 10px !important;
    background-color: #BD83E980;
    color: #fff;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.modal__info__tariffs__variant.selected {
    background-color: #BD83E9;
}

.modal__info {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

#modal3 .form {
    padding: 30px 40px 10px;
}

.organization__form__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.modal__row__left__title {
    font-size: 24px;
    font-weight: 400;
}

.modal__row__left__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.13px;
    color: #AFAFAF;
    margin-bottom: 20px;
}
#success_popup{
    z-index:1000000000;
    min-width: 20vw;
    min-height: 4vw;
}
.success_popup_content {
    display: flex;
    text-align: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.modal__row__left__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    margin-bottom: 60px;
}

#modal4 .modal__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#modal4 .btn.nbtn {
    margin: 0;
}

#modal4 .modal-content {
    margin: 7% auto;
}

#modal2 .modal__row__left {
    width: 100%;
}

#modal2 .form {
    display: block;
    padding: 40px 43px;
    margin-bottom: 40px;
}

#modal4 span {
    font-weight: 700;
}

#modal5 .modal-content {
    background-color: #fff;
    background-image: url('assets/modal5bg.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.news .form__phone label {
    text-align: left;
    width: 85%;
    margin: 0 auto;
}

#modal5 .modal__title {
    font-size: 60px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;

}

#modal5 .modal__subtitle {
    font-size: 24px;
    line-height: 30.19px;
    margin-bottom: 35px;
}

#modal5 .modal__subtitle span {
    color: #BD83E9;
    text-wrap: nowrap;
}

.modal__merch__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.modal__merch__row-el {
    width: 269px;
    margin-bottom: 35px;
}

.modal__merch__row-el__desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.38px;
    text-align: center;
    height: 60px;
}

.modal__merch__row-el__desc span {
    color: #BD83E9;
}

#modal5 .button {
    width: 282px;
    height: 70px;
}

.modal-content__text {
    width: 563px;
}

.modal__merch__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;

}

#modal8 .modal__row__left {
    width: 100%;
}

#modal8 .modal__row__left__text__title {
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    max-width: 700px;
}

#modal8 .modal__row__left__text__title span {
    font-weight: 700;
}

.organization__variants-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 20px;
}

.organization__variants__el {
    font-weight: 500;
    color: #fff;
    padding: 14px 7px;
    background: #BD83E980;
    border-radius: 10px;
    cursor: pointer;
}

.organization__variants__el.selected {
    background: #BD83E9;
}

#modal8 .form {
    padding: 30px 14px 30px 25px;
    max-width: 634px;
    border: none;
    display: block;
    max-height: 550px;
    overflow: overlay;
}

#modal8 .form__phone label {
    text-align: left;
}

#modal8 .form__phone input {
    margin: 0;
}

#modal8 .modal-content {
    background-image: url('assets/box.png');
    background-size: 593px 511px;
    background-repeat: no-repeat;
    background-position: left -69px bottom 81px;
}

a.button {
    color: #000;
    text-decoration: none;
}

.calculate__row.final {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

#finalCalculateContainter.final {
    margin: 0 !important;
    padding: 26px;
}

.calculate.final {
    background-image: url('assets/calculateBg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.modal__info__left-img.adaptive {
    display: none;
}

.form__caltime-radio {
    display: none;
}

.product-tab {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style-type: none;
    padding-left: 0;
    max-width: 1176px;
    margin: 0 auto;
}

.product-tab__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    text-align: left;
}

.product-tab__link:hover {
    border-color: #EDEEA8;
}

.product-tab__link.active {
    background-color: #BD83E9;
    border-color: #EDEEA8;
}

.product-tab__link>span {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
}

.product-tab__link.active>span {
    color: #fff;
}

.product-tab__content {
    display: none;
    padding: 2px 0 100px;
    max-width: 1128px;
    margin: 0 auto;
}


.day__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.day__info._pay {
    display: block;
    position: relative;
}

.day__info._pay .day__about {
    max-width: 700px;
}

.day__info._pay .day__info-list {
    max-width: 506px;
}

.day__info._pay .day__cover {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 534px;
    z-index: -1;
}

.day__info h3 {
    font-size: 38px;
    margin-bottom: 19px;
}

.day__total {
    display: block;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 80px;
}

.day__total span {
    display: block;
}

.day__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    font-size: 24px;
    padding-left: 23px;
    margin-bottom: 100px;
}

.day__info-list._mb {
    margin-bottom: 41px;
}

.day__info-list img {
    width: 30px;
}

.day__info-list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 23px;
}

.button._tab,
.button._doc,
.button._call {
    font-size: 24px;
    height: 70px;
}

.button._tab {
    max-width: 545px;
}

.button._doc {
    max-width: 300px;
}

.button._call {
    max-width: 270px;
}

.day__about {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    text-align: left;
}

.day__cover {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -ms-grid-column-align: start;
        justify-self: start;
}

.day__img {
    width: 100%;
    max-width: 365px;
    height: auto;
}

.day__img._select,
.day__img._pay {
    max-width: 100%;
}

.day__img._delivery {
    max-width: 400px;
}

/* AmoCRM */

#amofroms_main_wrapper {
    font-family: var(--font);
}

#amofroms_main_wrapper+div {
    display: none;
}

#amoforms_iframe_1373478,
#amoforms_iframe_1373042,
#amoforms_iframe_1373870,
#amoforms_iframe_1375022,
#amoforms_iframe_1375098,
#amoforms_iframe_1375202,
#amoforms_iframe_1375278,
#amoforms_iframe_1375310,
#amoforms_iframe_1375658 {
    display: block;
    max-width: 100% !important;
}
#amoforms_iframe_1373478,
#amoforms_iframe_1373042 {
    min-height: 385px;
}

#amoforms_iframe_1375022 {
    min-height: 286px;
}

#amoforms_iframe_1375098,
#amoforms_iframe_1375310 {
    min-height: 628px;
}

#amoforms_iframe_1375278 {
    min-height: 386px;
}

#amoforms_iframe_1375658 {
    min-height: 390px;
}

/* QuizGO */

.b-quizgo-wrapper__inner-block {
    height: 125% !important;
}

.calculate__row iframe {
    border-radius: 10px !important;
}




#modal4 .modal__row__right img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

#modal4 .modal__row__right {
    /* height: 626px; */
    max-width: 611px ;
}


#modal4 .modal__row__left{
    max-width: 508px;
}

.main-places__img._desktop{
    max-width: 502px;
}

.age__interval-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 162px;
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
}

.age__interval-text button{
    width: 409px;
    height: 70px;
    background: #FFE400;
    border: none;
    outline: none;
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    border-radius:40px;

}

.age__interval-text img{
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
}

.age__teenager .age__interval-text{
    margin-left: 300px;

}
.age__adult .age__interval-text{
    margin-left: 196px;
}

.reviewsSwiper{
    overflow: hidden
}
.reviewsSwiperImg{
    overflow: hidden;
}
.button-reviews-slide{
    display: none;
}

#openReviewModalBtnMobile{
    display: none;
    border-bottom: 1px solid #547AA3;
    color: #547AA3;
    font-size: 13px;
}

.more_packages_tariff{
    width: 117px;
    height: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: white;
    border: 1px solid black;
    font-size: 24px;
}

.unic_tariff .tariffs__info-list{
    width: 100%;
}

.unic_tariff .tariffs__card-description{
    margin: 0;
}
.unic_tariff h3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}

.unic_tariff h3 span {
    margin-right: 55px;
}


.unic_tariff {
    display: none;
}

.lease_modal{
    width: 513px;
    height: 95%;
    border-radius: 10px;
    position: fixed;
    bottom: 0;
    right: 20px;
    background: white;
    padding: 43px 28px;
    z-index: 10001;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-animation: fadeIn 0.5s;
            animation: fadeIn 0.5s;
    display: none;
    max-height: 692px;
    overflow-y: hidden;
}
.lease_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
overflow: auto;
}
.lease_modal *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.lease_title{
    font-weight: 600;
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 11px;

}
.lease__desc{
    font-weight: 400;
    font-size: 18px;
    color: #000;

}
.close_bg_lease{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000068;
    -webkit-animation: fadeIn 0.5s;
            animation: fadeIn 0.5s;
    z-index: 10000;
    display: none;
}

.lease__price{
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 500;   

}
.lease__price span {
    font-weight: 700;
}
.lease_bg{
    position: absolute;
    top: 15%;
    right: 0px;
    z-index: -1;
    width: 60%;
    height: 60%;
    -o-object-fit: contain;
       object-fit: contain;
}
.lease_wrap{
    position: relative;
}

.lease_form{
    width: 100%;
    height: 292px;
    border-radius: 10px;
    border: 3px solid #FFCF40;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 64px;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.lease_form #lease_number{
    width: 100%;
    height: 65px;
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    padding-left: 40px;
    outline: none;
}

.lease_label_number{
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    color: #BEBEBE;
}

.lease_form button{
    width: 100%;
    height: 65px;
    background: #FFE400;
    border: none;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase   ;
}
.conditions_data{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    font-size: 20px;
    font-weight: 500;
    height: 27px;

}

.lease_conditions{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.lease_wrap .close{
    position: absolute;
    top: -18px;
    right: -18px;
}


.package_modal{
    position: fixed;
    top:0 ;
    left: 0;
    background: #00000082;
    z-index: 999;
    width: 100%;
    height: 100%;
    
}
#package_modal_default{
    display: none;

}

.package_modal_wrap{
    background: white;
    max-width: 1290px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    padding: 42px 54px;
    border-radius: 10px;
    z-index: 1000;
    overflow-y: auto;
    width: 100%;
    max-height: 886px;
    height: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.package_modal .best__packages{
    max-height: 80%;
    height: auto;
    margin: 0;margin-top: 40px;
    display: none;

}

.title_tab_package{
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    font-size: 38px;

}

.package_tabs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    border-radius: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
}

.package_tab{
    width: 373px;
    background: #D9BDF0;
    color: #FFFFFF;
    border: none;
    font-size: 24px;
    border-radius: 10px;
    height: 58px;

}

.more_package{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}

.more_package button{
    height: 71px;
    width: 406px;
    border-radius: 10px;
    background: #FFE400;
    font-weight: 700;
    font-size: 24px;
    border: none;
    text-transform: uppercase;
}


.more_package .arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 71px;
    height: 71px;
    border-radius: 10px;
    border: 1px solid #FFE400;;
}

.package_modal_wrap .close{
    position: absolute;
    top: 18px;
    right: 18px;
}

.package_tab.active{
    background: #BD83E9;
}

.package_modal .best__packages.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.package_modal_anim .package_tab{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 14px;
    font-size: 15px;
}
.package_modal_anim .title_tab_package {
    margin-bottom: 20px;
}

.package_modal_anim .package_tabs{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.package_modal_anim .more_package button{
    width: 722px;

}

.package_modal_anim{
    display: none;
}
.more_package .mini_text{
    display: none;
}
.package_tab .mini_text{
    display: none;
}

.package_tabs_mobile{
    display: none;
}

#package_modal_default .package_tabs{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}



.package_tabs_mobile_defalt{
    display: none;
}

#package_modal_default .package_tabs .hide_block{
    display: none;
}

.main__card >p{
    font-size: 20px;
}

.main__info-list span {
    width: auto;
}

.best__button{
    margin-top: 30px;
}

.pdf__info-left h3{
    font-size: 32px;
    font-weight: 600;
}


.organization .age__title{
    font-size: 55px;
    margin-bottom: 50px;
}

.organization__iinfo-list-container h3{
    font-size: 32px;
    font-weight: 600;
}

.packages_list .best__packages{
   margin: 0 auto;
}
.lease_modal .organization__form{
    max-width: 100%;
    width: 100%;
    min-height: 255px;
}

.lease_modal iframe{
height: 100%;
}

.lease_modal .close{
    position: absolute;
    top: 15px;
    right: 15px;
}


.lease_modal .organization__form iframe{
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}   

.lease_modal .organization__form{
    height: 255px;
}

@media (max-width:768px) {
    body{
        min-width: 100% ;
    }
    .container{
       max-width: 100% !important;
       width: 100%;
    }
}
.organization iframe {
    height: 290px;
}
.calculate .container{
    max-width: 1230px;
    width: 100%;
}

.title_tab_package_age{
    margin-bottom: 20px;
}

.main__title span {
    font-size: clamp(30px, 7vw, 100px);
    text-transform: uppercase;
    font-weight: 500;
    line-height:normal;
    font-family: Unbounded;
    color: #fff;
}
.best__card p{
    font-weight: 700 !important;
}



     .organization__cards p{
        font-weight: 700;
     }
.organization__price.age__title{
    font-weight: 700;
}

.organization .organization__btn{
    padding: 20px 83px;
}


/* amoforms_iframe_1373042 Нижняя
@media screen and (min-width: 769px) and (max-width: 1080px) {

    #amoforms_iframe_1373042{
        min-height: 500px !important;
        width: 720px;
    }
}
@media screen and (min-width: 1081px) and (max-width: 1290px) {
    .news__form.form {
        max-width: 720px;
    }
    #amoforms_iframe_1373042{
        min-height: calc(1100px - calc(4vw* 13)) !important;
        width: 720px;
    }
}
@media screen and (min-width: 1290px) and (max-width: 1350px) {
    #amoforms_iframe_1373042{
        min-height: calc(1110px - calc(4vw* 13)) !important;
    }
}
@media screen and (min-width: 1351px) and (max-width: 1440px) {
    #amoforms_iframe_1373042{
        min-height: calc(1120px - calc(4vw* 13)) !important;
    }
}
@media screen and (min-width: 1441px) {
    #amoforms_iframe_1373042{
        min-height: 355px !important;
    }

}





@media screen and (min-width: 769px) and (max-width: 1000px) {

    .organization__form {
    max-width: 736px;
    }
    #amoforms_iframe_1373870{
        min-height: calc(901px - calc(4vw* 13)) !important;
    }
    
    #amoforms_iframe_1375098{
                height: calc(1337px - calc(4vw* 13)) !important;
        }
}
@media screen and (min-width: 1001px) and (max-width: 1440px) {

    .organization__form {
    max-width: 736px;
    }
    #amoforms_iframe_1373870{
        min-height: calc(901px - calc(4vw* 13)) !important;
    }
    #amoforms_iframe_1375098{
                height: calc(1519px - calc(4vw* 13)) !important;
        }
}
*/

.place_items_mobile {
    display: none;
}
@media (max-width:600px){
    .place_items_mobile{
        position:relative;
        left: 12vw;
        max-width:88vw;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-end;
        align-items: stretch;
        flex-direction: row;
        gap: 20px 9px;
    }
}
    .delivery__floor.desk{
        display:block;
    }
    .delivery__floor.mob{
        display:none;
    }
@media (max-width:600px){
    .delivery__floor.desk{
        display:none;
    }
    .delivery__floor.mob{
        display:block;
    }
}
.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #e0e0e0;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #337ab7;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
.calculate__box{
    margin-top: 37px;
    width: 477px;
    height: 200px;
    display: flex;
    background-color: #fff2cc;
    transform: skew(-3deg) rotate(-3deg);
    border-radius: 12px;
}
.calculate__box img,.calculate__box .calculate__box__text{
    transform: skew(3deg) rotate(3deg);
}
.calculate__box__text h4{
margin-bottom: 10px;
font-size: 24px;
font-weight: 700;
line-height: 31.01px;
text-align: left;
}
.calculate__box__text p{
margin-top: 10px;
font-size: 24px;
font-weight: 400;
line-height: 30.19px;
text-align: left;
}
    .desktop{
        display:block;
    }
    .mobile{
        display:none;
    }
.popup_text{
    box-shadow: 0px 4px 10px 0px #00000040;
    font-size: 18px;
    display:none;
    position:absolute;
    width:80%;
    max-width:100%;
    padding:10px;
    background-color:white;
    border-radius:10px;
    top:-10%;
    right:-63%;
    z-index:1;
}
.popup_text.fiolet{
    background-color:#FFF2CC;
}
.popup_text.p4{
    right:90%;
}
.best__card:hover .popup_text{
    display:block;}
    .btn.bg-white.nbtn.swiper-button-next-reviews{width:100%;}
@media (min-width:768px){
    p#chitai_slushay{
    font-size: 21px;}
}
@media (min-width:768px) and (max-width:1350px) {
    .b-quizgo-wrapper__inner-block {
    
        height: 50vw !important;
    }
}
.main__info-list__organisation p{
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color:#fff;
}
.main__info-list__organisation span{
    color:#fff;
}
.main__info-list__organisation span:nth-child(1){
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}
.main__info-list__organisation span:nth-child(2){
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    margin:0 4px;
    text-transform: lowercase;

}
.comment_button_inside {
    -webkit-transform: skewY(10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(10deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    display: flex;
    align-items: center;
    position:relative;
    top: -10px;
}
.main__button-container-items {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width:1065px;
    margin: 0 auto;
}
.main__button_item {
    display: flex;
    width:calc(25% - 15px);
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
a.main__button_item_button {
    background: linear-gradient(180deg, #FFE06C 0%, #FFD536 100%);
    padding: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    font-family:Ubuntu;
    line-height: 100%;
    text-transform: uppercase;
    cursor:pointer;
    border-radius: 40px;
    color: #000000;
    box-sizing: border-box;
}
a.main__button_item_button:hover{
    background:#FFF2CC;
}
.main__button_item_text {
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    text-transform: lowercase;
    color:#fff;
    margin:0;
}
.main__button_item:nth-child(1) .main__button_item_text{
   max-width:144px; 
}
.main__button_item:nth-child(2) .main__button_item_text{
    max-width:112px; 
}
.main__button_item:nth-child(3) .main__button_item_text{
    max-width:144px; 
}
.main__button_item:nth-child(4) .main__button_item_text{
   max-width:112px;  
}
p.main__button_item_text span {
    color:#FFF2CC;
}
.tariffs__plus.parallelepiped.dop_tariff .tariffs__info-list span:nth-child(2){
    align-items: flex-start;
}
.tariffs__plus.parallelepiped.dop_tariff .tariffs__info-list span:nth-child(2) .custom_tarif{
    text-align: left;
    margin-left: 15px;
}

.tariffs__plus.parallelepiped.dop_tariff .desc{
    margin:15px 0;
}
@media (max-width:768px){
    .main__button_item:nth-child(1) .main__button_item_text{
        max-width:160px;
    }
    .main__button_item:nth-child(2) .main__button_item_text{
        max-width:140px;
    }
    .main__button_item:nth-child(3) .main__button_item_text{
        max-width:160px;
    }
    .main__button_item:nth-child(4) .main__button_item_text{
        max-width: 130px;
    }
    .main__button-container-items {
        margin-bottom: 50px;
    }
    .main__button_item_text {
        font-size: 17px;

    }
    a.main__button_item_button{
        font-size:13px;
        width:40%;
    }
    main__button-container-items{
        margin-bottom:15px;
    }
    p.main__button_item_text {
        width: calc(60% - 20px);
        
    }
    p.main__button_item_text {
        width: calc(60% - 20px);
        
    }
    .game_complect_block{
        width:100%;
    }
    .main__button-container-items{
        flex-wrap:wrap;
    }
    .main {
        overflow: hidden;
        margin:0;
    }
}
#modal2 form{
   display:flex;
   flex-direction:column;
}
#modal2 form label.input_labels{
    font-family: var(--font);;
    font-weight: 500;
    font-size: 20px;
    color:#BEBEBE;
}
.main-places.main__places {
    width: 1065px;
    margin-top:200px;
}
.places_items_{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.place_item {
    border-radius: 40px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    border: 2px solid #FFFFFF;
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0;
    color: #fff;
    transition: 0.5s;
}
.place_item.active{
    background:#fff;
    color:#2F2F2F;
    transition: 0.5s;
}
.single-field-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single-field-form input {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.single-field-form button {
  padding: 12px;
  font-size: 16px;
  font-weight:700;
  text-transform:uppercase;
  background-color: #ffe400;
  color:  #000000;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.single-field-form button:hover{
    background: #FFF2CC;
}
.input_label{
    color: #BEBEBE;
    font-size: 16px;
    font-family: 'Ubuntu';
}
input.error{
    border-color:red;
}
.input_custom_wrapper {
    position:relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form_error_message{
        color: red;
        margin-top: 5px;
        position: absolute;
        bottom: 2px;
        right: 8px;
        font-size: 12px;
        font-weight: 400;
        font-family: 'Ubuntu';
    }
.lease_modal{
    height: min-content;
}
div#modal-form{
    margin-top:30px;
}
.modal__row__right {
    display: flex;
    align-items: center;
}
.modal__row__right form{
    padding-bottom:20px;
}