@font-face {
  font-family: "NatoSans-Regular";
  src: url(../font/NotoSans-Regular.woff);
  font-display: swap;
}

@font-face {
  font-family: "NatoSans-Bold";
  src: url(../font/NotoSans-Bold.woff);
  font-display: swap;
}
@font-face {
  font-family: "Material-Design";
  src:url(../font/material.woff) format('woff'),url(../font/material.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "FontAwesome";
  src:url(../font/fontawesome-webfont.woff) format('woff'),url(../font/fontawesome-webfont.ttf) format('truetype');
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "NatoSans-Regular", Arial, serif;
  color: #272323;
}

h1 {
  position: relative;
  margin: 20px 0 40px;
  max-width: 850px;
  font-weight: 900;
  font-size: 44px;
  line-height: 60px;
  color: #3F3F3F;
}
h2 {
  position: relative;
  font-weight: 900;
  font-size: 40px;
  line-height: 60px;
  color: #3F3F3F;
}

p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #3f3f3f;
  margin-bottom: 20px;
}
a {
  color: #000000;
}

/* Comment */
.comment-form-comment {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.form-submit input[type="submit"] {
  display: inline-block;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 15px 30px;
  background: #F4DA81;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #3F3F3F;
  text-decoration: none;
  border-radius: 40px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
  border: unset;
  cursor: pointer;
}
.form-submit input[type="submit"]:hover {
  opacity: .7;
}

.btn_nav {
  display: none;
}
.sandwich {
  width: 30px;
  height: 28px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 20;
  cursor: pointer;
}
.sw-topper {
  position: relative;
  top: 4px;
  width: 29px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background-color: #3F3F3F;
  border: medium none;
  transition: transform 0.5s,top 0.2s;
}
.sw-bottom {
  position: relative;
  top: 10px;
  width: 29px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background-color: #3F3F3F;
  border: medium none;
  transition: transform 0.5s,top 0.2s;
  transition-delay: 0.2s,0s;
}
.sw-footer {
  position: relative;
  top: 17px;
  width: 29px;
  height: 2px;
  display: block;
  background-color: #3F3F3F;
  border: medium none;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
  top: 12px;
  transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
  opacity: 0;
}
.sandwich.active .sw-footer {
  top: 8px;
  width: 30px;
  transform: rotate(-45deg);
}
.section-title {
  position: relative;
  margin: 0;
  font-weight: 900;
  font-size: 44px;
  line-height: 60px;
  color: #3F3F3F;
}
.wpcf7-form {
  position: relative;
}
.wpcf7-form br {
  display: none;
}
.btn-close {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 24px;
  cursor: pointer;
  transition: opacity .3s;
}
.btn-close::before {
  content: '\f136';
  font-family: 'Material-Design';
  font-size: 24px;
}
.btn-close:hover {
  opacity: .5;
}
.entry-header {
  max-width: 1290px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.entry-content {
  max-width: 1290px;
  min-height: 530px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}
.entry-footer {
  max-width: 1290px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.comments-area {
  max-width: 1290px;
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1290px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  padding: 15px 0 30px;
  background-color: #FBFBFB;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top__license {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
  color: #3F3F3F;
}

.header-top__email {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 14px;
  line-height: 18px;
  color: #3F3F3F;
  text-decoration: none;
  white-space: nowrap;
}

.header-top__email::before {
  content: "";
  background: url(../img/mail.svg) no-repeat;
  width: 16px;
  height: 13px;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 3px;
}
.header__phone {
  font-size: 16px;
  font-weight: 700;
  color: #3F3F3F;
  text-decoration: none;
}
.header__phone--mobile {
  display: none;
}

.logo {
  width: 182px;
  height: 50px;
}
.logo__img {
  width: 182px;
}

.menu-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-top__list .menu-item {
  margin-left: 20px;
  cursor: pointer;
}

.menu-top__list .menu-item a {
  font-size: 16px;
  line-height: 22px;
  color: #3F3F3F;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}

.menu-top__list .menu-item a:hover {
  border-color: #3F3F3F;
}

.menu-top__link--btn {
  border-radius: 43px;
  padding: 10px 24px;
  text-align: center;
  border: none !important;
  background-color: rgba(244, 218, 129, 0.4);
}

.menu-top__list .menu-top__link--btn:hover {
  background-color: #f4da81;
}

.menu-top__list .menu-top__link--btn a:hover {
  border-color: transparent;
}

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 28px;
}

.header-bottom__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bottom__phone {
  margin-right: 15px;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  color: #272323;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color, 0.5s ease-in;
  -o-transition: border-color, 0.5s ease-in;
  transition: border-color, 0.5s ease-in;
}
.header-bottom__phone--bold {
  font-weight: bold;
}
.header-bottom__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 7px;
  background-color: #fff;
  /* -webkit-transition: background-color, 0.5s all linear;
  -o-transition: background-color, 0.5s all linear;
  transition: background-color, 0.5s all linear; */
}

.header-bottom__social:hover {
  filter: grayscale(1);
}

/* .header-bottom__social svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-bottom__social:hover svg path {
  fill: #000;
}
.header-bottom__social:hover svg g path {
  fill: #000;
} */

.menu-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-main__list .menu-item {
  margin-left: 20px;
}

.menu-main__list .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 18px 24px 18px 52px;
  border-radius: 53px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #3F3F3F;
  text-decoration: none;
  -webkit-transition: background-color, 0.5s all;
  -o-transition: background-color, 0.5s all;
  transition: background-color, 0.5s all;
}

.menu-main__list .menu-item a:hover {
  background-color: rgba(244, 218, 129, 0.4);
}

.menu-main__list .menu-main__link--course a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/course.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 23px;
  top: 22px;
}

.menu-main__list .menu-main__link--vebinar a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/vebinar.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 23px;
  top: 21px;
}

.menu-main__list .menu-main__link--account a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/account.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 23px;
  top: 20px;
}

.menu-main__list .menu-main__link--agree a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon-doc.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 23px;
  top: 21px;
}

.kama_breadcrumbs a {
  color: #3f3f3f;
  text-decoration: none;
}
.kama_breadcrumbs > span:last-child {
  color: #8f8f8f;
  font-weight: normal;
  font-size: 14px;
}

.footer {
  padding-top: 38px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: #FBFBFB;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 20px;
}

.menu-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-footer__list .menu-item {
  margin-right: 30px;
}

.menu-footer__list .menu-item a {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #3F3F3F;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom, 0.5s ease-in-out;
  -o-transition: border-bottom, 0.5s ease-in-out;
  transition: border-bottom, 0.5s ease-in-out;
}

.menu-footer__list .menu-item a:hover {
  border-color: #000;
}

.footer__license {
  font-size: 14px;
  line-height: 22px;
  color: #3F3F3F;
}

.footer__app-text {
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #3F3F3F;
}

.footer__app-link {
  display: inline-block;
}

.footer__app-link:not(:last-child) {
  margin-right: 25px;
}

.footer__app-img {
  background: #FFF;
  border-radius: 10px;
  padding: 12px;
  -webkit-transition: background-color, 0.5s ease-in-out;
  -o-transition: background-color, 0.5s ease-in-out;
  transition: background-color, 0.5s ease-in-out;
}

.footer__app-img:hover {
  background-color: #eeeeee;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  border-top: solid 1px #E9E9E9;
}

.footer__copyright {
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #3F3F3F;
}

.footer__policy {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #3F3F3F;
}

.intro {
  background-color: #FBFBFB;
}

.intro--front {
  padding: 40px 0 80px;
}

.intro--course {
  padding: 40px 0 40px;
}

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

.intro__inner--course {
  padding-top: 30px;
}

.intro__left {
  padding-right: 30px;
  width: 50%;
  min-width: 600px;
}

.intro__right {
  margin-top: 20px;
  width: 50%;
}

.intro__title {
  margin: 0;
  max-width: 850px;
  font-weight: 900;
  font-size: 48px;
  color: #3F3F3F;
}

.intro__title--course {
  margin: 0 0 30px;
}

.intro__text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 150%;
  color: #272323;
}

.intro__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.intro__option-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EBEBEB;
  border-radius: 200px;
  padding: 10px 20px;
  margin: 0px 18px 0px 0px;
  /* -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; */
}

.intro__option-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  width: 115px;
  height: 115px;
  -webkit-transition: background-color, 0.5s all;
  -o-transition: background-color, 0.5s all;
  transition: background-color, 0.5s all;
}

.intro__option-text {
  position: absolute;
  top: 85px;
  font-weight: 500;
  font-size: 11px;
  line-height: 19px;
  color: #3F3F3F;
}

.intro__mobile-img {
  display: none;
}

.intro__action {
  margin-top: 55px;
}

.intro__action--course {
  margin-top: 45px;
}

.intro__btn-order {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
  background: #F4DA81;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #3F3F3F;
  text-decoration: none;
  border-radius: 40px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
}

.intro__btn-order:hover {
  background-color: rgba(244, 218, 129, 0.4);
}

.intro__btn-course {
  display: inline-block;
  margin-bottom: 15px;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #3F3F3F;
  text-decoration: none;
  border: 0.5px solid #F4DA81;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
}

.intro__btn-course:hover {
  background-color: rgba(244, 218, 129, 0.4);
}

.intro__img {
  width: 100%;
}

.intro__param {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
}
.intro__param-item {
  display: flex;
  flex-direction: column;
  width: 20%;
}
.intro__param-name {
  position: relative;
  padding-left: 20px;
  line-height: 35px;
}
.intro__param-name::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url('../img/false.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 12px;
}
.intro__param-value {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  color: #3f3f3f;
}

.for-whom {
  padding: 0 0 50px;
  background-color: #fff;
  overflow: hidden;
}

.for-whom__title {
  position: relative;
  margin: 0;
  font-weight: 900;
  font-size: 44px;
  line-height: 60px;
  color: #3F3F3F;
}

.for-whom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 40px;
}

.for-whom__item {
  position: relative;
  background: #FBFBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 18.5%;
  border-radius: 200px;
  padding: 36px 18px 55px 18px;
  min-height: 100%;
}

.for-whom__item-img {
  width: 137px;
  height: 137px;
}

.for-whom__item-title {
  position: relative;
  margin-top: 21px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #3F3F3F;
  text-align: center;
}

.for-whom__item-text {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: #3F3F3F;
  text-align: center;
}

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

.study__title {
  position: relative;
  margin: 0;
  font-weight: 900;
  font-size: 44px;
  line-height: 60px;
  color: #3F3F3F;
}

.study__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 30px;
  padding: 48px 33px 30px;
  background-color: #FBFBFB;
  border-radius: 20px;
}

.study__content:last-child {
  margin-top: 50px;
}

.study__left {
  width: 40%;
}

.study__subtitle {
  position: relative;
  margin: 0;
  font-weight: 900;
  font-size: 36px;
  color: #3F3F3F;
  margin-bottom: 30px;
}

.study__subtitle--cup::before {
  content: "";
  background: url("../img/cup.svg") no-repeat;
  background-size: 100% 100%;
  width: 71px;
  height: 54px;
  position: absolute;
  top: 0;
  right: 15px;
}

.study__subtitle--notebook::before {
  content: "";
  background: url("../img/notebook.svg") no-repeat;
  background-size: 100% 100%;
  width: 63px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0px;
}

.study__list {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}

.study__item {
  position: relative;
  text-align: left;
  font-size: 16px;
  margin-bottom: 40px;
}

.study__item::before {
  content: "";
  background: url("../img/false.svg") no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  position: absolute;
  left: -30px;
  top: 5px;
}

.study__btn-order {
  display: inline-block;
  padding: 20px 30px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #3F3F3F;
  text-decoration: none;
  max-width: 254px;
  border: 1px solid #F4DA81;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.study__btn-order:hover {
  border-color: transparent;
  background-color: rgba(244, 218, 129, 0.4);
}

.study__right {
  position: relative;
  margin-top: 15px;
  width: 57%;
}

.study__msg {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #3F3F3F;
}

.study__video {
  margin-top: 15px;
  margin-bottom: 115px;
  height: 417px;
  background-color: #f4f4f4;
  border-radius: 20px;
  overflow: hidden;
}

.study__video video {
  display: block;
}

.study__important {
  position: absolute;
  right: 0;
  bottom: 0;
}

.program {
  padding: 0 0 50px;
  background-color: #ffffff;
}

.program__title {
  position: relative;
  margin: 20px 0 0;
  font-weight: 900;
  font-size: 44px;
  line-height: 60px;
  color: #3f3f3f;
}

.program__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
}

.program__level {
  margin-top: 30px;
  width: 35%;
}

.program__level-item {
  display: inline-block;
  padding: 21px 29px 26px 29px;
  border-radius: 10px;
  border: 1px solid #F9F9F9;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}

.program__level-item:nth-child(1) {
  border: 1px solid #99CCEB;
  background-color: #F5FAFD;
}

.program__level-item:nth-child(2) {
  border: 1px solid #F4DA81;
  background-color: #FEFDF8;
}

.program__level-item:nth-child(3) {
  border: 1px solid #A8D29E;
  background-color: #F6FAF5;
}

.program__level-item--active:nth-child(1) {
  background-color: #FAFCFE;
}

.program__level-item:nth-child(1):hover {
  background-color: #FAFCFE;
}

.program__level-item--active:nth-child(2) {
  background-color: #FEFDF8;
}

.program__level-item:nth-child(2):hover {
  background-color: #FEFDF8;
}

.program__level-item--active:nth-child(3) {
  background-color: #FAFDFA;
}

.program__level-item:nth-child(3):hover {
  background-color: #FAFDFA;
}

.program__level-item--active .program__level-text {
  max-height: 100%;
}

.program__level-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.program__level-name {
  display: inline-block;
  padding: 0 0 8px;
  max-width: 215px;
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  color: #3F3F3F;
}

.program__level-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  min-width: 130px;
  background-color: #fff;
  border-radius: 50px;
}

.program__level-star svg {
  fill: none;
  stroke: #E6E6E6;
}

.program__level-star--active svg {
  fill: #CACACA;
  stroke: #cacaca;
}

.program__level-item--active:nth-child(1) .program__level-star--active svg  {
  fill: #99CCEB;
  stroke: #99CCEB;
}

.program__level-item--active:nth-child(2) .program__level-star--active svg  {
  fill: #F4DA81;
  stroke: #F4DA81;
}

.program__level-item--active:nth-child(3) .program__level-star--active svg  {
  fill: #9CD499;
  stroke: #9CD499;
}

.program__level-course {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #3F3F3F;
  opacity: 1;
  margin: 8px 0;
}

.program__level-text {
  margin: 0;
  max-height: 0;
  font-size: 14px;
  line-height: 22px;
  color: #3F3F3F;
  overflow: hidden;
}

.program__course {
  margin-top: 30px;
  margin-left: 30px;
  width: 65%;
}

.program__course-item {
  display: none;
  border: 1px solid #99CCEB;
  background-color: #FAFCFE;
  border-radius: 10px;
  padding: 25px 25px 25px 0;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.program__course-item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  animation: sho .5s;
}

.program__course-item:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  background: white !important;
}

.program__course-left {
  padding-left: 25px;
  width: 364px;
  max-width: 364px;
}

.program__course-right {
  padding-left: 25px;
}

.program__course-img {
  width: 325px;
  transition: all 0.3s ease-in-out;
}

.program__course-item:hover .program__course-img {
  transform: scale(1.05);
}
.program__course-name {
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  color: #3F3F3F;
  margin-bottom: 17px;
}

.program__course-text {
  font-size: 14px;
  text-align: left;
  color: #3F3F3F;
  line-height: 22px;
}

.form-cnslt {
  padding: 0 0 50px;
  background-color: #fff;
}

.form-cnslt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 27px 37px 40px 40px;
  margin-bottom: 48px;
  background: url("../img/bgc.png"), url("../img/bg_consult2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  z-index: 1;
}

.form-cnslt__left {
  width: 60%;
}

.form-cnslt__title {
  margin: 0;
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
  line-height: 60px;
  color: #3F3F3F;
}

.form-cnslt__text {
  display: inline-block;
  margin: 22px 0 0;
  max-width: 450px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #3F3F3F;
}

.form-cnslt__msg {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #3F3F3F;
  margin-top: 25px;
  max-width: 260px;
  margin-bottom: 80px;
}

.form-cnslt__msg::before {
  content: "";
  width: 343px;
  height: 109px;
  background: url("../img/arrow.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -45px;
  right: -320px;
}

.form-cnslt__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-cnslt__btn-social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  padding: 19px 36px 19px 58px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.form-cnslt__btn-social:hover {
  background-color: #575656;
}

.form-cnslt__btn-social--tg::before {
  content: "";
  background: url("../img/telegram.svg") no-repeat;
  background-size: 100% 100%;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.form-cnslt__btn-social--wa::before {
  content: "";
  background: url("../img/whats-up.svg") no-repeat;
  background-size: 100% 100%;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.form-cnslt__btn-social--vb::before {
  content: "";
  background: url("../img/viber.svg") no-repeat;
  background-size: 100% 100%;
  width: 27px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.form-cnslt__btn-social--vk::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 28px;
  height: auto;
  background: url("../img/vk_logo.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

.form-cnslt__right {
  width: 365px;
}

.form-cnslt__right .wpcf7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  margin-top: 15px;
  padding: 45px 30px 30px;
  width: 100%;
  border-radius: 15px;
}
.form-cnslt__right .wpcf7-form-control-wrap{
  width: 100%;
}
.form-cnslt__form-title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.form-cnslt__right input[type="text"],
.form-cnslt__right input[type="tel"] {
  position: relative;
  margin: 0 0 30px;
  padding: 18px 30px 18px 60px;
  width: 100%;
  background-color: #f5f8f9;
  border: none;
  border-radius: 60px;
  font-size: 16px;
}

.form-cnslt__right input[type="text"]::-webkit-input-placeholder,
.form-cnslt__right input[type="tel"]::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #cacaca;
}

.form-cnslt__form-input::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #cacaca;
}

.form-cnslt__form-input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #cacaca;
}

.form-cnslt__form-input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #cacaca;
}

.form-cnslt__form-input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #cacaca;
}
.form-cnslt__label-name {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.form-cnslt__label-name::before {
  content: '\f106';
  position: absolute;
  top: 13px;
  left: 25px;
  font-family: 'Material-Design';
  font-size: 24px;
  color: rgba(173,175,176,1);
  z-index: 1;
}
.form-cnslt__label-phone {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.form-cnslt__label-phone::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 25px;
  width: 20px;
  height: 20px;
  background-image: url(../img/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.form-cnslt__right .btn-submit {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 18px;
  background-color: #99cceb;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  overflow: hidden;
}
.btn-submit__hover {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  transition: .3s;
}
.btn-submit__hover::before {
  content: '\f194';
  font-family: 'Material-Design';
  font-size: 24px;
}
.form-cnslt__form-submit:hover .btn-submit__hover {
  left: 0;
}
.form-cnslt__right input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  transition: .3s;
}
.form-cnslt__form-submit:hover input[type="submit"] {
  left: 100%;
}
.form-cnslt__right input[type="submit"] {
  position: relative;
  margin: 0;
  padding: 20px 30px;
  left: -100%;
  width: 300%;
  background-color: transparent;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3F3F3F;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: .3s;
}
.form-cnslt__right .wpcf7-spinner {
  position: absolute;
}
.document {
  padding: 50px 0 50px;
  background-color: #fff;
}
.document__center {
  display: flex;
}
.doc-3 .document__right {
  margin-left: 0;
  width: 100%;
}

.doc-3 .document__item:nth-child(1) .document__right {
  padding-top: 15px;
}
.doc-3 .document__item:nth-child(2) .document__right {
  padding-top: 30px;
}
.doc-3 .document__item:nth-child(3) .document__right {
  padding-top: 30px;
}

.document__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.document__item {
  background: #FBFBFB;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 60px 38px 33px;
  width: 49%;
  min-height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.doc-3 .document__item {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 30px 30px 30px;
  width: 32%;
}

.document__item:hover {
  background: #FFF;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
}

.document__right {
  margin-left: 50px;
}

.document__name {
  font-weight: bold;
  font-size: 16px;
  color: #3F3F3F;
  display: block;
  margin-bottom: 14px;
}

.document__text {
  display: block;
  max-width: 255px;
  font-size: 14px;
  line-height: 24px;
  color: #3F3F3F;
}
.doc-3 .document__item:nth-child(1) .document__left {
  min-height: 120px;
}
.doc-3 .document__item:nth-child(2) .document__left {
  min-height: 121px;
}
.doc-3 .document__item:nth-child(3) .document__left {
  min-height: 121px;
}

.document__item:first-child .document__img:first-child {
  position: relative;
  top: 10px;
}

.document__item:nth-child(2) .document__left .document__img:first-child {
  position: relative;
  top: 8px;
}

.document__item:nth-child(2) .document__center .document__img:first-child {
  position: relative;
}

.document__item:nth-child(3) .document__left .document__img:first-child {
  position: relative;
  top: 30px;
}

.document__item:nth-child(3) .document__center .document__img:first-child {
  position: relative;
}

.document__left .document__img:last-child {
  display: none;
}

.document__item:hover .document__img:first-child {
  display: none;
}

.document__item:nth-child(3):hover .document__left .document__img:last-child {
  position: relative;
  top: 30px;
}

.document__item:hover .document__img:last-child {
  display: block;
}
.doc-3 .document__item:nth-child(1) .document__center {
  padding-top: 30px;
}
.doc-3 .document__item:nth-child(2) .document__center {
  padding-top: 25px;
}
.doc-3 .document__item:nth-child(3) .document__center {
  padding-top: 45px;
}
.advantage {
  padding: 0 0 50px;
  background-color: #fff;
}

.advantage__inner {
  position: relative;
}

.advantage__title {
  position: relative;
  font-weight: 900;
  font-size: 44px;
  line-height: 60px;
  color: #3F3F3F;
}

.advantage__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FBFBFB;
  border-radius: 50%;
  padding: 63px 10px 60px 10px;
  max-width: 259px;
  max-height: 263px;
}

.advantage__item:nth-child(2) {
  max-width: 296px;
  max-height: 293px;
  padding: 44px 10px 75px 10px;
}

.advantage__item:nth-child(3) {
  min-width: 272px;
  max-height: 279px;
  padding: 60px 30px 60px 30px;
}

.advantage__items:last-child {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.advantage__img {
  max-width: 100%;
  height: auto;
}

.advantage__text {
  font-size: 18px;
  text-align: center;
}

.advantage__items:last-child .advantage__item:nth-child(1) {
  max-width: 354px;
  max-height: 359px;
  margin-left: 40px;
  padding: 0;
  padding: 67px 40px 86px 40px;
}

.advantage__items:last-child .advantage__item:nth-child(2) {
  max-width: 268px;
  height: 274px;
  padding: 37px 30px 59px 30px;
  margin-right: 80px;
  margin-top: -90px;
}

.advantage__obj {
  position: absolute;
}

.advantage__obj:nth-child(2) {
  bottom: 32px;
  left: -8%;
}

.advantage__obj:nth-child(3) {
  bottom: 90px;
  left: 48%;
}

.advantage__obj:nth-child(4) {
  top: 250px;
  left: 28%;
}

.banner-cnslt {
  padding: 0 0 50px;
  background-color: #ffffff;
}

.banner-cnslt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F4DA81;
  border-radius: 20px;
  padding: 35px 35px 35px 40px;
  background-image: url("../img/bg_consult.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-cnslt__left {
  width: 58%;
}

.banner-cnslt__title {
  margin: 0;
  font-weight: 900;
  font-size: 32px;
  line-height: 44px;
  color: #3F3F3F;
  margin-bottom: 14px;
}

.banner-cnslt__text {
  font-size: 16px;
  line-height: 22px;
  color: #3F3F3F;
}

.banner-cnslt__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-cnslt__btn-social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: background-color, 0.5s ease-in-out;
  -o-transition: background-color, 0.5s ease-in-out;
  transition: background-color, 0.5s ease-in-out;
}

.banner-cnslt__btn-social:hover {
  background-color: #575656;
}

.banner-cnslt__icon {
  max-width: 27px;
  max-height: 27px;
}

.banner-cnslt__btn-form {
  text-align: center;
  padding: 20px 30px;
  background: #99CCEB;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #3F3F3F;
  margin-right: 0px;
  white-space: nowrap;
  border-radius: 53px;
  -webkit-transition: background-color, 0.5s ease-in-out;
  -o-transition: background-color, 0.5s ease-in-out;
  transition: background-color, 0.5s ease-in-out;
  cursor: pointer;
}

.banner-cnslt__btn-form:hover {
  color: #fff;
  background-color: #575656;
}

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

.contact__title {
  position: relative;
  margin: 0;
  font-weight: 900;
  font-size: 44px;
  line-height: 60px;
  color: #3F3F3F;
}

.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0;
  padding: 25px;
  background-color: #FBFBFB;
  border-radius: 20px;
}

.contact__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 30px;
  width: 34%;
}

.contact__img {
  max-width: 100%;
  border-radius: 20px;
}

.contact__location {
  position: relative;
  margin-top: 30px;
  padding-left: 50px;
  line-height: 35px;
  color: #3F3F3F;
}

.contact__location::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 23px;
  height: 23px;
  background: url("../img/location.svg") no-repeat;
  background-size: 100% 100%;
}

.contact__floor {
  position: relative;
  margin-top: 20px;
  padding-left: 50px;
  line-height: 35px;
  color: #3F3F3F;
  width: 35%;
}

.contact__floor::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 23px;
  height: 23px;
  background: url("../img/search.svg") no-repeat;
  background-size: 100% 100%;
}

.contact__cabinet {
  position: relative;
  margin-top: 20px;
  padding-left: 50px;
  line-height: 35px;
  color: #3F3F3F;
  width: 50%;
}

.contact__cabinet::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 23px;
  height: 23px;
  background: url("../img/door.svg") no-repeat;
  background-size: 100% 100%;
}

.contact__msg {
  position: relative;
  margin-top: 20px;
  padding-left: 50px;
  line-height: 35px;
  color: #3F3F3F;
  width: 100%;
}

.contact__msg::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 23px;
  height: 23px;
  background: url(../img/steps.svg) no-repeat;
  background-size: contain;
}

.contact__right {
  width: 66%;
  min-height: 485px;
}

.contact__map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contact__map iframe {
  border-radius: 20px;
}

.contact__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
  padding-top: 25px;
  width: 100%;
  border-top: solid 1px #E9E9E9;
}

.contact__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color, 0.5s ease-in-out;
  -o-transition: border-color, 0.5s ease-in-out;
  transition: border-color, 0.5s ease-in-out;
}

.contact__phone {
  position: relative;
  margin-top: 20px;
  margin-left: 50px;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #3F3F3F;
  margin-bottom: 13px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom, 0.5s ease-in-out;
  -o-transition: border-bottom, 0.5s ease-in-out;
  transition: border-bottom, 0.5s ease-in-out;
  text-decoration: none;
}

.contact__phone::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -40px;
  width: 23px;
  height: 23px;
  background: url("../img/phone-1.svg") no-repeat;
}

.contact__phone:hover {
  border-color: #000;
}

.contact__email {
  position: relative;
  margin-top: 20px;
  margin-left: 50px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #3F3F3F;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom, 0.5s ease-in-out;
  -o-transition: border-bottom, 0.5s ease-in-out;
  transition: border-bottom, 0.5s ease-in-out;
  text-decoration: none;
}

.contact__email::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -40px;
  width: 23px;
  height: 23px;
  background: url("../img/mail-1.svg") no-repeat;
}

.contact__email:hover {
  border-color: #000;
}

.contact__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3F3F3F;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom, 0.5s ease-in-out;
  -o-transition: border-bottom, 0.5s ease-in-out;
  transition: border-bottom, 0.5s ease-in-out;
}

.contact__social:hover {
  border-color: #000;
}

.contact__social-img {
  min-height: 24px;
  object-fit: scale-down;
}

.contact__social-text {
  display: inline-block;
  padding-top: 18px;
}

.teacher {
  padding: 0 0 50px;
}
.teacher__img {
  width: 100%;
}
.teacher__img--normal {
  margin-top: 40px;
}

.teacher__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 50px;
}

.teacher__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
}
.teacher__item-name {
  padding-left: 25px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #3f3f3f;
}

.teacher__item-name::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url('../img/false.svg') no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}

.teacher__item-text {
  padding-left: 25px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f3f;
}

.to-whom {
  padding: 30px 0 50px;
  background-color: #ffffff;
}

.to-whom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 40px;
}

.to-whom__item {
  position: relative;
  width: 32%;
  min-height: 100%;
  padding: 30px 20px 20px 30px;
  background: #fbfbfb;
  border-radius: 20px;
}

.to-whom__item::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 20px;
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  background-image: url("../img/true.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px 27px;
  border-radius: 54px;
}

.to-whom__item-title {
  font-weight: 600;
}

.plan {
  padding: 0 0 50px;
  background-color: #ffffff;
}

.plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 40px;
}

.plan__item {
  position: relative;
  margin: 0 0 30px;
  width: 49%;
  min-height: 100%;
  padding: 35px 25px 15px 25px;
  background: #fbfbfb;
  border-radius: 20px;
}

.plan__item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 20px;
  right: 25px;
  width: 36px;
  height: 41px;
  font-weight: 600;
  font-size: 16.27px;
  line-height: 46px;
  color: #99cceb;
  background-color: #ffffff;
  background-image: url("../img/programm-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 54px;
}

.plan__item-title {
  display: inline-block;
  font-weight: 500;
  padding-right: 40px;
  font-size: 24px;
  line-height: 30px;
  color: #3f3f3f;
  margin-bottom: 8px;
}

.plan__item-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #3f3f3f;
  display: block;
}


.process {
  padding: 0 0 50px;
  background-color: #ffffff;
}

.process__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 30px;
}

.process__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.process__item:nth-child(1),
.process__item:nth-child(2) {
  width: 50%;
}

.process__item:nth-child(3),
.process__item:nth-child(4),
.process__item:nth-child(5) {
  width: 33%;
}

.process__item:nth-child(1) {
  padding-right: 15px;
  border-right: 1px #eee solid;
}

.process__item:nth-child(2) {
  padding-left: 15px;
}

.process__item:nth-child(3),
.process__item:nth-child(4) {
  padding-right: 15px;
  border-right: 1px #eee solid;
}

.process__item:nth-child(4),
.process__item:nth-child(5) {
  padding-left: 15px;
}

.process__item-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 50px;
  height: 300px;
}

.process__item:nth-child(1) .process__item-wrap {
  margin-top: 50px;
}

.process__item:nth-child(5) .process__item-wrap {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.process__item-img {
  width: 100%;
  height: auto;
}

.process__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #3f3f3f;
}

.process__item-text {
  position: relative;
}

.process__item:nth-child(3) .process__item-text,
.process__item:nth-child(4) .process__item-text,
.process__item:nth-child(5) .process__item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f3f;
}
.process__item:nth-child(3) .process__item-img {
  position: relative;
  width: auto;
  height: 241px;
  object-fit: cover;
}
.process__item:nth-child(4) .process__item-img {
  position: relative;
  width: auto;
  height: 514px;
  object-fit: cover;
}

.process__item:nth-child(1) .process__item-text::after {
  content: "";
  width: 146px;
  height: 41px;
  background: url("../img/arrow-2.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 45px;
  right: 55px;
}

.process__item:nth-child(2) .process__item-text::after {
  content: "";
  width: 122px;
  height: 61px;
  background: url("../img/arrow-6.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 35px;
  right: 406px;
}

.process__item:nth-child(3) .process__item-text::after {
  content: "";
  width: 166px;
  height: 46px;
  background: url("../img/arrow-3.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -45px;
  left: 50px;
}

.process__item:nth-child(4) .process__item-text::after {
  content: "";
  width: 61px;
  height: 55px;
  background: url("../img/arrow-4.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -65px;
  left: 220px;
}

.process__item:nth-child(5) .process__item-text::after {
  content: "";
  width: 110px;
  height: 154px;
  background: url("../img/arrow-5.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -160px;
  left: 48px;
}

.diploma {
  padding: 50px 0 100px;
  background-color: #ffffff;
}

.diploma__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.diploma__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 40px;
  min-width: 50%;
  filter: brightness(1);
  transition: .3s;
}
.diploma__img-wrap::after {
  /* content: "\f002";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 46px;
  width: 46px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.31);
  border-radius: 46px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  pointer-events: none; */
}
.diploma__img-wrap:hover::after {
  /* margin-top: 0px;
  opacity: 1; */
}
.diploma__img-wrap::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  background: url("../img/tool.svg") no-repeat;
  background-size: 100% 100%;
  top: -15px;
  left: -15px;
  z-index: 100;
}
.diploma__hover {
  /* position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 46px;
  border: 2px #eee solid;
  opacity: 1;
  visibility: hidden; */
}
.diploma__hover:hover {
    /* opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition-duration: .5s;
    transition-duration: .5s; */
}
.diploma__hover {
  pointer-events: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000057;
  opacity: 0;
  transition: opacity .3s;
  cursor: pointer;
}
.diploma__hover::before {
  content: "\f002";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 46px;
  width: 46px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.31);
  border-radius: 46px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
.diploma__img-wrap:hover .diploma__hover {
  opacity: 1;
}
.diploma__img-wrap:hover .diploma__hover::before {
  margin-top: 0;
  opacity: 1;
}
.diploma__img {
  width: 100%;
  cursor: pointer;
}

.diploma__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 22px;
  margin-top: 146px;
  margin-bottom: 32px;
}

.diploma__paragraph {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #3f3f3f;
}

.review-section {
  padding: 0 0 50px;
  background-color: #ffffff;
}

.review-section__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  overflow: hidden;
}
.review-section__item {
  position: relative;
  /* filter: brightness(1); */
  transition: .3s;
}
/* .review-section__item:hover {
  filter: brightness(0.7);
} */
.review-section__img {
  width: 100%;
  cursor: pointer;
}
.review-section__item-hover {
  pointer-events: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000057;
  opacity: 0;
  transition: opacity .3s;
  cursor: pointer;
}
.review-section__item-hover::before {
  content: "\f002";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 46px;
  width: 46px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.31);
  border-radius: 46px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
.review-section__item:hover .review-section__item-hover {
  opacity: 1;
}
.review-section__item:hover .review-section__item-hover::before {
  margin-top: 0;
  opacity: 1;
}
.review-section__btn-more {
  display: table;
  margin: 40px auto 0;
  padding: 10px 20px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: rgba(244, 218, 129, 0.4);
  border-radius: 43px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.review-section__btn-more:hover {
  background-color: #f4da81;
}
.review-section .owl-stage {
  display: flex;
}
.review-section .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0;
}
.review-section .owl-nav button {
  position: relative;
  top: -20px;
  margin: 0 15px;
  width: 40px;
  height: 40px;
  font-family: 'FontAwesome';
  font-size: 0px;
  color: #3f3f3f;
  border: none;
  border-radius: 40px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
  background-color: #ffffff;
  cursor: pointer;
}
.review-section .owl-nav button:hover {
  background: rgb(244 218 129);
}
.review-section .owl-nav .owl-prev span::before {
  content: "\f104";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #000000;
}
.review-section .owl-nav .owl-next span::before {
  content: "\f105";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #000000;
}
.review {
  padding: 0 0 50px;
}
.review__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
}
.review__nav-title {
  margin: 0 30px 0 0;
}
.page-numbers {
  margin: 0 10px 0 0;
  padding: 10px 20px;
  display: block;
  background: #f4da81;
  color: #3f3f3f;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.page-numbers.current,
.page-numbers:hover {
  background: rgba(244, 218, 129, 0.4);
}
.review__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 30px;
}
.review__item {
  position: relative;
  padding: 5px 5px 5px 5px;
  width: 20%;
  cursor: pointer;
}
.review__img {
  width: 100%;
}
.review__item-hover {
  pointer-events: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000057;
  opacity: 0;
  transition: opacity .3s;
  cursor: pointer;
}
.review__item-hover::before {
  content: "\f002";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 46px;
  width: 46px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.31);
  border-radius: 46px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
.review__item:hover .review__item-hover {
  opacity: 1;
}
.review__item:hover .review__item-hover::before {
  margin-top: 0;
  opacity: 1;
}

.faq {
  padding: 0 0 50px;
  background-color: #ffffff;
}

.faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  width: 50%;
}

.faq__list:first-child {
  padding-right: 15px;
}

.faq__list:last-child {
  padding-left: 15px;
}

.faq__item {
  width: 100%;
  cursor: pointer;
}

.faq__item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 45px 15px 20px;
  border-bottom: 1px #eee solid;
}

.faq__item-title::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px #000 solid;
  border-right: 2px #000 solid;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faq__item--active .faq__item-title::after {
  -webkit-transform: rotateZ(135deg);
  -ms-transform: rotate(135deg);
  transform: rotateZ(135deg);
}

.faq__item-wrap {
  max-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.faq__item--active .faq__item-wrap {
  max-height: 2000px;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.faq__item--active .faq__item-title {
  background: rgba(153, 204, 235, 0.1);
}
.faq__item-text {
  display: block;
  margin: 0;
  padding: 15px 20px;
  font-size: 14px;
  list-style: 21px;
  border-bottom: 1px #eee solid;
  background: rgba(153, 204, 235, 0.1);
}
.faq__item-text p {
  margin: 15px 0 15px;
  font-size: 14px;
  line-height: 150%;
}
.faq__text-bold {
  font-weight: bold;
}
.faq--situation {
  padding: 50px 0 0;
}
.faq--situation .faq__inner {
  margin-top: 30px;
}
.faq--situation .faq__item-situation {
    font-weight: 900;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #e8e8e8;
    position: relative;
    padding-left: 25px;
    margin-top: 30px;
}
.faq--situation .faq__item-situation::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url('../img/false.svg') no-repeat;
  position: absolute;
  top: 10px;
  left: 0px;
}
.faq--situation .faq__item-title {
  padding: 15px 60px 15px 25px;
  font-size: 20px;
  border: none;
}
.faq--situation .faq__item-title::before {
  position: absolute;
  content: '';
  right: 45px;
  width: 1px;
  height: 45px;
  border-right: 1px #3f3f3f solid;
  opacity: 0.2;
}
.faq--situation .faq__item {
  margin-bottom: 30px;
  padding: 30px 25px;
  border-radius: 15px;
  background-color: #fbfbfb;
}
.faq--situation .faq__item--active .faq__item-title {
  background-color: transparent;
}
.calc {
  padding: 0 0 50px;
  background-color: #ffffff;
}
.faq--situation .faq__item-text {
  padding: 15px 20px 0 25px;
  border-bottom: none;
  font-size: 16px;
  line-height: 150%;
  background-color: transparent;
}

.calc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  padding: 20px 45px 20px 50px;
  background-color: #fbfbfb;
  border-radius: 20px;
}

.calc__left {
  padding-right: 20px;
}

.calc__title {
  display: block;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  color: #3f3f3f;
}
.calc__step-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 35px;
}
.calc__step:first-child .calc__step-title::before {
  content: '1';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  width: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  height: 25px;
  background-color: #f4da81;
  border-radius: 20px;
}
.calc__step:last-child .calc__step-title::before {
  content: '2';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  width: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  height: 25px;
  background-color: #f4da81;
  border-radius: 20px;
}
.calc__step-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
}
.calc__step-wrap::after {
  content: "";
  width: 89px;
  height: 11px;
  background: url('../img/step-arrow.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 57%;
  left: 37%;
}
.calc__step:first-child {
  margin-right: 30px;
}
.calc__msg {
  position: relative;
  margin: 30px 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #272323;
  max-width: 700px;
}
.calc__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 93px 47px 65px 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 355px;
  height: 355px;
  border: solid 5px #f4da81;
  background: rgba(244, 218, 129, 0.15);
}

.calc__result-msg {
  position: relative;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #3f3f3f;
}

.calc__result-value {
  font-weight: 600;
  font-size: 58px;
  line-height: 79px;
  color: #3f3f3f;
  margin-top: 4px;
}

.calc__result-btn {
  position: absolute;
  max-width: 100%;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px 30px;
  background: #f4da81;
  border-radius: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #3f3f3f;
  font-family: Open Sans, Arial, sans-serif;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
}
.calc__result-btn.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.calc__result-btn.disabled {
  opacity: 0;
}
.calc__result-btn:hover {
  background-color: rgba(244, 218, 129, 0.4);
}
.calc__select {
  margin-top: 20px;
}
.calc__select-btn {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.calc__select-btn--left.active::before {
  content: '';
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  background-color: #f4da81;
  border-radius: 20px;
}
.calc__select-btn--right.active::before {
  content: '';
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  background-color: #f4da81;
  border-radius: 20px;
}
.calc__select-btn--left {
  position: relative;
  background: #fff;
  padding: 14px 14px 14px 45px;
  border-radius: 30px 0px 0px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f3f;
  -webkit-border-radius: 30px 0px 0px 30px;
  -moz-border-radius: 30px 0px 0px 30px;
  -ms-border-radius: 30px 0px 0px 30px;
  -o-border-radius: 30px 0px 0px 30;
}
.calc__select-btn--right {
  position: relative;
  background: #fff;
  padding: 14px 45px 14px 14px;
  border-radius: 0px 30px 30px 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f3f;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f3f;
  -webkit-border-radius: 0px 30px 30px 0px;
  -moz-border-radius: 0px 30px 30px 0px;
  -ms-border-radius: 0px 30px 30px 0px;
  -o-border-radius: 0px 30px 30px 0px;
}
.calc__select-btn--disable {
  pointer-events: none;
  opacity: 0.3;
}
.calc__btn-msg {
  font-size: 18px;
  color: #99cceb;
}
.calc__discount-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}
.calc__discount-item {
  position: relative;
  padding: 30px 40px;
  width: 32%;
  min-height: 142px;
  z-index: 0;
}
.calc__discount-item::before {
  content: "";
  background: url('../img/bg-discount.png') no-repeat;
  background-size: 100% 100%;
  width:100%;
  height: 100%;
  position: absolute;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.calc__discount-title {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-bottom: 24px;
}
.calc__discount-mark {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #99cceb;
}
.calc__discount-text {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 150%;
}
.calc__discount-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/circle.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 7px;
  left: 0;
}
.my-class {
  display: none;
}
.number {
  padding: 10px 0 0;
  background-color: #ffffff;
}

.number__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px #f1f1f1 solid;
  border-bottom: 1px #f1f1f1 solid;
}

.number__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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 15px 0;
  padding: 15px 0;
  width: 25%;
  z-index: 1;
}

.number__item:nth-child(2n+1)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 42px;
  height: 46px;
  background: url("../img/number-item.svg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.number__item:nth-child(2n+2)::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 42px;
  height: 46px;
  background: url("../img/number-item.svg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.number__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #f1f1f1;
}

.number__item:not(:first-child) {
  padding-left: 25px;
}

.number__title {
  position: relative;
  margin: 0;
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  color: #3f3f3f;
}

.number__text {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f3f;
}


.direction {
  padding: 10px 0 50px;
  background-color: #ffffff;
}

.direction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.direction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 20px;
  width: 23%;
  background-color: #fbfbfb;
  border-radius: 20px;
}

.direction__img {
  position: relative;
  left: -10px;
}

.direction__title {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #3f3f3f;
}

.direction__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #272323;
}


.approach {
  padding: 0 0 50px;
  background-color: #ffffff;
}

.approach__inner {
  margin-top: 30px;
  padding: 20px;
  background-color: #fbfbfb;
  border-radius: 20px;
}

.approach__subtitle {
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  color: #000;
  margin-bottom: 29px;
}

.approach__msg {
  margin-top: 30px;
}

.approach__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 50px;
}

.approach__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 23%;
}

.approach__title {
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #3f3f3f;
  margin-bottom: 16px;
}

.approach__title::before {
  content: "";
  background: url("../img/false.svg") no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
}

.approach__text {
  margin: 0 0 40px;
  padding-left: 25px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f3f;
}


.message {
  padding: 0 0 50px;
  background-color: #ffffff;
}

.message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  border-top: 1px #f1f1f1 solid;
  border-bottom: 1px #f1f1f1 solid;
}

.message__persone {
  display: flex;
  flex-direction: column;
  margin-right: 0;
}

.message__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #3f3f3f;
  margin-bottom: 10px;
  white-space: nowrap;
}

.message__position {
  display: inline-block;
  margin-top: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #3f3f3f;
}

.message__text {
  position: relative;
  margin: 0;
  padding-top: 0;
  max-width: 800px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3f3f3f;
  padding-left: 65px;
  padding-right: 40px;
}

.message__text::before {
  content: "";
  position: absolute;
  background: url("../img/quota.svg") no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  top: -15px;
  left: 0;
  opacity: 0.1;
}

.tab {
  padding: 0 0 50px;
  background-color: #ffffff;
}

.tab__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.tab__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 30px;
  width: 30%;
}

.tab__link {
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #f2f2f2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tab__link:first-child {
  border-top: 1px #f2f2f2 solid;
}
.tab__link.active {
  border-left: solid 5px #f4da81;
}

.tab__panel {
  position: relative;
  width: 70%;
  overflow: hidden;
}

.tab__content {
  position: absolute;
  opacity: 0;
  /* padding: 10px; */
}
.tab__content.active {
  position: relative;
  opacity: 1;
  transition: ease-in all .3s;
}
.tab__content p {
  margin: 0 0 15px;
}
.tab__content-structure {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab__content-structure .tab__img {
  width: 33%;
  cursor: pointer;
}
.tab__content-license {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab__content-license .tab__img {
  width: 33%;
}
.tab__img img {
  width: 100%;
}

.cnslt {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.44);
  transition: all 0.8s cubic-bezier(0,.9,0,.96);
  opacity: 0;
  z-index: -1;
}
.cnslt p {
  margin: 0;
}
.cnslt .wpcf7 {
  transform: scale(0.7);
  margin: 0px 20px;
  padding: 45px 30px;
  max-width: 450px;
  border-radius: 20px;
  background-color: #ffffff;
  transition: all 0.8s cubic-bezier(0,.9,0,.96);
}
.cnslt.active {
  opacity: 1;
  z-index: 1000;
}
.cnslt.active .wpcf7 {
  transform: scale(1);
}
.cnslt a {
  color: rgba(244,218,129,1);
  text-decoration: none;
}
.cnslt .form-title {
  margin: 0 0 35px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.cnslt input[type="text"],
.cnslt input[type="tel"] {
  margin-bottom: 30px;
  padding: 17px 20px 17px 60px;
  width: 100%;
  border: none;
  font-size: 16px;
  border-radius: 60px;
  background-color: rgb(245, 248, 249);
}
.cnslt input[type="text"]::placeholder,
.cnslt input[type="tel"]::placeholder {
  font-size: 16px;
  color: #8f8f8f;
}
.cnslt input[type="submit"] {
  position: relative;
  margin: 0;
  padding: 20px 30px;
  left: -100%;
  width: 300%;
  background-color: transparent;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3F3F3F;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: .3s;
}
.cnslt .wpcf7-spinner {
  position: absolute;
}
.cnslt .wpcf7-acceptance label {
  display: flex;
}
.cnslt input[type="checkbox"] {
  width: 40px;
  height: 40px;
  opacity: 0;
}
.cnslt input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  background-color: rgba(244, 218, 129, 1);
}
.cnslt .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}
.cnslt .wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 0px;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: #eee;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: .3s;
}
.cnslt .wpcf7-acceptance .wpcf7-list-item-label:hover {
  cursor: pointer;
}
.cnslt .wpcf7-acceptance .wpcf7-list-item-label:hover::after {
  border: 2px solid rgba(244, 218, 129, 1);
}
.cnslt input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  position: absolute;
  content: '\f26b';
  top: 7px;
  left: -30px;
  font-family: 'Material-Design';
  font-size: 24px;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.cnslt .wpcf7-list-item {
  margin: 0;
}
.cnslt .wpcf7-response-output {
  padding: 10px 15px;
  font-size: 14px;
}
.cnslt .wpcf7-not-valid-tip {
  position: absolute;
  top: 40px;
  left: 20px;
  font-size: 14px;
  z-index: 1;
}
.cnslt .btn-submit {
  position: relative;
  margin-top: 30px;
  border-radius: 40px;
  background-color: #F4DA81;
  overflow: hidden;
}
.btn-submit:hover .btn-submit__hover {
  left: 0;
}
.btn-submit:hover input[type="submit"] {
  transition: .3s;
}
.btn-submit:hover input[type="submit"] {
  left: 0;
}

.menu-mobile {
  display: none;
}
.hide-text {
  padding: 50px 0 50px;
  text-align: center;
}
.hide-text__content {
  position: relative;
  margin-bottom: 30px;
  max-height: 140px;
  text-align: left;
  color: #17171a;
  overflow: hidden;
  transition: all 0.3s ease;
}
.hide-text__content.active {
  max-height: 5000px;
}
.hide-text__content.active::before {
  display: none;
}
.hide-text__content::before {
  content: '';
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease;
  left: 0;
  z-index: 1;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.hide-text h2 {
  margin: 20px 0 20px;
  font-size: 24px;
  line-height: 150%;
}
.hide-text p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 22px;
}
.hide-text__btn-more {
  border: none;
  background: #f4da81;
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight: 800;
  padding: 18px 34px;
  margin: auto;
  font-size: 14px;
  border-radius: 55px;
  cursor: pointer;
  transition: 0.5s all;
}
.hide-text__btn-more:hover {
  background-color: rgba(244,218,129,0.4);
}
.hide-text__btn-more .hide-text__btn-hide {
  display: none;
}
.hide-text__btn-more .hide-text__btn-show {
  display: inline-block;
}
.hide-text__content.active + .hide-text__btn-more .hide-text__btn-hide {
  display: inline-block;
}
.hide-text__content.active + .hide-text__btn-more .hide-text__btn-show {
  display: none;
}
.steps__name {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 46px;
  line-height: 63px;
  text-transform: uppercase;
  color: #3f3f3f;
  opacity: 0.1;
}
.step-1 {
  display: flex;
  justify-content: space-between;
  margin-top: 125px;
}
.step-1__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 65%;
}
.step-1__inner::after {
  content: "";
  background: url('../img/arrow-step-1.svg') no-repeat;
  width: 440px;
  height: 135px;
  background-size: 100% 100%;
  position: absolute;
  left: -40%;
  bottom: -140px;
}
.step-1__img {
  margin-right: 30px;
}
.steps__title {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #272323;
}
.steps__subtitle {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 0 0 0 40px;
  font-size: 18px;
  font-weight: bold;
}
.steps__subtitle::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: '';
  left: 5px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #99cceb;
  border-radius: 15px;
}
.steps__subtitle--one:before {
  content: '1';
}
.steps__subtitle--two:before {
  content: '2';
}
.steps__subtitle--three:before {
  content: '3';
}
.steps__subtitle--four:before {
  content: '4';
}
.steps__text {
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #272323;
}
.steps__descr {
  margin-top: 15px;
  margin-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  color: #272323;
  line-height: 22px;
}
.steps__info {
  display: inline-block;
  margin: 0 0 5px 40px;
  font-size: 14px;
}
.step-2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 170px;
  width: 100%;
}
.step-2__inner:first-child .step-2__img {
  display: none;
}
.step-2__inner:nth-child(3) {
  position: relative;
  padding-top: 120px;
}
.step-2__inner:nth-child(3):after {
  position: absolute;
  content: '';
  left: 20%;
  width: 125%;
  max-width: 781px;
  height: 100%;
  max-height: 56px;
  background-image: url('../img/arrow-step-2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 30px;
}
.step-2__inner {
  display: flex;
  flex-direction: column;
  width: 48%;
}
.step-2__inner:nth-child(2) {
  position: relative;
}
.step-2__inner:nth-child(2)::before {
  content: "";
  width: 76px;
  height: 60px;
  position: absolute;
  background: url('../img/object-2.svg') no-repeat;
  background-size: 100% 100%;
  top: -50px;
  left: 0px;
  z-index: 1;
}
.step-2__title {
  display: inline-block;
  margin-top: 60px;
}
.step-2__inner .steps__name {
  margin-bottom: 55px;
}
.steps input[type="file"] {
  padding: 15px;
  margin-left: 40px;
  width: 100%;
  border: 1px #eee dashed;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
}
.step-2__img {
  margin-left: 20%;
  margin-bottom: 20px;
  max-width: 400px;
}
.steps input[type="file"]::file-selector-button {
  border: 2px solid #e3e3e3;
  padding: 15px;
  margin-right: 30px;
  font-size: 16px;
  border-radius: .2em;
  background-color: #e3e3e3;
  transition: 1s;
}
.steps input[type="file"]:hover {
  border: 1px rgba(244, 218, 129, 0.8) dashed;
}
.steps__radio .wpcf7-list-item-label {
  display: none;
}
.steps__radio {
  display: flex;
  margin-left: 40px;
  margin-bottom: 40px;
}
.steps__radio-item {
  display: flex;
  margin-right: 20px;
  padding: 10px 25px 10px 0;
  font-size: 14px;
  font-weight: bold;
  background-color: #fbfbfb;
  cursor: pointer;
}
.steps__radio-item > .wpcf7-form-control-wrap {
  margin-right: 4px;
}
.step-2 .steps__msg {
  display: inline-block;
  margin: 15px 0 10px 40px;
  font-size: 14px;
  font-weight: bold;
}
.steps__address {
  margin-left: 40px;
}
.steps__address input {
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  color: #555555;
}
.steps__addr-diploma {
  margin: 0 0 0 40px;
  font-size: 14px;
}
.steps__list {
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0 0 30px;
}
.steps__list li {
  margin-bottom: 10px;
}
.step-3 {
  position: relative;
  padding: 270px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.step-3::before {
  position: absolute;
  content: '';
  left: 9%;
  width: 492px;
  height: 199px;
  background-image: url('../img/arrow-step-3.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 30px;
}
.step-3__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.step-3__inner::before {
  content: "";
  width: 200px;
  height: 94px;
  position: absolute;
  background: url('../img/object-1.svg') no-repeat;
  background-size: 100% 100%;
  top: -220px;
  right: 29%;
}
.step-3 .steps__name {
  margin-bottom: 65px;
}
.step-3 .steps__msg {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.step-3__img {
  margin-left: 12%;
  width: 100%;
  max-width: 390px;
}
.step-3 input[type="email"] {
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  color: #555555;
}
.step-3 input[type="submit"] {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #555555;
  padding: 19px 40px;
  border: none;
  background: #f4da81;
  border-radius: 40px;
  margin-top: 30px;
  text-shadow: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-evenly;
  cursor: pointer;
  transition: .3s;
}
.step-3 input[type="submit"]:hover {
  background-color: rgb(87, 86, 86);
  color: #fff;
}
.steps .wpcf7-not-valid-tip {
  position: absolute;
  top: 45px;
  left: 45px;
  padding: 10px;
  min-width: 160px;
  font-size: 12px;
  line-height: 125%;
  text-align: center;
  background-color: #ff0000a3;
  color: #ffffff;
  border-radius: 5px;
}
.steps .wpcf7-not-valid-tip::before {
  content: '';
  top: -20px;
  left: 45px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ff0000a3;
  position: absolute;
}
.wpcf7-response-output {
  padding: 15px 20px !important;
  text-align: center !important;
  border-color: #f4da81 !important;
  margin-bottom: 0 !important;
}
.step-3 .steps__msg {
  margin-top: 15px;
  max-width: 600px;
}
.cnslt .wpcf7-not-valid-tip {
  position: absolute;
  top: 58px;
  left: 45px;
  padding: 10px;
  min-width: 160px;
  font-size: 12px;
  line-height: 125%;
  text-align: center;
  background-color: #ff0000a3;
  color: #ffffff;
  border-radius: 5px;
}
.cnslt .wpcf7-not-valid-tip::before {
  content: '';
  top: -20px;
  left: 45px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ff0000a3;
  position: absolute;
}
.form-cnslt__right .wpcf7-not-valid-tip {
  position: absolute;
  top: 58px;
  left: 45px;
  padding: 10px;
  min-width: 160px;
  font-size: 12px;
  line-height: 125%;
  text-align: center;
  background-color: #ff0000a3;
  color: #ffffff;
  border-radius: 5px;
  z-index: 1;
}
.form-cnslt__right .wpcf7-not-valid-tip::before {
  content: '';
  top: -20px;
  left: 45px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ff0000a3;
  position: absolute;
}
.form-cnslt__right .wpcf7-response-output {
  font-size: 14px;
  /* display: none; */
}
.plan__msg {
  margin-top: 30px;
}
.error-404 {
  max-width: 1290px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-height: 550px;
}
.search-form {
  margin-top: 50px;
}
.search-form input[type="text"] {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 20px 20px 20px 30px;
  width: 100%;
  border: none;
  font-size: 16px;
  border-radius: 60px;
  background-color: rgb(245, 248, 249);
  max-width: 270px;
}
.search-form input[type="submit"] {
  border-radius: 45px;
  padding: 18px 30px;
  font-size: 16px;
  line-height: 22px;
  color: #3F3F3F;
  text-align: center;
  border: none !important;
  background-color: rgba(244, 218, 129, 0.4);
  transition: ease-out .3s;
  cursor: pointer;
}
.search-form input[type="submit"]:hover {
  background-color: #f4da81;
}
.error-404__link:hover {
  color: #f4da81;
  text-decoration: none;
}
.private-policy {
  margin-top: 50px;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
  padding-left: 60px !important;
}
.flag-container {
  margin-left: 10px;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent !important;
}

/* Post */
.post-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: -60px;
  margin-right: -60px;
  padding: 60px;
  background-color: #FBFBFB;
  border-radius: 20px;
  /* border: 1px solid #99CCEB; */
}
.post-header__left {
  width: 50%;
}
.post-title {
  position: relative;
  margin: 20px 0 20px;
  max-width: 850px;
  font-weight: 900;
  font-size: 44px;
  line-height: 60px;
  color: #3F3F3F;
}
.post-header__right {
  padding: 0 30px;
  width: 45%;
  /* border-radius: 20px;
  background-color: #bfcdfd; */
}
.post-header__picture img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}
.post-content p {
  line-height: 200%;
}
.comments-area .comment-reply-title {
  font-size: 24px;
}
.comments-area textarea {
  padding: 30px;
  min-width: 60%;
  font-size: 18px;
  border: none;
  border: 1px solid #F4DA81;
  background-color: #FEFDF8;
  border-radius: 15px;
}

@keyframes sho {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1366px) {
  .doc-3 .document__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .doc-3 .document__item:nth-child(1) .document__right {
    padding-top: 65px;
  }
  .doc-3 .document__item:nth-child(2) .document__right {
    padding-top: 30px;
  }
  .doc-3 .document__item:nth-child(3) .document__right {
    padding-top: 40px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .entry-content {
    max-width: 960px;
  }
  .header-top__license {
    max-width: 300px;
  }
  .header-bottom__phone {
    display: none;
  }
  .menu-top__list .menu-item a {
    font-size: 14px;
  }
  .menu-top__link--btn {
    padding: 8px 12px;
  }
  .menu-main__list .menu-item a {
    font-size: 14px;
  }
  .intro__left {
    min-width: unset;
  }
  .intro__right {
    width: 48%;
  }
  .intro__title {
    font-size: 41px;
    line-height: 125%;
  }
  .intro__option-block {
    margin: 0px 10px 0px 0px;
    padding: 10px 10px;
  }
  .intro__option-item {
    width: 95px;
    height: 95px;
  }
  .intro__option-text {
    top: 70px;
    font-size: 10px;
  }
  .intro__param {
    flex-wrap: wrap;
  }
  .intro__param-item {
    margin-bottom: 30px;
    width: 50%;
  }
  .study__subtitle--cup::before,
  .study__subtitle--notebook::before {
    display: none;
  }
  .study__item {
    font-size: 14px;
    line-height: 22px;
  }
  .program__level-item {
    padding: 20px;
  }
  .program__course-left {
    width: 50%;
  }
  .program__course-right {
    width: 50%;
  }
  .program__course-img {
    width: 100%;
  }
  .form-cnslt__inner {
    margin-bottom: unset;
    background-image: url(../img/bg_consult2.svg);
  }
  .form-cnslt__title {
    line-height: 125%;;
  }
  .form-cnslt__msg {
    margin-bottom: 20px;
  }
  .form-cnslt__msg::before {
    width: 276px;
    height: 89px;
    top: -52px;
    right: -217px;
  }
  .form-cnslt__btn-social {
    padding: 19px 25px 19px 58px;
  }
  .advantage__item {
    transform: scale(0.7);
  }
  .banner-cnslt__right {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .banner-cnslt__btn-form {
    margin-top: 15px;
  }
  .contact__img {
    height: 203px;
    object-fit: cover;
  }
  .contact__floor {
    white-space: nowrap;
  }
  .contact__left {
    font-size: 14px;
  }
  .contact__location {
    line-height: 30px;
  }
  .contact__msg {
    line-height: 30px;
  }
  .contact__email {
    font-size: 14px;
  }
  .contact__social-text {
    font-size: 14px;
  }
  .process__item:nth-child(2) .process__item-text::after {
    top: 90px;
    right: unset;
    left: 35px;
  }
  .process__item:nth-child(1) .process__item-text::after {
    top: 55px;
  }
  .process__item:nth-child(3) .process__item-img {
    height: 185px;
  }
  .process__item:nth-child(4) .process__item-img {
    height: 375px;
  }
  .diploma__img-wrap {
    width: 50%;
  }
  .diploma__img {
    width: 100%;
  }
  .diploma__text {
    width: 50%;
  }
  .footer .logo__img {
    margin-right: 25px;
    max-width: 125px;
  }
  .menu-footer__list .menu-item a {
    font-size: 14px;
    white-space: nowrap;
  }
  .footer__app-text {
    max-width: 200px;
    font-size: 14px;
    line-height: 21px;
  }
  .footer__app-link:not(:last-child) {
    margin-right: 10px;
  }
  .footer__app-img {
    max-width: 100px;
  }
  .footer__license {
    max-width: 455px;
  }
  .number__title {
    font-size: 52px;
  }
  .message__img {
    margin-right: 30px;
  }
  .calc__step-wrap {
    flex-direction: column;
  }
  .calc__step:not(:first-child) {
    margin-top: 30px;
  }
  .calc__step-wrap::after {
    display: none;
  }
  .review__item {
    width: 25%;
  }
  .tab__content-structure .tab__img {
    width: 50%;
  }
  .tab__content-license .tab__img {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .container {
    max-width: 720px;
  }
  .entry-content {
    max-width: 720px;
  }
  .entry-title {
    font-size: 33px;
    line-height: 47px;
  }
  .section-title {
    font-size: 33px;
    line-height: 125%;
  }
  .site-main {
    position: relative;
    top: 85px;
    padding-bottom: 85px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 0 15px;
    width: 100%;
    background-color: #FBFBFB;
    box-shadow: 0px 3px 5px 0px #e0e0e0;
    z-index: 1000;
  }
  .header-top {
    display: none;
  }
  .header-bottom {
    padding-top: 0;
  }
  .header-bottom__contact {
    display: none;
  }
  .btn_nav {
    display: inline-block;
  }
  .menu-main {
    display: none;
  }
  .intro--front {
    padding: 30px 0 60px;
  }
  .intro--course {
    padding: 30px 0 30px;
  }
  .intro__inner {
    flex-direction: column;
  }
  .intro__left {
    width: 100%;
  }
  .intro__title {
    font-size: 34px;
  }
  .intro__option {
    display: none;
  }
  .intro__right {
    display: none;
  }
  .intro__mobile-img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
  }
  .intro__mobile-image {
    width: 100%;
    max-width: 300px;
  }
  .intro__action {
    margin-top: 35px;
  }
  .intro__action {
    display: flex;
    justify-content: center;
  }
  .to-whom__list {
    flex-direction: column;
  }
  .to-whom__item {
    margin-bottom: 40px;
    width: 100%;
  }
  .calc__inner {
    flex-direction: column;
    padding: 30px 30px 30px 30px;
  }
  .calc__left {
    padding-right: 0;
  }
  .calc__title {
    margin-top: 0;
    font-size: 16px;
  }
  .calc__right {
    margin-top: 30px;
    width: 100%;
  }
  .calc__result {
    padding: 30px;
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .calc__step-wrap {
    padding: 20px 0;
  }
  .price-items__title {
    padding-top: 0;
  }
  .plan__item {
    width: 100%;
  }
  .plan__msg {
    line-height: 150%;
  }
  .for-whom__title {
    font-size: 33px;
  }
  .for-whom__list {
    justify-content: flex-start;
  }
  .for-whom__item {
    width: unset;
    min-width: 220px;
  }
  .for-whom .owl-stage {
    display: flex;
  }
  .study__title {
    font-size: 33px;
  }
  .study__content {
    flex-direction: column;
    padding: 20px 30px 30px;
  }
  .study__left {
    width: 100%;
  }
  .study__right {
    margin-top: 30px;
    width: 100%;
  }
  .study__item {
    margin-bottom: 30px;
  }
  .study__video {
    margin-bottom: 0;
  }
  .study__important {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .study__subtitle {
    font-size: 28px;
  }
  .program__title {
    font-size: 33px;
    line-height: 125%;
  }
  .program__content {
    flex-direction: column;
  }
  .program__level {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .program__level-text {
    /* display: none; */
    max-height: 100%;
  }
  .program__course {
    margin: 0;
    width: 100%;
  }
  .program__course-item {
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid transparent;
  }
  .form-cnslt__inner {
    flex-direction: column;
  }
  .form-cnslt__title {
    font-size: 33px;
  }
  .form-cnslt__left {
    width: 100%;
  }
  .form-cnslt__msg {
    display: none;
  }
  .form-cnslt__msg::before {
    display: none;
  }
  .form-cnslt__social {
    flex-wrap: wrap;
  }
  .form-cnslt__btn-social {
    margin-top: 15px;
  }
  .form-cnslt__right {
    width: 100%;
  }
  .form-cnslt__form {
    margin-top: 40px;
  }
  .document__list {
    flex-direction: column;
  }
  .document__item {
    width: 100%;
    min-height: 200px;
  }
  .document__item:not(:first-child) {
    margin-top: 30px;
  }
  .advantage__title {
    font-size: 33px;
  }
  .advantage__item {
    width: 200px;
    height: 200px;
    transform: none;
  }
  .advantage__item:nth-child(2) {
    width: 200px;
    height: 200px;
    transform: none;
  }
  .advantage__item:nth-child(3) {
    width: 200px;
    height: 200px;
    min-width: 200px;
    max-height: 200px;
    transform: none;
  }
  .advantage__items:last-child .advantage__item:nth-child(2) {
    margin-top: 0px;
    width: 200px;
    height: 200px;
    transform: none;
  }
  .advantage__img {
    max-width: 100px;
    max-height: 60px;
  }
  .advantage__text {
    line-height: 1.4;
    font-size: 14px;
  }
  .banner-cnslt__inner {
    flex-direction: column;
  }
  .banner-cnslt__left {
    width: 100%;
  }
  .banner-cnslt__right {
    width: 100%;
  }
  .banner-cnslt__right {
    justify-content: flex-start;
  }
  .banner-cnslt__btn-form {
    margin-top: 0px;
  }
  .contact__title {
    font-size: 33px;
  }
  .contact__content {
    flex-direction: column;
    padding: 35px 35px 35px 40px;
  }
  .contact__left {
    padding-right: 0;
    width: 100%;
  }
  .contact__location {
    width: 100%;
  }
  .contact__floor {
    width: 100px;
  }
  .contact__right {
    margin-top: 30px;
    width: 100%;
  }
  .process__item {
    margin-bottom: 45px;
  }
  .process__item:nth-child(1) {
    padding-right: 0;
    width: 100%;
    border-right: none;
  }
  .process__item:nth-child(1) .process__item-text::after {
    right: 55px;
    left: 0;
    margin: auto;
  }
  .process__item:nth-child(1) .process__item-wrap {
    margin-top: 70px;
  }
  .process__item-text {
    font-size: 14px;
    line-height: 150%;
  }
  .process__item:nth-child(2) {
    padding-left: 0;
    width: 100%;
  }
  .process__item:nth-child(2) .process__item-text::after {
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .process__item-wrap {
    height: unset;
  }
  .process__item:nth-child(2) .process__item-wrap {
    margin-top: 70px;
  }
  .process__item:nth-child(3), .process__item:nth-child(4) {
    width: 100%;
    padding-right: 0;
    border-right: unset;
  }
  .process__item:nth-child(4), .process__item:nth-child(5) {
    width: 100%;
    padding-left: 0;
  }
  .process__item:nth-child(3) .process__item-img {
    width: 100%;
    height: auto;
  }
  .process__item:nth-child(4) .process__item-img {
    width: 100%;
    height: auto;
  }
  .teacher__list {
    flex-wrap: wrap;
  }
  .teacher__item {
    width: 100%;
  }
  .diploma {
    padding: 0 0 15px;
  }
  .diploma__inner {
    flex-wrap: wrap;
  }
  .diploma__img-wrap {
    margin-right: 0;
    width: 100%;
  }
  .diploma__img {
    padding-right: 0;
  }
  .diploma__text {
    margin-top: 30px;
    width: 100%;
  }
  .faq__inner {
    flex-wrap: wrap;
  }
  .faq__list {
    width: 100%;
  }
  .faq__list:first-child {
    padding-right: 0;
  }
  .faq__list:last-child {
    margin-top: 0;
    padding-left: 0;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer .logo__img {
    max-width: unset;
  }
  .footer__app-text {
    max-width: unset;
  }
  .footer__col:not(:first-child) {
    margin-top: 15px;
  }
  .footer__license {
    margin-right: 0;
    margin-bottom: 0;
    max-width: unset;
  }
  .footer__app-img {
    max-width: unset;
  }
  .number__list {
    flex-wrap: wrap;
  }
  .number__item {
    width: 50%;
  }
  .number__item:nth-child(2n + 1) {
    padding-left: 0;
  }
  .number__item:nth-child(2n + 2)::after {
    display: none;
  }
  .direction__list {
    flex-wrap: wrap;
  }
  .direction__item {
    margin-bottom: 20px;
    width: 48%;
  }
  .approach__list {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .approach__item {
    width: 100%;
  }
  .approach__item:last-child .approach__text {
    margin-bottom: 15px;
  }
  .message__inner {
    flex-wrap: wrap;
  }
  .message__persone {
    max-width: 200px;
  }
  .message__text {
    margin-top: 50px;
  }
  .tab__inner {
    flex-direction: column;
  }
  .tab__select {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px #eee solid;
  }
  .tab__link {
    width: 33.3%;
    font-size: 14px;
  }
  .tab__link {
    border-right: 1px #eee solid;
  }
  .tab__link:nth-child(3n + 1) {
    border-left: 1px #eee solid;
  }
  .tab__link.active:nth-child(3n + 1) {
    border-left: solid 5px #f4da81
  }
  .tab__panel {
    margin-top: 30px;
    width: 100%;
  }
  .tab__content {
    padding: 0;
  }
  .menu-mobile {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
    transition: .3s;
    z-index: 1000;
    overflow-y: auto;
  }
  .menu-mobile.active {
    left: 0;
  }
  .menu-top__link--btn {
    padding: unset;
    text-align: unset;
    background-color: unset;
  }
  .menu-mobile__top {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-mobile__main {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-mobile .menu-item a {
    display: block;
    padding: 20px 20px;
    color: #3F3F3F;
    text-decoration: unset;
    border-bottom: 1px #eee solid;
    background-color: #ffffff;
  }
  .menu-mobile__phone {
    padding: 20px;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
  }
  .menu-mobile__phone strong {
    font-weight: normal;
  }
  .menu-mobile__social {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    padding-left: 20px;
  }
  .menu-mobile__social .form-cnslt__btn-social {
    margin-top: 0px;
  }
  .menu-mobile .form-cnslt__btn-social {
    font-weight: 400;
    color: #17171a;
    background-color: #ffffff;
  }
  .header-top__email--mobile {
    margin: 20px;
  }
  .header-top__license--mobile {
    margin: 0 20px 185px;
  }
  .hide-text p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .calc__discount-list {
    flex-direction: column;
  }
  .calc__discount-item {
    margin-bottom: 30px;
    width: 100%;
  }
  .calc__discount-text {
    margin-bottom: 0;
  }
  .steps-title {
    font-size: 34px;
    line-height: 150%;
  }
  .step-1 {
    flex-direction: column;
    margin-top: 60px;
  }
  .step-1__img {
    max-width: 430px;
  }
  .step-1__inner {
    width: 100%;
  }
  .step-2__inner {
    width: 100%;
  }
  .step-3__img {
    margin-left: 0;
  }
  .step-1__inner::after {
    display: none;
  }
  .step-2 {
    margin-top: 0;
  }
  .step-2__inner:first-child .step-2__img {
    display: inline-block;
    margin-left: 0;
  }
  .step-2__inner:nth-child(2) .step-2__img {
    display: none;
  }
  .step-2__inner .steps__name {
    margin-bottom: 20px;
  }
  .step-2__inner:nth-child(3):after {
    display: none;
  }
  .step-2__inner:nth-child(3) {
    position: relative;
    margin-top: 20px;
    padding-top: 0;
  }
  .step-3::before {
    display: none;
  }
  .step-3 {
    position: relative;
    padding: 0;
  }
  .step-3 {
    flex-direction: column;
  }
  .step-3 .steps__name {
    margin-bottom: 20px;
  }
  .faq--situation .faq__list {
    width: 100%;
  }
  .step-2__inner:nth-child(2)::before {
    display: none;
  }
  .step-3__inner::before {
    display: none;
  }
  .review__item {
    width: 33.3%;
  }
  .doc-3 .document__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .doc-3 .document__item:nth-child(1) .document__center {
    padding-top: 0;
  }
  .doc-3 .document__item:nth-child(2) .document__center {
    padding-top: 0;
  }
  .doc-3 .document__item:nth-child(3) .document__center {
    padding-top: 0;
  }
  .document__item .document__center .document__img {
    max-width: 150px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 33px;
    line-height: 42px;
  }
  p {
    font-size: 14px;
    line-height: 150%;
  }
  .entry-title {
    margin: 20px 0 20px;
  }
  .intro--front {
    padding: 30px 0 30px;
  }
  .intro__title {
    font-size: 28px;
  }
  .intro__text {
    font-size: 14px;
    line-height: 23px;
  }
  .intro__param-item {
    margin-bottom: 15px;
  }
  .intro__param-value {
    line-height: 125%;
  }
  .to-whom {
    padding: 0 0 15px;
  }
  .calc {
    padding: 0 0 30px;
  }
  .calc__inner {
    padding: 30px 20px 30px 20px;
  }
  .calc__result {
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 15px;
  }
  .calc__result-msg {
    margin-bottom: 20px;
  }
  .calc__result-value {
    width: 50%;
    font-size: 42px;
    line-height: 47px;
  }
  .calc__result-btn {
    margin: 0;
    width: 50%;
  }
  .calc__discount-item {
    padding: 20px 30px;
  }
  .calc__discount-title {
    font-size: 14px;
  }
  .calc__discount-mark {
    font-size: 14px;
  }
  .plan__item-title {
    font-size: 21px;
  }
  .process__item-wrap {
    margin-top: 0;
  }
  .process__item:nth-child(1) .process__item-text::after {
    display: none;
  }
  .process__item:nth-child(2) .process__item-text::after {
    display: none;
  }
  .process__item:nth-child(3) .process__item-text::after {
    display: none;
  }
  .process__item:nth-child(4) .process__item-text::after {
    display: none;
  }
  .process__item:nth-child(5) .process__item-text::after {
    display: none;
  }
  .process__item:nth-child(1) .process__item-wrap {
    margin-top: 0;
  }
  .process__item:nth-child(2) .process__item-wrap {
    margin-top: 0;
  }
  .process__item:nth-child(5) .process__item-wrap {
    align-self: center;
  }
  .form-cnslt__title {
    font-size: 28px;
  }
  .banner-cnslt__title {
    font-size: 24px;
  }
  .study__video {
    height: unset;
  }
  .study__video video {
    height: auto;
  }
  .study__important {
    display: none;
  }
  .study__subtitle {
    margin-bottom: 20px;
  }
  .program__level-name {
    font-size: 18px;
  }
  .program__level {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .program__level-item {
    margin-bottom: 10px;
    padding: 15px 25px;
  }
  .program__course-item {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: #ffffff;
  }
  .program__course-left {
    margin: auto;
    width: 100%;
  }
  .program__course-right {
    margin-top: 25px;
    width: 100%;
  }
  .program__course-text {
    margin-bottom: 0;
  }
  .program__level-item:nth-child(1) .program__course-item {
    border: 1px #9bcbea solid;
  }
  .program__level-item:nth-child(2) .program__course-item {
    border: 1px solid #F4DA81;
  }
  .program__level-item:nth-child(3) .program__course-item {
    border: 1px solid #A8D29E;
  }
  .form-cnslt__inner {
    padding: 25px 25px 40px 25px;
  }
  .form-cnslt__btn-social {
    margin-right: 15px;
    padding: 15px 20px 15px 60px;
  }
  .advantage__item {
    width: 140px;
    height: 140px;
  }
  .advantage__img {
    max-height: 42px;
  }
  .advantage__text {
    font-size: 12px;
  }
  .advantage__item:nth-child(2) {
    padding: 10px 10px 10px 10px;
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
  }
  .advantage__item:nth-child(3) {
    padding: 10px 10px 10px 10px;
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
  }
  .advantage__items:last-child .advantage__item:nth-child(1) {
    padding: 10px 10px 10px 10px;
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
  }
  .advantage__items:last-child .advantage__item:nth-child(2) {
    padding: 10px 10px 10px 10px;
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
  }
  .advantage__obj {
    display: none;
  }
  .banner-cnslt__inner {
    padding: 25px 25px 25px 25px;
  }
  .banner-cnslt__btn-form {
    margin-top: 20px;
  }
  .contact__content {
    margin-top: 10px;
  }
  .contact__content {
    padding: 30px 25px;
  }
  .contact__bottom {
    flex-wrap: wrap;
    justify-content: space-around;
    padding-right: 0;
  }
  .contact__bottom-item:first-child {
    padding-bottom: 20px;
    width: 100%;
    border-bottom: solid 1px #E9E9E9;
  }
  .contact__bottom-item:not(:first-child) {
    margin: 30px 15px 0;
  }
  .menu-footer__list {
    flex-wrap: wrap;
  }
  .footer__bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer__policy {
    margin-top: 15px;
  }
  .number {
    padding: 15px 0 30px;
  }
  .message__text {
    font-size: 14px;
    line-height: 150%;
  }
  .direction {
    padding: 10px 0 30px;
  }
  .direction__item {
    padding: 20px;
  }
  .approach__subtitle {
    font-size: 19px;
    line-height: 150%;
  }
  .approach__msg {
    margin-top: 15px;
    font-size: 14px;
    line-height: 150%;
  }
  .message__text {
    font-size: 14px;
    line-height: 150%;
  }
  .tab__content {
    font-size: 14px;
    line-height: 150%;
  }
  .hide-text {
    padding: 0 0 50px;
  }
  .steps-title {
    font-size: 28px;
    line-height: 125%;
  }
  .steps__name {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 125%;
  }
  .steps__title {
    font-size: 19px;
    line-height: 26px;
  }
  .steps__text {
    font-size: 14px;
    line-height: 150%;
  }
  .steps__descr {
    margin-left: 0;
  }
  .steps__info {
    margin-left: 0;
  }
  .steps input[type="file"] {
    margin-left: 0;
  }
  .step-2 .steps__msg {
    margin-left: 0;
  }
  .steps__radio {
    flex-direction: column;
    margin-left: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .steps__radio-item {
    margin-right: 0;
  }
  .steps__radio br {
    display: none;
  }
  .steps__addr-diploma {
    margin-left: 0;
  }
  .steps__address {
    margin-left: 0;
  }
  .step-3 .steps__name {
    margin-bottom: 20px;
  }
  .faq--situation {
    padding: 0;
  }
  .faq--situation .faq__inner {
    margin-top: 0;
  }
  .faq--situation .faq__item-title {
    font-size: 14px;
  }
  .faq--situation .faq__item-text {
    font-size: 14px;
  }
  .tab__content-structure .tab__img {
    width: 100%;
  }
  .tab__content-license .tab__img {
    width: 100%;
  }
  .plan__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 25px 15px 25px 25px;
    width: 100%;
    cursor: pointer;
  }
  .plan__item::after {
    content: '';
    position: absolute;
    top: 32px;
    right: 20px;
    width: 12px;
    height: 12px;
    border-top: 2px #9bcbea solid;
    border-right: 2px #9bcbea solid;
    transform: rotate(45deg);
  }
  .plan__item.active::after {
    top: 35px;
    transform: rotate(-45deg);
  }
  .plan__item-num {
    order: 1;
    top: 19px;
    right: unset;
    width: 41px;
    height: 41px;
  }
  .plan__item-title {
    order: 2;
    margin-bottom: 0;
    padding-right: 25px;
    padding-left: 55px;
    font-size: 24px;
  }
  .plan__item-text {
    order: 3;
    display: none;
    margin: 20px 0 0;
  }
  .plan__item.active .plan__item-text {
    display: inline;
  }
}

@media (max-width: 480px) {
  .entry-title {
    font-size: 24px;
    line-height: 31px;
  }
  .entry-content {
    padding-bottom: 10px;
  }
  h2 {
    font-size: 24px;
    line-height: 31px;
  }
  p {
    font-size: 14px;
    line-height: 150%;
  }
  .section-title {
    font-size: 24px;
    line-height: 31px;
  }
  .header {
    padding: 15px 0 15px;
  }
  .intro__title {
    font-size: 24px;
  }
  .intro__action {
    flex-direction: column;
  }
  .intro__btn-order {
    margin-right: 0;
  }
  .intro__btn-course {
    margin-top: 10px;
  }
  .intro__param-item {
    width: 100%;
  }
  .to-whom__item-text {
    font-size: 14px;
    line-height: 150%;
  }
  .calc__title {
    font-size: 14px;
  }
  .calc__step-title {
    font-size: 14px;
  }
  .calc__step-wrap {
    flex-direction: column;
  }
  .calc__step:not(:first-child) {
    margin-top: 15px;
  }
  .calc__result {
    padding: 15px;
  }
  .calc__result-msg {
    margin-bottom: 0;
  }
  .calc__result-value {
    margin-top: 15px;
    width: 100%;
    font-size: 33px;
    line-height: 125%;
  }
  .calc__result-btn {
    margin-top: 15px;
    width: 100%;
  }
  .plan {
    padding: 0 0 30px;
  }
  .plan__item {
    margin-bottom: 35px;
    padding: 25px 25px 25px 25px;
  }
  .plan__item::after {
    top: 32px;
    right: 25px;
    width: 10px;
    height: 10px;
  }
  .plan__item-num {
    top: -24px;
  }
  .plan__item-title {
    padding-left: 0;
    padding-right: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
  }
  .faq__item-title {
    font-size: 14px;
  }
  .faq__item-title {
    padding: 20px 40px 20px 20px;
  }
  .for-whom__title {
    font-size: 24px;
  }
  .for-whom__list {
    margin-top: 20px;
  }
  .study__title {
    font-size: 24px;
  }
  .study__content {
    margin-top: 15px;
  }
  .study__item {
    margin-bottom: 15px;
  }
  .study__subtitle {
    font-size: 20px;
  }
  .study__content {
    padding: 20px 20px 30px;
  }
  .program {
    padding: 0 0 20px;
  }
  .program__title {
    font-size: 24px;
  }
  .program__course-name {
    font-size: 17px;
    line-height: 150%;
  }
  .form-cnslt__form {
    padding: 45px 25px 30px;
  }
  .form-cnslt__title {
    font-size: 20px;
  }
  .form-cnslt__text {
    font-size: 14px;
  }
  .form-cnslt__btn-social {
    font-size: 0;
  }
  .form-cnslt__btn-social--tg::before {
    left: 0;
    right: 0;
  }
  .form-cnslt__btn-social--wa::before {
    left: 0;
    right: 0;
  }
  .form-cnslt__btn-social--vb::before {
    left: 0;
    right: 0;
  }
  .form-cnslt__btn-social--vk::before {
    left: 0;
    right: 0;
}
  .document__item {
    flex-direction: column;
    padding: 30px 25px 15px 25px;
  }
  .document__left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 130px;
  }
  .document__right {
    margin: 30px 0 0;
  }
  .document__text {
    max-width: unset;
  }
  .advantage {
    overflow: hidden;
  }
  .advantage__title {
    font-size: 24px;
    line-height: 125%;
  }
  .advantage__items {
    justify-content: flex-start;
    align-items: stretch;
  }
  .advantage__items:last-child {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
  }
  .advantage__item {
    flex-direction: row;
    justify-content: flex-start;
    padding: 15px;
    width: 260px;
    height: 100%;
    min-width: unset;
    min-height: unset;
    max-width: unset;
    max-height: unset;
    border-radius: 10px;
  }
  .advantage__img {
    margin-right: 20px;
    object-fit: contain;
  }
  .advantage__text {
    margin: 0;
    font-size: 14px;
    text-align: left;
  }
  .advantage__item:nth-child(2) {
    padding: 30px;
    width: 100%;
    height: unset;
    min-width: unset;
    min-height: unset;
    max-width: unset;
    max-height: unset;
  }
  .advantage__item:nth-child(3) {
    padding: 30px;
    width: 100%;
    height: unset;
    min-width: unset;
    min-height: unset;
    max-width: unset;
    max-height: unset;
  }
  .advantage__items:last-child .advantage__item:nth-child(1) {
    margin-left: 0;
    padding: 15px;
    width: 260px;
    height: 100%;
    min-width: unset;
    min-height: unset;
    max-width: unset;
    max-height: unset;
  }
  .advantage__items:last-child .advantage__item:nth-child(2) {
    padding: 30px;
    margin-right: 0;
    width: 100%;
    height: unset;
    min-width: unset;
    min-height: unset;
    max-width: unset;
    max-height: unset;
  }
  .advantage .owl-stage-outer {
    width: 100%;
  }
  .advantage .owl-stage {
    display: flex;
    align-items: stretch;
  }
  .advantage .owl-nav.disabled {
    display: none;
  }
  .banner-cnslt__title {
    font-size: 20px;
  }
  .banner-cnslt__text {
    font-size: 14px;
  }
  .contact__title {
    font-size: 24px;
  }
  .number__title {
    font-size: 34px;
    line-height: 53px;
  }
  .number__text {
    margin: 0;
  }
  .direction__title {
    margin-top: 10px;
    font-size: 16px;
  }
  .direction__item {
     width: 100%;
  }
  .direction__text {
    margin-top: 10px;
  }
  .approach__subtitle {
    font-size: 18px;
    line-height: 125%;
  }
  .message__img {
    margin-right: 0;
    padding-right: 20px;
    width: 40%;
  }
  .message__persone {
    max-width: 200px;
    width: 60%;
  }
  .tab__link {
    width: 100%;
    min-height: 60px;
    border-left: 1px #eee solid;
  }
  .review__item {
    width: 100%;
  }
  .search-form input[type="text"] {
    max-width: 100%;
  }
}

/* How It Works */
.how-it-works {
    padding: 60px 0;
    background-color: #ffffff;
}
.how-it-works__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 60px auto;
    max-width: 1024px;
}
.how-it-works__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.how-it-works__row-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.how-it-works__text-step {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 12px;
    background-color: #F4DA81;
    border-radius: 48px;
}
.how-it-works__text-title {
    font-size: 36px;
    line-height: 125%;
}
.how-it-works__text-text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 150%;
}
.how-it-works__text-text ul {
    font-size: 14px;
    line-height: 175%;
    padding-left: 20px;
}
.how-it-works__row:nth-child(1) {
    padding: 60px 0 0;
}
.how-it-works__row:nth-child(1) .how-it-works__row-text {
    margin-top: 40px;
    margin-left: 30%;
}
.how-it-works__row:nth-child(1) .how-it-works__text-step {
    margin-right: 30px;
}
.how-it-works__row:nth-child(1) .how-it-works__text-step::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 77px;
    top: -90px;
    right: 22px;
    background-image: url('../img/how-it-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.how-it-works__row:nth-child(1) .how-it-works__text-step::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 159px;
    top: 35px;
    right: 17px;
    background-image: url(../img/how-it-4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.how-it-works__row:nth-child(2) {
   padding: 45px 0 0;
}
.how-it-works__row:nth-child(2) .how-it-works__row-text {
    margin-top: 20px;
    margin-left: 7%;
    max-width: 555px;
}
.how-it-works__row:nth-child(2) .how-it-works__text-step {
    margin-right: 30px;
}
.how-it-works__row:nth-child(2) .how-it-works__row-img {
    margin-left: 5%;
    width: 176px;
}
.how-it-works__row:nth-child(2) .how-it-works__text-step::after {
    content: "";
    position: absolute;
    width: 233px;
    height: 188px;
    top: 65px;
    left: 24px;
    background-image: url(../img/how-it-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.how-it-works__row:nth-child(3) {
    margin-top: 20px;
    min-height: 260px;
}
.how-it-works__row:nth-child(3) .how-it-works__row-text {
    margin-top: 30px;
    margin-left: 23.8%;
    margin-right: 3.5%;
}
.how-it-works__row:nth-child(3) .how-it-works__text-step {
    margin-right: 30px;
}
.how-it-works__row:nth-child(3) .how-it-works__row-img {
    align-self: flex-end;
}
.how-it-works__row:nth-child(3) .how-it-works__text-step::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 159px;
    top: 70px;
    right: 23px;
    background-image: url(../img/how-it-3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.how-it-works__btn {
    display: block;
    margin: auto;
    padding: 15px 5%;
    max-width: 265px;
    color: #000;
    text-decoration: none;
    text-align: center;
    border: 1px #F4DA81 solid;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.how-it-works__btn:hover {
    background-color: #f4da81;
}

@media (max-width: 960px) {
    .how-it-works__row {
      flex-direction: column;
    }
    .how-it-works__text-step::before {
      display: none;
    }
    .how-it-works__text-step::after {
      display: none;
    }
    .how-it-works__row:nth-child(1) .how-it-works__row-text {
      margin-left: 0;
    }
    .how-it-works__row:nth-child(2) .how-it-works__row-text {
      margin-left: 0;
    }
    .how-it-works__row:nth-child(3) .how-it-works__row-text {
      margin-left: 0;
    }
    .how-it-works__row:nth-child(3) .how-it-works__row-img {
      order: 2;
      align-self: flex-start;
      margin-top: 30px;
    }
}

@media (max-width: 640px) {
  .logo {
    display: flex;
    align-items: center;
    width: 120px;
  }
  .logo__img {
    width: 100%;
  }
  .header__phone--mobile {
    display: block;
  }
  .intro__left {
    padding-right: 0;
  }
  .how-it-works__text-title {
    font-size: 18px;
    font-weight: bold;
  }
  .how-it-works__row-text {
    flex-direction: column;
    margin-top: 95px;
  }
  .how-it-works__text-inner {
    margin-top: 15px;
  }
  .how-it-works__row:nth-child(1) {
    padding: 0;
  }
  .how-it-works__row:nth-child(1) .how-it-works__row-img {
    max-width: 111px;
  }
  .how-it-works__row:nth-child(1) .how-it-works__text-step::before {
    display: block;
    width: 239px;
    height: 127px;
    top: -135px;
    left: 20px;
    background-image: url('../img/how-it-5.svg');
  }
  .how-it-works__row:nth-child(1) .how-it-works__text-step::after {
    display: block;
    width: 223px;
    height: 207px;
    top: 20px;
    left: 65px;
    background-image: url('../img/how-it-6.svg');
  }
  .how-it-works__row:nth-child(1) .how-it-works__row-text {
    padding-top: 60px;
  }
  .how-it-works__row:nth-child(1) .how-it-works__text-text {
    max-width: 240px;
  }
  .how-it-works__row:nth-child(2) {
    position: relative;
  }
  .how-it-works__row:nth-child(2) .how-it-works__row-img {
    max-width: 60px;
    margin-left: 0;
  }
  .how-it-works__row:nth-child(2) .how-it-works__text-step {
    position: absolute;
    top: 10px;
    left: 85px;
  }
  .how-it-works__row:nth-child(2) .how-it-works__text-step::after {
    display: block;
    width: 81px;
    height: 184px;
    top: 60px;
    left: -75px;
    background-image: url('../img/how-it-7.svg');
  }
  .how-it-works__row:nth-child(2) .how-it-works__text-inner {
    margin-top: -40px;
    margin-left: 110px;
  }
  .how-it-works__row:nth-child(2) .how-it-works__row-img:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: -70px;
  }
  .how-it-works__row:nth-child(3) {
    margin-top: 5px;
    min-height: 260px;
  }
  .how-it-works__row:nth-child(3) .how-it-works__row-text {
    margin-top: 0;
    min-height: 335px;
  }
  .how-it-works__row:nth-child(3) .how-it-works__text-step::after {
    display: block;
    width: 220px;
    height: 352px;
    top: 20px;
    left: 65px;
    background-image: url('../img/how-it-8.svg');
  }
  .how-it-works__row:nth-child(3) .how-it-works__text-inner {
    margin-top: 15px;
    max-width: 230px;
  }
  .how-it-works__row:nth-child(3) .how-it-works__row-img {
    margin-top: 10px;
    max-width: 155px;
  }
  .message__inner {
    justify-content: center;
  }
}


/* Price Section */
.price-section {
  display: none;
  margin-bottom: 60px;
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
  cursor: default;
  animation: sho .5s;
}
.price-section.active,
.price-section.dark.active {
  display: block;
}
.price-section.light {
  padding-top: 0;
}
.price-section.dark {
  padding-top: 0px;
}
.price-section__tab {
  position: relative;
  display: flex;
  left: 45px;
  bottom: -1px;
}
.price-section__tab-item {
  margin-right: 30px;  
  padding: 15px 45px;
  min-width: 30%;
  font-weight: 500;
  text-align: center;
  border-width: 1px 1px 1px 1px;
  border-color: #99CCEB;
  border-bottom-color: #eaf3fc;
  border-style: solid;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.price-section__tab-item.active {
  border-bottom-color: #ffffff;
}
.price-section__tab-item:nth-child(2) {
  background-color: #F4DA81;
  border-color: #F4DA81;
}
.price-section__inner * {
  margin: 0;
  padding: 0;
}
.price-section__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0px 30px 10px;
  border: 1px solid #99CCEB;
  /* border: 1px #eaf3fc solid; */
  border-radius: 10px 10px 10px 10px;
}
.price-section.dark .price-section__inner {
  padding: 30px 30px 10px;
  color: #FFFFFF;
  background-color: #3F3F3F;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.price-section__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.price-section__title {
  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 60px;
  color: #3F3F3F;
}
.price-section.dark .price-section__title {
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}
.price-section__msg {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 45px;
  font-size: 18px;
  line-height: 24px;
  background-color: #FBFBFB;
}
.price-section__msg::before {
  content: '';
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url('../img/icon-inf.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.price-section__subtitle {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 15px 15px 15px 60px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  background-color: #BADBF14D;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.price-section__subtitle::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 20px;
  width: 32px;
  height: 32px;
  background-image: url('../img/icon-pie.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.price-section__prop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px 15px;
  width: 100%;
  border-top: 1px #FFFFFF33 solid;
  border-bottom:  1px #FFFFFF33 solid;
}
.price-section__prop-item {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #FFFFFF;
}
.price-section__prop-item::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 13px;
  height: 12px;
  background-image: url('../img/icon-prop.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.price-section__prop-sep {
  width: 1px;
  height: 30px;
  background-color: #FFFFFF33;
}
.price-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
.price-section__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px 20px 30px;
  width: 19%;
  min-width: 222px;
  background-color: #F4DA8133;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.price-section.dark .price-section__item {
  margin-bottom: 20px;
  min-width: 210px;
  background-color: #FFFFFF1A;
  border: 1px #FFFFFF80 solid;
}
.price-section__item.mark {
  background-color: #BADBF166;
}
.price-section__mark {
  position: absolute;
  padding: 10px 15px;
  top: -5px;
  right: -5px;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  background-color: #9CD499;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transform: rotateZ(10deg);
}
.price-section__count {
  padding: 10px 15px;
  font-size: 20px;
  line-height: 100%;
  border: 1px #BBACAC solid;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.price-section.dark .price-section__count {
  color: #FFFFFF;
  background-color: #FFFFFF1A;
  border: 1px #656565 solid;
}
.price-section__current-price {
  margin-top: 45px;
  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 100%;
  white-space: nowrap;
}
.price-section.dark .price-section__current-price {
  color: #FFFFFF;
}
.price-section__old-price {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.price-section.dark .price-section__old-price {
  color: #FFFFFF;
}
.old-price-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.old-price-mark::after {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D42727;
}
.price-section__buy {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 22px 15px;
  margin-top: 45px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  background-color: #F4DA81;
  cursor: pointer;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: .2s;
}
.price-section__buy:hover {
  background-color: #FFFFFF;
}
.price-section.dark .price-section__buy {
  color: #3F3F3F;
}
.price-section__benefit {
  margin-top: 75px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.price-section.dark .price-section__benefit {
  font-weight: 400;
  color: #FFFFFF;
}

.price-section .owl-stage {
  display: flex;
}
.price-section .owl-nav.disabled,
.price-section .owl-dots.disabled {
  display: none;
}

@media (max-width: 1200px) {
  .price-section__msg {
    font-size: 16px;
  }
  .price-section__subtitle {
    font-size: 18px;
  }
  .price-section__count {
    font-size: 18px;
  }
  .price-section__current-price {
    font-size: 34px;
  }
  .price-section__old-price {
    font-size: 16px;
  }
  .price-section__mark {
    font-size: 16px;
  }
  .price-section__item {
    min-width: 205px;
    padding: 20px 15px 30px;
  }
  .price-section.dark .price-section__item {
    min-width: 205px;
  }
  .price-section__prop {
    flex-direction: column;
    align-items: flex-start;
  }
  .price-section__prop-sep {
    display: none;
  }
}
@media (max-width: 960px) {
  .price-section__title {
    margin-right: 30px;
  }
  .price-section__inner {
    padding: 0px 30px 30px;
  }
  .price-section.dark .price-section__inner {
    padding: 30px 30px 30px;
  }
  .price-section__list {
    flex-wrap: nowrap;
    margin-top: 15px;
    margin-right: -15px;
    padding: 15px 0 0;
    overflow: hidden;
  }
  .price-section__item {
    min-width: 240px;
    height: 100%;
  }
}
@media (max-width: 640px) {
  .price-section__tab {
    left: 0;
    justify-content: space-around;
    bottom: 0;
  }
  .price-section__tab-item {
    margin-right: 0;
  }
  .price-section.light {
    padding-bottom: 20px;
  }
  .price-section__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .price-section__inner {
    padding: 0px 5px 30px;
    border: unset;
  }
  .price-section__title {
    font-size: 32px;
  }
  .price-section__msg {
    margin-top: 15px;
  }
  .price-section__subtitle {
    margin-top: 15px;
  }
  .price-section.dark {
    margin-left: -15px;
    margin-right: -15px;
  }
  .price-section.dark .price-section__inner {
    padding: 30px 15px 30px;
    border-radius: 0;
  }
  .price-section__prop {
    padding: 20px 0px;
  }
  .price-section__prop-item {
    max-width: 340px;
  }
  .price-section__prop-item:not(:first-child) {
    margin-top: 5px;
  }
  .price-section.dark .price-section__item {
    min-width: 240px;
  }
}

/* Case Section */
.case-section {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "Nono Sans", Arial, Helvetica, sans-serif;
  cursor: default;
}
.case-section__title {
  margin: 0;
  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 100%;
  color: #3F3F3F;
}
.case-section__cat {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.case-section__cat-item {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #3F3F3F;
  text-align: center;
  background-color: #3F3F3F1A;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  cursor: pointer;
  transition: .2s;
}
.case-section__cat-item.active {
  background-color: #F4DA81;
}
.case-section__cat-item:hover {
  background-color: #F4DA81;
}
.case-section__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}
.case-section__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  min-height: 262px;
  background-color: #F4DA8133;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  animation: sho .5s;
}
/* .case-section__item.case-added {
  animation-duration: 1s;
  animation-name: added;
}
@keyframes added {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
} */
.case-section__item.hidden {
  display: none;
}
.case-section__item:not(.hidden):nth-child(2n) {
  background-color: #BADBF133;
}
.case-section .owl-item:nth-child(2n) .case-section__item {
  background-color: #BADBF133;  
}
.case-section__item-left {
  padding-right: 40px;
}
.case-section__item-title {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 900;
  line-height: 125%;
  color: #3F3F3F;
}
.case-section__item-field {
  display: flex;
}
.case-section__item-field:not(:first-child) {
  margin-top: 5px;
}
.case-section__item-param {
  width: 120px;
  font-size: 16px;
  line-height: 125%;
  color: #3F3F3F;
}
.case-section__item-value {
  width: 90%;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  color: #3F3F3F;
}
.case-section__item-desc {
  display: -webkit-box;
  position: relative;
  margin: 0;
  margin-top: 15px;
  max-height: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3F3F3F;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-section__item-desc.open {
  max-height: 100%;
  -webkit-box-orient: horizontal;
}
.case-section__item-show {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  font-size: 0;
  font-weight: 600;
  color: #4565D7;
  text-decoration: underline;
  cursor: pointer;
}
.case-section__item-desc.hidden + .case-section__item-show {
  font-size: 16px;
}
.case-section__item-desc.hidden + .case-section__item-show span {
  font-size: 0px;
}
.case-section__item-desc.open + .case-section__item-show {
  font-size: 0;
}
.case-section__item-desc.open + .case-section__item-show span {
  font-size: 16px;
}
.case-section__item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  min-width: 250px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.case-section__item-img {
  display: block;
  margin-top: 10px;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  object-fit: cover;
}
.case-section__item-name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
.case-section__item-contact {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}
.case-section__btn-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px #F4DA81 solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
  pointer-events: visible;
}
.case-section__btn-upload.hidden {
  display: none;
}
.case-section .owl-nav.disabled,
.case-section .owl-dots.disabled {
  display: none;
}
@media (max-width: 960px ) {
  .case-section__item-desc {
    font-size: 14px;
  }
}
@media (max-width: 640px ) {
  .case-section {
    margin-left: -15px;
    /* margin-right: -15px; */
    padding: 0 15px;
  }
  .case-section__title {
    font-size: 32px;
  }
  .case-section__list .owl-stage {
    display: flex;
    align-items: stretch;
  }
  .case-section .owl-nav .disabled {
    display: none;
  }
  .case-section__list {
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
  }
  .case-section__item {
    flex-direction: column;
    margin: 0 15px;
    padding: 20px 20px;
    max-width: 290px;
    height: 100%;
  }
  .case-section__item-left {
    padding-right: 0px;
  }
  .case-section__item-right {
    margin-top: 30px;
    min-height: 200px;
  }
  .case-section__item-title {
    font-size: 18px;
  }
  .case-section__item-param {
    max-width: 80px;
  }
  .case-section__btn-upload {
    /* width: 100%; */
    height: 100%;
    min-width: 290px;
    margin-left: 15px;
  }
  /* .case-section__btn-upload.hidden {
    display: none;
  } */
}


/* Social Section */
.social-section {
  font-family: "Nono Sans", Arial, Helvetica, sans-serif;
  cursor: default;
}
.social-section__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.social-section__side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #3F3F3F;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.social-section__center {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px;
  padding: 50px 20px 15px;
  width: 100%;
  background-color: #F4DA81;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.social-section__center::after {
  content: '';
  position: absolute;
  top: 25px;
  left: 30px;
  width: 74px;
  height: 58px;
  background-image: url('../img/img-stars.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.social-section__center::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 30px;
  width: 74px;
  height: 58px;
  background-image: url('../img/img-stars.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
}
.social-section__title {
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
  color: #3F3F3F;
}
.social-section__list {
  column-count: 2;
  padding-left: 30px;
}
.social-section__item {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 100%;
  color: #3F3F3F;
}
.social-section__name {
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
}
.social-section__qr {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.social-section__link {
  display: inline-block;
  padding: 10px 20px;
  max-width: 130px;
  width: 100%;
  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #3F3F3F;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-color: #F4DA81;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

@media ( max-width: 960px ) {
  .social-section__inner {
    flex-direction: column;
  }
  .social-section__side:first-child {
    margin-bottom: 15px;
  }
  .social-section__center {
    margin: 0;
  }
  .social-section__side:last-child {
    margin-top: 15px;
  }
  .social-section__link {

  }
}

@media ( max-width: 640px ) {
  .social-section__title {
    font-size: 24px;
  }
  .social-section__list {
    column-count: 1;
  }
}

/* Geo  */
.geo {
  padding: 0 0 45px 0;
}
.geo__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.geo__link {
  display: inline-block;
  margin-right: 30px;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
}
.geo__link:nth-child(16n + 1) {
  font-size: 40px;
  color: #548EB1;
}
.geo__link:nth-child(16n + 2) {
  font-size: 24px;
  color: #548EB1;
}
.geo__link:nth-child(16n +3) {
  font-size: 34px;
  color: #E4B820;
}
.geo__link:nth-child(16n + 4) {
  font-size: 24px;
  color: #548EB1;
}
.geo__link:nth-child(16n + 5) {
  font-size: 20px;
  color: #548EB1;
}
.geo__link:nth-child(16n + 6) {
  font-size: 40px;
  color: #548EB1;
}
.geo__link:nth-child(16n + 7) {
  font-size: 30px;
  color: #548EB1;
}
.geo__link:nth-child(16n + 8) {
  font-size: 20px;
  color: #E4B820;
}
.geo__link:nth-child(16n + 9) {
  font-size: 30px;
  color: #548EB1;
}
.geo__link:nth-child(16n + 10) {
  font-size: 40px;
  color: #548EB1;
}
.geo__link:nth-child(16n + 11) {
  font-size: 30px;
  color: #548EB1;
}
.geo__link:nth-child(16n + 12) {
  font-size: 20px;
  color: #548EB1;
}
.geo__link:nth-child(16n + 13) {
  font-size: 20px;
  color: #548EB1;
}
.geo__link:nth-child(16n + 14) {
  font-size: 34px;
  color: #E4B820;
}
.geo__link:nth-child(16n + 15) {
  font-size: 24px;
  color: #548EB1;
}
.geo__link:nth-child(16n + 16) {
  font-size: 34px;
  color: #E4B820;
}
@media (max-width: 640px) {
  .geo__list {
    justify-content: space-around;
  }
  .geo__link:nth-child(16n + 1) {
    font-size: 30px;
    color: #548EB1;
  }
  .geo__link:nth-child(16n + 2) {
    font-size: 18px;
    color: #548EB1;
  }
  .geo__link:nth-child(16n +3) {
    font-size: 26px;
    color: #E4B820;
  }
  .geo__link:nth-child(16n + 4) {
    font-size: 18px;
    color: #548EB1;
  }
  .geo__link:nth-child(16n + 5) {
    font-size: 15px;
    color: #548EB1;
  }
  .geo__link:nth-child(16n + 6) {
    font-size: 30px;
    color: #548EB1;
  }
  .geo__link:nth-child(16n + 7) {
    font-size: 22px;
    color: #548EB1;
  }
  .geo__link:nth-child(16n + 8) {
    font-size: 15px;
    color: #E4B820;
  }
  .geo__link:nth-child(16n + 9) {
    font-size: 22px;
    color: #548EB1;
  }
  .geo__link:nth-child(16n + 10) {
    font-size: 30px;
    color: #548EB1;
  }
  .geo__link:nth-child(16n + 11) {
    font-size: 22px;
    color: #548EB1;
  }
  .geo__link:nth-child(16n + 12) {
    font-size: 15px;
    color: #548EB1;
  }
  .geo__link:nth-child(16n + 13) {
    font-size: 15px;
    color: #548EB1;
  }
  .geo__link:nth-child(16n + 14) {
    font-size: 26px;
    color: #E4B820;
  }
  .geo__link:nth-child(16n + 15) {
    font-size: 18px;
    color: #548EB1;
  }
  .geo__link:nth-child(16n + 16) {
    font-size: 26px;
    color: #E4B820;
  }
  .geo__link {
    margin-right: 20px;
    line-height: 36px;
  }
}

/* App  */
.app {
  position: relative;
  display: flex;
  margin-top: 25px;
  margin-bottom: 60px;
  padding: 0 40px 0;
  background-color: #F4DA81;
  border-radius: 10px;
}
.app::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 30px;
  width: 74px;
  height: 58px;
  background-image: url(../img/img-stars.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
}
.app__title {
  margin: 0;
  margin-top: 40px;
  font-size: 30px;
  line-height: 100%;
  color: #3F3F3F;
}
.app__text {
  margin: 20px 0 45px;
  font-size: 20px;
  color: #3f3f3f;
}
.app__link {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}
.app__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app__img {
  position: relative;
  padding: 0;
  bottom: 0;
}
.app__class {
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .app__img {
    display: none;
  }
  .app__right {
    align-items: flex-end;
  }
  .app__class {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .app {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .price-section.light {
    margin-bottom: 0;
  }
  .price-section__title {
    margin: 0;
  }
  .price-section__subtitle {
    font-size: 16px;
    line-height: 150%;
  }
  .price-section__benefit {
    margin-top: 30px;
  }
  .price-section__tab {
    justify-content: flex-start;
  }
  .price-section__tab-item {
    margin-right: 10px;
    padding: 15px 25px;
  }
}