@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-weight: 400;
  line-height: 21px;
  color: #262626;
}
button,
input,
textarea {
  font-family: inherit;
  padding: 0;
  background-color: transparent;
  border: 0;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li,
ul {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

h1{
  font-weight: 900;
}


h2 {
    font-size: 1.4em;
    padding-top: 10px;
    font-weight: 600;
    padding-bottom: 10px;
}
h3 {
    font-size: 1.2em;
    padding-top: 10px;
    font-weight: 600;
    padding-bottom: 10px;
}

h3 {
  display: block;
  font-size: 1.3em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

sup {
  color: inherit;
}

.icon-check {
  width: 17px;
  height: 12px;
}
.icon-deg-arrow {
  width: 10px;
  height: 10px;
}
.icon-useful {
  width: 60px;
  height: 60px;
}
.icon-important {
  width: 60px;
  height: 60px;
}
.icon-oneCoin {
  width: 22px;
  height: 16px;
}
.icon-twoCoin {
  width: 46px;
  height: 20px;
}
.icon-threeCoin {
  width: 70px;
  height: 24px;
}
.icon-state {
  width: 22px;
  height: 18px;
}
.icon-med {
  width: 20px;
  height: 18px;
}
.icon-star {
  width: 24px;
  height: 21px;
}
.icon-license {
  width: 18px;
  height: 20px;
  margin-right: 10px;
}
.icon-arrow {
  height: 24px;
  width: 32px;
  margin-left: 20px;
}
.icon-num-accordion {
  width: 25px;
  height: 32px;
}
.icon-triangle {
  width: 13px;
  height: 13px;
}
.icon-ultrasound {
  width: 50px;
  height: 50px;
}
.icon-sensor {
  width: 50px;
  height: 50px;
}
.icon-briefcase {
  width: 30px;
  height: 25px;
}
.icon-medal {
  width: 30px;
  height: 35px;
}
.icon-hat {
  width: 30px;
  height: 22px;
}
.icon-play-youtube {
  width: 60px;
  height: 60px;
}
.container_full {
  max-width: 1180px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px;
}
.title.title--small {
  font-size: 36px;
  line-height: 42px;
}
.subtitle {
  color: #7c8092;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 40px;
}

.pinkColor {
  color: #fd3c76;
}
.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 16px 40px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #fff;
  outline: 0;
  background: #005dff;
  border-radius: 15px;
  border: 0;
  -webkit-transition: background 0.2s ease, color 0.35s;
  -o-transition: background 0.2s ease, color 0.35s;
  transition: background 0.2s ease, color 0.35s;
}
.btn:hover {
  background: #0038ff;
}
.btn--intro {
  width: 325px;
  text-align: center;
}
.btn--pink {
  background-color: #fd3c76;
}
.btn--white {
  color: #005dff;
  background-color: #fff;
}
.btn--white:hover {
  color: #fff;
}
.btn--requirements {
  cursor: pointer;
  text-decoration: underline;
}
.video-widget__container {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  left: 20px;
  bottom: 90px;
  border-radius: 20px;
  border-width: 5px;
  width: 130px;
  height: 170px;
  border: 5px solid #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.video-widget__container:hover {
  border: 5px solid #005dff;
}
.video-widget__container.active {
  width: 150px;
  height: 250px;
}
.video-widget__container.active .icon-play {
  display: none;
}
.video-widget__container .icon-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.video-widget__container .icon-close.active {
  display: block;
}
.video-widget__container .icon-play {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-widget__video {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header-fixed {
  display: none;
}
header.fixed .header-fixed {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.intro {
  padding: 25px 0 60px;
  background-color: #f3f6ff;
}
.intro__suptitle {
  font-size: 14px;
  line-height: 20px;
  color: #005dff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.intro__title {
  font-weight: 900;
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 36px;
}
.intro__container {
  padding: 30px 50px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  border-radius: 15px;
  background-color: #fff;
}
.intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.intro__wrapper-content {
  max-width: 500px;
}
.intro__wrapper img {
  border-radius: 15px;
  max-width: 100%;
}
.intro__wrapper-video {
  max-width: 600px;
}
.intro__wrapper-video video {
  border-radius: 15px;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.intro__list {
  margin-bottom: 35px;
}
.intro__list .intro__item {
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}
.intro__list .intro__item .icon-check {
  position: absolute;
  margin-top: 5px;
  left: 0;
  z-index: 1;
}
.intro__list .intro__item-text {
  margin-left: 10px;
  color: #7c8092;
}
.intro__include {
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 25px;
  background-color: #f3f6ff;
}
.intro__include-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.intro__include-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.intro__include-title {
  color: #7c8092;
  margin-bottom: 10px;
}
.intro__include-list + .intro__include-list {
  margin-left: 10px;
}
.intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.intro__wrapper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.intro__container-nav {
  width: 600px;
  padding: 40px 50px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  background-color: #fff;
  border-radius: 15px;
}
.intro__container-nav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.intro__container-nav + .intro__container-nav {
  margin-left: 50px;
}
.intro__nav-list {
  max-width: 460px;
}
.intro__nav-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}
.intro__nav-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-left: 20px;
}
.intro__nav-item .icon-deg-arrow {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
.summary {
  padding: 0 0 60px 0;
  background-color: #f3f6ff;
}
.summary__video {
  padding: 20px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  background-color: #fff;
  border-radius: 15px;
  max-width: 700px;
}
.summary__video img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.form-fixed__block {
  position: relative;
  padding: 0 0 120px 0;
}
.form-fixed {
  padding: 40px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.form-fixed.fixed {
  height: auto;
  padding: 10px;
  width: 100%;
  display: block;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.form-fixed .btn {
  padding: 14px 40px;
  width: 185px;
}
.form-fixed__form {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-fixed .input {
  max-width: 210px;
  margin-right: 20px;
}
.form-fixed__header {
  width: 230px;
  margin-right: 20px;
}
.form-fixed__title {
  font-size: 24px;
  margin-bottom: 4px;
}
.form-fixed__date {
  font-size: 16px;
  letter-spacing: -1px;
  color: #7c8092;
  width: 230px;
}
.form-fixed__date-num {
  padding: 2px 4px;
  border-radius: 5px;
  background-color: #262626;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.input {
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  padding: 13px 20px;
  -webkit-transition: padding, color 0.3s ease;
  -o-transition: padding, color 0.3s ease;
  transition: padding, color 0.3s ease;
  width: 100%;
  font-size: 16px;
}
.input::-webkit-input-placeholder {
  color: #7c8092;
}
.input::-moz-placeholder {
  color: #7c8092;
}
.input:-ms-input-placeholder {
  color: #7c8092;
}
.input::-ms-input-placeholder {
  color: #7c8092;
}
.input::placeholder {
  color: #7c8092;
}
.input:hover {
  background-color: #f3f6ff;
}
.academic-work {
  padding: 120px 0 60px 0;
}
.academic-work #academic-work-4 {
  height: 550px;
}
.academic-work__heading {
  position: relative;
}
.academic-work__heading .title {
  position: absolute;
  top: -70px;
  font-size: 46px;
  left: 0;
  z-index: 1;
}
.academic-work__content {
  padding-top: 40px;
  padding-right: 30px;
  border-top: 1px solid #c2c2c2;
}
.academic-work__wrapper {
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
}
.academic-work__wrapper-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.academic-work__title {
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
}
.academic-work__text {
  font-size: 20px;
  line-height: normal;
}
.academic-work__text p {
  margin-top: 20px;
}

/* .academic-work__text ul li { */
  /* margin-top: 20px; */
/* } */
.academic-work__swiper {
  max-width: 570px;
  height: 400px;
}
.academic-work__swiper .swiper-slide {
  width: 100%;
}
.academic-work__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 15px 15px 15px;
}
.academic-work__swiper .swiper-slide video {
  border-radius: 0 15px 15px 15px;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.academic-work__kind {
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
  color: #005dff;
}
.swiper-button-next {
  top: auto;
  right: 30px;
  left: auto;
  bottom: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 66px rgba(125, 143, 179, 0.15);
  box-shadow: 0 2px 66px rgba(125, 143, 179, 0.15);
}
.swiper-button-prev {
  top: auto;
  left: auto;
  right: 85px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 66px rgba(125, 143, 179, 0.15);
  box-shadow: 0 2px 66px rgba(125, 143, 179, 0.15);
}
.swiper-button-next:after {
  position: absolute;
  top: 14px;
  left: 12px;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-prev:after {
  position: absolute;
  top: 14px;
  left: 16px;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.education {
  padding: 60px 0;
  background-color: #f3f6ff;
}
.education .swiper {
  height: 100%;
}
.education__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  gap: 20px;
}
.education__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
}
.education__visual-block {
  /* height: 300px; */
  max-width: 350px;
  padding: 10px;
}
.education__visual-block img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.education__visual-block--small {
  height: 230px;
}
.education__visual-block--mobile {
  display: none;
}
.education__content {
  /* margin-left: 30px; */
  width: 40%
}
.education__content-box {
  border-radius: 15px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
}
.education__list li {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}
.education__rotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.education__rotation-elem {
  margin: 0 5px;
  border-radius: 15px;
  padding: 5px 10px;
  background-color: #f3f6ff;
  font-size: 20px;
  line-height: normal;
}
.direction {
  padding: 60px 0;
}
.direction__accordion-item {
  cursor: pointer;
  padding: 40px 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  border-radius: 15px;
}
.direction__accordion-item:hover .accordion__num {
  color: #005dff;
}
.direction__accordion-item:hover .accordion__btn {
  border-color: #005dff;
}
.direction__accordion-item:hover .accordion__btn-icon {
  color: #005dff;
}
.direction__accordion-item.active {
  padding: 40px 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  border-radius: 15px;
}
.direction__accordion-item.active .accordion__toggle {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.direction__accordion-item.active .accordion__wrapper {
  max-height: 600px;
}
.direction__accordion-item.active .accordion__wrapper .accordion__btn {
  opacity: 1;
}
.direction__accordion-item.active .accordion__wrapper .accordion__btn-icon {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.direction__accordion-item.active .accordion__num {
  opacity: 1;
}
.direction__accordion-item.active .accordion__num {
  color: #005dff;
}
.accordion__toggle {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.accordion__list li {
  margin-top: 10px;
  font-size: 18px;
  line-height: normal;
}
.accordion__video {
  max-width: 400px;
  max-height: 340px;
}
.accordion__video video {
  border-radius: 15px;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.accordion__wrapper {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion__wrapper .accordion__btn {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.accordion__wrapper .accordion__num {
  margin-bottom: 60px;
  opacity: 0;
}
.accordion__wrapper .accordion__title {
  margin-bottom: 24px;
}
.accordion__title {
  max-width: 555px;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
}
.accordion__num {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion__num-icon path {
  -webkit-transition: fill 0.35s ease;
  -o-transition: fill 0.35s ease;
  transition: fill 0.35s ease;
}
.accordion__btn {
  margin-left: auto;
  border: 2px solid #e2e6e7;
  border-radius: 50%;
  padding: 20px 20px 18px 20px;
}
.accordion__btn-icon {
  color: #e2e6e7;
  width: 12px;
  height: 12px;
}
.advantages {
  padding: 60px 0;
}
.advantages__content {
  margin-right: 20px;
}
.advantages__wrapper {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advantages .subtitle {
  max-width: 800px;
}
.advantages__swiper {
  max-width: 580px;
  height: 500px;
  margin: 0 auto;
}
.advantages__swiper .swiper-slide {
  width: 100%;
  position: relative;
}
.advantages__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
.advantages__swiper .swiper-slide__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 5px;
  padding: 5px 10px;
  color: #262626;
  background-color: #fff;
  font-size: 18px;
}
.advantages__swiper .swiper-slide .icon-play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.accordion__h6 {
  max-width: 400px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.accordion .icon-num-accordion {
  margin-right: 15px;
}
.accordion .icon-triangle {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.department {
  padding: 60px 0;
}
.department__problem {
  margin-bottom: 60px;
}
.department__problem-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.department__problem-item {
  position: relative;
  width: 50%;
  padding-left: 70px;
  font-size: 20px;
  line-height: 26px;
}
.department__problem-item .icon-sensor,
.department__problem-item .icon-ultrasound {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.department__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.department .info__visual {
  margin-right: 20px;
}
.department .info__img {
  max-width: 360px;
  margin-bottom: 20px;
}
.department .info__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
}
.department .info__simple {
  padding: 20px 20px 20px 30px;
  border-radius: 15px;
  background-color: #f3f6ff;
  max-width: 360px;
}
.department .info__simple-item {
  position: relative;
  font-size: 18px;
  padding-left: 28px;
}
.department .info__simple-item + .info__simple-item {
  margin-top: 20px;
}
.department .info__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.department .info__main {
  max-width: 700px;
}
.department .info__content {
  padding: 40px;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
}
.department .info__speciality {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.department .info__name {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
}
.department .info__basic {
  font-size: 20px;
  line-height: 26px;
}
.department .info__accordion-header {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 0;
  border-radius: 15px;
  text-align: left;
  width: 100%;
  padding: 16px 40px 16px 20px;
  color: #262626;
  cursor: pointer;
  position: relative;
}
.department .info__accordion-header:hover {
  background-color: #005dff;
  color: #fff;
}
.department .info__accordion-header span {
  font-size: 18px;
  font-weight: 700;
}
.department .info__accordion-header .icon-triangle {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.department .info__accordion-header.active {
  color: #fff;
  background-color: #005dff;
  border-bottom: 1px solid #c2c2c2;
}
.department .info__accordion-header.active .icon-triangle {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  right: 15px;
  top: 40%;
}
.department .info__accordion-uppercase {
  text-transform: uppercase;
}
.department .info__accordion-item {
  border-radius: 15px;
  border: 1px solid #c2c2c2;
  margin-top: 20px;
}
.department .info__accordion-content {
  overflow: scroll;
  overflow-x: hidden;
  height: 300px;
  display: none;
  padding: 15px 20px 0 20px;
}
.department .info__accordion-content ul li {
  margin-bottom: 10px;
}
.department .info__accordion-list {
  padding-left: 15px;
}
.department .info__accordion-list li {
  list-style: auto;
  margin-bottom: 10px;
}
.logistics {
  padding: 60px 0;
}
.logistics__accordion-num {
  margin-right: 40px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logistics__accordion-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  border-radius: 15px;
}
.logistics__accordion-heading.active {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.logistics__accordion-heading:hover .logistics__accordion-btn {
  background-color: #005dff;
  color: #fff;
}
.logistics__accordion-title {
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
}
.logistics__accordion-btn {
  margin-left: auto;
  margin-right: 10%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 0;
  border-radius: 15px;
  text-align: left;
  border: 1px solid #c2c2c2;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 40px 16px 20px;
  color: #262626;
  cursor: pointer;
  position: relative;
}
.logistics__accordion-btn .icon-triangle {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.logistics__accordion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.logistics__accordion-wrapper .info__video-item img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.logistics__accordion-wrapper__block {
  display: none;
  margin: 40px 0;
}
.logistics__accordion-wrapper .btn {
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}
.logistics__accordion-wrapper .info__visual {
  max-width: 586px;
  margin-right: 20px;
}
.logistics__accordion-wrapper .info__img {
  margin-bottom: 30px;
  position: relative;
}
.logistics__accordion-wrapper .info__img .icon-play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.logistics__accordion-wrapper .info__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
.logistics__accordion-wrapper .info__video {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px 10px;
  margin-bottom: 20px;
}
.logistics__accordion-wrapper .info__video-item video {
  border-radius: 15px;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.logistics__accordion-wrapper .info__main {
  max-width: 530px;
}
.logistics__accordion-wrapper .info__content {
  padding: 40px;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  margin-bottom: 20px;
}
.logistics__accordion-wrapper .info__speciality {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.logistics__accordion-wrapper .info__name {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
}
.logistics__accordion-wrapper .info__basic {
  font-size: 20px;
  line-height: 26px;
}
.logistics__accordion-wrapper .info__simple {
  margin-top: 20px;
  padding: 20px 20px 20px 30px;
  border-radius: 15px;
  background-color: #f3f6ff;
}
.logistics__accordion-wrapper
  .info__simple
  .info__simple-item
  + .info__simple-item {
  margin-top: 20px;
}
.logistics__accordion-wrapper .info__simple-item {
  position: relative;
  font-size: 18px;
  padding-left: 28px;
}
.logistics__accordion-wrapper .info__simple-item .info__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.logistics__accordion-wrapper .info__simple-heading {
  margin-bottom: 20px;
}
.logistics__accordion-wrapper .info__simple-speciality {
  font-size: 20px;
  font-weight: 700;
}
.logistics__accordion-wrapper .info__simple-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.logistics__accordion-wrapper .info__simple p {
  margin-bottom: 10px;
}
.logistics__accordion-wrapper .info__accordion-header {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 0;
  border-radius: 15px;
  text-align: left;
  width: 100%;
  padding: 16px 40px 16px 20px;
  color: #262626;
  cursor: pointer;
  position: relative;
}
.logistics__accordion-wrapper .info__accordion-header:hover {
  background-color: #005dff;
  color: #fff;
}
.logistics__accordion-wrapper .info__accordion-header span {
  font-size: 18px;
  font-weight: 700;
}
.logistics__accordion-wrapper .info__accordion-header .icon-triangle {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.logistics__accordion-wrapper .info__accordion-header.active {
  color: #fff;
  background-color: #005dff;
  border-bottom: 1px solid #c2c2c2;
}
.logistics__accordion-wrapper .info__accordion-header.active .icon-triangle {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  right: 15px;
  top: 40%;
}
.logistics__accordion-wrapper .info__accordion-uppercase {
  text-transform: uppercase;
}
.logistics__accordion-wrapper .info__accordion-item {
  border-radius: 15px;
  border: 1px solid #c2c2c2;
  margin-top: 20px;
}
.logistics__accordion-wrapper .info__accordion-content {
  overflow: scroll;
  overflow-x: hidden;
  height: 300px;
  display: none;
  padding: 15px 20px 0 20px;
}
.logistics__accordion-wrapper .info__accordion-content ul li {
  margin-bottom: 10px;
}
.logistics__accordion-wrapper .info__accordion-list {
  padding-left: 15px;
}
.logistics__accordion-wrapper .info__accordion-list li {
  list-style: auto;
  margin-bottom: 10px;
}
.trajectory {
  padding: 60px 0;
}
.trajectory__video + .trajectory__video {
  margin-left: 20px;
}
.trajectory__video {
  width: 33%;
}
.trajectory__video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.trajectory__video img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.trajectory__map img {
  width: 100%;
}
.suitable {
  padding: 60px 0;
}
.suitable .heading {
  text-align: center;
  margin-bottom: 24px;
}
.suitable__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 40px;
}
.suitable__wrapper .info__img {
  margin-right: 20px;
}
.suitable__wrapper .info__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
.suitable__wrapper .info__main {
  width: 600px;
}
.suitable__wrapper .info__content {
  padding: 40px;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  margin-bottom: 20px;
}
.suitable__wrapper .info__simple {
  padding: 20px 20px 20px 30px;
  border-radius: 15px;
  background-color: #f3f6ff;
  margin-right: 20px;
}
.suitable__wrapper .info__simple .info__simple-item + .info__simple-item {
  margin-top: 20px;
}
.suitable__wrapper .info__simple-item {
  position: relative;
  font-size: 18px;
  padding-left: 28px;
}
.suitable__wrapper .info__simple-item .info__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.suitable__wrapper .info__speciality {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.suitable__wrapper .info__name {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.suitable__wrapper .info__basic {
  font-size: 20px;
  line-height: 26px;
}
.suitable__wrapper .info__proof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.suitable__wrapper .info__reviews {
  position: relative;
  cursor: pointer;
  height: 200px;
  width: 280px;
}
.suitable__wrapper .info__reviews .icon-play {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.suitable__wrapper .info__reviews img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
.reviews {
  padding: 60px 0;
}
.reviews__slider {
  padding: 0 60px;
}
.reviews__slider .swiper-button-next {
  top: 50%;
  right: 0;
  background-color: #005dff;
}
.reviews__slider .swiper-button-next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.reviews__slider .swiper-button-prev {
  top: 50%;
  left: 0;
  background-color: #005dff;
}
.reviews__slider .swiper-button-prev::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.reviews__item {
  width: 362px;
  height: 300px;
  position: relative;
  cursor: pointer;
}
.reviews__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
.reviews__item::after {
  border-radius: 15px;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.9)),
    color-stop(50%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0) 50%
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 50%);
}
.reviews__item .reviews__btn {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.reviews__item .reviews__btn p {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 190%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
.reviews__item .icon-play {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.reviews__item-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  padding-right: 20px;
}
.reviews__name {
  color: #fff;
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 4px;
}
.reviews__speciality {
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.reviews__header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews__header .reviews__name {
  font-size: 24px;
}
.reviews__header .reviews__item {
  width: 490px;
  height: 400px;
}
.reviews__header-left {
  margin: 0 auto;
}
.reviews__header-left__top {
  margin: 0 auto;
  max-width: 390px;
  text-align: center;
}
.reviews__header-left__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__header-left__bottom .reviews__name {
  font-size: 16px;
  line-height: 21px;
}
.reviews__header-left__bottom .reviews__speciality {
  font-size: 15px;
  line-height: normal;
  color: #fff;
}
.reviews__header-left__bottom .reviews__item {
  height: 200px;
  width: 50%;
}
.reviews__header-left__bottom .reviews__item + .reviews__item {
  margin-left: 20px;
}
.salary {
  padding: 60px 0;
  background-color: #f3f6ff;
}
.salary .title {
  margin-bottom: 60px;
  text-align: center;
}
.salary__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.salary__item + .salary__item {
  margin-left: 30px;
}
.salary__item {
  position: relative;
  width: 33.33333%;
  background-color: #fff;
  padding: 30px 30px 115px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
}
.salary__item.blueColorBg {
  background-color: #005dff;
}
.salary__item.blueColorBg .salary__item-sum {
  color: #fff;
}
.salary__item.blueColorBg .salary__item-specialist {
  color: #fff;
}
.salary__item.blueColorBg svg symbol path {
  fill: red;
}
.salary__item-sum {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
}
.salary__item-specialist {
  color: #7c8092;
}
.salary__item .salary-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.services {
  padding: 60px 0;
  background-color: #f3f6ff;
}
.services__top {
  text-align: center;
}
.services__top .title {
  margin-bottom: 60px;
}
.services__suptitle {
  font-size: 18px;
  color: #7c8092;
  margin-bottom: 20px;
}
.services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services__inner-item + .services__inner-item {
  margin-left: 30px;
}
.services__inner-item {
  max-width: 33.33333%;
  padding: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  background-color: #fff;
}
.services__inner-item__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 25px;
}
.services__inner-item__blue {
  background-color: #005dff;
}
.services__inner-item__blue .services__inner-item__title {
  color: #fff;
}
.services__inner-item__blue .services__list p {
  color: #fff;
}
.services__list {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.services__list .icon-check {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}
.services__list p {
  font-size: 16px;
  line-height: 24px;
  color: #7c8092;
}
.trust {
  padding: 60px 0;
  background-color: #f3f6ff;
}
.trust-img {
  width: 70px;
}
.trust .title {
  margin: 0;
}
.trust__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 40px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  background-color: #fff;
}
.trust__wrapper-item {
  max-width: 33.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.trust__wrapper-item span {
  margin-left: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #7c8092;
}
.diplom {
    padding: 60px 0;
    background-color: #f0f4ff;
}
.diplom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  padding: 40px;
}
.diplom__inner-item + .diplom__inner-item {
  margin-left: 30px;
}
.diplom__inner-item__img {
  position: relative;
}
.diplom__inner-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
.diplom__inner-item__img-text {
  font-size: 16px;
  line-height: 24px;
  color: #7c8092;
  margin-top: 20px;
}
.diplom__inner-item__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #7c8092;
}
.diplom__slider .slick-list {
  padding: 40px 0;
}
.diplom__slider-item {
  width: 50%;
}
.diplom__slider-item__img {
  cursor: pointer;
}

.diplom__icon-play {
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.diplom__slider-left {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.diplom__slider-right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.poss {
  background-color: #f3f6ff;
  padding: 60px 0;
}
.poss .title {
  margin-bottom: 60px;
}
.poss__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.poss__inner-item {
  width: 33.33333%;
  position: relative;
  border-radius: 15px;
  padding: 74px 20px 20px 20px;
}
.poss__inner-item__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.poss__inner-item-grayLightColor {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
}
.poss__inner-item-blueColor {
  background-color: #005dff;
}
.poss__inner-item-blueColor .poss__inner-item__text {
  color: #fff;
}
.poss__inner-item-blueColor .poss__inner-item__title {
  color: #fff;
}
.poss__inner-item-pinkColor {
  background-color: #fd3c76;
}
.poss__inner-item-pinkColor .poss__inner-item__text {
  color: #fff;
}
.poss__inner-item-pinkColor .poss__inner-item__title {
  color: #fff;
}
.poss__inner-item + .poss__inner-item {
  margin-left: 30px;
}
.poss__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}


.curriculum-table-block {
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
}
.curriculum-detail {
    padding-bottom: 60px;
    position: relative;
    background: #f0f4ff;
    overflow: hidden;
}

.curriculum-about {
  width: 100%;
  float: left;
  height: 60px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.curriculum-about-left {
  width: 210px;
  float: left;
  height: 100%;
}
.curriculum-about-right {
  width: calc(100% - 210px);
  float: left;
  height: 100%;
}
.curriculum-detail .wrapper {
  padding-top: 39px;
}
.curriculum-detail .page-sub-header {
  padding: 25px 0 50px;
}
.curriculum-table-block {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.curriculum-table {
  background: #fff;
  width: 100%;
  border-collapse: collapse;
  padding: 37px 27px;
  line-height: 1.6;
}
.curriculum-table__header {
  text-align: left;
}
.curriculum-table__anotations {
  display: table;
}
.curriculum-table__left-caption {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.curriculum-table__right-caption {
  display: block;
  vertical-align: top;
  width: 200px;
}
.curriculum-table__footer-btn-block {
  margin-top: 30px;
}
.curriculum-table caption {
  background: #fff;
}
.curriculum-table__header-caption {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 7px;
}
.curriculum-table__header-caption:first-letter {
  text-transform: uppercase;
}
.curriculum-table__sub-caption {
  display: block;
  padding-top: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #878787;
}
.curriculum-audience,
.curriculum-duration {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #1f2533;
}
.curriculum-table__audience {
  width: 510px;
}
.curriculum-table__sub-form {
  padding-top: 0;
}
.curriculum-table__footer-caption {
  caption-side: bottom;
  display: block;
}
.curriculum-table__examination-label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.curriculum-table__examination {
  text-transform: lowercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #c03;
}
.curriculum-table__examination:first-letter {
  text-transform: uppercase;
}
.curriculum-table__examination-block {
  padding: 20px 0 24px;
  text-align: left;
}
.curriculum-table__examination-block + .curriculum-table__footer-btn-block {
  margin-top: 0;
}
.curriculum-table__examination,
.curriculum-table__examination-label {
  font-size: 16px;
  font-weight: 500;
}
.curriculum-table__examination-label {
  color: #333;
}
.curriculum-table__examination {
  color: #c03;
}
.curriculum-table-item {
  position: relative;
  display: block;
}
.curriculum-table-item__teachers-block {
  width: 375px;
}
.curriculum-table-item__hours {
  display: block;
  width: 100px;
}
.curriculum-table-item_error .radio-teacher__error-label {
  display: block;
  -webkit-animation: blink 0.3s backwards;
  animation: blink 0.3s backwards;
}
.curriculum-table-item__hidden-item {
  display: none;
}
.curriculum-table-item:last-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #f0f4ff;
}
.curriculum-table-item__name-cell {
  width: 830px;
}
.curriculum-table-item__name {
  display: block;
  width: 92%;
  position: relative;
}
.curriculum-table-item__name_pass:after {
  content: "Зачёт";
  margin-left: 5px;
  border-radius: 9px;
  background-color: #f0f4ff;
  padding: 2px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #215fff;
}
.curriculum-table-item__name_exam:after {
  content: "Экзамен";
  margin-left: 5px;
  border-radius: 9px;
  background-color: #fff0f5;
  padding: 2px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #fd3c76;
}
.curriculum-table-item__teachers {
  position: relative;
  padding: 14px 0;
  padding-left: 30px;
}
.curriculum-table-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f4ff;
}
.curriculum-table-item._header {
  margin-bottom: -1px;
  padding-top: 10px;
  position: relative;
  z-index: 10;
  font-weight: 500;
  font-size: 14px;
  color: #878787;
}
.curriculum-table-item._header:after {
  border: 0;
}
.curriculum-table-item__td {
  padding-top: 11px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #1f2533;
  border: 0;
}
.curriculum-table-item__td_duration {
  min-width: 100px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1f2533;
  white-space: nowrap;
}
.curriculum-table-item__duration-span {
  display: block;
  width: 100px;
}
@-webkit-keyframes blink {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes blink {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.radio-teacher {
  width: 172px;
  display: inline-block;
  margin-right: 27px;
  cursor: pointer;
}
.radio-teacher__error-label {
  display: none;
  position: absolute;
  left: -244px;
  background: #fff;
  padding: 20px;
  border: 1px solid #adadad;
  z-index: 10;
}
.radio-teacher__error-label:after {
  content: "";
  position: absolute;
  right: -6px;
  border-top: 1px solid #adadad;
  border-right: 1px solid #adadad;
  top: 20px;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-teacher__image-content {
  border: 2px solid #000;
  width: 50px;
  height: 50px;
}
.radio-teacher_error .radio-teacher__image-block {
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  border: 2px solid #d11533;
  -webkit-animation: blink 0.3s backwards;
  animation: blink 0.3s backwards;
}
.radio-teacher:nth-child(2n) {
  margin-right: 0;
}
.radio-teacher:nth-child(n + 3) {
  margin-top: 15px;
}
.radio-teacher__image-block,
.radio-teacher__information {
  display: inline-block;
  vertical-align: middle;
}
.radio-teacher__information {
  margin-left: 6px;
  max-width: 83px;
}
.radio-teacher__name {
  display: block;
  white-space: nowrap;
  font-size: 13px;
  color: #333;
  font-weight: 400;
}
.radio-teacher__hour-duration {
  padding-right: 16px;
}
.radio-teacher__lectures {
  padding: 0 20px;
}
.radio-teacher__portfolio-link {
  font-size: 13px;
  color: #69c;
  font-weight: 300;
  text-decoration: none;
}
.radio-teacher__image-block {
  border-radius: 50%;
  position: relative;
  border: 2px solid #fff;
  font-size: 0;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.radio-teacher__image {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.radio-teacher__check-mark {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c2c2c2;
  bottom: 2px;
  right: 2px;
}
.radio-teacher__radio {
  display: none;
  visibility: hidden;
}
@-webkit-keyframes blinkMark {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes blinkMark {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
.radio-teacher__radio:checked
  + .radio-teacher__image-block
  > .radio-teacher__check-mark {
  background-color: #39b54a;
  -webkit-animation: blinkMark 0.3s backwards;
  animation: blinkMark 0.3s backwards;
}
.curriculum-table__name {
  width: 830px;
  text-align: left;
}
.curriculum-table__hour-duration,
.curriculum-table__lectures,
.curriculum-table__practics {
  width: 100px;
  text-align: center;
}
.curriculum-table__teachers {
  width: 230px;
}
.detail-feedback-wrapper {
  position: relative;
  bottom: -91px;
  height: 795px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.detail-feedback-wrapper .owl-nav-wrap {
  margin-top: 50px;
}
.curriculum-table__header {
  font-size: 24px;
  color: #1f2533;
  font-weight: 700;
}
.curriculum-about {
  margin: 24px 0 25px;
}
.curriculum-detail-wrapper {
  float: none;
}
.curriculum-detail-box-mobile {
  display: none;
}
.curriculum-detail-box-mobile__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #262626;
}
.curriculum-detail-box-mobile__type {
  margin: 30px 0;
  font-size: 12px;
  line-height: 150%;
  color: #666;
}
.curriculum-detail-box-mobile__type-name {
  margin-right: 6px;
}
.curriculum-detail-box-mobile__type-value {
  font-weight: 500;
  font-size: 14px;
  color: #262626;
}
.curriculum-detail-box-mobile__type-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#curriculum-table {
  overflow: auto;
}
.curriculum-table__sub-caption {
  font-size: 14px;
  color: #878787;
}
.curriculum-duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.curriculum-duration svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.curriculum-audience {
  font-size: 18px;
  color: #1f2533;
  font-weight: 400;
}
.curriculum-table__hour-duration,
.curriculum-table__lectures,
.curriculum-table__name,
.curriculum-table__practics {
  font-size: 14px;
  color: #878787;
  font-weight: 400;
}
.curriculum-table-item__duration-span,
.curriculum-table-item__td {
  font-weight: 500;
  font-size: 16px;
  color: #1f2533;
}
.curriculum-table-item__name {
  font-weight: 500;
  font-size: 16px;
  color: #1f2533;
}
.curriculum-table-item__name_pass::after {
  margin-left: 10px;
  border-radius: 8px;
  background-color: #f0f4ff;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #215fff;
}
.curriculum-table-item__name_exam::after {
  margin-left: 10px;
  border-radius: 8px;
  background-color: #fff0f5;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #fd3c76;
}
.curriculum-table__footer-caption.curriculum-table__footer-btn-block {
  text-align: left;
}
.frdo {
  padding: 60px 0;
  background-color: #f3f6ff;
}
.frdo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  border-radius: 15px;
  padding: 40px;
}
.frdo__wrapper-item + .frdo__wrapper-item {
  margin-left: 30px;
}
.frdo__wrapper-item {
  max-width: 50%;
}
.frdo__wrapper-item__img {
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
}
.frdo__wrapper-item__img img {
  max-width: 100%;
  border-radius: 15px;
}
.frdo__subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #7c8092;
  margin-bottom: 40px;
}
.director {
  padding: 60px 0;
  background-color: #f3f6ff;
}
.director__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  background-color: #fff;
  padding: 40px;
}
.director__wrapper-item + .director__wrapper-item {
  margin-left: 30px;
}
.director__wrapper .info__content {
  padding: 40px;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  margin-bottom: 20px;
}
.director__wrapper .info__speciality {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.director__wrapper .info__name {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.director__wrapper .suitable__wrapper .info__basic {
  font-size: 20px;
  line-height: 26px;
}
.director__wrapper-item__img {
  position: relative;
  margin-bottom: 20px;
}
.director__wrapper-item__img img {
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
.director__wrapper-item__img .director__icon-play {
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.director__wrapper-item__num {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 25px;
}
.director__wrapper-item__text {
  color: #7c8092;
  margin-bottom: 40px;
}
.check-list {
  padding: 60px 0;
}
.check-list__text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.check-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.check-list__wrapper-item__img img {
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
}
.check-list__wrapper-item + .check-list__wrapper-item {
  margin-left: 30px;
}
.check-list__wrapper-item__title {
  border-radius: 15px;
  margin-bottom: 10px;
}
.check-list__wrapper-item__title h2 {
  color: #262626;
  margin: 0;
}
.check-list__wrapper-item__list-img {
  position: absolute;
  top: 25px;
  left: 20px;
  border-radius: 3px;
}
.check-list__wrapper-item__list-img img {
  display: block;
}
.check-list__wrapper-item__list {
  padding: 20px 20px 20px 54px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  border-radius: 15px;
  margin-bottom: 10px;
}
.check-list__wrapper-item__list-text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.check-list__wrapper-item__list-active .check-list__wrapper-item__list-img {
  border: 2px solid #005dff;
  padding: 3px 2px;
}
.check-list__wrapper-item__list-blue {
  cursor: pointer;
  background-color: #005dff;
}
.check-list__wrapper-item__list-blue .check-list__wrapper-item__list-text {
  color: #fff;
}
.check-list__wrapper-item__list-blue .check-list__wrapper-item__list-text span {
  color: #fff;
  text-decoration: underline;
}
.check-list__wrapper-item__list-blue .check-list__wrapper-item__list-img {
  padding: 0;
}
.license {
  background-color: #f3f6ff;
  padding: 60px 0;
}
.license__img img {
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  display: block;
  width: 300px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
.license__wrapper {
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.license__text {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 60px;
}
.license__content {
  padding-left: 30px;
}
.license .btn {
  font-size: 20px;
}
.map {
  padding: 60px 0;
}
.map__wrapper {
  position: relative;
}
.map .subtitle {
  font-size: 28px;
  font-weight: 700;
}
.map .schedule {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 100px;
}
.map .schedule__inner {
  margin-bottom: 30px;
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.map .schedule__inner-item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.map .schedule__inner-item__town {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
.map .schedule__inner-item__date {
  font-size: 18px;
  margin: 0 20px;
}
.map .schedule__inner-item__btn .btn {
  border-radius: 10px;
  padding: 8px 16px;
}
.map .schedule__inner-item__color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.map .schedule__inner-item__color--heliotrope {
  background-color: #ac6bff;
}
.map .schedule__inner-item__color--rajah {
  background-color: #f5bf6a;
}
.map .schedule__inner-item__color--tomato {
  background-color: #ff3a3a;
}
.map .schedule__inner-item__color--forest {
  background-color: #1bad33;
}
.map .schedule__inner-item__color--pink {
  background-color: #ff6ba0;
}
.rf-map-container {
  position: absolute;
  top: -30%;
  left: 50%;
  width: 1620px;
  margin: auto;
  padding: 20px;
}
.rf-map,
.rf-map * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rf-map {
  overflow: hidden;
  position: relative;
  height: 75vh;
  margin: auto;
}
.rf-map .district b {
  position: absolute;
  z-index: 5;
  width: 18px;
  height: 18px;
  background: #005dff;
  border-radius: 50%;
  left: 6px;
  top: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rf-map .district span {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #262626;
}
.rf-map .district {
  display: none;
}
.rf-map.open .district b {
  top: 0;
  left: 0;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2),
    0 16px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
}
.rf-map.open .district span {
  color: #fff;
}
.rf-map svg {
  width: 100%;
  height: 100%;
}
.rf-map path {
  cursor: pointer;
  stroke: #7c8092;
  stroke-width: 0.5;
  stroke-linejoin: round;
}
.rf-map [data-code] {
  fill: #fff;
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}
.rf-map [data-code]:hover {
  fill: #005dff;
}
.rf-map .district-text {
  display: none;
  position: absolute;
  z-index: 6;
  left: 0;
  top: 60px;
  width: calc(100% - 20px);
  height: calc(100% - 90px);
  padding: 0 20px;
  overflow: auto;
  color: #fff;
  font-size: 13px;
}
.rf-map .close-district {
  opacity: 0;
  z-index: 6;
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  pointer-events: none;
}
.rf-map.open .close-district {
  opacity: 1;
  pointer-events: initial;
}
.rf-map .district-links {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rf-map .district-links div {
  font-size: 13px;
  padding: 4px;
}
.rf-map .district-links div:after {
  content: " | ";
  color: #337ab7;
}
.rf-map .district-links div:last-child:after {
  content: "";
}
.dropfill {
  fill: #337ab7 !important;
}
.mainfill {
  fill: #1d4567 !important;
}
.rf-map [data-code="RU-MOS"] {
  fill: #ff3a3a;
  cursor: pointer;
}
.rf-map [data-code="RU-MOW"] {
  fill: #ff3a3a;
  cursor: pointer;
}
.rf-map [data-code="RU-KDA"] {
  fill: #1bad33;
  cursor: pointer;
}
.rf-map [data-code="RU-ROS"] {
  fill: #f5bf6a;
  cursor: pointer;
}
.rf-map [data-code="RU-STA"] {
  fill: #ff6ba0;
  cursor: pointer;
}
.rf-map [data-code="RU-LEN"] {
  fill: #ac6bff;
  cursor: pointer;
}
.rf-map [data-code="RU-SPE"] {
  fill: #ac6bff;
  cursor: pointer;
}
.consultation {
  padding: 60px 0;
  background-color: #f3f6ff;
}
.consultation__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
}
.consultation__form {
  border-radius: 15px;
  max-width: 1180px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #f3f6ff;
}
.consultation-title {
  margin-bottom: 24px;
}
.metodist {
  margin: 0 5px;
  width: 20%;
}
.metodist__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.metodist__name {
  font-size: 14px;
  line-height: 17px;
}
.metodist__img {
  margin-bottom: 5px;
}
.metodist__img img {
  border-radius: 15px;
}
.form-cosultation {
  margin-left: 30px;
  border-radius: 15px;
  border: 1px solid #c2c2c2;
  padding: 35px 24px;
}
.form-cosultation .input {
  margin-bottom: 15px;
}
.form-cosultation .btn {
  width: 100%;
  margin-bottom: 10px;
}
.form-cosultation .politican {
  font-size: 12px;
  line-height: 16px;
}
.form-cosultation .politican .link {
  color: #005dff;
}
/* .info {
  padding: 60px 0;
} */
.info__wrapper {
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  padding: 20px 20px 20px 100px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.info__wrapper .intro__include-icon {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  width: 40px;
  height: 40px;
}
.news {
  padding: 60px 0;
  background-color: #f3f6ff;
}
.news .swiper-wrapper {
  padding-top: 60px;
  padding-bottom: 40px;
}
.news .swiper-button-prev {
  top: 25px;
  bottom: auto;
  background-color: #005dff;
}
.news .swiper-button-prev::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.news .swiper-button-next {
  top: 25px;
  bottom: auto;
  background-color: #005dff;
}
.news .swiper-button-next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.news__slider-wrapper {
  padding: 20px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  border-radius: 15px;
  background-color: #fff;
}
.news__slider-img {
  position: relative;
}
.news__slider-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
.news__slider-date {
  font-size: 14px;
  border-radius: 5px;
  padding: 3px 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.news__slider-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
}
.news__slider-content {
  padding: 20px 0 0 0;
}
.wide {
  padding: 60px 20px;
  background-color: #f3f6ff;
}
.wide .swiper-wrapper {
  padding-top: 60px;
  padding-bottom: 40px;
}
.wide .swiper-button-prev {
  top: 25px;
  bottom: auto;
  background-color: #005dff;
}
.wide .swiper-button-prev::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.wide .swiper-button-next {
  top: 25px;
  bottom: auto;
  background-color: #005dff;
}
.wide .swiper-button-next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.wide__slider-img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.wide__slider-img video {
  border-radius: 15px;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.wide__slider-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
}
.wide__slider-content {
  padding: 20px 0 0 0;
}

.graduate {
    padding: 60px 0;
    background-color: #f0f4ff;
}
.program {
  padding: 60px 0;
}

.graduate .title {
  margin: 0;
}
.graduate .swiper-button-prev {
  top: 25px;
  bottom: auto;
  background-color: #005dff;
}
.graduate .swiper-button-prev::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.graduate .swiper-button-next {
  top: 25px;
  bottom: auto;
  background-color: #005dff;
}
.graduate .swiper-button-next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.graduate__slider {
  width: 100%;
  height: 100%;
  padding: 70px 0 40px 0;
}
.graduate__slide {
  position: relative;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
}
.graduate__slide-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}
.graduate__slide-date {
  font-size: 14px;
  border-radius: 5px;
  padding: 6px 10px;
  background-color: #fff;
  margin-right: 10px;
}
.graduate__slide-town {
  font-size: 14px;
  border-radius: 5px;
  padding: 6px 10px;
  background-color: #fff;
  margin-right: 10px;
}
.graduate__slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
  border-radius: 5px;
  padding: 10px 15px;
  color: #262626;
  background-color: #fff;
  font-size: 18px;
}
.graduate__slide-btn .icon-play {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.graduate__slide img {
  border-radius: 15px;
  display: block;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}
.graduate__slider.swiper-pagination-bullet {
  background-color: #818b9d;
}
.graduate__slider.swiper-pagination-bullet-active-main {
  background-color: #818b9d;
}




  .learning-about {
    padding: 60px 0;
    background-color: #f3f6ff;
}
.learning-about__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.learning-about__form {
    border-radius: 15px;
}
.learning-about__form .consultation__item {
    margin-bottom: 20px;
}
.learning-about__container {
    padding: 0;
}
.learning-about__container .title {
    font-size: 26px;
    font-weight: 700;
}
.learning-about__container .curriculum {
    padding: 0;
}
.learning-about .title {
    text-align: center;
    margin-bottom: 20px;
}
.learning-about__image {
  height: 340px;
  width: 470px;
}

@media (max-width: 768px) {
  .learning-about__image {
    height: auto;
    width: auto;
  }
}

.learning-about__img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.learning-about .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.learning-about .tags-item {
    border-radius: 15px;
    padding: 6px 22px;
    border: 1px solid #c2c2c2;
}
.learning-about .tags .tags-item + .tags-item {
    margin-left: 12px;
}
.learning-about .tags-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
.learning-about .tags-card .tags-card__item + .tags-card__item {
    margin-left: 12px;
}
.learning-about .tags-card__item {
    font-size: 14px;
    color: #fff;
}
.learning-about__top {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 15px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.learning-about__top .btn {
    font-size: 18px;
}
.learning-about__top .btn--doc {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #005dff;
}
.learning-about__top .btn--doc:hover {
    background-color: #0038ff;
}
.learning-about__top .btn--doc:hover .btn--doc__img {
    background-color: #005dff;
}
.learning-about__top .btn--doc__img {
    border-radius: 5px;
    padding: 16px 5px 16px 16px;
    background-color: #0038ff;
}
.learning-about__top .btn--doc__name {
    padding: 16px 40px 16px 16px;
}
.learning-about__top .btn--doc img {
    border-radius: 0;
    width: 30px;
    margin-right: 14px;
}
.learning-about .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.learning-about__img {
    margin-bottom: 20px;
}
.learning-about__img img {
    max-width: 100%;
    border-radius: 15px;
}
.learning-about__module {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #005dff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 15px;
    margin-bottom: 10px;
}
.learning-about__title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
    max-width: 670px;
}
.learning-about__header {
    position: relative;
    cursor: pointer;
}
.learning-about .icon-plus {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.learning-about .icon-plus img {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.learning-about .icon-plus.active img {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.learning-about__subtitle {
    font-size: 16px;
    color: #7c8092;
    margin-bottom: 16px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
}
.learning-about__subtitle.hide {
    display: none;
}
.learning-about__video {
    position: relative;
    padding-left: 30px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
}
.learning-about__video video {
    border-radius: 15px;
    width: 100%;
    height: auto;
    max-height: 100%;
}
.no-webp .learning-about__swiper {
    background-image: url(../images/learning-about__bg.png);
}
.learning-about__swiper {
    max-width: 570px;
    height: 400px;
    border-radius: 15px;
}
.learning-about__swiper .swiper-slide {
    width: 100%;
    text-align: center;
}
.learning-about__swiper .swiper-slide a {
    text-align: center;
}
.learning-about__swiper .swiper-slide img {
    height: 400px;
}
.learning-about__list {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
}
.learning-about__list-width {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.learning-about__list li {
    color: #666;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    background: url(../images/icon-check-blue.svg) no-repeat;
    background-position: 0 5px;
}
.learning-about__list li.hide {
    display: none;
}
.learning-about__listBtn {
    font-size: 16px;
    color: #005dff;
}
.learning-about__content {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.learning-about__item {
    padding: 32px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
}
.learning-about__item:hover {
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
}

.webp .learning-about__swiper {
  background-image: url(../images/learning-about__bg.webp);
}

@media (max-width: 767px) {
    .learning-about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .learning-about .icon-plus {
        top: 20px;
        right: -30px;
    }
}
@media (max-width: 767px) {
    .learning-about__list {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .learning-about__video {
        padding-left: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}


.page-sub-header, .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 24px;
}
.heading {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 40px;
}
.program__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.program__inner {
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.program__inner-item {
    max-width: 50%;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    position: relative;
    height: 175px;
    padding: 25px 20px 20px;
    border-radius: 10px;
    background-color: #f3f6ff;
}
.program__inner-item + .program__inner-item {
    margin-left: 30px;
}
.program__inner-item__img {
    margin-bottom: 20px;
}
.program__inner-item__text {
    max-width: 350px;
}
.program__inner-item__img svg {
    width: 125px;
    margin-bottom: 7px;
    height: 36px;
}
.program__content {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}
.program__content-text ul {
    padding-left: 20px;
    margin-left: 10px;
}
.program__content-text li {
    list-style: circle;
}
.program__content-text a {
    color: #005dff;
}


.accordion__h6 {
  max-width: 400px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.accordion .icon-num-accordion {
  margin-right: 15px;
}
.accordion .icon-triangle {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.accordion__item {
  width: 560px;
  padding: 20px 20px 20px 30px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.accordion__item.active {
  background-color: #005dff;
}
.accordion__item.active .icon-num-accordion use {
  color: #fff;
}
.accordion__item.active .icon-triangle {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  right: 5px;
  top: 40%;
}
.accordion__item.active .icon-triangle use {
  color: #fff;
}
.accordion__item.active .accordion__h6 {
  color: #fff;
}
.accordion__item:hover {
  background-color: #005dff;
}
.accordion__item:hover .icon-num-accordion use {
  color: #fff;
}
.accordion__item:hover .icon-triangle use {
  color: #fff;
}
.accordion__item:hover .accordion__h6 {
  color: #fff;
}
.accordion__item:hover .icon-triangle use {
  color: #fff;
}
.accordion__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.accordion__body {
  display: none;
  font-size: 18px;
  font-weight: 300;
  padding-top: 20px;
  line-height: normal;
  color: #fff;
}




.teacher__accordion .swiper-button-next,
.teacher__accordion .swiper-button-prev {
  background-color: #005dff;
}

.teacher__accordion .swiper-button-next:after,
.teacher__accordion .swiper-button-prev:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (max-width: 768px) {
  .teacher__accordion .swiper-button {
    position: relative;
    top: 24px;
  }
  .teacher__accordion .swiper-button-prev {
    left: calc(50% - 48px);
  }
  .teacher__accordion .swiper-button-next {
    left: calc(50% + 6px);
  }
}


.teacher {
  padding: 60px 0;
}

.teacher__accordion-num {
  margin-right: 40px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teacher__accordion-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  border-radius: 15px;
}

.teacher__accordion-heading.active {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.teacher__accordion-heading:hover .teacher__accordion-btn {
  background-color: #005dff;
  color: #fff;
}

.teacher__accordion-title {
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
}

.teacher__accordion-btn {
  margin-left: auto;
  margin-right: 10%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 0;
  border-radius: 15px;
  text-align: left;
  border: 1px solid #c2c2c2;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 40px 16px 20px;
  color: #262626;
  cursor: pointer;
  position: relative;
}

.teacher__accordion-btn .icon-triangle {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.teacher__accordion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.teacher__accordion-wrapper__block {
  display: none;
  margin: 40px 0;
}

.teacher__accordion-wrapper .btn {
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}

.teacher__accordion-wrapper .info__visual {
  max-width: 586px;
  /* margin: 0 auto 16px auto; */
}

.teacher__accordion-wrapper .info__img {
  /* margin-bottom: 20px; */
  position: relative;
  cursor: pointer;
  height: 100%;
}

.teacher__accordion-wrapper .info__img .icon-play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.teacher__accordion-wrapper .info__img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .teacher__accordion-wrapper .info__img img {
    height: 360px;
  }
}

@media (max-width: 767px) {

  .teacher__accordion-wrapper .info__img img {
    height: 310px;
  }
}

@media (max-width: 550px) {


  .teacher__accordion-wrapper .info__img img {
    height: 210px;
  }
}

@media (max-width: 400px) {
  .teacher__accordion-wrapper .info__img img {
    height: 170px;
  }
}


.teacher__accordion-wrapper .info__video {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px 10px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .teacher__accordion-wrapper .info__video {
    margin-bottom: 55px;
  }
  .teacher__accordion-wrapper .info__visual {
    /* max-width: 100%; */
    margin: 0 auto 20px auto;
  }
}



.teacher__accordion-wrapper .info__video-item {
  position: relative;
}

.teacher__accordion-wrapper .info__video-item video {
  border-radius: 15px;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.teacher__accordion-wrapper .info__video-item img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  object-fit: cover;

}

@media (min-width: 768px) {
  .teacher__accordion-wrapper .info__video-item img {
    height: 360px;
  }
}

@media (max-width: 767px) {

  .teacher__accordion-wrapper .info__video-item img {
    height: 210px;
  }
}

@media (max-width: 550px) {


  .teacher__accordion-wrapper .info__video-item img {
    height: 176px;
  }
}

@media (max-width: 400px) {


  .teacher__accordion-wrapper .info__video-item img {
    height: 110px;
  }
}

.teacher__accordion-wrapper .info__video-item .info__video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  border-radius: 5px;
  padding: 5px 10px;
  color: #262626;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.teacher__accordion-wrapper .info__video-item .info__video-btn .icon-play {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.teacher__accordion-container {
}

@media (min-width: 769px) {
  .teacher__accordion-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px 10px;
    margin-bottom: 10px;
  }
}

.teacher__accordion-wrapper .info__content {
  padding: 40px;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  /* margin-bottom: 20px; */
}

.teacher__accordion-wrapper .info__content::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

.teacher__accordion-wrapper .info__content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fd3c76;
  cursor: pointer;
}
.teacher__accordion-wrapper .info__content::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  border-radius: 10px;
  background-color: transparent;
}

.teacher__accordion-wrapper .info__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin: 15px 0;
}

.teacher__accordion-wrapper .info__speciality {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.teacher__accordion-wrapper .info__name {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
}

.teacher__accordion-wrapper .info__basic {
  font-size: 20px;
  line-height: 26px;
}

.teacher__accordion-wrapper .info__simple {
  margin-top: 20px;
  padding: 31px 20px 31px 30px;
  border-radius: 15px;
  background-color: #f3f6ff;
}

.teacher__accordion-wrapper
  .info__simple
  .info__simple-item
  + .info__simple-item {
  margin-top: 20px;
}

.teacher__accordion-wrapper .info__simple-item {
  position: relative;
  font-size: 18px;
  padding-left: 28px;
}

.teacher__accordion-wrapper .info__simple-item .info__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.teacher__accordion-wrapper .info__simple-heading {
  margin-bottom: 20px;
}

.teacher__accordion-wrapper .info__simple-speciality {
  font-size: 20px;
  font-weight: 700;
}

.teacher__accordion-wrapper .info__simple-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.teacher__accordion-wrapper .info__simple p {
  margin-bottom: 10px;
}

.teacher__accordion-wrapper .info__accordion-header {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 0;
  border-radius: 15px;
  text-align: left;
  width: 100%;
  padding: 16px 40px 16px 20px;
  color: #262626;
  cursor: pointer;
  position: relative;
}

.teacher__accordion-wrapper .info__accordion-header:hover {
  background-color: #005dff;
  color: #fff;
}

.teacher__accordion-wrapper .info__accordion-header span {
  font-size: 18px;
  font-weight: 700;
}

.teacher__accordion-wrapper .info__accordion-header .icon-triangle {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.teacher__accordion-wrapper .info__accordion-header.active {
  color: #fff;
  background-color: #005dff;
  border-bottom: 1px solid #c2c2c2;
}

.teacher__accordion-wrapper .info__accordion-header.active .icon-triangle {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  right: 15px;
  top: 40%;
}

.teacher__accordion-wrapper .info__accordion-item {
  border-radius: 15px;
  border: 1px solid #c2c2c2;
  margin-top: 20px;
}

.teacher__accordion-wrapper .info__accordion-content {
  overflow: scroll;
  overflow-x: hidden;
  height: 300px;
  display: none;
  padding: 15px 20px 0 20px;
}

.teacher__accordion-wrapper .info__accordion-content ul li {
  margin-bottom: 10px;
}

.teacher__accordion-wrapper .info__accordion-list {
  padding-left: 15px;
}

.teacher__accordion-wrapper .info__accordion-list li {
  list-style: auto;
  margin-bottom: 10px;
}

.teacher__accordion-wrapper .info__basic-list,
.technique__accordion-wrapper .info__basic-list{
  list-style: disc;
  margin-left: 18px;
  margin-bottom: 8px;
}


.technique {
  padding: 30px 0;
}

.technique__accordion .swiper-button-next,
.technique__accordion .swiper-button-prev {
  background-color: #005dff;
}

.technique__accordion .swiper-button-next:after,
.technique__accordion .swiper-button-prev:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (max-width: 768px) {
  .technique__accordion .swiper-button {
    position: relative;
    top: 24px;
  }
  .technique__accordion .swiper-button-prev {
    left: calc(50% - 48px);
  }
  .technique__accordion .swiper-button-next {
    left: calc(50% + 6px);
  }
}





.technique__accordion-title {
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
}
.technique__accordion-btn {
  margin-left: auto;
  margin-right: 10%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 0;
  border-radius: 15px;
  text-align: left;
  border: 1px solid #c2c2c2;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 40px 16px 20px;
  color: #262626;
  cursor: pointer;
  position: relative;
}
.technique__accordion-btn .icon-triangle {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.technique__accordion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.technique__accordion-wrapper__block {
  display: none;
  margin: 40px 0;
}
.technique__accordion-wrapper .btn {
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}
.technique__accordion-wrapper .info__visual {
  max-width: 586px; /* margin: 0 auto 16px auto; */
}
.technique__accordion-wrapper .info__img {
  /* margin-bottom: 20px; */
  position: relative;
  cursor: pointer;
  height: 100%;
}
.technique__accordion-wrapper .info__img .icon-play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.technique__accordion-wrapper .info__img img {
  display: block;
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

@media (max-width: 1071px) {
  .technique__accordion-wrapper .info__img img {
      height: 368px;
  }
}

@media (max-width: 440px) {
  .technique__accordion-wrapper .info__img img {
    height: 210px;
}
}

.technique__accordion-wrapper .info__video {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px 10px;
  margin-bottom: 20px;
}
@media (max-width: 1071px) {
  .technique__accordion-wrapper .info__video {
    margin-bottom: 60px;
  }
}
.technique__accordion-wrapper .info__video-item {
  position: relative;
}
.technique__accordion-wrapper .info__video-item video {
  border-radius: 15px;
  width: 100%;
  height: auto;
  max-height: 100%;
}


.technique__accordion-wrapper .info__video-item img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  object-fit: cover;

}

@media (min-width: 768px) {
  .technique__accordion-wrapper .info__video-item img {
    height: 360px;
  }
}

@media (max-width: 767px) {

  .technique__accordion-wrapper .info__video-item img {
    height: 210px;
  }
}

@media (max-width: 550px) {

  .technique__accordion-wrapper .info__video-item img {
    height: 176px;
  }
}

@media (max-width: 400px) {
  .technique__accordion-wrapper .info__video-item img {
    height: 110px;
  }
}

.technique__accordion-wrapper .info__video-item .info__video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  border-radius: 5px;
  padding: 5px 10px;
  color: #262626;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.technique__accordion-wrapper .info__video-item .info__video-btn .icon-play {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (min-width: 1072px) {
  .technique__accordion-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1071px) {
  .technique__accordion-wrapper .info__visual {
      /* max-width: 100%; */
      margin: 0 auto 20px auto;
  }
      .technique__accordion-wrapper .info__main {
          /* max-width: 400px; */
          margin-top: 22px;
      }
}

.technique__accordion-wrapper .info__content {
  padding: 40px;
  border: 1px solid #c2c2c2;
  border-radius: 15px; /* margin-bottom: 20px; */
  height: 390px;
  overflow-y: scroll;
}
.technique__accordion-wrapper .info__content::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.technique__accordion-wrapper .info__content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fd3c76;
  cursor: pointer;
}
.technique__accordion-wrapper .info__content::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  border-radius: 10px;
  background-color: transparent;
}
.technique__accordion-wrapper .info__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin: 15px 0;
}
.technique__accordion-wrapper .info__speciality {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.technique__accordion-wrapper .info__name {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
}
.technique__accordion-wrapper .info__basic {
  font-size: 20px;
  line-height: 26px;
}
.technique__accordion-wrapper .info__simple {
  margin-top: 20px;
  padding: 31px 20px 31px 30px;
  border-radius: 15px;
  background-color: #f3f6ff;
}
.technique__accordion-wrapper
  .info__simple
  .info__simple-item
  + .info__simple-item {
  margin-top: 20px;
}
.technique__accordion-wrapper .info__simple-item {
  position: relative;
  font-size: 18px;
  padding-left: 28px;
}
.technique__accordion-wrapper .info__simple-item .info__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.technique__accordion-wrapper .info__simple-heading {
  margin-bottom: 20px;
}
.technique__accordion-wrapper .info__simple-speciality {
  font-size: 20px;
  font-weight: 700;
}
.technique__accordion-wrapper .info__simple-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.technique__accordion-wrapper .info__simple p {
  margin-bottom: 10px;
}
.technique__accordion-wrapper .info__accordion-header {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 0;
  border-radius: 15px;
  text-align: left;
  width: 100%;
  padding: 16px 40px 16px 20px;
  color: #262626;
  cursor: pointer;
  position: relative;
}
.technique__accordion-wrapper .info__accordion-header:hover {
  background-color: #005dff;
  color: #fff;
}
.technique__accordion-wrapper .info__accordion-header span {
  font-size: 18px;
  font-weight: 700;
}
.technique__accordion-wrapper .info__accordion-header .icon-triangle {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.technique__accordion-wrapper .info__accordion-header.active {
  color: #fff;
  background-color: #005dff;
  border-bottom: 1px solid #c2c2c2;
}
.technique__accordion-wrapper .info__accordion-header.active .icon-triangle {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  right: 15px;
  top: 40%;
}
.technique__accordion-wrapper .info__accordion-item {
  border-radius: 15px;
  border: 1px solid #c2c2c2;
  margin-top: 20px;
}
.technique__accordion-wrapper .info__accordion-content {
  overflow: scroll;
  overflow-x: hidden;
  height: 300px;
  display: none;
  padding: 15px 20px 0 20px;
}
.technique__accordion-wrapper .info__accordion-content ul li {
  margin-bottom: 10px;
}
.technique__accordion-wrapper .info__accordion-list {
  padding-left: 15px;
}
.technique__accordion-wrapper .info__accordion-list li {
  list-style: auto;
  margin-bottom: 10px;
}


.icon-check-promo {
    width: 40px;
    height: 40px;
}


.pay {
  padding: 60px 0;
  background-color: #f3f6ff;
}


.pay__title {
  font-weight: 900;
  padding: 20px 0 0 0;
}

.pay__title div {
  margin-top: 12px;
  line-height: normal;
  display: inline-block;
  color: #262626;
}

.pay__suptitle {
  text-transform: uppercase;
  color: #005dff;
}

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

.pay__wrapper-inner {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
  padding: 40px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.pay__wrapper-inner--left {
  margin-right: 20px;
}

.pay__wrapper-inner form .form-date {
  cursor: pointer;
  margin-bottom: 20px;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  padding: 16px 20px;
  -webkit-transition: padding, color 0.3s ease;
  -o-transition: padding, color 0.3s ease;
  transition: padding, color 0.3s ease;
  width: 100%;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-triangle.svg);
  background-repeat: no-repeat;
  background-position: center right 30px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #7c8092;
}

.pay__wrapper-inner form .btn {
  margin-bottom: 10px;
}

.pay__wrapper-inner form .input {
  margin-bottom: 20px;
  padding: 16px 20px;
}

.pay__wrapper-inner form .politican {
  font-size: 13px;
  line-height: 16px;
}

.pay__wrapper-inner form .politican .link {
  color: #005dff;
}

.pay__wrapper-inner .title {
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 34px;
  border-bottom: 1px solid #7c8092;
}

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

.pay__wrapper-info p {
  margin-bottom: 5px;
}

.pay__wrapper-info p .pay-gray {
  color: #7c8092;
}

.pay__wrapper-prices {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pay__wrapper-prices__icon {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 1;
}

.pay__wrapper-deduction {
  border-radius: 10px;
  padding: 20px;
  background-repeat: no-repeat;
  margin-bottom:15px;
  background-size: cover;
      background-image: url("data:image/svg+xml,%3Csvg width='495' height='142' viewBox='0 0 495 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='494' height='125' rx='9.5' stroke='%23878787' stroke-dasharray='12 12'/%3E%3C/svg%3E%0A");
}
.pay__wrapper-deduction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pay__wrapper-deduction__text {
  font-size: 16px;
  padding-left: 10px;
}

.pay__wrapper-deduction__text {
  padding-left: 5px;
}

.pay__price-full {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

.pay__price-full__title {
  color: #7c8092;
  margin-bottom: 5px;
}

.pay__price-full__num {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.pay__price-part {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  width: 252px;
  color: #7c8092;
  border: 1px solid #c2c2c2;
}

.pay__price-part__title {
  margin-bottom: 5px;
}

.pay__price-part__num {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.pay__price-part__num span {
  font-weight: 500;
}

@media (max-width: 480px) {
    .pay {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .pay__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .pay__wrapper-inner--left {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .pay__wrapper-inner {
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .pay__wrapper-inner {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .title.title--small {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .pay__wrapper-info {
        margin-bottom: 30px;
    }
}
@media (max-width: 480px) {
    .pay__wrapper-info {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
  .rf-map .district b {
    width: 28px;
    height: 28px;
    left: 6px;
    top: 28px;
  }
  .rf-map .district span {
    top: 30px;
    left: 46px;
    font-size: 20px;
    font-weight: 400;
  }
  .rf-map .district-text {
    left: 30px;
    top: 80px;
    width: calc(100% - 60px);
    height: calc(100% - 130px);
    font-size: 16px;
  }
  .rf-map .close-district {
    width: 60px;
    height: 60px;
    font-size: 60px;
  }
  .rf-map .district-links {
    display: none;
  }
}
@media (max-width: 1100px) {
  .intro__container {
    padding: 20px;
  }
  .intro__include {
    padding: 20px;
  }
  .form-fixed {
    border-radius: 15px;
    padding: 32px 24px;
    max-width: 500px;
    margin: 0 auto;
    position: static;
  }
  .form-fixed__block {
    padding: 48px 0;
  }
  .form-fixed__header {
    width: 100%;
    margin: 0 20px;
  }
  .form-fixed__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: 700;
  }
  .form-fixed__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-fixed .input {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .form-fixed .btn {
    width: 100%;
  }
  .form-fixed__date {
    width: 100%;
    font-size: 24px;
    margin-bottom: 34px;
  }
  .form-fixed__date-num {
    font-size: 24px;
  }
  .form-fixed.fixed {
    position: static;
  }
  .academic-work__wrapper {
    padding: 20px;
  }
  .academic-work__slider {
    width: 50%;
  }
  

  .education__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .education__content {
    margin-left: 0;
    margin-bottom: 20px;
  }
  
  .education__visual{
	  width: unset;
  }
  
  .education__content{
	  width: 100%;
  }
  
  .accordion .icon-num-accordion {
    width: 16px;
    height: 20px;
  }
  .advantages__swiper {
    height: auto;
    max-width: 340px;
  }
  .teacher__accordion-wrapper .info__video-item .info__video-btn {
    right: 10px;
  }
  .teacher__accordion-wrapper .info__content {
    padding: 10px;
  }
  .logistics__accordion-wrapper .info__main {
    max-width: 400px;
  }
  .logistics__accordion-wrapper .info__video-item .info__video-btn {
    right: 10px;
  }
  .logistics__accordion-wrapper .info__content {
    padding: 20px;
  }
  .map .schedule {
    position: static;
    padding-top: 20px;
  }
  .rf-map-container {
    left: -15px;
  }
  .consultation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .consultation__item {
    width: 100%;
  }
  .form-cosultation {
    margin-left: 0;
    margin-top: 20px;
  }
  .suitable__wrapper .info__main {
    max-width: 400px;
  }
  .suitable__wrapper .info__img {
    margin-right: 0;
  }
  .check-list__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .check-list__wrapper-item + .check-list__wrapper-item {
    margin-left: 0;
    margin-top: 20px;
  }
  .check-list__wrapper-item__img img {
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
  }

}
@media (max-width: 767px) {
  .title {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 20px;
	
  }
  .title.title--small {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .intro__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .intro__suptitle {
    margin-bottom: 20px;
  }
  .intro__container {
    margin-bottom: 20px;
  }
  .intro__container-nav {
    padding: 20px;
    width: 100%;
    margin-left: 0;
  }
  .intro__container-nav + .intro__container-nav {
    margin-left: 0;
    margin-top: 20px;
  }
  .intro__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro__wrapper-content {
    margin-bottom: 35px;
    max-width: 100%;
  }
  .intro__wrapper-video {
    max-width: 100%;
  }
  .intro__wrapper-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro__include {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro__include-list {
    margin-bottom: 25px;
  }
  .intro__include-list + .intro__include-list {
    margin-left: 0;
  }
  .academic-work__heading .title {
    font-size: 32px;
  }
  .academic-work__swiper .swiper-slide video {
    border-radius: 15px;
  }
  .academic-work__swiper .swiper-slide img {
    border-radius: 15px;
  }
  .academic-work__content {
    padding: 20px 0 20px 0;
  }
  .academic-work__title {
    font-size: 20px;
  }
  .academic-work__text p {
    font-size: 18px;
    margin-top: 10px;
  }
  .academic-work__text ul li {
    font-size: 18px;
    /* margin-top: 10px; */
  }
  .academic-work__wrapper-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .academic-work__slider {
    width: 100%;
  }
  .education__content {
    width: 100%;
  }
  .education__content-box {
    max-width: 432px;
  }
  .education__visual-block--desktop {
    display: none;
  }
  .education__visual-block--mobile {
    display: block;
  }
  .education__list li {
    font-size: 18px;
  }
  .direction__accordion-item {
    padding: 20px;
  }
  .direction__accordion-item.active {
    padding: 20px 30px;
  }
  .direction__accordion-item.active .accordion__wrapper {
    max-height: 750px;
  }
  .accordion__content {
    margin-bottom: 15px;
  }
  .accordion__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .accordion__wrapper .accordion__num {
    margin-bottom: 20px;
  }
  .accordion__wrapper .accordion__title {
    font-size: 18px;
  }
  .accordion__wrapper .accordion__list li {
    font-size: 16px;
  }
  .accordion__title {
    font-size: 18px;
  }
  .accordion__btn {
    padding: 6px 10px 9px 10px;
  }
  .accordion__btn-icon {
    width: 8px;
    height: 8px;
  }
  .accordion__num {
    margin-right: 10px;
  }
  .accordion__item {
    width: 100%;
  }
  .accordion .icon-num-accordion {
    margin-right: 8px;
  }
  .accordion__h6 {
    font-size: 18px;
    line-height: 22px;
    padding-right: 10px;
  }
  .icon-num-accordion {
    width: 16px;
    height: 20px;
  }
  .salary {
    padding: 30px 0;
  }
  .salary .title {
    margin-bottom: 24px;
  }
  .salary__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .salary__item {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 70px 20px 20px 20px;
  }
  .salary__item-sum {
    font-size: 20px;
    line-height: 24px;
  }
  .salary__item + .salary__item {
    margin-left: 0;
  }
  .salary-icon {
    top: 20px;
    left: 20px;
    right: auto;
    bottom: auto;
  }
  .advantages__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advantages__content {
    margin: 0;
    margin-bottom: 20px;
  }
  .trust__wrapper {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .trust__wrapper-item {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .department__problem {
    margin-bottom: 20px;
  }
  .department__problem-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .department__problem-item {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    width: 100%;
  }
  .department .info__visual {
    margin: 0;
    margin-bottom: 20px;
  }
  .department .info__content {
    padding: 20px;
  }
  .department .info__name {
    font-size: 24px;
    line-height: 26px;
  }
  .department .info__basic {
    font-size: 16px;
    line-height: 22px;
  }
  .department__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .teacher__accordion-more {
    display: none;
  }

  .teacher__accordion-num {
    width: 30px;
    margin-right: 10px;
  }

  .teacher__accordion-btn {
    font-size: 16px;
    padding: 16px 32px 16px 12px;
  }

  .teacher__accordion-heading {
    padding: 20px;
  }

  .teacher__accordion-title {
    font-size: 18px;
  }

  .teacher__accordion-btn {
    margin-right: 0;
  }

  .teacher__accordion-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .teacher__accordion-wrapper__block {
    margin: 20px 0;
  }

  .teacher__accordion-wrapper .btn {
    font-size: 18px;
  }

  .teacher__accordion-wrapper .info__visual {
    /* max-width: 100%; */
    margin: 0 auto 20px auto;
  }
  

  .teacher__accordion-wrapper .info__main {
    /* max-width: 400px; */
    margin-top: 11px;
  }

  .teacher__accordion-wrapper .info__name {
    font-size: 24px;
    line-height: 26px;
  }

  .teacher__accordion-wrapper .info__basic {
    font-size: 16px;
    line-height: 20px;
  }
  .technique__accordion-more {
    display: none;
  }

  .technique__accordion-num {
    width: 30px;
    margin-right: 10px;
  }

  .technique__accordion-btn {
    font-size: 16px;
    padding: 16px 32px 16px 12px;
  }

  .technique__accordion-heading {
    padding: 20px;
  }

  .technique__accordion-title {
    font-size: 18px;
  }

  .technique__accordion-btn {
    margin-right: 0;
  }

  .technique__accordion-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .technique__accordion-wrapper__block {
    margin: 20px 0;
  }

  .technique__accordion-wrapper .btn {
    font-size: 18px;
  }
  .logistics__accordion-more {
    display: none;
  }
  .logistics__accordion-num {
    width: 30px;
    margin-right: 10px;
  }
  .logistics__accordion-btn {
    font-size: 16px;
    padding: 16px 32px 16px 12px;
  }
  .logistics__accordion-heading {
    padding: 20px;
  }
  .logistics__accordion-title {
    font-size: 20px;
  }
  .logistics__accordion-btn {
    margin-right: 0;
  }
  .logistics__accordion-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logistics__accordion-wrapper__block {
    margin: 20px 0;
  }
  .logistics__accordion-wrapper .btn {
    font-size: 18px;
  }
  .logistics__accordion-wrapper .info__visual {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .logistics__accordion-wrapper .info__main {
    max-width: 100%;
  }
  .logistics__accordion-wrapper .info__name {
    font-size: 24px;
    line-height: 26px;
  }
  .logistics__accordion-wrapper .info__basic {
    font-size: 16px;
    line-height: 20px;
  }
  .map .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .map .schedule__inner {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map .schedule__inner-item__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map .schedule__inner-item__date {
    text-align: center;
    margin-bottom: 5px;
  }
  .map .schedule__inner-item__town {
    margin-bottom: 5px;
  }
  .rf-map-container {
    top: -50%;
  }
  .services .title {
    margin-bottom: 24px;
  }
  .services__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services__inner-item {
    padding: 20px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .services .services__inner-item + .services__inner-item {
    margin-left: 0;
  }
  .reviews__item-desktop {
    display: none;
  }
  .reviews__header-left {
    margin: 0 auto;
  }
  .consultation__wrapper {
    padding: 20px;
  }
  .metodist__img img {
    width: 100%;
    height: auto;
  }
  .form-cosultation {
    padding: 0;
    border: none;
  }
  .suitable__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .suitable__wrapper .info__main {
    width: 100%;
    max-width: 100%;
  }
  .suitable__wrapper .info__img {
    margin-bottom: 20px;
  }
  .suitable__wrapper .info__content {
    padding: 20px;
  }
  .suitable__wrapper .info__main {
    font-size: 24px;
    line-height: 26px;
  }
  .suitable__wrapper .info__basic {
    font-size: 16px;
    line-height: 20px;
  }
  .suitable__wrapper .info__name {
    font-size: 24px;
    line-height: 26px;
  }
  .suitable__wrapper .info__speciality {
    font-size: 20px;
  }
  .diplom__inner {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .diplom__inner-item {
    margin-bottom: 20px;
  }
  .diplom__inner-item + .diplom__inner-item {
    margin-left: 0;
  }
  .poss__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .poss__inner-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .poss__inner-item + .poss__inner-item {
    margin-left: 0;
  }
  .frdo__wrapper-item {
    max-width: 100%;
  }
  .frdo__wrapper-item--desktop {
    display: none;
  }
  .director {
    padding: 30px 0;
  }
  .director__wrapper {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .director__wrapper-item + .director__wrapper-item {
    margin-left: 0;
  }
  .director__wrapper .info__content {
    padding: 20px;
  }
  .director__wrapper .info__name {
    font-size: 24px;
  }
  .license__wrapper {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .license__img {
    margin-bottom: 20px;
  }
  .license__img img {
    width: 100%;
  }
  .license__content {
    padding-left: 0;
  }
  .license__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
	
	
	
	.academic-work__slider-first,
	.academic-work__slider-second{
		display: none;
	}
	
	.academic-work__slider-mob{
		display: block !important;
	}
	
	
}
@media (max-width: 480px) {
  .intro {
    padding: 25px 0 40px;
  }
  .summary {
    padding: 0 0 40px 0;
  }
  .form-fixed {
    padding: 20px;
  }
  .form-fixed__block {
    padding: 30px 0;
  }
  .form-fixed__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-fixed__date-num {
    padding: 8px 16px;
    margin-top: 16px;
  }
  .academic-work {
    padding: 100px 0 30px 0;
  }
  .academic-work__swiper {
    /* height: auto; */
	height: 350px;
  }
  .academic-work__kind {
    font-size: 24px;
  }
  .academic-work__title {
    font-size: 16px;
  }
  .academic-work__text p {
    font-size: 16px;
  }
  .academic-work__text ul li {
    font-size: 16px;
  }
  .education {
    padding: 40px 0;
  }
  .education__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .education__visual-block {
    max-width: 330px;
    height: 400px;
    padding: 0;
  }
  .education__content-box {
    padding: 10px;
  }
  .education__rotation-elem {
    font-size: 16px;
    margin: 0 1px;
    padding: 2px 4px;
  }
  .direction {
    padding: 30px 0;
  }
  .advantages {
    padding: 30px 0;
  }
  .advantages__wrapper {
    padding-top: 0;
  }
  .trust {
    padding: 30px 0;
  }
  .department {
    padding: 30px 0;
  }
  .logistics {
    padding: 30px 0;
  }
  .wide {
    padding: 30px 20px;
  }
  .wide .swiper-wrapper {
    padding: 0;
  }
  .wide .swiper-button-prev {
    top: auto;
    left: auto;
    right: 85px;
    bottom: 30px;
  }
  .wide .swiper-button-next {
    top: auto;
    right: 30px;
    left: auto;
    bottom: 30px;
  }
  .map {
    padding: 30px 0;
  }
  .map .schedule__inner {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .services {
    padding: 30px 0;
  }
  .services__inner-item__title {
    font-size: 18px;
    line-height: 24px;
  }
  .services__list {
    margin-bottom: 10px;
  }
  .services__list p {
    font-size: 14px;
    line-height: 21px;
  }
  .news {
    padding: 30px 0;
  }
  .news .swiper-wrapper {
    padding-bottom: 0;
  }
  .news .swiper-button-next {
    top: 50%;
    right: 0;
  }
  .news .swiper-button-prev {
    top: 50%;
    left: 0;
  }
  .trajectory {
    padding: 30px 0;
  }
  .reviews {
    padding: 30px 0;
  }
  .reviews__name {
    font-size: 18px;
  }
  .reviews__speciality {
    font-size: 16px;
  }
  .reviews__header-left__bottom .reviews__speciality {
    font-size: 14px;
  }
  .consultation {
    padding: 30px 0;
  }
  .consultation__wrapper {
    padding: 20px 10px;
  }
  .metodist {
    width: 17%;
  }
  .metodist__name {
    font-size: 12px;
    line-height: 16px;
  }
  .suitable {
    padding: 30px 0;
  }
  .suitable__wrapper .info__proof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .suitable__wrapper .info__simple {
    margin-bottom: 20px;
  }
  .diplom {
    padding: 30px 0;
  }
  .poss {
    padding: 30px 0;
  }
  .frdo {
    padding: 30px 0;
  }  
  .program {
    padding: 10px 0;
  }
  .license {
    padding: 20px 0;
  }
  .graduate {
    padding: 20px 0;
  }
  .graduate .title {
    margin-bottom: 24px;
  }
  .graduate__slider {
    padding: 0;
  }
  .graduate .swiper-button-next {
    top: 50%;
    right: 0;
  }
  .graduate .swiper-button-prev {
    top: 50%;
    left: 0;
  }
  /* .info {
    padding: 30px 0;
  } */
  .info__wrapper {
    padding: 100px 20px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info__wrapper .intro__include-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50px;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .video-widget__container {
    display: none;
  }
  
  .pay__wrapper-prices{
	  flex-direction: column;
  }
  
  .pay__wrapper-deduction {
	padding: 0;
    background-image: none;
}
}
