section{
    font-size: 16px;
    line-height: 1;
}
section img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}
a {
  text-decoration: none ;
  color: inherit;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
ul {
  list-style: none;
}
input,
select,
button,
textarea {
  outline: none;
  border: none;
}
button {
  background: none;
  display: inline-block;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
hr {
  margin-block-start: 0em;
  margin-block-end: 0em;
  border-width: 0px;
}
.before {
  content: "";
  position: absolute;
}
/*-------------------END BASE STYLE----------------------------------*/
@font-face {
  font-family: 'Geometria-Heavy';
  src: url('../font/Geometria-Heavy.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria-Medium';
  src: url('../font/Geometria-Medium.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria-Light';
  src: url('../font/Geometria-Light.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*-------------------END FONTS STYLE---------------------------------*/
/*!!!!!!!!!!!!!!!!!!!STYLE CSS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
body section {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #333333;
}
h1,
h2,
h3 {
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
}
.wrap {
  max-width: 1615px;
  position: relative;
  margin: 0 auto;
}
.dflex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dflex__between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*------------------END BODY && WRAP BASE STYLE------------------------------*/
/*-------------------END HEADER--------------------------------------*/
/*+++++++++++++++++++START MAIN++++++++++++++++++++++++++++++++++++++*/
body section.section {
  position: relative;
  padding: 4.375rem 0 3.125rem;
  background: url(../img/dostoyanie/bg2.png) no-repeat;
  background-size: cover;
  border-bottom: 5.3125rem solid #480120;
}
.firstScreen.section {
  padding: 0 ;
  background: url(../img/dostoyanie/moskow.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.firstScreen.section .wrap.dflex__between {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.firstScreen__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.firstScreen__img {
  position: relative;
  width: 50%;
}
.firstScreen__img img {
  position: relative;
  z-index: 3;
  height: calc(100vh - 200px);
  margin-top: 100px;
  /* margin-bottom: 40px; */
  margin-left: 70px;
}
.firstScreen__img::before {
  content: "";
  position: absolute;
  left: 38%;
  transform: translateX(-50%);
  z-index: 2;
  width: 15rem;
  height: 100%;
  background-color: #755B29;
}
.firstScreen__img::after {
  content: "";
  position: absolute;
  left: 19%;
  top: 0;
  z-index: 1;
  width: 14rem;
  height: 100%;
  background-color: #300017;
}
.firstScreen__title {
  max-width: 757px;
  margin-bottom: 38px;
  font-size: 5.625rem;
  color: #31001A;
}
.firstScreen__title span {
  display: inline-block;
  padding-bottom: 14px;
  border-bottom: 3px solid #D3A65E;
  font-size: 1.75rem;
  color: #000000;
  text-transform: uppercase;
}
.btn {
  margin-bottom: 2.5rem;
  padding: 2.1875rem 2.6875rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5625rem;
  font-weight: 800;
  color: #fff;
  border-radius: 56px;
  background: #c9af7d;
  background: linear-gradient(90deg, #c9af7d 0%, #a4906a 100%);
  box-shadow: 0px 6px 18px rgba(118, 121, 156, 0.7);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn:hover {
  background: linear-gradient(90deg, #cbb17e 0%, #cbb17e 100%);
}
.firstScreen__text {
  max-width: 510px;
  font-family: 'Comfortaa';
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.27;
}
.firstScreen__img_small {
  display: none;
  margin: 25px auto;
}
h2.title {
  margin-bottom: 3.75rem;
  font-size: 2.5rem;
  text-align: center;
}
.secondScreen .wrap.dflexStart {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.secondScreen .wrap.dflexStart:first-child {
  background: red;
}
.r40 {
  height: 2.5rem;
}
.secondScreen__text {
  max-width: 650px;
  margin: auto;
  font-size: 1.31rem;
  line-height: 1.5;
}
.secondScreen__text span {
  font-weight: 800;
}
.secondScreen__item {
  width: calc(50% - 40px);
}
.secondScreen__item:first-child {
  margin-right: 20px;
}
.secondScreen__item:last-child {
  margin-left: 20px;
}
.secondScreen__img {
  margin: auto;
  width: 600px;
}
.secondScreenDoc {
  position: relative;
  max-width: 630px;
}
.secondScreenDoc::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 105%;
  height: 105%;
  background-color: #EEEFF1;
  border-radius: 18px;
}
.secondScreenDoc__wrap {
  position: relative;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 18px;
}
.secondScreenDoc__block {
  position: relative;
  margin-bottom: 20px;
}
.secondScreenDoc__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #EEEEEE;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.secondScreenDoc__title {
  font-family: 'Geometria-Heavy';
  font-size: 1.875rem;
  line-height: 1.3;
  color: #755B29;
}
.secondScreenDoc__title span {
  display: block;
  color: #480120;
}
.secondScreenDoc__text {
  font-family: 'Geometria-Light';
  margin-top: 1.31rem;
  font-size: 1.3rem;
  line-height: 1.3;
}
.parnerLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 90px;
  margin-bottom: 40px;
  border-radius: 56px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}
.secondScreen__item.dflex__between {
  flex-wrap: wrap;
}
.parnerLink_large {
  width: 100%;
  background: linear-gradient(0deg, #bcdaff, #dfecfc 9%, #ffffff);
}
.parnerLink_large img {
  margin-right: 15px;
}
.parnerLink_large span {
  display: block;
  font-family: 'Geometria-Heavy';
  font-size: 1.5rem;
  color: #132B41;
}
.parnerLink_other p {
  margin-left: 15px;
}
.thirdScreen {
  background: url(../img/dostoyanie/bg2.png) no-repeat;
  background-size: cover;
}
.thirdScreen__video {
  width: 50%;
  margin-left: 20px;
  cursor: pointer;
}
.expertList {
  width: 50%;
}
.expertList__item {
  position: relative;
  margin-bottom: 3rem;
}
.expertList__item h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.expertList__item p {
  font-family: 'Comfortaa';
  font-size: 1.187rem;
  line-height: 1.68;
}
.expertList__item:before {
  content: "";
  position: absolute;
  top: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 6rem;
  color: rgba(51, 51, 51, 0.16);
}
.expertList__item:nth-child(1)::before {
  content: "01.";
}
.expertList__item:nth-child(2)::before {
  content: "02.";
}
.expertList__item:nth-child(3)::before {
  content: "03.";
}
.expertList__item:nth-child(4)::before {
  content: "04.";
}
.fourthScreen {
  padding: 0 0 0 3.75rem !important;
  background: url(../img/dostoyanie/bg4.png) no-repeat;
  background-size: cover;
  border-top: 5.3125rem solid #480120;
  border-right: 60px solid #480120;
}
.fourthScreen::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 3.75rem;
  height: 40%;
  background: #480120;
}
.fourthScreen::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 3.75rem;
  height: 40%;
  background: #480120;
}
.fourthScreen .wrap {
  padding: 4.375rem 0 3.125rem;
}
.fourthScreen .wrap:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 20%;
  width: 300px;
  height: 240px;
  background: #480120;
}
.fourthScreen .wrap:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 20%;
  width: 300px;
  height: 240px;
  background: #480120;
}
.fourthScreen img {
  position: relative;
  z-index: 3;
}
.fourthScreen__item {
  width: 50%;
}
.rightList {
  width: 50%;
  margin: auto;
}
.rightList h2.title {
  text-align: left;
}
.rightList__text {
  font-family: 'Comfortaa';
  max-width: 485px;
  margin-bottom: 3.1rem;
  font-size: 1.5rem;
  line-height: 1.68;
  font-weight: bold;
}
.rightList__item {
  margin-bottom: 30px;
  padding: 0 50px;
}
.rightList__item h3 {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.rightList__item h3::before {
  content: "-";
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 4.375rem;
  color: #B0A690;
}
.rightList__item p {
  font-size: 1.25rem;
  line-height: 1.35;
}
.subtitle {
  max-width: 840px;
  margin: -30px auto 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #480120;
}
.slick-arrow {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(180deg, #eeeeee 0%, #ffffff 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.slick-arrow:hover {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.35);
}
.slick-dots {
  margin: 0 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.slick-dots button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(180deg, #eeeeee 0%, #ffffff 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 0;
}
.slick-dots button:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.slick-dots li {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.slick-dots li.slick-active {
  position: relative;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
  height: 10px;
  background: url(../img/dostoyanie/check.svg) no-repeat;
}
.slick-dots li:not(:last-child) {
  margin-right: 5px;
}
.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 50%;
}
.diplomInfo {
  max-width: 670px;
  padding-right: 50px;
  margin: auto;
}
.diplomInfo__img {
  width: 50%;
  height: 500px;
  object-fit: contain;
}
.diplomInfo__text {
  margin-bottom: 3rem;
  font-family: 'Geometria-Medium';
  font-size: 1.5rem;
  line-height: 1.2;
  color: #132B41;
}
.diplomInfo__title {
  font-family: 'Geometria-Heavy';
  color: #470120;
  font-size: 2rem;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
}
.decor {
  width: 100%;
  height: 3px;
  margin: 5rem 0 3rem;
  background: linear-gradient(270deg, #efb250 0%, #cb9952 5%, #fff4ad 11%, #e8c277 19%, #cb9952 28%, #e7c071 37%, #c2a25f 47%, #fff3a2 55%, #d2c885 67%, #c69550 80%, #fff4ab 89%, #7e6243 100%);
}
.color_470 {
  color: #470120;
}
.diplomList {
  position: relative;
  margin-left: 20px;
  font-family: 'Comfortaa', cursive;
  font-size: 1.5rem;
  font-weight: 300;
}
.diplomList li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
}
.diplomList li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  color: #B0A690;
}
.diplomList li:nth-child(1)::before {
  content: "01.";
}
.diplomList li:nth-child(2)::before {
  content: "02.";
}
.diplomList li:nth-child(3)::before {
  content: "03.";
}
.diplomList li:nth-child(4)::before {
  content: "04.";
}
.diplomList li:nth-child(5)::before {
  content: "05.";
}
.dp2 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.dp2.big {
  transform: scale(1.5);
}
.wrap_1300 {
  max-width: 1400px;
}
.dpl {
  margin: 0 0 0 auto;
}
.sixthScreen {
  border-bottom: none !important;
  font-family: 'Comfortaa', cursive;
}
.sixthScreen h2.title {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #470120;
}
.sixthScreen p {
  position: absolute;
  max-width: 280px;
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.sixthScreen p:nth-child(1) {
  top: 20px;
  left: 10px;
}
.sixthScreen p:nth-child(2) {
  top: 190px;
  left: 10px;
}
.sixthScreen p:nth-child(3) {
  top: 367px;
  left: 10px;
}
.sixthScreen p:nth-child(4) {
  top: 520px;
  left: 10px;
}
.sixthScreen p:nth-child(5) {
  top: 20px;
  right: 10px;
}
.sixthScreen p:nth-child(6) {
  top: 190px;
  right: 10px;
}
.sixthScreen p:nth-child(7) {
  top: 367px;
  right: 10px;
}
.sixthScreen p:nth-child(8) {
  top: 520px;
  right: 10px;
}
.wrapJs {
  position: relative;
  width: 100%;
  height: 100%;
}
.sixthScreen__img {
  margin: auto;
}
.sixthScreen__img_mob {
  display: none;
  margin: 0 auto 20px;
}
.slidersScreen {
  background: #480120 url(../img/dostoyanie/moskow.png) no-repeat !important;
  border-bottom: none !important;
  color: #fff;
}
.slidersScreen h2.title {
  margin: 0 auto 2rem;
  font-family: 'Geometria-Heavy';
  font-size: 3rem;
}
.slidersScreen .navigation {
  margin: 2rem auto;
}
.seventhScreen h2.title {
  max-width: 740px;
  margin: 0 auto 2rem;
  font-family: 'Geometria-Light';
  font-size: 3rem;
  line-height: 2;
}
.seventhScreen__img {
  max-width: 56%;
  padding: 0 5px;
}
.other {
  display: block;
  margin: 20px auto 0;
  padding: 1rem 2.6875rem;
}
.quiz {
  max-width: 550px;
}
.quiz__form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
.quiz__form button {
  margin-left: -25px;
  margin-bottom: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(180deg, #eeeeee 0%, #ffffff 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 0;
}
.quiz__form button:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.quiz__form button svg {
  transform: rotate(90deg);
}
.quiz__form .inp {
  padding-right: 30px;
}
:-moz-placeholder {
  color: #6F889F;
  font-family: 'Geometria-Light';
  font-size: 1.2rem;
}
::-moz-placeholder {
  color: #6F889F;
  font-family: 'Geometria-Light';
  font-size: 1.2rem;
}
:-ms-input-placeholder {
  color: #6F889F;
  font-family: 'Geometria-Light';
  font-size: 1.2rem;
}
::-webkit-input-placeholder {
  color: #6F889F;
  font-family: 'Geometria-Light';
  font-size: 1.2rem;
}
.inp {
  display: block;
  width: 100%;
  padding-bottom: 11px;
  font-size: 1.3rem;
  border-bottom: 1px solid #ABABAB;
  background: transparent;
}
.quiz__text {
  font-family: 'Geometria-Heavy';
  font-size: 1.3rem;
  line-height: 1.3;
  color: #470120;
}
.quizSucses {
  max-width: 1000px;
  margin: auto;
  padding: 0 5px;
}
.quizSucses .quizSucses__text {
  font-family: 'Geometria-Heavy';
  font-size: 20px;
  color: #470120;
  text-align: center;
  font-size: 2em;
}
.quizSucses .quizSucses__text span {
  color: #A4906A;
  font-size: 1.1em;
}
.quizSucses .btn {
  display: block;
  margin: 30px auto 40px;
}
.quizSucses .inp {
  margin-bottom: 7px;
  max-width: 400px;
  margin: 0 auto;
}
.quizSucses__link {
  display: block;
  margin: 20px auto;
  font-size: 20px;
  font-family: 'Geometria-Heavy';
  color: #A4906A;
  text-align: center;
}
.lettersJs {
  margin-bottom: 5rem;
}
.slider__item {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.slider__item.big {
  transform: scale(1.05);
}
.slider__item img {
  margin: auto;
}
.footers {
  position: relative;
  border-bottom: none !important;
  padding: 12rem  0 0rem !important;
}
.footerForm {
  max-width: 900px;
  font-family: 'Geometria-Light';
  color: #132B41;
}
.footerForm h3 {
  margin: 0 auto 2rem;
  font-family: 'Geometria-Heavy';
  font-size: 3rem;
  text-align: right;
}
.footerForm p {
  font-family: 'Geometria-Medium';
  margin: 0 auto 2rem;
  font-size: 1.8rem;
  line-height: 1.4;
}
.footerForm form {
  max-width: 500px;
  text-align: center;
}
.footerForm .inp {
  margin-bottom: 20px;
}
.forCheckbox {
  display: inline-block;
  margin: 3rem auto;
  text-align: left;
}
.forCheckbox label {
  display: inline-block;
  position: relative;
  font-family: 'Geometria-Medium';
  font-size: 1.2rem;
  line-height: 2;
  color: #132B41;
  cursor: pointer;
}
.forCheckbox label::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -30px;
  width: 19px;
  height: 19px;
  background: url(../img/dostoyanie/checbox.svg) no-repeat;
}
.forCheckbox label::after {
  display: none;
  content: "";
  position: absolute;
  top: 11px;
  left: -26px;
  width: 11px;
  height: 11px;
  background: url(../img/dostoyanie/checkboxCheck.svg) no-repeat;
}
#agree {
  display: none;
}
input#agree:checked + label::after {
  display: block;
}
.footer__img {
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 1;
}
.quizSucses2 .quizSucses__text {
  margin: 50px auto 0 auto;
  max-width: 450px;
}
.rating_do{
  margin-top: 50px;
  padding: 0 20px;
}
.inwr {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
.inwr::before {
  content: "";
  right: 0;
  bottom: 1px;
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../img/dostoyanie/inp334.svg) no-repeat;
  background-size: cover;
}
.socwr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -40px;
}
.socwr a {
  display: inline-block;
  margin: 0 4px;
}
/*-------------------END MAIN----------------------------------------*/
/*~~~~~~~~~~~~~~~~~~~MEDIA~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 1750px) {
  html  {
    font-size: 13px;
  }
  .wrap {
    max-width: 1170px;
  }
  .firstScreen__item {
    height: auto;
  }
  .secondScreenDoc {
    max-width: 536px;
  }
  .fourthScreen__img {
    max-width: 50%;
  }
  .thirdScreen__img {
    max-width: 50%;
  }
  .parnerLink img {
    max-width: 160px;
  }
  .parnerLink.parnerLink_other p img {
    max-width: 110px;
  }
  .parnerLink_large span {
    font-size: 1.1rem;
  }
  .secondScreen__item.dflex__between {
    padding: 0 20px;
  }
  .footer__img {
    max-width: 500px;
  }
  .sixthScreen__img {
    max-width: 60%;
  }
  .sixthScreen p {
    font-size: 15px;
  }
  .sixthScreen p:nth-child(1) {
    top: 0;
    left: -50px;
  }
  .sixthScreen p:nth-child(2) {
    top: 150px;
    left: -50px;
  }
  .sixthScreen p:nth-child(3) {
    top: 255px;
    left: -50px;
  }
  .sixthScreen p:nth-child(4) {
    top: 387px;
    left: -50px;
  }
  .sixthScreen p:nth-child(5) {
    top: 0px;
    right: -50px;
  }
  .sixthScreen p:nth-child(6) {
    top: 150px;
    right: -50px;
  }
  .sixthScreen p:nth-child(7) {
    top: 255px;
    right: -50px;
  }
  .sixthScreen p:nth-child(8) {
    top: 387px;
    right: -50px;
  }
  .secondScreenDoc__text {
    font-size: 1.48rem;
  }
}
/*-------------------------------------------*/
@media only screen and (max-width: 1155px) {
  .wrap {
    padding: 0 20px;
  }
  .nav {
    display: none;
  }
  .firstScreen__img::before {
    width: 8rem;
  }
  .firstScreen__img::after {
    width: 7rem;
  }
  .firstScreen__img img {
    height: auto;
    margin-left: 15px;
  }
  .fourthScreen .wrap::before,
  .fourthScreen .wrap::after {
    display: none;
  }
  .footer__img {
    max-width: 400px;
  }
  .firstScreen__title {
    font-size: 40px;
  }
  .navigation {
    margin-top: 0;
  }
  .sixthScreen p {
    font-size: 15px;
  }
  .sixthScreen p:nth-child(1) {
    top: 0;
    left: 10px;
  }
  .sixthScreen p:nth-child(2) {
    top: 175px;
    left: 10px;
  }
  .sixthScreen p:nth-child(3) {
    top: 335px;
    left: 10px;
  }
  .sixthScreen p:nth-child(4) {
    top: 475px;
    left: 10px;
  }
  .sixthScreen p:nth-child(5) {
    top: 0px;
    right: 10px;
  }
  .sixthScreen p:nth-child(6) {
    top: 175px;
    right: 10px;
  }
  .sixthScreen p:nth-child(7) {
    top: 310px;
    right: 10px;
  }
  .sixthScreen p:nth-child(8) {
    top: 475px;
    right: 10px;
  }
  .secondScreen .dflexStart_1 .secondScreen__item {
    margin: 0 auto;
  }
  .secondScreen .dflexStart_1 .secondScreen__item:nth-child(1) {
    order: 2;
    display: flex;
    flex-direction: column;
  }
  .secondScreen .dflexStart_1 .secondScreen__item:nth-child(1) .secondScreen__img {
    order: 1;
  }
  .secondScreen .dflexStart_1 .secondScreen__item:nth-child(1) .r40 {
    order: 2;
  }
  .secondScreen .dflexStart_1 .secondScreen__item:nth-child(1) .secondScreen__text {
    order: 3;
  }
  .secondScreen .dflexStart_1 .secondScreen__item:nth-child(2) {
    order: 1;
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px;
  }
  .secondScreen .dflexStart_1 .secondScreen__item:nth-child(2) .secondScreen__img {
    order: 3;
  }
  .secondScreen .dflexStart_1 .secondScreen__item:nth-child(2) .r40 {
    order: 2;
  }
  .r40 {
    height: 20px;
  }
  .parnerLink {
    width: 48%;
  }
  .parnerLink_large {
    width: 100%;
  }
  .wrapJs .navigation {
    max-width: 100%;
  }
}
/*-------------------------------------------*/
@media only screen and (max-width: 970px) {
  .firstScreen__item {
    width: 100%;
  }
  .parnerLink img {
    max-width: 200px;
  }
  .firstScreen__title {
    margin-top: 100px;
  }
  .firstScreen__text {
    margin-bottom: 50px;
  }
  .secondScreen__item {
    width: 100%;
  }
  .secondScreen__text {
    margin: auto;
  }
  .secondScreenDoc {
    margin: 0 auto 40px;
  }
  .sixthScreen__img {
    display: none;
  }
  .sixthScreen {
    min-height: auto;
  }
  .sixthScreen p {
    position: static;
    text-align: center;
  }
  .sixthScreen__img_mob {
    display: block;
  }
  .secondScreen__item:last-child {
    margin-left: 0px;
  }
  .secondScreen__item:first-child {
    margin-right: 0;
  }
  .wrapJs p {
    max-width: 100%;
  }
  .wrapJs .navigation {
    margin: 0px auto 20px;
  }
}
@media only screen and (max-width: 810px) {
  .expertList,
  .thirdScreen__video,
  .rightList {
    width: 100%;
  }
  .firstScreen__img {
    display: none;
  }
  .firstScreen__img img {
    width: 100%;
    margin: 0;
    padding-top: 15px;
  }
  .firstScreen__img.firstScreen__img_small {
    display: block;
  }
  .firstScreen__text {
    margin: 0 auto 50px;
  }
  .firstScreen__item {
    text-align: center;
  }
  .firstScreen__title {
    text-align: left;
  }
  .rightList h2.title {
    text-align: center;
  }
  .secondScreen .wrap.dflexStart {
    margin-bottom: 0;
  }
  .thirdScreen__video {
    margin: 0 auto 30px;
    order: 1;
  }
  .expertList {
    order: 2;
  }
  .thirdScreen .wrap.dflex__between,
  .fourthScreen .wrap.dflex__between {
    flex-wrap: wrap;
  }
  .fourthScreen {
    border-right: none;
    border-top: none;
    padding-left: 0 !important;
  }
  .fourthScreen:before,
  .fourthScreen:after {
    display: none;
  }
  .fourthScreen .wrap {
    padding: 4.375rem 20px 3.125rem;
  }
  .parnerLink {
    height: 70px;
  }
  .fourthScreen__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .fourthScreen__img_large {
    margin: 20px auto 0;
    border-radius: 47px;
  }
  .footer__img {
    max-width: 300px;
  }
  .diplomInfo {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 650px) {
  h2.title {
    font-size: 22px;
    margin: 0 auto 15px;
  }
  section.section {
    padding: 30px 0;
  }
  .firstScreen__title span {
    font-size: 13px;
  }
  .firstScreen__img::before {
    width: 90px;
    left: 80%;
  }
  .firstScreen__img::after {
    left: 40%;
  }
  .footer__img {
    position: relative;
    margin: auto;
  }
  .btn {
    font-size: 12px;
  }
  .secondScreen__item.dflex__between {
    padding: 0;
  }
  .parnerLink img {
    max-width: 110px;
  }
  .parnerLink_large span {
    font-size: 8px;
  }
  .parnerLink.parnerLink_other p img {
    max-width: 55px;
  }
  .fifthScreen h2.title {
    margin: 0 auto 10px;
    font-family: 'Geometria-Light';
    font-size: 22px;
    color: #470120;
    line-height: 1.32;
  }
  .subtitle {
    display: none;
  }
  .diplomJs__item .dflex__between {
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .diplomInfo__text {
    font-size: 14px;
    color: #000000;
  }
  .diplomInfo__title {
    font-size: 22px;
    text-align: center;
  }
  .diplomInfo__img {
    width: 100%;
  }
  .navigation {
    max-width: 100%;
  }
  .slick-arrow {
    width: 43px;
    height: 43px;
  }
  .slick-dots button {
    width: 20px;
    height: 20px;
  }
  .dp1 {
    display: none;
  }
  .wrap_1300 .dflex {
    flex-wrap: wrap;
  }
  .diplomList + img {
    margin: auto;
  }
  .slidersScreen h2.title {
    font-size: 22px;
  }
  .seventhScreen h2.title {
    font-size: 20px;
  }
  .seventhScreen .dflex__between {
    flex-wrap: wrap;
  }
  .seventhScreen__img {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .footer {
    padding: 30px 0px 10rem !important;
  }
  .footer h2.title {
    font-size: 20px;
    text-align: center;
  }
  .footerForm h3 {
    margin: 0 auto 10px;
    text-align: center;
    color: #470120;
  }
  .footerForm p {
    font-size: 14px;
    color: #000000;
  }
  .forCheckbox {
    padding-left: 30px;
  }
  .forCheckbox label {
    font-size: 12px;
  }
  .btn {
    min-width: 200px;
  }
  .lettersJs .slick-list,
  .smiJs .slick-list {
    padding: 0 30% 0 0;
  }
  .dflex__between_dpf {
    flex-wrap: wrap;
  }
  .diplomList {
    margin-left: 0;
    margin-right: 0px;
  }
  .diplomInfo__img {
    height: 300px;
  }
  .diplomJs__item .dflex__between {
    min-height: 600px;
  }
  .diplomInfo {
    margin: 0 auto;
  }
  .diplomInfo__text {
    margin-bottom: 0;
  }
  .dflex__between_dx {
    flex-wrap: wrap;
  }
  .diplomJs__item .dflex__between {
    min-height: auto;
  }
  .footers {
    padding: 3rem 0 0rem !important;
  }
}
