@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);

.accomodation-slide,
.header-left,
.header-social,
.login-left li.main-application.submitted a svg,
.logo,
body,
footer .container,
header {
    display: flex
}

.accomodation .container,
.contact-us-wrap,
.contact-us.btn,
.film-author,
.find-out-wrapp a,
.hero .container,
.hero-italy__menu a,
.included,
.included-right li,
.program,
.program .container,
.program-head,
.program-list,
.program-list li,
.record,
.record-bg,
.sign-in__wrapp,
.subscribe-form,
.summer2024.coming-programm .container,
header {
    position: relative
}

.contact-us-wrap:hover,
.find-out-wrapp:hover,
.journey-term__submit:hover,
.parent-sign-btn:hover,
.sign-in-popup__btn:hover,
header .sign-up__btn:hover {
    box-shadow: 0 1px 2.5px #e2651e
}

.additional-list li,
.footer-menu ul,
.header-menu ul,
.history-list,
.included-right li,
.login-left li,
.program-list li,
.unick-left li {
    list-style-type: none
}

.learn,
body.active,
html.active {
    overflow: hidden
}

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

.header-container {
    max-width: 1202px;
    margin: 0 auto;
    flex: 1;
    padding-left: 13px;
    padding-right: 35px
}

.container {
    max-width: 915px;
    margin: 0 auto
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh) * 100);
    font-weight: 400;
    font-feature-settings: "kern" 1, "liga" 1, "clig" 1;
    quotes: "«" "»" "„" "“"
}

html {
    scroll-behavior: smooth
}

header {
    height: 94px;
    z-index: 11;
    padding-top: 14px
}

.footer-logo img,
.logo img,
.year-video .video-top img {
    object-fit: cover
}

.header-left {
    align-items: center;
    gap: 13px
}

.header-btns,
.header-menu ul,
.header-socials,
.header-wrapper {
    align-items: center;
    display: flex
}

.header-menu ul {
    gap: 20px
}

.header-menu a {
    display: block;
    color: #131313;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none
}

header .current_page_item a {
    font-weight: 600
}

.header-wrapper {
    justify-content: space-between
}

.header-socials {
    gap: 23px
}

.header-btns {
    gap: 27px
}

.my-acc__btn,
.register__btn,
.sign-in__btn,
.sign-up__btn {
    border-radius: 9px;
    background: linear-gradient(180deg, #ffb58a 0, #e2651e 100%);
    padding: 10px 22px;
    color: #363434;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    font-family: Raleway;
    font-size: 15px;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
    cursor: pointer
}

.form-checkbox input:checked+label:before,
.header-white .my-acc__btn,
.header-white .register__btn,
.header-white .sign-in__btn,
.type-contact input:checked+label:before {
    background-color: #fff
}

.sign-up__btn {
    min-width: 108px;
    height: 42px;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, .25));
    transition: .3s;
    text-decoration: none
}

.contact-us-wrap,
.find-out-wrapp,
header .sign-up__btn {
    transition: .3s
}

.my-acc__btn,
.register__btn,
.sign-in__btn {
    background: #fcbc71;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, .25))
}

.sign-in-popup,
.sign-in-popup .sign-in-popup__btn {
    background: linear-gradient(to bottom, #e2651e, #fbbc6f, #ffb58a)
}

.sign-in-popup {
    position: absolute;
    top: calc(100% + 13px);
    left: 0;
    width: 292px;
    padding: 2px;
    border-radius: 10px;
    display: none
}

.sign-in__wrapp.active .sign-in-popup {
    display: block
}

.sign-in-popup__container {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fefefe 12.5%, #fefefe 33.33%, #e8ddd7 100%);
    padding: 18.5px 11px 12.5px;
    border-radius: 10px
}

.sign-in-popup input:not([type=submit]) {
    border: none;
    outline: 0;
    background: 0 0 !important;
    padding-bottom: 6px;
    border-bottom: 1px solid #8c8c8c;
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    appearance: none;
    border-radius: 0;
    display: block;
    width: 100%
}

.sign-in-popup input[type=email] {
    margin-bottom: 9.5px
}

.sign-in-popup .sign-in-popup__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 19px;
    max-width: 144px;
    padding: 2px;
    height: 38px;
    border-radius: 10px;
    transition: .3s
}

.sign-in-popup .sign-in-popup__btn input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, #fefefe 12.5%, #fefefe 33.33%, #e8ddd7 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    appearance: none;
    color: #363434;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .29);
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    cursor: pointer
}

.my-acc__btn-wrap,
.register__btn-wrap,
.sign-in__btn-wrap {
    background: linear-gradient(180deg, #ffb58a 0, #e2651e 100%);
    border-radius: 10px;
    padding: 2px;
    height: 42px;
    min-width: 108px;
    transition: .3s
}

header .my-acc__btn-wrap:hover,
header .register__btn-wrap:hover,
header .sign-in__btn-wrap:hover {
    -webkit-filter: drop-shadow(0px 2px 2.5px #FF7E34);
    filter: drop-shadow(0px 2px 2.5px #FF7E34);
    transform: translateZ(0)
}

.header-right {
    display: flex;
    align-items: center;
    gap: 29px
}

.contact-form .wpcf7-form.sent .form-checkbox,
.contact-form .wpcf7-spinner,
.contact-form p br,
.form-checkbox input,
.header-langs.hide-lang,
.header-langs__drop,
.header-langs__drop a.disabled,
.reviews-item-image:after,
.subscribe-form .wpcf7-form .wpcf7-response-output,
.swiper-pagination-bullet-active:after,
.type-contact input {
    display: none
}

.header-langs {
    position: relative;
    cursor: pointer
}

.header-langs.active .header-langs__drop {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    position: absolute;
    left: -4px;
    border-radius: 10px;
    width: 46.5px;
    background: linear-gradient(to bottom, #ffb58a, #e2651e)
}

.header-selected {
    color: #131313;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    padding: 0 3px
}

.header-langs__drop a,
.hero-subtitle,
.program-list li,
.program-subtitle {
    font-weight: 400;
    line-height: 130%;
    color: #131313
}

.header-langs__drop a {
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: linear-gradient(to bottom, #fefefe, #fefefe, #e8ddd7);
    margin: 2px;
    width: calc(100% - 4px);
    height: 23px
}

.header-langs__drop a:first-child {
    border-radius: 8px 8px 0 0
}

.header-langs__drop a:nth-child(2),
.header-langs__drop a:nth-child(3) {
    margin-top: 0;
    border-radius: 0 0 8px 8px
}

@media (max-width:1180px) and (min-width:1080px) {

    [lang=ru-RU] .header-btns,
    [lang=ru-RU] .header-menu ul,
    [lang=ru-RU] .header-right,
    [lang=ru-RU] .header-socials,
    [lang=uk] .header-btns,
    [lang=uk] .header-menu ul,
    [lang=uk] .header-right,
    [lang=uk] .header-socials {
        gap: 15px
    }

    ,
    [lang=ru-RU] .my-acc__btn,
    [lang=ru-RU] .register__btn,
    [lang=ru-RU] .sign-in__btn,
    [lang=ru-RU] .sign-up__btn,
    [lang=uk] .my-acc__btn,
    [lang=uk] .register__btn,
    [lang=uk] .sign-in__btn,
    [lang=uk] .sign-up__btn {
        font-size: 14px
    }

    [lang=ru-RU] .header-socials svg,
    [lang=uk] .header-socials svg {
        width: 20px;
        height: auto
    }
}

@media (max-width:1100px) {
    .container {
        padding: 0 30px
    }

    .header-btns,
    .header-right,
    .header-wrapper {
        gap: 20px
    }
}

@media (min-width:1081px) {
    .header-mobile {
        display: none
    }
}

@media (max-width:1080px) {
    .sign-in__wrapp.active .sign-in-popup {
        right: 50%;
        left: unset;
        transform: translateX(50%);
        width: 300px
    }

    .header-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .hamburger {
        position: relative;
        width: 24px;
        height: 20px
    }

    .hamburger .line {
        width: 38px;
        height: 2px;
        background: linear-gradient(to left, #e2651e, #e2651e, #ff9e26);
        border-radius: 15px;
        position: absolute;
        left: 0;
        transition: .3s
    }

    .line:first-child {
        top: 0
    }

    .line:nth-child(2) {
        top: 8px
    }

    .line:nth-child(3) {
        top: 16px
    }

    .header-wrapper {
        display: none;
        position: fixed;
        top: 112px;
        left: 0;
        width: 100%;
        background: linear-gradient(42deg, #fe8a48, #fe8a48, #fbbc6f, #fcbd70, #fcbd70);
        height: calc((var(--vh, 1vh) * 100) - 112px);
        flex-direction: column;
        justify-content: flex-start;
        padding: 26px 30px 200px;
        gap: 50px;
        z-index: 999
    }

    .header-wrapper.active {
        display: flex;
        overflow-y: auto;
        gap: 37px
    }

    .hamburger.active .line:nth-child(2),
    .header-wrapper .logo {
        display: none
    }

    .header-menu ul,
    .header-right {
        flex-direction: column
    }

    .hamburger.active .line:first-child {
        transform: rotate(45deg) translate(8px, 9px);
        width: 21px;
        height: 3px
    }

    .hamburger.active .line:last-child {
        transform: rotate(-45deg) translate(2px, -3px);
        width: 21px;
        height: 3px
    }

    header {
        height: 112px
    }

    .header-left,
    .header-menu,
    .header-menu li {
        width: 100%
    }

    .header-menu li {
        text-align: center
    }

    .header-menu a {
        font-size: 21px
    }

    .header-right {
        flex-direction: column-reverse;
        width: 100%
    }

    .header-langs {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 105px
    }

    .header-btns,
    .header-right,
    .header-wrapper {
        gap: 0
    }

    .header-btns {
        flex-direction: column-reverse;
        gap: 25.5px;
        margin-bottom: 52px
    }

    header .my-acc__btn,
    header .register__btn,
    header .sign-in__btn {
        background: #fff
    }

    .header-langs__drop a,
    .header-selected {
        font-size: 23px
    }

    .header-langs.active .header-langs__drop {
        width: 68px;
        left: -10px
    }

    .header-langs__drop a {
        height: 34px
    }

    .header-white .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .header-white .header-mobile {
        flex: 1
    }

    header.header-white {
        padding-top: 0;
        z-index: 99999
    }
}

.hero-subtitle,
.journey-info:first-child p:nth-child(2) {
    font-size: 18px
}

@media (max-width:650px) {
    .header-wrapper {
        background: linear-gradient(44deg, #fe8a48, #fe8a48, #fbbc6f, #fcbd70, #fcbd70)
    }
}

.hero {
    margin-top: -112px;
    padding-top: 112px;
    padding-bottom: 88px;
    background: linear-gradient(23deg, #fe8a48 19.87%, #fbbc6f 55.55%, #fcbd70 56.9%);
    position: relative
}

.contact-us-wrap img,
.contacts-gradient,
.hero-bg,
.learn-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-wrapper {
    display: flex;
    align-items: center;
    gap: 41px
}

.hero-left {
    max-width: 480px
}

.accomodation-block,
.hero-subtitle {
    margin-bottom: 9px
}

.hero-title {
    color: #131313;
    font-family: Raleway;
    font-size: 40px;
    font-weight: 800;
    line-height: 130%
}

.journey-info strong,
.journey-title,
.privacy-policy .table3 tr:first-child td,
.program-list li strong,
.terms-page .wp-block-table tr:first-child td {
    font-weight: 700
}

.hero-right img {
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

@media (max-width:900px) {
    .hero-wrapper {
        flex-direction: column;
        padding-top: 50px
    }

    .hero-left,
    .hero-right img {
        max-width: 100%
    }
}

.journey {
    margin-top: -50px;
    position: relative;
    margin-bottom: 50px;
    z-index: 1
}

.journey-block {
    max-width: 675px;
    margin: 0 auto;
    border-radius: 33px;
    background: linear-gradient(158deg, #f9f9f9 14.53%, #fff 56.58%);
    box-shadow: -1px -1px 28px 0 #87796f;
    padding: 22px 36px 17px 27px
}

.journey-title {
    color: #131313;
    font-family: Raleway;
    font-size: 21px;
    line-height: 130%;
    margin-bottom: 20px;
    margin-left: 18px
}

.custom-select:has(.wpcf7-not-valid-tip) .select-items {
    padding-top: 20px !important;
}

.journey-infos {
    display: flex;
    align-items: center;
    margin-bottom: 22px
}

.journey-info:first-child {
    margin-right: 20px
}

.journey-info:nth-child(2) {
    margin-right: 82px
}

.accomodation-text,
.journey-info p:nth-child(2) {
    font-size: 16px;
    font-weight: 700
}

.journey-info,
.journey-term__num {
    font-weight: 600;
    font-size: 15px;
    line-height: 130%
}

.journey-info {
    color: #131313;
    padding-left: 23px;
    position: relative
}

.journey-info:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 100%;
    background: linear-gradient(180deg, #ffb58a 0, #e2651e 100%)
}

.journey-info:last-child p,
.journey-v2 .journey-info:first-child p:nth-child(2) {
    font-size: 16px
}

.journey-terms {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.journey-term {
    display: grid;
    grid-template-columns: 0.5fr 1fr 26px 1fr 156px;
    align-items: center;
    border-radius: 10px;
    min-height: 44px;
    background: #fff
}

.journey-term__wrapper {
    border-radius: 10px;
    background: linear-gradient(180deg, #ffb58a 0, #e2651e 100%), rgba(232, 221, 215, .8);
    padding: 1px
}

.journey-term__num {
    color: #000;
    padding-left: 18px
}

.choose-term .wpcf7-list-item-label,
.journey-term__date,
.journey-term__title {
    color: #131313;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%
}

.contact-us.btn,
.find-out-wrapp a {
    color: #363434;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .29);
    font-size: 16px
}

.contact-us.btn,
.find-out-wrapp a,
.journey-term__submit {
    font-weight: 600;
    text-decoration: none
}

.journey-term__submit {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 21.35%, rgba(255, 145, 82, .51) 100%);
    border-left: 1px solid #ffb58a;
    border-radius: 10px;
    color: #131313;
    font-family: Raleway;
    font-size: 13px;
    line-height: 110.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    transition: .3s
}

.block-title,
.contact-us.btn,
.find-out-wrapp a {
    font-family: Raleway;
    line-height: 130%
}

.journey-term__date {
    margin-left: 7px
}

.contact-us-wrap,
.find-out-wrapp {
    margin-left: auto;
    margin-right: auto;
    height: 52px
}

.find-out-wrapp {
    margin-top: 19px;
    max-width: 184px;
    padding: 2px;
    border-radius: 10px;
    position: relative;
    background: #fff
}

.find-out-wrapp img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.find-out-wrapp a {
    background: 0 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

.contact-us-wrap {
    max-width: fit-content;
    margin-top: 53px;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.application-form input[type=submit]:hover,
.contact-form input[type=submit]:hover,
.journey .contact-us-wrap:hover,
.program .contact-us-wrap:hover,
.subscribe-form__row .subscribe-form__wrap:hover {
    box-shadow: 0 2px 2.5px #41f268
}

@media (max-width:800px) {
    .journey-term {
        grid-template-columns: 0.7fr 1fr;
        column-gap: 10px;
        row-gap: 10px;
        padding: 20px
    }

    .journey-term__calendar,
    .journey-term__num {
        text-align: right
    }

    .journey-term__num {
        padding-left: 0
    }

    .journey-term__date {
        margin-left: 0
    }

    .journey-term__submit {
        grid-column: 1/3;
        height: 44px;
        width: max-content;
        margin: 0 auto;
        padding: 0 25px;
        border: 1px solid #ffb58a
    }

    .journey-infos {
        flex-wrap: wrap;
        gap: 10px
    }

    .journey-info:nth-child(2) {
        margin-right: 20px
    }
}

@media (max-width:600px) {

    .header-langs__drop a,
    .header-selected {
        font-size: 18px
    }

    .header-langs.active .header-langs__drop {
        left: -12px
    }

    .hero-title {
        font-size: 30px
    }

    .hero-wrapper {
        padding-top: 20px
    }

    .journey-term {
        grid-template-columns: 0.55fr 1fr;
        padding: 20px 0
    }

    .journey-term__date {
        font-weight: 700
    }

    [lang=ru-RU] .journey-term,
    [lang=uk] .journey-term {
        grid-template-columns: 0.65fr 1fr
    }

    [lang=ru-RU] .journey-term__calendar,
    [lang=uk] .journey-term__calendar {
        margin-right: 8px
    }

    [lang=ru-RU] .journey-term__date,
    [lang=uk] .journey-term__date {
        margin-left: -8px
    }
}

@media (max-width:500px) {
    .journey-term {
        grid-template-columns: 0.45fr 1fr
    }

    .journey-info:first-child {
        margin-right: 0
    }

    [lang=ru-RU] .journey-term,
    [lang=uk] .journey-term {
        grid-template-columns: 0.55fr 1fr
    }

    [lang=ru-RU] .journey-term__calendar,
    [lang=uk] .journey-term__calendar {
        margin-right: 20px
    }

    [lang=ru-RU] .journey-term__date,
    [lang=uk] .journey-term__date {
        margin-left: -20px
    }

    .video-top {
        width: 100%
    }

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

@media (max-width:420px) {

    [lang=ru-RU] .journey-term,
    [lang=uk] .journey-term {
        grid-template-columns: 0.45fr 1fr
    }
}

@media (max-width:400px) {

    .journey-info:first-child p:nth-child(2),
    .journey-v2 .journey-info:first-child p:nth-child(2) {
        font-size: 15px
    }

    .journey-term__date {
        padding-left: 5px;
        font-size: 14px
    }

    .journey-term__num {
        grid-column: 1/2;
        text-align: right;
        min-width: max-content;
        padding-left: 20px
    }

    .journey-term__title {
        grid-column: 2/3;
        text-align: left;
        padding-left: 10px
    }

    .journey-term {
        grid-template-columns: 0.25fr 1fr;
        column-gap: 0
    }
}

.block-title,
.form-subtitle,
.form-title,
.learn-circle span,
.our-team__text,
.value-item,
.video-bottom,
.why-film__content {
    text-align: center
}

.film {
    background: linear-gradient(180deg, #ebf263 0, rgba(255, 255, 255, 0) 60%);
    padding-top: 42px;
    background-color: #fffdf8
}

.block-title {
    color: #131313;
    font-size: 31px;
    font-weight: 700
}

.film-wrapper {
    margin-top: 40px;
    display: flex;
    gap: 21px;
    max-width: 791px;
    margin-left: auto;
    margin-right: auto
}

.film-author {
    max-width: 233px
}

.contact-googlemap iframe,
.film-author img,
.record,
.record iframe,
.record-bg,
.record-gradient {
    border-radius: 10px
}

.film-author__block {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 4px 0 #e2651e;
    padding: 21px 45px 21px 36px;
    min-width: 251px;
    position: relative;
    left: -41px;
    bottom: 43px
}

.film-author__descr {
    color: #131313;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 6px
}

.film-author__name,
.video-bottom {
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 130%;
    font-family: Raleway
}

.film-author__name {
    background: linear-gradient(180deg, #ffb58a 0, #e2651e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 18px
}

.record {
    box-shadow: 0 0 9px 2px #e2651e;
    display: flex
}

.record-gradient {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 100%;
    background: linear-gradient(to top, rgba(236, 222, 90, 0), rgba(240, 234, 97, .85), #bff489)
}

.video-top {
    position: absolute;
    top: 0;
    left: 40px
}

.video-bottom,
.video__button {
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.video__button {
    top: 141px;
    cursor: pointer
}

.video-bottom {
    bottom: 45px;
    background: linear-gradient(178deg, #ffd43c 26.72%, #e2651e 79.06%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .49));
    font-size: 41px
}

[lang=ru-RU] .film .film-author__block {
    padding-right: 5px
}

.values {
    padding-bottom: 76px;
    background-color: #fffdf8
}

.values-wrapper {
    position: relative;
    padding-top: 27px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    max-width: 834px;
    margin: 35px auto 96px
}

.values-wrapper:before,
.why-film__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e2651e;
    filter: drop-shadow(0px 2px 3px #E2651E)
}

.additional-title,
.footer-menu ul a,
.history-big-text,
.included-quote,
.included-right li:before,
.program-title,
.value-item:before,
.values-images__title {
    background: linear-gradient(180deg, #ffb58a 0, #e2651e 100%)
}

.value-item {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    position: relative
}
.why-film__second-title{
font-weight: 600;
font-size: 17px;
text-align: center;
padding-bottom: 30px;
}
.why-film__second-title strong{
     font-weight: 700;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #ffb58a 0, #e97737 22.25%, #f8a271 43.7%, #e2651e 82.7%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    font-style: normal;
    line-height: 118%
    
}
.values-images__title,
.why-film__content strong {
    font-weight: 700;
    -webkit-text-fill-color: transparent
}

.value-item:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -33px;
    width: 15px;
    height: 15px;
    border-radius: 100%
}

.value-item:first-child {
    max-width: 187px
}

.value-item:nth-child(2) {
    max-width: 175px
}

.value-item:nth-child(3) {
    max-width: 205px
}

.value-item:nth-child(4) {
    max-width: 166px
}

.values-images__title {
    font-family: Raleway;
    font-size: 21px;
    line-height: 130%;
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 25px
}

.contact-text,
.contact-text a,
.learn-circle,
.reviews-text,
.values-images__text,
.year-text {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%
}

.values-images__text {
    max-width: 287px
}

.values-images__wrapper {
    max-width: 868px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 25px
}

.values-images__imgs img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 9px;
    width: 100%
}

.values-images__img,
.why-film__images img {
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(226, 101, 30, .52)
}

.values-images__imgs {
    max-width: 555px;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.values-images__img {
    display: flex;
    background: linear-gradient(to bottom, #ffb58a, #e2651e);
    padding: 2px;
    height: fit-content
}

.values-images__img1 {
    position: absolute;
    left: 44px;
    top: -34px
}

.values-images__img1 img {
    width: 197.502px;
    max-height: 105.075px
}

.values-images__img2 {
    margin-left: auto;
    z-index: 2
}

.values-images__img2 img {
    width: 345.385px;
    max-height: 209.177px
}

.values-images__img4 {
    margin-top: 23px;
    margin-left: auto
}

.values-images__img4 img {
    width: 197.502px;
    max-height: 105.075px
}

.values-images__img3 {
    margin-top: -90px;
    z-index: 3
}

.values-images__img3 img {
    width: 345.385px;
    max-height: 209.177px
}

@media (max-width:992px) {
    .record-bg {
        max-width: 100%;
        object-fit: cover
    }

    .film-author__block {
        left: -50%;
        transform: translateX(42%)
    }

    .video-top {
        left: 50%;
        transform: translateX(-50%)
    }

    .film-wrapper {
        flex-direction: column;
        align-items: center
    }

    .film {
        padding-bottom: 100px
    }

    .values-images__img2,
    .values-images__img3 {
        max-width: 280px
    }

    .values-images__imgs {
        max-width: 500px
    }
}

.learn {
    background: linear-gradient(4deg, rgba(255, 201, 61, 0) 51.48%, #fea742 88.42%);
    padding-top: 45px;
    padding-bottom: 54px
}

.learn-circles {
    max-width: 635px;
    margin: 42px auto 60px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 37px
}

.learn-circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 186px
}

.our-team__text,
.why-film__content {
    color: #000;
    font-weight: 600
}

.learn-circle:first-child {
    margin-left: 111px;
    margin-right: 1.5px
}

.learn-circle:nth-child(2) {
    margin-right: 111px;
    margin-left: 1.5px
}

.learn-circle:nth-child(3),
.learn-circle:nth-child(4),
.learn-circle:nth-child(5) {
    margin-top: -63px
}

@media (max-width:700px) {
    .learn-circles {
        column-gap: 0;
        justify-content: center
    }

    .learn-circle:first-child {
        margin-left: 50px
    }

    .learn-circle:nth-child(2) {
        margin-right: 50px
    }

    .learn-circle:nth-child(3),
    .learn-circle:nth-child(4),
    .learn-circle:nth-child(5) {
        margin-top: -50px
    }
}

@media (max-width:570px) {
    .learn-circle:first-child {
        margin-left: 0
    }

    .learn-circle:nth-child(2) {
        margin-right: 0
    }
}

@media (max-width:450px) {

    [lang=ru-RU] .film .block-title br,
    [lang=uk] .film .block-title br {
        display: none
    }

    .learn-circles {
        align-items: center
    }

    .learn-circle {
        width: 170px;
        height: 170px;
        font-size: 13px
    }

    .learn-circle:nth-child(3),
    .learn-circle:nth-child(4),
    .learn-circle:nth-child(5) {
        margin-top: -40px
    }

    .learn-circle:first-child,
    .learn-circle:nth-child(3) {
        margin-right: -20px
    }
}

@media (max-width:380px) {
    .journey-term__num {
        font-size: 13px;
        padding-left: 40%
    }

    .journey-term__title {
        font-size: 13px;
        text-align: center
    }

    .values-images__img4 {
        max-width: 64%
    }

    .learn-circle {
        width: 150px;
        height: 150px;
        font-size: 12px
    }

    .learn-circle:nth-child(3),
    .learn-circle:nth-child(4) {
        margin-top: -20px
    }

    .learn-circle:nth-child(5) {
        margin-top: -37px
    }
}

.why-film__content,
.why-film__images {
    max-width: 738px;
    margin: 0 auto
}

.why-film__content {
    margin-top: 31px;
    padding-top: 35px;
    position: relative;
    font-size: 17px;
    line-height: 118%;
    margin-bottom: 27px
}

.why-film__content strong {
    background: linear-gradient(180deg, #ffb58a 0, #e97737 22.25%, #f8a271 43.7%, #e2651e 82.7%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    font-style: normal;
    line-height: 118%
}

.why-film__content p:not(:last-child) {
    margin-bottom: 15px
}

.why-film__images img {
    max-width: 100%;
    object-fit: cover;
    border: 2px solid #ffb58a
}

.why-film__images {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 51px
}

.whyfilm-img1 {
    margin-top: 36px;
    margin-right: 18px;
    z-index: 2;
    width: 193px;
    max-height: 142px
}

.whyfilm-img2 {
    width: 242px;
    max-height: 136px
}

.whyfilm-img3 {
    margin-left: -68px;
    margin-top: 17px;
    z-index: 1;
    width: 350px;
    max-height: 201px
}

.whyfilm-img4 {
    width: 345px;
    max-height: 196px;
    margin-left: 116px;
    margin-top: -70px;
    margin-right: 36px
}

.whyfilm-img5 {
    margin-top: -30px;
    z-index: 2;
    width: 207px;
    max-height: 139px
}

@media (max-width:820px) {
    .why-film__images img {
        max-width: 40%
    }

    .why-film__images {
        justify-content: center
    }
}

@media (max-width:750px) {
    .why-film__images img {
        max-width: 35%
    }

    .whyfilm-img4 {
        margin-left: 0;
        margin-right: 10px;
        margin-top: -86px
    }
}

.our-team-title {
    position: relative;
    max-width: fit-content;
    margin: 0 auto
}

.our-team-title:after {
    content: '';
    position: absolute;
    background-image: url('../img/team-after.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 63px;
    height: 68px;
    top: -13px;
    left: calc(100% + 5px)
}

.our-team__text {
    margin: 32px auto 45px;
    max-width: 600px;
    font-size: 17px;
    line-height: 130%
}

.form-checkbox label:after,
.our-team__text+.sign-in__btn-wrap,
.program .contact-us.btn {
    background: #fff
}

.summer2024 {
    background: linear-gradient(0deg, #fffefa 12.59%, #eff95d 34.21%, #ebf369 38.7%, #ffb55b 63.19%);
    margin-bottom: -130px;
    padding-bottom: 160px;
    padding-top: 40px;
    position: relative
}

.summer2024.coming-programm {
    background: 0 0;
    position: relative
}

.coming-gradient {
    content: '';
    position: absolute;
    top: 101px;
    left: 0;
    width: 100%;
    height: 592px;
    background: linear-gradient(180deg, rgba(236, 222, 90, 0) 6.58%, rgba(240, 234, 97, .85) 51.33%, #bff489 87.65%)
}

.summer-wrapper {
    margin: 36px auto 0;
    display: flex;
    max-width: 634px;
    gap: 20px
}

.summer-wrapper__left {
    background: linear-gradient(to bottom, #d6de58, #ff9a60, #d3da57);
    box-shadow: 0 2px 4px 0 rgba(226, 101, 30, .76);
    padding: 2px;
    border-radius: 24px;
    display: flex;
    margin-left: -20px;
    max-width: 295px;
    flex: none
}

.summer-wrapper__left img {
    border-radius: 23px;
    object-fit: cover;
    max-width: 100%;
    height: 100%
}

.summer-title {
    color: #131313;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 7px
}

.our-team .block-title:after,
.summer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 309px;
    height: 1px;
    background: #e2651e;
    box-shadow: 0 2px 3px #e2651e
}

.our-team .block-title:after {
    max-width: 738px
}

.accomodation-title,
.summer-block__subtitle {
    color: #131313;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%
}

.accomodation-text,
.summer-block__title {
    color: #131313;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%
}

#email,
#name,
#phone,
.footer-menu ul a,
.footer-text,
.subscribe-right__title,
.subscribe-text,
.summer-text {
    font-weight: 400;
    line-height: 130%
}

.summer-block {
    margin-bottom: 10px
}

.summer-text {
    margin-top: 23px;
    color: #131313;
    font-size: 16px
}

.contact,
.parental-forms-links {
    padding-bottom: 31px
}

.form-title {
    color: #131313;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 130%;
    max-width: 478px;
    margin: 0 auto 25px
}

.form-subtitle {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 32px
}

.contact-form {
    max-width: 447px;
    margin: 0 auto;
    border-radius: 33px;
    background: #fff;
    box-shadow: -1px -1px 28px 0 #e2651e;
    padding: 36px 48px
}

.contact-form form,
.parental-page .login-right {
    display: flex;
    flex-direction: column
}

#email,
#name,
#phone {
    border: none;
    outline: 0;
    padding-bottom: 8px;
    color: #737373;
    font-size: 14px;
    border-bottom: 1px solid #737373;
    border-radius: 0
}

.contact-form p span {
    margin-bottom: 18px;
    display: block
}

.contact-form .wpcf7-acceptance a,
.form-checkbox a {
    color: #6d6d6d;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    position: relative;
    display: inline-block
}

.type-contact label,
.type-contact__title {
    color: #000;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400
}

.contact-form .wpcf7-acceptance a:after,
.form-checkbox a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #6d6d6d
}

.contact-form p .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 2px;
    font-weight: 600;
    margin-bottom: 0
}

.program-item:first-child .program-subtitle,
.type-contact__title {
    margin-bottom: 18px
}

.type-contact {
    display: flex;
    align-items: center;
    gap: 46px;
    margin-bottom: 20px
}

.type-contact label {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.type-contact .wpcf7-checkbox {
    display: flex;
    gap: 46px;
    align-items: center;
    margin-bottom: 0
}

.type-contact .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    display: flex
}

.popup-register-success .popup-content .thank-submit,
.type-contact .wpcf7-form-control-wrap,
.type-contact .wpcf7-list-item-label {
    margin-bottom: 0
}

.form-checkbox label {
    padding-left: 26px;
    color: #6d6d6d;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    position: relative;
    display: flex;
    cursor: pointer
}

.form-checkbox label:before,
.type-contact label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    background: linear-gradient(to bottom, #41f268, #3e9b45)
}

.form-checkbox label:after,
.type-contact label:after {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 1px;
    inset: 1px;
    width: 14px;
    height: 14px;
    top: 3px
}

.contact-form .wpcf7-form.sent .wpcf7-response-output,
.contact-form input[type=submit] {
    background: linear-gradient(180deg, #41f268 0, #3e9b45 100%);
    font-weight: 600;
    line-height: 130%
}

.form-checkbox label.checked:after,
.type-contact label.checked:after {
    background-image: url('../img/check.svg');
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px
}

.form-checkbox .wpcf7-acceptance,
.form-checkbox .wpcf7-form-control-wrap,
.form-checkbox .wpcf7-list-item,
.form-checkbox .wpcf7-list-item-label {
    margin: 0
}

.contact-form input[type=submit] {
    transition: .3s;
    width: 248px;
    height: 39px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fffdf8;
    font-size: 16px;
    outline: 0;
    border: none;
    margin: 0 auto 20px;
    cursor: pointer
}

.contact-form .wpcf7-form.sent .type-contact label.checked:after {
    background-image: url('../img/send-bg-check.svg')
}

.contact-form .wpcf7-form.sent .type-contact label:before,
.contact-form .wpcf7-form.sent input[type=submit] {
    background: linear-gradient(to bottom, #eaebea, #8c8c8c)
}

.contact-form .wpcf7-form.sent .wpcf7-response-output {
    margin: 7px 0 0 !important;
    border: none !important;
    padding: 0 !important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 18px
}

.subscribe {
    padding-top: 38px;
    padding-bottom: 53px;
    background: linear-gradient(0deg, #ff8e4e 6.41%, #ffc977 59.87%, rgba(255, 255, 255, 0) 97.33%)
}

.subscribe-form__row,
.subscribe-form__wrap {
    background: linear-gradient(to bottom, #41f268, #3e9b45);
    padding: 2px
}

.subscribe .subscribe-wrapper {
    max-width: 840px;
    margin-right: auto;
    display: flex;
    gap: 28px
}

.subscribe-left {
    max-width: 337px
}

[lang=ru-RU] .subscribe-left,
[lang=uk] .subscribe-left {
    max-width: 350px
}

[lang=ru-RU] .subscribe-right__title,
[lang=uk] .subscribe-right__title {
    max-width: 412px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .subscribe-left,
    [lang=ru-RU] .subscribe-left,
    [lang=uk] .subscribe-left {
        max-width: 380px
    }
}

[lang=ru-RU] .subscribe-right .form-checkbox .wpcf7-list-item-label,
[lang=uk] .subscribe-right .form-checkbox .wpcf7-list-item-label {
    max-width: 320px
}

.subscribe-title {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 28px
}

.subscribe-call,
.subscribe-call a {
    color: #131313;
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 17px;
    text-decoration: none
}

.subscribe-text {
    color: #131313;
    font-size: 14px
}

.subscribe-right__title {
    color: #131313;
    font-size: 17px;
    margin-bottom: 17px;
    max-width: 350px
}

.subscribe-form__row {
    border-radius: 10px;
    height: 38px;
    margin-bottom: 12px;
    position: relative
}

.subscribe-form__row>p {
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(6deg, rgba(223, 223, 223, .59) 8.03%, rgba(255, 255, 255, .59) 51.85%, rgba(255, 255, 255, .59) 87.4%)
}

.subscribe-form__row p .wpcf7-form-control-wrap {
    display: flex;
    height: 100%
}

.subscribe-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    font-size: 12px;
    margin-top: 2px;
    font-weight: 600;
    margin-bottom: 0
}

.form-checkbox label.checked:after {
    border-radius: 2px
}

.subscribe-form__row input[type=email] {
    background: linear-gradient(6deg, #dfdfdf 8.03%, #fff 51.85%, rgba(255, 255, 255, .59) 87.4%);
    height: 100%;
    width: 100%;
    border: none;
    padding-left: 19px;
    outline: 0;
    padding-right: 160px;
    color: #535252;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    border-radius: 10px
}

.subscribe-form__row input[type=email]::placeholder {
    opacity: 1;
    color: #535252;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%
}

.subscribe-form__row input[type=email]:-ms-input-placeholder {
    color: #535252;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%
}

.subscribe-form__row input[type=email]::-ms-input-placeholder {
    color: #535252;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%
}

.subscribe-form__wrap {
    transition: .3s;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 10px;
    min-width: 160px
}

.subscribe-form__row input[type=submit] {
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 44.27%, #daf59f 100%);
    color: #363434;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .29);
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    border: none;
    outline: 0;
    transition: .3s
}

.additional-list li:before,
.hero-italy__title:before,
.parents__wrap-item.butterfly:before,
.program-list li:before {
    background-size: contain;
    background-repeat: no-repeat;
    content: ''
}

.subscribe-form__wrap p {
    height: 100%
}

.subscribe-form .wpcf7-form.sent .wpcf7-response-output {
    margin: 0 !important;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    background: linear-gradient(180deg, #41f268 0, #3e9b45 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    border: none !important;
    padding: 0;
    display: block
}

.subscribe-form .wpcf7-form.sent .form-checkbox label.checked:after {
    background-image: url('../img/send-bg-check.svg');
    top: 2px;
    width: 16px;
    height: 16px;
    background-size: cover
}

.application .application-form.sent input[type=submit],
.application-form .form-checkbox label:before,
.subscribe-form .wpcf7-form.sent .subscribe-form__row,
.subscribe-form .wpcf7-form.sent .subscribe-form__wrap,
.type-contact.choose-term label:before {
    background: linear-gradient(to bottom, #eaebea, #8c8c8c)
}

.subscribe-form .subscribe-form__row input[type=submit] {
    background: linear-gradient(to bottom, #fff, #fff, #daf59f)
}

:focus::-webkit-input-placeholder {
    color: transparent !important
}

:focus::-moz-placeholder {
    color: transparent !important
}

:focus:-moz-placeholder {
    color: transparent !important
}

:focus:-ms-input-placeholder {
    color: transparent !important
}

@media (max-width:370px) {
    .subscribe-form__wrap {
        min-width: 115px
    }

    .subscribe-form__row input[type=email] {
        padding-right: 120px
    }
}

footer {
    background: #494949;
    padding-top: 11px;
    padding-bottom: 20px;
    margin-top: auto
}

.footer-logo {
    margin-bottom: 7px;
    display: flex
}

.footer .container {
    max-width: 883px;
    margin: 0 auto
}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 110px;
    margin-left: -24px
}

[lang=ru-RU] .footer-container,
[lang=uk] .footer-container {
    gap: 55px
}

.footer-text {
    color: #b3b3b3;
    font-size: 14px;
    margin-left: 24px
}

.footer-left {
    max-width: 378px
}

.footer-menu ul {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 31px;
    margin-bottom: 35px
}

@media (min-width:901px) {

    [lang=ru-RU] footer .footer-menu,
    [lang=uk] footer .footer-menu {
        margin-left: -75px;
        width: max-content
    }
}

.footer-menu ul a {
    text-decoration: none;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-style: normal;
    transition: .3s
}

.footer-menu ul a:hover {
    background: linear-gradient(180deg, #ff9a3d 0, #ff5c00 63.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.footer-contacts {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.footer-contacts__left {
    display: flex;
    flex-direction: column;
    gap: 19px;
    padding-top: 8px
}

.footer-contacts__email,
.footer-contacts__phone {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fffdf8;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    text-decoration: none
}

.footer-contacts__email {
    font-size: 15px;
    font-weight: 400
}

.footer-contacts__right {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer-contacts__right a {
    text-decoration: none;
    display: flex
}

.footer-copyright {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-top: 57px
}

.hero-italy__subtitle,
.hero-italy__title {
    color: #131313;
    line-height: 130%;
    font-family: Raleway
}

@media (max-width:1100px) {
    .footer-container {
        gap: 20px;
        flex: 1
    }
}

@media (max-width:600px) {
    .values-wrapper {
        grid-template-columns: 1fr;
        padding-top: 20px;
        padding-left: 25px;
        padding-bottom: 20px
    }

    .values-wrapper:before {
        width: 1px;
        height: 100%
    }

    .value-item:before {
        left: -25px;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .value-item {
        max-width: 100% !important;
        text-align: left
    }

    .values-images__img2,
    .values-images__img3 {
        max-width: 65%
    }

    .values-images__img img,
    .values-images__img2 img,
    .values-images__img3 img {
        height: auto
    }

    .values-images__img4 {
        margin-top: -38px;
        max-width: 64%
    }

    .values-images__img1 {
        left: 5px;
        top: 0;
        max-width: 50%
    }

    .values-images__img3 {
        margin-top: -33px
    }

    .values-images__img2 {
        margin-top: 30px
    }

    .summer-wrapper__left {
        margin-left: 0;
        max-width: 100%
    }

    .summer-wrapper {
        flex-direction: column;
        max-width: 100%;
        width: 100%
    }

    #email,
    #name,
    #phone,
    .summer-wrapper__left img {
        width: 100%
    }

    .summer-title:after {
        max-width: 100%
    }

    .type-contact .wpcf7-checkbox {
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center
    }

    .subscribe-title {
        font-size: 14px;
        margin-bottom: 20px
    }

    .subscribe .container {
        padding: 0 25px
    }

    .footer-menu ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px
    }

    .footer-container {
        gap: 0
    }

    .footer-contacts__phone svg,
    .footer-contacts__right a svg {
        width: auto;
        height: 20px
    }

    .footer-contacts__email svg {
        width: auto;
        height: 17px
    }

    .footer-contacts,
    [lang=uk] .hero-italy__items {
        gap: 12px
    }

    .footer-menu li {
        min-width: max-content
    }

    .footer-text {
        font-size: 14px;
        letter-spacing: -.42px
    }

    [lang=ru-RU] .hero-italy__items {
        gap: 10px
    }

    [lang=ru-RU] .hero-italy__item,
    [lang=uk] .hero-italy__item {
        font-size: 12px
    }
}

@media (max-width:500px) {
    .why-film__images img {
        height: max-content;
        max-width: 39%
    }

    .whyfilm-img3 {
        margin-top: 41px
    }

    .whyfilm-img4 {
        margin-top: -20px;
        margin-left: 26px
    }

    .whyfilm-img1 {
        margin-right: -12px
    }

    .whyfilm-img5 {
        max-width: 33%;
        margin-top: -20px
    }

    .contact-form {
        padding: 30px
    }

    .type-contact .wpcf7-checkbox {
        flex-direction: column;
        align-items: flex-start
    }

    .contact-form input[type=submit] {
        width: 100%
    }

    .footer-menu ul {
        grid-template-columns: 1fr 1fr
    }

    [lang=ru-RU] footer .footer-menu li:last-child,
    [lang=uk] footer .footer-menu li:last-child {
        grid-column: 1/3
    }
}

.hero-italy {
    padding-top: 50px;
    padding-bottom: 72px;
    margin-bottom: 22px;
    background: linear-gradient(355deg, rgba(236, 222, 90, 0) 6.58%, rgba(240, 234, 97, .85) 51.33%, #bff489 87.65%)
}

.hero-italy__container {
    display: flex;
    margin-bottom: 60px
}

.hero-italy__left {
    max-width: 418px;
    padding-top: 48px;
    width: 100%
}

.hero-italy__title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative
}

.hero-italy__title:before {
    background-image: url('../img/italy-before.svg');
    width: 40px;
    height: 61px;
    display: block;
    position: absolute;
    right: 99%;
    top: -22px
}

.hero-italy__subtitle {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 26px
}

.hero-italy__item,
.hero-italy__special,
.hero-italy__text {
    font-size: 16px;
    color: #131313
}

.hero-italy__text {
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 13px
}

.accomodation-descr p:not(:last-child),
.additional-list li:not(:last-child),
.hero-italy__text p:not(:last-child),
.program-list li:not(:last-child),
.team-descr p:not(:last-child),
.unick-left li:not(:last-child) {
    margin-bottom: 15px
}

.hero-italy__special {
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 41px
}

.hero-italy__item,
.included-quote {
    font-weight: 600;
    line-height: 130%;
    text-align: center
}

.hero-italy__items {
    position: relative;
    padding-top: 21px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 391px
}

.hero-italy__items svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px
}

.hero-italy__item {
    text-shadow: 1px 1px 2px #edf65c;
    position: relative
}

.hero-italy__item:last-child {
    margin-right: 20px
}

.hero-italy__item:nth-child(2) {
    margin-left: 45px;
    text-align: left
}

[lang=ru-RU] .hero-italy__item:nth-child(2),
[lang=uk] .hero-italy__item:nth-child(2) {
    margin-left: 0;
    text-align: center
}

[lang=ru-RU] .hero-italy__item:last-child {
    margin-right: 0
}

.hero-italy__item:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: linear-gradient(180deg, #41f268 0, #3e9b45 100%)
}

.hero-italy__right img {
    object-fit: cover;
    border-radius: 9px
}

.hero-italy__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.hero-italy__right-img1 {
    margin-right: 22px
}

.hero-italy__right-img1 img {
    max-width: 160px;
    max-height: 182px
}

.hero-italy__right-img2 img,
.hero-italy__right-img3 img {
    max-width: 255px;
    max-height: 315px
}

.hero-italy__right-img4 img {
    max-width: 160px;
    max-height: 180px
}

.hero-italy__right-img3 {
    margin-top: -102px
}

.hero-italy__right-img4 {
    margin-top: 32px;
    margin-left: 22px
}

.hero-italy__right-img {
    display: flex;
    border-radius: 10px;
    background: linear-gradient(to bottom, #ffb58a, #e2651e);
    padding: 2px;
    height: fit-content
}

.hero-italy__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px
}

.hero-italy__menu a {
    display: block;
    text-align: center;
    color: #131313;
    font-size: 17px;
    font-weight: 700;
    line-height: 130%;
    text-decoration: none;
    transition: .3s
}

.hero-italy__menu a:hover {
    color: #777
}

.hero-italy__menu a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 62px;
    height: 1px;
    background-color: #41f268;
    box-shadow: 0 1px 2px #737373;
    transition: .3s
}

.hero-italy__menu a:hover:after {
    box-shadow: 0 1px 2px #41f268
}

@media (max-width:1100px) {

    .hero-italy__right-img1 img,
    .hero-italy__right-img4 img {
        width: 140px
    }

    .hero-italy__right-img2 img,
    .hero-italy__right-img3 img {
        width: 200px;
        height: 220px
    }

    .hero-italy__right-img3 {
        margin-top: -93px
    }

    .hero-italy__right-img4 {
        margin-top: -36px
    }

    .hero-italy__container {
        gap: 30px
    }
}

@media (max-width:450px) {
    .hero-italy__right-img1 img {
        width: 121px;
        height: 150px
    }

    .hero-italy__right-img2 img,
    .hero-italy__right-img3 img {
        width: 164px;
        height: 211px
    }

    .hero-italy__right-img4 img {
        width: 120px;
        height: 150px
    }

    .hero-italy__right-img4 {
        margin-top: 17px
    }

    .hero-italy__right-img3 {
        margin-top: -50px
    }

    .hero-italy__item:nth-child(2) {
        margin-left: 0;
        text-align: center
    }

    .hero-italy__item:last-child {
        margin-right: 0
    }

    .hero-italy__item {
        font-size: 16px
    }
}

@media (max-width:400px) {

    .hero-italy__right-img2 img,
    .hero-italy__right-img3 img {
        width: 142px;
        height: 177px
    }

    .hero-italy__right-img1 img,
    .hero-italy__right-img4 img {
        width: 114px;
        height: 116px
    }
}

@media (max-width:350px) {

    .journey-term__num,
    .journey-term__title {
        grid-column: 1/3;
        padding-left: 0;
        text-align: center
    }

    .journey-term__date {
        font-size: 13px
    }

    .learn-circle {
        width: 130px;
        height: 130px
    }

    .learn-circle span {
        max-width: 103px
    }

    .hero-italy__right-img2 img,
    .hero-italy__right-img3 img {
        width: 122px;
        height: 143px
    }

    .hero-italy__right-img1 img,
    .hero-italy__right-img4 img {
        width: 119px;
        height: 91px
    }

    .hero-italy__right-img3 {
        margin-top: -40px
    }

    .hero-italy__right-img1 {
        margin-right: 8px
    }

    .hero-italy__right-img4 {
        margin-left: 8px;
        margin-top: 14px
    }
}

.hero-italy+.journey {
    margin-bottom: 54px
}

.included {
    margin-top: -460px;
    padding-top: 390px;
    padding-bottom: 46px
}

.included .block-title {
    padding-top: 51px
}

.included .container {
    position: relative;
    padding-top: 20px
}

.included:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 894px;
    width: 100%;
    background: linear-gradient(180deg, #ffa34f 20.83%, rgba(255, 255, 255, 0) 100%)
}

.included-text {
    max-width: 640px;
    margin-bottom: 27px;
}

.included-left img {
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 #c4c4c4
}

.included-wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 28px
}

.included-left {
    max-width: 391px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    margin-top: 22px
}

.included-right {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px
}

.primary-program-wrapper,
.program-wrapper .program-item .program-list {
    grid-template-columns: 1fr
}

.program-list,
.program-wrapper {
    grid-template-columns: 1fr 1fr
}

.included-right li {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    padding-left: 18px
}

.included-right li:not(:last-child) {
    margin-bottom: 13px
}

.included-right li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100%
}

.included-quote {
    max-width: 496px;
    margin: 0 auto;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, .25));
    font-size: 21px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.program {
    margin-bottom: 48px
}

.program {
    padding-top: 46px
}

.primary-program-wrapper,
.program-wrapper {
    display: grid;
    column-gap: 30px;
    row-gap: 38px;
    max-width: 721px;
    margin: 0 auto
}

.primary-program-wrapper {
    padding-bottom: 38px
}

.program-item .program-item__wrapper {
    padding: 10px 25px 18px 24px;
    border-radius: 23px;
    background: linear-gradient(158deg, #f9f9f9 14.53%, #fff 56.58%);
    flex: 1;
    display: flex;
    flex-direction: column
}

.primary-program-wrapper .program-item .program-item__wrapper {
    padding: 22px 60px
}

.program-item {
    border-radius: 23px;
    background: linear-gradient(to bottom, rgba(236, 222, 90, 0), rgba(240, 234, 97, .85), #bff489);
    box-shadow: -1px -1px 28px 0 #87796f;
    padding: 1px;
    display: flex
}

.btn-green-gradient,
.btn-orange-gradient {
    border-radius: 10px;
    height: 100%;
    top: 0;
    width: 100%
}

.additional-title,
.history-big-text,
.program-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.program-subtitle {
    font-size: 16px;
    max-width: 434px;
    margin-bottom: 10px
}

.program-list {
    padding-top: 17px;
    display: grid;
    gap: 50px;
    margin-top: auto;
    margin-bottom: auto
}

.primary-program-wrapper .program-item .program-list {
    padding-top: 24px
}

.additional-head:after,
.parents .block-title:after,
.primary-program-wrapper .program-item .program-list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #e2651e;
    box-shadow: 0 2px 3px #e2651e
}

.additional-head:after,
.parents .block-title:after {
    top: unset;
    bottom: 0;
    max-width: 822px;
    left: 50%;
    transform: translateX(-50%)
}

.accomodation .sign-in__btn-wrap.find-out-wrapp,
.program .sign-in__btn-wrap {
    max-width: 250px;
    padding: 2px
}

.program-head {
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between
}

.program-head:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e2651e;
    box-shadow: 0 2px 3px #e2651e
}

.program-list li {
    font-size: 15px
}

.program-list li:before {
    background-image: url('../img/check-orange.svg');
    width: 28px;
    height: 30px;
    position: absolute;
    top: 0;
    right: calc(100% + 8px);
    display: block
}

.program-bottom {
    max-width: 560px;
    margin: 15px auto 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -.6px;
    background: linear-gradient(180deg, #ffb58a 0, #e2651e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.program-head .program-title {
    margin-bottom: 4px;
    margin-top: auto;
    margin-left: 19px
}

.program-wrapper .program-item .program-list li {
    padding-left: 22px
}

.program-wrapper .program-item .program-list li:before {
    top: -4px;
    right: calc(100% - 16px);
    display: block
}

.program .sign-in__btn-wrap {
    margin-top: 41px
}

.accomodation .sign-in__btn-wrap.find-out-wrapp a,
.program .sign-in__btn-wrap.find-out-wrapp a {
    background-color: #fff;
    border-radius: 9px
}

.program .contact-us-wrap {
    margin-top: 17px
}

.btn-orange-gradient {
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, #ffb58a, #e2651e)
}

.btn-green-gradient {
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, #41f268, #3e9b45)
}

.contact-us {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px
}

.contact-us-wrap {
    padding: 2px;
    border-radius: 9px
}

.program-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 534px;
    background: linear-gradient(to bottom, #ebf263, rgba(255, 255, 255, 0))
}

.accomodation {
    padding-top: 38px;
    padding-bottom: 8px;
    position: relative
}

.accomodation-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 89%;
    background: linear-gradient(to top, #fffefa, #eff95d, #ffb55b, #ffb55b)
}

.accomodation .block-title {
    margin-bottom: 34px
}

.accomodation-wrapper {
    display: flex;
    align-items: center;
    gap: 33px;
    max-width: 827px;
    width: 100%;
    margin: 0 auto
}

.parent-sign-btn,
.parents__wrap-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.accomodation-left__wrapp {
    box-shadow: 0 4px 4px 0 #c4c4c4;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 437px
}

.accomodation-left__wrapp img {
    border-radius: 10px;
    width: 100%;
    height: 310px;
    object-fit: cover
}

.principles-left img,
.team-img img,
.unick-right img {
    height: auto;
    object-fit: cover
}

.accomodation-descr {
    margin-top: 23px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%
}

.additional-item:first-child .additional-list,
.additional-item:last-child .additional-list,
.parents__wrap {
    margin-top: 30px
}

.accomodation .find-out-wrapp {
    margin-top: 86px
}

.accomodation-right {
    max-width: 537px
}

.accomodation-left {
    max-width: 437px
}

.accomodation-pagination {
    bottom: -36px !important;
    top: unset !important
}

.accomodation-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 10.29px;
    height: 10.737px;
    border-radius: 10.737px;
    margin: 0 3px !important;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .3));
    border: 1px solid #ffb58a;
    position: relative;
    background-color: transparent
}

.swiper-pagination-bullet-active {
    background: linear-gradient(to bottom, #ffb58a, #e2651e);
    border: none !important
}

.accomodation-pagination .swiper-pagination-bullet:first-child {
    padding-left: 0 !important
}

.accomodation-pagination .swiper-pagination-bullet:last-child {
    padding-right: 0 !important
}

@media (max-width:870px) {

    .hero-italy__container,
    .included-wrapper {
        flex-direction: column
    }

    .hero-italy__left {
        max-width: 100%;
        padding-top: 0
    }

    .accomodation-left,
    .accomodation-left__wrapp,
    .accomodation-right,
    .hero-italy__items,
    .included-left {
        max-width: 100%
    }

    .hero-italy__item:nth-child(2) {
        text-align: center
    }

    .hero-italy__right {
        max-width: 498px;
        margin: 0 auto;
        justify-content: center
    }

    .hero-italy__menu {
        flex-wrap: wrap
    }

    .included-left img {
        width: 100%;
        height: auto
    }

    .accomodation-wrapper {
        flex-direction: column;
        gap: 60px
    }

    .accomodation .find-out-wrapp {
        margin-top: 50px
    }
}

.parents {
    padding-top: 55px;
    padding-bottom: 51px
}

.parents .block-title {
    padding-bottom: 30px;
    position: relative
}

.parents__wrap {
    max-width: 937px
}

.parents__wrap-title {
    text-align: center;
    color: #131313;
    font-family: Raleway;
    font-size: 21px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 45px
}

.additional-list li,
.parents__wrap-text {
    color: #131313;
    font-weight: 400;
    line-height: 130%
}

.parents__wrap-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 25px
}

.parents__wrap-item:first-child {
    margin-left: 27px
}

.parents__wrap-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 131px;
    height: 131px;
    border-radius: 100%;
    background: #fffdf8;
    filter: drop-shadow(0px 10px 30px rgba(243, 214, 199, .8));
    text-decoration: none
}

.additional-info .container,
.application .wpcf7-form-control-wrap,
.child-details__age,
.contact.with-gradient .container,
.custom-select,
.hero-about .container,
.hero-reviews .container,
.parents__wrap-item.butterfly,
.principles .container,
.privacy-policy .container,
.uniq .container {
    position: relative
}

.parents__wrap-item.butterfly:before {
    position: absolute;
    top: -33px;
    left: -27px;
    background-image: url('../img/butterfly.png');
    width: 59px;
    height: 72px
}

.parents__wrap-img {
    display: flex;
    justify-content: center
}

.parents__wrap-text {
    font-size: 14px;
    margin-top: 10px;
    max-width: 96px
}

.parent-sign-btn,
[lang=ru-RU] .hero-about__circles,
[lang=uk] .hero-about__circles {
    max-width: fit-content
}

.parent-sign-btn {
    display: flex;
    margin-top: 72px;
    min-width: 248px;
    padding-left: 32px;
    padding-right: 32px;
    height: 39px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffb58a 0, #e2651e 100%);
    justify-content: center;
    align-items: center;
    color: #fffdf8;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    text-decoration: none;
    transition: .3s
}

@media (max-width:1200px) {
    .parents__wrap-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .parents__wrap-item:first-child {
        margin-left: 0
    }
}

.additional-info {
    padding-top: 51px;
    padding-bottom: 60px;
    position: relative
}

.additional-info-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 410px;
    background: linear-gradient(to top, rgba(236, 222, 90, 0), rgba(240, 234, 97, .53), rgba(191, 244, 137, .91))
}

.additional-wrapper {
    max-width: 721px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 31px
}

.additional-item {
    border-radius: 23px;
    min-height: 388px;
    background: linear-gradient(to bottom, rgba(236, 222, 90, 0), rgba(240, 234, 97, .85), #bff489);
    padding: 1px;
    box-shadow: -1px -1px 28px 0 #87796f
}

.hero-about__left,
.hero-about__left img {
    border-radius: 21px;
    object-fit: cover
}

.hero-about__left,
.unick-right {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    display: flex
}

.additional-item .additional-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(158deg, #f9f9f9 14.53%, #fff 56.58%);
    border-radius: 23px;
    padding: 34px 25px 59px 24px;
    display: flex;
    flex-direction: column
}

.additional-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 12px;
    position: relative;
    margin-top: -34px;
    padding-top: 34px;
    margin-right: -25px;
    padding-right: 25px
}

.additional-info .additional-head {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 94px
}

.additional-head:after {
    width: auto;
    right: 25px;
    left: 0;
    transform: none
}

.additional-title {
    margin-left: 0
}

.additional-item:first-child svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px
}

.additional-item:last-child svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px
}

.additional-list {
    margin-top: auto;
    margin-bottom: auto
}

.additional-list li {
    font-size: 15px;
    position: relative;
    padding-left: 18px
}

.additional-list li:before {
    position: absolute;
    top: -6px;
    left: -13px;
    width: 28px;
    height: 30px;
    background-image: url('../img/dot.svg')
}

.contact.with-gradient,
.year {
    position: relative;
    padding-top: 40px
}

.contact-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 534px;
    background: linear-gradient(to bottom, #f7ff6b, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))
}

.green .year-gradient,
.subscribe.green-gradient {
    background: linear-gradient(to bottom, rgba(236, 222, 90, 0) 6.58%, rgba(240, 234, 97, .85) 51.33%, #bff489 87.65%)
}

.hero-about {
    padding-top: 42px;
    padding-bottom: 48px;
    position: relative
}

.hero-about-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 710px;
    background: linear-gradient(to top, rgba(236, 222, 90, 0), rgba(240, 234, 97, .85), #bff489)
}

.hero-about__top {
    display: flex;
    align-items: stretch;
    gap: 28px;
    margin-bottom: 46px
}

.hero-about__left {
    padding: 1px 1px 0;
    background: linear-gradient(to top, rgba(236, 222, 90, 0), rgba(236, 222, 90, 0), rgba(240, 234, 97, .85), #bff489)
}

.team-item.bg-left:after,
.team-item.bg-right:after {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute
}

.about-title {
    color: #000;
    font-family: Raleway;
    font-size: 40px;
    font-weight: 800;
    line-height: 130%
}

.hero-about__text {
    text-align: center;
    max-width: 719px;
    margin: 0 auto 30px;
    color: #131313;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%
}

.hero-about__circle span,
.history-text,
.unick-left li {
    font-size: 16px;
    line-height: 130%
}

.hero-about__circle {
    width: 167.544px;
    height: 167.544px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/circle-green.svg');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0
}

[lang=ru-RU] .hero-about__circle,
[lang=uk] .hero-about__circle {
    width: 180px;
    height: 180px
}

.hero-about__circle span {
    text-align: center;
    color: #000;
    font-weight: 400
}

.hero-about__circles {
    display: flex;
    align-items: flex-start;
    max-width: 595px;
    margin: 0 auto
}

.hero-about__circle:nth-child(2) {
    margin-top: 48px;
    margin-left: -26px;
    margin-right: -26px
}

.hero-about__circle:last-child {
    margin-top: 46px;
    margin-left: -26px
}

@media (max-width:1100px) {
    .accomodation-gradient {
        height: 87%
    }

    .hero-about__right {
        max-width: 442px;
        width: 100%
    }

    .hero-about__left {
        max-width: 404px;
        width: 100%;
        display: flex
    }

    .hero-about__left img {
        width: 100%;
        height: auto
    }
}

@media (max-width:800px) {
    .values-images__wrapper {
        flex-direction: column;
        gap: 50px
    }

    .hero-about__left,
    .hero-about__right,
    .subscribe-left,
    .subscribe-right__title,
    .values-images__text,
    [lang=ru-RU] .subscribe-left,
    [lang=ru-RU] .subscribe-right .form-checkbox .wpcf7-list-item-label,
    [lang=ru-RU] .subscribe-right__title,
    [lang=uk] .subscribe-left,
    [lang=uk] .subscribe-right .form-checkbox .wpcf7-list-item-label,
    [lang=uk] .subscribe-right__title {
        max-width: 100%
    }

    .subscribe .subscribe-wrapper {
        flex-direction: column
    }

    .additional-wrapper {
        grid-template-columns: 1fr
    }

    .additional-title,
    .program-title {
        padding-right: 51px
    }

    .program-second-title {
        padding-right: 0px
    }

    .additional-item:first-child svg {
        transform: translateY(-50%);
        top: 50%
    }

    .hero-about__top {
        flex-direction: column-reverse
    }

    .hero-about__circles {
        max-width: 100%;
        justify-content: center
    }
}

@media (max-width:700px) {

    .hero-about__circles,
    [lang=ru-RU] .hero-about__circles,
    [lang=uk] .hero-about__circles {
        max-width: 405px;
        justify-content: center;
        flex-wrap: wrap
    }

    .hero-about__circle:nth-child(3) {
        margin-top: -50px
    }

    .hero-about__circle:last-child {
        margin-top: -22px
    }

    [lang=ru-RU] .hero-about__circle,
    [lang=uk] .hero-about__circle {
        width: 167.544px;
        height: 167.544px
    }
}

.uniq {
    padding-top: 45px;
    padding-bottom: 57px;
    position: relative
}

.uniq-gradient {
    background: linear-gradient(to bottom, #ffa34f, rgba(255, 255, 255, 0));
    height: 894px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.unick-wrapper {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 42px;
    margin-bottom: 50px
}

.unick-wrapper+.block-title {
    margin-bottom: 26px
}

.unick-left {
    max-width: 375px;
    width: 100%
}

.unick-right {
    max-width: 424px;
    width: 100%;
    border-radius: 10px
}

.unick-left li {
    color: #131313;
    font-weight: 400;
    position: relative;
    padding-left: 15px
}

.unick-left li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -7px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: linear-gradient(180deg, #ffb58a 0, #e2651e 100%)
}

.principles-left img,
.unick-right img {
    border-radius: 10px;
    width: 100%
}

.history-text {
    max-width: 671px;
    color: var(--, #131313);
    text-align: center;
    font-weight: 600;
    margin: 0 auto 43px
}

.history-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
    margin: 0 auto;
    gap: 30px
}

.history-block {
    border-radius: 33px;
    box-shadow: -1px -1px 28px 0 #87796f;
    padding: 1px;
    display: flex;
    background: linear-gradient(to bottom, rgba(236, 222, 90, 0), rgba(240, 234, 97, .85), #bff489)
}

.history-content {
    border-radius: 33px;
    width: 100%;
    height: 100%;
    padding: 27px 20px 35px;
    background-color: #fff
}

.history-block:first-child .history-big-text {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 26px
}

.history-block:last-child .history-big-text {
    position: relative;
    padding-top: 19px;
    padding-bottom: 7px;
    margin-top: 17px;
    padding-left: 13px
}

.history-block:last-child .history-big-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 115%;
    max-width: 290px;
    height: 1px;
    background-color: #e2651e;
    box-shadow: 0 2px 3px #e2651e
}

.history-block:first-child .history-big-text:after,
.history-block:last-child .history-small-black-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e2651e;
    box-shadow: 0 2px 3px #e2651e
}

.history-block:last-child .history-small-black-text:after {
    left: 0;
    width: 115%;
    max-width: 290px
}

.history-small-black-text {
    padding-bottom: 23px;
    position: relative;
    color: #131313;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    max-width: 275px;
    margin-left: 0;
    padding-left: 13px;
    padding-right: 15px;
    margin-bottom: 14px
}

.history-list li span:first-child {
    font-size: 18px;
    font-weight: 800;
    line-height: 130%;
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px;
    display: block
}

.history-list li span:first-child:before {
    background: linear-gradient(180deg, #41f268 0, #3e9b45 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    content: '>';
    position: absolute;
    top: 0;
    left: 0
}

.history-list li:not(:last-child) {
    margin-bottom: 22px
}

.history-list li span:last-child {
    color: #131313;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    padding-left: 15px;
    display: block
}

.history-list li span:last-child a {
    color: #c62e2e;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none
}

.history-small-text {
    background: linear-gradient(180deg, #ffb58a 0, #e2651e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 8px;
    padding-left: 15px
}

.principles {
    position: relative;
    padding-top: 41px;
    padding-bottom: 58px
}

.principles-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 534px;
    background: linear-gradient(180deg, #ebf263 0, rgba(255, 181, 38, .67) 41.15%, rgba(255, 255, 255, 0) 100%)
}

.principles-wrapp {
    display: flex;
    gap: 25px;
    max-width: 864px;
    margin: 37px auto 0;
    width: 100%;
    align-items: center
}

.principles-left {
    max-width: 382px;
    width: 100%;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    padding: 1px;
    background: linear-gradient(to bottom, #41f268, #3e9b45);
    flex-shrink: 0
}

.team-img img,
.team-item {
    box-shadow: 0 10px 30px 0 rgba(243, 214, 199, .8)
}

.principles-right {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
    column-gap: 22px
}

.principles-num {
    max-width: fit-content;
    margin: 0 auto 22px;
    min-width: 26px;
    height: 26px;
    border-radius: 100%;
    background: linear-gradient(180deg, #41f268 0, #3e9b45 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fffdf8;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 3px
}

.principles-text {
    text-align: center;
    color: #131313;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%
}

.our-team .block-title {
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 30px;
    max-width: 738px;
    margin-left: auto;
    margin-right: auto
}

.team-text {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%
}

.team-items-pagination {
    bottom: 45px !important
}

.team-items-wrap {
    max-width: 777px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.team-items .swiper-wrapper {
    flex-direction: row;
    row-gap: 44px;
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    padding-right: 30px;
    padding-top: 50px
}

.team-items {
    padding-bottom: 105px;
    overflow: unset !important;
    padding-left: 30px;
    padding-right: 30px
}

.team-item {
    border-radius: 10px;
    background: linear-gradient(355deg, rgba(236, 222, 90, 0) 6.58%, rgba(240, 234, 97, .85) 51.33%, #bff489 87.65%);
    padding: 19px 17px 28px 16px;
    max-width: 363px;
    position: relative;
    height: auto !important;
    margin-top: 0 !important
}

.team-item.bg-left:after {
    content: '';
    top: -23px;
    left: -22px;
    background-image: url('../img/team-left.svg');
    width: 62px;
    height: 69px
}

.team-item.bg-right:after {
    content: '';
    bottom: -20px;
    right: -20px;
    background-image: url('../img/team-right.svg');
    width: 62px;
    height: 69px
}

.team-img img {
    max-width: 100%;
    border-radius: 9px
}

.team-img {
    margin-bottom: 27px
}

.team-title {
    color: #131313;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 5px
}

.team-descr,
.team-position {
    color: #131313;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 12px
}

.team-descr {
    margin-bottom: 0;
    max-width: 322px
}

.hero-reviews {
    padding-top: 43px;
    padding-bottom: 48px;
    position: relative
}

.reviews-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 596px;
    background: linear-gradient(0deg, #fffefa 12.59%, #eff95d 34.21%, #ebf369 38.7%, #ffb55b 63.19%), linear-gradient(261deg, #ecde5a 14.14%, #fbbc6f 87.1%)
}

.hero-reviews__wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px
}

.hero-reviews__right {
    max-width: 393px;
    border-radius: 10px;
    box-shadow: 0 3px 14px 0 #737373;
    display: flex;
    width: 100%
}

.hero-reviews__right img {
    max-height: 451px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-reviews .about-title {
    margin-bottom: 37px
}

.hero-reviews__left {
    max-width: 411px;
    width: 100%
}

.reviews {
    position: relative;
    padding-bottom: 15px
}

.reviews .block-title {
    margin-bottom: 23px
}

.reviews-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-bottom: 30px
}

.reviews-item {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 4px 0 #ff9152;
    padding-top: 49px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    height: 100%;
    display: inline-block
}

.contacts-gradient,
.previous-gradient {
    background: linear-gradient(to top, rgba(236, 222, 90, 0) 6.58%, rgba(240, 234, 97, .85) 51.33%, #bff489 87.65%)
}

.change-data__form,
.popup-content {
    box-shadow: -1px -1px 28px 0 #e2651e
}

.reviews-item:after {
    content: '';
    position: absolute;
    top: 37px;
    left: 1px;
    right: 1px;
    width: calc(100% - 2px);
    height: .6px;
    background: #e2651e;
    box-shadow: 0 1px 3px #e2651e
}

.review-text {
    padding-left: 24px;
    padding-right: 28px;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 125.5%;
    margin-top: 12px
}

.reviews-items {
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 40px;
    max-width: 741px;
    margin: 0 auto
}

.review-head {
    display: flex;
    position: relative;
    height: 37px;
    margin-top: -49px
}

.review-head img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: contain
}

.review-text p:not(:last-child) {
    margin-bottom: 7px
}

.reviews-item-image {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
    width: 100%
}

.reviews-item-image img {
    border-radius: 15px;
    width: 100%;
    height: auto
}

.hero-previous {
    padding-top: 67px;
    position: relative;
    padding-bottom: 20px
}

[lang=ru-RU] .hero-previous .hero-italy__title {
    max-width: 419px
}

.hero-italy__title {
    max-width: 379px
}

.hero-previous .container {
    max-width: 836px;
    margin: 0 auto;
    position: relative
}

.previous-gradient,
.year-gradient,
.year-title:after {
    position: absolute;
    width: 100%;
    left: 0
}

.previous-gradient {
    top: 0;
    height: 255px
}

.year-gradient {
    bottom: 0;
    height: 405px
}

.orange .year-gradient {
    background: linear-gradient(to top, #ffa978 14.81%, #fbbc6f 41.79%, rgba(252, 189, 112, 0) 79.14%)
}

.year-title {
    color: #131313;
    font-family: Raleway;
    font-size: 31px;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 21px;
    position: relative;
    margin-bottom: 24px
}

.contact-title,
.contacts-text,
.login-left li a,
.year-name {
    font-size: 21px;
    font-family: Raleway;
    line-height: 130%;
    color: #131313
}

.year-title:after {
    content: '';
    bottom: 0;
    height: 1px;
    background: #87796f;
    box-shadow: 0 2px 3px #e2651e
}

.year-img img,
.year-video .record-bg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.year-name {
    font-weight: 700;
    margin-bottom: 8px
}

.year-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 81px;
    margin-bottom: 75px;
    max-width: 836px;
    margin-left: auto;
    margin-right: auto
}

.year-left {
    max-width: 382px;
    width: 100%
}

.year-right {
    max-width: 381px;
    position: relative;
    display: flex;
    width: 100%
}

.year-right .swiper-pagination.accomodation-pagination {
    bottom: -47px !important
}

.year-img {
    display: flex;
    border-radius: 10px
}

.year-img img {
    border-radius: 10px;
    max-width: 100%;
    box-shadow: 0 4px 4px 0 #c4c4c4;
    cursor: pointer
}

.year-video {
    max-width: 629px;
    height: 376px;
    margin: 0 auto;
    padding-bottom: 28px;
    display: flex
}

.year-video .video__button svg {
    width: 85px;
    height: 85px
}

.year-slider {
    padding-bottom: 40px;
    margin-bottom: -40px;
    padding-left: 5px;
    padding-right: 5px
}

.year-pagination .swiper-pagination-bullet {
    background-color: #fff;
    box-shadow: 0 6px 2px rgba(0, 0, 0, .1)
}

.year-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    box-shadow: 0 5px 2px rgba(0, 0, 0, .3)
}

@media (max-width:900px) {
    .footer-container {
        flex-direction: column;
        margin-left: 0
    }

    .footer-text {
        margin-left: 0
    }

    .footer-logo {
        display: flex;
        margin-left: -24px
    }

    .footer-left {
        max-width: 100%
    }

    .footer-contacts {
        flex-direction: column-reverse
    }

    [lang=ru-RU] .footer-container,
    [lang=uk] .footer-container {
        gap: 20px
    }

    .year-wrapper {
        gap: 30px
    }
}

.contacts-hero {
    position: relative;
    padding-top: 67px;
    padding-bottom: 90px
}

.contacts-hero.contacts-hero .container {
    position: relative;
    max-width: 858px;
    margin: 0 auto
}

.contacts-hero .hero-italy__title {
    margin-bottom: 15px
}

.contacts-text {
    font-weight: 700;
    max-width: 613px
}

.contacts-info .container {
    max-width: 858px
}

.contacts-map {
    display: flex;
    margin-bottom: 50px
}

.contacts-social {
    margin-bottom: 50px;
    margin-top: 54px
}

.contacts-map img {
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(243, 214, 199, .8)
}

.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 34px;
    column-gap: 46px
}

.contact-title {
    font-weight: 700;
    margin-bottom: 20px
}

.account-verified__text,
.change-data__account,
.forms-upload__text,
.thank-question,
.thank-submit {
    font-weight: 400;
    line-height: 130%
}

.contact-text a {
    font-weight: 700;
    text-decoration: none
}

.contacts-info {
    padding-bottom: 116px;
    margin-top: -40px
}

@media (max-width:800px) {
    .unick-wrapper {
        flex-direction: column-reverse
    }

    .history-small-black-text,
    .principles-left,
    .principles-wrapp,
    .team-descr,
    .team-item,
    .unick-left,
    .unick-right,
    .year-left {
        max-width: 100%
    }

    .principles-left img,
    .unick-right img {
        aspect-ratio: 4/3
    }

    .history-blocks {
        grid-template-columns: 1fr
    }

    .history-block:last-child .history-big-text:before,
    .history-block:last-child .history-small-black-text:after {
        left: 0;
        max-width: 100%
    }

    .principles-wrapp,
    .year-wrapper {
        flex-direction: column
    }

    .team-items {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }

    .team-items-wrap {
        max-width: unset;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .team-img,
    .team-img img {
        width: 100%
    }

    .review-head img {
        height: 100%;
        padding-right: 5px;
        padding-left: 5px
    }

    .reviews-items {
        column-gap: 15px
    }

    .year-right {
        margin: 0 auto
    }

    .contacts-info {
        padding-bottom: 50px
    }
}

.login-details {
    padding-top: 67px;
    padding-bottom: 109px;
    background: linear-gradient(1deg, rgba(166, 246, 77, 0) 14.58%, rgba(191, 255, 120, .9) 45.33%, rgba(236, 222, 90, .99) 74.77%, #f9c16c 94.31%, #fbbc6f 94.32%)
}

.login-details .hero-italy__title:before,
.login-left li.main-application a svg {
    display: none
}

.login-details .hero-italy__title {
    margin-bottom: 76px
}

.login-details__wrapper {
    display: flex;
    max-width: 763px;
    margin-right: auto
}

.login-left {
    margin-top: 30.5px;
    max-width: 316px;
    width: 100%
}

.login-left li a {
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-weight: 500;
    text-decoration: none
}

.login-left li:not(:last-child),
.popup-forgot .thank-submit {
    margin-bottom: 25px
}

.login-left li.active a {
    font-weight: 700;
    position: relative
}

.login-left li.active a:after {
    content: '';
    position: absolute;
    top: calc(100% + 8px);
    left: -15px;
    background-image: url('../img/account-active.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 20px;
    width: 320px
}

.login-left li.main-application.submitted a {
    display: flex;
    gap: 14px;
    align-items: center;
    color: #8c8c8c;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.change-data__form {
    max-width: 447px;
    border-radius: 33px;
    background: #fff;
    padding: 38.5px 48.5px 45.5px;
    width: 100%;
    margin-left: -11px
}

.change-data__account {
    color: #000;
    font-size: 16px;
    margin-bottom: 27px
}

.change-data__account span {
    font-weight: 600
}

.change-data__form input[type=password] {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #737373;
    padding-bottom: 8.5px;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 18px;
    outline: 0
}

.change-passw {
    margin-top: 43px
}

.change-passw input[type=submit] {
    position: relative;
    border: none;
    outline: 0;
    background: 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #363434;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .29);
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%
}

.login-right {
    display: flex;
    max-width: 447px;
    width: 100%
}

.parental-form__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.parental-form__item {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative
}

.parental-form__item svg {
    transition: .3s
}

.parental-form__item svg:hover {
    filter: drop-shadow(0px 3px 3px rgba(166, 246, 77, .92))
}

.parental-form__item span {
    color: #131313;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    max-width: 124px
}

.parental-form__completed span,
.parental-form__upload form span {
    position: absolute;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .29);
    font-size: 16px;
    font-weight: 600;
    transform: translate(-50%, -50%);
    font-family: Raleway;
    line-height: 130%
}

.parental-form {
    padding: 31px 14px 40px 15px;
    max-width: 488px
}

.parental-form__completed,
.parental-form__upload {
    margin-top: auto;
    max-width: 117px;
    margin-left: auto;
    margin-right: auto
}

.parental-form__item:first-child,
.parental-form__item:nth-child(2),
.parental-form__item:nth-child(3) {
    padding-bottom: 18px
}

.parental-form__item:nth-child(4),
.parental-form__item:nth-child(5),
.parental-form__item:nth-child(6) {
    padding-top: 33px
}

.parental-form__item:first-child:after,
.parental-form__item:nth-child(2):after {
    content: '';
    position: absolute;
    right: 0;
    top: -8px;
    height: 318px;
    background: linear-gradient(to top, #e2651e, #fbbc6f, #ffb58a);
    width: 2px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.parental-forms-upload .parental-form__item:first-child:after,
.parental-forms-upload .parental-form__item:nth-child(2):after {
    height: 100%;
    top: 0
}

.parental-form__item:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 300%;
    background: linear-gradient(to left, #e2651e, #fbbc6f, #ffb58a);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.account-verified .hero-italy__title:before,
.application-add-child .wpcf7-checkbox input,
.parental-forms-upload .parental-form__item:first-child:before {
    display: none
}

.parental-form__completed {
    position: relative;
    display: flex
}

.parental-form__completed span {
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #828282;
    text-align: center
}

.parental-form__upload {
    transition: .3s;
    border-radius: 10px
}

.parental-form__upload:hover {
    box-shadow: 0 4px 4px 0 #f4802c
}

.parental-form__upload form {
    position: relative;
    display: flex
}

.parental-form__upload form input {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0
}

.parental-form__upload form span {
    left: 50%;
    top: 50%;
    color: #363434
}

.forms-upload__text {
    color: #000;
    text-align: center;
    font-size: 14px
}

.parental-page {
    padding-bottom: 40px
}

@media (max-width:600px) {

    .about-title,
    .hero-italy__title {
        font-size: 30px
    }

    .hero-italy__menu a {
        width: 46%
    }

    .hero-italy__menu {
        justify-content: flex-start
    }

    .contact-wrap,
    .included-right,
    .principles-right,
    .program-list,
    .program-wrapper {
        grid-template-columns: 1fr
    }

    .included-right {
        gap: 13px
    }

    .additional-title,
    [lang=ru-RU] .program-title {
        font-size: 20px
    }

    .program-item:first-child {
        grid-column: unset
    }

    .program-list {
        gap: 10px
    }

    .primary-program-wrapper .program-item .program-item__wrapper {
        padding: 30px 25px 20px
    }

    .program-list li {
        padding-left: 22px
    }

    .program-list li:before {
        top: -4px;
        right: calc(100% - 16px)
    }

    .program-item .program-item__wrapper {
        padding-bottom: 30px
    }

    .principles-text {
        font-size: 16px
    }

    .coming-gradient {
        height: 715px
    }

    .hero-reviews__wrapp {
        flex-direction: column
    }

    .hero-reviews__left,
    .hero-reviews__right {
        max-width: 100%
    }

    .hero-reviews__right img {
        aspect-ratio: 4/3
    }

    .reviews-items {
        -moz-column-count: 2;
        column-count: 2
    }

    .contact-googlemap iframe {
        height: 350px
    }

    .parental-form__items {
        grid-template-columns: 1fr 1fr
    }

    .parental-form__item:first-child:before {
        width: 100%
    }

    .parental-forms-links .parental-form__item:first-child:before {
        display: block;
        width: 200%
    }

    .parental-forms-links .parental-form__item:first-child:after {
        height: 460px
    }

    .parental-form__item:nth-child(2):after,
    .parental-form__item:nth-child(3),
    .parental-forms-links .parental-form__item:nth-child(2):before {
        display: none
    }

    .parental-forms-upload .parental-form__item:first-child:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        background: linear-gradient(to left, #e2651e, #fbbc6f, #ffb58a);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }

    .parental-form__item:first-child:after {
        height: 512px
    }
}

@media (max-width:400px) {
    .program-title {
        padding-right: 17px
    }

    .program-second-title {
        padding-right: 0px
    }

    .reviews-items {
        -moz-column-count: 1;
        column-count: 1
    }

    .review-head img {
        height: auto;
        object-fit: unset
    }

    .change-data__form {
        padding-left: 30px;
        padding-right: 30px
    }
}

.account-verified {
    position: relative;
    padding-top: 67px;
    padding-bottom: 98px
}

.account-verified-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 340px;
    background: linear-gradient(to top, rgba(255, 201, 61, 0) 51.48%, #fea742 88.42%)
}

.account-verified .hero-italy__title {
    text-align: center;
    margin-bottom: 72px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.account-verified__img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.account-verified__text {
    text-align: center;
    color: #131313;
    font-size: 16px;
    margin-bottom: 28px
}

.sign-in__btn-wrap.account-verified-btn {
    width: max-content;
    margin: 0 auto
}

.account-verified-btn .sign-in__btn {
    background: linear-gradient(180deg, #fefefe 12.5%, #fefefe 33.33%, #e8ddd7 100%)
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center
}

.parental-forms-links .parental-form__upload a,
.popup.active,
.privacy-policy .table1 tr,
.privacy-policy .table2 tr,
.privacy-policy .table3 tr {
    display: flex
}

.popup-register-success,
.popup-reset-success,
.popup-submitted.popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: auto
}

.popup-container {
    max-width: 447px;
    flex: 1
}

.popup-content {
    border-radius: 33px;
    background: #fff;
    padding: 37px 50px 44px
}

.thank-question,
.thank-submit {
    text-align: center;
    color: #000;
    font-size: 17px;
    margin-bottom: 15px
}

.thank-question {
    font-weight: 600;
    margin-bottom: 40px
}

.sign-up-green,
.sign-up-second {
    margin: 0 auto;
    max-width: fit-content;
    min-width: 108px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(180deg, #41f268 0, #3e9b45 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    cursor: pointer;
    padding: 0 26px
}

.thank-form {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in
}

.thank-form.active {
    max-height: 600px;
    transition: max-height .3s ease-in-out
}

.thank-form form {
    margin-bottom: 45px
}

.thank-form input {
    display: block;
    outline: 0;
    border: none;
    padding-bottom: 8px;
    border-bottom: 1px solid #8c8c8c;
    margin-bottom: 18px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif
}

.thank-form input::placeholder {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    opacity: 1
}

.thank-form input:-ms-input-placeholder {
    color: #737373;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%
}

.thank-form input::-ms-input-placeholder {
    color: #737373;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%
}

.popup-back {
    margin-top: 45px;
    cursor: pointer
}

.popup-back a {
    max-width: 248px;
    height: 42px;
    padding-left: 13px;
    padding-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}
.popup-back span,
.application-add-child .wpcf7-checkbox label,
.popup-back button {
    font-size: 16px;
    height: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .29);
    line-height: 130%;
    font-family: Raleway;
    cursor: pointer
}
.popup-back span,
.popup-back button {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    border: none;
    background-color: transparent;
    color: #363434;
    font-weight: 600
}

.popup-success .popup-content {
    padding-top: 58px;
    padding-bottom: 58px
}

.application-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.application-btns .btn {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background: #e68f00;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer
}

.account-right.login-right {
    margin-left: 274px;
    padding-bottom: 133px
}

.privacy-policy {
    padding-top: 67px;
    padding-bottom: 40px;
    position: relative
}

.privacy-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 255px;
    background: linear-gradient(to top, rgba(236, 222, 90, 0) 6.58%, rgba(236, 222, 90, 0) 6.58%, rgba(240, 234, 97, .85) 51.33%, #bff489 87.65%)
}

.privacy-policy .hero-italy__title {
    margin-bottom: 57px;
    max-width: 100%
}

.privacy-policy__wrapper {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.privacy-policy__wrapper a {
    color: #131313;
    text-decoration: none
}

.privacy-policy .table1,
.privacy-policy .table2,
.privacy-policy .table3,
.terms-page .wp-block-table {
    background: linear-gradient(to bottom, #41f268, #3e9b45);
    padding: 1px;
    margin: 50px 0;
    overflow-x: auto
}

.privacy-policy .table1,
.privacy-policy .table2,
.privacy-policy .table3 {
    background: linear-gradient(272deg, #3fb14e, #a0ffb5, #3fb44f)
}

.privacy-policy .table1 table,
.privacy-policy .table2 table,
.privacy-policy .table3 table,
.terms-page .wp-block-table table {
    border: none;
    min-width: 620px
}

.terms-page .wp-block-table td {
    background-color: #fff;
    margin: 1px;
    border: none;
    display: inline-block;
    width: calc(50% - 2px);
    text-align: center;
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%
}

.privacy-policy .table1 td,
.privacy-policy .table2 td,
.privacy-policy .table3 td {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    background-color: #fff;
    margin: 1px;
    border: none;
    display: inline-block
}

.privacy-policy .table1 td:first-child,
.privacy-policy .table2 td:first-child {
    width: calc(40% - 2px);
    font-weight: 700
}

.privacy-policy .table1 td:last-child,
.privacy-policy .table2 td:last-child {
    padding-left: 45px;
    padding-right: 50px;
    width: calc(60% - 2px)
}

.privacy-policy .table3 td:last-child {
    padding-left: 45px;
    padding-right: 50px;
    width: calc(45% - 2px)
}

.privacy-policy .table3 td:nth-child(2) {
    width: calc(25% - 2px)
}

.privacy-policy .table3 td:first-child {
    width: calc(30% - 2px)
}

.application {
    padding-top: 67px;
    padding-bottom: 67px;
    position: relative
}

.application:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    background: linear-gradient(to top, rgba(236, 222, 90, 0) 6.58%, rgba(240, 234, 97, .85) 51.33%, #bff489 87.65%)
}

.application .container {
    position: relative;
    z-index: 10
}

.application-form {
    border-radius: 33px;
    background: linear-gradient(158deg, #f9f9f9 14.53%, #fff 56.58%);
    box-shadow: -1px -1px 28px 0 #87796f;
    padding: 51px 32px 40px 25px
}

.application .hero-italy__title {
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-left: 16px
}

.application .discount {
    margin-top: 15px;
    margin-bottom: 27px;
    text-align: left;
    margin-left: 16px
}

.application-title p {
    color: #131313;
    font-size: 21px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px
}

.application-block {
    margin-bottom: 50px
}

.application-block input {
    display: block;
    width: 100%;
    outline: 0;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #41f268;
    padding-bottom: 6px;
    color: #8b8b8b;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
    font-family: 'Open Sans', Arial, sans-serif
}

.application-block .wpcf7-form-control-wrap:not(:first-child) {
    padding-top: 12px
}

.application-add-child .wpcf7-checkbox .wpcf7-list-item {
    background: linear-gradient(to bottom, #ffb58a, #e2651e);
    border-radius: 10px;
    padding: 2px;
    height: 52px
}

.application-add-child .wpcf7-checkbox label {
    padding-left: 23px;
    padding-right: 23px;
    color: #363434;
    text-align: center;
    font-weight: 600;
    width: 100%;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
    background: linear-gradient(180deg, rgba(254, 254, 254, .8) 12.5%, rgba(254, 254, 254, .8) 33.33%, rgba(232, 221, 215, .8) 100%)
}

.application-add-child .wpcf7-checkbox label:before {
    content: '+';
    color: #363434;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .29);
    font-family: Raleway;
    font-size: 38px;
    font-weight: 600;
    line-height: 130%
}

.child-details {
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
    align-items: center;
    column-gap: 64px;
    row-gap: 5px;
    flex-wrap: wrap
}

.child-details__title {
    color: #131313;
    font-size: 17px;
    font-weight: 600;
    line-height: 130%
}

.child-details__block {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    padding-top: 11px
}

.child-details .child-details__selects {
    gap: 8px
}

.child-details__selects p {
    gap: 8px;
    display: flex
}

.child-details__selects select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    outline: 0;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
    border: 1px solid #eaebea;
    border-radius: 2px;
    min-width: 36px;
    padding: 2px 10px;
    letter-spacing: inherit;
    word-spacing: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 169px
}

.child-details__selects select::-ms-expand {
    display: none
}

.application-block .child-details__selects .wpcf7-form-control-wrap:not(:first-child) {
    padding: 0
}

.child-details__selects select:-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.child-details__selects option {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
    background: #ebebeb;
    text-align: left
}

.application-accept,
.child-details__age input,
.discount,
.forgot-page__title,
.register-title,
.select-items div,
.select-selected span,
.sign-in__forgot-passw {
    text-align: center;
    line-height: 130%
}

.child-details__selects select::-webkit-scrollbar {
    background: 0 0;
    width: 0 !important;
    display: none
}

.application .application-form.sent .wpcf7-response-output,
.application-form input[type=submit] {
    background: linear-gradient(180deg, #41f268 0, #3e9b45 100%);
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    text-align: center
}

.child-details__age p:before,
.child-details__selects .type-contact input+span:before,
.select-items,
.select-selected:before {
    background: linear-gradient(to bottom, #eaebea, #8c8c8c);
    position: absolute
}

.child-details__selects select option:hover {
    background-color: #fff
}

.application-form .form-checkbox .wpcf7-list-item-label,
.application-form .form-checkbox .wpcf7-list-item-label a {
    color: #8c8c8c;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
    position: relative;
    display: flex
}

.application-form .form-checkbox .wpcf7-list-item-label a {
    margin-left: 5px
}

.application-form .form-checkbox .wpcf7-list-item-label a:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #8c8c8c
}

.application-form .form-checkbox {
    margin-bottom: 35px;
    margin-top: 35px
}

.application-form input[type=submit] {
    min-width: 248px;
    height: 39px;
    border-radius: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: var(--, #fffdf8);
    border: none;
    outline: 0;
    display: block;
    margin: 0 auto;
    transition: .3s
}

.application-form .wpcf7-spinner {
    display: none
}

.child-details__selects .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.child-details__selects {
    display: flex;
    gap: 20px
}

.application .wpcf7-not-valid-tip~.wpcf7-not-valid-tip,
.application-block .choose-term.type-contact input,
.child-details__selects .type-contact input,
.child-details__selects .type-contact label:after,
.child-details__selects .type-contact label:before,
.forgot-form-error,
.hidden_field,
.select-hide {
    display: none
}

.child-details__selects .type-contact label {
    padding-left: 0
}

.child-details__selects .type-contact input+span {
    position: relative;
    padding-left: 30px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%
}

.child-details__selects .type-contact input+span:before {
    content: '';
    left: 0;
    top: 2px;
    border-radius: 2px;
    width: 16px;
    height: 16px
}

.child-details__selects .type-contact input:checked+span:after {
    background-image: url('../img/check.svg');
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px
}

.child-details__selects .type-contact input+span:after {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 1px;
    inset: 1px;
    width: 14px;
    height: 14px;
    top: 3px
}

.choose-term .wpcf7-list-item-label strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 130%;
    margin-right: 12px
}

.application-form .form-checkbox label.checked:before,
.type-contact.choose-term label.checked:before {
    background: 0 0
}

.application .invalid .wpcf7-response-output,
.custom-select select,
.registered .popup-submitted {
    display: none !important
}

.child-details__age p,
.select-selected {
    min-width: 36px;
    position: relative;
    padding: 1px;
    height: 27px;
    border-radius: 2px;
    z-index: 100
}

.child-details__age input,
.select-selected span {
    border-radius: 2px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 8px
}

.child-details__age .custom-select,
.child-details__age input {
    border: none;
    max-width: 43px !important;
    min-width: 36px !important
}

.child-details__age p:before,
.select-selected:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff;
    top: 7px
}

.child-details__age p,
.select-items div,
.select-selected {
    color: #000;
    cursor: pointer
}

.select-items {
    top: 20px;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 2px;
    max-height: 140px;
    overflow: auto;
    padding-bottom: 1px
}

.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.child-details .child-details__block:last-child .custom-select,
.child-details__selects .custom-select:nth-child(2) {
    min-width: 110px
}

.child-details__selects .custom-select,
.child-details__selects .custom-select:nth-child(3) {
    min-width: 63px
}

.child-details .child-details__block:first-child .custom-select:first-child,
.child-details .child-details__block:nth-child(2) .custom-select {
    max-width: 36px;
    min-width: 36px
}

.select-items div {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    min-height: 27px;
    background: #ebebeb;
    padding: 2px 0 0;
    margin: 0 1px
}

.select-items div:first-child {
    padding-top: 10px
}

.select-items::-webkit-scrollbar {
    display: none;
    width: 0
}

.child-details {
    position: relative;
    z-index: 101
}

.application-form.blur,
.register-full-page.blur {
    filter: blur(4.349999904632568px)
}

.application .application-form.sent .wpcf7-response-output {
    display: block;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 !important;
    margin: 20px 0 0 !important;
    border: none
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    position: inherit
}

.application input {
    z-index: 1
}

.application input::placeholder {
    white-space: pre-wrap
}

.application input.wpcf7-not-valid {
    color: #e2651e;
    position: relative;
    border-color: transparent
}

.application input.wpcf7-not-valid+span:after {
    content: '';
    position: absolute;
    top: -41px;
    left: -14px;
    width: calc(100% + 28px);
    height: 42px;
    border: 2px solid #e2651e;
    border-radius: 6px;
    z-index: 0
}

.application input.wpcf7-not-valid::placeholder {
    color: #e2651e;
    opacity: 1
}

.application input.wpcf7-not-valid::-ms-input-placeholder {
    color: #e2651e
}

.discount {
    margin-top: 35px;
    margin-bottom: 27px;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 700;
    color: #131313
}

.discount span {
    background: linear-gradient(180deg, #ff3d00 0, #ad3400 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.discount+.contact-us-wrap {
    margin-top: 27px
}

.forgot-form .forgot-form-error,
.forgot-page__form .forgot-form-error {
    margin-top: -10px
}

.contact-googlemap {
    box-shadow: 0 10px 30px 0 rgba(243, 214, 199, .8);
    display: flex;
    border-radius: 10px
}

@media (max-width:950px) {
    .child-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px
    }

    .child-details__block:first-child {
        z-index: 200
    }

    .child-details__block:nth-child(2) {
        z-index: 199
    }

    .child-details__block:nth-child(3) {
        z-index: 198
    }
}

@media (max-width:750px) {

    .child-details__block,
    .type-contact .wpcf7-checkbox {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .application .wpcf7-acceptance a {
        display: inline-block !important
    }

    .application .wpcf7-acceptance .wpcf7-list-item-label {
        display: inline-block
    }
}

@media (max-width:500px) {
    .popup.active {
        padding: 0 20px
    }

    .popup-content {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:360px) {
    .whyfilm-img3 {
        margin-top: 50px
    }

    .whyfilm-img5 {
        margin-top: -15px
    }

    .hero-italy__menu {
        flex-direction: column
    }

    .hero-italy__menu a {
        width: 100%
    }

    .application-form input[type=submit] {
        width: 100%;
        min-width: 100%
    }

    .child-details__selects {
        flex-wrap: wrap
    }

    .choose-term .wpcf7-list-item-label strong {
        display: block
    }
}

.sign-in__forgot-passw {
    margin-top: 7.5px;
    color: #737373;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

.popup-forgot .thank-form {
    max-height: 100%
}

.popup-forgot.active {
    top: 94px
}

@media (max-width:1080px) {

    .popup-register-success,
    .popup-reset-success,
    .popup-submitted.popup {
        width: 100%
    }

    .popup-forgot.active {
        top: 112px
    }
}

.popup-forgot .thank-question {
    margin-bottom: 20px
}

.popup-overflow.active {
    position: fixed;
    top: 85.5px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .47);
    backdrop-filter: blur(4.349999904632568px);
    z-index: 99
}

.application-accept {
    color: #737373;
    font-size: 11px;
    font-weight: 400
}

.application-accept a {
    font-weight: 600;
    text-decoration: none;
    color: #737373
}

.popup-submitted .thank-form.active form {
    margin-bottom: 14px
}

#contact-textarea {
    height: 70px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: 0;
    border-bottom: 1px solid #737373;
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    resize: none
}

.contact-form input,
.contact-form textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    width: 100%;
    border-radius: 0
}

.error-field .forgot-form-error {
    display: block;
    font-size: 12px;
    color: #dc3232
}

.forgot-page {
    padding-top: 213px;
    padding-bottom: 158px
}

.forgot-page__form {
    max-width: 447px;
    margin: 0 auto;
    border-radius: 33px;
    background: #fff;
    box-shadow: -1px -1px 28px 0 #e2651e;
    padding: 36px 48px 42px
}

.forgot-page__title {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 35px
}

.forgot-page__form form input,
.register-page__form input {
    display: block;
    outline: 0;
    border: none;
    padding-bottom: 8px;
    border-bottom: 1px solid #8c8c8c;
    margin-bottom: 18px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif
}

.forgot-create-passw {
    margin-top: 42px
}

.header-white {
    background: #fffdf8
}

.register-page {
    padding-top: 67px;
    padding-bottom: 69px;
    position: relative
}

.register-page-gradient {
    width: 100%;
    height: 340px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(4deg, rgba(255, 201, 61, 0) 51.48%, #fea742 88.42%)
}

.register-page .container {
    position: relative;
    z-index: 1
}

.register-title {
    color: #131313;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 73px
}

.account-error,
.account-success {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    text-align: left;
    display: none
}

.register-page__form {
    border-radius: 33px;
    background: #fff;
    box-shadow: -1px -1px 28px 0 #e2651e;
    max-width: 436px;
    margin: 0 auto;
    padding: 46px 38px 46px 48px
}

.account-success,
.account-success strong {
    background: linear-gradient(180deg, #41f268 0, #3e9b45 100%);
    -webkit-text-fill-color: transparent
}

.sign-up-btn {
    margin-top: 13.5px
}

.popup-register-success .popup-content {
    padding-top: 130px;
    padding-bottom: 120px
}

.register-full-page.blur:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .47)
}

@media (max-width:600px) {
    .forgot-page {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .forgot-page__form {
        padding: 20px
    }

    .parental-form__item:nth-child(4):before,
    .parental-forms-links .parental-form__item:nth-child(3):before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        background: linear-gradient(to left, #e2651e, #fbbc6f, #ffb58a);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }

    .parental-form__item:nth-child(4) {
        padding-bottom: 18px
    }

    .parental-form__item:nth-child(4):before {
        width: 200%
    }

    .parental-forms-links .parental-form__item:nth-child(3):before {
        width: 100%
    }

    .parental-forms-upload .parental-form__item:nth-child(3) {
        display: none
    }

    .parental-form__item:first-child:after {
        height: 464px
    }

    .register-page__form {
        padding: 20px 30px
    }

    .register-title {
        font-size: 32px
    }
}

.apps_list,
.apps_term,
.max-width {
    width: 100%
}

@media (max-width:380px) {

    .hero-about__circle,
    [lang=ru-RU] .hero-about__circle,
    [lang=uk] .hero-about__circle {
        width: 130px;
        height: 130px
    }

    .parental-form__item:nth-child(5):before,
    .parental-forms-links .parental-form__item:first-child:before,
    .parental-forms-links .parental-form__item:nth-child(2):before,
    .parental-forms-upload .parental-form__item:first-child:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        background: linear-gradient(to left, #e2651e, #fbbc6f, #ffb58a);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }

    .hero-about__circles,
    [lang=ru-RU] .hero-about__circles,
    [lang=uk] .hero-about__circles {
        max-width: 300px
    }

    .hero-about__circle:nth-child(2) {
        margin-top: 0;
        margin-left: -12px;
        margin-right: 0
    }

    .hero-about__circle:last-child,
    .hero-about__circle:nth-child(3) {
        margin-top: -12px
    }

    .hero-about__circle:last-child {
        margin-left: -12px
    }

    .hero-about__circle span {
        font-size: 13px
    }

    .video__button {
        top: 106px
    }

    .record {
        max-height: 300px
    }

    .year-wrapper {
        margin-bottom: 120px
    }

    .parental-form__items {
        grid-template-columns: 1fr
    }

    .parental-form__item:first-child:after {
        display: none
    }

    .parental-form__item:first-child:before,
    .parental-form__item:nth-child(3):before {
        width: 100%
    }

    .parental-forms-links .parental-form__item:first-child:before,
    .parental-forms-upload .parental-form__item:first-child:before {
        display: block
    }

    .parental-form__item {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .parental-form__item:first-child {
        padding-top: 0 !important
    }

    .parental-form__item:last-child {
        padding-bottom: 0 !important
    }

    .login-left li.active a:after {
        width: calc(100% + 30px)
    }

    .parental-forms-links .parental-form__item:nth-child(2):before {
        display: block !important
    }

    .parental-form__item:nth-child(4):before {
        width: 100%
    }
}

.account-error {
    color: #ff3d00;
    font-style: normal;
    margin-bottom: 20px
}

.account-success {
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 20px
}

.account-success strong {
    background-clip: text;
    -webkit-background-clip: text
}

.login-left.error,
.login-left.success {
    margin-top: 50px
}

@media (max-width:850px) {
    .login-details__wrapper {
        flex-direction: column;
        max-width: 100%;
        gap: 50px
    }

    .login-right,
    .parental-form {
        max-width: 100%
    }

    .change-data__form {
        margin-left: 0
    }

    .login-left.error,
    .login-left.success {
        margin-top: 0
    }
}

#register-form-error {
    display: block;
    font-size: 12px;
    color: #dc3232;
    padding-bottom: 10px
}

#info_line {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0 20px
}

.success_line {
    color: #3fc455;
    text-align: center
}

.apps_button:hover,
.error_line {
    color: #dc3232
}

.subtitle_message {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700
}

.apps_title,
blockquote,
li,
q {
    font-weight: 400
}

.apps_list {
    max-width: 800px;
    display: none;
    margin-top: 40px
}

.apps_button {
    line-height: 24px;
    cursor: pointer
}

.apps_data,
.apps_data input {
    color: #f37921 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%
}

.apps_data input,
.apps_data select {
    color: #f37921 !important;
    font-size: 16px !important
}

.apps_data {
    padding-bottom: 6px
}

.change-data__form input {
    padding-bottom: 0
}

.apps_title {
    color: #8b8b8b;
    font-size: 16px;
    font-style: normal;
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 5px
}

.apps_term {
    height: 1px;
    border-bottom: 1px solid #41f268;
    clear: both
}

@media (max-width:480px) {

    .apps_data,
    .apps_title {
        display: block;
        width: 100%
    }
}

.simple-link {
    text-align: center;
    margin: 10px 0
}

.simple-link a {
    color: #000;
    font-size: 12px;
    text-decoration: none
}

.registered .application-form.blur {
    filter: none
}

.sign-up-second {
    text-decoration: none
}

.my-account-child-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    color: #131313;
    margin-top: 50px;
    margin-bottom: 20px
}

.forms-upload__text {
    margin-top: 20px
}

@media (max-width:600px) {

    .apps_data,
    .apps_title {
        min-width: unset !important
    }

    .apps_data,
    .apps_data input {
        font-size: 15px !important
    }
}

.my-acc__btn {
    padding-left: 5px;
    padding-right: 5px
}

body.wp-admin {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

#wpcontent .login-details {
    background: 0 0 !important
}

.resend-verification {
    font-size: 15px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
    margin-top: -10px;
    position: relative;
    width: fit-content;
    cursor: pointer
}

.resend-verification:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000
}

li,
li::marker {
    font-weight: 400
}

li {
    font-family: 'Open Sans', sans-serif;
    font-feature-settings: "liga" off
}

li:has(:contains("€")),
p:has(:contains("€")),
span:has(:contains("€")) {
    font-weight: 400
}

@media screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:2) {

    blockquote,
    body,
    li,
    p,
    q {
        font-weight: 400
    }
}

.program-second-title {
    text-align: center;
    margin-bottom: 30px;
}

.wpcf7 form.unaccepted .wpcf7-response-output{
    border-color: red !important;
}
.cf-turnstile {
    transform: scale(.85) !important;
    display: flex;
    justify-content: center;
    transform-origin: inherit !important;
}
select.wpcf7-form-control.wpcf7-select {
    border-radius: 2px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
}
.child-details .child-details__block .child-details__selects .wpcf7-form-control-wrap:before {
    background: linear-gradient(to bottom, #eaebea, #8c8c8c);
    position: absolute;
    content: '';
    top: 0.5px;
    left: -1%;
    width: 102%;
    height: 100%;
    border-radius: 3px;
}