:root {
    --main: #f43131;
    --second: #0072de;
}

* {
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    font-family: Inter;
    font-size: 16px;
    color: rgb(85, 85, 85);
    line-height: 1;
    overflow-x: hidden;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricprecision;
    text-size-adjust: 100%;
}

.container {
    max-width: 1300px;
    margin: 0px auto;
    width: 100%;
}

div {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: inherit;
}

a {
    text-decoration: none;
    color: rgb(85, 85, 85);
    transition: all 0.3s ease 0s;
}

ul,
li {
    list-style: none;
}

.btn {
    user-select: none;
    cursor: pointer;
}

img {
    vertical-align: middle;
    border: 0px;
    max-width: 100%;
    height: auto;
}

input[type="tel"],
input[type="text"],
input[type="email"] {
    appearance: none;
    border-radius: 0px;
    font: inherit;
}

body {}

div iframe {
    z-index: 50 !important;
}

input[type="tel"],
input[type="text"],
input[type="email"] {
    padding: 0px;
    width: 100%;
    transition: all 0.3s ease 0s;
}

textarea.input.error,
input[type="tel"].input.error,
input[type="text"].input.error,
input[type="email"].input.error {
    border-color: #f43131;
}

.btn {
    display: inline-block;
    text-align: center;
}

.btn-main {
    background: rgb(244, 49, 49);
    padding: 13px 18px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(244, 49, 49);
}

textarea.input,
input[type="tel"].input,
input[type="text"].input,
input[type="email"].input {
    font-size: 16px;
    color: #7C7C7C;
    background: #ffffff;
    height: 48px;
    width: 100%;
    padding: 16px 20px;
    border-radius: 5px;
    border: 1px solid rgb(180, 180, 180);
}

.footer {
    display: flex;
    justify-content: center;
}

.footer-wrapper {
    background: rgb(246, 249, 252);
    padding-top: 58px;
    padding-bottom: 29px;
    width: 1300px;
    max-width: 100%;
    border-radius: 30px;
}

.footer .container {
	padding: 0 15px;
}

.footer-bottom {
    text-align: center;
    padding-top: 27px;
    border-top: 1px solid #D2D8DD;
    margin-top: 32px;
    color: #7C7C7C;
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 27px;
}

.footer-bottom-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-bottom-copyright {
    display: inline;
    text-align: left;
}

.footer-bottom-license {
    width: 400px;
    max-width: 100%;
    color: rgb(153, 153, 153);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.9px;
    text-align: right;
}

.footer-bottom-personal {
    display: inline;
	text-align: left;
}

.footer-bottom-personal a {
    border-bottom: 1px solid #999999;
    color: #999999;
}

.to_top {
    position: fixed;
    bottom: -150px;
    left: 30px;
    color: rgb(31, 111, 187);
    font-size: 13px;
    width: 50px;
    text-align: center;
    z-index: 90;
    transition: bottom 0.3s ease 0s;
}

.to_top:before {
    content: "";
    position: absolute;
    left: 0;
    top: -57px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1f6fbb;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/eurasian/img/icons/to-top.png);
}

body.show-to_top .to_top {
    bottom: 15px;
    background: transparent;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0px 0 0 -10px;
    padding: 0px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0px, 0px, 0px);
}

.slick-track {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-arrow {
    position: absolute;
    text-indent: -9999px;
    font-size: 0px;
    z-index: 1;
    cursor: pointer;
    border-radius: 0px;
    top: -65px;
    right: 0px;
}

.slick-disabled {
    opacity: 0.5;
}

.slick-arrow:hover {
    opacity: 0.5;
}

.slick-dots {
    text-align: center;
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 3px;
}


.slick-dots li {
    display: inline-block;
    margin: 0px 2.5px;
    position: relative;
}

.slick-dots li button {
    border-radius: 50%;
    background: #F9D4D4;
    height: 15px;
    width: 15px;
    opacity: 1;
    text-indent: -9999px;
    font-size: 0px;
    vertical-align: top;
}

.slick-dots li.slick-active button {
    background: #EC5958;
    opacity: 1;
}

.landTeachers__list .slick-arrow {
    top: 98%;
    right: 0px;
}

.landTeachers__list .slick-next {
    background-image: url(/wp-content/themes/eurasian/images/slick-next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 20px;
    width: 20px;
    background-color: #ffffff00;
    left: 63%;
}

.landTeachers__list .slick-prev {
    background-image: url(/wp-content/themes/eurasian/images/slick-arow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 20px;
    width: 20px;
    background-color: #ffffff00;
    left: 31%;
}



.mobile-menu {
    position: fixed;
    right: -100%;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 99;
    transition: all 0.3s ease 0s;
    overflow-y: auto;
}

.mobile-menu-main-ul>ul {
    position: relative;
    z-index: 5;
    margin-left: 15px;
    margin-right: 15px;
}

.mobile-menu-main-ul>ul {
    border-bottom: 1px solid rgb(209, 221, 252);
    padding-bottom: 10px;
}

.mobile-menu-main-ul>ul+ul {
    margin-top: 44px;
}

.mobile-menu-inner {
    margin-top: 65px;
    margin-bottom: 30px;
}

.mobile-menu-close {
    width: 15px;
    height: 15px;
    display: block;
    background: url("/wp-content/themes/eurasian/img/mobile-main-close.svg") 50% 50% / 15px no-repeat;
    position: absolute;
    right: 13px;
    top: 14px;
}

.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    color: #2E2E31;
    text-align: center;
}

.page-header,
.page-header h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    margin: 20px 0px 35px;
    color: rgb(34, 34, 34);
    position: relative;
}

.demo_course-right-video {}

.free-form-row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    margin-bottom: 20px;
}

.free-form-row .col {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0px;
    overflow-wrap: break-word;
}

.free-form-row-btn {
    margin-top: 30px;
}

.free-form-row-btn .btn {
    display: block;
}

.departments {
    margin-top: 40px;
    margin-bottom: 30px;
}

.departments .container {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.school-tabs {
    display: flex;
    height: 374px;
    justify-content: space-between;
    width: 340px;
    flex-direction: column;
    padding: 32px 24px;
    background: #f6f9fc;
    border-radius: 24px
}

.school-content {
    width: 940px;
}

.departments .school-tabs-item {
    min-width: 250px;
}

.departments .school-tabs-item {
    width: 100%;
    min-width: 290px;
    max-width: 100%;
}

.school-tabs-item {
    display: inline-block;
}

.school-tabs-item .school-tabs-item-element.active {
    background: #635FCA14;
}

.school-tabs-item .school-tabs-item-element:hover {
    background: #635FCA14;
}

.school-tabs-item .school-tabs-item-element {
    cursor: pointer;
    display: flex;
    gap: 8px;
    padding: 12px;
    border-radius: 16px;
    align-items: flex-start;
}


.school-tabs-item-subtitle {
    color: #2E2E31;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.school-content-item.active,
.school-content-item--in {
    height: 100%;
}

.school-content-item.active {
    display: block;
}

.department-content-item {
    color: rgb(255, 255, 255);
    padding: 0;
    width: 100%;
}

.school-content-item {
    display: none;
}

.school-content-item.active,
.school-content-item--in {
    height: 100%;
}

.school-content-item--in {
    display: flex;
}

.department-content-item-right {
    flex-grow: 1;
}

.department-content-item-right--in {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: none;
}

.department-content-item-right--in {
    height: 100%;
    min-height: 374px;
}

.school-content iframe {
    width: 100%;
    height: 100%;
}

.popup_overlay {
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 100;
    background: rgba(51, 51, 51, 0.35);
    overflow-y: auto;
    transition: opacity 0.6s ease 0s;
    position: absolute;
    left: -9999px;
    opacity: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 50px 40px;
}

.popup_overlay.high {
    align-items: flex-start;
}

.popup {
    padding: 30px;
    background: rgb(255, 255, 255);
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.6s ease 0s, transform 1s ease 0s;
    border-radius: 7px;
    box-shadow: rgba(54, 67, 79, 0.35) 0px 10px 25px 0px;
}

.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 1;
    background-image: url("../img/icons/close-gray.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.popup-title {
    font-size: 24px;
    line-height: 28px;
}

.popup-title span {
    font-weight: bold;
}

.popup form {
    margin-top: 30px;
}

.overlay {
    background: rgba(51, 51, 51, 0.35);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 150;
}

.popup form {
    margin-top: 20px !important;
}

.popup_overlay {
    padding: 15px 40px;
}

.popup {
    padding: 30px !important;
}

.demo_course-right-video {
    margin-top: 40px;
}

.mobile_submenu_back {
    position: fixed;
    top: 12px;
    left: -9999px;
    z-index: 11;
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mobile-menu-main-ul>ul {
    z-index: auto;
}

.mobile-menu-close {
    z-index: 11;
}

.mobile-menu {
    background: rgb(255, 255, 255);
}

.mobile-menu-main-ul>ul:last-child {
    border: 0px;
    margin-top: 22px !important;
}

.reasons__cert-img {
    width: 480px;
    max-width: 100%;
    object-fit: contain;
}

.reasons__cert-info {
    width: calc(100% - 540px);
}

.reasons__cert-title {
    color: rgb(34, 34, 34);
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
}

.reasons__cert-text {
    margin-top: 30px;
    color: rgb(34, 34, 34);
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}

.reasons__cert-bottom {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reasons__cert-bottom img {
    width: 48px;
    object-fit: contain;
}

.reasons__cert-bottom p {
    color: rgb(34, 34, 34);
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}

.reasons__cert-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reasons__cert-list li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: #222;
}

.reasons__cert-list li::before {
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2024/04/Frame-1753.svg) no-repeat center;
}

.reasons__cert-text {
    margin-top: 30px;
}

.cert {
    padding: 50px 0 25px;
}

.cert .reasons__cert {
    margin-top: 30px;
    width: 100%;
    border-radius: 20px;
    display: flex;
    align-items: stretch;
    gap: 10px 30px;
    flex-wrap: wrap;
    background: transparent;
}

.cert .reasons__cert-img {
    width: calc(50% - 15px);
    max-width: 100%;
    border-radius: 24px;
    background: #f6f9fc;
    padding: 50px 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cert .reasons__cert-img img {
    object-fit: contain;
    width: 480px;
    max-width: 100%;
}

.cert .reasons__cert-info {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    padding: 56px 48px;
    border-radius: 24px;
    background: #F6F9FC;
	justify-content: space-between;
}

.cert .reasons__cert-title {
    color: #2E2E31;
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
}

.cert .reasons__cert-text {
    margin-top: 20px;
    color: #7C7C7C;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}

.cert .reasons__cert-bottom {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cert .reasons__cert-bottom img {
    width: 48px;
    object-fit: contain;
}

.cert .reasons__cert-bottom p {
    color: #6551df;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}

.reasons__cert-link {
    color: #635FCA;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 50px;
}



.testimonial-students .page-header {
    margin: 50px 0px 35px;
}

.landHeader {
    width: 100%;
    margin-top: 30px;
    border-radius: 30px;
    background: rgb(246, 249, 252);
    padding: 14px 20px;
    position: relative;
}

.landHeader-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.landHeader-logo {
    display: block;
    width: 320px;
}

.landHeader-logo img {
    width: 100%;
    object-fit: contain;
}

.header__links {
    display: flex;
    gap: 25px;
}

.header__links li a {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    line-height: 130%;
}



.landHeader-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.landHeader-phone {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    color: #706CDB;
    text-align: right;
}

.landHeader-address {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: rgb(34, 34, 34);
}

.landHeader-text {
    width: 468px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: rgb(34, 34, 34);
    position: absolute;
    top: 50%;
    left: calc(50% + 50px);
    transform: translate(-50%, -50%);
}

.landHeader-mobile-phone {
    display: none;
}

.landBanner {
    background: url(/wp-content/themes/eurasian/images/banner-fon.png);
    padding: 50px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    background-size: cover;
    min-height: 540px;
}

.landBanner__img {
    position: absolute;
    left: 48%;
    bottom: 0px;
    transform: translateX(-50%);
}

.landBanner__title {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
}

.landBanner__inner {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 43px;
}

.landBanner__left {
    width: 430px;
}

.landBanner__subtitle {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
    margin-top: 20px;
    text-align: center;
}

.landBanner__list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 35px;
}

.landBanner__list li {
    padding-left: 5px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    position: relative;
}

.landBanner__list li::before {
    content: "";
    background-image: url(/wp-content/themes/eurasian/images/list-img.png);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: -30px;
}

.landBanner__right {
    width: 410px;
    max-width: 100%;
    margin-top: 30px;
}

.landBanner__aboveform {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    width: 410px;
    max-width: 100%;
}

.landBanner .childBanner__form {
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.landBanner__underform {
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
}

.landBanner__underform a {
	color: #ffffff;
    text-decoration: underline;
}

.landBanner__right .input {
    height: 54px !important;
    border-radius: 10px !important;
}

.landBanner__right .btn {
    background: rgb(255, 255, 255);
    height: 56px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    border: 0px !important;
}

.landBanner__right .btn:hover {
    background: #222;
    color: #fff;
}

.landStat {
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 20px;
    padding: 20px 50px;
    background: rgb(233, 240, 252);
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

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

.landStat__item-title {
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
}

.landStat__item-text {
    margin-top: 10px;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.landPoss {
    padding: 50px 0px;
}

.landPoss__list {
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
}

.landPoss__item {
    width: calc(50% - 15px);
    background: rgb(246, 249, 252);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.landPoss__item-img {
    width: 36px;
    object-fit: contain;
    flex-shrink: 0;
}

.landPoss__item-title {
    color: rgb(34, 34, 34);
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
}

.landPoss__item-text {
    margin-top: 10px;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.steps {
    padding: 50px 0;
}

.steps__list {
    margin-top: 45px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.steps__item {
    background: #f6f9fc;
    border-radius: 20px;
    padding: 20px;
    width: calc(33% - 13px);
}

.steps__item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.steps__item-num {
    padding: 8px 12px;
    background: #F5CCCE;
    border-radius: 8px;
    font-size: 18px;
    color: #222222;
    line-height: 130%;
    font-weight: 500;
    text-transform: uppercase;
}

.steps__item-text {
    width: 90%;
    font-size: 16px;
    color: #222222;
    line-height: 140%;
    font-weight: 500;
    margin-top: 15px;
}

.slick-track {
    display: flex;
    align-items: stretch;
}

.slick-slide {
    height: auto;
    padding: 0px 0 0 10px;
}

.slick-slide>div,
.slick-slide .priceOnline__item {
    height: 100%;
}

.slick-next {
    left: 50%;
}

.slick-prev {
    left: calc(50% - 60px);
}

.landHow {
    padding: 50px 0px;
}

.landHow__text {
    margin-top: 50px;
    color: rgb(34, 34, 34);
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
}

.landHow__inner {
    margin-top: 45px;
    display: flex;
    gap: 0;
    justify-content: center;
}

.landHow .demo_course-right-video {
    width: 100%;
    max-width: 1230px;
    margin-top: 0px;
}

.landHow__list {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.landHow__item-icon {
    width: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.landHow__item-text {
    color: rgb(34, 34, 34);
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
}

.buy-dostup {
    padding: 50px 0;
}

.buy-block {
    background: #F6F9FC;
    padding: 0 50px;
    border-radius: 20px;
    gap: 160px;
    display: flex;
}

.buy-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    justify-content: center;
}

.buy-right {
    width: 50%;
    display: flex;
    justify-content: center;
}

.buy-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
    color: #222222;
}

.buy-txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    color: #222222;
}

.buy-button {
    background: #EC5958;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 475px;
    height: 41px;
    border-radius: 10px;
    margin-top: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
}

.buy-button:hover {
    background: #d92526;
}

.landTeachers__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0;
    padding-top: 40px;
}

.landTeachers {
    margin-top: 50px;
}

.landTeachers__item {
    padding: 48px 48px 48px 440px;
    background: #F1F5FF;
    min-height: 0;
    border-radius: 24px;
}

.landTeachers__item-info {
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    margin-top: 0;
}

.landTeachers__item-desc {
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    margin-top: 20px;
}

.landTeachers__item-desc,
.landTeachers__item-desc p {
    font-size: 16px;
    font-style: italic;
    color: #7c7c7c;
    line-height: 140%;
    font-weight: 500;
}

.landTeachers__item-img {
    width: 372px;
    height: calc(100% - 96px);
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
}

.landTeachers__item-info-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.landTeachers__item-nos {
    padding: 5px 10px 5px 28px;
    position: relative;
    border: 1px solid #635fca;
    border-radius: 8px;
    color: #635fca;
    font-size: 16px;
    font-weight: 500;
}

.landTeachers__item-nos::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #635fca;
}

.landTeachers__item-spisok {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}

.landTeachers__item-spisok li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7c7c7c;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.landTeachers__item-img {
    position: absolute;
    object-fit: cover;
    border-radius: 20px;
}

.landTeachers__item-name {
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
    color: #2E2E31;
}

.lendFooter {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: flex-start;
    padding-top: 30px;
}

.landFooter__item {
    max-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.landFooter__item-title {
    color: #7c7c7c;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}

.landFooter__item-phone {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.landFooter__item-text {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.landFooter__police {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 20px;
}



.reasons__cert {
    margin: 50px 0px;
}

.footer-wrapper {
    padding: 0px 20px;
}

.footer {
    margin-top: 100px;
}

.lendFooter-logo {
    display: block;
    width: 320px;
}

.lendFooter-logo img {
    width: 320px;
}

.container-banner {
    padding: 50px 15px;
}

.free-form-row-btn .btn {
    border-radius: 10px;
}

.slick-slide {
    height: auto !important;
}

.reviews-content {
    display: flex;
    gap: 70px;
}

.reviews-view {
    margin-top: 40px;
}

.reviews-container {
    margin-top: 50px;
    padding-bottom: 50px;
}

.reviews-testimonial {
    max-width: 400px;
    padding: 20px;
    background: #F6F9FC;
    border-radius: 24px;
}

.reviews-testimonial-top {
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
}

.reviews-testimonial-top-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reviews-testimonial-name {
    color: #2E2E31;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    line-height: 140%;
}

.reviews-testimonial-name:before {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    background-image: url(/wp-content/themes/eurasian/images/pew-icon.svg);
    left: -50px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.reviews-testimonial-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #7C7C7C;
}

.reviews-testimonial-footer span {
    color: #635FCA;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.reviews-testimonial-footer {
    color: #2E2E31;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.reviews-testimonial-bottom {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #7C7C7C;
    margin-top: 15px;
    height: 200px;
    overflow-y: auto;
    line-height: 130%;
}

.star_rating {
    display: inline-flex;
    align-items: center;
}

.star_rating_img {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: rgb(255, 185, 2);
    stroke-width: 30;
    margin-right: 5px;
}

.star_rating_img.filled {
    fill: #F1DE0E;
    stroke: #F1DE0E;
}

.onlFormat {
    padding: 40px 0px;
}

.onlFormat .title {
    text-align: center;
}

.onlFormat__list {
    gap: 20px;
    justify-content: center;
}

.onlFormat__list {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.onlFormat__item {
    width: 310px;
    max-width: 100%;
    position: relative;
}

.onlFormat__item {
    width: calc(25% - 15px);
    height: 100%;
    background: #f6f9fc;
    box-shadow: none;
    border-radius: 24px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    gap: 45px 28px;
    display: flex !important;
}

.onlFormat__item .btn-blue:hover {
    background: #fff;
    color: #ec5958;
    border: 1px solid #ec5958;
}

.onlFormat .slick-track {
    display: flex;
    align-items: stretch;
}

.onlFormat .slick-slide {
    height: auto;
    padding: 0px 0 0 16px;
}

.onlFormat .slick-slide>div,
.onlFormat .slick-slide .priceOnline__item {
    height: 100%;
}

.onlFormat .slick-dots {
    bottom: 4px;
}

.onlFormat .slick-dots li button {
    background: #F5ABAB;
    height: 10px;
    width: 10px;
    opacity: 0.5;
}

.onlFormat .slick-dots li.slick-active button {
    background: #EC5958;
    opacity: 1;
}

.onlFormat .slick-arrow {
    background: rgb(255, 255, 255);
    top: 92% !important;
    bottom: 0px !important;
    transform: translateX(-50%) !important;
    width: 24px !important;
    height: 24px !important;
}

.onlFormat .slick-next {
    left: calc(50% + 47px) !important;
    background-image: url("/wp-content/uploads/2024/04/next-arrow.svg");
}

.onlFormat .slick-prev {
    left: calc(50% - 47px) !important;
    background-image: url("/wp-content/uploads/2024/04/prev-arrow.svg");
}

.onlFormat .slick-dots li {
    margin: 0px 2.5px !important;
}

.onlFormat__item-sale {
    display: none !important;
}

.onlFormat__item-title {
    font-weight: 700;
    font-size: 28px;
    color: #4B62C2;
    text-align: left;
    line-height: 110%;
}

.onlFormat__item-points {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.onlFormat__item-point {
    display: flex;
    align-items: center;
    gap: 10px;
}

.onlFormat__item-point img {
    width: 36px;
    object-fit: contain;
    display: none;
}

.onlFormat__item-point p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    position: relative;
    color: #222;
    padding-left: 20px;
}

.onlFormat__item-point p::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6188ec;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slick-slide:nth-child(3) .onlFormat__item .onlFormat__item-point p::before {
    background: #fff;
}

.onlFormat__item-srok {
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgb(101, 81, 223);
}

.onlFormat__item-price {
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    text-align: center;
    color: #222222;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}

.onlFormat__item-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    color: #7C7C7C;
    margin-top: 13px;
    min-height: 47px;
}



.onlFormat__item .btn-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EC5958;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    height: 41px;
    width: 100%;
    border-radius: 10px;
    margin-top: 24px;
}

.onlFormat__item-sale {
    background: rgb(235, 108, 72);
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 150%;
}

.onlFormat__item-crown {
    position: absolute;
    top: 20px;
    right: 20px;
}

.onlFormat__item-flex {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 50px;
}

.onlFormat__item-flex-2 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 79px;
}

.onlFormat__item-rating {
    margin-top: 16px;
    padding-bottom: 28px;
    border-bottom: 1px solid #000000;
    display: flex;
}

.onlFormat__item-iconitem {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    color: #7C7C7C;
}

.onlFormat__item-info {
    flex-grow: 1;
    border-radius: 20px;
    border: 1px solid #222222;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
    font-weight: 500;
}

.onlFormat__item-iconlist {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 50px;
}

.onlFormat__banner {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    background: #f6f9fc;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.onlFormat__banner-text {
    width: calc(55% - 10px);
    color: #222222;
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
}

.onlFormat__banner-text span {
    color: #6188ec;
    font-weight: 600;
}

.onlFormat__banner-buttons {
    width: calc(40% - 10px);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.onlFormat__banner-buttons .btn {
    width: calc(50% - 5px) !important;
    border-radius: 10px !important;
    height: 42px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.onlFormat__banner-buttons .btn-blue {
    background: #6188ec;
    border: 1px solid #6188ec;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.onlFormat__banner-buttons .btn-blue:hover {
    background: #fff;
    border: 1px solid #6188ec;
    color: #6188ec;
}

.onlFormat__banner-buttons .btn-wa {
    background: transparent;
    border: 1.5px solid #4fa451;
    color: #4fa451;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
}

.onlFormat__banner-buttons img {
    width: 24px;
    object-fit: contain;
}

.grecaptcha-badge {
    visibility: hidden;
}

#telegram-widget #telegram {
    width: 60px;
    height: 60px;
}

#telegram-widget svg,
#telegram-widget img {
    fill: rgb(38, 158, 218);
}

#telegram-widget span {
    padding: 12px 0px 12px 20px;
    color: rgb(34, 34, 34);
    font-size: 15px;
    font-weight: 500;
}

#telegram-widget {
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 2px 10px;
    z-index: 10;
    max-width: calc(100% - 30px);
}

.telegram_widget-message {
    box-shadow: rgba(122, 122, 122, 0.5) 0px 0px 5px 2px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    margin-right: 20px;
    border-radius: 20px;
    width: 320px;
}

#telegram-widget.no-visible .telegram_widget-message {
    display: none;
}

.telegram-overflow {
    width: 17px;
    height: 17px;
    transform: rotate(45deg) translate(-11px, -23px);
    transform-origin: center center;
    position: fixed;
    bottom: 104px;
    right: 118px;
    z-index: 12;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
}

.telegram-triangle {
    width: 15px;
    height: 15px;
    bottom: -1px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(122, 122, 122, 0.5) 0px 0px 5px 2px;
}

.telegram_widget_close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    margin-left: 5px;
    padding: 8px !important;
}

.telegram_widget--text {
    margin-left: 10px;
}

.telegram_widget--text p {
    color: #0072de;
    display: inline;
}

#telegram-widget.no-visible span {
    display: none;
}

#telegram-widget.no-visible {
    padding: 0px;
}

#telegram-widget.no-visible svg,
#telegram-widget.no-visible img {
    display: block;
}

#telegram-widget.no-visible~.telegram-overflow {
    display: none;
}

#telegram-widget.opened,
.telegram-overflow.opened {
    bottom: 380px;
}

/* popup */

body.show-popup {
    overflow: hidden;
}

.popup_overlay {
    justify-content: center;
    align-items: center;
    display: flex;

    z-index: 100;
    background: rgba(51, 51, 51, 0.35);
    overflow-y: auto;
    transition: opacity 0.6s ease;

    position: absolute;
    left: -9999px;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 40px;
}

.popup_overlay.high {
    align-items: flex-start;
}

.popup_overlay.active {
    position: fixed;
    left: 0;
    opacity: 1;
}

.popup_overlay.active .popup {
    opacity: 1;
    transform: translateY(0);
}

.popup {
    padding: 30px 30px;
    background: #fff;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.6s ease, transform 1s ease;
    border-radius: 7px;
    box-shadow: 0px 10px 25px 0px rgba(54, 67, 79, 0.35);
}

.popup-inner {
    padding: 60px 60px;
    text-align: center;
}

.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 1;
    background-image: url("../img/icons/close-gray.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.popup-close:hover {
    opacity: 0.7;
}

.popup-title {
    font-size: 24px;
    line-height: 28px;
}

.popup-title span {
    font-weight: bold;
}

.popup-title span span {
    color: #f43131;
}

.popup-text {
    color: #777;
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
}

.popup-teacher_question,
.popup-review {
    width: 556px;
    padding: 50px 40px;
}

.popup-corparate,
.popup-trainee,
.popup-franchise,
.popup-good,
.popup-singup,
.popup-free,
.popup-club,
.popup-individual,
.popup-singup-46,
.popup-singup-47,
.popup-singup-51,
.popup-singup-40,
.popup-singup-43,
.popup-singup-44,
.popup-singup-45,
.popup-singup-48,
.popup-singup-52,
.popup-singup-50,
.popup-singup-49,
.popup-singup-41,
.popup-singup-42,
.popup-event-footer-singup,
div[class*=" popup-event-"] {
    padding: 40px 40px;
    width: 450px;
}

.popup-good {
    padding-top: 70px;
    padding-bottom: 70px;
}

.popup form {
    margin-top: 30px;
}

.popup-individual .radio-btn a,
.popup-trainee .radio-btn a,
.popup-singup .radio-btn a,
.popup-singup-46 .radio-btn a,
.popup-singup-47 .radio-btn a,
.popup-singup-51 .radio-btn a,
.popup-singup-40 .radio-btn a,
.popup-singup-43 .radio-btn a,
.popup-singup-44 .radio-btn a,
.popup-singup-45 .radio-btn a,
.popup-singup-48 .radio-btn a,
.popup-singup-52 .radio-btn a,
.popup-singup-50 .radio-btn a,
.popup-singup-49 .radio-btn a,
.popup-singup-41 .radio-btn a,
.popup-singup-42 .radio-btn a,
.popup-event-footer-singup .radio-btn a,
div[class*=" popup-event-"] .radio-btn a {
    display: block;
    border-radius: 5px;
    border: 1px solid #c2d2e2;
    color: #333;
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    white-space: nowrap;
}

.popup-individual .radio-btn a.active,
.popup-trainee .radio-btn a.active,
.popup-singup .radio-btn a.active,
.popup-singup-46 .radio-btn a.active,
.popup-singup-47 .radio-btn a.active,
.popup-singup-51 .radio-btn a.active,
.popup-singup-40 .radio-btn a.active,
.popup-singup-43 .radio-btn a.active,
.popup-singup-44 .radio-btn a.active,
.popup-singup-45 .radio-btn a.active,
.popup-singup-48 .radio-btn a.active,
.popup-singup-52 .radio-btn a.active,
.popup-singup-50 .radio-btn a.active,
.popup-singup-49 .radio-btn a.active,
.popup-singup-41 .radio-btn a.active,
.popup-singup-42 .radio-btn a.active,
.popup-event-footer-singup .radio-btn a.active,
div[class*=" popup-event-"] .radio-btn a.active {
    color: #fff;
    border-color: #0072de;
}

.popup-individual .radio-btn,
.popup-trainee .radio-btn,
.popup-singup .radio-btn,
.popup-singup-46 .radio-btn,
.popup-singup-47 .radio-btn,
.popup-singup-51 .radio-btn,
.popup-singup-40 .radio-btn,
.popup-singup-43 .radio-btn,
.popup-singup-44 .radio-btn,
.popup-singup-45 .radio-btn,
.popup-singup-48 .radio-btn,
.popup-singup-52 .radio-btn,
.popup-singup-50 .radio-btn,
.popup-singup-49 .radio-btn,
.popup-singup-41 .radio-btn,
.popup-singup-42 .radio-btn,
.popup-event-footer-singup .radio-btn,
div[class*=" popup-event-"] .radio-btn {
    display: flex;
    margin-left: -5px;
}

.popup-individual .radio-btn .col,
.popup-singup .radio-btn .col,
.popup-singup-46 .radio-btn .col,
.popup-singup-47 .radio-btn .col,
.popup-singup-51 .radio-btn .col,
.popup-singup-40 .radio-btn .col,
.popup-singup-43 .radio-btn .col,
.popup-singup-44 .radio-btn .col,
.popup-singup-45 .radio-btn .col,
.popup-singup-48 .radio-btn .col,
.popup-singup-52 .radio-btn .col,
.popup-singup-50 .radio-btn .col,
.popup-singup-49 .radio-btn .col,
.popup-singup-41 .radio-btn .col,
.popup-singup-42 .radio-btn .col,
.popup-event-footer-singup .radio-btn .col,
div[class*=" popup-event-"] .radio-btn .col {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 24%;
    max-width: 24%;
    min-width: 0;
    word-wrap: break-word;
}

.popup-trainee .radio-btn .col,
.popup-event-club-foreign-singup .radio-btn .col {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    min-width: 0;
    word-wrap: break-word;
}

.popup-individual .radio-btn .col:last-child,
.popup-singup .radio-btn .col:last-child,
.popup-singup-46 .radio-btn .col:last-child {
    flex: 0 0 29%;
    max-width: 29%;
}

.popup-good-icon {
    background-image: url("../img/icons/check-circle-green.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.popup-good .popup-title {
    font-weight: bold;
    text-align: center;
}

.popup-good-text {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
}

.popup-trainee textarea,
.popup-event-club-foreign-singup textarea {
    height: 90px;
}

/* /popup */

/* free */

.free {
    margin-top: 29px;
    padding-top: 39px;
    padding-bottom: 39px;
    background: url(../img/free-2.webp) no-repeat 50% 50%;
    background-size: cover;
}

.free .container {}

.free--in {
    display: flex;
    align-items: center;
}

.free-left {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 0;
    word-wrap: break-word;
    padding-right: 30px;
}

.free-left-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: #222;
}

.free-left-title span {
    color: #f43131;
}

.free-left-list {
    margin-top: 69px;
}

.free-left-list .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -52px;
}

.free-left-list .col {
    padding: 0 15px;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    margin-bottom: 52px;
    word-wrap: break-word;
}

.free-left-list-item {}

.free-left-list-item-text {
    font-size: 15px;
    line-height: 20px;
    padding-left: 76px;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.free-left-list-item-text span {
    content: "";
    background-color: #1f6fbb;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -10px;
    left: 0;
    border-radius: 50%;
}

.free-left-info .courseList.v2 .courseIcon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.free-form {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 0;
    word-wrap: break-word;
    padding-left: 30px;
}

.free-form--in {
    border-radius: 5px;
    background: #ffffff;
    width: 456px;
    margin-left: auto;
    padding: 33px 39px 39px;
    box-shadow: 0px 3px 8px 0px rgb(172 188 198 / 70%);
}

.free-form-title {
    font-size: 24px;
    line-height: 1.3;
    color: #222;
}

.free-form-title span {
    font-weight: bold;
}

.free-form-title .blue {
    color: #0072dd;
}

.free-left-text {
    font-size: 16px;
    line-height: 26px;
    color: #222;
    margin-top: 80px;
}

.free-left-text span {
    font-weight: bold;
}

.free-form form {
    margin-top: 33px;
}

.free-form-row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    margin-bottom: 20px;
}

.free-form-row .col {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
    word-wrap: break-word;
}

.free-form-row .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
}

.free-form-row .select-js {
    width: 100%;
}

.free-form-row .select-js .select-js-optlist {
    max-height: 301px;
}

.free-form-row select[name="department"]+.select-js-optlist {
    max-height: 269px;
}

.free-form-row-check {
    margin-top: 5px;
}

.free-form-row-check .checkbox-label {
    color: #777;
    font-size: 13px;
    margin-right: 20px;
}

.free-form-row-btn {
    margin-top: 30px;
}

.free-form-row-btn span {
    cursor: pointer;
}

.free-form-row-btn .btn {
    display: block;
}

.btn-main:hover {
    color: #f43131;
    background: #fff;
}

.btn:hover.processing,
.btn.processing {
    background: -webkit-linear-gradient(-45deg,
            rgba(255, 255, 255, 0.6) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.6) 75%,
            transparent 75%,
            transparent),
        -webkit-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.09));
    background: linear-gradient(-45deg,
            rgba(255, 255, 255, 0.6) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.6) 75%,
            transparent 75%,
            transparent),
        linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.09));
    background-repeat: repeat;
    background-size: 40px 40px, 100% 100%;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

.free-form-row-calendar:after {
    content: "";
    position: absolute;
    background-image: url("../img/icons/free-form-calendar.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 18px;
    right: 23px;
    top: 50%;
    margin-top: -9px;
    pointer-events: none;
}

.free.individual--form {
    background-image: url(../img/individual--form.jpg);
}

/* Блок Пробное занятие с двумя формами */
.free-two-forms {
    padding-top: 60px;
    padding-bottom: 39px;
}

.free-two-forms .container {}

.free-two-forms--in {
    display: flex;
}

.free-col1 {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 0;
    word-wrap: break-word;
    padding-top: 50px;
}

.free-col2 {
    flex: 0 0 38%;
    max-width: 38%;
    min-width: 0;
    word-wrap: break-word;
    margin-right: 30px;
}

.free-col3 {
    flex: 0 0 37%;
    max-width: 37%;
    min-width: 0;
    word-wrap: break-word;
}

.free-two-forms--in .badge {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -30px;
    right: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-top: 33px;
}

.free-two-forms--in .badge span {
    font-weight: 800;
}

.free-col2 .badge {
    background-color: #1f6fbb;
}

.free-col3 .badge {
    background-color: #f43131;
}

.free-col3 .badge span {
    font-size: 16px;
}

.free-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #222;
}

.free-title span {
    color: #f43131;
}

.free-text {
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
}

.free-left-list1 {
    margin-top: 69px;
}

.free-left-list1 .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -52px;
}

.free-left-list1 .col {
    padding: 0 15px;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    margin-bottom: 52px;
    word-wrap: break-word;
}

.free-left-list-item1 {}

.free-left-list-item-text1 {
    font-size: 15px;
    line-height: 20px;
    padding-left: 76px;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.free-left-list-item-text1 span {
    content: "";
    background-color: #1f6fbb;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -10px;
    left: 0;
    border-radius: 50%;
}

.free-form1 {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 0;
    word-wrap: break-word;
    padding-left: 30px;
}

.free-col2 .free-form--in,
.free-col3 .free-form--in {
    width: auto;
}

.free-two-forms-title {
    font-size: 22px;
    font-weight: 800;
    color: #222;
    margin-bottom: 15px;
}

.free-two-forms-title span {
    color: #1f6fbb;
}

.free-two-forms-text {
    color: #777;
    font-size: 16px;
    line-height: 1.2;
    margin-right: 20px;
    margin-bottom: 15px;
}

.free-col3 .free-two-forms-text {
    color: #1f6fbb;
}



/* /free */

/* .checkbox */

.checkbox {
    white-space: nowrap;
}

.checkbox>a,
.checkbox>.checkbox-legal-span,
.checkbox>.checkbox-tinka-span,
.checkbox>.hotGroups-checkbox-select {
    display: inline-block;
    position: relative;
    border: 1px solid #d2d8dd;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    left: 0;
    top: 0;
    vertical-align: middle;
}

.checkbox>a:before,
.checkbox>.checkbox-legal-span:before,
.checkbox>.checkbox-tinka-span:before,
.checkbox>.hotGroups-checkbox-select:before {
    content: "";
    background: #0072de;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    position: absolute;
    left: 4px;
    top: 4px;
    opacity: 0;
    transition: opacity 0.3s;
}

.checkbox.active>a,
.checkbox.active>.checkbox-legal-span,
.checkbox.active>.checkbox-tinka-span,
.checkbox.active>.hotGroups-checkbox-select {}

.checkbox.active>a:before,
.checkbox.active>.checkbox-legal-span:before,
.checkbox.active>.checkbox-tinka-span:before,
.checkbox.active>.hotGroups-checkbox-select:before {
    opacity: 1;
}

.checkbox-label {
    color: #333;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    white-space: normal;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.checkbox-label a {
    border-bottom: 1px solid rgba(0, 114, 222, 0.35);
    color: #0072de;
}

.checkbox-label a:hover {
    border-bottom-color: transparent;
}

.checkbox-legal.error .checkbox-label {
    color: #f43131;
}

.checkbox-legal.error>a {
    border: 1px solid #f43131;
}

.free-form-row-check {
    margin-top: 5px;
}

/* /.checkbox */

/* .radio-btn */

.radio-btn {
    display: inline-block;
    font-size: 0px;
}

.radio-btn span {
    cursor: pointer;
}

.radio-btn a,
.radio-btn span {
    font-size: 14px;
    display: inline-block;
    padding: 17px 17px;
    border: 1px solid #c2d2e2;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.radio-btn a.active,
.radio-btn span.active {
    background: #359af8;
    color: #fff;
    border-color: #359af8;
    cursor: default;
}

.radio-btn a:first-child,
.radio-btn span:first-child {
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.radio-btn a:last-child,
.radio-btn span:last-child {
    border-radius: 0 5px 5px 0;
    border-left: none;
}

/* /.radio-btn */

.overlay {
    background: rgba(51, 51, 51, 0.35);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 150;
}

.postuplenie-prof-front {
    margin-bottom: 100px;
}

.postuplenie-prof-form-container {
    background: url(/wp-content/themes/eurasian/images/forma-fon.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    gap: 109px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.postuplenie-form-left {
    padding: 42px 0 55px 50px;
    min-height: 253px;
}

.postuplenie-form-text {
    font-size: 16px;
    color: #fff;
    line-height: 150%;
    font-weight: 500;
}

.postuplenie-form-left .postuplenie-title {
    width: 550px;
    max-width: 100%;
    padding: 0 0 20px;
    color: #fff;
    text-align: left;
}

.postuplenie-form-left-list-item {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    background: url(/wp-content/uploads/2024/02/Ellipse-44-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-bottom: 10px;
}

.postuplenie-form-right {
    width: 320px;
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.postuplenie-form-right .childBanner__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 19px;
}

.postuplenie-form-right .childBanner__form .input {
    border-radius: 10px;
    border: 0;
}

.postuplenie-form-right .childBanner__form .button-red {
    border-radius: 10px;
    color: #ffffff;
    background: #EC5958;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    line-height: 150%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 100%;
}

.postuplenie-form-right .childBanner__form .button-red:hover {
    background: #d92526;
    color: #fff;
}

.postuplenie-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
    color: #FFFFFF;
}

.postuplenie-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 20px;
}

.postuplenie-prof-front .postuplenie-form-right {
    width: 730px;
    max-width: 100%;
    padding: 40px 0 40px 56px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
}

.postuplenie-img {
    object-fit: cover;
    width: 366px;
    max-width: 480px;
}

.postuplenie-prof-front .postuplenie-form-right .childBanner__form {
    width: 490px;
}

.postuplenie-form-list {
    padding: 20px;
    border-radius: 20px;
    background: #95b3ff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.postuplenie-form-subtitle {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.postuplenie-form-right .free-form-row-check .checkbox-label,
.postuplenie-form-right .free-form-row-check .checkbox-label a {
    color: #fff !important;
    border-bottom: 0;
}

.postuplenie-form-right .checkbox>a {
    background: #fff;
}

.postuplenie-form-list li {
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 140%;
}

.postuplenie-form-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


.reviews-testimonial-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #DFDFDF;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.reviews-testimonial-footer-item {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 140%;
}

.reviews-testimonial-footer-item span {
    color: #6188ec;
    font-weight: 700;
}

.reviews-container .slick-arrow {
    background: #EC5958;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 105%;
}

.reviews-container .slick-next {
    background-image: url(../img/icons/nex-arr.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.reviews-container .slick-prev {
    background-image: url(../img/icons/prev-arr.svg);
    background-repeat: no-repeat;
    background-position: center center;
}


@media (max-width: 767px) {
    
    .footer {
        margin-top: 60px;
    }
	
	.header__links {
        display: none;
    }

    .landHeader-logo {
        width: 220px;
    }

    .landHeader {
        margin-top: 20px;
        border-radius: 20px;
        padding: 14px 20px;
    }

    .landBanner__title {
        font-size: 32px;
        line-height: 100%;
    }

    .landHeader-info {
        display: none;
    }

    .landHeader-mobile-phone {
        display: block;
    }

    .container {
        padding: 0 15px;
    }

    .landBanner {
        padding: 20px;
        width: 100%;
        margin-top: 20px;
        min-height: 1050px;
        background: linear-gradient(90deg, #DC2424 0%, #4A569D 100%);
    }

    .landBanner__subtitle {
        color: #ffffff;
        font-size: 18px;
        line-height: 100%;
    }

    .landBanner__list li {
        line-height: 100%;
        padding: 5px;
    }

    .landBanner__list {
        margin-top: 0px;
    }

    .landBanner__left {
        width: 100%;
    }

    .landBanner__inner {
        margin-top: 30px;
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .landBanner__right {
        width: 100%;
        max-width: 100%;
        margin-top: 0px;
    }

    .landBanner__aboveform {
        font-size: 20px;
        width: 100%;
    }

    .landBanner__underform {
        font-size: 12px;
        line-height: 100%;
    }

    .landBanner__img {
        width: 90%;
    }

    .landStat {
        margin-bottom: 30px;
        padding: 20px;
        flex-direction: column;
    }

    .title {
        font-size: 24px;
    }

    .landPoss {
        padding: 30px 0px;
    }

    .landPoss__list {
        margin-top: 20px;
        gap: 10px;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .landPoss__item {
        width: 100%;
    }

    .landPoss__item-title {
        font-size: 18px;
        line-height: 100%;
    }

    .landPoss__item-text {
        line-height: 140%;
    }

    .steps {
        padding: 30px 0;
    }

    .steps__list {
        margin-top: 25px;
        gap: 10px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .steps__item {
        width: 100%;
    }

    .landHow {
        padding: 30px 0px;
    }

    .landHow__inner {
        margin-top: 25px;
    }

    .buy-block {
        padding: 20px 20px 0px;
        gap: 50px;
        flex-direction: column;
    }

    .buy-left {
        width: 100%;
    }

    .buy-title {
        font-size: 24px;
        line-height: 100%;
        color: #4B62C2;
    }

    .buy-txt {
        font-size: 16px;
    }

    .buy-button {
        width: 100%;
        margin-top: 0px;
    }

    .buy-right {
        width: 100%;
    }

    .landTeachers {
        margin-top: 20px;
    }

    .landTeachers__item {
        padding: 20px;
        height: 100%;
    }

    .landTeachers__item-img {
        width: 100%;
        height: 244px;
        left: auto;
        top: 0;
        transform: none;
    }

    .landTeachers__item-img {
        position: relative;
    }

    .postuplenie-prof-form-container {
        width: 100%;
        flex-direction: column;
        gap: 50px;
        background: linear-gradient(90deg, #4A569D 0%, #DC2424 100%);
    }

    .postuplenie-prof-front .postuplenie-form-right {
        width: 100%;
        padding: 20px 20px 0px 20px;
    }

    .postuplenie-prof-front .postuplenie-form-right .childBanner__form {
        width: 100%;
    }

    .postuplenie-title {
        font-size: 24px;
    }

    .postuplenie-img {
        width: 100%;
    }

    .postuplenie-prof-front {
        margin-bottom: 60px;
    }

    .departments {
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .departments .container {
        flex-direction: column;
    }

    .school-tabs {
        height: 100%;
        width: 100%;
    }

    .school-content {
        width: 100%;
        height: 360px;
    }

    .lendFooter {
        gap: 20px;
        align-items: flex-start;
        padding-top: 25px;
        flex-direction: column;
    }

    .lendFooter-logo img {
        width: 160px;
    }

    .footer-bottom {
        padding-top: 15px;
        margin-top: 25px;
        padding-bottom: 27px;
    }

    .footer-bottom-list {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
    }

    .footer-bottom-license {
        width: 100%;
        text-align: left;
    }

    .cert {
        margin-top: 10px;
    }

    .cert .reasons__cert {
        flex-direction: column;
        gap: 20px;
    }

    .cert .reasons__cert-info {
        width: 100%;
        padding: 20px;
    }

    .cert .reasons__cert-img {
        width: 100%;
        padding: 36px 32px 0 32px;
    }

    .cert .reasons__cert-text {
        margin-top: 15px;
        font-size: 18px;
    }

    .cert .reasons__cert-title {
        font-size: 24px;
    }

    .reasons__cert-link {
        margin-top: 20px;
    }

    .reviews-container .slick-arrow {
        width: 30px;
        height: 30px;
        top: -40px;
    }

    .reviews-view {
        margin-top: 60px;
    }

    .slick-prev {
        left: calc(50% - 40px);
    }

    .slick-next {
        left: 50%;
    }

    .landTeachers__list {
        padding-top: 25px;
    }

    .landTeachers__item-info {
        margin-top: 20px;
    }

    .landTeachers__item-info-top {
        align-items: flex-start;
        flex-wrap: nowrap;
        gap: 10px;
        flex-direction: column;
    }

    .landTeachers__item-desc {
        height: 300px;
        overflow: scroll;
    }

    .landTeachers__item-desc::-webkit-scrollbar {
        height: 30px;
    }

    .onlFormat__item-iconlist {
        padding-top: 30px;
    }

    .onlFormat__list {
        margin-top: 25px;
    }

    .buy-dostup {
        padding-top: 10px;
        padding-bottom: 50px;
    }
	
	.footer-bottom-copyright {
       display: inline;
       text-align: center;
}
	.footer-bottom-license {
        text-align: center;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .landHeader-logo img {
        width: 220px;
    }

    .header__links {
        display: none;
    }

    .landHeader {
        margin-top: 20px;
    }

    .container {
        padding: 0 20px;
    }

    .landBanner__title {
        font-size: 40px;
    }

    .landBanner {
        background: linear-gradient(90deg, #DC2424 0%, #4A569D 100%);
        padding: 30px;
        min-height: 100%;
    }

    .landBanner__subtitle {
        font-size: 24px;
    }

    .landBanner__inner {
        margin-top: 20px;
    }

    .landBanner__left {
        width: 100%;
    }

    .landBanner__right {
        margin-top: 0px;
    }

    .landBanner__img {
        left: 70%;
    }

    .landStat {
        padding: 20px;
        gap: 20px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .landStat__item {
        width: 48%;
    }

    .landPoss {
        padding: 20px 0px;
    }

    .title {
        font-size: 30px;
    }

    .landPoss__list {
        margin-top: 30px;
        gap: 15px;
    }

    .landPoss__item-title {
        font-size: 20px;
        line-height: 100%;
    }

    .steps__item {
        width: calc(50% - 13px);
    }

    .landHow {
        padding: 20px 0px;
    }

    .buy-block {
        padding: 20px 20px 0 20px;
        gap: 80px;
    }

    .buy-button {
        width: 100%;
        margin-top: 10px;
    }

    .buy-left {
        width: 75%;
    }

    .postuplenie-img {
        display: none;
    }

    .postuplenie-prof-form-container {
        background: linear-gradient(90deg, #DC2424 0%, #4A569D 100%);
        gap: 0;
    }

    .postuplenie-prof-front .postuplenie-form-right .childBanner__form {
        width: 70%;
    }

    .postuplenie-title {
        font-size: 30px;
    }

    .lendFooter {
        gap: 25px;
        flex-wrap: wrap;
    }

    .lendFooter-logo {
        width: 100%;
    }

    .footer {
        margin-top: 60px;
        padding: 0 20px;
    }

    .footer-wrapper {
        padding: 0;
    }

    .footer-bottom-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom {
        padding-top: 20px;
        margin-top: 25px;
        padding-bottom: 20px;
    }

    .landFooter__item-title {
        font-size: 16px;
    }

    .footer-bottom-license {
        text-align: left;
    }

    .lendFooter-logo img {
        width: 250px;
    }

    .departments .container {
        flex-direction: column;
    }

    .school-tabs {
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
    }

    .departments .school-tabs-item {
        width: 48%;
    }

    .school-content {
        width: 100%;
    }

    .cert .reasons__cert-info {
        padding: 24px 20px;
        width: calc(50% - 8px);
    }

    .cert .reasons__cert {
        margin-top: 50px;
        gap: 10px 15px;
    }

    .cert .reasons__cert-text {
        font-size: 16px;
    }

    .reasons__cert-link {
        margin-top: 20px;
    }

    .cert .reasons__cert-img {
        width: calc(50% - 8px);
        padding: 60px 35px 0;
    }

    .landTeachers__item {
        padding: 30px;
        flex-direction: column;
    }

    .landTeachers__item-img {
        width: 372px;
        height: calc(100% - 96px);
        left: 25%;
        top: 50%;
        transform: none;
        margin-bottom: 20px;
        position: relative;
    }
}

@media (min-width: 901px) and (max-width: 1200px) {
    .header__links {
        display: none;
    }

    .container {
        padding: 0 10px;
    }

    .landHeader-logo {
        width: 260px;
    }

    .landBanner {
        padding: 30px;
    }

    .landStat {
        padding: 20px 20px;
    }

    .landStat__item {
        gap: 10px;
    }

    .landStat__item-title {
        font-size: 18px;
    }

    .title {
        font-size: 36px;
    }

    .landPoss {
        padding: 30px 0px;
    }

    .landPoss__list {
        margin-top: 30px;
        gap: 20px;
    }

    .landPoss__item-title {
        font-size: 20px;
    }

    .postuplenie-prof-front .postuplenie-form-right {
        padding: 30px 0 30px 40px;
    }

    .postuplenie-prof-front {
        margin-bottom: 70px;
    }

    .postuplenie-title {
        font-size: 30px;
    }

    .postuplenie-img {
        margin-bottom: -28px;
    }

    .cert .reasons__cert-info {
        padding: 40px 30px;
    }

    .reasons__cert-link {
        margin-top: 20px;
    }

    .landHow .demo_course-right-video {
        padding: 0 50px;
    }
}






.youtubeSlider {
  padding: 50px 0;
}

.youtubeSlider .container {
  overflow: hidden;
}

.youtubeSlider .slick-list {
}

.youtubeSlider__subtitle {
  margin: 20px 0 0;
  color: #222;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.youtubeSlider__wrapper {
  position: relative;
  padding-top: 30px;
}

.youtubeSlider__wrapper::-webkit-scrollbar {
  height: 6px;
}

.youtubeSlider__wrapper::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 3px;
}

.youtubeSlider__wrapper::-webkit-scrollbar-thumb {
  background-color: #0072de;
  border-radius: 3px;
}

.youtubeSlider__wrapper .agegroup-swipe {
  display: block;
  top: 0;
}

.youtubeSlider__list {
  gap: 30px;
  padding: 10px 0 24px;
  /* min-width: 1170px; */
}

.youtubeSlider__list .slick-track {
  display: flex;
  justify-content: center;
  gap: 0px;
  padding: 10px 0 20px;
}

.youtubeSlider__item {
  width: 100%;
  flex-shrink: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(21, 78, 132, 0.1);
  position: relative;
}

.youtubeSlider__item-link img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
}

.youtubeSlider__item-link a::before {
  top: 70%;
}

.youtubeSlider__item-link a:before {
  display: none;
}

.youtubeSlider__item-play {
  position: absolute;
  height: 48px;
  width: 64px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.youtubeSlider__item iframe {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.youtubeSlider__more {
  position: relative;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #6188ec;
  margin-top: 10px;
}

.youtubeSlider .slick-dots {
  bottom: 2px;
}

.youtubeSlider .slick-arrow {
  display: none !important;
}
.slick-dots li button,
.youtubeSlider .slick-dots li.slick-active button {
  background: #6f5be9;
}
.youtubeSlider__more:hover {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .youtubeSlider__wrapper {
    padding-top: 35px;
  }

  .youtubeSlider .slick-arrow {
    top: -20px !important;
  }

  .youtubeSlider__more {
    right: auto;
    left: 15px;
    top: 75px;
  }
}

.dialog-content {
    padding: 40px 20px 20px!important;
    display: none;
    max-width: 90wv
}

.dialog-content iframe {
    width: 100%;
    aspect-ratio: 16/9;
    width: 900px;
    max-width: 100%;
}

.banner-block {
  width: 100%;
  border-radius: 20px;
  padding: 80px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  background: url('/wp-content/themes/eurasian/images/bannerbg.jpg') no-repeat center;
  background-size: cover;
  margin-bottom: : 50px;
}

.banner-block__left-part {
  width: 100%;
  max-width: 588px;
  color: #fff;
}

.banner-block__badge {
  margin-bottom: 10px;
  border-radius: 40px;
  padding: 12px 16px;
  background: linear-gradient(360deg, #8E78F1 -74.29%, #D2F3FD 97.6%), linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  color: #2E2E31;
}

.banner-block__left-part h2, 
.banner-block__left-part .h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 20px;
}

.banner-block__left-part span {
  margin-bottom: 20px;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.2);
  width: 100%;
  max-width: 430px;
}

.banner-block__left-part h3 {
  margin-bottom: 60px;
  font-family: Inter;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
}

.banner-block__price-info {
  position: relative;
  margin-bottom: 40px;
  max-width: 362px;
}

.banner-block__price-info span {
  margin-bottom: 20px;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.2);
  position: absolute;
  transform: rotate(4deg);
  top: -24px;
  right: 15px;
  max-width: fit-content;
}

.banner-block__price-info p {
  margin-bottom: 0;
  max-width: 100%;
}

.button-wrapper {
  position: relative;
  max-width: 362px;
}

.button-wrapper:before {
  content: '';
  width: 24px;
  height: 31px;
  position: absolute;
  bottom: -22px;
  left: -26px;
  background: url('/wp-content/themes/eurasian/images/before.svg') no-repeat center;
  background-size: contain;
}

.button-wrapper:after {
  content: '';
  width: 22px;
  height: 23px;
  position: absolute;
  top: -10px;
  right: -26px;
  background: url('/wp-content/themes/eurasian/images/after.svg') no-repeat center;
  background-size: contain;
}

.banner-block__left-part .button-white {
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  padding-top: 16px;
  padding-right: 49px;
  padding-bottom: 16px;
  padding-left: 49px; 
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #fff;
  color: #2E2E31;
  box-shadow: 0px 10px 50px 0px #00000040;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}

.banner-block__left-part .button-white:hover {
  background: #2E2E31;
  border: 1px solid #2E2E31;
  color: #FFFFFF;
}

.banner-block__right-part {
  width: 100%;
  max-width: 444px;
}

.banner-block__cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: space-between;
}

.banner-block__single-card {
  width: 100%;
  background: linear-gradient(360deg, #8E78F1 -74.29%, #D2F3FD 97.6%);
  padding: 22px 35px 22px 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner-block__single-card img {
  min-width: 48px;
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: center;
}

.banner-block__single-card-info {
  width: calc(100% - 68px);
}

.banner-block__single-card-info h4 {
  margin-bottom: 10px;
  font-family: Inter;
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  color: #2E2E31;
}

.banner-block__single-card-info p {
  margin-bottom: 0px;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #2E2E31;
}

@media screen and (max-width: 1199.9px) {
  .banner-block {
    padding: 50px;
  }
}

@media screen and (max-width: 991.9px) {
  .banner-block {
    padding: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }

  .banner-block__left-part {
    width: 100%;
    max-width: 100%;
  }   

  .button-wrapper {
    position: relative;
    max-width: 100%;
  }    

  .banner-block__right-part {
    width: 100%;
    max-width: 100%;
  }  

  .banner-block__single-card img {
    min-width: 25px;
    width: 25px;
    height: 25px;
  }

  .banner-block__single-card-info {
    width: calc(100% - 45px);
  } 
}

@media screen and (max-width: 479.9px) {
  .banner-block {
    padding: 20px;    
  }

  .banner-block__badge {
    font-size: 20px;
  }

  .banner-block__left-part h2, 
  .banner-block__left-part .h2 {
    font-size: 30px;
  }

  .banner-block__price-info span {
    font-size: 12px;
  }

  .banner-block__single-card {
    padding: 15px; 
    gap: 10px;
  }

  .banner-block__single-card-info {
    width: calc(100% - 35px);
  } 

  .banner-block__single-card-info h4 {
    font-size: 18px;
  }

  .banner-block__single-card-info p {
    font-size: 14px;
  }

  .banner-block__left-part .button-white {
    padding-right: 25px;
    padding-right: 25px;
  }

  .button-wrapper:before, 
  .button-wrapper:after {
    display: none;
  }
}