: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;
  padding: 0px 15px;
  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: 14px;
  color: rgb(51, 51, 51);
  background: rgb(246, 249, 252);
  border-radius: 5px;
  border: 1px solid rgb(180, 180, 180);
  height: 50px;
  width: 100%;
  padding: 0px 13px;
}

.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 {
}

.footer-bottom {
  text-align: center;
  padding-top: 27px;
  border-top: 1px solid rgb(210, 216, 221);
  margin-top: 32px;
  color: rgb(153, 153, 153);
  font-size: 13px;
  line-height: 1.3;
}

.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;
}

.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;
  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-arrow {
  width: 30px;
  height: 30px;
  background: 50% 50% no-repeat rgb(91, 166, 235);
  border-radius: 50%;
  transition: opacity 0.5s ease 0s;
}

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

.slick-prev {
  background-image: url("../img/icons/slick-prev.png");
  margin-right: 40px;
}

.slick-next {
  background-image: url("../img/icons/slick-next.png");
}

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

.slick-dots li {
  display: inline-block;
  margin: 0px 9px;
  position: relative;
  width: 12px;
  height: 12px;
}

.slick-dots li button {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  font-size: 0px;
  vertical-align: top;
}

.slick-dots li.slick-active button {
  background: rgb(255, 255, 255);
}

.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: 36px;
  line-height: 1.1;
  color: rgb(34, 34, 34);
}

.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;
}

.school-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: calc(100% - 572px);
}

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

.school-tabs-item .school-tabs-item-element {
  cursor: pointer;
}

.school-tabs-item:last-child {
  margin-right: 0px;
}

.school-tabs-item a,
.school-tabs-item .school-tabs-item-element {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgb(0, 114, 222);
}

.school-tabs-item-subtitle {
  color: rgb(34, 34, 34);
  font-size: 14px;
  margin-top: 3px;
}

.school-tabs-item a.active .school-tabs-item-subtitle,
.school-tabs-item a:hover .school-tabs-item-subtitle,
.school-tabs-item .school-tabs-item-element.active .school-tabs-item-subtitle,
.school-tabs-item .school-tabs-item-element:hover .school-tabs-item-subtitle {
  color: rgb(34, 34, 34);
}

.school-tabs-item a.active,
.school-tabs-item a:hover,
.school-tabs-item .school-tabs-item-element.active,
.school-tabs-item .school-tabs-item-element:hover {
  color: rgb(244, 49, 49);
}

.school-tabs-item a span,
.school-tabs-item .school-tabs-item-element span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.school-tabs-item a.active span,
.school-tabs-item a:hover span,
.school-tabs-item .school-tabs-item-element.active span,
.school-tabs-item .school-tabs-item-element:hover span {
}

.school-tabs-item-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  left: 0px;
  top: 5px;
}

.school-tabs-item a.active .school-tabs-item-icon,
.school-tabs-item a:hover .school-tabs-item-icon,
.school-tabs-item .school-tabs-item-element.active .school-tabs-item-icon,
.school-tabs-item .school-tabs-item-element:hover .school-tabs-item-icon {
  background-position: 0px -32px;
}

.school-content {
  width: 522px;
  max-width: 100%;
}

.school-content-active {
  height: 3px;
  position: absolute;
  left: 15px;
  top: 0px;
  background: rgb(244, 49, 49);
  display: none;
  transition: width 0.5s ease 0s;
}

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

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

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

.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: 50px;
  align-items: center;
  justify-content: center;
}

.departments .school-tabs-item-icon {
  background-image: url("/wp-content/uploads/2024/05/Location.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center !important;
}

.departments .school-tabs-item {
  width: calc(50% - 8px);
  min-width: 300px;
  max-width: 100%;
  padding-left: 42px;
}

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

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

.department-content-item-right--in {
  border: 5px solid rgb(255, 255, 255);
  border-radius: 7px;
  box-shadow: rgba(61, 65, 67, 0.25) 0px 3px 7px 0px;
  height: 100%;
  min-height: 330px;
  background: rgb(252, 251, 246);
}

.department-content-item-right--in 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;
}

.button-blue,
.button-red {
  padding: 15px 25px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: rgb(244, 49, 49);
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: bold;
  transition: all 0.2s linear 0s;
  cursor: pointer;
}

.button-red {
  background: rgb(244, 49, 49);
  border: 1px solid rgb(244, 49, 49);
}

.btn-blue {
  background: rgb(0, 114, 222);
  border: 1px solid rgb(0, 114, 222);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  transition: all 0.2s linear 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px !important;
}

.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 {
    margin-top: 30px;
    width: 100%;
    padding: 50px 40px;
    border-radius: 20px;
    background: rgb(246, 249, 252);
    display: flex;
    align-items: flex-start;
    gap: 34px 60px;
    flex-wrap: wrap;
}

.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%;
} */

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

.title {
  text-align: center;
  font-size: 36px;
}

.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;
}

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

.landHeader-phone {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: rgb(34, 34, 34);
  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/uploads/2024/06/Frame-2117.svg") 0% 0% / cover
    no-repeat #59ae5b;
  padding: 50px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

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

.landBanner__title {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 48px;
  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: 30px;
  font-weight: 700;
  line-height: 110%;
}

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

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

.landBanner__list li::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/eurasian/img/icons/white-check.svg)
    no-repeat;
}

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

.landBanner__aboveform {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  width: 410px;
  max-width: 100%;
  background: #95da96b2;
  padding: 10px;
  border-radius: 10px;
}

.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: 14px;
  font-weight: 500;
  line-height: 120%;
}

.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-title {
  color: rgb(101, 81, 223);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.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 .title {
  text-align: center;
}

.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 20px 20px 76px;
  position: relative;
  display: flex;
  align-items: center;
}

.landPoss__item::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(/wp-content/uploads/2024/04/Frame-1753.svg) no-repeat center;
  background-size: 36px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

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

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

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

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

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

.slick-dots {
  bottom: 2px;
}

.slick-dots li button {
  background: rgb(107, 146, 246);
  height: 10px;
  width: 10px;
  opacity: 0.5;
}

.slick-dots li.slick-active button {
  background: rgb(107, 146, 246);
  opacity: 1;
}

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

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

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

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

.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: 20px;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.landHow .demo_course-right-video {
  width: calc(50% - 15px);
  margin-top: 0px;
}

.landHow .demo_course-right-video img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 30px;
  object-fit: cover;
  object-position: left center;
}

.demo_course-right-video a:before {
  content: "";
  position: absolute;
  background: url(../img/icons/youtube.svg);
  height: 48px;
  width: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -24px;
}

.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%;
}

.landTeachers {
  padding: 50px 0px;
}

.landTeachers__text {
  margin: 30px auto 0;
  width: 804px;
  max-width: 100%;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

.landTeachers__under {
  margin: 50px auto 0;
}

.landTeachers__list {
  padding-bottom: 30px;
  margin-top: 50px;
}

.landTeachers__item {
  width: 100%;
  position: relative;
  min-height: 450px;
  padding: 20px 20px 20px 353px;
  background: rgb(233, 240, 252);
  border-radius: 30px;
}

.landTeachers__item-name {
  color: rgb(34, 34, 34);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.teacher__ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.teacher__li {
  padding-left: 20px;
  position: relative;
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

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

.landTeachers__item-img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 303px;
  height: 410px;
  object-fit: cover;
  border-radius: 20px;
}

.landTeachers__item-info {
  margin-top: 30px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  padding: 20px;
  max-height: 290px;
  overflow: auto;
}

.landTeachers__item-subtitle {
  color: rgb(34, 34, 34);
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.landTeachers__item-second {
  margin-top: 35px;
}

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

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

.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: rgb(124, 124, 124);
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.landFooter__item-phone {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.landFooter__item-text {
  color: rgb(34, 34, 34);
  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 15px;
}

.footer {
  margin-top: 50px;
}

.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-testimonial {
  max-width: 400px;
  padding: 20px;
  background: rgb(246, 249, 252);
  border-radius: 20px;
}

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

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

.reviews-testimonial-name {
  color: rgb(124, 124, 124);
  font-size: 16px;
  position: relative;
}

.reviews-testimonial-date {
  font-size: 13px;
}

.reviews-testimonial-bottom {
  position: relative;
  padding-right: 20px;
  font-weight: 500;
  font-size: 16px;
  color: rgb(34, 34, 34);
  margin-top: 13px;
  height: 177px;
  overflow-y: auto;
}

.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: rgb(255, 185, 2);
  stroke: rgb(255, 185, 2);
}

.onlFormat {
  padding: 40px 0px;
}

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

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

.onlFormat__item {
  width: calc(33% - 20px);
  height: 100%;
  background: rgb(246, 249, 252);
  box-shadow: none;
  border-radius: 20px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  gap: 45px 28px;
  display: flex !important;
}

.onlFormat__item .btn-blue:hover {
  background: #fff;
  color: #6188ec;
}

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

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

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

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

.onlFormat .slick-dots li button {
  background: rgb(107, 146, 246);
  height: 10px;
  width: 10px;
  opacity: 0.5;
}

.onlFormat .slick-dots li.slick-active button {
  background: rgb(107, 146, 246);
  opacity: 1;
}

.onlFormat .slick-arrow {
  background: rgb(255, 255, 255);
  top: auto !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: 22px;
  color: rgb(34, 34, 34);
  text-align: center;
  padding: 10px;
}

.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: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgb(34, 34, 34);
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.onlFormat__item .btn-blue {
  width: 100%;
  height: 42px;
  border-radius: 10px;
  margin-top: 20px;
  background: rgb(97, 136, 236);
  border: 1px solid rgb(97, 136, 236);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
}

.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-flex {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}

.onlFormat__item-info {
  flex-grow: 1;
  min-width: calc(50% - 3px);
  border-radius: 20px;
  border: 1px solid #222;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
  color: #222;
  font-weight: 500;
}

.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;
  cursor: pointer;
}

#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;
}

@media screen and (max-width: 600px) {
  .free {
    padding-top: 50px;
  }

  .landTeachers__under {
    margin: 20px auto 0;
  }
}

/* /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 !important;
}

.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;
}

@media screen and (max-width: 600px) {
  .footer-bottom-list {
    flex-wrap: wrap;
  }

  .footer-bottom-copyright,
  .footer-bottom-license {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .reasons__cert {
    justify-content: center;
  }

  .landPoss__item::before {
    top: 20px;
    transform: none;
  }

  .reasons__cert-info {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .reasons__cert-title {
    font-size: 24px;
  }

  .reasons__cert-bottom p,
  .reasons__cert-text {
    font-size: 16px;
  }

  .reasons__cert {
    padding: 20px 10px;
  }

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

@media screen and (max-width: 600px) {
  .testimonial-students .page-header {
    margin: 25px 0px 35px;
  }
}

@media (max-width: 1199px) {
  .school-tabs-item a,
  .school-tabs-item .school-tabs-item-element {
    font-size: 15px;
    line-height: 19px;
  }
}

@media (max-width: 1140px) {
  .departments .school-tabs-item {
    margin-right: 42px;
  }
}

@media (max-width: 1024px) {
  .footer {
    padding-bottom: 40px;
  }

  .title {
    font-size: 25px;
  }
}

@media (max-width: 1023px) {
  .footer {
    padding-bottom: 40px;
  }

  .departments .container {
    flex-direction: column;
    gap: 10px;
  }

  .school-tabs {
    width: 100%;
    flex-flow: wrap;
    align-items: stretch;
    gap: 15px 30px;
  }

  .department-content-item-right--in iframe {
    height: 360px;
  }

  .departments .school-tabs-item {
    width: calc(50% - 15px);
    margin: 0px !important;
  }

  .departments .school-content {
    margin: 0px !important;
  }

  .school-tabs-item a,
  .school-tabs-item .school-tabs-item-element {
    font-size: 14px;
    line-height: 18px;
  }

  .school-tabs-item-subtitle {
    font-size: 11px;
  }

  .page-header,
  .page-header h1 {
    font-size: 30px;
  }

  .departments .school-content-item--in {
    display: block;
  }

  .department-content-item-right {
    margin-top: 40px;
  }

  .department-content-item-right--in {
    height: auto;
  }

  .to_top span {
    display: none;
  }

  .to_top {
    width: 40px;
    height: 40px;
    right: 10px;
  }

  .to_top:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-size: 15px;
  }
}

@media (max-width: 860px) {
  .school-content {
  }
}

@media (max-width: 800px) {
  .departments {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .page-header,
  .page-header h1 {
    font-size: 25px;
  }
}

@media (max-width: 620px) {
  .slick-arrow {
    top: -40px;
  }

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

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

  .school-tabs-item a.active span,
  .school-tabs-item a span,
  .school-tabs-item .school-tabs-item-element.active span,
  .school-tabs-item .school-tabs-item-element span {
    border-bottom: none;
  }

  .school-content {
    margin-top: 8px;
  }

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

  .title {
    font-size: 23px;
  }

  .departments .school-content {
  }

  .departments .school-tabs-item {
  }

  .school-tabs {
    white-space: inherit;
  }
}

@media (max-width: 600px) {
  .school-content-active {
    display: none;
  }

  .popup_overlay {
    padding: 50px 15px;
  }
}

@media (max-width: 560px) {
  .free-form-row .col {
    margin-bottom: 20px;
  }

  .free-form-row {
    display: block;
    margin-bottom: 0px;
  }

  .free-form-row .col-2 {
    max-width: none;
  }
}

@media (min-width: 500px) {
  .btn-second,
  .btn-main {
    padding: 10px 8px;
    font-weight: 400;
    font-size: 13px;
  }

  .popup_overlay {
    padding: 0px;
  }
}

@media (max-width: 600px) {
  .page {
    overflow: hidden;
  }
}

@media screen and (max-width: 600px) {
  .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .landHeader-text {
    margin: 20px auto 0px;
    position: relative;
    top: auto;
    left: 0px;
    transform: none;
  }
}

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

@media screen and (max-width: 600px) {
  .landHeader-text {
    display: none;
  }

  .landHeader-info {
    display: none;
  }

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

@media screen and (max-width: 1000px) {
  .landBanner__title {
    font-size: 36px;
  }

  .landBanner__right {
    width: 100%;
  }

  .landBanner__img {
    bottom: 260px;
    left: auto;
    right: 0px;
    transform: none;
  }

  .landBanner__aboveform {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .landBanner {
    padding: 20px 10px;
  }

  .landBanner__right {
    margin-top: 155px;
  }

  .landBanner__title {
    font-size: 24px;
  }

  .landBanner__subtitle {
    font-size: 22px;
  }

  .landBanner__list li {
    font-size: 16px;
  }

  .landBanner__inner {
    gap: 30px;
    margin-top: 30px;
  }

  .landBanner__aboveform {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }

  .landBanner__underform {
    text-align: center;
  }

  .landBanner__img {
    display: block;
    width: 174px;
    bottom: 384px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .landBanner__left {
    width: 100%;
  }

  .landBanner__subtitle {
    text-align: center;
  }
}

@media screen and (max-width: 350px) {
  .landBanner__img {
    bottom: 405px;
  }
}

@media screen and (max-width: 1100px) {
  .landStat {
    flex-wrap: wrap;
  }

  .landStat__item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 600px) {
  .landStat__item {
    width: 100%;
  }

  .landStat {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 900px) {
  .landPoss__item {
    width: 100%;
  }

  .landPoss__list {
    gap: 10px;
  }
}

@media screen and (max-width: 600px) {
  .landPoss__item-title {
    font-size: 18px;
  }

  .landPoss {
    padding: 25px 0px;
  }

  .landPoss__list {
    padding-bottom: 30px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .landHow .demo_course-right-video {
    width: 100%;
  }

  .landHow__list {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .landHow {
    padding: 25px 0px;
  }

  .landHow__item-text {
    font-size: 16px;
  }

  .landHow .demo_course-right-video img {
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 800px) {
  .landTeachers__item {
    padding: 20px 15px;
  }

  .landTeachers__item-img {
    position: relative;
    margin: 10px auto 0px;
    top: auto;
    left: auto;
  }

  .landTeachers__item-info {
    margin-top: 10px;
    max-height: 435px;
    min-height: 435px;
  }
}

@media screen and (max-width: 800px) {
  .landTeachers {
    padding: 25px 0px;
  }
}

@media screen and (max-width: 1100px) {
  .lendFooter {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 900px) {
  .lendFooter {
    flex-wrap: wrap;
  }

  .lendFooter-logo {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .reasons__cert {
    margin: 25px 0px;
  }

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

  .footer {
    margin-top: 25px;
  }

  .landFooter__item {
    width: 100%;
  }

  .lendFooter {
    gap: 20px;
  }

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

@media (max-width: 1024px) {
  .reviews-content {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .onlFormat__item {
    flex-direction: column;
  }

  .onlFormat__item-bottom,
  .onlFormat__item-top {
    width: 100%;
  }
}

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

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

@media screen and (max-width: 900px) {
  .onlFormat__item {
    width: 100%;
    flex-direction: column;
  }

  .onlFormat__item-bottom,
  .onlFormat__item-top {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .onlFormat__item-bottom,
  .onlFormat__item-top {
    width: 100%;
  }

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

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

@media screen and (max-width: 600px) {
  .onlFormat__item {
    flex-direction: column;
  }

  .onlFormat__item-bottom,
  .onlFormat__item-top {
    width: 100%;
  }
}

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

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

@media screen and (max-width: 900px) {
  .onlFormat__item {
    width: 100%;
    flex-direction: column;
  }

  .onlFormat__item-bottom,
  .onlFormat__item-top {
    width: 100%;
  }
}

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

  .onlFormat__banner-text,
  .onlFormat__banner-buttons {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .onlFormat__banner-buttons .btn {
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .onlFormat__item-bottom,
  .onlFormat__item-top {
    width: 100%;
  }

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

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

.beginProgram {
  padding-bottom: 50px;
}

.beginProgram__item-list {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 20px;
  background: #f6f9fc;
}

.beginProgram__item-card {
  width: calc(33% - 11px);
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: column;
}

.beginProgram__item-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #6188ec;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.beginProgram__item-numtext {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #222;
}

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

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

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

.beginProgram .slick-dots li.slick-active::before {
  display: none !important;
}

.beginProgram .slick-dots li button {
  background: #6b92f6;
  height: 10px;
  width: 10px;
  opacity: 0.5;
}

.beginProgram .slick-dots li.slick-active button {
  background: #6b92f6;
  opacity: 1;
}

.beginProgram .slick-arrow {
  top: auto !important;
  bottom: -44px !important;
  transform: translateX(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  background: #fff;
}

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

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

.beginProgram .slick-dots {
  bottom: -42px;
}

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

.btn-begin {
  margin: 30px auto 0;
  width: 200px;
  border-radius: 10px;
  background: #6188ec;
  height: 41px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #6188ec;
  transition: 0.2s linear;
}

.btn-begin:hover {
  background: #fff;
  color: #6188ec;
}

@media screen and (max-width: 900px) {
  .beginProgram__list {
    gap: 10px;
  }

  .beginProgram__item-list {
    margin: 30px 0;
  }

  .beginProgram__item-top {
    position: relative;
    padding: 10px 40px 10px 20px;
  }

  .beginProgram__item-top::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(../img/icons/caret-down.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
  }

  .beginProgram__item.expanded .beginProgram__item-top::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .beginProgram__item-text p {
    width: 100%;
  }

  .beginProgram__item-card {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .beginProgram {
    padding: 25px 0;
  }

  .beginProgram__item-card {
    flex-direction: column;
  }

  .beginProgram__list {
    margin-top: 30px;
  }

  .beginProgram__item-list {
    padding: 20px 15px;
  }

  .beginProgram__item-card,
  .beginProgram__item {
    height: 100%;
  }
}

.give {
  padding: 50px 0;
}

.give__inner {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin: 30px 0;
  align-items: stretch;
}

.give__item {
  width: calc(50% - 16px);
  border-radius: 20px;
  position: relative;
}

.give__left {
  padding: 30px 210px 30px 30px;
  background: #f1f5ff;
}

.give__right {
  padding: 30px 350px 30px 30px;
  background: #f6f9fc;
}

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

.give__item-img {
  position: absolute;
  bottom: 0;
  right: 11px;
  max-width: 100%;
}

.give__item-text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 140%;
}

.give__item-text span {
  font-style: italic;
  color: #6551df;
}

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

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

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

@media screen and (max-width: 1100px) {
  .give__item {
    width: 100%;
    min-height: 250px;
  }
}

@media screen and (max-width: 600px) {
  .give__item {
    padding: 20px 10px 185px;
  }

  .give__item-img {
    height: 175px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

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

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

.postuplenie-prof-front .postuplenie-prof-form-container {
  background: url(/wp-content/uploads/2024/07/Forma-zapisi.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.postuplenie-prof-form-container {
  background: url(/wp-content/uploads/2024/02/Frame%201050.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 176px;
  justify-content: space-between;
  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;
  width: 320px;
  margin: 50px 0;
}

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

.postuplenie-form-right .childBanner__form .button-red {
  border-radius: 10px;
  color: #222;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 0;
}

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

.postuplenie-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
}

.postuplenie-prof-front .postuplenie-form-right {
  width: 465px;
  flex-shrink: 0;
}

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

@media screen and (max-width: 1024px) {
  .postuplenie-prof .postuplenie-title,
  .postuplenie-prof .postuplenie-text,
  .postuplenie-packages-section .postuplenie-text {
    width: auto;
    text-align: center;
  }

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

  .postuplenie-prof-form-container {
    width: auto;
    display: flex;
    flex-direction: column;
    background: #3454c7;
    gap: 0px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }

  .postuplenie-form-left {
    padding: 50px 20px;
    min-height: 0;
  }

  .postuplenie-form-right {
    width: 100%;
    padding: 0 10px;
    margin: 0;
  }

  .postuplenie-form-right .childBanner__form {
    width: 100%;
    margin: 0;
  }

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

@media screen and (max-width: 600px) {
  .postuplenie-title {
    font-size: 24px !important;
  }

  .postuplenie-prof-front .postuplenie-form-left .postuplenie-title {
    margin-bottom: 0;
  }

  .postuplenie-form-left {
    padding: 30px 20px;
    min-height: 0;
  }

  .postuplenie-prof-form-container {
    padding-bottom: 30px;
  }
}

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

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

.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%);
}

@media screen and (max-width: 600px) {
  .postuplenie-title {
    font-size: 24px;
  }

  .postuplenie-form-subtitle {
    font-size: 18px;
  }
}

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

.postuplenie-prof-front {
  margin: 0 !important;
  padding: 50px 0;
}

.postuplenie-prof-form-container {
  padding-bottom: 0;
  gap: 90px;
}

.postuplenie-prof-front h2 {
  text-align: center;
  margin-bottom: 50px;
}

.postuplenie-form-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.postuplenie-form-list li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  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%);
}

.postuplenie-form-bottomtext {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 110%;
}

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

@media screen and (max-width: 1024px) {
  .postuplenie-prof-form-container {
    gap: 20px;
    padding: 30px;
  }

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

  .postuplenie-form-left {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .postuplenie-prof-form-container {
    padding: 20px 10px;
  }

  .postuplenie-form-bottomtext {
    font-size: 16px;
  }

  .postuplenie-prof-front {
    margin: 0 !important;
    padding: 25px 0;
  }
}

.reasons {
  padding: 40px 0;
}

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

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

.reasons__top-item {
  width: calc(50% - 15px);
  position: relative;
  border-radius: 20px;
  background: #f6f9fc;
}

.reasons__top-header {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 56px 20px 20px;
}

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

.reasons__top-title {
  font-weight: 700;
  color: #222;
  line-height: 120%;
  font-size: 30px;
}

.reasons__top-body {
  padding: 0 20px 20px 20px;
}

.reasons__top-text p {
  font-weight: 500;
  font-size: 16px;
  color: #222;
  line-height: 130%;
  margin-bottom: 10px;
}

.reasons__top-blue {
  margin-top: 20px;
  color: #6551df;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
}

.reasons__top-arrow {
  position: absolute;
  top: 26px;
  right: 20px;
  display: none;
  transition: 0.2s linear;
}

.reasons__list {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  align-items: stretch;
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
}

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

.reasons__list::-webkit-scrollbar-track {
  background-color: #e4f3ff;
}

.reasons__list::-webkit-scrollbar-thumb {
  background-color: #6188ec;
  border-radius: 3px;
}

.reasons__item {
  width: calc(33% - 20px);
  min-width: 320px;
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 20px;
}

.reasons__item-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reasons__item-icons {
  display: flex;
  align-items: center;
}

.reasons__item-icons img {
  height: 48px;
  object-fit: contain;
}

.reasons__item-title {
  margin-top: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.reasons__item-text {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

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

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

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

.reasons__cert-info {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  border-radius: 20px;
  background: #e9f0fc;
}

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

.reasons__cert-text {
  margin-top: 60px;
  color: #222;
  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: #6551df;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.cert {
  padding: 100px 0 0;
}

@media screen and (max-width: 1000px) {
  .reasons__top {
    flex-wrap: wrap;
    cursor: pointer;
  }

  .reasons__cert {
    justify-content: center;
  }

  .reasons__cert-info {
    padding: 30px;
  }

  .reasons__top-arrow {
    display: block;
  }

  .reasons__top-body {
    max-height: 0;
    overflow: hidden;
    transition: 0.2s linear;
    padding: 0;
  }

  .reasons__top-item.expanded .reasons__top-arrow {
    transform: rotate(180deg);
  }

  .reasons__top-text {
    padding: 0 20px;
  }

  .reasons__top-blue {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 700px) {
  .reasons__top-title {
    font-size: 18px;
  }

  .reasons__cert-info {
    width: 100%;
  }

  .reasons__top-item {
    width: 100%;
  }

  .reasons__cert-info {
    padding: 38px 15px;
  }

  .reasons__cert-img {
    padding: 10px;
    width: 100%;
  }

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

  .reasons__cert-bottom p,
  .reasons__cert-text {
    font-size: 16px;
  }

  .reasons__cert {
    padding: 20px 10px;
  }

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

  .reasons__top-icon {
    width: 24px;
  }

  .reasons__top-header {
    padding: 16px 45px 16px 20px;
  }

  .reasons__top-arrow {
    top: 10px;
  }

  .reasons__item-title {
    font-size: 22px;
  }

  .reasons__list {
    gap: 20px;
  }

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

.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;
}

.questions_remain {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .groups-type .col {
    width: 100%;
  }

  .questions_remain {
    padding: 25px 0;
  }

  .accordion button .accordion-title,
  .accordion b .accordion-title,
  .accordion button[expanded="true"],
  .accordion b[expanded="true"] {
    padding: 0 !important;
    font-size: 18px;
    display: grid;
    margin: 0 30px 0 0;
    align-content: center;
  }

  .accordion button,
  .accordion b {
    display: grid !important;
    height: 100% !important;
  }

  .accordion .accordion-item {
    width: 100% !important;
  }
}

.accordion .accordion-item {
  background: white;
  margin-bottom: 20px;
  padding: 25px 35px 25px 20px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #f6f9fc;
}

.accordion button,
.accordion b {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  color: #000;
  font-size: 18px;
  height: auto;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus,
.accordion b:hover,
.accordion b:focus {
  cursor: pointer;
  color: #5ba6eb;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title,
.accordion b .accordion-title {
  padding: 0em 2em 0em 0;
  display: block;
}

.accordion button .icon,
.accordion b .icon {
  display: inline-block;
  position: absolute;
  top: -7px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url(/wp-content/uploads/2024/04/blue-tick.svg) no-repeat;
  background-size: contain;
}

/* .accordion button .icon::before,
  .accordion b .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 14px;
    left: 9px;
    width: 13px;
    height: 3px;
    background: white;
  }
  
  .accordion button .icon::after,
  .accordion b .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 14px;
    width: 3px;
    height: 13px;
    background: white;
  } */

.accordion button[expanded="true"],
.accordion b[expanded="true"] {
  color: #000;
}

.accordion button[expanded="true"] .icon,
.accordion b[expanded="true"] .icon {
  transform: rotate(180deg);
}

.accordion button[expanded="true"] + .accordion-content,
.accordion b[expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 25px;
  color: #222;
}

.accordion .accordion-content ul,
.accordion .accordion-content ol {
  margin-top: 5px;
  font-size: 14px;
  color: #777777;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 20px;
}

.accordion .accordion-content ul li {
  padding-left: 10px;
  padding-top: 3px;
  line-height: 16px;
  list-style: disc outside;
  position: relative;
  margin-right: 20px;
}

.accordion .accordion-content ol li {
  padding-left: 10px;
  padding-top: 3px;
  line-height: 16px;
  list-style: decimal outside;
  position: relative;
  margin-right: 20px;
}

.accordion .accordion-content a {
  color: rgb(101, 81, 223);
  font-weight: 700;
}

.accordion .accordion-content a:hover {
  text-decoration: underline;
}

.accordion {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.accordion .accordion-item button {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

.usefull {
  padding: 80px 0;
}

.usefull .container {
  overflow: hidden;
}

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

.usefull__subtitle {
  margin: 20px auto 0;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  width: 550px;
  max-width: 100%;
}

.usefull__more {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #6188ec;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.usefull__more:hover {
  text-decoration: underline;
}

.usefull__wrapper {
  position: relative;
  padding-top: 40px;
}

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

.usefull__list {
  gap: 30px;
  padding: 10px 0;
}

.usefull__list .slick-track {
  padding: 10px 0 20px;
}

.usefull__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;
}

.usefull__item-link img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px;
}

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

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

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

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

.landBanner .title {
  text-align: center;
  color: #fff;
  margin-top: 20px;
}




.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%;
}
