:root {
  /* COLORS */
  --color-black: #141414;
  --color-white: #FFFFFF;
  --color-blue: #1877F2;
  --color-blue--light: #62A3F7;
  --color-blue--hover: #559FFF;

  /* TRANSITIONS */
  --transition-base: .3s all ease-in-out;
}

@font-face {
  font-family: 'BECfont';
  src: url('/wp-content/themes/bec/assets/fonts/sfpro/SFProDisplay-Regular.woff2') format('woff2'),
    url('/wp-content/themes/bec/assets/fonts/sfpro/SFProDisplay-Regular.woff') format('woff'),
    url('/wp-content/themes/bec/assets/fonts/sfpro/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BECfont';
  src: url('/wp-content/themes/bec/assets/fonts/sfpro/SFProDisplay-Medium.woff2') format('woff2'),
    url('/wp-content/themes/bec/assets/fonts/sfpro/SFProDisplay-Medium.woff') format('woff'),
    url('/wp-content/themes/bec/assets/fonts/sfpro/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'BECfont';
  src: url('/wp-content/themes/bec/assets/fonts/sfpro/SFProDisplay-Bold.woff2') format('woff2'),
    url('/wp-content/themes/bec/assets/fonts/sfpro/SFProDisplay-Bold.woff') format('woff'),
    url('/wp-content/themes/bec/assets/fonts/sfpro/SFProDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'BECfont', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

.rud-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 1412px;
  padding: 0 20px;
}

h1 {
  font-size: 42px;
  color: #002B59;
  font-weight: 600;
}

h2 {
  font-size: 30px;
  color: #002B59;
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

b {
  font-weight: 700;
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 21px;
  z-index: 95;
  background-color: #F8F8F8;
}

header .header_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: none;
  padding: 20px 36px;
  justify-content: space-between;
}

.header_logo {
  width: 160px;
  height: 45px;
  display: flex;
  align-items: center;
}

.header_logo a {
  display: block;
}

.header_logo img {
  width: 100%;
  height: 100%;
}

.header_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_nav ul li {
  margin: 0 36px 0 0;
  font-size: 16px;
}

.header_nav ul li:last-child {
  margin: unset;
}

.header_nav ul li a {
  color: var(--color-blue);
  border-bottom: 1px solid transparent;
  transition: var(--transition-base);
  line-height: 1;
}

.header_nav ul li.active a,
.header_nav ul li a:hover,
.header_nav ul li a:focus {
  border-bottom: 1px solid var(--color-blue);
}

.header_contact {
  display: flex;
  align-items: center;
}

.header_contact .header_contact_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1877F2;
  border-radius: 100px;
  padding: 10px 16px;
  color: #1877F2;
  background-color: #F8F8F8;
  transition: var(--transition-base);
}

.header_contact .header_contact_tel:hover {
  background-color: #ffffff;
  transition: var(--transition-base);
}

.header_contact .header_contact_tel svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.header--lang {
  display: flex;
  flex-direction: column;
  margin-left: 28px;
  position: relative;
  padding: 10px 16px;
  border: 1px solid #1877F2;
  border-radius: 100px;
  background-color: #EEF6FF;
}

.header--lang__select {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header--lang__select--flag {
  width: 20px;
  height: 20px;
}

.header--lang__select span {
  color: var(--color-blue);
  transition: var(--transition-base);
  margin: 0 2px 0 8px;
  line-height: 1;
}

.header--lang__select--arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-base);
}

.header--lang:hover .header--lang__select--arrow,
.header--lang__select--arrow.active {
  transform: rotate(180deg);
}

.header--lang__select--arrow svg {
  width: 10px;
  height: 5px;
  stroke: var(--color-blue);
}

.header--lang__select:hover span,
.header--lang__select:focus span {
  color: var(--color-blue--hover);
}

.header--lang__select:hover header--lang__select--arrow svg,
.header--lang__select:focus header--lang__select--arrow svg {
  stroke: var(--color-blue--hover);
}

.header--lang__list {
  padding: 12px 12px 12px 12px;
  border: 1px solid var(--color-blue--light);
  border-radius: 8px;
  position: absolute;
  left: 0px;
  top: calc(100% + 6px);
  background-color: var(--color-white);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-base);
}

.header--lang__list a {
  padding: 10px;
}

.header--lang__list::after {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  top: -7px;
  left: 0;
  position: absolute;
  background-color: transparent;
}

.header--lang:hover .header--lang__list,
.header--lang__list.show {
  opacity: 1;
  pointer-events: inherit;
}

.header--lang__list li {
  margin-bottom: 8px;
}

.header--lang__list li:last-child {
  margin-bottom: unset;
}

.header--lang__list li a {
  display: flex;
  align-items: center;
}

.header--lang__list li a svg {
  width: 20px;
  height: 21px;
  margin-right: 8px;
}

.header--lang__list li a span {
  color: var(--color-black);
  transition: var(--transition-base);
}

.header--lang__list li a:hover span,
.header--lang__list li a:focus span {
  color: var(--color-blue--hover);
}

.header--burger,
.header--mobile,
.header--mobile__bg {
  display: none;
}

@media screen and (min-width: 1600px) {
  .header_wrap {
    padding: 27px 36px;
  }
}

@media screen and (max-width: 1350px) {
  .header--logo {
    width: 120px;
    height: 34px;
  }

  header.header {
    font-size: 14px;
  }

  .header_nav ul li {
    margin-right: 24px;
  }

  .header--consult {
    font-size: 16px;
    line-height: 1;
  }
}

@media screen and (max-width: 1170px) {
  .header_wrap {
    display: grid !important;
    /* !important только если другие стили перебивают */
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    position: relative;
    box-sizing: border-box;
  }

  /* 2. Скрываем ненужное */
  .header_nav,
  .header_contact_tel,
  .header--consult {
    display: none !important;
  }

  /* 3. Центрируем логотип (ОБНУЛЯЕМ МАРЖИНЫ) */
  .header_logo {
    grid-column: 2;
    margin: 0 auto !important;
    /* Убираем возможные сдвиги */
    position: static !important;
    /* Убираем absolute, если он был */
    display: flex;
    justify-content: center;
    width: auto;
  }

  .header--logo {
    display: block;
    width: 140px;
    /* Ваша ширина */
    height: auto;
  }

  /* 4. Левый элемент (бургер) */
  .header--burger {
    grid-column: 1;
    justify-self: start;
    margin: 0 !important;
    display: flex;
    position: relative;
  }

  /* 5. Правый элемент (язык) */
  .header_contact {
    grid-column: 3;
    justify-self: end;
    display: flex !important;
    margin: 0 !important;
    position: static !important;
  }

  .header--lang {
    margin: 0 !important;
    padding: 0;
  }

  .header--lang__select span {
    font-size: 14px;
  }

  .header_logo {
    width: auto;
  }

  .header--lang {
    padding: 10px;
    margin-left: 0;
  }

  .header--lang__list {
    padding: 5px;
  }

  .header_contact .header_contact_tel {
    display: none;
  }

  header .header_wrap {
    padding: 20px 0px;
  }

  .header--logo {
    width: 88px;
    height: 24px;
    width: 140px;
    height: 40px;
  }

  .header--consult {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 16px;
  }

  .header--burger {
    display: flex;
    width: 21px;
    height: 16px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }

  .header--burger svg {
    width: 100%;
    height: 100%;
  }

  .header--mobile {
    display: flex;
    flex-direction: column;
    width: 272px;
    border-right: 1px solid var(--color-blue);
    position: absolute;
    left: 0;
    top: 0;
    height: calc(var(--vh, 1vh) * 100);
    background-color: var(--color-white);
    padding: 15px 24px 30px 24px;
    left: -100%;
    pointer-events: none;
    transition: var(--transition-base);
    z-index: 1;
    overflow: auto;
  }

  .header--mobile .simplebar-track {
    background-color: transparent;
    width: 3px;
    right: 3px;
  }

  .header--mobile .simplebar-wrapper {
    width: 0;
  }

  .header--mobile .simplebar-content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .header--mobile.show {
    left: 0;
    pointer-events: inherit;
  }

  .header--mobile__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 53px;
  }

  .header--mobile__logo {
    width: 88px;
    height: 24px;
    display: flex;
  }

  .header--mobile__logo img {
    width: 100%;
    height: 100%;
  }

  .header--mobile__close {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header--mobile__close svg {
    width: 12px;
    height: 12px;
  }

  .header--mobile__mail {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

  .header--mobile__mail svg {
    width: 18px;
    height: 14px;
    margin-right: 8px;
  }

  .header--mobile__mail span {
    font-size: 14px;
    line-height: 1;
    color: var(--color-blue);
  }

  .header--mobile__phones {
    display: flex;
    flex-direction: column;
  }

  .header--mobile__phones li {
    margin-bottom: 12px;
  }

  .header--mobile__phones li:last-child {
    margin-bottom: unset;
  }

  .header--mobile__phones li a {
    display: flex;
    align-items: center;
  }

  .header--mobile__phones li a svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .header--mobile__phones li a span {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    color: var(--color-blue);
  }

  .header--mobile__phones li a span small {
    color: var(--color-blue);
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    line-height: 1;
    margin-left: 4px;
  }

  .header--mobile__consult {
    margin: 24px 0 54px;
    width: 100%;
    padding: 10px 23px;
    background-color: var(--color-blue);
    color: var(--color-white);
    border-radius: 36px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: none;
  }

  .header--mobile__nav {
    margin-top: 30px;
    flex-direction: column;
    width: 100%;
    display: none;
    margin-bottom: 20px;
  }

  .header--mobile__nav li {
    margin-bottom: 18px;
    width: 100%;
  }

  .header--mobile__nav li:last-child {
    margin-bottom: unset;
  }

  .header--mobile__nav li a {
    font-weight: 500;
    font-size: 24px;
    width: 100%;
    display: flex;
    line-height: 1;
    padding-bottom: 4px;
    position: relative;
    color: var(--color-blue);
  }

  .header--mobile__nav li a::after {
    content: '';
    display: block;
    height: 2px;
    width: calc(100% + 8px);
    background-color: transparent;
    position: absolute;
    bottom: -4px;
    left: -8px;
  }

  .header--mobile__nav li.active a::after {
    background-color: var(--color-blue);
  }

  .header--mobile__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
  }

  .header--mobile__social--link {
    width: 26px;
    height: 26px;
  }

  .header--mobile__social--link svg {
    width: 100%;
    height: 100%;
    fill: var(--color-blue);
  }

  .header--mobile__bg {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-base);
  }

  .header--mobile__bg.show {
    opacity: 1;
    pointer-events: inherit;
  }

  .header--wrap {
    border-width: 1px;
  }

  .header--phones {
    display: none;
  }

  .header_nav,
  .header--consult {
    display: none;
  }

  .header--mobile__nav {
    display: flex;
  }

  .header--mobile__consult {
    display: block;
  }

}

@media screen and (max-width: 768px) {
  header.header .container {
    padding: unset;
  }

  .header--wrap {
    padding: 13px 24px;
    border-radius: 0 0 24px 24px;
  }

  .header--logo {
    width: 98px;
    height: 26px;
  }
}

.usp {
  margin-top: 100px;
  margin-bottom: 100px;
}

.usp_wrap {
  display: flex;
  align-items: center;
  background-color: #EAF7FF;
  border-radius: 30px;
  padding: 20px;
  overflow: hidden;
  min-height: 400px;
  padding: 40px;
  isolation: isolate;
  position: relative;
  justify-content: space-between;
}

.usp_wrap img {
  height: 90%;
  mix-blend-mode: multiply;
  width: 50%;
  object-fit: contain;
  object-position: right bottom;
}

.usp_wrap_orange {
  background-color: #FFFEEA;
}

.usp_title {
  width: calc(50% - 20px);
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.usp_title img {
  width: 70px;
  margin-bottom: 15px;
}

.usp_title h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 64px;
  line-height: 0.8;
}

.usp_title span {
  font-size: 32px;
  color: #002B59;
  opacity: 0.69;
  margin-top: 20px;
  display: block;
}

.usp_title a {
  padding: 20px 40px;
  border-radius: 100px;
  background-color: #F87C00;
  color: #ffffff;
  display: flex;
  width: fit-content;
  transition: var(--transition-base);
}

.usp_title a:hover {
  background-color: #c46200;
  transition: var(--transition-base);
}

@media screen and (max-width: 1000px) {
  .usp {
    margin-top: 100px;
  }

  .usp_wrap {
    flex-wrap: wrap;
    padding: 40px 10px 10px 10px;
  }

  .usp_title {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .usp_title h1 {
    text-align: center;
    font-size: 32px;
  }

  .usp_wrap img {
    width: 100%;
  }

  .usp_title img {
    width: 70px;
  }
}

.course_desc_p {
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.course_desc_items {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.course_desc_item {
  padding: 15px 15px 15px 30px;
  border-left: 2px solid #1254ab;
  width: calc(33% - 15px);
}

.course_desc_item_title {
  font-size: 40px;
  color: #1254ab;
  font-weight: 700;
  margin-bottom: 15px;
}

.course_desc_item p {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .course_desc_p {
    width: 80%;
  }

  .course_desc_items {
    flex-wrap: wrap;
  }

  .course_desc_item {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }

  .course_desc_item {
    border-left: none;
    border-top: 2px solid #1254ab;
  }

  .course_desc_item p {
    font-size: 16px;
  }

  .course_desc_p {
    font-size: 16px;
  }
}

.privilege {
  margin-bottom: 100px;
}

.privilege h2 {
  margin-bottom: 50px;
  text-align: center;
}

.privilege_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.privilege_item {
  width: calc(50% - 15px);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
}

.privilege_title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.privilege_title p {
  font-size: 20px;
  font-weight: 700;
  margin-left: 15px;
}

.privilege_item p {
  font-size: 18px;
}

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

  .privilege_item p {
    font-size: 16px;
  }

  .privilege_title p {
    font-size: 16px;
  }
}

.course h2 {
  margin-bottom: 50px;
  text-align: center;
}

.course_wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 35px;
  border-radius: 30px;
  background-color: #EAF7FF;
  margin-bottom: 15px;
}

.course_wrap_o {
  background-color: #FFF3E1;
}

.course_wrap_img {
  position: absolute;
  right: -50px;
  top: 0;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  mix-blend-mode: multiply;
  opacity: 0.15;
  z-index: 1;
}

.course_wrap_desc_level_wrap {
  display: flex;
  align-items: center;
}

.course_wrap_desc_level {
  font-size: 16px;
  margin-right: 15px;
  padding: 10px 15px;
  color: #ffffff;
  background-color: #227CF2;
  border-radius: 100px;
}

.course_wrap_o .course_wrap_desc_level {
  background-color: #A45200;
}

.course_wrap_desc {
  width: calc(50% - 20px);
  z-index: 2;
}

.course_wrap_desc_result_wrap {
  width: 40%;
  display: flex;
  justify-content: end;
  z-index: 2;
}

.course_wrap_desc_result_wrap_2 .course_wrap_desc_result_title {
  background-color: #227CF2;
  padding: 10px 15px;
  margin-bottom: 5px;
  color: #ffffff;
  border-radius: 100px;
  width: fit-content;
}

.course_wrap_o .course_wrap_desc_result_wrap_2 .course_wrap_desc_result_title {
  background-color: #A45200;
}

.course_wrap_desc_result_wrap_2 .course_wrap_desc_result_title_2 {
  margin-bottom: 15px;
  color: #6AA7CD;
}

.course_wrap_o .course_wrap_desc_result_wrap_2 .course_wrap_desc_result_title_2 {
  color: #DBAB63;
}

.course_wrap_desc h2 {
  font-style: italic;
  font-size: 40px;
  margin-bottom: 10px;
  text-align: left;
  color: #0051BA;
}

.course_wrap_o .course_wrap_desc h2 {
  color: #A45200;
}

.course_wrap_desc_level_d {
  background-color: #D2EEFF;
  border-radius: 100px;
  padding: 10px;
  color: #0051BA;
  font-size: 16px;
  width: fit-content;
}

.course_wrap_o .course_wrap_desc_level_d {
  background-color: #FFFCF7;
  color: #A45200;
}


.course_wrap_desc_items {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 15px;
  width: 100%;
  padding: 15px;
  margin-top: 15px;
}

.course_wrap_desc_item:last-child {
  margin-bottom: 0;
}

.course_wrap_desc_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
}

.course_wrap_desc_item img {
  width: 26px;
  flex-shrink: 0;
  margin-right: 15px;
}

.course_wrap_desc_result {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px;
  width: 100%;
}

.course_wrap_desc_result_title {
  font-weight: 700;
  margin-bottom: 10px;
}

.course_wrap_price {
  display: flex;
  flex-direction: column;
  z-index: 2;
  margin-top: 15px;
}

.course_wrap_price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #D2EEFF;
  border-radius: 15px;
  padding: 10px;
}

.course_wrap_o .course_wrap_price_wrap {
  background-color: #FFD89F;
}

.course_wrap_price_date {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fdfdfd;
  border-radius: 100px;
  color: #6AA7CD;
  width: fit-content;
}

.course_wrap_o .course_wrap_price_date {
  color: #DBAB63;
}

.course_wrap_price_date_2 {
  font-weight: 700;
  color: #0051BA;
  margin-left: 10px;
}

.course_wrap_o .course_wrap_price_date_2 {
  color: #A45200;
}

.course_wrap_price_p {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #227CF2;
  border-radius: 100px;
  color: #ffffff;
}

.course_wrap_o .course_wrap_price_p {
  background-color: #A45200;
}

.course_wrap_price_p_2 {
  margin-left: 10px;
  font-weight: 700;
}

.course_wrap_price button {
  background-color: #F87C00;
  padding: 15px 20px;
  border-radius: 100px;
  color: #ffffff;
  display: flex;
  width: fit-content;
  transition: var(--transition-base);
  margin-top: 15px;
  border: none;
  cursor: pointer;
}

.course_wrap_price button:hover {
  background-color: #b75c00;
  transition: var(--transition-base);
}

.course_wrap_desc_result_wrap_mob {
  display: none;
}

@media screen and (max-width: 1000px) {
  .course_wrap_desc {
    width: calc(50% - 10px);
  }

  .course_wrap_desc_level {
    font-size: 14px;
  }

  .course_wrap_desc_level_d {
    font-size: 14px;
  }

  .course_wrap_price_wrap {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {

  .course_wrap {
    flex-wrap: wrap;
  }

  .course_wrap_desc {
    width: 100%;
    align-items: center;
  }

  .course_wrap_desc h2 {
    font-size: 32px;
    order: 2;
  }

  .course_wrap_desc_level_d {
    font-size: 14px;
  }

  .course_wrap_desc_item {
    margin-right: 0;
    font-size: 14px;
    width: 100%;
  }

  .course_wrap_desc_result {
    width: 100%;
    font-size: 14px;
  }

  .course_wrap_price {
    width: 100%;
  }

  .course_wrap_price_date {
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
  }

  .course_wrap_price_p {
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .course_wrap_price button {
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    order: 8;
  }

  .course_wrap_img {
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  .course_wrap_desc {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
  }

  .course_wrap_desc_level_wrap {
    display: contents;

  }

  .course_wrap_desc_level {
    order: 1;
    width: fit-content;
  }

  .course_wrap_desc_level_d {
    order: 3;
  }

  .course_wrap_desc_items {
    order: 5;
  }

  .course_wrap_desc_result_title {
    display: none;
  }

  .course_wrap_desc_result_wrap_mob {
    display: block;
  }

  .course_wrap_desc_result_wrap_dec {
    display: none;
  }

  .course_wrap_desc_result_wrap {
    order: 6;
  }


  .course_wrap_price {
    display: contents;
    order: 7;
  }

  .course_wrap_price_wrap {
    order: 7;
    flex-direction: column;
    padding: 20px;
    background-color: #D2EEFF;
    border-radius: 20px;
  }

  .course_wrap_price_date {
    margin-top: 0;
    margin-bottom: 15px;
    justify-content: center;
  }

  .course_wrap_desc_result_wrap {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .course_wrap_desc_result_wrap_2 .course_wrap_desc_result_title_2 {
    text-align: center;
  }

  .course_wrap_desc_result p {
    text-align: center;
  }

}

.privilege_block_2 h2 {
  margin-top: 100px;
}

.privilege_block_2 .privilege_item {
  align-items: center;
  display: flex;
}

.privilege_block_2 .privilege_title p {
  font-weight: 500;
}

.privilege_block_2 .privilege_item_blue {
  background-color: #1254ab;
  color: #ffffff;
}

.about_wrap {
  position: relative;
  background-color: #FFF0E8;
  border-radius: 30px;
  padding: 30px;
  overflow: hidden;
}

.about_img {
  position: absolute;
  right: auto;
  left: auto;
  bottom: 0;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  mix-blend-mode: multiply;
  opacity: 0.2;
  z-index: 1;
}

.about {
  margin-top: 50px;
}

.about_wrap h2 {
  z-index: 2;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.about_item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_item {
  width: calc(50% - 15px);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 40px 0px;
  background-color: #ffffffb5;
  z-index: 2;
}

.about_item h3 {
  font-size: 20;
  margin-top: 10px;
  margin-bottom: 10px;
}

.about_item p {
  font-size: 18px;
}

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

  .about_item p {
    font-size: 16px;
  }

  .about_item h3 {
    font-size: 16px;
  }
}

.reviews h2 {
  margin-top: 50px;
  text-align: center;
}

.reviews-section {
  padding: 50px 0;
  background-color: #fff;
}

.reviews-slider-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

.custom-arrow {
  background: none;
  border: none;
  outline: none;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2b82f6;
  cursor: pointer;
  z-index: 94;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(43, 130, 246, 0.3);
  color: white;
  font-family: Arial, sans-serif;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Позиционирование */
.arrow-left {
  left: 0;
}

.arrow-right {
  right: 0;
}

/* Ховер */
.custom-arrow:hover {
  background-color: #1a6cd1;
}

/* 2. ЧТОБЫ КНОПКИ ГАСЛИ, КОГДА СЛАЙДЫ КОНЧАЮТСЯ */
/* Slick будет добавлять класс .slick-disabled к слайдеру при infinite:false */
.reviews-slider.slick-initialized+.custom-arrow.arrow-left.slick-disabled,
.reviews-slider.slick-initialized~.custom-arrow.arrow-right.slick-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
  /* Кнопка не нажимается */
}

/* Обрати внимание: селектор сложный, потому что кнопки *вне* слайдера. */
/* Чтобы это сработало через CSS, нам нужен JS, который будет вешать класс .slick-disabled на кнопки */
/* Я исправлю это в JS шаге, чтобы не полагаться только на CSS-магию. */

/* Стили карточек (оставляем прежними) */
.review-card-wrapper {
  padding: 15px;
}

.review-card {
  background: #fdfcf9;
  border-radius: 20px;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px 0px;
  min-height: 280px;
  display: flex !important;
  flex-direction: column;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.user-avatar {
  width: 55px;
  height: 55px;
  background: #d9d9d9;
  border-radius: 50%;
  margin-right: 20px;
}

.user-avatar img {
  width: 100%;
  border-radius: 100px;
}

.user-name {
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  color: #000;
}

.review-text {
  color: #333;
  font-size: 18px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .reviews-slider-container {
    padding: 0 10px;
  }
}

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

.faq h2 {
  text-align: center;
  color: #002B59;
  font-size: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
  font-weight: 600;
}

.faq-item {
  margin-bottom: 15px;
  overflow: hidden;
}


.faq-question {
  width: 100%;
  background-color: #BDE4FF;
  border: none;
  border-radius: 20px;
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  transition: all 0.3s ease;
  text-align: left;
}

.faq-icon {
  background-color: #2F80ED;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
  flex-shrink: 0;
  margin-left: 10px;
}

.faq-icon svg {
  width: auto;
  height: auto;
}

/* Стили при открытии */
.faq-item.active .faq-question {
  border-radius: 20px 20px 0 0;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #F7F9FB;
  /* Светло-серый фон */
  border-radius: 0 0 20px 20px;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-content {
  padding: 30px;
  line-height: 1.5;
  font-size: 17px;
  color: #333;
}


.contact--form__label--text {
  position: relative;
  display: block;
  margin-bottom: 20px;
}


.contact--form__label--text input {
  width: 100%;
  padding: 18px 25px;
  border: 1.5px solid #4a90e2;
  /* Синий цвет как на фото */
  border-radius: 50px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
  background: transparent;
  box-sizing: border-box;
}


.contact--form__label--text small {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #4a90e2;
  background-color: #fff;
  padding: 0 5px;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
}



.contact--form__label--text.is-active small,
.contact--form__label--text input:focus+small {
  top: 0;
  font-size: 12px;
  transform: translateY(-50%) scale(0.9);
}


.submit-btn {
  width: 100%;
  background-color: #2575fc;
  color: #fff;
  padding: 15px;
  border-radius: 50px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s;
}

.submit-btn:hover {
  background-color: #1a5abb;
}


.contact--form__label--checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}

.contact--form__label--checkbox input {
  margin-right: 10px;
}

.contact_form {
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact_form_wrap {
  padding: 30px;
  border-radius: 30px;
  background-color: #EAF7FF;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.contact_form_img {
  position: absolute;
  right: auto;
  left: auto;
  bottom: 0;
  height: 70%;
  object-fit: contain;
  object-position: bottom;
  mix-blend-mode: multiply;
  opacity: 0.2;
  z-index: 1;
}

.contact_form_wrap_title {
  width: calc(40% - 20px);
  z-index: 2;
  padding-top: 20px;
}

.contact_form_wrap_title h2 {
  font-size: 30px;
  color: #002B59;
  margin-bottom: 30px;
  text-align: center;
}

.contact_form_wrap_title {
  font-size: 24px;
  text-align: center;
  color: #002B59;
}


.contact_form_cf7 {
  width: 60%;
  background-color: #ffffff;
  border-radius: 40px;
  z-index: 2;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact--form__label--text {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.contact--form__label--text input {
  width: 100%;
  padding: 15px 25px;
  border: 1.5px solid #4a90e2;
  border-radius: 50px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
  background: transparent;
  box-sizing: border-box;
  color: #333;
}


.contact--form__label--text small {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #4a90e2;
  background-color: #fff;
  padding: 0 8px;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  z-index: 10;
}


.contact--form__label--text.is-active small,
.contact--form__label--text input:focus+small {
  top: 0;
  left: 35px;
  font-size: 13px;
  font-weight: 500;
  transform: translateY(-50%);
}

.contact--form__label--text.phone .iti__flag-container {
  padding-left: 15px;
}

.contact--form__label--text.phone:not(.is-active) small {
  left: 90px;
}

.contact--form__label--text.phone.is-active small {
  left: 35px;
}

.contact--form__label--checkbox {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  color: #000;
  line-height: 1.2;
}

.contact--form__label--checkbox input {
  margin-top: 0px;
  margin-right: 12px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}


.contact--form__link--privacy {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #4a90e2;
  font-size: 14px;
  margin: 10px 0 25px 0;
  opacity: 0.8;
}

.contact--form__link--privacy svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #4a90e2;
}

.contact_form_cf7 input[type="submit"],
.submit-btn,
button[type="submit"] {
  width: 100%;
  background: linear-gradient(90deg, #2575fc 0%, #4a90e2 100%);
  color: #fff;
  padding: 18px;
  border-radius: 50px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  display: block;
}

.contact_form_cf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(74, 144, 226, 0.4);
}

.iti__country-list {
  margin-top: 5px !important;
}


.contact--form__label--text.phone {
  display: block;
}

.contact--form__label--text.phone small {
  top: 0 !important;
  left: 35px !important;
  transform: translateY(-50%) !important;
  font-size: 13px !important;
  font-weight: 500;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 8px;
  font-size: 16px;
  color: #000;
}

.contact--form__label--text.phone input {
  padding-left: 10px !important;
}

.iti {
  width: 100% !important;
  display: block !important;
}

.contact--form__label--text.phone input {
  padding-left: 115px !important;
}

.iti__selected-flag {
  background-color: transparent !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 16px;
  color: #000;
  margin-left: 4px;
}

.iti__search {
  display: none !important;
}

.contact--form__label--text.phone small {
  z-index: 15 !important;
}

.iti--allow-dropdown .iti__country-container {
  margin-left: 20px;
}

.iti {
  position: relative;
  display: block;
  width: 100%;
}

.iti__country-list {
  position: absolute;
  z-index: 100;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 350px;
  margin-top: 5px !important;
  background-color: #fff;
  border: 1px solid #4a90e2 !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
  overflow-x: hidden;
}

.iti__search {
  display: none !important;
}

.iti__country {
  padding: 10px 15px !important;
  display: flex;
  align-items: center;
}

.iti__country-name {
  font-size: 14px;
  color: #333;
}

.iti__dial-code {
  color: #999;
  margin-left: auto;
}

/* 1. ПРЯЧЕМ ПОИСК */
.iti__search-input,
.iti__search-container,
[class*="iti__search"] {
  display: none !important;
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  margin-top: 5px !important;
  border: 1.5px solid #4a90e2 !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  z-index: 9999 !important;
  background: #fff !important;
}

.iti__country-list {
  padding: 10px 0 !important;
  margin: 0 !important;
  max-height: 250px !important;
}

.iti__country {
  padding: 12px 20px !important;
  display: flex !important;
  align-items: center !important;
}

.iti__country-name {
  font-size: 15px !important;
  margin-right: 10px !important;
}

.iti__dial-code {
  color: #888 !important;
  font-size: 14px !important;
}

.contact--form__label--text.error input {
  border: 1px solid red;
}

.contact--form__label--text.error small {
  color: red;
}

.contact--form__label--checkbox.error .wpcf7-list-item span {
  color: red;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-list-item {
  display: flex;
  align-items: center;
}

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

  .contact_form_wrap_title {
    width: 100%;
    margin-bottom: 40px;
  }

  .contact_form_cf7 {
    width: 100%;
  }
}

/* Policy Modal Start*/

.policy--modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-base);
}

.policy--modal.show {
  opacity: 1;
  pointer-events: inherit;
}

.policy--modal__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-base);
  z-index: 1;
}

.policy--modal__bg.show {
  opacity: 1;
  pointer-events: inherit;
}

.policy--modal__wrap {
  max-width: 796px;
  max-height: calc(100% - 200px);
  height: 100%;
  min-height: auto;
  width: 100%;
  background-color: var(--color-white);
  border: 1px solid var(--color-blue);
  border-radius: 36px;
  padding: 66px 24px 66px 64px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.policy--modal__close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-base);
  border-radius: 50%;
  background: var(--color-white);
  border: 1px solid var(--color-blue--light);
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
}

.policy--modal__close:hover {
  transform: rotate(180deg);
}

.policy--modal__close svg {
  width: 12px;
  height: 12px;
}

.policy--modal__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: var(--color-black);
}

.policy--modal__text--wrap {
  overflow: auto;
  margin-top: 24px;
  height: calc(100% - 66px);
}

.policy--modal__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-black);
  margin-right: 26px;
}

@media screen and (max-width: 1024px) {
  .policy--modal__wrap {
    padding: 48px 18px 48px 48px;
    margin: 0 20px;
  }

  .policy--modal__title {
    font-size: 24px;
  }

  .policy--modal__text {
    font-size: 16px;
    line-height: 19px;
    height: calc(100% - 48px);
  }
}

@media screen and (max-width: 600px) {
  .policy--modal__wrap {
    padding: 39px 8px 24px 24px;
    margin: 0 20px;
    max-height: calc(100% - 100px);
  }

  .policy--modal__close {
    top: 12px;
    right: 12px;
  }

  .policy--modal__title {
    max-width: 200px;
    font-size: 20px;
    line-height: 24px;
  }

  .policy--modal__text {
    font-size: 16px;
    line-height: 19px;
    height: calc(100% - 24px);
  }
}


/* Policy Modal End*/

/* Footer Start*/
.wpml-ls-statics-footer {
  display: none;
}

.footer.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F8F8F8;
}

.footer--wrap {
  border-bottom: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px 55px;
}

.footer--left {
  display: flex;
  flex-direction: column;
}

.footer--left__logo {
  width: 160px;
  height: 45px;
  margin-bottom: 30px;
}

.footer--left__logo img {
  width: 100%;
  height: 100%;
}

.footer--left__copyright {
  font-size: 12px;
  line-height: 14px;
  color: var(--color-black);
}

.footer--middle__social li {
  margin-bottom: 16px;
}

.footer--middle__social li:last-child {
  margin-bottom: unset;
}

.footer--middle__social li a {
  display: flex;
  align-items: center;
}

.footer--middle__social li a svg {
  width: 22px;
  height: 21px;
  fill: var(--color-blue);
  margin-right: 8px;
  transition: var(--transition-base);
}

.footer--middle__social li a span {
  font-size: 16px;
  line-height: 19px;
  color: var(--color-black);
  transition: var(--transition-base);
  font-weight: 500;
}

.footer--middle__social li a:hover span,
.footer--middle__social li a:focus span {
  color: var(--color-blue--hover);
}

.footer--middle__social li a:hover svg,
.footer--middle__social li a:focus svg {
  fill: var(--color-blue--hover);
}

.footer--right {
  display: flex;
  flex-direction: column;
}

.footer--right__mail {
  display: flex;
  align-items: center;
  margin-bottom: 47px;
}

.footer--right__mail svg {
  width: 18px;
  height: 15px;
  fill: var(--color-blue);
  margin-right: 8px;
  transition: var(--transition-base);
}

.footer--right__mail span {
  color: var(--color-black);
  font-size: 16px;
  line-height: 19px;
  transition: var(--transition-base);
  font-weight: 500;
}

.footer--right__mail:hover span,
.footer--right__mail:focus span {
  color: var(--color-blue--hover);
}

.footer--right__mail:hover svg,
.footer--right__mail:focus svg {
  fill: var(--color-blue--hover);
}

.footer--right__social {
  display: flex;
  align-items: center;
}

.footer--right__social--link {
  display: flex;
  align-items: center;
  margin-right: 36px;
}

.footer--right__social .footer--right__social--link:last-child {
  margin-right: unset;
}

.footer--right__social--link svg {
  width: 25px;
  height: 24px;
  fill: var(--color-blue);
  transition: var(--transition-base);
}

.footer--right__social--link:hover svg,
.footer--right__social--link:focus svg {
  fill: var(--color-blue--hover);
}

.footer--copyright__mobile {
  display: none;
}

@media screen and (max-width: 1170px) {
  .footer--wrap {
    padding: 29px 36px 35px;
    border-width: 1px;
  }

  .footer--middle__social li a span {
    font-size: 14px;
    line-height: 17px;
  }

  .footer--right__mail span {
    font-size: 14px;
    line-height: 17px;
  }

  .footer--right__social--link {
    margin-right: 30px;
  }
}

@media screen and (max-width: 820px) {
  .footer--wrap {
    flex-direction: column;
  }

  .footer--left__copyright {
    display: none;
  }

  .footer--left__logo {
    width: 125px;
    height: 33px;
    margin-bottom: 36px;
  }

  .footer--middle__social {
    margin-bottom: 36px;
  }

  .footer--middle__social li {
    margin-bottom: 16px;
  }

  .footer--right {
    align-items: center;
  }

  .footer--right__mail {
    margin-bottom: 36px;
  }

  .footer--right__social {
    margin-bottom: 36px;
  }

  .footer--copyright__mobile {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 650px) {
  footer.footer .container {
    padding: unset;
  }

  .footer--wrap {
    border-width: 1px;
  }
}

/* Footer End*/

.modal--form__ok {
  position: fixed;
  top: 0;
  background-color: #0000004d;
  height: 100%;
  width: 100%;
  z-index: 100;

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal--form__ok.active {
  opacity: 1;
  visibility: visible;
}

.modal--form__ok--wrap {
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  transform: translateY(20px) scale(0.95);
  opacity: 0;

  transition: all 0.3s ease;
}

.modal--form__ok.active .modal--form__ok--wrap {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal--form__ok--wrap span {
  font-size: 24px;
  color: #1254ab;
  margin-bottom: 20px;
}

.modal--form__ok--wrap p {
  font-size: 20px;
}

.pop_up_form {
  position: fixed;
  top: 0;
  background-color: #0000004d;
  height: 100%;
  width: 100%;
  z-index: 98;

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.pop_up_form.active {
  opacity: 1;
  visibility: visible;
}

.pop_up_form_wrap {
  width: 50%;
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transform: translateY(20px) scale(0.95);
  opacity: 1;
  transition: all 0.3s ease;
}

.pop_up_form_wrap_close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-base);
  border-radius: 50%;
  background: var(--color-white);
  border: 1px solid var(--color-blue--light);
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
}

.pop_up_form_wrap_close:hover {
  transform: rotate(180deg);
}

.pop_up_form_wrap_close svg {
  width: 12px;
  height: 12px;
}

.pop_up_form_wrap_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pop_up_form_wrap_title h2 {
  text-align: center;
  margin-bottom: 20px;
  width: 60%;
}

.pop_up_form_wrap_title p {
  text-align: center;
  margin-bottom: 30px;
  width: 80%;
}


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

  .pop_up_form_wrap_title h2 {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .usp {
    margin-top: 100px;
  }

  .course_desc_p {
    width: 100%;
  }

  .course_desc_items {
    margin-bottom: 80px;
  }

  .course_wrap {
    padding: 25px;
  }

  .privilege_block_2 h2 {
    margin-top: 80px;
  }

  .privilege {
    margin-bottom: 80px;
  }

  .reviews h2 {
    margin-top: 80px;
  }

  .faq-answer-content {
    line-height: 1.2;
  }

  .contact_form_wrap_title p {
    font-size: 20px;
  }

  .contact_form_wrap {
    padding: 30px 15px;
  }

  .contact_form_cf7 {
    padding: 40px 15px;
  }

  .faq h2 {
    margin-top: 30px;
  }

  .course_desc_item_title {
    text-align: center;
  }

  .course_desc_item p {
    text-align: center;
  }

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

  .usp_title {
    display: contents;
  }

  .usp_title h1 {
    order: 1;
    text-align: center;
    font-size: 35px;
  }

  .usp_title h1 span {
    font-size: 25px;
    margin-top: 15px;
    display: block;
  }

  .usp_wrap img {
    order: 2;
    width: 100%;
    height: auto;
  }

  .usp_title img {
    order: 1;
    width: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .usp_title a {
    order: 3;
    display: block;
    width: max-content;
    margin: 20px auto 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .about_wrap {
    padding: 30px 20px;
  }
}

.page_about_desc_wrap {
  display: flex;
  margin-top: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.page_about_desc h2 {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}

.page_about_desc_img {
  width: calc(40% - 20px);
  border-radius: 30px;
  background-color: #EAF7FF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_about_desc_img img {
  width: 60%;
  height: auto;
  object-fit: contain
}

.page_about_desc_text {
  width: calc(60% - 20px);
  padding: 30px;
}

.page_about_desc_text h2 {
  text-align: left;
  margin-bottom: 25px;
}

.page_about_desc_text p {
  font-size: 20px;
}

.about_page_usp {
  margin-bottom: 40px;
}

.about_page_usp h1 span {
  display: block;
  line-height: normal;
}

.about_page_usp .usp_wrap {
  padding: 0;
  min-height: auto;
}

.about_page_usp .usp_wrap img {
  height: 100%;
}

.about_page_desc .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about_page_desc p {
  font-size: 25px;
  margin-top: 10px;
}

.about_page_desc b {
  color: #1877F2;
}

.about_page_desc img {
  width: 120px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .page_about_desc {
    margin-top: 80px;
    flex-wrap: wrap;
  }

  .page_about_desc_img {
    width: 100%;
  }

  .page_about_desc_text {
    width: 100%;
  }

  .about_page_desc p {
    font-size: 20px;
  }

  .page_about_desc_img {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page_about_desc_img img {
    width: 50%;
  }

  .about_page_usp .usp_wrap {
    padding: 20px 0 20px 0;
  }

  .page_about_desc_text h2 {
    text-align: center;
  }
}

.contacts_block_str .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts_block_str_img {
  width: calc(50% - 20px);
}

.contacts_block_str_img iframe {
  width: 100%;
  border-radius: 30px;
}

.contacts_block_str_desc {
  width: 50%;
  background-color: #EAF7FF;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
}

.contacts_block_str_desc h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.contacts_block_str_desc p {
  font-size: 18px;
}

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

.contacts_block_desc_item a {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 18px;
  background-color: #1877F2;
  border-radius: 100px;
  padding: 16px 16px;
  color: #ffffff;
}

.contacts_block_desc_item a svg {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  fill: #ffffff;
}

.contacts_block_desc_item a svg path {
  fill: #ffffff;
}

.contacts_block_desc_social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contacts_block_desc_social a {
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts_block_desc_social a svg {
  width: 25px;
  height: 25px;
  fill: #1877F2;
}

@media screen and (max-width: 1000px) {
  .contacts_block_str_img {
    order: 2;
    width: 100%;
    margin-bottom: 30px;
  }

  .contacts_block_str_desc {
    width: 100%;
    margin-bottom: 50px;
  }

  .usp_contacts {
    margin-bottom: 50px;
  }

  .contacts_block_str_desc h2 {
    text-align: center;
  }

  .contacts_block_desc_item_wrap {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .contacts_block_desc_item a {
    width: 100%;
    margin-bottom: 10px;
  }

  .contacts_block_desc_item {
    width: 100%;
  }

  .contacts_block_desc_social {
    justify-content: center;
    margin-top: 20px;
  }

  .contacts_block_str_desc {
    padding: 40px 20px;
  }

  .about_page_usp {
    margin-bottom: 40px;
  }
}

.blog {
  margin-top: 100px;
}

.blog h1 {
  text-align: center;
  margin-bottom: 50px;
}

.blog__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 22.5px;
}

.blog-card {
  width: calc((100% - 45px) / 3);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px 0;
  border: 1px solid #ffffff;
  transition: var(--transition-base);
}

.blog-card h3 {
  text-align: center;
  margin-top: 15px;
  font-size: 24px;
}

.blog-card:hover {
  border: 1px solid #1877F2;
  transition: var(--transition-base);
  border-radius: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  gap: 15px;
}

.pagination .page-numbers {
  padding: 20px;
  border: 1px solid #1877F2;
  border-radius: 10px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition-base);
}

.pagination .page-numbers:hover {
  background-color: #1254ab;
  transition: var(--transition-base);
  color: #ffffff;
}

.pagination .current {
  background-color: #1877F2;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .blog__list {
    margin-top: 80px;
  }

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

/* Убираем конфликт высот внутри Slick */
.reviews-slider .slick-list {
  transition: height 0.3s ease;
  /* Плавное изменение высоты */
}

/* На десктопе (2 слайда) выравниваем их по самому высокому */
@media (min-width: 993px) {
  .reviews-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }

  .reviews-slider .slick-slide {
    height: auto !important;
    /* Слайд подстраивается под соседа */
    display: flex !important;
  }

  .reviews-slider .slick-slide>div {
    width: 100%;
    display: flex;
  }

  /* Ваша карточка отзыва (белый блок на скрине) */
  .reviews-slider .your-card-class {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

/* На мобилках (1 слайд) разрешаем прыгающую высоту */
@media (max-width: 992px) {
  .reviews-slider .slick-track {
    display: block !important;
  }
}