* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul {
  list-style-type: none;
}

button:focus,
input:focus,
select:focus {
  outline: none;
}


.pageWrap {
  position: relative;
  /*max-width: 500px;*/
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  overflow-x: hidden;
}

.pageWrap{
  width:100% !important;
  max-width:1140px !important;
  margin:0 auto !important;
  padding:0 16px !important;
}

/*@media (min-width: 768px){ .pageWrap{ max-width: 720px !important; } }*/
/*@media (min-width: 992px){ .pageWrap{ max-width: 960px !important; } }*/
@media (min-width: 1200px){ .pageWrap{ max-width: 1140px !important; } }


.banner {
  width: 100%;
  margin: 0;
}

.testList {
  background-color: #eeedec;
  padding: 58px 4.8% 164px;
  text-align: center;
}
.testList__item {
  border: 3px solid white;
}
.testList__item + .testList__item {
  margin-top: 27px;
}
.testList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  background-color: pageGray;
  padding: 42px 4.7%;
}
.testList__icon {
  width: 62px;
  margin: 0;
  margin-right: 3.8%;
}
.testList__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #808080;
  text-align: left;
}
.testList__title {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 6.6px;
}
.testList__desc {
  font-size: 16px;
  letter-spacing: 2px;
}
.testList__more {
  font-size: 20px;
  line-height: 1;
  width: 255px;
  margin: auto;
  margin-top: 59px;
  background-color: #d9403e;
  border: none;
  padding: 13px;
  color: white;
  letter-spacing: 2px;
}
.testList__link:hover, .testList__link:active {
  background-color: #d9403e;
}
.testList__link:hover .testList__icon, .testList__link:active .testList__icon {
  -webkit-filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(168deg) brightness(200%) contrast(102%);
          filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(168deg) brightness(200%) contrast(102%);
}
.testList__link:hover .testList__text, .testList__link:active .testList__text {
  color: white;
}

.video {
  position: relative;
  margin-top: -108px;
  padding-left: 8%;
  padding-right: 8%;
  z-index: 10;
}
.video__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 177.78%;
}
.video__wrapInner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 20px;
}
.video__iframe {
  width: 100%;
  height: 100%;
}

.onlineCourse {
  padding-left: 12%;
  padding-right: 12%;
  margin-top: -20px;
}
.onlineCourse .onlineCourse__wrap {
  padding-left: 10.4%;
  padding-right: 10.4%;
}
.onlineCourse__wrap {
  border: 2px solid #836457;
  padding-top: 75px;
  padding-bottom: 42px;
  text-align: center;
}
.onlineCourse__h2 {
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  color: #d9403e;
}
.onlineCourse__desc {
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 3.4px;
  text-align: left;
  margin-top: 44px;
  color: #836457;
}
.onlineCourse__link {
  font-size: 20px;
  line-height: 1;
  display: block;
  background-color: #d9403e;
  color: white;
  padding: 13px;
  margin-top: 34px;
  text-decoration: none;
  letter-spacing: 2px;
}

.studentGain {
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 60px;
  padding-bottom: 72px;
}
.studentGain .studentGain__wrap {
  padding-left: 10.4%;
  padding-right: 10.4%;
}
.studentGain__wrap {
  background-color: #dfa591;
  padding-top: 42px;
  padding-bottom: 20px;
}
.studentGain__h2 {
  text-align: center;
  font-size: 36px;
  color: #836457;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.studentGain__list {
  color: white;
  padding-top: 30px;
}
.studentGain__student {
  padding-top: 38px;
  padding-bottom: 38px;
}
.studentGain__student + .studentGain__student {
  border-top: 1px solid #836457;
}
.studentGain__studentInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  line-height: 25px;
}
.studentGain__studentImg {
  width: 50px !important;
  height: 50px;
  margin-right: 10px;
}
.studentGain__studentText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.studentGain__city {
  line-height: 22px;
}
.studentGain__name {
  line-height: 22px;
}
.studentGain__content {
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 3.4px;
  margin-top: 19px;
}
.studentGain .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.studentGain .owl-dot {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}
.studentGain .owl-dot span {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #836457;
  border-radius: 50%;
  background-color: white;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.studentGain .owl-dot.active span {
  background-color: #836457;
}

.newArticles {
  padding: 72px 6.63%;
  background-color: #f5e5de;
}
.newArticles__header {
  position: relative;
  padding-bottom: 45px;
}
.newArticles__h2 {
  color: #d9403e;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
.newArticles__item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #989898;
  color: #836457;
}
.newArticles__itemLink {
  display: none;
}
.newArticles__itemSubj {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding-right: 30px;
  background-color: transparent;
  background-image: url(../imgs/fold-new-article.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 9px;
}
.newArticles__itemArticle {
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 21px;
  display: none;
  padding-left: 2.4%;
  padding-right: 2.4%;
}
.newArticles__footer {
  padding-left: 11.5%;
  padding-right: 11.5%;
  margin-top: 58px;
}
.newArticles__footerLink {
  font-size: 20px;
  line-height: 1;
  display: block;
  background-color: #d9403e;
  color: white;
  text-align: center;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 2px;
}
.newArticles__item.unfold .newArticles__itemLink {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(../imgs/link-new-article.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.newArticles__item.unfold .newArticles__itemSubj {
  padding-right: 0;
  padding-top: 24px;
  background-image: none;
}
.newArticles__item.unfold .newArticles__itemArticle {
  display: block;
}

.psychologist__img {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  z-index: 10;
}
.psychologist__deco {
  position: relative;
  height: 0;
  line-height: 0;
  font-size: 0;
  z-index: 11;
}
.psychologist__deco:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d9403e;
  width: 110px;
  height: 110px;
  left: 0;
  top: -55px;
}
.psychologist__info {
  padding-left: 12%;
  padding-right: 12%;
  padding-bottom: 64px;
  background-color: #fbf2ef;
}
.psychologist__info .psychologist__infoWrap {
  padding-left: 10.4%;
  padding-right: 10.4%;
}
.psychologist__infoWrap {
  border: 2px solid white;
  margin-top: -20px;
  padding-top: 75px;
  padding-bottom: 60px;
}
.psychologist__h2 {
  text-align: center;
  color: #836457;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  padding-top: 50px;
  padding-bottom: 20px;
  letter-spacing: 4px;
}
.psychologist__article {
  font-size: 18px;
  line-height: 33px;
  color: #e88064;
  letter-spacing: 2px;
}
.psychologist__link {
  display: block;
  background-color: #d9403e;
  color: white;
  font-size: 20px;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  text-decoration: none;
  margin-top: 70px;
  letter-spacing: 2px;
}

.pageFooter {
  background-color: #d9403e;
  padding: 9.55% 11%;
}
.pageFooter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pageFooter__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10%;
}
.pageFooter__logo img {
  display: block;
  width: 100%;
  margin: 0;
}
.pageFooter__socialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 124px;
  height: 35px;
}
.pageFooter__socialMediaLink {
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pageFooter__socialMediaLink--fb {
  background-image: url(../imgs/icon-fb.svg);
}
.pageFooter__socialMediaLink--ig {
  background-image: url(../imgs/icon-ig.svg);
}
.pageFooter__socialMediaLink--yt {
  background-image: url(../imgs/icon-yt.svg);
}
.pageFooter__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.pageFooter__navLink {
  color: white;
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
}

.newArticles__item { position: relative; }
.newArticles__itemLink { position: absolute; inset: 0; display: block; z-index: 1; }
.newArticles__itemSubj { position: relative; z-index: 2; cursor: pointer; }