.heder-mennu {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #1c1c1c;
    /* border-right: 10px solid #fff; */
}

.header-button img {
    width: 28px;
}
.header-link {
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    transform: rotate(-90deg);
}
.header-phone {
    display: flex;
    margin-left: auto;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-wrap: none;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;

    color: rgba(255, 255, 255, 1);
}
.header-socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    flex: 1;
}
@media (max-width: 1022px) {
    .header-socials-item {
        display: none;
    }
}
@media (min-width: 1022px) {
    .header-socials-item {
        display: flex;
    }
    .header-phone {
        display: none;
    }
    .header-button {
        flex: 1;
    }
}
.header-socials img {
    margin-top: 5px;
    width: 25px;
}
.head-contacts {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    text-align: end;
    display: flex;
    flex-direction: column;
}
.head-contacts-title,
.head-contacts-link,
.head-contacts-text {
    font-size: 15px;
    color: #e8e6e6;
    font-weight: 700;
    text-shadow:
        rgba(0, 0, 0, 0.498039) -1px -1px 0px,
        rgba(0, 0, 0, 0.498039) -1px 1px 0px,
        rgba(0, 0, 0, 0.498039) 1px 1px 0px,
        rgba(0, 0, 0, 0.498039) 1px -1px 0px;
}
.head-contacts-title {
    margin-bottom: 0;
}
.head-contacts-title span {
    color: #ffa600;
}
.head-contacts-link {
    text-decoration: none;
}
.menu-wrap {
    overflow: scroll;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.menu-wrap.active {
    z-index: 10;
}
.menu {
    position: absolute;
    padding: 20px 0 50px;
    top: 0;
    left: -360px;
    width: 350px;
    min-height: 100%;
    background: #e8e6e6;
    z-index: 12;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* border-right: 10px solid #fff; */
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.menu.active {
    left: 0;
}
.menu-close img {
    width: 35px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.menu-logo-1 img {
    width: 101px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.menu-logo-2 img {
    width: 239px;
    margin-bottom: 30px;
}
.menu-links {
    display: flex;
    flex-direction: column;
    padding: 0 50px;
}
.menu-item {
    font-size: 18px;
    color: #333131;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 0;
    border-top: 1px solid #989898;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.menu-item.last {
    border-bottom: 1px solid #989898;
}
.menu-item:hover {
    background: #989898;
    color: #fff;
}
.menu-item.menu-dropdown {
    cursor: pointer;
    position: relative;
}
.menu-dropdown-inner {
    display: none;
    position: absolute;
    top: -60px;
    left: 240px;
    padding-left: 6px;
}
.menu-dropdown-item {
    width: 240px;
    background: #e8e6e6;
    flex-direction: column;
    box-shadow: 0 0 5px #0000008f;
    display: flex;
}
.menu-dropdown-inner.active {
    overflow: visible;
    display: block;
}
.menu-socials {
    margin-top: 40px;
}
.menu-socials-item {
    text-decoration: none;
    margin: 0 5px;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}
.menu-overlay.active {
    display: block;
}
.mainSwiper .swiper-slide {
    height: calc(100vh - 300px);
}
.mainSwiper .swiper-slide-1 {
    background: url(../img/main-slide-1.webp) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mainSwiper .swiper-slide-2 {
    background: url(../img/main-slide-2.webp) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mainSwiper .swiper-slide-3 {
    background: url(../img/main-slide-3.webp) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mainSwiper .swiper-slide-4 {
    background: url(../img/main-slide-4.webp) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main-swiper-inner {
    position: absolute;
    width: 100%;
    bottom: 40%;
    text-align: center;
    z-index: 2;
}
.main-swiper-text {
    color: #ffa600;
    font-size: 36px;
    font-weight: 500;
}
.main-swiper-title {
    font-size: 61px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: -20px;
}
.main-swiper-link {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #fff;
    background: #ffffff47;
    padding: 10px 15px;
}
.main-swiper-link:hover {
    background: #ffa600;
    color: #000000;
    border: 1px solid #ffa600;
    transition: 300ms;
}
.swiper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000078;
    z-index: 1;
}
.main-swiper-button-next {
    right: 80px;
}
.main-swiper-button-prev {
    left: 80px;
}
.main-swiper-button-next:after,
.main-swiper-button-prev:after {
    color: #fff;
}
.main-swiper-pagination {
    bottom: 30px !important;
}
.main-swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.main-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 0.3;
}
.overflow-hidden {
    overflow: hidden !important;
}
.btn-consult {
    border: none;
    padding: 8px 110px;
    font-weight: 700;
    font-size: 25px;
    border-radius: 18px;
    background-color: #8a8888;
    color: #1c1c1c;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.btn-consult:hover {
    background-color: rgba(255, 166, 0, 0.8980392157);
    color: #fff;
}

.advantage {
    background-color: #2e2b2b;
    color: #fff;
    padding-top: 36px;
    padding-bottom: 43px;
}
.advantage-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.advantage-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.advantage-item-img {
    margin: 0 auto;
    margin-bottom: 5px;
    background-color: #ffa600;
    width: 160px;
    height: 160px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.advantage-item-img img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100px;
    width: 100px;
}
.advantage-item-text {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    min-height: 60px;
}

.about {
    padding-top: 30px;
    padding-bottom: 44px;
    background-color: #e8e6e6;
    color: #292929;
}
.about-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
}
.about-top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}
.about-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 96px;
}
.about-subtitle {
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.1rem;
    margin-bottom: 100px;
}
.about-experts {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
.about-experts-title {
    letter-spacing: 0.1rem;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
}
.about-experts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.about-experts-block-img {
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}
.about-experts-block-text {
    font-weight: 700;
    font-size: 15px;
    text-align: justify;
    color: #000;
    text-align: center;
}
.about-descr {
    font-size: 18px;
    margin-bottom: 28px;
}
.about-link {
    display: block;
    color: #ffa600;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 66px;
}
.about-link:hover {
    color: #ffa600;
}
.about-link img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 60px;
    height: 40px;
}
.about-link span {
    border-bottom: 3px solid #ffa600;
}
.about-lampe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-lampe img {
    width: 50px;
    margin-right: 20px;
}
.about-lampe span {
    font-weight: 700;
    font-size: 18px;
}
.courses {
    background: #2e2b2b;
    padding: 20px 0 40px;
}
.courses-inner {
    background: #fff;
    padding: 20px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: end;
    text-decoration: none;
}
.courses-title {
    font-size: 24px;
    font-weight: 700;
    color: #1c1c1c;
    padding-bottom: 20px;
    border-bottom: 3px solid #f2bf5e;
    width: 100%;
}
.courses-text {
    font-size: 19px;
    color: #1c1c1c;
    margin-bottom: 0;
}
.courses-arrow {
    transform: rotate(90deg);
    width: 47px;
    height: 101px;
    transform-origin: left;
    margin-bottom: 40px;
}
.courses-image {
    width: 100%;
}
.process {
    background: #2e2b2b;
}
.process-outer {
    background: url(../img/process-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-right: -50px;
    margin-left: -50px;
    padding: 20px 50px 60px;
}
.process-title {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    text-align: center;
}
.process-inner {
    text-align: center;
}
.process-image {
    width: 90px;
    margin-bottom: 20px;
}
.process-text {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    text-align: center;
}
.consultation {
    text-align: center;
    padding-top: 68px;
    padding-bottom: 42px;
    background-color: #2e2b2b;
}
.footer-top {
    background-image: url(../img/footer-bg-1.webp);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color: #454545;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-top-inner .col-md-4 {
    padding-top: 30px;
}
.footer-title {
    font-size: 31px;
    color: #fff;
    margin-bottom: 30px;
}
.footer-subtitle {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}
.footer-item {
    display: flex;
    margin-bottom: 20px;
    align-items: start;
}
.footer-item img {
    width: 22px;
    margin-right: 10px;
}
.footer-item p,
.footer-item a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 0;
}
.footer-socials {
    margin-top: 40px;
}
.footer-form {
    display: flex;
    flex-direction: column;
}
.footer-form input,
.footer-form textarea {
    height: 40px;
    border: none;
    margin-bottom: 20px;
    background: #747474bf;
    color: #fff;
    padding-left: 10px;
}
.footer-form textarea {
    height: 120px;
    padding-top: 10px;
    border-bottom: 3px solid #fe6060;
}
.footer-form input::placeholder,
.footer-form textarea::placeholder {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.footer-form input:focus-visible,
.footer-form textarea:focus-visible {
    outline: none;
    background: #5f3e6d8f;
}
.footer-form input:hover,
.footer-form textarea:hover {
    outline: none;
    background: #5f3e6d8f;
}
.footer-form-submit {
    text-align: center;
}
.footer-form-submited {
    align-items: center;
    justify-content: center;
    display: none;
}
.footer-form-submited p {
    height: 40px;
    border: none;
    margin-bottom: 20px;
    background: #747474bf;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-form-submit.active {
    display: none;
}
.footer-form-submited.active {
    display: flex;
}
.footer-col-last {
    border-left: 1px solid #fff;
}
.footer-links {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.footer-links a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.footer-bottom {
    background-image: url(../img/footer-bg-2.webp);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color: #ffa600;
    border-bottom: 1px solid #000;
}
.footer-bottom-inner {
    text-align: center;
    padding: 15px 0;
}
.footer-bottom-inner p {
    font-size: 15px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 0;
}
#mainModal .modal-dialog {
    max-width: 864px;
    height: 90%;
    display: flex;
    align-items: center;
}
#mainModal .modal-content {
    border: none;
    border-radius: 0;
}
#mainModal .modal-body {
    padding: 0;
    border-bottom: 10px solid #fff;
}
#mainModal .btn-close {
    background: url(../img/modal-close.svg) no-repeat center center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: 0;
}
.mainModal-left {
    height: 100%;
    background: #454545;
    padding: 40px 40px;
    text-align: center;
}
.mainModal-left-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 50px;
}
.modal-form input,
.modal-form textarea {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 5px;
}
.modal-form textarea {
    height: 120px;
}
.modal-form input::placeholder,
.modal-form textarea::placeholder {
    font-size: 15px;
}
.modal-form-submit {
    text-align: end;
}
.modal-form-submit input {
    width: 100px;
    font-size: 15px;
    color: #fff;
    background: #ffa600;
    border: none;
    height: 30px;
    font-weight: 500;
}
.modal-form-submited {
    align-items: center;
    justify-content: end;
    display: none;
}
.modal-form-submited p {
    width: auto;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    background: #ffa600;
    border: none;
    height: 30px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-form-submit.active {
    display: none;
}
.modal-form-submited.active {
    display: flex;
}
.mainModal-right {
    padding: 40px 40px 40px 20px;
    height: 100%;
}
.mainModal-right-title {
    font-size: 25px;
    color: #ffa600;
    font-weight: 500;
}
.mainModal-right-text {
    font-size: 15px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 0;
}
.mainModal-right-text a {
    color: #1c1c1c;
    text-decoration: none;
}
.modal-socials {
    margin-top: 20px;
    margin-bottom: 20px;
}

.MODAL-form input,
.MODAL-form textarea {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 5px;
}
.MODAL-form textarea {
    height: 120px;
}
.MODAL-form input::placeholder,
.MODAL-form textarea::placeholder {
    font-size: 15px;
}
.MODAL-form-submit {
    text-align: end;
}
.MODAL-form-submit input {
    width: 100px;
    font-size: 15px;
    color: #fff;
    background: #ffa600;
    border: none;
    height: 30px;
    font-weight: 500;
}
.MODAL-form-submited {
    align-items: center;
    justify-content: end;
    display: none;
}
.MODAL-form-submited p {
    width: auto;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    background: #ffa600;
    border: none;
    height: 30px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.MODAL-form-submit.active {
    display: none;
}
.MODAL-form-submited.active {
    display: flex;
}
.mainModal-right {
    padding: 40px 40px 40px 20px;
    height: 100%;
}
.mainModal-right-title {
    font-size: 25px;
    color: #ffa600;
    font-weight: 500;
}
.mainModal-right-text {
    font-size: 15px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 0;
}
.mainModal-right-text a {
    color: #1c1c1c;
    text-decoration: none;
}
.MODAL-socials {
    margin-top: 20px;
    margin-bottom: 20px;
}
.country-main.velikobritaniya {
    background: url(../img/country-bg-velikobritaniya.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.canada {
    background: url(../img/country-bg-canada.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.usa {
    background: url(../img/country-bg-usa.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.niderlandy {
    background: url(../img/country-bg-niderlandy.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.irlandiya {
    background: url(../img/country-bg-irlandiya.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.spain {
    background: url(../img/country-bg-spain.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.germany {
    background: url(../img/country-bg-germany.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.country-main.germany_event {
    background: url(../img/country-bg-germany.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.country-main.italy {
    background: url(../img/country-bg-italy.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.hungary {
    background: url(../img/country-bg-hungary.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.czech {
    background: url(../img/country-bg-czech.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.kipr {
    background: url(../img/country-bg-kipr.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.services {
    background: url(../img/services-bg.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.event {
    background: url(../img/event-bg.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.contacts {
    background: url(../img/contacts-bg.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.pathway {
    background: url(../img/pathway-bg.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main.adults {
    background: url(../img/adults-bg.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.country-main-wrap {
    background-color: #2b2b2bde;
    padding-bottom: 40px;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    padding-top: 10px;
    margin-bottom: 120px;
}
.breadcrumbs-main {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    padding: 3px 15px;
    font-weight: 500;
}
.breadcrumbs-arrow {
    margin: 0 10px;
    color: #fff;
}
.breadcrumbs-link {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.country-title {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.country-title span {
    color: #ffa600;
}
.country-subtitle {
    font-size: 30px;
    color: #ffa600;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.country-main-inner {
    background: #dddbdb;
    padding: 40px;
    border-radius: 5px;
    border: 1px solid;
}
.country-main-row {
    display: flex;
    align-items: start;
    margin-bottom: 40px;
    justify-content: space-between;
    margin-top: 18px;
}
.country-image {
    margin-right: 50px;
}
.country-image-events {
    height: 18px;
    margin-right: 50px;
}

.country-main-title {
    font-size: 18px !important;
    color: #f26500;
    font-weight: 700;
    margin-bottom: 0;
}

.country-main-text {
    font-size: 15px !important;
    color: #1c1c1c;
    margin-bottom: 0;
    font-weight: 600;
}
.country-main-text h3,
.country-main-text h4 {
    font-size: 15px !important;
}
.country-main-text a {
    color: #1c1c1c;
}

.country-main-text span {
    font-weight: 700;
}

.country-main-button {
    margin-top: 40px;
    text-align: center !important;
}
.country-main-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}
.country-main-links a {
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    width: calc(20% - 20px);
    height: 210px;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    position: relative;
    margin-bottom: 20px;
}
.country-main-links a h3 {
    position: absolute;
    z-index: 2;
    margin: 0;
    text-align: center;
}
.country-main-links a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dc8f1b8f;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.country-main-links a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.country-main-links a:hover span {
    background: #4848488f;
}
.country-main-bottom {
    margin-top: 20px;
}
.country-bottom-item {
    display: flex;
    align-items: start;
    margin-bottom: 30px;
}
.country-bottom-item img {
    width: 100px;
    margin-right: 40px;
}
.country-bottom-title {
    color: #070d3d;
    font-size: 22px;
    font-weight: 700;
}
.country-bottom-text {
    color: #1c1c1c;
}
.country-bottom-text span {
    font-weight: 700;
}
.program-main {
    background: #2e2b2b;
    padding-bottom: 40px;
}
.program-top-text {
    font-size: 19px;
    color: #fff;
    text-align: center;
}
.program-top-text a {
    color: #fff;
}
.program-top-text span {
    color: #ffa600;
}
.program-title {
    font-size: 55px;
    color: #ffa600;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.program-line {
    width: 100%;
    height: 12px;
    border-top: 5px solid #ffd45a;
    border-bottom: 1px solid #ffd45a;
    background: #2e2b2b;
    margin-top: 40px;
    margin-bottom: 40px;
}
.program-inner {
    background: #fff;
    padding: 20px 40px;
    height: 100%;
}
.program-inner-title {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #f2bf5e;
    width: 80%;
    margin: 0 auto 20px;
}
.program-inner-image {
    text-align: center;
    margin-bottom: 20px;
}
.program-inner-text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
}
.program-inner-text span {
    color: #ffa600;
}
.program-inner-text a {
    color: #333;
}
.cources-main {
    background: url(../img/cources-bg.webp) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cources-block {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 30px;
    background: #333131;
    padding: 20px;
}
.cources-block-left {
    padding-right: 20px;
}
.cources-block-title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.cources-block-text {
    font-weight: 700;
    color: #fff;
}
.cources-block-link {
    display: flex;
    justify-content: end;
    padding-top: 10px;
}
.cources-block-link a {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: #6c6a6a;
    border: 1px solid #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
}
.cources-block-link a:hover {
    background: #b4b3b3;
    color: #1c1c1c;
}
.country-middle {
    padding: 40px 0;
}
.country-middle-title {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.country-middle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.country-middle-inner {
    background: #d7d5d5;
    border: 3px solid #ebbd6a;
    border-radius: 5px;
    width: 18%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.country-middle-inner p {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.country-middle-row img {
    transform: rotate(90deg);
    width: 59px;
    height: 39px;
}
.country-middle-subtitle {
    color: #ffa600;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}
.country-middle-text {
    font-size: 16px !important;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.country-middle-image-row {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8e6e6;
    flex-wrap: wrap;
}
.country-middle-image-block {
    width: 50%;
    padding: 20px 25px;
}
.country-middle-image-block-inner {
    position: relative;
}
.country-middle-image {
    width: 100%;
}
.country-middle-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000096;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.country-middle-image-text-1 {
    position: absolute;
    z-index: 2;
    top: 41%;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.country-middle-image-text-2 {
    font-size: 16px !important;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.country-middle-image-block-inner:hover .country-middle-image-text-1 {
    opacity: 0;
}
.country-middle-image-block-inner:hover .country-middle-image-text-2 {
    opacity: 1;
}
.country-middle-image-block-inner:hover .country-middle-image-overlay {
    background: #000000b8;
}
.country-middle-text-row {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.country-middle-text-block {
    background: #fff;
    margin: 0 20px;
    padding: 20px 40px;
}
.country-middle-text-title {
    color: #d47e1c;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}
.country-middle-text-text {
    font-size: 15px;
    color: #1c1c1c;
    margin: 0;
}
.country-middle-text-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.country-middle-text-link a {
    font-size: 15px;
    color: #454545;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #454545;
    width: 250px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0 0 5px #00000073;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.country-middle-text-link a:hover {
    color: #fff;
    background: #d47e1c;
    border: 1px solid #d47e1c;
}
.not-found {
    padding-top: 20px;
    padding-bottom: 100px;
    background: #2e2b2b;
}
.not-found-top {
    background: #cfcece;
    padding: 30px 0;
}
.not-found-top-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.not-found-logo-1 {
    margin-right: 30px;
}
.not-found-logo-2 {
    width: 340px;
}
.not-found-top-inner-left-text {
    font-size: 21px;
    color: #454545;
    margin: 0;
    letter-spacing: 3px;
    margin-top: 10px;
}
.not-found-title {
    font-size: 85px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 30px;
}
.not-found-text {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.not-found-link {
    text-align: center;
}
.not-found-link a {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 14px 40px;
}
.aupair-title {
    margin-bottom: 40px;
}
.aupair-main-title {
    font-size: 20px;
    color: #ffa600;
    margin-bottom: 20px;
}
.aupair-main-text {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0;
}
.country-subtitle.aupair-subtitle {
    margin-top: 60px;
    font-size: 50px;
}
.aupair-info-block {
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    border: 3px solid #ecbe6b;
    border-radius: 5px;
    box-shadow: 0 0 5px #000000a3;
    margin: 10px 0 30px;
}
.aupair-info-block p {
    font-size: 15px;
    font-weight: 700;
    color: #454545;
    margin: 0;
    text-align: center;
}
.country-subtitle.aupair-subtitle-1 {
    font-size: 36px;
    margin-top: 50px;
}
.aupair-advantages {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.aupair-advantages img {
    width: 51px;
    height: 31px;
    transform: rotate(90deg);
    margin-right: 10px;
}
.aupair-advantages div {
    width: calc(100% - 41px);
}
.aupair-advantages h3 {
    color: #070d3d;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.aupair-advantages p {
    font-size: 15px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0;
}
.country-subtitle.aupair-subtitle-2 {
    font-size: 32px;
    margin-top: 40px;
}
.aupair-image {
    margin-left: 50px;
}
.country-subtitle.aupair-subtitle-3 {
    font-size: 25px;
}
.aupair-srvices {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.aupair-srvices img {
    width: 50px;
    margin-right: 20px;
}
.aupair-srvices p {
    font-size: 18px;
    max-width: 720px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0;
}
.visa-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.visa-image {
    border-radius: 50%;
    margin-right: 20px;
}
.visa-title {
    font-size: 24px;
    color: #333;
    letter-spacing: 2px;
}
.program-inner-title.services-title span {
    color: #ffa600;
}
.program-inner.srvices-inner {
    height: auto;
    margin-bottom: 30px;
}
.services-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    border-top: 1px solid #000;
}
.services-button a {
    width: 220px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d29dd;
    background: #ffa600;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.services-button a:hover {
    color: #f5ebd0;
    text-shadow: 0 0 0 rgb(255, 151, 151);
    background: #1d29dd;
}
.event .country-title {
    text-align: start;
    margin-bottom: 40px;
}
.event .program-top-text {
    text-align: start;
    font-weight: 700;
}
.event .program-title {
    text-align: start;
}
.event-title {
    font-size: 37px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.ivent-form {
    max-width: 470px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.ivent-form-row {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    width: 100%;
}
.ivent-form-row input {
    width: calc(50% - 10px);
    margin-bottom: 0;
}
.ivent-form textarea {
    margin-bottom: 40px;
    width: 100%;
}
.ivent-form-row input::placeholder,
.ivent-form textarea::placeholder {
    color: #e89a09;
    font-weight: 700;
}
.ivent-form input[type='submit'] {
    width: 159px;
    font-weight: 700;
    background: #e89a09;
}
.ivent-form-submited {
    display: none;
}
.ivent-form-submited p {
    height: 40px;
    border: none;
    color: #fff;
    font-weight: 700;
    background: #e89a09;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.ivent-form-submit.active {
    display: none;
}
.ivent-form-submited.active {
    display: block;
}
.contacts-head {
    background: #e9e9e8;
}
.contacts-head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.contacts-head-left {
    display: flex;
    align-items: center;
}
.contacts-head-right {
    text-align: end;
}
.contacts-head-right h3 {
    font-size: 16px;
    color: #333131;
    margin: 0;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}
.contacts-content {
    padding-top: 40px;
}
.contacts-content-inner {
    background: #333131;
    padding: 40px 60px;
    max-width: 630px;
    margin: 0 auto;
}
.contacts-content-title {
    font-size: 30px;
    color: #ffa600;
    font-weight: 700;
    margin-bottom: 40px;
}

.contacts-form-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contacts-form-row input {
    width: calc(50% - 10px);
    margin-bottom: 30px;
    height: 66px;
    padding-left: 20px;
    background: #333131;
    border: 1px solid #969696;
    color: #fff;
}
.contacts-form textarea {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
    background: #333131;
    border: 1px solid #969696;
    height: 140px;
    padding-top: 20px;
}
.contacts-form-row input::placeholder,
.contacts-form textarea::placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.contacts-form-submit {
    display: flex;
    justify-content: end;
}
.contacts-form-submit input {
    border: none;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 25px;
    border-radius: 18px;
    background-color: #8a8888;
    color: #1c1c1c;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.contacts-form-submited {
    text-align: end;
    display: none;
}
.contacts-form-submited p {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.contacts-form-submit.active {
    display: none;
}
.contacts-form-submited.active {
    display: block;
}
.about-main-title {
    font-size: 121px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}
.about-main-title span {
    color: #ffa600;
}
.about-inner {
    background: #fff;
    padding: 40px 100px;
}
.contacts-head-right p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #4d4d4d;
}
.about-text {
    font-size: 15px;
    color: #1c1c1c;
}
.about-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.about-main-image {
    width: 150px;
    border-radius: 50%;
    margin-right: 20px;
}
.about-row-name {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}
.about-row-title {
    font-size: 15px;
    font-weight: 500;
    color: #969696;
}
.about-row-icon {
    width: 25px;
    margin-right: 10px;
}
.about-row-link {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.about-inner .contacts-head-inner {
    margin-bottom: 40px;
}
.countries-image {
    width: 250px;
    margin-left: 50px;
}
.countries-middle-text-block {
    background: #fff;
    padding: 20px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.adults-inner {
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.adults-inner-1 {
    background: #fff;
}
.adults-inner-2 {
    background: #ff6161;
}
.adults-inner-3 {
    background: #eba160;
}
.adults-inner-4 {
    background: #e8e6e6;
}
.adults-inner-title {
    font-size: 26px;
    color: #1c1c1c;
    text-align: center;
    margin-bottom: 20px;
}
.adults-inner-text {
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 16px;
}
.adults-inner-link {
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 16px;
}
.adults-catalog-row {
    margin: 50px 0 50px 52px;
    width: calc(100% - 52px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #454545;
    box-shadow: 0 0 25px #fff;
    padding: 5px 60px;
}
.adults-catalog-image-1 {
    width: 86px;
}
.adults-catalog-image-2 {
    width: 105px;
    position: absolute;
    left: -52px;
}
.adults-catalog-link {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-left: 30px;
}
.adults-main-links a {
    width: calc(40% - 20px);
}
.country-middle-inner.pathway-middle-inner {
    height: 200px;
}
.pathway-info-block {
    background: #e8e6e6;
    border: 3px solid #f2c471;
    border-radius: 5px;
    padding: 10px;
}
.pathway-info-block h3 {
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    font-size: 32px;
    color: #333131;
    font-weight: 700;
    text-align: center;
}
.aupair-info-block-row {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}
.pathway-info-block p {
    font-size: 15px;
    color: #333131;
    margin: 0;
}
.pathway-info-block p strong {
    width: 120px;
    display: flex;
}
.adults-catalog-text {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.pathway-countries-inner {
    margin-bottom: 40px;
}
.pathway-main-links {
    margin-top: 0;
}
.pathway-main-links a {
    width: 100%;
    margin: 0;
    height: 140px;
}
.pathway-countries-text {
    background: #d47e1c;
    height: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.pathway-countries-text p {
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    color: #e8e6e6;
    font-weight: 700;
    font-size: 15px;
    margin: 0 10px 5px;
}
.pathway-countries-link {
    height: calc(100% - 40px);
}
.pathway-countries-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #fff;
}
.pathway-red {
    display: flex;
    justify-content: center;
    background: #c71212;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 0;
}
.kids-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.kids-item {
    background: #454545;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
}
.kids-item p {
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    color: #e8e6e6;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.kids-item.kids-item-1 {
    width: 25%;
}
.kids-item.kids-item-2 {
    width: 72%;
}

/* widget */

.widget h2,
p,
a,
span,
p {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        'Open Sans',
        'Helvetica Neue',
        sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.widget {
    z-index: 9999999999;
    width: 100%;
    position: fixed;
    display: flex;
    right: 4%;
    top: 48%;
    gap: 17px;
    flex-direction: column-reverse;
    align-items: end;
}

.block_wp {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    position: fixed;
    right: 4%;
    top: 90%;
    bottom: 16px;
}

#toggleModal {
    z-index: 9999999999999999999999999999;
}
.wp {
    display: flex;
    gap: 8px;
    color: #fffaf3;
    background-color: rgb(255, 93, 12);
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    position: fixed;
    bottom: 16px;
    right: 46px;
    width: 172px;
    justify-content: center;
    /* position: relative; */
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;

    animation: wpPulse 2.4s ease-out infinite;
    will-change: box-shadow, transform;
}

@keyframes wpPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 93, 12, 0.35);
    }
    45% {
        transform: scale(1.02);
        box-shadow: 0 0 0 12px rgba(255, 93, 12, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 12px rgba(255, 93, 12, 0);
    }
}
.wp:hover {
    background-color: rgb(211 100 44);
}

.wp.active {
    position: fixed;
    bottom: 16px;
    right: 46px;
}

.img_svg_widget {
    max-width: 18px;
    filter: invert(1);
}

.content {
    display: flex;
    height: 167px;
    flex-direction: column;
    justify-content: space-between;
}

.block_wp_modal {
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    position: fixed;
    right: 4%;
    /* top: 50%; */
    bottom: 69px;
    background-color: rgb(255, 255, 255);
    /* max-width: 400px;
  min-height: 350px; */

    /* max-width: 390px; */

    max-width: 360px;

    /* min-height: 293px; */
    /* max-height: 297px; */
    /* min-height: 277px; */
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 10px 3px 45px -7px rgba(0, 0, 0, 0.75);
    transition: 0.5s;
    opacity: 0;
    transform: translateY(100%);
}

.block_wp_modal.fade-in {
    opacity: 1;
    transform: translateY(0%);
}

.block_wp_modal.fade-out {
    opacity: 0;
    transform: translateY(100%);
}

.block_wp_modal.active {
    opacity: 1;
    transform: translateY(0);
    bottom: 69px;
}

.bg {
    display: flex;
    background-color: rgb(250, 250, 250);
    /* width: 100%; */
    /* height: 59px; */
    height: 99px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    padding: 20px;
    align-self: center;
    align-items: center;
    gap: 20px;
    position: relative;
    max-width: 100%;
}

.notice {
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #ff3434;
    border-radius: 50px;
    right: 0px;
    top: 0px;

    /* animation: noticePulse 2s ease-out infinite;
    will-change: box-shadow; */
}
/* 
@keyframes noticePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 52, 52, 0.45);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(255, 52, 52, 0);
    }
    100% {
        box-shadow: 0 0 0 6px rgba(255, 52, 52, 0);
    }
} */

.bg_content {
    padding: 12px 20px 20px 20px;
}

.avatar {
    /* background-color: black; */
    height: 56px;
    width: 56px;
    border-radius: 50px;
    position: relative;
}

.status {
    top: 45px;
    border: 1px solid #fff;
    right: 6px;
    width: 10px;
    height: 10px;
    background-color: rgb(3, 209, 64);
    border-radius: 50px;
    position: absolute;
}

.avatar img {
    height: 56px;
    width: 56px;
    border-radius: 50px;
}

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

.name_info h2 {
    font-size: 19px;
}
.name_info p {
    font-size: 14px;
}

.close {
    position: absolute;
    right: 4%;
    top: 1%;
    /* bottom: 355px; */
    font-size: 25px;
    z-index: 9999999;
}

.close:hover {
    color: aquamarine;
}

#closeModal {
    color: #999999;
}
.time {
    display: flex;
    justify-content: center;
}

.time span {
    font-size: 10px;
    color: #5a5a5a6e;
}

.widget-time-message {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.avatar_widget_svg {
    /* background-color: black; */
    height: 30px;
    width: 30px;
    border-radius: 50px;
}
.avatar_widget_svg img {
    height: 30px;
    width: 30px;
    border-radius: 50px;
}

.message {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.actual-message p {
    background-color: rgb(239, 239, 239);
    border-radius: 13px;
    padding: 7px 13px 5px 13px;
    color: #111;
    font-size: 15px;
}

.actual-message {
    max-width: 236px;
}

.typing-indicator {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 20px;
    gap: 5px;
    background-color: rgb(239, 239, 239);
    border-radius: 13px;
    padding: 5px 13px 5px 13px;
}

.typing-indicator span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: gray;
    border-radius: 50%;
    animation: typing 1.5s infinite;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.3s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes typing {
    0% {
        opacity: 0.2;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(-4px);
    }
    100% {
        opacity: 0.2;
        transform: translateY(0px);
    }
}

.wrp_wp {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.wp_svg_items {
    width: 28px;
    filter: contrast(18.5);
    height: 28px;
}

.wp_svg_items img {
    filter: grayscale(1);
}

.insta_svg_items {
    width: 28px;
    height: 28px;
}

.insta_svg_items img {
    filter: invert(1);
}

.whatsApp_widget,
.instagramm_widget {
    /* padding: 12px 30px; */
    font-weight: 700;
    transition: 0.3s;
}

.whatsApp_widget {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 11px 18px;
    background-color: rgb(37, 211, 102);
    border-radius: 12px;
    color: #ffff;
}

.whatsApp_widget:hover {
    background-color: rgb(26, 143, 69);
}

.instagramm_widget {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 13px 48px;
    background-color: rgb(1, 149, 246);
    color: #ffff;
    border-radius: 12px;
}

.instagramm_widget:hover {
    background-color: rgb(0, 86, 143);
}

.description_span {
    color: #f26500;
}

.request-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 10000000000;
}

.request-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.request-modal__overlay {
    position: absolute;
    inset: 0;
}

.request-modal__dialog {
    position: relative;
    width: 680px;
    background: #333131;
    border-radius: 22px;
    padding: 40px 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.request-modal__small-dialog {
    position: relative;
    width: 536px;
    background: #333131;
    border-radius: 20px;
    padding: 70px 50px 70px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.request-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.request-modal__close::before,
.request-modal__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    background: #bdbdbd;
}

.request-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.request-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.request-modal__content {
    width: 100%;
}

.popup-request-form {
    width: 100%;
}

.popup-request-form input::placeholder {
    text-transform: uppercase;
}

.request-modal__submit {
    display: flex;
    justify-content: center;
}

.request-modal__submit input {
    border: none;
    padding: 10px 28px;
    font-weight: 700;
    font-size: 16px;
    background: #8a8888;
    color: #fff;
    transition: background 0.3s ease;
    cursor: pointer;
}

.request-modal__submit input:hover {
    background: #6f6f6f;
}

.request-modal__submit input:focus-visible {
    outline: none;
}

@media screen and (max-width: 600px) {
    .request-modal__dialog {
        width: min(380px, 92vw);
        padding: 28px 24px;
    }
    .request-modal__small-dialog {
        width: min(380px, 92vw);
        padding: 60px 12px 60px;
    }

    .request-modal__close {
        top: 14px;
        right: 14px;
        width: 16px;
        height: 16px;
    }
}

/* pop-up snow */

.pop-up-new-year img {
    /* color: #D7EDF2; */
    grid-column: 2;
    z-index: 99;
}
.pop-up-new-year p {
    line-height: 1.2;
    color: #56a4d4;
    font-weight: 600;
}

.pop-up-new-year {
    background-color: white;
    border-radius: 6px;
    width: 100%;
    max-width: 522px;
    position: fixed;
    /* right: 23px; */
    /* right: 0px; */
    right: -100%;
    bottom: 264px;
    overflow: hidden;
    min-height: 75px;
    z-index: 999999;

    transform: translateY(-50%);
    transition: right 0.5s ease; /* Анимация */
}

.pop-up-new-year.show {
    right: 0px; /* Положение в видимой области */
    bottom: 264px;
}

.bl-pop-up-new-year {
    display: grid;
    grid-template-columns: 0.3fr 0fr 2fr;
    gap: 20px;
    position: relative;
    align-items: center;
    height: 75px;
}

.snow-ico-new-year {
    position: absolute;
    left: -44px;
    top: -15px;
}

/* .snow-ico-new-year img{ */
.snow-ico-new-year svg {
    height: auto;
    width: 147px;
    fill: #d7edf2;
}

/* .pop-up-new-year button {
  opacity: 0.2;
} */
.pop-up-new-year.cansle {
    position: absolute;
    display: flex;
    align-content: center;
    /* top: 0px; */
    top: 15px;
    right: 5px;
    width: 100%;
    max-width: 17px;
    min-height: 17px;
    background-color: #d9d9d951;
    border-radius: 50%;
    border: none;
    align-items: center;
    justify-content: center;
}

.pop-up-new-year .cansle::before,
.pop-up-new-year .cansle::after {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 1px;
    background-color: #a4a4a4;
    opacity: 1;
}

.pop-up-new-year .cansle::before {
    transform: rotate(45deg);
}

.pop-up-new-year .cansle::after {
    transform: rotate(-45deg);
}

@media (max-width: 400px) {
    .bl-pop-up-new-year {
        grid-template-columns: 0.3fr 0fr 4fr;
    }
    .pop-up-new-year p {
        font-size: 13px;
    }
}

@media (max-width: 330px) {
    .bl-pop-up-new-year {
        grid-template-columns: 0fr 0fr 4fr;
    }
}

/* /// */

@media (max-width: 600px) {
    .block_wp_modal {
        max-width: 342px;
    }
    .whatsApp_widget {
        padding: 10px 17px;
    }
    .instagramm_widget {
        padding: 12px 44px;
    }
}

@media (max-width: 500px) {
    .actual-message p {
        font-size: 14px;
    }
    .avatar img {
        height: 50px;
        width: 50px;
    }
    .status {
        top: 40px;
        right: 10px;
        /* height: 85px; */
    }

    .bg {
        height: 85px;
    }
    .name_info h2 {
        font-size: 17px;
    }
    .bg {
        gap: 12px;
    }
    .name_info {
        gap: 6px;
    }
}
@media (max-width: 436px) {
    .block_wp_modal {
        max-width: 322px;
    }
    .whatsApp_widget {
        padding: 10px 11px;
    }
    .instagramm_widget {
        padding: 12px 36px;
    }
    .wp_svg_items,
    .insta_svg_items {
        width: 20px;
        /* height: 20px; */
    }
    .content {
        height: 157px;
    }
}

@media (max-width: 395px) {
    .block_wp_modal {
        max-width: 354px;
    }
    .whatsApp_widget {
        padding: 12px 21px;
    }
    .instagramm_widget {
        padding: 14px 47px;
    }
    .wp {
        font-size: 14px;
        width: 167px;
    }
}
@media (max-width: 380px) {
    .block_wp_modal {
        max-width: 340px;
    }
    .whatsApp_widget {
        padding: 10px 18px;
    }
    .instagramm_widget {
        padding: 12px 44px;
    }
    .wp.active {
        right: 16px;
    }
    .wp {
        right: 65px;
    }
}

@media (max-width: 356px) {
    .block_wp_modal {
        max-width: 328px;
    }
    .whatsApp_widget,
    .instagramm_widget {
        padding: 10px 14px;
    }
    .bg_content {
        padding: 12px 17px 20px 17px;
    }
}

@media (max-width: 340px) {
    .block_wp_modal {
        max-width: 312px;
    }
    .whatsApp_widget,
    .instagramm_widget {
        padding: 10px 12px;
    }
}

@media (max-width: 336px) {
    .block_wp_modal {
        max-width: 297px;
    }
    .whatsApp_widget,
    .instagramm_widget {
        padding: 10px 11px;
        /* font-weight: 500; */
        transition: 0.3s;
    }
    .bg_content {
        padding: 12px 10px 17px 10px;
    }

    .wp.active {
        right: 65px;
    }
}

/*  */

@media (max-width: 1022px) {
    .heder-mennu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        flex-direction: row;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border-right: none;
    }
    .header-link {
        display: none;
    }
    .head-contacts {
        display: none;
    }
    .header-socials {
        flex-direction: row;
    }
    .header-socials img {
        width: 40px;
        margin: 0 10px;
    }
    .main-swiper-title {
        font-size: 34px;
        margin-top: -10px;
    }
    .main-swiper-text {
        font-size: 26px;
    }
    .main-swiper-button-prev {
        left: 20px;
    }
    .main-swiper-button-next {
        right: 20px;
    }
    .advantage-wrap {
        flex-direction: column;
    }
    .advantage-item {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 80%;
        margin-bottom: 30px;
    }
    .advantage-item-img {
        width: 66px;
        height: 66px;
    }
    .advantage-item-img img {
        height: 40px;
    }
    .advantage-item-text {
        min-height: auto;
        width: calc(100% - 80px);
        font-size: 15px;
        text-align: start;
        margin-left: 20px;
    }
    .about-top {
        flex-direction: column;
    }
    .btn-consult {
        padding: 8px 10px;
        font-size: 18px;
    }
    .footer-col-last {
        display: none;
    }
    .about-title {
        font-size: 40px;
        margin-bottom: 20px;
        text-align: center;
    }
    .about-subtitle {
        line-height: 22px;
        margin-bottom: 20px;
        text-align: center;
    }
    .about-experts-block {
        flex-direction: column;
    }
    .about-experts-block-item {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .about-experts-block-img {
        margin-bottom: 0;
        margin-right: 20px;
    }
    .about-experts-block-img img {
        width: 100px;
    }
    .about-experts-block-text {
        text-align: start;
    }
    .courses-inner {
        margin-bottom: 20px;
    }
    .courses-image {
        margin-bottom: 20px;
    }
    .courses-arrow {
        margin-bottom: 0;
        margin-top: -20px;
    }
    .process-outer {
        background: #2e2b2b;
        margin-right: 0;
        margin-left: 0;
    }
    .process-title {
        font-size: 32px;
    }
    .process-inner {
        margin-bottom: 30px;
    }
    .consultation {
        padding-top: 0;
    }
    .footer-socials {
        text-align: center;
        margin-bottom: 40px;
    }
    .footer-socials img {
        width: 30px;
    }
    .footer-bottom {
        margin-bottom: 50px;
    }
    .footer-mobile.d-md-none {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: space-between;
        height: 50px;
        background: #fff;
    }
    .footer-mobile-item {
        width: 33.3333333%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #0000001f;
        border-right: 1px solid #0000001f;
    }
    #mainModal .modal-dialog {
        height: auto;
    }
    .mainModal-left {
        padding: 40px 20px;
    }
    #mainModal .btn-close {
        top: 20px;
        right: 20px;
    }
    .mainModal-left-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .modal-form input {
        margin-bottom: 15px;
        height: 40px;
    }
    .mainModal-right {
        padding: 40px 20px 40px 20px;
    }
    .menu-collapse-item {
        display: flex;
        flex-direction: column;
    }
    .menu {
        left: -100%;
        width: 100%;
    }
    .breadcrumbs {
        display: none;
    }
    .country-title {
        font-size: 24px;
        padding-top: 100px;
    }
    .country-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .country-main-inner {
        padding: 20px;
    }
    .country-main-row {
        flex-direction: column;
    }
    .country-image {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .country-main-links {
        flex-direction: column;
    }
    .country-main-links a {
        width: 100%;
        margin: 0 0 20px;
        height: 120px;
        border: 1px solid #fff;
    }
    .country-main-links a span {
        background: #767574a3;
    }
    .country-bottom-item {
        flex-direction: column;
    }
    .program-title {
        font-size: 42px;
    }
    .program-inner {
        padding: 10px 20px;
        height: auto;
        margin-bottom: 20px;
    }
    .cources-block-left {
        padding-right: 0;
        text-align: center;
    }
    .cources-block-left img {
        margin-bottom: 20px;
    }
    .cources-block-link {
        justify-content: center;
    }
    .not-found {
        padding-top: 100px;
    }
    .not-found-logo-1 {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .not-found-top-inner-left {
        text-align: center;
    }
    .not-found-logo-2 {
        width: auto;
        max-width: 90%;
    }
    .not-found-top-inner-left-text {
        font-size: 26px;
        text-align: center;
        max-width: 90%;
        margin: 10px auto 0;
    }
    .not-found-title {
        font-size: 42px;
    }
    .not-found-text {
        font-size: 26px;
    }
    .not-found-link a {
        font-size: 24px;
        padding: 10px 35px;
    }
    .country-middle-row {
        flex-direction: column;
    }
    .country-middle-inner {
        width: 100%;
    }
    .country-middle-row img {
        transform: rotate(180deg);
        margin: 15px 0;
    }
    .country-middle-image-row {
        flex-direction: column;
    }
    .country-middle-image-block {
        width: 100%;
    }
    .country-middle-image-text-1 {
        opacity: 0;
    }
    .country-middle-image-text-2 {
        font-size: 12px !important;
        opacity: 1;
        padding: 0 20px;
    }
    .country-middle-image {
        height: 100%;
        object-fit: cover;
    }
    .country-middle-image-block-inner {
        height: 250px;
    }
    .country-middle-text-row {
        flex-direction: column;
    }
    .country-middle-text-block {
        margin: 0 20px 20px;
        padding: 20px;
    }
    .aupair-advantages {
        align-items: start;
    }
    .aupair-advantages img {
        margin-top: 15px;
    }
    .country-main-row.aupair-main-row {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .aupair-image {
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .visa-image {
        width: 30%;
    }
    .visa-title {
        font-size: 20px;
    }
    .contacts-head-right {
        display: none;
    }
    .contacts-head-left {
        flex-direction: column;
        align-items: center;
    }
    .country-main.contacts .country-main-wrap {
        padding-top: 100px;
    }
    .contacts-content-inner {
        padding: 20px;
    }
    .about-main-title {
        font-size: 60px;
        padding-top: 100px;
    }
    .about-inner {
        padding: 20px;
    }
    .about-row {
        flex-direction: column;
        text-align: center;
    }
    .countries-image {
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }
    .adults-inner {
        height: auto;
        margin-bottom: 30px;
    }
    .adults-catalog-row {
        margin: 30px 0 30px 30px;
        width: calc(100% - 30px);
        padding: 10px 40px;
    }
    .adults-catalog-image-2 {
        width: 60px;
        position: absolute;
        left: -30px;
    }
    .adults-catalog-link {
        font-size: 14px;
    }
    .adults-catalog-image-1 {
        width: 40px;
        margin-left: 30px;
    }
    .adults-catalog-text {
        font-size: 16px;
    }
    .pathway-countries-inner {
        height: 140px;
        margin-bottom: 20px;
    }
    .pathway-main-links {
        margin-top: 40px;
    }
    .pathway-main-links a {
        height: 140px;
        margin: 0;
    }
    .pathway-red {
        background: #c71212;
        font-size: 18px;
        padding: 10px;
    }
    .kids-block {
        display: none;
    }
    .widget__preview-block {
        right: 0px !important;
        bottom: 50px !important;
    }
}
