@import "../fonts/stylesheet.css";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --app-height: 100%;
  --white: #ffffff;
  --main: #461010;
  --red_text: #a02323;
  --dark: #010102;
  --hover_btn: #740009;
  --icon: #eabe7c;
  --grey: #898989;
  --bg: #f0e9dd;
  --light: #f9f6f0;
}

.ff_Kharkiv {
  font-family: "Kharkiv";
}

body,
html {
  scrollbar-color: var(--main) var(--bg);
  scrollbar-width: thick;
  overflow-x: hidden;
}

.swiper-container {
  overflow: hidden;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

body {
  font-family: "Gilroy", sans-serif;
  color: var(--dark);
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--light);
}

section {
  position: relative;
}

.swiper-container {
  overflow: hidden;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--bg);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

a:hover,
a:active,
a:visited,
a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: block;
}

p {
  margin-bottom: 0;
}

input:hover,
select:hover,
input:active,
select:active,
input:focus,
select:focus,
input,
select {
  display: block;
  outline: none;
  font-family: "Gilroy", sans-serif;
}

button,
button:focus,
button:active,
button:hover {
  outline: none;
}

svg,
path {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.container {
  position: relative;
}

a.btn,
button.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 66px;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  color: var(--white);
  width: 100%;
  cursor: pointer;
  border-radius: 100px;
  background-color: var(--main);
  border: 2px solid var(--main);
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.btn:hover,
button.btn:hover {
  color: var(--white);
  border: 1px solid var(--hover_btn);
  background-color: var(--hover_btn);
}
a.btn.btn_light,
button.btn.btn_light {
  color: var(--white);
  border: 2px solid var(--white);
  background-color: transparent;
}
a.btn.btn_light:before,
button.btn.btn_light:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0.7) -4.18%, rgba(255, 255, 255, 0.34) 107.82%);
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
a.btn.btn_light:hover,
button.btn.btn_light:hover {
  color: var(--white);
  border: 2px solid var(--white);
  background-color: transparent;
}
a.btn.btn_light:hover:before,
button.btn.btn_light:hover:before {
  opacity: 1;
}
a.btn.btn_tr,
button.btn.btn_tr {
  color: var(--main);
  border: 2px solid var(--main);
  background-color: transparent;
}
a.btn.btn_tr:hover,
button.btn.btn_tr:hover {
  color: var(--hover_btn);
  border: 2px solid var(--hover_btn);
  background-color: transparent;
}
a.btn.btn_wh,
button.btn.btn_wh {
  background-color: var(--white);
  color: var(--dark);
  border-color: var(--white);
}
a.btn.btn_wh:hover,
button.btn.btn_wh:hover {
  color: var(--white);
  background-color: var(--dark);
  border-color: var(--dark);
}
a.btn.btn_bg,
button.btn.btn_bg {
  background-color: var(--bg);
  color: var(--dark);
  border-color: var(--bg);
}
a.btn.btn_bg:hover,
button.btn.btn_bg:hover {
  color: var(--white);
  background-color: var(--dark);
  border-color: var(--dark);
}

.c_wh {
  color: var(--white);
}

.c_dark {
  color: var(--dark);
}

.c_main {
  color: var(--main);
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 26px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
}
.header.header_fixed {
  padding: 8px 0;
  background-color: var(--light);
}

.custom-logo-link {
  width: 208px;
  display: block;
}
.custom-logo-link img {
  width: 100%;
}

.title_1 {
  font-size: 70px;
  line-height: 1.34;
  font-family: "Kharkiv";
  font-weight: 400;
}

.title_2 {
  font-size: 60px;
  line-height: 1.34;
  font-family: "Kharkiv";
  font-weight: 400;
}

.title_3 {
  font-size: 32px;
  line-height: 1.5;
  font-family: "Kharkiv";
  font-weight: 400;
}

.title_4 {
  font-size: 24px;
  line-height: 1.5;
  font-family: "Kharkiv";
  font-weight: 400;
}

.text_18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.text_18 strong,
.text_18 b {
  font-weight: 600;
}

.text_24 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.text_24 strong,
.text_24 b {
  font-weight: 600;
}

.text_32 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
.text_32 strong,
.text_32 b {
  font-weight: 600;
}

.text__content p,
.text__content li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1em;
}
.text__content p strong,
.text__content p b,
.text__content li strong,
.text__content li b {
  font-weight: 600;
}
.text__content.text_24 p,
.text__content.text_24 li {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1em;
}
.text__content.text_24 p strong,
.text__content.text_24 p b,
.text__content.text_24 li strong,
.text__content.text_24 li b {
  font-weight: 600;
}

.menu__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.286);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu__wrap.open_menu {
  opacity: 1;
  pointer-events: all;
}
.menu__wrap.open_menu .nav {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  right: 0;
}
.menu__wrap .nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 487px;
  height: 100%;
  padding: 0 50px 25px 69px;
  right: -500px;
  top: 0;
  background: var(--main);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-bottom: 100px;
  overflow-y: auto;
  margin: 0;
}
.menu__wrap .nav .nav__row {
  width: 100%;
  margin-bottom: 116px;
  padding: 44px 0 0;
  position: relative;
}
.menu__wrap .nav .menu__close {
  width: 30px;
  height: 30px;
  background: url(../img/close_menu.svg) no-repeat center/30px;
  outline: none;
  /* margin-left: auto; */
  position: relative;
  background-color: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu__wrap .nav .menu__close * {
  pointer-events: none;
}
.menu__wrap .nav .nav__menu {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu__wrap .nav .nav__item {
  margin-bottom: 40px;
  width: 100%;
  text-align: left;
  margin-right: 0;
}
.menu__wrap .nav .nav__item a {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  line-height: 1.55em;
  font-family: "Kharkiv";
  color: var(--white);
}
.menu__wrap .nav .nav__item a:hover {
  color: var(--icon);
  text-decoration: underline;
}
.menu__wrap .nav .nav__item a:hover path {
  fill: var(--icon);
}
.menu__wrap .nav .nav__item.current-menu-item a {
  color: var(--icon);
}
.menu__wrap .nav .nav__item.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.menu__wrap .nav .nav__item.menu-item-has-children > a span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12px;
  margin-bottom: 4px;
}
.menu__wrap .nav .nav__item.menu-item-has-children.open > a {
  color: var(--icon);
  text-decoration: underline;
  margin-bottom: 12px;
}
.menu__wrap .nav .nav__item.menu-item-has-children.open > a path {
  fill: var(--icon);
}
.menu__wrap .nav .nav__item .sub-menu {
  height: 0;
}
.menu__wrap .nav .nav__item .sub-menu li {
  margin-bottom: 12px;
}
.menu__wrap .nav .nav__item .sub-menu li a {
  line-height: 1.55em;
  font-family: "Gilroy";
  font-size: 18px;
  text-transform: uppercase;
  color: var(--white);
}
.menu__wrap .nav .nav__item .sub-menu li a:hover {
  color: var(--icon);
}
.menu__wrap .nav .nav__item .sub-menu li:last-child {
  margin-bottom: 0;
}

.menu__burger {
  display: block;
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 60px;
}
.menu__burger svg {
  width: 100%;
  height: auto;
}

@-webkit-keyframes fromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__contact {
  width: 180px;
  margin: 0 auto;
  padding-top: 80px;
}

.social a {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 50px;
}
.social a:hover path {
  fill: var(--icon);
}

.form__wrap {
  width: 100%;
}
.form__wrap .input__group {
  margin-bottom: 20px;
}
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 65px;
  border-radius: 10px;
  padding-left: 28px;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: var(--dark_blue);
  background-color: transparent;
  border: 1px solid var(--dark_blue);
}
.form__wrap .input__group .order__input::-webkit-input-placeholder {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.form__wrap .input__group .order__input::-moz-placeholder {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.form__wrap .input__group .order__input:-ms-input-placeholder {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.form__wrap .input__group .order__input::-ms-input-placeholder {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.form__wrap .input__group .order__input::placeholder {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  opacity: 0;
  z-index: 999999;
}
.popup.open {
  opacity: 1;
  pointer-events: all;
}
.popup .close_popup {
  position: absolute;
  right: 27px;
  top: 27px;
  width: 30px;
  height: 30px;
  background: url(../img/close.svg) no-repeat center;
  border: none;
  cursor: pointer;
}

.section__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 150.5%;
}

.head__section {
  padding-top: 120px;
  padding-bottom: 57px;
  margin-bottom: 100px;
  overflow: hidden;
}
.head__section .container {
  padding-top: 70px;
}
.head__section .head__sale {
  background-color: #af1814;
  position: relative;
  z-index: 5;
}
.head__section .head__sale .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.head__section .head__sale p {
  width: auto;
  padding: 20px 40px 20px 0;
}

.page-id-1445 .head__section.head__section_course .offer .offer__top {
  margin-bottom: 40px;
    flex-direction: row;
}
.head__section .offer .offer__top .offer__label {
  border-radius: 50px;
  border: 1px solid var(--dark);
  padding: 3px 40px;
  margin-right: 25px;
}
.head__section .offer h1 {
  font-size: 48px;
  margin-bottom: 8px;
  font-weight: 400;
  color: var(--main);
  font-family: "Kharkiv";
  text-transform: uppercase;
}
.head__section .offer .subtitle {
  margin-bottom: 12px;
  font-family: "Kharkiv";
}
.head__section .offer .btn {
  max-width: 285px;
}
.head__section .offer .guest {
  position: relative;
}
.head__section .offer .guest img {
  margin-right: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-filter: grayscale(1) brightness(1.1);
          filter: grayscale(1) brightness(1.1);
}
.head__section .offer .guest img:hover {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
.head__section .offer .guest .guest__hover {
  width: 270px;
  padding: 30px 14px 25px;
  font-size: 14px;
  background-color: var(--white);
  position: absolute;
  left: 145px;
  top: calc(100% - 12px);
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.head__section .offer .guest:hover .guest__hover {
  opacity: 1;
  pointer-events: all;
}
.head__section .offer .offer__more {
  margin-top: 100px;
}
.head__section .content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 0 70px 80px;
}
.page-id-160 .head__section .content{
    padding: 0 30px 70px 80px
}
.head__section .head__bottom {
  position: absolute;
  left: 0;
  bottom: 5vh;
  width: 100%;
}
.head__section .head_img {
  position: absolute;
  top: 0;
  left: calc(50% + 150px);
  height: 100%;
  width: auto;
}
.head__section.head__section_course {
  margin-bottom: 0;
}
.head__section.head__section_course .offer .course_subtitle {
  margin-bottom: 12px;
}
.head__section.head__section_course .offer .describe {
  max-width: 625px;
}
.head__section.head__section_course .content {
  padding-bottom: 0;
}
.head__section.head__section_course .landing__label {
    font-size: 24px;
    text-align: center;
    padding: 4px 40px 2px;
    border: 1px solid var(--dark);
    border-radius: 50px;
}
.head__section.head__section_course .landing__label span {
    color: var(--red_text);
    font-weight: 600;
}

.head__bottom.new_copy_site,
.head__section.head__section_course .head__bottom{
    position: static;
    margin-top: 40px;
}

.head__bottom.new_copy_site .text_under_timer span,
.head__section.head__section_course .head__bottom .text_under_timer span{
    color: var(--red_text);
    font-weight: bold;
}

.head__section.head__section_course .mob_version_custom{
    display: none !important;
}
.head__bottom.new_copy_site .text_under_timer.mob_version,
.head__section.head__section_course .head__bottom .text_under_timer.mob_version{
    display: none;
}
.head__bottom.new_copy_site .landing__price,
.head__section.head__section_course .landing__price {
    height: 70px;
    padding: 0 60px;
    background-color: #e61712;
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    border-radius: 50px;
    white-space: nowrap;
    position: relative;
}
.head__bottom.new_copy_site .landing__price{
    background-color: var(--main);
}
.head__bottom.new_copy_site .landing__price:hover{
    border: none;
    background-color: var(--red_text);
}
.page-id-2 .head__section.head__section_intensiv .mob_version_custom .label_bonus_icon,
.page-id-2 .head__bottom.new_copy_site .head__timer_text .label_bonus_icon,
.page-id-1445 .head__section.head__section_course .label_bonus_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    vertical-align: middle;
    background: var(--hover_btn) url(../img/label_bonus.svg) no-repeat center;
    background-size: 25px;
    margin-right: 10px;
}

.head__bottom.new_copy_site .landing__price span,
.head__section.head__section_course .landing__price span {
    position: relative;
    margin-left: 10px;
}

.head__bottom.new_copy_site .landing__price span:after,
.head__section.head__section_course .landing__price span:after {
    content: "";
    display: block;
    width: 106%;
    height: 2px;
    background-color: var(--dark);
    left: -3%;
    top: 50%;
    position: absolute;
}

.head__bottom.new_copy_site .count_down_cycle .count__text.hours,
.head__section.head__section_course .count_down_cycle .count__text.hours,
.head__bottom.new_copy_site .count_down_cycle .count__text.minutes,
.head__section.head__section_course .count_down_cycle .count__text.minutes,
.head__bottom.new_copy_site .count_down_cycle .count__text.seconds,
.head__section.head__section_course .count_down_cycle .count__text.seconds {
    color: var(--red_text);
}
.head__bottom.new_copy_site .count_down_cycle .count__text:not(:last-child),
.head__section.head__section_course .count_down_cycle .count__text:not(:last-child){
    margin-right: 12px;
    position: relative;
}
.head__bottom.new_copy_site .count_down_cycle .count__text:not(:last-child):before,
.head__section.head__section_course .count_down_cycle .count__text:not(:last-child):before {
    content: ":";
    display: block;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    right: -9px;
    bottom: 7px;
    color: var(--dark);
    font-family: "Kharkiv", sans-serif;
}
.head__section.head__section_service, .head__section.head__section_main {
  padding-bottom: 150px;
  margin-bottom: 0;
  padding-top: 150px;
}
.head__section.head__section_service .offer .offer__more, .head__section.head__section_main .offer .offer__more {
  bottom: -200px;
}
.head__section.head__section_service {
  margin-bottom: 70px;
}
.head__section.head__section_intensiv {
  margin-bottom: 0;
  overflow: visible;
  z-index: 2;
}
.head__section.head__section_intensiv .content p {
  background-color: var(--white);
  border-radius: 80px;
  padding: 14px 43px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.head__section.head__section_intensiv .content p:first-child {
  -webkit-transform: translateX(-160px);
          transform: translateX(-160px);
}
.head__section.head__section_intensiv .content p:last-child {
  margin-left: auto;
}

@media screen and (max-width: 1439px) {
    .head__bottom.new_copy_site .landing__label,
    .head__section.head__section_course .landing__label{
        font-size: 22px;
    }
    .head__bottom.new_copy_site .landing__price,
    .head__section.head__section_course .landing__price {
        padding: 0 40px;
        font-size: 22px;
    }
  .header {
    padding: 10px 0;
  }
  .head__section {
    padding-top: 85px;
  }
  .head__section .head__sale p {
    font-size: 24px;
    padding: 15px 30px 15px 0;
  }
  .menu__burger {
    width: 40px;
  }
  .menu__wrap .social a {
    width: 60px;
    height: 60px;
  }
  .menu__wrap .social a svg {
    width: 100%;
    height: 100%;
  }
  .head__section {
    margin-bottom: 80px;
  }
  .head__section .container {
    padding-top: 35px;
  }
  .head__section .offer .offer__top {
    margin-bottom: 20px;
  }
  .title_4,
  .text_24 {
    font-size: 20px;
  }
  .text_32 {
    font-size: 30px;
  }
  .title_1 {
    font-size: 60px;
  }
  .head__section .offer h1 {
    font-size: 42px;
  }
  .head__section .offer .offer__more {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .head__section .container {
    padding-top: 30px;
  }
  .head__section .head__sale p {
    font-size: 20px;
  }
  .head__section.head__section_main .offer h1 {
    font-size: 38px;
  }
  .head__section.head__section_service .offer h1 {
    font-size: 36px;
  }
  .head__section {
    margin-bottom: 60px;
    display: block;
  }
  .head__section .offer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head__section .head__bottom {
    position: static;
  }
  .head__section .offer__top {
    margin-bottom: 20px;
  }
  .head__section .offer .offer__more {
    position: static;
    margin: 13px 0;
  }
  .head__section.head__section_service {
    padding-bottom: 70px;
    margin-bottom: 0;
  }
  .head__section.head__section_service .content {
    height: 100%;
  }
  .head__section.head__section_main {
    padding-top: 100px;
  }
  .head__section.head__section_main .offer .offer__more {
    position: absolute;
    bottom: -200px;
  }
  .text_32 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
    .head__bottom.new_copy_site .landing__label,
    .head__section.head__section_course .landing__label{
        font-size: 18px;
    }
    .head__bottom.new_copy_site .head__bottom,
    .head__section.head__section_course .head__bottom{
        margin: 30px auto;
        justify-content: center;
    }
  .title_1 {
    font-size: 48px;
  }
  a.btn,
  button.btn {
    height: 66px !important;
    font-size: 20px !important;
    width: 100% !important;
    max-width: 325px !important;
  }
  .text__content.text_24 p,
  .text__content.text_24 li,
  .text_24 {
    font-size: 18px;
  }
  .head__section {
    margin-bottom: 40px;
    height: initial;
    padding-top: 100px;
    max-height: initial;
  }
  .head__section .container {
    padding-top: 20px;
  }
  .head__section .head__sale p {
    font-size: 18px;
    padding: 12px 20px 12px 0;
  }
  .head__section .offer {
    margin-bottom: 10px;
  }
  .head__section .offer .offer__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head__section .offer .offer__top .offer__label {
    margin-right: 0;
    padding: 0 35px;
    margin-bottom: 12px;
  }
  .head__section .content {
    position: absolute;
    left: 12px;
    top: 0;
    width: calc(100% - 24px);
    padding-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 33px 0;
    height: 100%;
    height: 308px;
  }
  .head__section .content p:first-child {
    -webkit-transform: none;
            transform: none;
  }
  .head__section .head_img_wrap {
    position: relative;
    width: calc(100% + 24px);
    height: 308px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .head__section .head_img_wrap img {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .head__section .offer .subtitle {
    margin-bottom: 24px;
  }
  .head__section .offer .describe,
  .head__section .offer .course_subtitle,
  .head__section .offer .subtitle,
  .head__section .offer h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .head__section .offer__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .head__section .offer .guest img {
    width: 100px;
  }
  .head__section .offer .guest p {
    max-width: 210px;
  }
  .head__section .offer .btn {
    max-width: 232px;
  }
  .head__section .offer .offer__more {
    text-align: center;
  }
  .head__section.head__section_main .offer h1 {
    margin-bottom: 26px;
  }
  .head__section.head__section_intensiv {
    padding-bottom: 32px;
    padding-top: 50px;
  }
  .head__section.head__section_intensiv .content p {
    padding: 9px 24px;
    font-size: 16px;
  }
  .head__section.head__section_intensiv .content p:first-child {
    -webkit-transform: none;
            transform: none;
  }
  .head__section.head__section_intensiv .guest {
    padding-top: 10px;
    max-width: 316px;
    margin: 0 auto;
  }
  .head__section.head__section_intensiv .guest img {
    width: 60px;
    height: auto;
    margin-right: 11px;
  }
  .head__section.head__section_intensiv .guest .guest__hover {
    font-size: 10px;
  }
  .head__section.head__section_course .content {
    padding-bottom: 55px;
  }
  .head__section.head__section_course .content .text_right {
    text-align: left;
  }
  .head__section.head__section_course .describe {
    padding-top: 20px;
    text-align: center;
  }
  .head__section.head__section_course .btn {
    margin: 10px auto 16px;
  }
  .head__section.head__section_course .offer__more {
    text-align: center;
  }
  .head__section.head__section_service, .head__section.head__section_main {
    padding-top: 80px;
  }
  .head__section.head__section_service .content, .head__section.head__section_main .content {
    padding-top: 55px;
    padding-left: 32px;
  }
  .head__section.head__section_service .head_img_wrap, .head__section.head__section_main .head_img_wrap {
    height: 384px;
  }
  .head__section.head__section_service .head_img_wrap .head_img, .head__section.head__section_main .head_img_wrap .head_img {
    -o-object-position: center top;
       object-position: center top;
  }
  .head__section.head__section_service .content {
    padding-top: 45px;
    padding-left: 32px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
    .head__section.head__section_intensiv .mob_version_custom,
    .head__bottom.new_copy_site .mob_version_custom,
    .head__section.head__section_course .mob_version_custom{
        display: flex !important;
    }


    .head__section.head__section_intensiv .text_under_timer.mob_version,
    .head__bottom.new_copy_site .text_under_timer.mob_version,
    .head__section.head__section_course .head__bottom .text_under_timer.mob_version{
        display: block;
        text-align: left;
    }
    .head__section.head__section_intensiv .text_under_timer.mob_version span{
        color: var(--red_text);
        font-weight: bold;
    }
    .head__section.head__section_intensiv .text_under_timer.desc_version,
    .head__bottom.new_copy_site .text_under_timer.desc_version,
    .head__section.head__section_course .head__bottom .text_under_timer.desc_version{
        display: none;
    }
    .head__section.head__section_intensiv .text_under_timer.mob_version,
    .head__section.head__section_intensiv .landing__label,
    .head__bottom.new_copy_site.landing__label,
    .head__section.head__section_course .landing__label{
        font-size: 16px;
    }
    .head__bottom.new_copy_site,
    .head__section.head__section_course .head__bottom {
        align-items: center;
        margin: 20px auto;
        flex-direction: column-reverse !important;
        gap: 20px;
    }
    .head__section.head__section_intensiv .head__bottom {
        margin: 20px auto 0;
    }
  .head__section .offer h1 {
    font-size: 40px;
  }
  .head__section .offer .subtitle {
    font-size: 18px;
    font-family: Gilroy;
  }
  .head__section .offer .guest p {
    font-size: 18px;
  }
  .text_32 {
    font-size: 24px;
  }
  .custom-logo-link {
    width: 100px;
  }
  .menu__burger {
    width: 30px;
  }
  .title_1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
    .head__section.head__section_intensiv .content{
        position: relative;
    }
    .head__bottom.new_copy_site .course_subtitle0,
    .head__section.head__section_course .course_subtitle0{
        text-align: center;
    }
    .head__section.head__section_intensiv .text_under_timer.mob_version,
    .head__bottom.new_copy_site .text_under_timer.mob_version{
        font-size: 12px;
        margin-top: 0 !important;
    }
    .head__bottom.new_copy_site .head__timer .head__timer_text.course_subtitle,
    .head__section.head__section_course .offer .course_subtitle.course_subtitle_custom{
        font-size: 16px;
    }
    .head__bottom.new_copy_site .offer .offer__top,
    .head__section.head__section_course .offer .offer__top{
        margin-bottom: 20px;
    }
    .head__bottom.new_copy_site .landing__label,
    .head__section.head__section_course .landing__label{
        font-size: 14px;
    }
  .head__section {
    margin-bottom: 30px;
  }
  .head__section .offer .guest p .title_1 {
    font-size: 48px;
  }
  .head__section.head__section_service .offer h1 {
    font-size: 10vw;
  }
  .head__section .content p {
    font-size: 14px;
  }
  .head__section.head__section_main .offer__more {
    font-size: 14px;
  }
  .head__section.head__section_main .offer h1 {
    font-size: 32px;
  }
  .title_2 {
    font-size: 24px;
  }
  .title_3 {
    font-size: 24px;
  }
  .title_4 {
    font-size: 18px;
  }
  .text_18 {
    font-size: 14px;
  }
  .text__content.text_24 p,
  .text__content.text_24 li,
  .text_24 {
    font-size: 18px;
  }
  .head__section .offer .guest img {
    width: 60px;
    margin-right: 11px;
  }
  .menu__wrap .nav {
    max-width: 100%;
    width: 330px;
    padding: 0 20px 25px 69px;
  }
  .menu__wrap .nav .menu__close {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .menu__wrap .social a {
    width: 50px;
    height: 50px;
    margin-right: 40px;
  }
  .title_1 {
    font-size: 8vw;
  }
  .head__section .head_img_wrap {
    width: 390px;
    position: absolute;
  }
  .head__section.head__section_intensiv .guest {
    padding-top: 320px;
  }
  .head__section.head__section_service, .head__section.head__section_main {
    padding-bottom: 400px;
  }
  .head__section.head__section_service .content, .head__section.head__section_main .content {
    padding-left: 32px;
    width: 390px;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .head__section.head__section_service {
    margin-bottom: 50px;
  }
  .head__section.head__section_service .content {
    height: 384px;
  }
  .head__section.head__section_intensiv .content p {
    font-size: 14px;
    padding: 9px 12px;
  }
  .head__section.head__section_course .head_img_wrap {
    width: 100%;
      height: 72vw;
      position: relative;
  }
    .head__section.head__section_course .head_img_wrap img {
        border-radius: 0 0 0 100px;
    }
    .head__section.head__section_course .content{
        display: none!important;
    }
    .head__section.head__section_course .offer .course_subtitle{
        font-size: 12px;
    }
  .head__section.head__section_course .describe {
    padding-top: 330px;
  }
}
.counter {
  padding: 20px 0 25px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background-color: var(--dark);
}
.counter.counter_landing {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #1b1b1b;
}
.counter.counter_landing.header_fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.counter .counter_close {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
  border: none;
  width: 25px;
  height: 25px;
  display: none;
  cursor: pointer;
}
.counter .btn {
  max-width: 260px;
  height: 50px;
}
.counter .countdown * {
  color: var(--white);
}

.counter.counter_landing .my-gap{
    gap: 30px;
}
.counter .countdown .countdown-number {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-right: 20px;
}
.counter .countdown .countdown-number:last-child {
  margin-right: 0;
}
.counter .countdown .countdown-number:last-child .countdown-time::after {
  display: none;
}
.counter .countdown .countdown-time {
  font-size: 36px;
  font-weight: 600;
  position: relative;
}
.counter .countdown .countdown-time::after {
  content: ":";
  display: block;
  font-size: 36px;
  font-weight: 600;
  position: absolute;
  right: -14px;
  bottom: 2px;
  color: var(--white);
  font-family: "Gilroy", sans-serif;
}
.counter .countdown .countdown-text {
  font-size: 12px;
}

.counter.counter_landing.head__section_course .btn {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    height: 55px;
    background-color: #e61712;
    border: none;
    padding: 0 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
}
.counter.counter_landing.head__section_course .btn:hover {
    border: none;
    background-color: var(--red_text);
}
.counter.counter_landing.head__section_course a.btn.btn_light:before{
    display: none;
}
@media screen and (max-width: 1199px) {
  .counter .countdown .countdown-time {
    font-size: 32px;
  }
  .counter .countdown .countdown-time::after {
    font-size: inherit;
  }
  .counter.counter_landing .counter__text {
      font-size: 18px;
  }
  .counter .counter__text {
    text-align: center;
  }
    .counter.counter_landing .my-gap{
        flex-wrap: wrap !important;
        gap: 0;
    }
  .counter .countdown {
    margin: 0 30px;
  }
  .counter .btn {
    max-width: 230px;
  }
}
@media screen and (max-width: 991px) {
  .counter {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 30px;
  }
  .counter.hide {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  .counter .counter_close {
    display: block;
    background: url(../img/close.svg) no-repeat center;
  }
  .counter .countdown .countdown-text {
    display: none;
  }
}
.foryou {
  background-color: #f0e9dd;
  padding-top: 130px;
  padding-bottom: 210px;
}
.foryou .foryou__img {
  max-width: 100%;
  margin-top: 40px;
  border: 35px solid var(--white);
}
.foryou .foryou__bg {
  position: absolute;
  right: calc(50% + 440px);
  height: 100%;
  width: 670px;
  top: 0;
}
.foryou .foryou__list .foryou__item {
  margin-bottom: 40px;
  width: 35%;
}
.foryou .foryou__list .foryou__item:nth-child(even) {
  width: 50%;
}
.foryou.foryou_main {
  background-color: transparent;
}
.foryou.foryou_main .title_3 br {
  display: none;
}
.foryou.foryou_main .foryou__bg {
  left: calc(50% + 320px);
  right: auto;
  overflow: hidden;
}
.foryou.foryou_main .foryou__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(3.5px);
          filter: blur(3.5px);
}
.foryou.foryou_main .foryou__item {
  max-width: 334px;
}
.foryou.foryou_course {
  padding-top: 100px;
}
.foryou.foryou_course .foryou__img {
  margin-top: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  margin-right: 45px;
  width: 280px;
  border: 30px solid var(--white);
}
.foryou.foryou_course .foryou__bg {
  right: calc(50% + 200px);
}
.foryou.foryou_course .foryou__list .foryou__item {
  width: 45%;
  margin-bottom: 1em;
  position: relative;
  padding-left: 28px;
  line-height: 1.2em;
}
.foryou.foryou_course .foryou__list .foryou__item:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/check_red.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 13px;
}

@media screen and (max-width: 1439px) {
  .foryou {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .foryou .foryou__bg {
    right: calc(50% + 240px);
  }
  .foryou.foryou_course .foryou__list .foryou__item {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .foryou {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .foryou .foryou__bg {
    right: calc(50% + 240px);
  }
  .foryou.foryou_course .foryou__list .foryou__item {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .foryou .foryou__bg {
    display: none;
  }
  .foryou .section__offer {
    margin-bottom: 24px;
  }
  .foryou .foryou__img {
    margin-top: 0;
    width: 315px;
  }
  .foryou.foryou_main .title_3 br {
    display: block;
  }
  .foryou.foryou_main .foryou__img {
    width: 100%;
    max-width: 328px;
    margin-bottom: 40px;
    border-width: 28px;
  }
  .foryou.foryou_course {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .foryou.foryou_course .title_1 {
    text-align: center;
  }
  .foryou.foryou_course .foryou__img {
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .foryou.foryou_course .foryou__list .foryou__item {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .foryou {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .foryou.foryou_course .foryou__list .foryou__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .foryou .foryou__img_wrap {
    width: 100%;
    height: 318px;
  }
  .foryou .foryou__img_wrap .foryou__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border: none;
  }
  .foryou.foryou_course {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .foryou.foryou_course .foryou__img_wrap {
    width: 308px;
    height: 308px;
    margin: 0 auto;
  }
  .foryou.foryou_course .foryou__img_wrap .foryou__img {
    -o-object-position: center top;
       object-position: center top;
  }
}
.running {
  background-color: var(--main);
}
.running .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.running .swiper-slide {
  width: auto;
}

.format .format__num {
  font-size: 64px;
  margin-bottom: 16px;
}
.format.format_intesiv .format__item_wrap {
  margin-bottom: 30px;
}
.format.format_intesiv .format__item_wrap .format__item {
  height: 520px;
  background-color: var(--main);
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
.format.format_intesiv .format__item_wrap .format__item .format__info {
  color: var(--white);
  max-width: 244px;
  margin: 0 auto;
}
.format.format_intesiv .format__item_wrap .format__item .format__info .format__num {
  color: var(--white);
  line-height: 1em;
}
.format.format_intesiv .format__item_wrap .format__item .format__info .text_24 {
  color: var(--bg);
}
.format.format_intesiv .format__item_wrap .format__item img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.format.format_intesiv .format__item_wrap:first-child .format__item, .format.format_intesiv .format__item_wrap:nth-child(2) .format__item {
  background-color: var(--bg);
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 30px;
  padding-top: 0;
}
.format.format_intesiv .format__item_wrap:first-child .format__item .format__info, .format.format_intesiv .format__item_wrap:nth-child(2) .format__item .format__info {
  margin: 0;
  margin-left: auto;
}
.format.format_intesiv .format__item_wrap:first-child .format__item .format__info .format__num, .format.format_intesiv .format__item_wrap:nth-child(2) .format__item .format__info .format__num {
  color: var(--main);
}
.format.format_intesiv .format__item_wrap:first-child .format__item .format__info .text_24, .format.format_intesiv .format__item_wrap:nth-child(2) .format__item .format__info .text_24 {
  color: var(--dark);
}
.format.format_intesiv .format__item_wrap:first-child .format__item img, .format.format_intesiv .format__item_wrap:nth-child(2) .format__item img {
  position: absolute;
  -webkit-transform: none;
          transform: none;
  height: 100%;
  top: 0;
  left: 0;
}
.format.format_course {
  padding-top: 90px;
  background-color: var(--main);
}
.format.format_course .format__item_wrap {
  margin-bottom: 30px;
}
.format.format_course .format__item_wrap .format__item {
  height: 520px;
  background-color: var(--dark);
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
.format.format_course .format__item_wrap .format__item .format__info {
  color: var(--white);
  width: 255px;
  max-width: 100%;
  margin: 0 auto;
}
.format.format_course .format__item_wrap .format__item .format__info .format__num {
  color: var(--white);
  line-height: 1em;
}
.format.format_course .format__item_wrap .format__item .format__info .text_24 {
  color: var(--bg);
}
.format.format_course .format__item_wrap .format__item img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.format.format_course .format__item_wrap:first-child .format__item, .format.format_course .format__item_wrap:nth-child(2) .format__item {
  background-color: var(--bg);
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 30px;
  padding-top: 0;
}
.format.format_course .format__item_wrap:first-child .format__item .format__info, .format.format_course .format__item_wrap:nth-child(2) .format__item .format__info {
  margin: 0;
  margin-left: auto;
}
.format.format_course .format__item_wrap:first-child .format__item .format__info .format__num, .format.format_course .format__item_wrap:nth-child(2) .format__item .format__info .format__num {
  color: var(--main);
}
.format.format_course .format__item_wrap:first-child .format__item .format__info .text_24, .format.format_course .format__item_wrap:nth-child(2) .format__item .format__info .text_24 {
  color: var(--dark);
}
.format.format_course .format__item_wrap:first-child .format__item img, .format.format_course .format__item_wrap:nth-child(2) .format__item img {
  position: absolute;
  -webkit-transform: none;
          transform: none;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1439px) {
  .format.pt_120 {
    padding-top: 100px;
  }
  .format.pb_120 {
    padding-bottom: 100px;
  }
  .format .format__num {
    font-size: 56px;
  }
  .format.format_course .format__item_wrap:first-child .format__item,
  .format.format_course .format__item_wrap:nth-child(2) .format__item {
    height: 270px;
  }
  .format.format_intesiv .format__item_wrap:first-child .format__item,
  .format.format_intesiv .format__item_wrap:nth-child(2) .format__item {
    height: 270px;
  }
}
@media screen and (max-width: 1199px) {
  .format .format__num {
    font-size: 48px;
  }
  .format.format_course .format__item_wrap .format__item,
  .format.format_intesiv .format__item_wrap .format__item {
    height: 450px;
  }
  .format.format_course .format__item_wrap .format__item img,
  .format.format_intesiv .format__item_wrap .format__item img {
    height: 300px;
    width: auto;
  }
  .format.format_course .format__item_wrap:first-child .format__item,
  .format.format_course .format__item_wrap:nth-child(2) .format__item,
  .format.format_intesiv .format__item_wrap:first-child .format__item,
  .format.format_intesiv .format__item_wrap:nth-child(2) .format__item {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .format.pt_120 {
    padding-top: 80px;
  }
  .format.pb_120 {
    padding-bottom: 80px;
  }
  .format .format__num {
    font-size: 42px;
    margin-bottom: 0;
  }
  .format.format_course .format__item_wrap,
  .format.format_intesiv .format__item_wrap {
    margin-bottom: 12px;
  }
  .format.format_course .format__item_wrap.format__item_last .format__item,
  .format.format_intesiv .format__item_wrap.format__item_last .format__item {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .format.format_course .format__item_wrap.format__item_last .format__item .format__info,
  .format.format_intesiv .format__item_wrap.format__item_last .format__item .format__info {
    margin: 0;
  }
  .format.format_course .format__item_wrap.format__item_last .format__item img,
  .format.format_intesiv .format__item_wrap.format__item_last .format__item img {
    bottom: auto;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    top: 0;
    left: 0;
  }
  .format.format_course {
    padding-top: 70px;
  }
  .format.format_course .format__item_wrap .format__item,
  .format.format_intesiv .format__item_wrap .format__item {
    padding-top: 25px;
    height: 400px;
  }
  .format.format_course .format__item_wrap:first-child .format__item,
  .format.format_course .format__item_wrap:nth-child(2) .format__item,
  .format.format_course .format__item_wrap.format__item_last .format__item,
  .format.format_intesiv .format__item_wrap:first-child .format__item,
  .format.format_intesiv .format__item_wrap:nth-child(2) .format__item,
  .format.format_intesiv .format__item_wrap.format__item_last .format__item {
    height: 230px;
    padding-right: 20px;
  }
  .format.format_course .format__item_wrap .format__item .format__info,
  .format.format_intesiv .format__item_wrap .format__item .format__info {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .running {
    padding: 17px 0;
  }
  .running .running__text {
    font-size: 18px;
  }
  .format.pt_120 {
    padding-top: 55px;
  }
  .format.pb_120 {
    padding-bottom: 60px;
  }
  .format .format__num {
    font-size: 48px;
  }
  .format.format_course .format__item_wrap .format__item img,
  .format.format_intesiv .format__item_wrap .format__item img {
    height: 190px;
  }
  .format.format_course .format__item_wrap .format__item,
  .format.format_intesiv .format__item_wrap .format__item {
    padding-top: 25px;
    height: 310px;
  }
  .format.format_course .format__item_wrap:first-child .format__item,
  .format.format_course .format__item_wrap:nth-child(2) .format__item,
  .format.format_course .format__item_wrap.format__item_last .format__item,
  .format.format_intesiv .format__item_wrap:first-child .format__item,
  .format.format_intesiv .format__item_wrap:nth-child(2) .format__item,
  .format.format_intesiv .format__item_wrap.format__item_last .format__item {
    height: 180px;
    padding-right: 13px;
  }
}
@media screen and (max-width: 576px) {
  .format .format__item {
    padding: 0 5px;
  }
  .text__content p,
  .text__content li {
    font-size: 14px;
  }
  .text__content.text_24 p,
  .text__content.text_24 li,
  .format .text_24 {
    font-size: 14px;
  }
  .format.format_course .format__item_wrap .format__item .format__info,
  .format.format_intesiv .format__item_wrap .format__item .format__info {
    max-width: 100%;
    width: 130px;
  }
  .format.format_course .format__item_wrap:first-child .format__item,
  .format.format_course .format__item_wrap:nth-child(2) .format__item,
  .format.format_course .format__item_wrap.format__item_last .format__item,
  .format.format_intesiv .format__item_wrap:first-child .format__item,
  .format.format_intesiv .format__item_wrap:nth-child(2) .format__item,
  .format.format_intesiv .format__item_wrap.format__item_last .format__item {
    height: 160px;
    padding-right: 5px;
  }
  .format.format_course .format__item_wrap:first-child .format__item .text_24,
  .format.format_course .format__item_wrap:nth-child(2) .format__item .text_24,
  .format.format_course .format__item_wrap.format__item_last .format__item .text_24,
  .format.format_intesiv .format__item_wrap:first-child .format__item .text_24,
  .format.format_intesiv .format__item_wrap:nth-child(2) .format__item .text_24,
  .format.format_intesiv .format__item_wrap.format__item_last .format__item .text_24 {
    font-size: 16px;
  }
}
.result {
  padding: 110px 0;
  overflow: hidden;
  background-color: var(--bg);
}
.result .result__item {
  margin-bottom: 40px;
  width: 50%;
  padding-right: 100px;
}
.result .result__item p {
  padding-left: 32px;
}
.result .result__item p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/check_red.svg) no-repeat center;
  position: absolute;
  left: 5px;
  top: 8px;
}
.result .btn {
  max-width: 280px;
}
.result .result__wrap {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.result .result__wrap .result__block,
.result .result__wrap .container {
  height: 100%;
}
.result .result__wrap .result__img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 1439px) {
  .result {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .result .result__item {
    padding-right: 50px;
  }
  .result {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .result {
    padding-top: 56px;
    padding-bottom: 76px;
  }
  .result .result__wrap {
    position: static;
    height: 462px;
    width: 60%;
    margin: 0 auto 24px;
  }
  .result .result__wrap .result__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .result .section__offer {
    text-align: center;
  }
  .result .result__item {
    padding-right: 80px;
  }
  .result .btn {
    max-width: 228px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .result .result__item {
    padding-right: 0;
    width: 100%;
  }
  .result .result__wrap {
    width: 328px;
    max-width: 100%;
  }
}
.review {
  background-color: var(--main);
}
.review .review__arrows {
  top: 130px;
}
.review .review__swiper {
  margin-bottom: 18px;
}
.review .review__swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.review .review__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review .review__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--white);
  margin: 0 6px;
}
.review .review__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .review .review__pagination .swiper-pagination-bullet:hover {
  background-color: var(--white);
}
.review .review__text {
  background-color: var(--white);
  padding: 70px 90px 100px 80px;
  position: relative;
  margin-bottom: 37px;
  height: 100%;
}
.review .review__text:after {
  content: "";
  display: block;
  border-top: 54px solid var(--white);
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  position: absolute;
  bottom: -29px;
  left: 86px;
}
.review .review__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 80px;
}
.review .review__author .review__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.review .review__author .review__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review .review__author .review__name {
  line-height: 1em;
}
.review .review__author .review__name span {
  color: var(--grey);
  line-height: 1em;
}
.review.review_course {
  background-color: var(--bg);
}
.review.review_course .swiper__arrows .swiper__arrow {
  border-color: var(--dark);
}
.review.review_course .swiper__arrows .swiper__arrow:hover {
  background-color: transparent;
  border-color: var(--main);
}
.review.review_course .swiper__arrows .swiper__arrow:hover path {
  fill: var(--main);
}
.review.review_course .review__pagination .swiper-pagination-bullet {
  border: 1px solid var(--dark);
}
.review.review_course .review__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .review.review_course .review__pagination .swiper-pagination-bullet:hover {
  background-color: var(--dark);
}
.review.review_course .review__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 80px;
}
.review.review_course .review__author .review__name {
  line-height: 1em;
  color: var(--dark);
}
.review.review_course .review__author .review__name span {
  color: var(--grey);
  line-height: 1em;
}

@media screen and (max-width: 1439px) {
  .review .review__text {
    padding: 50px;
  }
  .review .review__arrows {
    z-index: 5;
  }
  .review .review__arrows .swiper__arrow.swiper__arrow_left, .review .review__arrows .swiper__arrow.swiper__arrow_right {
    -webkit-transform: none;
            transform: none;
    border-color: var(--dark);
    background-color: transparent;
  }
  .review .review__arrows .swiper__arrow.swiper__arrow_left path, .review .review__arrows .swiper__arrow.swiper__arrow_right path {
    fill: var(--dark);
  }
  .review .review__arrows .swiper__arrow.swiper__arrow_left:hover, .review .review__arrows .swiper__arrow.swiper__arrow_right:hover {
    background-color: transparent;
    border-color: var(--main);
  }
  .review .review__arrows .swiper__arrow.swiper__arrow_left:hover path, .review .review__arrows .swiper__arrow.swiper__arrow_right:hover path {
    fill: var(--main);
  }
}
@media screen and (max-width: 1199px) {
  .review .review__text {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .review .review__arrows {
    display: none;
  }
  .review .review__text:after {
    border-top: 40px solid var(--white);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: 30px;
  }
  .review .review__author {
    padding-left: 10px;
  }
  .review .review__author .review__icon {
    width: 60px;
    height: 60px;
  }
  .review .review__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .review.review_course .review__author {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .review .review__author .review__icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .review .review__text {
    padding: 28px 20px 50px;
  }
}
.swiper__arrows {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper__arrows .swiper__arrow {
  pointer-events: all;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--white);
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper__arrows .swiper__arrow:hover {
  background-color: var(--light);
}
.swiper__arrows .swiper__arrow:hover path {
  fill: var(--dark);
}
.swiper__arrows .swiper__arrow.swiper__arrow_right {
  -webkit-transform: translateX(56px);
          transform: translateX(56px);
}
.swiper__arrows .swiper__arrow.swiper__arrow_left {
  -webkit-transform: translateX(-56px);
          transform: translateX(-56px);
}

@media screen and (max-width: 1439px) {
  .swiper__arrows .swiper__arrow.swiper__arrow_right {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  .swiper__arrows .swiper__arrow.swiper__arrow_left {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
.programm {
  overflow: hidden;
}
.programm .programm__arrows {
  position: static;
  width: auto;
}
.programm .programm__arrows .swiper__arrow {
  border-color: var(--dark);
}
.programm .programm__arrows .swiper__arrow.swiper__arrow_right {
  -webkit-transform: none;
          transform: none;
  margin-left: 48px;
}
.programm .programm__arrows .swiper__arrow.swiper__arrow_left {
  -webkit-transform: none;
          transform: none;
}
.programm .programm__arrows .swiper__arrow:hover {
  border-color: var(--main);
  background-color: transparent;
}
.programm .programm__arrows .swiper__arrow:hover path {
  fill: var(--main);
}
.programm .programm__content {
  position: absolute;
  left: 12px;
  width: calc(100% - 24px);
}
.programm .programm__content .programm__list {
  position: relative;
}
.programm .programm__content .programm__list::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 24px;
  top: 0;
  background-color: var(--bg);
}
.programm .programm__swiper {
  overflow: hidden;
}
.programm .programm__swiper .swiper-slide {
  width: calc(50% - 15px);
  background-color: var(--bg);
  padding: 47px 80px 80px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.programm .programm__swiper .swiper-slide .programm__lock {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.programm .programm__swiper .swiper-slide .title_3 {
  margin-bottom: 56px;
  border-bottom: 1px solid var(--dark);
  padding-bottom: 13px;
}
.programm .programm__swiper .swiper-slide .text__content {
  margin-bottom: 40px;
}
.programm .programm__swiper .swiper-slide .programm__label {
  width: calc(100% - 30px);
  position: relative;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  margin-bottom: 30px;
}
.programm .programm__swiper .swiper-slide .programm__label::before {
  content: "";
  display: block;
  width: 520px;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0 100px 100px 0;
  background-color: #dcd2c3;
  position: absolute;
}
.programm .programm__swiper .swiper-slide .programm__label.programm__label_guest p {
  position: relative;
  z-index: 2;
  font-size: 32px;
  font-weight: 600;
}
.programm .programm__swiper .swiper-slide .programm__label.programm__label_guest img {
  position: absolute;
  right: -10px;
  bottom: -24px;
  width: 224px;
  height: auto;
  -webkit-filter: grayscale(1) brightness(1.1);
          filter: grayscale(1) brightness(1.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.programm .programm__swiper .swiper-slide .programm__label.programm__label_guest img:hover {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
.programm .programm__swiper .swiper-slide .programm__label.programm__label_simple p {
  padding-left: 100px;
  position: relative;
  z-index: 2;
  font-size: 18px;
}
.programm .programm__swiper .swiper-slide .programm__label.programm__label_simple.label_no_img {
  width: 363px;
}
.programm .programm__swiper .swiper-slide .programm__label.programm__label_simple.label_no_img p {
  padding-left: 0;
}
.programm .programm__swiper .swiper-slide .programm__label.programm__label_simple img {
  position: absolute;
  left: -36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 106px;
  height: auto;
}
.programm .programm__swiper .swiper-slide .programm_name_bonus {
  padding: 15px 0;
  width: 430px;
  position: relative;
}

.programm .programm__swiper .swiper-slide .programm_name_bonus.programm_name_bonus_2,
.programm .programm__swiper .swiper-slide .programm_name_bonus.programm_name_bonus_3,
.programm .programm__swiper .swiper-slide .programm_name_bonus.programm_name_bonus_4  {
    width: 430px;
}

.programm .programm__swiper .swiper-slide .programm_name_bonus:before {
  content: "";
  display: block;
  width: 520px;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0 100px 100px 0;
  background-color: #dcd2c3;
  position: absolute;
}
.programm .programm__swiper .swiper-slide .programm_name_bonus::after {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: calc(50% - 48px);
  background: var(--main) url(../img/label_bonus.svg) no-repeat center;
}
.programm .programm__swiper .swiper-slide .bonus__list p {
  padding-left: 24px;
  position: relative;
  margin-bottom: 1.4em;
}
.programm .programm__swiper .swiper-slide .bonus__list p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/check_red.svg) no-repeat center;
  position: absolute;
  left: 0px;
  top: 5px;
}
.programm.programm_course .programm__swiper .swiper-slide {
  background-color: var(--main);
}
.programm.programm_course .programm__swiper .swiper-slide .programm__price {
  font-size: 40px;
  color: #f4f4f4;
  text-align: center;
  margin-bottom: 45px;
  font-family: "Kharkiv";
  line-height: 1em;
}
.programm.programm_course .programm__swiper .swiper-slide .programm__price span {
    position: relative;
    font-size: 34px;
    white-space: nowrap;
}
.programm.programm_course .programm__swiper .swiper-slide .programm__price span:after {
    content: "";
    display: block;
    width: 106%;
    height: 2px;
    background-color: var(--dark);
    left: -3%;
    top: 50%;
    position: absolute;
}
/*.programm.programm_course .programm__swiper .swiper-slide .programm__price span {*/
/*  font-size: 14px;*/
/*  line-height: 14px;*/
/*}*/
.programm.programm_course .programm__swiper .swiper-slide .programm__link_pay {
  background-color: #f0e9dd;
  color: var(--main);
  max-width: 300px;
}
.programm.programm_course .programm__swiper .swiper-slide .programm__link_pay:hover {
  color: var(--white);
  background-color: var(--dark);
  border-color: var(--dark);
}
.programm.programm_course .programm__swiper .swiper-slide.program__close {
  background-color: #373737;
}
.programm.programm_course .programm__swiper .swiper-slide.program__close .programm_name_bonus:before {
  background-color: #fff;
}
.programm.programm_course .programm__swiper .swiper-slide.program__close .programm_name_bonus::after {
  background-color: #010102;
}
.programm.programm_course .programm__swiper .swiper-slide.program__close .text__content.text__content_result p:before,
.programm.programm_course .programm__swiper .swiper-slide.program__close .text__content p:before {
  background-image: url(../img/check_wh1_lock.svg);
}
.programm.programm_course .programm__swiper .swiper-slide.program__close .text__content.bonus__list p:before {
  background: url(../img/check_red_lock.svg) no-repeat center;
}
.programm.programm_course .programm__swiper .swiper-slide.program__close .programm_name_result::before {
  background-color: #fff;
}
.programm.programm_course .programm__swiper .swiper-slide .title_3 {
  border-bottom: 1px solid var(--white);
}
.programm.programm_course .programm__swiper .swiper-slide .programm__label {
  width: calc(100% - 100px);
  min-height: initial;
  padding: 15px 0 14px 0;
  margin-bottom: 34px;
}
.programm.programm_course .programm__swiper .swiper-slide .programm__label p {
  position: relative;
  z-index: 2;
  font-size: 32px;
  font-weight: 500;
  color: var(--main);
}
.programm.programm_course .programm__swiper .swiper-slide .programm__label img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 97px;
  height: 97px;
}
.programm.programm_course .programm__swiper .swiper-slide .programm_name_bonus {
  color: var(--main);
}
.programm.programm_course .programm__swiper .swiper-slide .programm_name_bonus:after {
  background-color: var(--hover_btn);
}
.programm.programm_course .programm__swiper .swiper-slide .programm_name_result::before {
  background-color: var(--icon);
}
.programm.programm_course .programm__swiper .swiper-slide .text__content p {
  padding-left: 24px;
  position: relative;
}
.programm.programm_course .programm__swiper .swiper-slide .text__content p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/check_wh1.svg) no-repeat center;
  position: absolute;
  left: 0px;
  top: 5px;
}
.programm.programm_course .programm__swiper .swiper-slide .text__content.bonus__list p:before {
  background: url(../img/check_red_hover.svg) no-repeat center;
}
.programm.programm_course .programm__swiper .swiper-slide .text__content.text__content_result p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/check_yel.svg) no-repeat center;
  position: absolute;
  left: 0px;
  top: 5px;
}

@media screen and (max-width: 1439px) {
  .programm .programm__swiper .swiper-slide .title_3 {
    margin-bottom: 30px;
  }
  .programm .programm__swiper .swiper-slide {
    padding: 40px;
  }
  .programm {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .programm {
    padding-bottom: 90px;
  }
  .programm .programm__swiper .swiper-slide {
    padding: 30px;
  }
  .programm .programm__swiper .swiper-slide .programm__label {
    width: 100%;
  }
  .programm .programm__swiper .swiper-slide .programm__label.programm__label_simple {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 14px;
  }
  .programm .programm__swiper .swiper-slide .programm__label.programm__label_simple img {
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
  }
  .programm .programm__swiper .swiper-slide .programm__label.programm__label_simple p {
    padding-left: 10px;
  }
  .programm .programm__swiper .swiper-slide .programm__label.programm__label_guest img {
    width: 190px;
    bottom: -13px;
  }
}
@media screen and (max-width: 991px) {
  .programm {
    padding-bottom: 30px;
  }
  .programm .programm__arrows {
    display: none;
  }
  .programm .programm__content {
    position: static;
    margin-bottom: 100px;
  }
  .programm .programm__swiper .swiper-slide {
    margin-bottom: 0;
  }
  .programm .programm__swiper .swiper-slide .programm__label.programm__label_simple p {
    font-size: 16px;
  }
  .programm .programm__swiper .swiper-slide .programm__label.programm__label_guest img {
    bottom: 0;
    right: -16px;
  }
  .programm .programm__swiper .swiper-slide {
    width: 65%;
  }
  .programm .programm__swiper .swiper-slide .programm__label {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .programm .programm__swiper .swiper-slide .programm__label,
  .programm .programm__swiper .swiper-slide .programm_name_bonus.programm_name_bonus_2,
  .programm .programm__swiper .swiper-slide .programm_name_bonus.programm_name_bonus_3,
  .programm .programm__swiper .swiper-slide .programm_name_bonus.programm_name_bonus_4,
  .programm .programm__swiper .swiper-slide .programm_name_bonus {
    width: 100%;
    font-size: 19px;
  }
  .programm .programm__swiper .swiper-slide .programm__label.programm__label_guest img {
    width: 140px;
  }
  .programm.programm_course .programm__swiper .swiper-slide .programm__price {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .programm {
    padding-bottom: 0px;
  }
  .programm .programm__swiper .swiper-slide {
    padding: 30px;
    width: 400px;
  }
  .programm .programm__swiper {
    width: 500px;
  }
  .programm .programm__swiper .swiper-slide .programm__label {
    min-height: 100px;
    padding: 18px 14px 18px 0;
  }
  .programm .programm__swiper .swiper-slide .programm__label.programm__label_simple p {
    font-size: 14px;
  }
  .programm .programm__swiper .swiper-slide .programm__label.programm__label_guest img {
    width: 130px;
  }
  .programm .programm__swiper .swiper-slide .programm__label.programm__label_guest p {
    font-size: 18px;
  }
  .programm.programm_course .programm__swiper .swiper-slide .programm__label {
    padding: 0;
    width: 214px;
  }
  .programm.programm_course .programm__swiper .swiper-slide .programm__label p {
    font-size: 24px;
    line-height: 1.5em;
  }
  .programm.programm_course .programm__swiper .swiper-slide .programm__label img {
    width: 60px;
    height: 60px;
  }
  .programm .programm__swiper .swiper-slide {
    width: 75%;
  }
  .programm .programm__swiper .swiper-slide .programm_name_bonus {
    padding: 8px 0;
  }
  .programm .programm__swiper .swiper-slide .programm_name_bonus::after {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    background-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .programm .programm__swiper .swiper-slide {
    padding: 25px;
    width: 290px;
  }
  .programm .programm__swiper {
    width: calc(100% + 12px);
  }
  .programm .programm__swiper .swiper-slide {
    width: 80%;
  }
}
.tarif {
  padding-top: 75px;
  padding-bottom: 80px;
}
.tarif .tarif__item {
  padding: 80px 44px 90px 80px;
  position: relative;
}
.tarif .tarif__item.tarif__item_sale:before {
  content: "";
  display: block;
  width: 256px;
  height: 256px;
  position: absolute;
  right: -20px;
  top: -20px;
  background: url(../img/label_sale.svg) no-repeat center/contain;
}
.tarif .tarif__item.grey_bg {
  background-color: var(--bg);
}
.tarif .tarif__item.orange_bg {
  background-color: #fbe4c1;
}
.tarif .tarif__item.red_bg {
  background-color: var(--main);
}
.tarif .tarif__item.red_bg .tarif__old,
.tarif .tarif__item.red_bg .tarif__new,
.tarif .tarif__item.red_bg .tarif__hrn,
.tarif .tarif__item.red_bg .tarif__name {
  color: var(--white);
}
.tarif .tarif__item.red_bg .tarif__alert {
  color: var(--white);
}
.tarif .tarif__item.red_bg .tarif__alert::after {
  border-color: var(--bg);
}
.tarif .tarif__item.red_bg .tarif__content p {
  color: var(--white);
}
.tarif .tarif__item.red_bg .tarif__content p:before {
  background: url(../img/check_yel.svg) no-repeat center/contain;
}
.tarif .tarif__item.red_bg .tarif__content p.wh:before {
  background: url(../img/check_wh1.svg) no-repeat center/contain;
}
.tarif .tarif__content p {
  color: var(--dark);
  padding-left: 24px;
  position: relative;
  margin-bottom: 2em;
}
.tarif .tarif__content p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/check_yel.svg) no-repeat center/contain;
  position: absolute;
  left: 0px;
  top: 5px;
}
.tarif .tarif__content p.wh {
  font-weight: 700;
}
.tarif .tarif__content p.wh:before {
  background: url(../img/check_red.svg) no-repeat center/contain;
}
.tarif .tarif__old {
  font-size: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin: 0 auto;
  line-height: 1.1em;
}
.tarif .tarif__old:after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 2px;
  position: absolute;
  left: -10px;
  top: 41%;
  border-radius: 2px;
  background-color: #ff2d2d;
}
.tarif .tarif__new {
  font-size: 70px;
  line-height: 1em;
  font-family: "Kharkiv";
  text-align: center;
}
.tarif .tarif__hrn {
  line-height: 1em;
  font-family: "Kharkiv";
  text-align: center;
  margin-bottom: 70px;
}
.tarif .tarif__alert {
  width: 100%;
  margin-top: 35px;
  padding: 16px 15px;
  font-size: 24px;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.tarif .tarif__alert b {
  font-weight: 600;
}
.tarif .tarif__alert::after {
  content: "";
  display: block;
  width: calc(100% + 44px);
  height: 65px;
  border-radius: 40px 0 0 40px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--dark);
  border-right: none;
}
.tarif .btn {
  margin-top: auto;
  max-width: 345px;
  margin: 0 auto;
}
.tarif .btn.disable {
  pointer-events: none;
}
.tarif.tarif_course .tarif__item {
  padding: 60px 30px 50px 50px;
}
.tarif.tarif_course .tarif__item .tarif__start {
  margin-bottom: 24px;
  color: var(--main);
}
.tarif.tarif_course .tarif__item .tarif__new,
.tarif.tarif_course .tarif__item .tarif__hrn {
  color: var(--main);
}
.tarif.tarif_course .tarif__item .tarif__hrn {
  margin-bottom: 24px;
}
.tarif.tarif_course .tarif__item .tarif__subname {
  font-size: 24px;
  margin-bottom: 50px;
}
.tarif.tarif_course .tarif__item .tarif__return sup {
  color: var(--hover_btn);
  top: 0.5em;
}
.tarif.tarif_course .tarif__item .btn {
  margin-bottom: 24px;
}
.tarif.tarif_course .tarif__item .btn.btn_icon {
  color: var(--dark);
  border: 2px solid var(--icon);
  background-color: var(--icon);
}
.tarif.tarif_course .tarif__item .btn.btn_icon:hover {
  color: var(--white);
  border: 2px solid var(--hover_btn);
  background-color: var(--hover_btn);
}
.tarif.tarif_course .tarif__item.orange_bg .tarif__alert::after {
  border: 1px solid var(--main);
  border-right: none;
}
.tarif.tarif_course .tarif__item .tarif__alert::after {
  width: calc(100% + 30px);
}
.tarif.tarif_course .tarif__item.red_bg .tarif__hrn,
.tarif.tarif_course .tarif__item.red_bg .tarif__new,
.tarif.tarif_course .tarif__item.red_bg .tarif__subname,
.tarif.tarif_course .tarif__item.red_bg .tarif__start,
.tarif.tarif_course .tarif__item.red_bg .tarif__return {
  color: var(--white);
}
.tarif.tarif_course .tarif__item.red_bg .btn {
  background-color: var(--white);
  color: var(--dark);
  border-color: var(--white);
}
.tarif.tarif_course .tarif__item.red_bg .btn:hover {
  color: var(--white);
  background-color: var(--hover_btn);
  border-color: var(--hover_btn);
}
.tarif.tarif_course .tarif__item.red_bg .btn.btn_tr {
  color: var(--white);
  border: 2px solid var(--white);
  background-color: transparent;
}
.tarif.tarif_course .tarif__item.red_bg .btn.btn_tr:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0.7) -4.18%, rgba(255, 255, 255, 0.34) 107.82%);
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tarif.tarif_course .tarif__item.red_bg .btn.btn_tr:hover {
  color: var(--white);
  border: 2px solid var(--white);
  background-color: transparent;
}
.tarif.tarif_course .tarif__item.red_bg .btn.btn_tr:hover:before {
  opacity: 1;
}
.tarif.tarif_course .tarif__item.red_bg .btn.btn_icon {
  color: var(--dark);
  border: 2px solid var(--icon);
  background-color: var(--icon);
}
.tarif.tarif_course .tarif__item.red_bg .btn.btn_icon:hover {
  color: var(--white);
  border: 2px solid var(--hover_btn);
  background-color: var(--hover_btn);
}
.tarif.tarif_course .tarif__item.red_bg .tarif__content p:before {
  background: url(../img/check_wh.svg) no-repeat center/contain;
}
.tarif.tarif_course .tarif__item.red_bg .tarif__content p.wh:before {
  background: url(../img/check_yel.svg) no-repeat center/contain;
}
.tarif.tarif_course .tarif__item.red_bg .tarif__content p.check_diplom:after {
  background-color: var(--hover_btn);
}
.tarif.tarif_course .tarif__item .tarif__content {
  margin-bottom: 50px;
}
.tarif.tarif_course .tarif__item .tarif__content p span {
  position: relative;
  z-index: 2;
}
.tarif.tarif_course .tarif__item .tarif__content p:before {
  z-index: 1;
  background: url(../img/check_red.svg) no-repeat center/contain;
}
.tarif.tarif_course .tarif__item .tarif__content p.wh:before {
  background: url(../img/check_red_hover.svg) no-repeat center/contain;
}
.tarif.tarif_course .tarif__item .tarif__content p.check_diplom:after {
  z-index: 0;
  content: "";
  display: block;
  width: calc(100% + 80px);
  height: 100%;
  position: absolute;
  left: -50px;
  top: 0;
  background-color: var(--icon);
}

@media screen and (max-width: 1439px) {
  .tarif .tarif__item {
    padding: 60px 44px 60px 60px;
  }
  .tarif.tarif_course .tarif__item {
    padding: 60px 30px 60px;
  }
  .tarif.tarif_course .tarif__item .tarif__content p.check_diplom:after {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media screen and (max-width: 1199px) {
  .tarif .tarif__item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .tarif.tarif_course .tarif__item {
    padding: 55px 25px 20px;
  }
  .tarif.tarif_course .tarif__item .tarif__content p.check_diplom:after {
    width: calc(100% + 50px);
    left: -25px;
  }
}
@media screen and (max-width: 991px) {
  .tarif {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .tarif .tarif__price {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
  .tarif .tarif__new {
    width: 255px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .tarif .tarif__hrn {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .tarif__hrn {
    margin-bottom: 24px;
  }
  .tarif .btn {
    max-width: 280px;
    margin: 0 auto;
  }
  .tarif .tarif__alert {
    max-width: 308px;
    width: 100%;
    margin: 0 auto 12px;
    text-align: center;
    padding: 10px 0;
    max-width: 308px;
  }
  .tarif .tarif__alert:after {
    height: 100%;
    width: 100%;
    border-radius: 40px;
    border: 1px solid var(--dark);
  }
  .tarif .tarif__item.red_bg .tarif__alert::after {
    border-color: var(--bg);
    width: 100%;
  }
  .tarif.tarif_course .tarif__item .tarif__alert::after {
    width: 100%;
  }
  .tarif .tarif__name,
  .tarif .tarif__subname {
    text-align: center;
  }
  .tarif.tarif_course .tarif__alert {
    padding: 8px 0;
  }
  .tarif .tarif__content p {
    margin-bottom: 1em;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .tarif .tarif__content p::before {
    width: 12px;
    height: 12px;
    top: 8px;
  }
  .tarif.tarif_course .tarif__item .tarif__subname {
    margin-bottom: 24px;
  }
  .tarif.tarif_course .tarif__item .tarif__return {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tarif .tarif__item {
    padding: 37px 25px 60px;
  }
}
.step .custom_location_section {
    justify-content: center;
}
.step .step__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main);
  z-index: 2;
  margin-right: 12px;
  font-size: 32px;
}

.case .case__arrows {
  top: calc(50% - 24px);
}
.case .case__arrows .swiper__arrow {
  border-color: var(--dark);
}
.case .case__arrows .swiper__arrow:hover {
  border-color: var(--main);
  background-color: transparent;
}
.case .case__arrows .swiper__arrow:hover path {
  fill: var(--main);
}
.case .case__more {
  display: none;
}
.case .swiper-slide {
  background-color: var(--bg);
}
.case .case__content {
  padding: 63px 0 40px;
  position: relative;
}
.case .case__content .casse__arrow {
  position: absolute;
  width: 96px;
  height: 96px;
  background-color: var(--white);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 43px;
  right: -48px;
}
.case .case__content .case__label {
  padding: 3px 40px;
  border: 1px solid var(--dark);
  border-radius: 40px;
}
.case .case__content.case__left {
  background-color: var(--dark);
  padding-left: 54px;
  padding-right: 54px;
}
.case .case__content.case__left .case__label {
  border-color: var(--white);
}
.case .case__content.case__left * {
  color: var(--white);
}
.case .case__content .case__link {
  font-size: 12px;
  color: var(--main);
  text-transform: uppercase;
}
.case .case__content .case__link svg {
  margin-left: 17px;
}
.case .case__content .case__link:hover {
  text-decoration: underline;
  color: var(--hover_btn);
}
.case .case__content .case__link:hover path {
  fill: var(--hover_btn);
}
.case .case__content .case__img {
  height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case .case__content .case__img img {
  max-height: 100%;
  width: auto;
}
.case.case_course .swiper-slide {
  background-color: transparent;
}
.case.case_course .case__left {
  width: calc(41.66% - 15px);
}
.case.case_course .case__right {
  width: calc(58.333% - 15px);
  background-color: var(--bg);
  padding-right: 260px;
  position: relative;
  padding-left: 70px;
}
.case.case_course .case__bg {
  width: 190px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1439px) {
  .step {
    padding: 100px 0 50px;
  }
  .step {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 1199px) {
  .step {
    padding: 80px 0 40px;
  }
  .case {
    padding: 40px 0 80px;
  }
  .case .case__content .case__img {
    height: 400px;
  }
  .case .case__content.case__left {
    padding-left: 30px;
    padding-right: 30px;
  }
  .case .case__content.case__right {
    padding-right: 30px;
  }
  .case .case__content .casse__arrow {
    width: 70px;
    height: 70px;
    right: -35px;
  }
  .case.case_course .case__left {
    width: calc(41.66% - 10px);
  }
  .case.case_course .case__right {
    width: calc(58.333% - 10px);
    padding-left: 30px;
    padding-right: 120px;
  }
  .case.case_course .case__bg {
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
    .step .custom_location_section {
        justify-content: flex-start;
    }
  .step {
    padding: 80px 0;
  }
  .case .case__content .case__img {
    height: 300px;
  }
  .case .case__content.case__left {
    padding-left: 25px;
    padding-right: 25px;
  }
  .case .case__content.case__right {
    padding-left: 25px;
    padding-right: 25px;
  }
  .case .case__content > .text__content {
    height: 70px;
    overflow: hidden;
  }
  .case .case__content > .text__content.text__content_long {
    height: auto;
  }
  .case .case__content.case__left .case__more {
    border-color: var(--white);
    color: var(--white);
  }
  .case .case__content.case__left .case__more:hover {
    color: var(--icon);
    border-color: var(--icon);
  }
  .case .case__content .case__more {
    font-size: 18px;
    color: var(--dark);
    margin-top: 25px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-bottom: 1px solid var(--dark);
    padding-bottom: 3px;
    outline: none !important;
  }
  .case .case__content .case__more:hover {
    color: var(--icon);
    border-color: var(--icon);
    outline: none;
  }
  .case .case__content .case__more:active, .case .case__content .case__more:focus-visible, .case .case__content .case__more:focuse {
    outline: none;
  }
  .case.case_course .case__arrows {
    position: static;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 24px;
  }
  .case.case_course .case__arrows .swiper__arrow {
    width: 30px;
    height: 30px;
    -webkit-transform: none;
            transform: none;
  }
  .case.case_course .case__arrows .swiper__arrow.swiper__arrow_left {
    margin-right: 26px;
  }
  .case.case_course .case__arrows .swiper__arrow svg {
    width: 9px;
    height: 18px;
  }
  .case .case__content .casse__arrow {
    width: 50px;
    height: 50px;
    right: -25px;
  }
  .case .case__content .casse__arrow svg {
    width: 20px;
  }
  .case .case__content .case__label {
    padding: 3px 24px;
    font-size: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .case.case_course .swiper-slide {
    width: 100%;
  }
  .case.case_course .case__content.case__left {
    padding: 47px 22px 27px;
  }
  .case.case_course .case__content.case__right {
    padding: 47px 95px 27px 22px;
  }
  .case.case_course .case__bg {
    width: 80px;
  }
  .case.case_course .case__top {
    margin-bottom: 15px;
  }
  .case.case_course .text__content p,
  .case.case_course .text__content li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .step {
    padding: 60px 0 30px;
  }
  .case {
    padding: 30px 0 70px;
  }
  .case .case__content.case__left {
    width: 270px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .case .swiper-slide {
    width: 600px;
  }
  .case .case__content.case__right {
    width: 330px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 15px;
  }
  .case .case__content .case__link svg {
    width: 24px;
    height: 24px;
  }
  .case .case__content .casse__arrow {
    width: 40px;
    height: 40px;
    right: -20px;
    top: 40px;
  }
  .case .case__content .casse__arrow svg {
    width: 15px;
  }
  .case.case_course .swiper-slide {
    width: 584px;
  }
  .case.case_course .text__content p,
  .case.case_course .text__content li {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .case.case_course .swiper-slide {
    height: auto;
  }
}
.want {
  padding: 50px 0;
  background-color: var(--bg);
}
.want .btn {
  max-width: 280px;
}
.want.want_course {
  padding: 100px 0;
}
.want.want_course_page {
  padding: 80px 0;
}
.want.want_course_page .secion_offer {
  width: 95%;
}
.want .case .case__arrows {
  z-index: 5;
}
.want .case .swiper__arrows.swiper__arrows .swiper__arrow.swiper__arrow_right {
  -webkit-transform: none;
          transform: none;
}
.want .case .swiper__arrows.swiper__arrows .swiper__arrow.swiper__arrow_left {
  -webkit-transform: none;
          transform: none;
}

.faq .faq__item {
  border-bottom: 1px solid var(--dark);
  margin-bottom: 10px;
}
.faq .faq__item.open .faq__qwestion {
  color: var(--hover_btn);
}
.faq .faq__item.open .faq__qwestion .faq_icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq .faq__qwestion {
  padding: 11px 45px 11px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .faq__qwestion:hover {
  color: var(--hover_btn);
}
.faq .faq__qwestion .faq_icon {
  position: absolute;
  right: 0;
  top: 5px;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tlg {
  padding: 55px 0;
  background-color: var(--main);
}
.tlg .tlg__link {
  width: 120px;
  height: 120px;
}
.tlg .tlg__link svg {
  width: 100%;
  height: 100%;
}
.tlg .tlg__link:hover path {
  fill: var(--icon);
}
.tlg.tlg_main .tlg__link {
  width: 80px;
  height: 80px;
  margin-right: 50px;
}
.tlg.tlg_main .tlg__link:last-child {
  margin-right: 0;
}
.tlg.tlg_callback {
  padding: 200px 0;
}
.tlg.tlg_callback .tlg__time {
  max-width: 550px;
}
.tlg.tlg_callback .tlg__title {
  max-width: 550px;
  margin-bottom: 24px;
}
.tlg.tlg_callback .social {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tlg.tlg_callback .social .tlg__link {
  width: 80px;
  height: 80px;
  margin-right: 50px;
}
.tlg.tlg_callback .social .tlg__link:last-child {
  margin-right: 0;
}
.tlg.tlg_callback .input__group {
  margin-bottom: 35px;
}
.tlg.tlg_callback .input__group .order__input {
  height: 40px;
  font-size: 18px;
  color: var(--white);
  padding-left: 0;
  border-bottom: 1px solid var(--white);
  border-radius: 0;
}
.tlg.tlg_callback .input__group .order__input::-webkit-input-placeholder {
  color: #6f3030;
  font-size: 18px;
}
.tlg.tlg_callback .input__group .order__input::-moz-placeholder {
  color: #6f3030;
  font-size: 18px;
}
.tlg.tlg_callback .input__group .order__input:-ms-input-placeholder {
  color: #6f3030;
  font-size: 18px;
}
.tlg.tlg_callback .input__group .order__input::-ms-input-placeholder {
  color: #6f3030;
  font-size: 18px;
}
.tlg.tlg_callback .input__group .order__input::placeholder {
  color: #6f3030;
  font-size: 18px;
}
.tlg.tlg_callback .btn {
  margin-top: 60px;
}
.tlg.tlg_single {
  background-color: transparent;
  padding: 30px 0;
  border: 1px solid var(--main);
  border-left: none;
  border-right: none;
}
.tlg.tlg_single .tlg__link:hover path {
  fill: var(--hover_btn);
}

.footer {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: var(--dark);
}
.footer .text__content p {
  font-size: 12px;
}
.footer .footer__menu li {
  margin-bottom: 24px;
}
.footer .footer__menu li a {
  color: var(--white);
  font-size: 12px;
  text-transform: uppercase;
}
.footer .footer__menu li a:hover {
  color: var(--icon);
}
.footer .social a {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.social_sticky {
  position: fixed;
  right: 30px;
  bottom: 120px;
  z-index: 999;
}
.social_sticky .open_sticky {
  width: 80px;
  height: 80px;
  background-color: var(--main);
  border: none;
  cursor: pointer;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation: pulsShadow 2s linear infinite;
          animation: pulsShadow 2s linear infinite;
}
@-webkit-keyframes pulsShadow {
  0% {
    -webkit-box-shadow: 0 0 0px rgba(116, 0, 10, 0.3);
            box-shadow: 0 0 0px rgba(116, 0, 10, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 0 6px rgba(116, 0, 10, 0.3);
            box-shadow: 0 0 0 6px rgba(116, 0, 10, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(116, 0, 10, 0);
            box-shadow: 0 0 0 12px rgba(116, 0, 10, 0);
  }
}
@keyframes pulsShadow {
  0% {
    -webkit-box-shadow: 0 0 0px rgba(116, 0, 10, 0.3);
            box-shadow: 0 0 0px rgba(116, 0, 10, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 0 6px rgba(116, 0, 10, 0.3);
            box-shadow: 0 0 0 6px rgba(116, 0, 10, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(116, 0, 10, 0);
            box-shadow: 0 0 0 12px rgba(116, 0, 10, 0);
  }
}
.social_sticky .open_sticky * {
  pointer-events: none;
}
.social_sticky .open_sticky:hover {
  background-color: var(--icon);
}
.social_sticky .social__list {
  position: absolute;
  bottom: 100%;
  left: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social_sticky .social__list a {
  width: 80px;
  height: 80px;
  background-color: var(--main);
  border: none;
  cursor: pointer;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  -webkit-transform: translateY(500px);
          transform: translateY(500px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social_sticky .social__list a:hover path {
  fill: var(--hover_btn);
}
.social_sticky.show .social__list {
  opacity: 1;
  pointer-events: all;
}
.social_sticky.show .social__list a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.social_sticky.show .social__list a:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.social_sticky.show .social__list a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.social_sticky.show .social__list a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media screen and (max-width: 1439px) {
  .faq {
    padding: 100px 0;
  }
  .tlg.tlg_callback {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1199px) {
  .faq {
    padding: 80px 0;
  }
  .tlg .tlg__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .faq {
    padding: 60px 0;
  }
  .tlg .tlg__title {
    font-size: 24px;
  }
  .tlg .tlg__time {
    margin-bottom: 12px;
  }
  .tlg .tlg__link {
    width: 90px;
    height: 90px;
  }
  .tlg.tlg_main .tlg__link {
    width: 50px;
    height: 50px;
    margin-right: 40px;
  }
  .tlg.tlg_callback {
    padding: 100px 0;
  }
  .social_sticky .open_sticky {
    width: 60px;
    height: 60px;
  }
  .social_sticky .open_sticky svg {
    width: 30px;
    height: 30px;
  }
  .social_sticky.show .social__list a {
    width: 60px;
    height: 60px;
  }
  .social_sticky {
    bottom: 40px;
  }
  .faq .secion_offer h2 {
    font-size: 48px;
  }
  .want.want_course {
    padding: 80px 0;
  }
  .want.want_course_page {
    padding: 50px 0;
  }
  .want.want_course_page .secion_offer {
    width: 100%;
  }
  .want.want_course {
    background-position: 75% center;
  }
  .want.want_course.want_course_last {
    background-position: center;
  }
  .tlg.tlg_callback .social {
    padding-top: 25px;
    margin-bottom: 40px;
  }
  .tlg.tlg_callback .social .tlg__link {
    width: 50px;
    height: 50px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .want .title_3 {
    font-size: 20px;
    text-align: left;
  }
  .want .btn {
    max-width: 230px;
  }
  .tlg .tlg__title {
    text-align: center;
  }
  .tlg .tlg__time {
    text-align: center;
    font-size: 14px;
  }
  .tlg.tlg_callback {
    padding: 75px 0;
  }
  .tlg.tlg_callback .tlg__title {
    text-align: left;
  }
  .tlg.tlg_callback .tlg__time {
    text-align: left;
    font-size: 18px;
  }
  .tlg.tlg_callback .btn {
    margin-top: 40px;
  }
}
.sp-popup-outer {
  display: block !important;
  z-index: 99999999;
}

.sp-form {
  max-width: 92% !important;
}

.home_url {
  font-size: 18px;
  color: var(--main);
  text-decoration: underline;
}
.home_url:hover {
  color: var(--icon);
}

.about .about__img {
  max-width: 460px;
  width: 100%;
}
.about .about__item .about__subtitle {
  font-size: 64px;
  color: var(--main);
  font-family: "Kharkiv";
}
.about .about__title {
  font-family: "Kharkiv";
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5em;
}
.about .text_24 {
  margin-bottom: 24px;
}
.about .text__content {
  margin-bottom: 24px;
}
.about .btn {
  max-width: 312px;
}

@media screen and (max-width: 1199px) {
  .about .about__item .about__subtitle {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about .pt_80 {
    padding-top: 0;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__item .about__subtitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .about .about__item {
    margin-bottom: 20px;
  }
  .about .about__item .text_24 {
    font-size: 14px;
  }
  .about .about__item .about__subtitle {
    font-size: 24px;
  }
  .about .btn {
    max-width: 300px;
  }
}
.products {
  background-color: var(--bg);
}
.products .products__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 50px 73px;
  min-height: 440px;
  width: 100%;
}
.products .products__item .products__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(1.2);
          filter: grayscale(1) brightness(1.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products .products__item:hover .products__bg {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
.products .products__item .products__label {
  padding: 3px 40px;
  color: var(--white);
  border-radius: 50px;
  border: 1px solid var(--white);
  margin-bottom: 28px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.products .products__item .products__content {
  position: relative;
  color: var(--white);
  max-width: 535px;
  margin-bottom: 49px;
}
.products .products__item .products__content h3 {
  font-size: 24px;
  font-family: "Kharkiv";
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.5em;
}
.products .products__item .describe {
  margin-top: auto;
  margin-bottom: 24px;
  max-width: 450px;
  position: relative;
}
.products .products__item .btn {
  max-width: 232px;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .products .products__item {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (max-width: 991px) {
  .products {
    padding: 80px 0 80px;
  }
  .products .products__item {
    min-height: 460px;
    padding: 50px 20px;
  }
  .products .products__item .products__label {
    padding: 2px 35px;
  }
}
@media screen and (max-width: 767px) {
  .products {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 576px) {
  .products .products__item .products__content h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .products .products__item .products__label {
    font-size: 14px;
  }
}
.trust {
  padding: 110px 0;
  padding-bottom: 110px;
  background-color: var(--bg);
}
.trust .trust__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 138px;
}
.trust .swiper-slide {
  width: 299px;
}
.trust .swiper-slide:first-child {
  width: 410px;
}
.trust .swiper-slide a {
  color: #898989;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trust .swiper-slide a svg {
  margin-right: 12px;
  width: 32px;
  height: 32px;
}
.trust .swiper-slide a:hover {
  color: var(--dark);
}
.trust .swiper-slide a:hover path {
  fill: var(--hover_btn);
}

@media screen and (max-width: 1439px) {
  .trust {
    padding: 100px 0;
  }
  .trust .trust__title {
    margin-right: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .trust {
    padding: 90px 0;
  }
  .trust .trust__title {
    margin-right: 80px;
  }
}
@media screen and (max-width: 991px) {
  .trust {
    padding: 70px 0 90px;
  }
  .trust .swiper-slide:first-child,
  .trust .swiper-slide {
    width: 200px;
  }
  .trust .trust__name {
    font-size: 16px;
  }
  .trust .trust__img {
    height: 390px;
  }
  .trust .trust__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .trust .swiper-slide a {
    font-size: 16px;
  }
  .trust .trust__title {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .trust {
    padding: 60px 0 90px;
  }
  .trust .trust__title {
    margin-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .trust .trust__title {
    margin-right: 10px;
    font-size: 48px;
    text-align: right;
  }
  .trust .trust__slider {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
}
.infoproduct {
  background-color: var(--main);
  padding-bottom: 150px;
}
.infoproduct .infoproduct__item {
  width: 100%;
  position: relative;
  padding: 70px 70px 45px 115px;
}
.infoproduct .infoproduct__item .infoproduct__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(0.8);
          filter: grayscale(1) brightness(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.infoproduct .infoproduct__item:hover .infoproduct__bg {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
.infoproduct .infoproduct__top {
  position: relative;
}
.infoproduct .infoproduct__top .infoproduct__label {
  padding: 3px 40px;
  border-radius: 50px;
  border: 1px solid var(--white);
}
.infoproduct .infoproduct__content {
  margin-bottom: 100px;
  position: relative;
}
.infoproduct .infoproduct__content h3 {
  font-size: 24px;
  font-family: "Kharkiv";
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.5em;
  min-height: 72px;
  font-weight: 400;
}
.infoproduct .infoproduct__content li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 30px;
}
.infoproduct .infoproduct__content li:last-child {
  margin-bottom: 0;
}
.infoproduct .infoproduct__content li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/check_wh_tr.svg) no-repeat center;
  position: absolute;
  left: 0px;
  top: 5px;
}
.infoproduct .infoproduct__bottom {
  position: relative;
}
.infoproduct .infoproduct__bottom .btn {
  max-width: 230px;
}
.infoproduct .infoproduct__bottom svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.infoproduct .infoproduct__popup {
  background-color: rgba(0, 0, 0, 0.286);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.infoproduct .infoproduct__popup.open {
  z-index: 999;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.infoproduct .infoproduct__popup .content {
  width: 95%;
  max-width: 630px;
  padding: 110px 80px 110px 95px;
  background-color: var(--main);
  position: relative;
  max-height: 95%;
  overflow-y: auto;
}
.infoproduct .infoproduct__popup .content .infoproduct__close {
  position: absolute;
  right: 36px;
  top: 36px;
  width: 30px;
  height: 30px;
  background: transparent url(../img/close_menu.svg) no-repeat center/30px;
  border: none;
  cursor: pointer;
}
.infoproduct .infoproduct__popup .infoproduct__content {
  margin-bottom: 20px;
}
.infoproduct .infoproduct__popup .infoproduct__content h3 {
  min-height: initial;
  margin-bottom: 12px;
}
.infoproduct .infoproduct__popup .infoproduct__content li:before {
  background: url(../img/check_yel.svg) no-repeat center;
}
.infoproduct .infoproduct__popup .infoproduct__bottom {
  margin-top: 40px;
}

@media screen and (max-width: 1439px) {
  .infoproduct .infoproduct__item {
    padding: 60px 60px 45px 70px;
  }
}
@media screen and (max-width: 1199px) {
  .infoproduct .infoproduct__item {
    padding: 60px 30px 45px 30px;
  }
  .infoproduct .infoproduct__bottom .btn {
    max-width: 200px;
    height: 55px;
  }
  .infoproduct .infoproduct__popup .content {
    padding: 60px 40px;
  }
  .infoproduct .infoproduct__popup .content .infoproduct__close {
    right: 10px;
    top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .infoproduct .infoproduct__content h3 {
    min-height: initial;
    margin-bottom: 20px;
  }
  .infoproduct {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .infoproduct .infoproduct__popup .content {
    padding: 60px 20px;
  }
  .infoproduct .infoproduct__item {
    padding: 60px 25px 25px;
  }
  .infoproduct .infoproduct__item .infoproduct__price {
    font-size: 32px;
  }
  .infoproduct .infoproduct__top .infoproduct__label {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .infoproduct .infoproduct__top .infoproduct__label {
    font-size: 14px;
  }
  .infoproduct .infoproduct__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .infoproduct .infoproduct__bottom .btn {
    margin: 0 auto 28px;
    max-width: 190px;
  }
  .infoproduct .infoproduct__bottom p {
    max-width: 160px;
    margin: 0 auto;
    font-size: 13px;
  }
  .infoproduct .infoproduct__bottom p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.sertificate {
  padding-top: 250px;
  padding-bottom: 290px;
  background-color: var(--bg);
}
.sertificate .sertificate__img {
  max-width: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.sertificate .sertificate__content {
  padding-left: 90px;
}
.sertificate .text__content {
  margin-bottom: 40px;
}
.sertificate .text__content h2 {
  font-family: Kharkiv;
  font-size: 32px;
  font-weight: 400;
  line-height: 150.5%;
  margin-bottom: 20px;
}
.sertificate .text__content p {
  max-width: 620px;
}
.sertificate .text__content p b,
.sertificate .text__content p strong {
  font-weight: 600;
}
.sertificate .btn {
  max-width: 266px;
}
.sertificate .sertificate__bg {
  position: absolute;
  width: 1486px;
  height: auto;
  left: 50%;
  top: 43px;
  -webkit-transform: translateX(-52%);
          transform: translateX(-52%);
}
.sertificate .sertificate__bg.sertificate__bg_small {
  width: 1073px;
  bottom: 100px;
  top: auto;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
}

@media screen and (max-width: 1439px) {
  .sertificate {
    padding: 30px 0;
  }
  .sertificate .sertificate__bg {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    position: static;
    margin: 0 0 40px;
    display: block;
  }
  .sertificate .sertificate__bg.sertificate__bg_small {
    -webkit-transform: none;
            transform: none;
    width: 75%;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .sertificate .sertificate__content {
    padding-left: 80px;
  }
}
@media screen and (max-width: 991px) {
  .sertificate .sertificate__content {
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-bottom: 30px;
  }
  .sertificate .text__content h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.gallary .gallary__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallary .gallary__row .gallary__item {
  display: block;
  width: 25%;
  overflow: hidden;
  max-width: 322px;
}

.spiker {
  padding-top: 120px;
}
.spiker .spiker__img img {
  width: 100%;
  height: auto;
}
.spiker .text__content p {
  position: relative;
  padding-left: 24px;
  margin-bottom: 2em;
}
.spiker .text__content p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/check_red.svg) no-repeat center;
  position: absolute;
  left: 0px;
  top: 5px;
}

.installments {
  background-color: var(--bg);
}
.installments .installments_content p {
  position: relative;
  padding-left: 24px;
  padding-right: 15%;
  margin-bottom: 10px;
  width: 50%;
}
.installments .installments_content p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/check_red.svg) no-repeat center;
  position: absolute;
  left: 0px;
  top: 5px;
}
.installments .installments_help .installments_imgs img {
  max-width: 100%;
  height: auto;
}
.installments .installments_help p {
  max-width: 410px;
  margin-bottom: 24px;
}
.installments .installments_help .btn {
  max-width: 334px;
}

@media screen and (max-width: 1439px) {
  .installments .installments_help .installments_imgs {
    margin-bottom: 40px;
  }
  .installments .installments_help .installments_imgs img {
    width: 48%;
  }
  .gallary {
    padding: 110px 0;
  }
  .gallary .gallary__row .gallary__item {
    height: 286px;
  }
  .spiker {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .gallary {
    padding: 90px 0;
  }
  .gallary .gallary__row .gallary__item {
    height: 234px;
  }
  .spiker {
    padding-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  .installments {
    padding-top: 80px;
  }
  .installments .installments_help .installments_imgs img {
    max-width: 180px;
    margin: 0 10px;
  }
  .installments .installments_help .installments_imgs {
    margin-top: 65px;
  }
  .spiker {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .spiker .spiker__img img {
    max-width: 315px;
  }
  .gallary {
    padding: 80px 0;
  }
  .gallary .section__offer {
    margin-bottom: 30px;
  }
  .gallary .gallary__row .gallary__item {
    width: 50%;
    height: 348px;
  }
  .gallary .gallary__row .gallary__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .spiker {
    padding-top: 60px;
  }
  .spiker .spiker__item {
    width: 315px;
  }
  .spiker .spiker__item .trust_when {
    margin-bottom: 12px;
    text-align: center;
  }
  .spiker .spiker__item .spiker__name,
  .spiker .spiker__item .text_24 {
    text-align: center;
  }
  .spiker .spiker__item .spiker__img {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .installments {
    padding-top: 60px;
  }
  .installments .title_3 {
    font-size: 28px;
    text-align: center;
  }
  .installments .installments_item p br {
    display: none;
  }
  .spiker {
    padding-bottom: 60px;
  }
  .gallary {
    padding: 60px 0;
  }
  .gallary .gallary__row .gallary__item {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .installments .installments_help .installments_imgs img {
    max-width: 160px;
    width: 48%;
    margin-right: 10px;
    margin-left: 0;
  }
  .installments .installments_help p {
    text-align: left;
  }
  .installments .installments_help .btn {
    max-width: 290px;
  }
}
.course_about {
  background-color: var(--bg);
}
.course_about h2 {
  font-size: 60px;
  font-weight: 400;
}
.course_about .course_about__img {
  max-width: 100%;
}
.course_about .course_about__item p {
  position: relative;
  padding-left: 24px;
  margin-bottom: 2em;
  width: 50%;
  padding-right: 15px;
}
.course_about .course_about__item p b,
.course_about .course_about__item p strong {
  font-weight: 600;
}
.course_about .course_about__item p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/check_red.svg) no-repeat center;
  position: absolute;
  left: 0px;
  top: 5px;
}

@media screen and (max-width: 1439px) {
  .course_about h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .course_about h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .course_about .course_about__img {
    max-width: 318px;
    margin: 0 auto 30px;
  }
  .course_about h2 {
    text-align: center;
  }
  .course_about .text_24 {
    text-align: center;
    margin-bottom: 20px;
  }
  .course_about .course_about__content {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .course_about h2 {
    font-size: 32px;
    text-align: left;
  }
  .course_about .course_about__img {
    margin-left: 0;
  }
  .course_about .text_24 {
    text-align: left;
    margin-bottom: 15px;
  }
}
.service .service__item {
  width: 100%;
  padding: 77px 58px 88px;
  position: relative;
  margin-bottom: 30px;
}
.service .service__item .service__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(1);
          filter: grayscale(1) brightness(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.service .service__item:hover .service__bg {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
.service .service__item .btn,
.service .service__item .service__describe,
.service .service__item .title_4 {
  position: relative;
}
.service .service__item .btn {
  max-width: 231px;
}
.service .service__item .title_4 {
  margin-bottom: 130px;
}
.service .service__item .service__describe {
  max-width: 434px;
  color: var(--white);
  margin-bottom: 24px;
}
.service .service__item.service__item_1 .title_4, .service .service__item.service__item_2 .title_4 {
  margin-bottom: 215px;
}
.service .service__item.service__item_long {
  padding: 127px 50px 88px;
}

@media screen and (max-width: 1439px) {
  .service.pb_120 {
    padding-bottom: 100px;
  }
  .service .service__item {
    padding: 50px 40px 70px;
  }
  .service .service__item.service__item_long {
    padding: 80px 50px 70px;
  }
  .service .service__item .title_4 {
    margin-bottom: 120px;
  }
  .service .service__item.service__item_1 .title_4, .service .service__item.service__item_2 .title_4 {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .service.pb_120 {
    padding-bottom: 90px;
  }
  .service .service__item {
    padding: 30px 30px 40px;
  }
  .service .service__item.service__item_long {
    padding: 40px 30px 40px;
  }
}
@media screen and (max-width: 991px) {
  .service.pb_120 {
    padding-bottom: 80px;
  }
  .service .service__item {
    padding: 87px 20px 50px;
  }
  .service .service__item.service__item_long {
    padding: 87px 20px 50px;
  }
  .service .service__item .title_4 {
    margin-bottom: 150px;
  }
  .service .service__item .service__describe {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service.pb_120 {
    padding-bottom: 70px;
  }
  .service .service__item .title_4 br {
    display: none;
  }
  .service .service__item .btn {
    max-width: 190px;
  }
}
@media screen and (max-width: 576px) {
  .service.pb_120 {
    padding-bottom: 60px;
  }
}
.service_single {
  padding-top: 166px;
  padding-bottom: 120px;
}
.service_single .service_single__nav {
  padding: 48px 40px 80px 42px;
  background-color: var(--bg);
}
.service_single .service_single__nav p.text_18 {
  color: var(--grey);
}
.service_single .service_single__nav .nav_swiper a {
  font-size: 18px;
  height: auto;
  color: var(--dark);
  display: block;
  margin-bottom: 18px;
}
.service_single .service_single__nav .nav_swiper a.current__item {
  height: auto;
  color: var(--main);
  text-decoration: underline;
}
.service_single .info__item {
  width: 100%;
  max-width: 300px;
  height: 60px;
  font-size: 24px;
  border: 1px solid var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 24px;
  border-radius: 50px;
}
.service_single .service_single__describe {
  margin-bottom: 60px;
}
.service_single .service_single__describe ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_single .service_single__describe li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  margin-bottom: 24px;
  width: 50%;
}
.service_single .service_single__describe li:nth-child(odd) {
  padding-right: 40px;
}
.service_single .service_single__describe li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/check_red.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 5px;
}
.service_single .service_single__call {
  padding: 18px 0 18px 80px;
  margin-bottom: 120px;
  position: relative;
}
.service_single .service_single__call .btn {
  padding: 0 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.service_single .service_single__call:before {
  content: "";
  display: block;
  width: 3000px;
  height: 100%;
  background-color: var(--main);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 300px 0 0 300px;
}
.service_single .service_single__video {
  width: 100%;
  max-width: 300px;
  position: relative;
  padding: 7px;
}
.service_single .service_single__video .video_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.service_single .service_single__video video {
  border-radius: 34px;
  width: 100%;
  display: block;
}
.service_single .video__wrap {
  padding-bottom: 120px;
}
.service_single .service_single__list {
  position: relative;
}
.service_single .service_single__list::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 24px;
  background-color: var(--icon);
  top: 0;
}
.service_single .service_single_iter {
  margin-bottom: 24px;
  background-color: transparent;
  border: none;
  min-height: 24px;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.service_single .service_single_iter:last-child {
  margin-bottom: 0;
}
.service_single .service_single_iter br {
  display: none;
}
.service_single .service_single_iter * {
  pointer-events: none;
}
.service_single .service_single_iter .service_single__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bg);
  position: relative;
  z-index: 2;
  margin-right: 24px;
}
.service_single .service_single_iter .service_single_btn_text {
  color: var(--dark);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service_single .service_single_iter:after {
  content: "";
  width: 30px;
  position: absolute;
  left: 0;
  background-color: var(--icon);
  z-index: 1;
}
.service_single .service_single_iter:first-child:after {
  height: 50%;
  background-color: var(--light);
  top: 0;
}
.service_single .service_single_iter:last-child:after {
  height: 50%;
  background-color: var(--light);
  bottom: 0;
}

@media screen and (max-width: 1439px) {
  .service_single .service_single__nav {
    padding: 40px 30px 40px 30px;
  }
  .service_single .video__wrap .pt_100 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .service_single .service_single__call {
    margin-bottom: 100px;
  }
  .service_single .service_single__nav {
    padding: 30px 20px 30px 20px;
  }
  .service_single .video__wrap {
    padding-bottom: 90px;
  }
  .service_single .video__wrap .pt_100 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .service_single .service_single__nav .nav_swiper a {
    font-size: 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .service_single .service_single__call {
    margin-bottom: 90px;
  }
  .service_single {
    padding-top: 85px;
  }
  .service_single .service_single__nav {
    position: relative;
    margin-bottom: 36px;
    padding: 16px 0;
  }
  .service_single .service_single__nav:before {
    content: "";
    display: block;
    width: 2000px;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    background-color: var(--bg);
  }
  .service_single .service_single__nav .text_18 {
    margin-bottom: 15px;
    position: relative;
  }
  .service_single .service_single__nav .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service_single .service_single__nav .swiper-slide li {
    margin-right: 24px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
  }
  .service_single .service_single__nav .swiper-slide li a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
    display: block;
  }
  .service_single .service_single__describe li:nth-child(odd) {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service_single {
    padding-bottom: 80px;
  }
  .service_single .service_single__call {
    margin-bottom: 60px;
    padding-left: 0;
  }
  .service_single .service_single__call .text_32 {
    margin-bottom: 20px;
  }
  .service_single .service_single__call .btn {
    padding: 0 50px;
  }
  .service_single .service_single__video {
    margin: 0 auto;
  }
  .service_single .video__wrap {
    padding-bottom: 60px;
    margin: 0 auto;
  }
  .service_single .video__wrap .mb_45 {
    margin-bottom: 15px;
  }
  .service_single .title_3 {
    margin-bottom: 24px;
  }
  .service_single .info__item {
    min-width: 200px;
    min-height: 40px;
    height: initial;
    padding: 0 12px;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 18px;
  }
  .service_single .row.mb_60 {
    margin-bottom: 40px;
  }
  .service_single .text__content.text_24 p,
  .service_single .text__content.text_24 li,
  .service_single .text_24 {
    font-size: 18px;
  }
  .service_single .service_single__describe {
    margin-bottom: 30px;
  }
  .service_single .video__wrap {
    padding-bottom: 60px;
  }
  .service_single .video__wrap .pt_100 {
    padding-top: 0;
  }
  .service_single .service_single__list {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .service_single {
    padding-bottom: 60px;
  }
  .service_single .service_single__call {
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .service_single .service_single__call:before {
    left: -12px;
  }
  .service_single .service_single__describe li {
    width: 100%;
  }
  .service_single .service_single__describe li:nth-child(odd) {
    padding-right: 0;
  }
}/*# sourceMappingURL=main.css.map */