@charset "UTF-8";
@font-face {
  font-family: "Adobe Text Pro";
  src: url("/files/AdobeTextPro-Semibold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Adobe Text Pro";
  src: url("/files/AdobeTextPro-Bold.woff2") format("woff2");
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
  text-decoration: none !important;
}

html,
body {
  background: #fff;
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  color: #303030;
  font-family: "Ubuntu";
  line-height: normal;
  font-size: 10px;
}

.justify-wrap {
  text-align: justify;
  font-size: 0;
  text-justify: newspaper;
}

.justify-wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent !important;
}

[placeholder]:focus:-moz-placeholder {
  color: transparent !important;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent !important;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.container {
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 320px;
}

.wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 320px;
  min-height: 100%;
}

.sc__promo {
  height: 1080px;
  background: url("./promo-bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.sc__promo.sc__promo-doshkolniki {
  background-image: url("./promo-bg-doshkolniki.jpg");
}
.sc__promo.sc__promo-shkolniki {
  background-image: url("./promo-bg-shkolniki.jpg");
}
.sc__promo.sc__promo-podrostki {
  background-image: url("./promo-bg-podrostki.jpg");
}
.sc__promo .container {
  padding-top: 235px;
}
.sc__promo:after {
  content: "";
  position: absolute;
  background: url("./promo-decor.png") no-repeat center top;
  height: 161px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.promo__title {
  font-size: 44px;
  line-height: 48px;
  font-weight: bold;
  font-family: "Adobe Text Pro";
  margin-bottom: 24px;
}

.promo__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 45px;
}

.btn__custom {
  height: 70px;
  border-radius: 35px;
  padding: 0 40px;
  background: #c1a14d;
  color: #fff !important;
  box-shadow: 0px 11px 13px 0px rgba(193, 161, 77, 0.25);
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}
.btn__custom:hover {
  box-shadow: 0px 0px 0px 0px rgba(193, 161, 77, 0.4);
}

.icon__order {
  width: 32px;
  height: 32px;
  background: url("./order-icon.svg") no-repeat center;
  background-size: contain;
  margin-right: 13px;
}

.promo__content {
  margin-bottom: 72px;
}

.steps__item-text {
  color: #7c7c7c;
  font-size: 15px;
  line-height: 22px;
}

.steps__item:not(:last-child) {
  margin-right: 44px;
}

.steps__item-numb {
  margin-bottom: 12px;
  font-size: 43px;
  line-height: 36px;
  font-weight: bold;
  font-family: "Adobe Text Pro";
  color: rgba(0, 0, 0, 0.15);
}
.steps__item-numb img {
  display: block;
  height: 100%;
}

.steps__item:first-child .steps__item-numb {
  color: #c1a14d;
}

.header {
  position: absolute;
  z-index: 100;
  height: 150px;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  top: 0;
}
.header .container {
  height: 100%;
}
.header .container > .row {
  height: 100%;
}

.logo__left {
  width: 60px;
  min-width: 20px;
  margin-right: 20px;
}
.logo__left img {
  display: block;
  width: 100%;
}

.logo__right {
  width: 220px;
}
.logo__right img {
  display: block;
  width: 100%;
}

.info__label {
  font-size: 14px;
  font-style: italic;
  color: #9f9f9f;
  margin-bottom: 5px;
}

.info__value {
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}
.info__value a {
  color: #303030 !important;
}
.info__value a:hover {
  color: #c1a14d !important;
}

.callback__box {
  margin-left: -15px;
}

.btn__small {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  font-size: 14px;
  color: #fff !important;
  background: #c1a14d;
  box-shadow: 0px 11px 13px 0px rgba(193, 161, 77, 0.4);
  border: none;
  cursor: pointer;
}
.btn__small:hover {
  box-shadow: 0px 0px 0px 0px rgba(193, 161, 77, 0.4);
}

.btn__details {
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
  color: #fff !important;
  padding: 0 40px 3px;
  background: #c1a14d;
}
.btn__details:hover {
  background: #ac892c;
}

.section__title {
  font-size: 44px;
  line-height: 48px;
  font-weight: bold;
  font-family: "Adobe Text Pro";
  margin-bottom: 48px;
}

.why__item-icon {
  height: 60px;
  margin-bottom: 35px;
}
.why__item-icon img {
  display: block;
  height: 100% !important;
}

.why__item-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 22px;
}

.why__item-text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #3c3c3c;
  padding-right: 30px;
}

.sc__why .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.why__item:last-child .why__item-text {
  padding-right: 25px;
}

.why__item:not(:first-child) .why__item-block {
  margin-left: -15px;
}

.sc__about {
  background: url("./about-bg.jpg") no-repeat center;
  background-size: cover;
  height: 1030px;
}
.sc__about .container {
  padding-top: 215px;
}

.about__info-block {
  margin-left: -30px;
  margin-top: 13px;
}

.about__name {
  font-size: 15px;
  line-height: 22px;
  color: #3c3c3c;
  margin-bottom: 10px;
  font-weight: 500;
}

.about__position {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  color: #3c3c3c;
}

.about__content {
  margin-left: -30px;
}
.about__content .text__custom {
  margin-bottom: 40px;
}

.section__subtitle {
  font-size: 30px;
  font-weight: bold;
  font-family: "Adobe Text Pro";
  line-height: 48px;
  color: #a6a6a6;
}

.text__custom {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #3c3c3c;
}
.text__custom > *:first-child {
  margin-top: 0 !important;
}
.text__custom > *:last-child {
  margin-bottom: 0 !important;
}
.text__custom p {
  margin: 0 0 16px 0;
}
.text__custom b,
.text__custom strong {
  font-weight: 500;
}

.btn__custom-medium {
  height: 58px;
  border-radius: 29px;
}

.sc__programs {
  position: relative;
}
.sc__programs:before {
  content: "";
  position: absolute;
  bottom: 100%;
  margin-bottom: -40px;
  left: 0;
  right: 0;
  background: url("./promo-decor.png") no-repeat center;
  height: 161px;
}
.sc__programs .container {
  padding-top: 140px;
  padding-bottom: 85px;
}
.sc__programs .section__title {
  text-align: center;
}

.programs__item {
  -webkit-box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.09);
  border-radius: 17px;
  overflow: hidden;
}
.programs__item:not(:last-child) {
  margin-bottom: 50px;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none !important;
}

.programs__item-img {
  margin-right: -30px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.programs__item-content {
  /* min-height: 380px; */
  padding: 60px 97px 60px 70px;
}

.programs__item-title {
  line-height: 32px;
  font-size: 32px;
  color: #c1a14d;
  margin-right: 25px;
  font-weight: bold;
  font-family: "Adobe Text Pro";
}

.programs__item-age {
  font-weight: bold;
  font-size: 15px;
  color: #303030;
  line-height: 32px;
  padding: 0 16px;
  border-radius: 16px;
  background: #f4f4f4;
}

.programs__item-descr {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 300;
  color: #3c3c3c;
  margin-bottom: 30px;
}

.programs__item-header {
  margin-bottom: 20px;
}

.sc__metodic {
  position: relative;
  min-height: 1750px;
}
.sc__metodic .section__bg {
  position: absolute;
  background: url("./metodic-bg.jpg") no-repeat center top;
  height: 1750px;
  background-size: cover;
  width: 100%;
  left: 0;
  top: 0;
}
.sc__metodic .container {
  position: relative;
  z-index: 5;
  padding-top: 185px;
}

.sc__programs {
  position: relative;
}
.sc__programs:after {
  content: "";
  background: url(./programs-decor-down.png) no-repeat center;
  height: 566px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -256px;
  width: 100%;
  z-index: 3;
}

.programs__list {
  position: relative;
  z-index: 5;
}

.text__custom h4 {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #3c3c3c;
  margin: 35px 0 10px 0;
}
.text__custom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #3c3c3c;
}
.text__custom ul li {
  padding-left: 20px;
  position: relative;
}
.text__custom ul li:not(:last-child) {
  margin-bottom: 8px;
}
.text__custom ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background: url("./check.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 6px;
}

.metodic__main-content {
  min-height: 505px;
  font-size: 1.8rem;
}

.metodic__box-main {
  margin-bottom: 85px;
}
.metodic__box-main h4{font-weight:bold;font-size: 2.1rem;margin: 5rem 0 2rem;}
.section__title-custom {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  font-family: "Adobe Text Pro";
  color: #303030;
  margin-bottom: 50px;
}

.tests__pager-item-icon {
  margin-bottom: 45px;
}

.icon__test {
  width: 45px;
  height: 45px;
  position: relative;
}
.icon__test:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("./medal.svg") no-repeat;
  top: 0;
  left: 0;
  background-size: contain;
}
.icon__test:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("./medal-active.svg") no-repeat;
  top: 0;
  left: 0;
  background-size: contain;
  opacity: 0;
}

.tests__pager-item:not(:last-child) {
  margin-right: 141px;
}

.test__pager-item-block {
  position: relative;
}
.test__pager-item-block:before {
  content: "";
  width: 120px;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  height: 3px;
  z-index: 2;
  background: #c7ab5f;
  opacity: 0;
  margin-top: 7px;
  position: absolute;
}
.test__pager-item-block:hover:before {
  opacity: 1;
}
.test__pager-item-block:hover .icon__test:before {
  opacity: 0;
}
.test__pager-item-block:hover .icon__test:after {
  opacity: 1;
}

.tests__pager {
  position: relative;
}
.tests__pager:after {
  content: "";
  position: absolute;
  right: -2000px;
  width: 4000px;
  height: 1px;
  background: #eceef3;
  top: 65px;
}

.tests__pager-item-title {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #c1a14d;
  text-align: center;
  font-weight: bold;
  font-family: "Adobe Text Pro";
}

.tests__pager-item.active .test__pager-item-block:before {
  opacity: 1;
}
.tests__pager-item.active .icon__test:before {
  opacity: 0;
}
.tests__pager-item.active .icon__test:after {
  opacity: 1;
}

.test__info-title {
  font-size: 24px;
  font-weight: 500;
  color: #303030;
  margin-bottom: 21px;
}

.tests__content-box {
  margin-right: -15px;
}

.tests__pager {
  margin-bottom: 70px;
}

.tests__circle {
  position: relative;
  width: 192px;
  height: 192px;
  margin: 0 auto;
}
.tests__circle:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 6px solid #eeeff1;
  border-radius: 50%;
  position: absolute;
}

.tests__detail-item-decor {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e1e5ed;
  margin-bottom: 10px;
  margin-left: -4px;
  cursor: pointer;
}
.tests__detail-item-decor:hover {
  background: #c7ab5f;
}

.tests__detail-item-name {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #303030;
}

.tests__detail-item-descr {
  font-size: 14px;
  color: #767676;
}

.tests__detail-item:nth-child(2) .tests__detail-item-decor {
  margin-bottom: 39px;
}
.tests__detail-item:nth-child(3) .tests__detail-item-decor {
  margin-bottom: 76px;
}
.tests__detail-item:nth-child(4) .tests__detail-item-decor {
  margin-bottom: 116px;
}
.tests__detail-item:nth-child(5) .tests__detail-item-decor {
  margin-bottom: 157px;
}

.tests__detail-item.active .tests__detail-item-decor {
  background: #c7ab5f;
}

.test__info-item,
.circle__data-item {
  display: none;
}
.test__info-item.active,
.circle__data-item.active {
  display: block;
}

.circle__data {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}

.circle__data-item-title {
  font-size: 30px;
  font-weight: bold;
  color: #303030;
  margin-bottom: 6px;
}

.circle__data-item-label {
  font-size: 14px;
  line-height: 18px;
  color: #3c3c3c;
}

.circle__fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke-dasharray: 622;
  stroke-dashoffset: 622;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.circle__fill.mode__1 {
  stroke-dashoffset: 400;
}
.circle__fill.mode__2 {
  stroke-dashoffset: 300;
}
.circle__fill.mode__3 {
  stroke-dashoffset: 200;
}
.circle__fill.mode__4 {
  stroke-dashoffset: 100;
}
.circle__fill.mode__5 {
  stroke-dashoffset: 50;
}

.statistic__box {
  border-radius: 17px;
  height: 320px;
  position: relative;
  padding-left: 415px;
  padding-right: 82px;
  -webkit-box-shadow: 0px 40px 30px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 40px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 40px 30px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow: hidden;
}

.metodic__box-tests {
  margin-bottom: 125px;
}

.statistic__box-bg {
  background: url("./stat-img.jpg") no-repeat center;
  background-size: contain;
  width: 447px;
  height: 284px;
  left: 0;
  position: absolute;
  bottom: 0;
}

.statistic__box-value {
  background: url(./ellipse-decor.png) no-repeat center;
  background-size: contain;
  height: 146px;
  width: 249px;
  color: #fff;
  font-size: 85px;
  font-weight: bold;
  font-family: "Adobe Text Pro";
  position: relative;
  z-index: 4;
  line-height: 85px;
  padding-top: 12px;
  margin-right: 36px;
  min-width: 249px;
}

.statistic__box-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #303030;
}

.section__group {
  padding-top: 130px;
}

.sc__metodic {
  position: relative;
}
.sc__metodic:after {
  content: "";
  position: absolute;
  background: url("./metodic-decor-down.png") no-repeat center;
  left: 0;
  height: 408px;
  width: 100%;
  bottom: 0;
  margin-bottom: -175px;
}

.section__group {
  position: relative;
  z-index: 3;
}

.section__group-title {
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Adobe Text Pro";
  color: #303030;
}

.group__numb {
  position: relative;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  font-family: "Adobe Text Pro";
}
.group__numb:before {
  content: "";
  position: absolute;
  background: url("./numb-decor.png") no-repeat center;
  background-size: contain;
  width: 87px;
  height: 93px;
  left: 50%;
  top: 50%;
  margin-left: -43px;
  margin-top: -47px;
}
.group__numb span {
  position: relative;
  z-index: 4;
}

.section__group-box-title {
  font-size: 36px;
  font-family: "Adobe Text Pro";
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}

.group__numb-box {
  margin-bottom: 5px;
}

.section__group-title {
  margin-bottom: 80px;
}

.section__group-box-subtitle {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #a7b1bc;
  margin-top: 8px;
}

.section__centre .section__group-box-header {
  margin-bottom: 50px;
}

.centre__info-icon {
  min-width: 67px;
}
.centre__info-icon img {
  display: block;
}

.centre__info-text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #3c3c3c;
  margin-right: -10px;
}

.centre__info {
  max-width: 555px;
}

.centre__info-item {
  margin-bottom: 35px;
}

.centre__info .row {
  margin-bottom: -35px;
}

.section__centre .container {
  position: relative;
}
.section__centre .centre__sert-img {
  background: url("./sert-img.jpg") no-repeat;
  width: 894px;
  height: 653px;
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -131px;
  top: -80px;
}

.centre__info {
  position: relative;
  z-index: 3;
}

.section__centre {
  margin-bottom: 210px;
}

.section__group-box-text {
  font-size: 18px;
  line-height: 28px;
  color: #b5b9c3;
  margin-top: 10px;
}

.metodic__item-title {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #3c3c3c;
}

.metodic__item-descr {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #3c3c3c;
}

.metodic__item {
  position: relative;
  z-index: 4;
  margin-bottom: 45px;
}
.metodic__item:nth-child(2n + 1) {
  text-align: right;
}
.metodic__item:nth-child(2n) {
  text-align: left;
  margin-left: 33.333333%;
}
.metodic__item:nth-child(2) .metodic__item-descr {
  height: 72px;
}
.metodic__item:nth-child(3),
.metodic__item:nth-child(5) {
  padding-right: 67px;
}
.metodic__item:nth-child(4),
.metodic__item:nth-child(6) {
  padding-left: 67px;
}

.metodic__list {
  position: relative;
}
.metodic__list .row {
  margin-bottom: -45px;
}

.metodic__img {
  background: url("./metodic-img.jpg") no-repeat center;
  background-size: contain;
  width: 483px;
  height: 653px;
  position: absolute;
  left: 50%;
  margin-left: -240px;
  top: 40px;
}

.section__metodic {
  margin-bottom: 170px;
  padding-top: 3rem;
}
.section__metodic .section__group-box-header {
  margin-bottom: 75px;
}

.section__native {
  background: #303030;
  position: relative;
}
.section__native .section__group-box-title {
  color: #fff;
}
.section__native .section__group-box-header {
  margin-bottom: 45px;
}
.section__native .container {
  padding-bottom: 140px;
  position: relative;
  z-index: 6;
}
.section__native:before {
  content: "";
  position: absolute;
  background: url(./native-bg-top.png) no-repeat center;
  width: 100%;
  left: 0;
  bottom: 100%;
  height: 580px;
  margin-bottom: -434px;
  z-index: 3;
}
.section__native:after {
  content: "";
  position: absolute;
  background: url(./native-bg-bottom.png) no-repeat center;
  width: 100%;
  left: 0;
  top: 100%;
  height: 580px;
  margin-top: -515px;
  z-index: 3;
}

.section__native-bg {
  background: #fff;
  position: absolute;
}

.native__img {
  max-width: 506px;
}
.native__img img {
  display: block;
  width: 100%;
}

.section__native .text__custom {
  margin-top: 20px;
  color: #fff;
}
.section__native .text__custom p {
  margin: 0 0 24px 0;
}

.text__custom h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  margin: 0 0 30px 0;
}

.native__speaker-info {
  margin-bottom: 83px;
}

.section__box-label {
  text-align: center;
  font-family: "Adobe Text Pro";
  font-weight: bold;
  margin-bottom: 54px;
  font-size: 30px;
  color: #fff;
}

.native__results-icon {
  height: 48px;
  margin-bottom: 30px;
}
.native__results-icon img {
  display: block;
  height: 100%;
}

.native__results-item-title {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin: 0 -15px;
}

.section__rooms {
  background: #f6f7fb;
}
.section__rooms .container {
  padding-top: 140px;
}
.section__rooms .section__group-box-header {
  margin-bottom: 60px;
}

.gallery__item-img {
  border: 13px solid #fff;
  display: block;
  width: 480px;
  -webkit-box-shadow: 0px 11px 30px 0px rgba(35, 40, 59, 0.11);
  -moz-box-shadow: 0px 11px 30px 0px rgba(35, 40, 59, 0.11);
  box-shadow: 0px 11px 30px 0px rgba(35, 40, 59, 0.11);
}
.gallery__item-img img {
  display: block;
  width: 100%;
}

.gallery__item:hover .zoom__img {
  opacity: 1;
}

.gallery__box {
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
}

.zoom__img {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 50%;
  z-index: 10;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: #c1a14d;
  opacity: 0;
}
.zoom__img:before {
  content: "";
  left: -50px;
  right: -50px;
  bottom: -50px;
  top: -50px;
  position: absolute;
}

.icon__zoom {
  background: url("./more.svg") no-repeat center;
  width: 26px;
  height: 26px;
  background-size: contain;
}

.slide__nav {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c1a14d;
  margin-top: -24px;
  z-index: 10;
  cursor: pointer;
  -webkit-box-shadow: 0px 11px 13px 0px rgba(193, 161, 77, 0.32);
  -moz-box-shadow: 0px 11px 13px 0px rgba(193, 161, 77, 0.32);
  box-shadow: 0px 11px 13px 0px rgba(193, 161, 77, 0.32);
}
.slide__nav:hover {
  -webkit-box-shadow: 0px 11px 13px 0px rgba(193, 161, 77, 0);
  -moz-box-shadow: 0px 11px 13px 0px rgba(193, 161, 77, 0);
  box-shadow: 0px 11px 13px 0px rgba(193, 161, 77, 0);
}

.rooms__gallery-box {
  position: relative;
}
.rooms__gallery-box .slide__prev {
  left: -78px;
}
.rooms__gallery-box .slide__next {
  right: -78px;
}

.flipto-prev,
.flipto-next {
  display: none !important;
}

.section__teachers {
  background: #f6f7fb;
}
.section__teachers .container {
  padding-top: 68px;
}

.slide__prev:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 14px;
  background: url("./arrow-left.svg") no-repeat center;
  background-size: contain;
  margin-left: -9px;
  margin-top: -7px;
  z-index: 4;
}

.slide__next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 14px;
  background: url("./arrow-right.svg") no-repeat center;
  background-size: contain;
  margin-left: -9px;
  margin-top: -7px;
  z-index: 4;
}

.tests__info-list {
  min-height: 437px;
}

.section__group-box-header {
  position: relative;
  z-index: 3;
}

.section__teachers .section__group-box-header {
  margin-bottom: 35px;
}

.teachers__item-img {
  padding-left: 0;
  margin-right: -75px;
}
.teachers__item-img img {
  max-width: 100%;
  display: block;
}

.teachers__item-name {
  font-size: 22px;
  line-height: 30px;
  color: #303030;
  margin-bottom: 6px;
}

.postid-269 .programs__icons-item,
.postid-329 .programs__icons-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.postid-269 .programs__icons-list,
.postid-329 .programs__icons-list {
  margin-bottom: 65px;
}
.postid-269 .programs__icons-item-title,
.postid-329 .programs__icons-item-title {
  height: 52px;
}

.postid-320 .programs__icons-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.postid-320 .programs__icons-item:nth-child(3),
.postid-320 .programs__icons-item:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.teachers__item-stage {
  font-size: 16px;
  font-weight: 500;
  color: #a1a7b6;
  margin-bottom: 28px;
}

.teachers__item-content {
  max-width: 475px;
}

.teachers__item-descr {
  margin-bottom: 40px;
}
.teachers__item-descr .text__custom ul li:before {
  background: #c6ccd9;
  width: 10px;
  height: 10px;
  top: 6px;
  border-radius: 50%;
}
.teachers__item-descr .text__custom ul li:not(:last-child) {
  margin-bottom: 10px;
}

.serts__item:not(:last-child) {
  margin-left: 30px;
}

.serts__item {
  position: relative;
}

.serts__item-img {
  width: 139px;
  display: block;
}
.serts__item-img:hover {
  -moz-box-shadow: 0px 7px 9px 0px rgba(48, 52, 61, 0.23);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(48, 52, 61, 0.23);
  box-shadow: 0px 7px 9px 0px rgba(48, 52, 61, 0.23);
}
.serts__item-img:hover .zoom__img-small {
  opacity: 1;
}
.serts__item-img img {
  display: block;
}

.serts__item-group {
  position: relative;
}
.serts__item-group .serts__item-img {
  display: none !important;
}
.serts__item-group .serts__item-img:nth-child(1) {
  display: block !important;
}
.serts__item-group .serts__item-img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block !important;
}
.serts__item-group .serts__item-img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block !important;
}
.serts__item-group:hover .serts__item-img {
  -moz-box-shadow: 0px 7px 9px 0px rgba(48, 52, 61, 0.23);
  -webkit-box-shadow: 0px 7px 9px 0px rgba(48, 52, 61, 0.23);
  box-shadow: 0px 7px 9px 0px rgba(48, 52, 61, 0.23);
}
.serts__item-group:hover .serts__item-img:nth-child(2) {
  -webkit-transform: translateX(10px) translateY(-10px);
  -moz-transform: translateX(10px) translateY(-10px);
  -ms-transform: translateX(10px) translateY(-10px);
  -o-transform: translateX(10px) translateY(-10px);
  transform: translateX(10px) translateY(-10px);
}
.serts__item-group:hover .serts__item-img:nth-child(3) {
  -webkit-transform: translateX(20px) translateY(-20px);
  -moz-transform: translateX(20px) translateY(-20px);
  -ms-transform: translateX(20px) translateY(-20px);
  -o-transform: translateX(20px) translateY(-20px);
  transform: translateX(20px) translateY(-20px);
}

.zoom__img-small {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c1a14d;
  margin-left: -24px;
  margin-top: -24px;
  left: 50%;
  top: 50%;
  opacity: 0;
}
.zoom__img-small:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("./add.svg") no-repeat center;
  margin-left: -8px;
  margin-top: -8px;
  left: 50%;
  top: 50%;
  background-size: contain;
  position: absolute;
}

.serts__item:not(.serts__item-group) .zoom__img-small:before {
  background: url(./more.svg) no-repeat center;
  width: 22px;
  height: 22px;
  background-size: contain;
  margin-left: -11px;
  margin-top: -11px;
}

.teachers__slider-box {
  position: relative;
}
.teachers__slider-box .slide__prev {
  left: 0;
}
.teachers__slider-box .slide__next {
  right: 0;
}

.section__events .container {
  padding-top: 45px;
  position: relative;
  z-index: 4;
}
.section__events .section__group-box-header {
  margin-bottom: 50px;
}

.events__content .text__custom {
  margin-left: -20px;
  max-width: 358px;
  margin-bottom: 85px;
}

.events__media-group {
  position: relative;
  width: 480px;
  margin-left: -35px;
}
.events__media-group div.gallery__item-img {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.events__media-group div.gallery__item-img:nth-child(1) {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.events__media-group div.gallery__item-img:nth-child(2) {
  -webkit-transform: rotate(14deg) translateX(20px);
  -moz-transform: rotate(14deg) translateX(20px);
  -ms-transform: rotate(14deg) translateX(20px);
  -o-transform: rotate(14deg) translateX(20px);
  transform: rotate(14deg) translateX(20px);
}
.events__media-group a.gallery__item-img {
  z-index: 5;
  position: relative;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}

.gallery__item-img:hover .zoom__img {
  opacity: 1;
  visibility: visible;
}

.section__events {
  position: relative;
}
.section__events:after {
  content: "";
  position: absolute;
  background: url("./events-bg.jpg") no-repeat center bottom;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.section__events .section__bg {
  position: absolute;
  margin-left: -660px;
  top: 25px;
  left: 50%;
  background: url("./events-img.png") no-repeat;
  width: 741px;
  height: 887px;
  z-index: 3;
}

.section__hint {
  position: absolute;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  color: #aaaeb2;
  white-space: nowrap;
  text-align: center;
}

.section__hint-1 {
  left: 440px;
  margin-bottom: 52px;
  bottom: 100%;
}
.section__hint-1:after {
  content: "";
  background: url("./hints-arrow.png") no-repeat;
  width: 50px;
  height: 59px;
  background-size: contain;
  right: 100%;
  top: 36px;
  margin-right: 4px;
  position: absolute;
}

.section__events {
  position: relative;
}
.section__events:before {
  content: "";
  background: url(./events-decor-top.png) no-repeat center;
  height: 550px;
  bottom: 100%;
  margin-bottom: -442px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 3;
}

.section__trips .section__group-box-text {
  max-width: 750px;
}
.section__trips .container {
  padding-top: 165px;
}
.section__trips .group__numb-box {
  padding-left: 35px;
}
.section__trips .group__numb-box {
  margin-bottom: 12px;
}
.section__trips .section__group-box-title {
  margin-bottom: 18px;
}
.section__trips .section__group-box-header {
  margin-bottom: 65px;
}

.trips__video {
  width: 810px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 17px;
}
.trips__video img {
  display: block;
  width: 100%;
}
.trips__video:hover .play__video {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.play__video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 94px;
  height: 94px;
  margin-left: -47px;
  margin-top: -47px;
  border-radius: 50%;
  z-index: 5;
  background: #c1a14d;
}
.play__video:before {
  content: "";
  background: url("./play-arrow.png") no-repeat;
  width: 18px;
  height: 30px;
  background-size: contain;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -7px;
  position: absolute;
}

.trips__video-box {
  position: relative;
}

.trips__sert-img {
  position: absolute;
  background: url("./trips-sert-img.png") no-repeat;
  width: 796px;
  height: 762px;
  background-size: contain;
  margin-left: 68px;
  left: 50%;
  top: -120px;
}

.section__hint-2 {
  left: 212px;
  top: -70px;
  white-space: nowrap;
  line-height: 24px;
}
.section__hint-2:after {
  content: "";
  position: absolute;
  background: url("./hints-arrow-2.png") no-repeat;
  width: 26px;
  height: 73px;
  left: 50%;
  margin-top: 10px;
  top: 100%;
}

.section__trips .container {
  padding-bottom: 70px;
}

.section__trips-media .container {
  padding-top: 70px;
  padding-bottom: 85px;
}
.section__trips-media .section__group-box-title {
  margin-bottom: 30px;
}

.section__after .container {
  padding-top: 85px;
  padding-bottom: 60px;
}
.section__after .section__group-box-header {
  margin-bottom: 100px;
}

.section__trips-media .section__group-box-header {
  margin-bottom: 90px;
}

.trips__gallery-box {
  position: relative;
}
.trips__gallery-box .slide__prev {
  left: -78px;
}
.trips__gallery-box .slide__next {
  right: -78px;
}

.section__results .container {
  padding-top: 60px;
  padding-bottom: 80px;
}

.after__item-icon {
  height: 111px;
  margin-bottom: 15px;
}

.after__item-title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  color: #303030;
  margin-left: -10px;
  margin-right: -10px;
}

.after__decor-1 {
  background: url("./after-decor-1.png") no-repeat center;
  background-size: contain;
}

.after__decor-2 {
  background: url("./after-decor-2.png") no-repeat center;
  background-size: contain;
}

.after__item {
  margin-bottom: 40px;
}

.after__list {
  position: relative;
  z-index: 5;
}
.after__list .row {
  margin-bottom: -40px;
}

.after__item-icon img {
  display: block;
}

.after__box {
  padding-bottom: 140px;
  position: relative;
}
.after__box:after {
  content: "";
  position: absolute;
  left: 50%;
  background: url("./after-img.jpg") no-repeat center;
  background-size: contain;
  width: 516px;
  height: 573px;
  bottom: 0;
  margin-left: -282px;
}

.section__after {
  background: #f6f7fb;
}

.section__results .section__group-box-header {
  margin-bottom: 55px;
}

.results__slider-wrap {
  max-width: 880px;
  margin: 0 auto;
}

.results__slider-box {
  position: relative;
}

.results__item-block {
  position: relative;
  width: 226px;
  padding: 30px 0 0;
  margin: 0 auto;
}

.results__item-img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 25px;
  position: relative;
}
.results__item-img img {
  display: block;
  width: 100%;
}

.results__item-name {
  font-size: 18px;
  color: #303030;
  margin-bottom: 10px;
}

.results__item-text {
  font-size: 14px;
  line-height: 22px;
  color: #303030;
  margin-bottom: 55px;
  font-weight: 300;
}

.results__item-label {
  font-size: 18px;
  color: #303030;
  margin-bottom: 10px;
}

.results__item .btn__small {
  padding: 0 30px;
  width: auto;
  box-shadow: none !important;
}
.results__item .btn__small:hover {
  background: #ad8d39;
}

.results__item-main {
  position: relative;
}
.results__item-main:before {
  content: "";
  position: absolute;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  border-radius: 35px;
  top: -30px;
  bottom: -30px;
  left: -20px;
  right: -20px;
}

/*.results__item-main{
  .results__item-text{
    height: 66px;
    overflow: hidden;
  }
}*/
.results__item-text-after {
  margin-bottom: 22px;
}

.program__item-icon img {
  max-width: 32px;
  max-height: 32px;
}

.results__slider-box {
  position: relative;
}
.results__slider-box .slide__prev {
  left: 0;
}
.results__slider-box .slide__next {
  right: 0;
}

.icon__play {
  width: 20px;
  height: 20px;
  background: url("./play.svg") no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.section__bottom-main .container {
  padding-top: 80px;
}

.section__trips {
  position: relative;
}
.section__trips:before {
  content: "";
  position: absolute;
  background: url(./trips-decor-top.png) no-repeat center;
  height: 502px;
  bottom: 100%;
  margin-bottom: -325px;
  left: 0;
  width: 100%;
  z-index: 6;
}

.section__events .container {
  z-index: 10;
}

.section__trips .container {
  z-index: 7;
  position: relative;
}

.section__trips-media {
  position: relative;
}
.section__trips-media:before {
  content: "";
  position: absolute;
  background: url(./trips-decor-bottom.png) no-repeat center;
  height: 550px;
  top: 100%;
  margin-top: -548px;
  left: 0;
  width: 100%;
}

.wow {
  visibility: hidden;
}

.section__results {
  position: relative;
}
.section__results:before {
  content: "";
  position: absolute;
  background: url(./results-decor-top.png) no-repeat center;
  height: 581px;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin-bottom: -442px;
}

.map {
  height: 960px;
}

#map {
	height: 60rem;
}

.section__bottom-main .container {
  position: relative;
  padding-bottom: 660px;
}
.section__bottom-main .section__group-box-header {
  margin-bottom: 65px;
}

.step__numb-1 {
  background: url("./step-1.png") no-repeat;
  width: 50px;
  height: 36px;
  background-size: contain;
  min-width: 83px;
}

.step__numb-2 {
  background: url("./step-2.png") no-repeat;
  width: 56px;
  height: 36px;
  background-size: contain;
  min-width: 83px;
}

.step__numb-3 {
  background: url("./step-3.png") no-repeat;
  width: 57px;
  height: 36px;
  background-size: contain;
  min-width: 83px;
}

.bottom__steps-item-block {
  margin-left: -15px;
}

.bottom__steps-item-text {
  color: #7c7c7c;
  font-size: 15px;
  line-height: 22px;
}

.section__bottom-main .container {
  position: relative;
  z-index: 4;
}

.section__bottom-main {
  position: relative;
  margin-bottom: -60px;
  z-index: 5;
}
.section__bottom-main:after {
  content: "";
  background: url("./bottom-bg.png") no-repeat center bottom;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 770px;
}

.contacts__box {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 980px;
  z-index: 3;
  margin-left: -490px;
}
.contacts__box:before {
  content: "";
  position: absolute;
  background: url(./contacts-decor.png) no-repeat;
  width: 1328px;
  height: 386px;
  left: 50%;
  top: 50%;
  margin-left: -648px;
  margin-top: -185px;
  z-index: 2;
}
.contacts__box .row {
  position: relative;
  z-index: 5;
}

.map {
  position: relative;
}

.contacts__item-label {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #6a8293;
  margin-bottom: 5px;
}

.contacts__item-value {
  font-size: 18px;
  line-height: 24px;
  color: #303030;
  font-weight: 500;
}
.contacts__item-value a {
  color: #303030 !important;
}
.contacts__item-value a:hover {
  color: #c1a14d !important;
}

.footer {
  position: relative;
  z-index: 10;
  background: #303030;
  color: #fff;
}
.footer:before {
  content: "";
  background: url("./footer-top-decor.png") no-repeat center;
  height: 180px;
  bottom: 100%;
  margin-bottom: -2px;
  left: 0;
  width: 100%;
  position: absolute;
}

.footer__logo img {
  display: block;
}
.footer__logo img:nth-child(1) {
  margin-right: 18px;
}

.footer__label {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 2.4rem;
}

.footer__callback {
  margin-bottom: 6px;
}
.footer__callback .btn__custom-medium {
  height: 52px;
  border-radius: 26px;
  width: 224px;
  box-shadow: none !important;
}
.footer__callback .btn__custom-medium:hover {
  background: #ad8d39;
}

.social {
  margin-bottom: 6px;
}
.social a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c1a14d;
}
.social a img {
  display: block;
}
.social a:hover {
  background: #ad8d39;
}
.social a:not(:last-child) {
  margin-right: 9px;
}

.footer__top {
  border-bottom: 1px solid #454545;
  padding-top: 6rem;
}
.footer__top .container {
  padding-bottom: 64px;
}

.footer__bottom .container {
  padding-top: 35px;
  padding-bottom: 35px;
}

.rights {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}

.conf__link {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.conf__link a {
  color: #fff !important;
  line-height: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.conf__link a:hover {
  border-bottom: 1px solid transparent;
}

.made__logo a:hover {
  opacity: 0.75;
}
.made__logo img {
  display: block;
  width: 98px;
}

.modal__custom {
  position: relative;
  font-family: "Ubuntu" !important;
  overflow: visible !important;
}

.form__box {
  background: #fff;
  width: 390px;
  border-radius: 18px;
  padding: 15px !important;
}

.form__box-wrap {
  border: 2px solid #efefef;
  padding: 50px;
  border-radius: 18px;
}

.form__box-title {
  font-size: 26px;
  line-height: 34px;
  font-family: "Adobe Text Pro";
  font-weight: bold;
  color: #303030;
  text-align: center;
  margin-bottom: 12px;
}

.form__box-subtitle {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  color: #6a8293;
  margin-bottom: 30px;
}

.hidden {
  display: none !important;
}

.wrapper.modal-mode {
  filter: blur(5px);
}

.fancybox-bg {
  background: #000000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.3;
}

.form__field:not(:last-child) {
  margin-bottom: 24px;
}
.form__field input,
.form__field textarea {
  display: block;
  border: none !important;
  width: 100%;
  height: 52px;
  border-radius: 26px;
  padding: 0 30px;
  color: #303030;
  font-size: 16px;
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.form__field input::-webkit-input-placeholder,
.form__field textarea::-webkit-input-placeholder {
  color: #303030;
}
.form__field input:-moz-placeholder,
.form__field textarea:-moz-placeholder {
  color: #303030;
}
.form__field input::-moz-placeholder,
.form__field textarea::-moz-placeholder {
  color: #303030;
}
.form__field input:-ms-input-placeholder,
.form__field textarea:-ms-input-placeholder {
  color: #303030;
}
.form__field input.wpcf7-not-valid,
.form__field textarea.wpcf7-not-valid {
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(255, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 2px 7px 0px rgba(255, 0, 0, 0.4);
  box-shadow: inset 0px 2px 7px 0px rgba(255, 0, 0, 0.4);
}
.form__field input.wpcf7-not-valid::-webkit-input-placeholder,
.form__field textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: #ff0000;
}
.form__field input.wpcf7-not-valid:-moz-placeholder,
.form__field textarea.wpcf7-not-valid:-moz-placeholder {
  color: #ff0000;
}
.form__field input.wpcf7-not-valid::-moz-placeholder,
.form__field textarea.wpcf7-not-valid::-moz-placeholder {
  color: #ff0000;
}
.form__field input.wpcf7-not-valid:-ms-input-placeholder,
.form__field textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: #ff0000;
}
.form__field textarea {
  height: 110px;
  resize: none;
  padding: 15px 30px;
}
.form__field button {
  height: 52px;
  border: none !important;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 0;
}

.form__field {
  position: relative;
}

.ajax-loader {
  display: block !important;
  background: url(./loader.svg) no-repeat !important;
  width: 33px !important;
  height: 33px !important;
  background-size: contain !important;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -17px !important;
  margin-left: 15px;
}


.form__hint {
  font-size: 13px;
  font-weight: 300 !important;
  line-height: 20px;
  color: #6a8293;
  text-align: center;
}
.form__hint a {
  color: #aa831c !important;
  border-bottom: 1px solid #aa831c;
}
.form__hint a:hover {
  border-bottom: 1px solid transparent;
}

.close__modal {
  background: url("./close.png") no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
  left: 100%;
  top: 0;
  cursor: pointer;
  position: absolute;
  margin-left: 25px;
}
.close__modal:hover {
  opacity: 0.75;
}

.section__bottom-main .form__box {
  position: absolute;
  left: 15px;
  top: 355px;
  -webkit-box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.section__rooms .section__group-box-header {
  position: relative;
}
.section__rooms .section__group-box-header:before {
  content: "";
  position: absolute;
  background: url(./title-decor-1.png) no-repeat center;
  background-size: contain;
  width: 451px;
  height: 20px;
  left: 50%;
  bottom: 2px;
  margin-left: -201px;
}

.section__teachers .section__group-box-header {
  position: relative;
}
.section__teachers .section__group-box-header:before {
  content: "";
  position: absolute;
  background: url(./title-decor-2.png) no-repeat center;
  background-size: contain;
  width: 246px;
  height: 26px;
  left: 50%;
  bottom: 42px;
  margin-left: -99px;
}

.section__trips .section__group-box-header {
  position: relative;
}
.section__trips .section__group-box-header:before {
  content: "";
  position: absolute;
  background: url(./title-decor-3.png) no-repeat center;
  background-size: contain;
  width: 224px;
  height: 20px;
  left: -12px;
  top: 23px;
}

.section__trips-media .section__group-box-header {
  position: relative;
}
.section__trips-media .section__group-box-header:before {
  content: "";
  position: absolute;
  background: url(./title-decor-4.png) no-repeat center;
  background-size: contain;
  width: 310px;
  height: 25px;
  left: 50%;
  margin-left: -145px;
  top: 18px;
}

.section__after .section__group-box-header {
  position: relative;
}
.section__after .section__group-box-header:before {
  content: "";
  position: absolute;
  background: url(./title-decor-5.png) no-repeat center;
  background-size: contain;
  width: 361px;
  height: 29px;
  left: 50%;
  margin-left: -175px;
  top: 15px;
}

.section__results .section__group-box-header {
  position: relative;
}
.section__results .section__group-box-header:before {
  content: "";
  position: absolute;
  background: url(./title-decor-6.png) no-repeat center;
  background-size: contain;
  width: 282px;
  height: 20px;
  left: 50%;
  margin-left: -131px;
  top: 20px;
}

.header__fixed {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 200;
  box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, 0.04);
}
.header__fixed .container {
  height: 100%;
}

.logo__small {
  width: 45px;
}
.logo__small img {
  display: block;
  width: 100%;
}

.main__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.main__nav ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.main__nav ul li:not(:last-child) {
  margin-right: 20px;
}
.main__nav ul li a {
  color: #303030 !important;
}
.main__nav ul li a:hover {
  color: #c1a14d !important;
}

.header__phone {
  font-size: 18px;
}
.header__phone a {
  color: #303030 !important;
}
.header__phone a:hover {
  color: #c1a14d !important;
}

.header__fixed {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  display: none!important;
}
.header__fixed .callback__box {
  margin-left: 0;
}
.header__fixed .btn__small {
  box-shadow: none !important;
  padding: 0 30px;
}
.header__fixed .btn__small:hover {
  background: #a78429;
}
.header__fixed.active {
  opacity: 1;
  visibility: visible;

  transform: translateY(0);
}

.single-programs .content {
  padding-top: 145px;
}

.breadcrumbs br {
  display: none;
}

.program__title {
  font-size: 44px;
  line-height: 48px;
  font-weight: bold;
  font-family: "Adobe Text Pro";
  margin-bottom: 30px;
}

.section__wrap {
  max-width: 660px;
  margin: 0 auto;
}

.sc__program {
  position: relative;
}
.sc__program .container {
  padding-top: 65px;
  padding-bottom: 85px;
}

.program__box:not(:last-child) {
  margin-bottom: 45px;
}

.program__box-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 25px;
}

.programs__content-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.programs__content-list ul li {
  position: relative;
  padding-left: 76px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #303030;
  counter-increment: inst;
}
.programs__content-list ul li:not(:last-child) {
  margin-bottom: 26px;
}
.programs__content-list ul li:before {
  content: counter(inst);
  width: 55px;
  height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 55px;
  position: absolute;
  left: 0;
  background: #be9e4c;
}

.program__item-icon {
  width: 55px;
  height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 55px;
  background: #be9e4c;
  margin-right: 20px;
  min-width: 55px;
}

.programs__icons-item-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.programs__icons-item {
  margin-bottom: 25px;
}

.programs__icons-list .row {
  margin-bottom: -25px;
}

.inside__title {
  font-size: 36px;
  line-height: 42px;
  color: #303030;
  font-weight: bold;
  font-family: "Adobe Text Pro";
}

.sc__media {
  background: #f6f7fb;
}
.sc__media .container {
  padding-top: 85px;
  padding-bottom: 160px;
}

.sc__program {
  position: relative;
}
.sc__program:after {
  content: "";
  position: absolute;
  background: url("./program-page-decor.png") no-repeat center;
  height: 153px;
  top: 100%;
  margin-top: -85px;
  left: 0;
  width: 100%;
}

.inside__title {
  margin-bottom: 55px;
}

.sc__media .rooms__gallery-box .slide__prev {
  left: 0;
}
.sc__media .rooms__gallery-box .slide__next {
  right: 0;
}
.sc__media .gallery__block {
  -webkit-transform: translateX(269px);
  -moz-transform: translateX(269px);
  -ms-transform: translateX(269px);
  -o-transform: translateX(269px);
  transform: translateX(269px);
  margin-bottom: 105px;
}
.sc__media .flip-prev {
  -webkit-transform: translateX(-881px) scale(1);
  -moz-transform: translateX(-881px) scale(1);
  -ms-transform: translateX(-881px) scale(1);
  -o-transform: translateX(-881px) scale(1);
  transform: translateX(-881px) scale(1);
}
.sc__media .flip-next {
  -webkit-transform: translateX(344px) scale(1);
  -moz-transform: translateX(344px) scale(1);
  -ms-transform: translateX(344px) scale(1);
  -o-transform: translateX(344px) scale(1);
  transform: translateX(344px) scale(1);
}
.sc__media .flip-past {
  -webkit-transform: translateX(-1410px) scale(1);
  -moz-transform: translateX(-1410px) scale(1);
  -ms-transform: translateX(-1410px) scale(1);
  -o-transform: translateX(-1410px) scale(1);
  transform: translateX(-1410px) scale(1);
}
.sc__media .flip-future {
  -webkit-transform: translateX(878px) scale(1);
  -moz-transform: translateX(878px) scale(1);
  -ms-transform: translateX(878px) scale(1);
  -o-transform: translateX(878px) scale(1);
  transform: translateX(878px) scale(1);
}

.program__bottom-text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}

.program__bottom-box .btn__custom {
  padding: 0 40px;
  height: 70px;
  border-radius: 35px;
  font-size: 16px;
  text-transform: uppercase;
}

.icon__download {
  background: url("./project3.svg") no-repeat;
  width: 32px;
  height: 32px;
  background-size: contain;
  margin-right: 14px;
}

.section__wrap {
  position: relative;
}
.section__wrap .section__hint-1 {
  left: 505px;
  margin-bottom: -68px;
  bottom: 100%;
}
.section__wrap .section__hint-1:after {
  top: 45px;
}

.header .section__wrap {
  height: 100%;
}

.breadcrumbs {
  color: #303030;
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.breadcrumbs li:not(:last-child):after {
  background: url("./arrow-pointing-to-right.svg") no-repeat;
  width: 11px;
  height: 11px;
  background-size: contain;
  content: "";
  margin-left: 16px;
  margin-right: 18px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 8px;
}
.breadcrumbs li a {
  color: #303030;
  border-bottom: 1px solid #cbcbcb;
}
.breadcrumbs li a:hover {
  border-bottom: 1px solid transparent;
}

.close__program {
  width: 20px;
  height: 20px;
  background: url("./close.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 70px;
}
.close__program:hover {
  opacity: 0.5;
}

.postid-29 .programs__icons-item:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

#order-modal {
  width: 492px;
}

.form__box-text {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 35px;
  font-weight: 300;
  padding-top: 6px;
  color: #6a8293;
}
.form__box-text p {
  margin: 0 0 12px 0;
}
.form__box-text p b,
.form__box-text p strong {
  font-weight: normal;
}
.form__box-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
.form__box-text ul li {
  position: relative;
  padding-left: 26px;
}
.form__box-text ul li:before {
  content: "";
  position: absolute;
  background: url(./check-icon.png) no-repeat;
  width: 17px;
  height: 17px;
  background-size: contain;
  left: 0;
  top: 3px;
}
.form__box-text > *:last-child {
  margin-bottom: 0 !important;
}

#about .section__title {
  margin-bottom: 35px;
}

#thanks-modal .form__box-subtitle {
  margin-bottom: 0;
}

.fancybox-close-small {
  display: none !important;
}

.modal__text {
  width: 1000px;
  border-radius: 0;
  padding: 50px !important;
}
.modal__text .text__custom ul {
  margin: 0 0 24px 0;
}

.breadcrumbs ul {
  margin-bottom: 0;
}

.seo__item > * {
  font: inherit !important;
  margin: 0 !important;
}

.sved1 {
	font-family: "Ubuntu","Arial",sans-serif;
	padding: 16rem 0 10rem;
	line-height: 1.4;
	font-size:1.6rem;
}
.sved1 h1{font-size:3.2rem;margin:1em 0}
.sved1 h2 {font-size:2.4rem;margin: 3.2rem 0 1.6rem;}
 
.sved1 p {
  margin: 1em 0;
}
.sved1 img {
  margin: 5px 0;
}
.sved3{font-weight:bold;margin: 1.6rem 0 0.8rem;}
.sved4{margin: 1rem 0;}
/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 201;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none;
  background-color: rgb(55, 55, 55, 0.7);
  box-sizing: border-box; /* font-family: 'ADOBE TEXT PRO'; */ /* color: #e5d6c6; */ /* font-weight: 600; */
}
.modalinner {
  box-sizing: border-box;
  background-color: white;
  border-radius: 3px;
  padding: 4rem 5rem 3rem;
  max-width: 50rem;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(
    -50%,
    -50%
  ); /* overflow: scroll; */ /* box-sizing: border-box; */ /* border: 2px solid #efefef; */
}
.modalclose {
  position: absolute;
  right: -2.2rem;
  top: -2.2rem;
  cursor: pointer;
}
.modalclose:hover svg path {
  fill: #ec3639;
}
.modalclose svg {
  transform: scale(1.5);
}
.hp19 {
  background: transparent;
  /* border: 1px solid white; */
  border: 1px solid #343e47;
  border-radius: 6px;
  /* height: 4.2rem; */
  color: #343e47;
  font-size: 1.8rem;
  padding: 1rem 2rem;
  margin: 0 0 0 0.2rem;
}
.email.invalid {
  border: 1px solid #d33;
}
.name.invalid {
  border: 1px solid #d33;
}
.phone.invalid {
  border: 1px solid #d33;
}
.hp20 {
  /* display: block; */
  /* width: 100%; */
  text-align: center;
  margin: 2rem 0 1rem;
}
.hp21 {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0.5rem;
  cursor: pointer;
}
.hp21.invalid {
  filter: invert(0.3);
}
.hp21:hover .hp23 {
  filter: brightness(0.8);
}
.hp22 {
  background: white;
  border: 1px solid #333;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  position: relative;
  /* flex: 1; */
  margin: 0.2rem 0 0;
}
.hp21.active .hp28 {
  display: block;
}
.hp23 {
  font-size: 1.4rem;
  flex: 1;
  margin-left: 0.6rem;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.hp28 {
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 2px solid blue;
  border-right: 2px solid blue;
  transform: rotate(30deg);
  position: relative;
  top: -0.4rem;
  left: -0.2rem;
}
.hp85 {
  font-size: 1.7rem;
  margin: 1rem 0 0;
}
.hp86 {
  /* flex: 1; */
}
.hp87 {
  width: 24rem;
  background: white;
  /* border: 1px solid #000; */
  /* border: none; */
  border-radius: 20px;
  height: 4.2rem;
  color: #333;
  font-size: 1.8rem;
  padding: 1rem 2rem;
  border: 1px solid #000;
  /* outline: none; */
  box-shadow: none;
}
.hp87::placeholder {
  color: #333;
  font-family: "wc", sans-serif;
}
.hp88 {
  width: 24rem;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 1rem;
}
.hp89 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem;
}
.hp90 {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  margin: 4.6rem 0 3.8rem;
}
.hp91 {
  font-size: 3.6rem;
  max-width: 72rem;
}
.hp92 {
  font-size: 2.8rem;
  color: #d33;
}
.hp93 {
  color: #111;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.hp94 {
  font-size: 1.6rem;
  max-width: 32rem;
}
.hp95 {
  max-width: 36rem;
  margin-top: 2rem;
}
.hp95 input,
.hp95 button {
  /* all: unset; */
  width: 100%; /* background: white; */
}
.hp96 {
  width: 100%;
}
.hp97 {
}
.hp98 {
  display: none;
}
.hp100 {
  display: none;
}
.hp101 {
  width: 24rem;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 1rem;
}
.hp102 {
  font-size: 2.4rem;
  text-align: center;
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
.redButton {
  background: #d33;
  color: white;
  border-radius: 5rem;
  font-size: 1.8rem;
  padding: 0.5em 1.6em 0.6em;
  cursor: pointer;
}
.redButton:focus {
  outline: 2px solid white;
}
.redButton:hover {
  background: #c22;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .statistic__box {
    flex-wrap: wrap;

    padding-right: 0;

    align-items: center !important;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .info__label,
  .info__value {
    text-align: right;
  }

  .header__fixed .header__phone {
    margin-right: 40px;
  }
  .header__fixed .logo__small-box {
    margin-right: auto;
  }
  .header__fixed .main__nav {
    display: none;
  }

  .about__info-block {
    padding-right: 30px;
    margin-left: 0;
  }
  .about__info-block br {
    display: none;
  }

  .sc__about {
    background-position: 45% center;
  }

  .sc__about .container {
    padding-top: 110px;
  }

  .programs__item-content {
    padding: 60px 34px 60px 40px;
  }

  .programs__item-header,
  .steps__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .steps__item {
    width: 50%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }

  .promo__text {
    max-width: 476px;
  }

  .sc__metodic .text__custom ul {
    max-width: 445px;
  }

  .tests__info-list {
    min-height: 0;
  }

  .tests__content > .row {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .metodic__item-descr br {
    display: none;
  }

  .statistic__box-value {
    margin-right: 0;
    margin-bottom: -40px;
  }

  .tests__pager-item:not(:last-child) {
    margin-right: 100px;
  }

  .metodic__item:nth-child(7) {
    padding-right: 67px;
  }

  .metodic__item:nth-child(8) {
    padding-left: 67px;
  }

  .tests__detail .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .serts__item-img img {
    width: 100%;
  }

  .section__hint-1 {
    left: 374px;
  }

  .section__rooms .flipster,
  .trips__gallery-box .flipster {
    -webkit-transform: translateX(259px);
    -moz-transform: translateX(259px);
    -ms-transform: translateX(259px);
    -o-transform: translateX(259px);
    transform: translateX(259px);
  }

  .after__box:after {
    width: 358px;
    height: 408px;
    margin-left: -180px;
  }

  .results__slider-wrap {
    max-width: 750px;
  }

  .results__item-block {
    width: 265px;
  }

  .serts__item-img {
    width: 130px;
  }

  .promo__content {
    margin-bottom: 45px;
  }

  .teachers__slider-box .slide__nav {
    display: none !important;
  }

  .slick-dots {
    position: absolute;
    font-size: 0;
    bottom: 75px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
  }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
  }
  .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: none !important;
    cursor: pointer;
    background: #303030;
  }
  .slick-dots li.slick-active button {
    background: #c1a14d;
  }
  .slick-dots li:not(:last-child) {
    margin-right: 16px;
  }

  .section__rooms .slide__prev {
    left: 0;
  }

  .section__rooms .slide__next {
    right: 0;
  }

  .trips__gallery-box .slide__prev {
    left: 0;
  }

  .trips__gallery-box .slide__next {
    right: 0;
  }

  .modal__text {
    width: calc(100vw - 30px);
  }
}
@media screen and (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }

  .nav__bars {
    display: none !important;
  }

  .main__menu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 7px;
  }
  .modalinner {
    width: calc(100vw - 6rem);
  }
  .hp93 {
    flex-direction: column;
    align-items: center;
  }
  .hp94 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .hp95 {
  }
  .hp96 {
  }
  .hp97 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    /* min-width: 54rem; */
  }
  .hp98 {
    display: block;
    font-size: 4.2rem;
    color: #d33;
  }
  .hp98:focus,
  .hp98:hover,
  .hp98:active {
    color: #c22;
  }

  .hidden-md-down {
    display: none !important;
  }

  .section__wrap {
    max-width: 100%;
  }

  .sc__media .rooms__gallery-box .slide__prev {
    left: 50%;
  }

  .sc__media .rooms__gallery-box .slide__next {
    right: 50%;
  }

  .sc__media .gallery__block {
    margin-bottom: 20px;
  }

  .main__menu {
    display: block !important;
    position: fixed;
    z-index: 300;
    top: 0;
    margin: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding: 125px 30px 30px;
    background: #c1a14d;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main__menu.active {
    opacity: 1;
    visibility: visible;
  }
  .main__menu ul li {
    display: block;
    margin-right: 0 !important;
    font-size: 29px;
    line-height: 50px;
  }
  .main__menu ul li a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main__menu ul li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main__menu ul li:not(:last-child) {
    margin-bottom: 0;
  }

  .container {
    max-width: 750px;
  }

  .nav__bars {
    z-index: 100;
  }

  .logo__left {
    width: 54px;
    min-width: 54px;
    margin-right: 20px;
  }

  .logo__right {
    width: 193px;
  }

  .btn__small {
    width: auto;
    padding: 0 30px;
  }

  .sc__promo .container {
    padding-top: 190px;
  }

  .promo__text {
    max-width: 425px;
  }
  .promo__text br {
    display: none;
  }

  .steps__list {
    display: none !important;
  }

  .sc__promo {
    height: 1042px;
    background: url(./promo-bg-sm.jpg) no-repeat center bottom;
    background-size: contain;
  }
  .sc__promo.sc__promo-doshkolniki {
    background-image: url("./promo-bg-doshkolniki-sm.jpg");
  }
  .sc__promo.sc__promo-shkolniki {
    background-image: url("./promo-bg-shkolniki-sm.jpg");
  }
  .sc__promo.sc__promo-podrostki {
    background-image: url("./promo-bg-podrostki-sm.jpg");
  }

  .promo__title {
    font-size: 38px;
    line-height: 43px;
  }

  .promo__text {
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 35px;
  }

  .sc__why .section__title {
    font-size: 36px;
    line-height: 43px;
  }

  .sc__why .section__title {
    max-width: 330px;
  }

  .why__item br {
    display: none;
  }

  .why__item {
    margin-bottom: 45px;
  }

  .sc__about {
    background: #f4f4f4;
    height: auto;
  }

  .why__list .row {
    margin-bottom: -45px;
  }

  .why__item:not(:first-child) .why__item-block {
    margin-left: 0;
  }

  .about__content {
    text-align: center;
  }

  .sc__about .container {
    padding-top: 100px;
    padding-bottom: 120px;
    text-align: center;
  }

  .about__content .text__custom {
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
  }

  .about__content {
    margin-left: 0;
  }

  .sc__why .container {
    padding-bottom: 100px;
  }

  .sc__about .section__title {
    font-size: 44px;
    line-height: 48px;
  }
  .sc__about .actions__wrap {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .sc__programs .container {
    padding-top: 67px;
    padding-bottom: 37px;
  }

  .programs__list {
    max-width: 554px;
    margin: 0 auto;
  }

  .programs__item-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .programs__item-descr br {
    display: none;
  }

  .programs__item-content {
    padding: 30px 25px 38px 25px;
    min-height: 0;
  }

  .metodic__main-content {
    text-align: center;
  }

  .sc__metodic {
    background: #f8f9fb;
  }
  .sc__metodic .section__bg {
    display: none;
  }

  .sc__metodic .container {
    padding-top: 240px;
  }

  .sc__metodic .text__custom ul li {
    text-align: left;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .sc__metodic .text__custom ul {
    max-width: 369px;
    text-align: center;
    margin: 0 auto;
  }

  .metodic__box-main {
    margin-bottom: 55px;
  }

  .metodic__box-tests .section__title-custom {
    text-align: center;
  }

  .tests__pager {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .tests__pager-item:not(:last-child) {
    margin-right: 65px;
  }

  .test__pager-item-block:before {
    width: 90px;
    margin-left: -45px;
  }

  .tests__content {
    max-width: 520px;
    margin: 0 auto;
  }

  .tests__detail {
    max-width: 450px;
    margin: 25px auto 0;
  }

  .metodic__box-tests {
    margin-bottom: 50px;
  }

  .statistic__box-bg {
    background: url(./stat-img.jpg) no-repeat center bottom;
    background-size: contain;
    width: 292px;
    height: 100%;
  }

  .group__numb-box {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .group__numb {
    z-index: 2;
  }

  .section__group-title {
    margin-bottom: 75px;
    font-size: 45px;
    line-height: 55px;
  }

  .statistic__box {
    height: auto;
  }

  .section__group {
    padding-top: 90px;
  }

  .section__group-box-header {
    text-align: center;
  }

  .section__group-box-subtitle {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
  }
  .section__group-box-subtitle br {
    display: none;
  }

  .centre__info {
    max-width: 100%;
  }

  .section__centre .centre__sert-img {
    width: 681px;
    height: 486px;
    background-size: contain;
    position: relative;
    left: 0;
    margin-left: auto;
    top: 0;
    margin-right: auto;
    margin-bottom: -50px;
  }

  .section__group-box-text br {
    display: none;
  }

  .metodic__item-title,
  .metodic__item-descr {
    text-align: left;
  }

  .metodic__img {
    display: none;
  }

  .metodic__item:nth-child(2n) {
    text-align: left;
    margin-left: 0;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .section__centre {
    margin-bottom: 76px;
  }

  .section__metodic .section__group-box-header {
    margin-bottom: 45px;
  }

  .native__img {
    max-width: 506px;
    margin: 35px auto 40px;
  }

  .section__native .text__custom {
    color: #fff;
    text-align: center;
    max-width: 520px;
    margin: 20px auto 0;
  }

  .native__name {
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 4px;
  }

  .native__postion {
    font-size: 19px;
    color: #fff;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
  }

  .native__results-item-title br {
    display: none;
  }

  .section__native .container {
    padding-bottom: 75px;
  }

  .gallery__box {
    padding-bottom: 150px;
  }
  .gallery__box .slide__prev {
    left: 50%;
    bottom: 50px;
    top: auto;
    margin-top: 0;
    margin-left: -65px;
  }
  .gallery__box .slide__next {
    right: 50%;
    bottom: 50px;
    top: auto;
    margin-top: 0;
    margin-right: -65px;
  }

  .teachers__item-img {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .teachers__item-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }

  .teachers__item-name,
  .teachers__item-stage {
    text-align: center;
  }

  .teachers__item-name {
    font-size: 25px;
    line-height: 33px;
  }

  .teachers__item-stage {
    font-size: 19px;
    margin-bottom: 31px;
  }

  .teachers__slider-box .slide__nav {
    display: block !important;
  }

  .events__content .text__custom {
    display: none !important;
  }

  .section__hint-1 {
    display: none;
  }

  .events__media-group {
    margin: 0 auto;
  }
  .events__media-group .zoom__img {
    opacity: 1;
    visibility: visible;
  }

  .section__events .section__group-box-header {
    margin-bottom: 520px;
  }

  .section__events .section__bg {
    position: absolute;
    margin-left: -390px;
    top: 25px;
    left: 50%;
    width: 741px;
    height: 887px;
    z-index: 3;
  }

  .section__trips:before {
    margin-bottom: -114px;
  }

  .section__trips .section__group-box-header:before {
    left: 50%;
    margin-left: -232px;
  }

  .section__trips .section__group-box-header {
    margin-bottom: 35px;
  }

  .trips__sert-img {
    display: none !important;
  }

  .trips__video {
    width: 100%;
  }

  .section__trips .container {
    padding-bottom: 5px;
  }

  .section__trips-media .section__group-box-header {
    margin-bottom: 65px;
  }

  .after__box:after {
    display: none;
  }

  .section__after .section__group-box-header {
    margin-bottom: 60px;
  }

  .after__box > .row > .col-md-12:not(:last-child) {
    margin-bottom: 30px;
  }

  .section__results .container {
    padding-top: 17px;
  }

  .results__item-block {
    width: 226px;
  }

  .results__slider-box .slide__prev {
    left: 0px;
    top: 148px;
  }

  .results__slider-box .slide__next {
    right: 0px;
    top: 148px;
  }

  .results__slider-box {
    padding-bottom: 45px;
  }

  /*.results__slider-box{
    padding-bottom: 150px;
    .slide__prev {
      left: 50%;
      bottom: 50px;
      top: auto;
      margin-top: 0;
      margin-left: -65px;
    }
    .slide__next {
      right: 50%;
      bottom: 50px;
      top: auto;
      margin-top: 0;
      margin-right: -65px;
    }
  }*/
  .section__results .container {
    padding-bottom: 0;
  }

  .section__bottom-main:after {
    background: url(./bottom-bg.png) no-repeat left 10px bottom;
    left: 0;
  }

  .form__box-wrap {
    padding: 20px;
  }

  .form__box-title {
    font-size: 26px;
    line-height: 27px;
    margin-bottom: 4px;
  }

  .form__box-subtitle {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  .section__bottom .form__custom form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .section__bottom .form__custom .form__field {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section__bottom .form__custom .form__field-action,
  .section__bottom .form__custom .form__field-hint {
    width: 100%;
  }
  .section__bottom .form__custom .form__field-hint .form__hint {
    max-width: 258px;
    margin-right: auto;
    margin-left: auto;
  }
  .section__bottom .form__custom .form__field-action .btn__custom {
    max-width: 258px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__logo img:first-child {
    width: 54px !important;
  }

  .footer__logo img:last-child {
    width: 137px !important;
  }

  .section__bottom-main .form__box {
    left: 0;
    width: 620px;
    margin: 0 auto;
    position: relative;
    top: 0;
  }

  .footer__top .container {
    padding-bottom: 15px;
  }

  .bottom__steps-item-block {
    margin-left: 0;
  }

  .footer:before {
    margin-bottom: -63px;
    background-size: 840px auto;
  }

  .bottom__steps {
    margin-bottom: 30px;
  }

  .bottom__steps-item-text {
    font-size: 14px;
    line-height: 22px;
  }

  .step__numb-1,
  .step__numb-2,
  .step__numb-3 {
    min-width: 65px;
  }

  .section__bottom-main .section__group-box-header {
    margin-bottom: 40px;
  }

  .contacts__box {
    width: 700px;
    margin-left: -350px;
  }

  .contacts__item-value {
    font-size: 16px;
    line-height: 22px;
  }

  .contacts__item-label {
    margin-bottom: 2px;
  }

  .section__bottom-main .container {
    padding-bottom: 0;
  }

  .map {
    height: 850px;
  }

  .native__speaker-info .text__custom h3 {
    display: none !important;
  }

  .section__native .text__custom {
    margin-top: 0;
  }

  .centre__info {
    margin: 0 auto;
    max-width: 600px;
  }

  .centre__info-text br {
    display: none;
  }

  .statistic__box-value {
    padding-top: 10px;
    height: 79px;
    width: 95px;
    font-size: 37px;
    line-height: 50px;
    margin-right: 20px;
    min-width: 136px;
    margin-bottom: 0;
  }

  .statistic__box-text {
    font-size: 17px;
    line-height: 25px;
  }

  .statistic__box-bg {
    background: url(./stat-img.jpg) no-repeat left bottom;
    background-size: contain;
    height: 88%;
  }

  .statistic__box {
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 269px;
  }

  .section__events:before {
    content: "";
    position: absolute;
    background: url(./results-decor-top.png) no-repeat center;
    height: 581px;
    bottom: 100%;
    left: 0;
    width: 100%;
    margin-bottom: -505px;
  }

  .sc__about {
    position: relative;
  }

  .sc__about:before {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-bottom: -145px;
    left: 0;
    right: 0;
    background: url(./promo-decor.png) no-repeat center;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    height: 161px;
  }

  .sc__why .container {
    padding-bottom: 50px;
  }

  .sc__about .container {
    padding-top: 138px;
  }

  .nav__bars {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #c1a14d;
    margin-right: 15px;
    position: absolute;
    right: 5px;
  }

  .callback__box {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .header__fixed .callback__box {
    margin-right: 25px;
  }

  .header > .container {
    padding-right: 80px;
  }
  .header > .container > .row {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .bars__list {
    width: 16px;
  }

  .bar {
    position: relative;
    top: 0;
    height: 2px;
    background: #fff;
  }
  .bar:not(:last-child) {
    margin-bottom: 3px;
  }

  .nav__bars {
    cursor: pointer;
  }

  .header__fixed .nav__bars {
    position: relative;
    right: 0;
    margin-right: 0;
    display: none !important;
  }

  .header__fixed .header__phone {
    margin-right: 21px;
  }

  .close__menu {
    background: url("./closewh.svg") no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 16px;
    top: 16px;
  }

  .section__trips:before {
    margin-bottom: -33.29vw;
  }
}
@media screen and (max-width: 767px) {
  .logo__right {
    display: none !important;
  }

  .main__menu ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff !important;
  }
  .main__menu ul li a:hover {
    color: #fff !important;
  }

  .program__box:not(:last-child) {
    margin-bottom: 35px;
  }

  .programs__icons-item-title {
    width: 100%;
  }
  .programs__icons-item-title br {
    display: none;
  }

  .programs__icons-item-title {
    height: auto !important;
  }

  .programs__icons-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .breadcrumbs {
    display: none !important;
  }

  .modal__text {
    padding: 30px 20px !important;
  }

  .close__program {
    right: 20px;
  }

  .sc__media .gallery__block {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .inside__title {
    margin-bottom: 35px;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
  }

  .sc__media .flip-next {
    -webkit-transform: translateX(385px) scale(1);
    -moz-transform: translateX(385px) scale(1);
    -ms-transform: translateX(385px) scale(1);
    -o-transform: translateX(385px) scale(1);
    transform: translateX(385px) scale(1);
  }

  .sc__program .container {
    padding-top: 40px;
  }

  .sc__media .container {
    padding-bottom: 83px;
  }

  .modal__custom .form__custom {
    margin-top: 20px;
  }

  .program__box-title {
    font-size: 17px;
    line-height: 27px;
  }

  .program__bottom-box .btn__custom {
    padding: 0 25px;
    font-size: 15px;
  }

  .programs__content-list ul li {
    min-height: 52px;
  }
  .programs__content-list ul li br {
    display: none;
  }

  .program__bottom-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .program__bottom-text br {
    display: none;
  }

  .program__box {
    position: relative;
    z-index: 4;
  }

  .sc__program .container {
    padding-bottom: 45px;
  }

  .programs__icons-item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .form__box-text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 25px;
  }

  .single-programs .header,
  .page-template-tpl_content .header {
    display: block !important;
    border: none !important;
  }
  .sved1 {
    padding: 110px 10px;
    line-height: 1.4;
  }

  .single-programs .program__title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .single-programs .content {
    padding-top: 40px;
  }

  .contacts__box:before {
    margin-top: -108px;
  }

  .header {
    height: 60px;
    display: none !important;
  }

  .step__numb-1,
  .step__numb-2,
  .step__numb-3 {
    min-width: 76px;
  }

  .bottom__steps {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav__bars {
    width: 45px;
    height: 45px;
  }

  .main__menu {
    padding: 90px 15px 30px;
  }

  .main__menu ul li {
    font-weight: 300;
    font-size: 21px;
  }

  .callback__box {
    display: none !important;
  }

  .header__fixed {
    height: 66px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .logo__left {
    width: 40px;
    min-width: 40px;
    margin-right: 15px;
  }

  .btn__custom {
    height: 62px;
    border-radius: 31px;
    padding: 0 26px;
  }

  .promo__text {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 28px;
  }

  .promo__title {
    font-size: 28px;
    line-height: 33px;
  }
  .promo__title br {
    display: none;
  }

  .why__item-icon {
    margin-bottom: 20px;
  }

  .why__item-title {
    margin-bottom: 15px;
  }

  .section__subtitle {
    font-size: 24px;
    line-height: 36px;
  }

  .section__title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 35px;
  }

  .why__item {
    margin-bottom: 35px;
  }

  .sc__promo {
    height: auto;
    padding-bottom: 80vw;
    margin-bottom: -30px;
  }
  .sc__promo.sc__promo-shkolniki {
    padding-bottom: 95vw;
  }

  .sc__promo .container {
    padding-top: 130px;
  }

  .sc__about .section__title {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .sc__about .container {
    padding-top: 95px;
    padding-bottom: 75px;
  }

  .sc__why .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sc__programs .container {
    padding-top: 40px;
    padding-bottom: 37px;
  }

  .programs__item-title {
    line-height: 27px;
    font-size: 28px;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .programs__item-descr {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .programs__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .btn__details {
    height: 46px;
    border-radius: 23px;
    padding: 0 28px 3px;
  }

  .sc__metodic .container {
    padding-top: 140px;
  }

  .sc__programs:after {
    margin-bottom: -220px;
  }

  .section__title-custom {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 38px;
  }

  .tests__pager {
    margin-bottom: 42px;
  }

  .tests__pager-item-icon {
    margin-bottom: 26px;
  }

  .test__pager-item-block:before {
    width: 36px;
    margin-left: -18px;
  }

  .tests__pager-item:not(:last-child) {
    margin-right: 30px;
  }

  .icon__test {
    width: 30px;
    height: 30px;
  }

  .test__info-title {
    font-size: 20px;
    font-weight: 500;
    color: #303030;
    margin-bottom: 14px;
  }

  .tests__pager-item-title {
    font-size: 16px;
    line-height: 20px;
  }

  .tests__pager:after {
    top: 46px;
  }

  .tests__detail .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .tests__detail-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .tests__circle {
    position: relative;
    width: 192px;
    height: 192px;
    margin: 30px auto -30px;
  }

  .tests__detail-item-descr {
    font-size: 11px;
  }

  .statistic__box {
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 211px;
    padding-left: 20px;
    border-radius: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-align: center;
  }

  .statistic__box-value {
    margin-right: 0;
    margin-bottom: 13px;
  }

  .section__group-title {
    margin-bottom: 50px;
    font-size: 34px;
    line-height: 44px;
  }

  .section__group {
    padding-top: 60px;
  }

  .group__numb {
    font-size: 27px;
  }

  .section__group-box-title {
    font-size: 28px;
  }

  .group__numb:before {
    width: 69px;
    height: 74px;
    margin-left: -37px;
    margin-top: -39px;
  }

  .section__group-box-subtitle {
    font-size: 16px;
    line-height: 23px;
  }

  .section__centre .centre__sert-img {
    width: 553px;
    height: 405px;
    background-size: contain;
    position: relative;
    left: 50%;
    margin-left: auto;
    top: 0;
    margin-right: auto;
    margin-bottom: -50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .section__group-box-text {
    font-size: 16px;
    line-height: 24px;
  }

  .metodic__item:nth-child(2) .metodic__item-descr {
    height: auto;
  }

  .metodic__item {
    margin-bottom: 30px;
  }

  .section__native:before {
    margin-bottom: -453px;
  }

  .native__name {
    font-size: 21px;
    line-height: 26px;
  }

  .native__postion {
    font-size: 15px;
    line-height: 24px;
  }

  .native__speaker-info {
    margin-bottom: 50px;
  }

  .native__results-item-title {
    margin: 0;
  }

  .native__results .row {
    margin-bottom: -30px;
  }

  .section__native .container {
    padding-bottom: 35px;
  }

  .native__results-item {
    margin-bottom: 30px;
  }

  .section__rooms .container {
    padding-top: 110px;
  }

  .section__rooms .section__group-box-header {
    margin-bottom: 32px;
  }

  .section__group-box-header:before {
    display: none !important;
  }

  .gallery__item-img {
    border: 8px solid #fff;
    width: 330px;
  }

  .gallery__box {
    max-width: 330px;
  }

  .flip-current {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }

  .flip-next {
    -webkit-transform: translateX(384px) scale(1);
    -moz-transform: translateX(384px) scale(1);
    -ms-transform: translateX(384px) scale(1);
    -o-transform: translateX(384px) scale(1);
    transform: translateX(384px) scale(1);
  }

  .section__rooms .flipster,
  .trips__gallery-box .flipster {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .flip-prev {
    -webkit-transform: translateX(-385px) scale(1);
    -moz-transform: translateX(-385px) scale(1);
    -ms-transform: translateX(-385px) scale(1);
    -o-transform: translateX(-385px) scale(1);
    transform: translateX(-385px) scale(1);
  }

  .gallery__box {
    padding-bottom: 130px;
  }

  .gallery__box .slide__prev {
    margin-left: -55px;
  }

  .gallery__box .slide__next {
    margin-right: -55px;
  }

  .teachers__item-img {
    padding-left: 0;
    margin-right: 0;
  }

  .teachers__item-stage {
    font-size: 15px;
    margin-bottom: 26px;
  }

  .events__media-group {
    width: 330px;
  }

  .section__teachers .container {
    padding-top: 50px;
  }

  .section__events .section__group-box-header {
    margin-bottom: 336px;
  }

  .teachers__item-name {
    font-size: 20px;
    line-height: 28px;
  }

  .section__events .section__bg {
    position: absolute;
    margin-left: -60vw;
    top: 60px;
    left: 50%;
    width: 120vw;
    height: 145vw;
    z-index: 3;
    background-size: contain;
  }

  .section__trips .group__numb-box {
    padding-left: 0;
  }

  .section__trips .container {
    padding-top: 90px;
  }

  .play__video {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
  }
  .play__video:before {
    width: 13px;
    height: 23px;
    margin-top: -10px;
    margin-left: -4px;
  }

  .section__trips-media .section__group-box-title {
    margin-bottom: 20px;
  }

  .section__trips-media .text__custom br {
    display: none;
  }

  .tests__content-box {
    margin-right: 0;
  }

  .statistic__box-text br {
    display: none;
  }

  .after__box {
    padding-bottom: 80px;
  }

  .section__trips-media .container {
    padding-bottom: 40px;
  }

  .section__after .container {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .section__results:before {
    margin-bottom: -495px;
  }

  .section__trips-media .section__group-box-header {
    margin-bottom: 28px;
  }

  .btn__custom {
    z-index: 5;
  }

  .flip-item {
    width: 330px;
  }

  .bottom__steps > .row > .col-12:not(:last-child) {
    margin-bottom: 20px;
  }

  .bottom__steps-item-text {
    font-size: 15px;
    line-height: 24px;
  }

  .section__bottom-main .container {
    padding-top: 40px;
  }

  .section__bottom-main .form__box {
    width: 100%;
  }

  .form__box-subtitle br {
    display: none;
  }

  .form__box {
    padding: 9px !important;
  }

  .section__bottom .form__custom .form__field {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form__box-wrap {
    padding: 20px 10px;
  }

  .rights {
    text-align: center;
    margin-bottom: 10px;
  }

  .made__logo {
    margin-top: 25px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .section__bottom-main {
    margin-bottom: 45px;
  }

  .contacts__box {
    width: 100%;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 15px;
  }

  .footer__logo-box {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 20px;
  }

  .social {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  #contacts > .row > .col-12 {
    text-align: center;
  }
  #contacts > .row > .col-12:not(:last-child) {
    margin-bottom: 25px;
  }

  .after__item-title {
    margin-left: 0;
    margin-right: 0;
  }

  .contacts__item-value {
    font-size: 18px;
    line-height: 24px;
  }

  .map {
    height: auto;
  }

  #map {
    height: 500px;
  }

  .results__item .actions__wrap {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .tests__pager-item:not(:last-child) {
    margin-right: 10vw;
  }

  .tests__pager-item-icon {
    margin-bottom: 8.7vw;
  }

  .icon__test {
    width: 10vw;
    height: 10vw;
  }

  .test__pager-item-block:before {
    width: 12vw;
    margin-left: -6vw;
    height: 1vw;
  }

  .tests__pager-item-title {
    font-size: 5.33vw;
    line-height: 6.667vw;
  }

  .tests__pager:after {
    top: 13.85vw;
    height: 0.5vw;
  }
}
@media screen and (max-width: 575px) {
  #order-modal {
    width: calc(100vw - 30px);
  }
}
@media screen and (max-width: 450px) {
  .form__box {
    width: calc(100vw - 30px);
  }

  .close__modal {
    top: -27px;
    margin-left: -18px;
  }
}
@media screen and (max-width: 414px) {
  .tests__pager:after {
    top: 14.4vw;
    height: 0.5vw;
  }
}
@media screen and (max-width: 374px) {
  .sc__why .section__title {
    font-size: 30px;
    line-height: 38px;
  }

  .section__after .section__group-box-header {
    margin-bottom: 35px;
  }

  .flip-item {
    width: 290px;
  }

  .events__media-group {
    width: 290px;
  }

  .section__teachers .section__group-box-title {
    font-size: 24px;
  }

  .gallery__item-img {
    width: 290px;
  }

  .centre__info-item {
    margin-bottom: 30px;
  }

  .section__group-title {
    margin-bottom: 46px;
    font-size: 30px;
    line-height: 40px;
    padding: 0 15px;
  }

  .native__results-item,
  .after__item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section__title-custom {
    font-size: 26px;
    line-height: 34px;
  }

  .programs__item-content {
    padding: 30px 20px 38px 20px;
  }

  .programs__item-descr {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 24px;
  }

  .after__item-title {
    margin-left: 0;
    margin-right: 0;
  }

  .results__slider-box {
    padding-bottom: 35px;
  }

  .btn__custom {
    font-size: 15px;
    text-align: left;
  }

  .section__events .section__group-box-header {
    margin-bottom: 259px;
  }

  .trips__video {
    border-radius: 9px;
  }

  .section__results .section__group-box-header {
    margin-bottom: 35px;
  }
}
