* {
  padding: 0;
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: normal;
  letter-spacing: 0;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
  border: none;
  list-style-type: none;
  background-color: transparent;
}

*:focus {
  outline: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

table {
  border-spacing: 0;
  table-layout: none;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
  border: inherit;
  background-color: inherit;
}

@font-face {
  font-display: swap;
  font-family: Circe;
  src: url("../fonts/Circe/Circe-Regular.eot");
  src: url("../fonts/Circe/Circe-Regular.woff") format("woff"),
    url("../fonts/Circe/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: Circe;
  src: url("../fonts/Circe/Circe-ExtraBold.eot");
  src: local("Circe ExtraBold"), local("Circe-ExtraBold"),
    url("../fonts/Circe/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Circe/Circe-ExtraBold.woff") format("woff"),
    url("../fonts/Circe/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: Circe;
  src: url("../fonts/Circe/Circe-Bold.eot");
  src: local("Circe Bold"), local("Circe-Bold"),
    url("../fonts/Circe/Circe-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Circe/Circe-Bold.woff") format("woff"),
    url("../fonts/Circe/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "RosaMarena";
  src: url("../fonts/RosaMarena/RosaMarena.eot");
  src: local("Rosa Marena"), local("RosaMarena"), local("Rosa Marena Regular"),
    url("../fonts/RosaMarena/RosaMarena.woff") format("woff"),
    url("../fonts/RosaMarena/RosaMarena.ttf") format("truetype"),
    url("../fonts/RosaMarena/RosaMarena.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Colus";
  src: local("Colus"), local("Colus-Regular"), local("Colus Regular"),
    url("../fonts/Colus/Colusregular.woff2") format("woff2"),
    url("../fonts/Colus/Colusregular.woff") format("woff"),
    url("../fonts/Colus/Colusregular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
  padding-bottom: 10px;
}

.slick-dots > li {
  cursor: pointer;
  font-size: 0;
  padding: 5px;
  background-color: #eee;
  border-radius: 50%;
  margin: 0 5px 10px;
}

.slick-dots > li.slick-active {
  background-color: #444;
}

body {
  font: 29px / 1 Circe;
}

.heading {
  font: 48px Colus;
  text-align: center;
  line-height: 1;
}

.heading--letter {
  font: 1.94em / 1 "RosaMarena";
}

@media all and (max-width: 992px) {
  .heading {
    font-size: 42px;
  }
}

@media all and (max-width: 600px) {
  .heading {
    font-size: 36px;
  }
}

.shadow-white {
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.75));
}

.container {
  width: 100%;
  max-width: 1350px;
  padding: 0 15px;
  margin: auto;
}

.pos-relative {
  position: relative;
  z-index: 1;
}

.bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center top no-repeat;
}

@media all and (min-width: 993px) {
  .bg-img--laptop,
  .bg-img--mobile {
    display: none;
  }
}

@media all and (min-width: 601px) and (max-width: 992px) {
  .bg-img--desktop,
  .bg-img--mobile {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .bg-img--desktop,
  .bg-img--laptop {
    display: none;
  }
}

.common-for-helps__img {
  position: absolute;
  top: 555px;
  pointer-events: none;
}

.common-for-helps__img--1 {
  left: 0;
}

.common-for-helps__img--2 {
  right: 0;
  top: 527px;
}

@media all and (max-width: 992px) {
  .common-for-helps__img {
    display: none;
  }
}

.messenger {
  text-align: center;
}

.messenger__subinfo {
  font-size: 27px;
  margin-top: 15px;
}

@media all and (max-width: 992px) {
  .messenger {
    display: flex;
    flex-direction: column-reverse;
  }
  .messenger__subinfo {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.intro {
  color: #fff;
  padding-bottom: 242px;
}

.intro__bg-img {
  background-position: center top;
}

.intro:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: #23404e;
  max-width: 1920px;
  margin: auto;
}

.intro__header {
  border-bottom: 2px solid #7591a2;
}

.intro__author {
  font-size: 98px;
  padding-top: 126px;
  color: rgba(255, 255, 255, 0);
  white-space: nowrap;
}

.intro__start {
  margin-top: 25px;
  font: 46px Colus;
  text-align: center;
  line-height: 1;
  text-shadow: 0 0 20px #fff;
}

.intro__title {
  padding-top: 53px;
  font: 172px Colus;
  text-align: center;
  line-height: 0.9;
  text-shadow: 0 0 100px #000;
}

.intro__messenger {
  padding-top: 70px;
}

@media all and (max-width: 1150px) {
  .intro__author {
    font-size: 94px;
  }
  .intro__title {
    font-size: 146px;
  }
}

@media all and (max-width: 992px) {
  .intro {
    padding-bottom: 80px;
  }
  .intro__bg-img {
    background-size: cover;
  }
  .intro__author {
    padding-top: 13%;
    font-size: 8.2vw;
  }
  .intro__start {
    margin-top: 10px;
    font-size: 45px;
  }
  .intro__title {
    padding-top: 65px;
    font-size: 110px;
  }
}

@media all and (max-width: 880px) {
  .intro__title {
    font-size: 88px;
  }
}

@media all and (max-width: 600px) {
  .intro__author {
    padding-top: 30px;
    font-size: 40px;
    font-size: 8.5vw;
    color: inherit;
  }
  .intro__start {
    font-size: 35px;
    font-size: 6vw;
  }
  .intro__title {
    padding-top: 40px;
    font-size: 60px;
    font-size: 13vw;
  }
}

.header {
  min-height: 155px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__item--text {
  font-size: 27px;
  font-weight: bold;
  color: #587a86;
}

@media all and (max-width: 992px) {
  .header {
    min-height: 105px;
  }
  .header__item--text {
    font-size: 18px;
  }
  .header__item--logo img {
    width: 240px;
  }
}

@media all and (max-width: 600px) {
  .header {
    min-height: 55px;
  }
  .header__item--text {
    font-size: 10px;
  }
  .header__item--logo img {
    width: 120px;
    display: block;
  }
}

.description {
  margin-top: 70px;
}

.description__blocks {
  display: flex;
  justify-content: center;
  font-family: Colus;
  line-height: 1;
}

.description__blocks-item {
  margin: 0 50px;
}

.description__blocks-number {
  position: relative;
  z-index: 1;
  height: 227px;
  width: 227px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 125px;
  text-shadow: 0 0 10px #fff;
}

.description__blocks-number-icon {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.description__blocks-number-icon.rotate-45 {
  transform: translate(-5px, -11px) rotate(-45deg);
}

.description__blocks-number-icon.rotate-90 {
  transform: translate(-42px, -3px) rotate(-172deg);
}

.description__blocks-text {
  padding-top: 20px;
  text-align: center;
  text-shadow: 0 0 10px #fff;
}

.description__info {
  margin-top: 66px;
  text-align: center;
}

@media all and (max-width: 992px) {
  .description__blocks {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .description__blocks-item {
    margin: 0 0 50px;
  }
  .description__blocks-item:last-child {
    margin-bottom: 0;
  }
  .description__blocks-number {
    height: 185px;
    width: 185px;
    font-size: 103px;
  }
  .description__blocks-number-icon {
    height: inherit;
    width: auto;
  }
  .description__blocks-number-icon.rotate-90 {
    transform: translate(-33px, -3px) rotate(-172deg);
  }
  .description__blocks-text {
    padding-top: 15px;
    font-size: 25px;
    text-shadow: 0 0 30px #fff;
  }

  .description__info {
    font-size: 20px;
  }
}

.for__title {
  position: absolute;
  top: -180px;
  left: 0;
  right: 0;
  color: #fff;
}

.for__list {
  min-height: 790px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: end;
  grid-gap: 70px 152px;
}

.for__list-item {
  text-align: center;
  padding: 0 47px;
}

.for__list-icon {
  filter: drop-shadow(0 0 20px rgba(33, 65, 78, 0.75));
}

.for__list-text {
  margin-top: 15px;
  font-size: 28px;
  color: #2e4f62;
}

.for__desc {
  padding: 95px 20px 0;
  color: #2e4f62;
  text-align: center;
}

@media all and (max-width: 1250px) {
  .for__list {
    grid-gap: 70px 152px;
  }
  .for__list-item {
    padding: 0;
  }
  .for__list-item:nth-of-type(3n + 1) {
    padding-right: 50px;
  }
  .for__list-item:nth-of-type(3n + 3) {
    padding-left: 50px;
  }
  .for__list-text {
    mix-blend-mode: difference;
  }
}

@media all and (max-width: 992px) {
  .for {
    padding-top: 80px;
  }
  .for__title {
    position: static;
    color: #2e4f62;
  }
  .for__list {
    margin-top: 80px;
    grid-gap: 70px;
    grid-template-columns: 1fr 1fr;
    min-height: 0;
  }
  .for__list-item:nth-of-type(3n + 1),
  .for__list-item:nth-of-type(3n + 3) {
    padding: 0;
  }
  .for__list-text {
    mix-blend-mode: normal;
    font-size: 24px;
  }
  .for__desc {
    font-size: 26px;
  }
}

@media all and (max-width: 600px) {
  .for__list {
    grid-template-columns: 1fr;
  }
}

.helps {
  position: relative;
  z-index: 1;
  padding: 60px 0 90px;
  color: #2e4f62;
}

.helps__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 60px 20px;
  margin-top: 50px;
}

.helps__list-item {
  text-align: center;
}

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

.helps__list-text {
  margin-top: 25px;
  font-size: 28px;
}

@media all and (max-width: 992px) {
  .helps__list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
  }
  .helps__list-text {
    font-size: 24px;
  }
}

@media all and (max-width: 600px) {
  .helps__list {
    grid-template-columns: 1fr;
  }
}

.author {
  color: #fff;
  padding-top: 510px;
  padding-bottom: 130px;
}

@media all and (max-width: 992px) {
  .author {
    padding: 80px 0;
  }
}

.author__bg {
  top: 165px;
}

@media all and (max-width: 992px) {
  .author__bg {
    top: 0;
    background-size: cover;
  }
}

.author__hands-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-width: 100%;
  background: center top no-repeat;
  pointer-events: none;
}

.author__title {
  line-height: 0.5;
}

.author__name {
  margin-top: 190px;
  font-size: 121px;
}

@media all and (max-width: 992px) {
  .author__name {
    font-size: 80px;
    display: none;
  }
}

.author__name span {
  line-height: 0;
}

.author__boxes {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

@media all and (max-width: 992px) {
  .author__boxes {
    flex-direction: column;
  }
}

.author__boxes-item--name {
  display: none;
}

@media all and (max-width: 992px) {
  .author__boxes-item--media {
    order: -1;
    margin-bottom: 130px;
  }
  .author__boxes-item--name {
    display: block;
    margin: 0;
    margin-bottom: 50px;
  }
}

.author__boxes-media {
  position: relative;
  width: 608px;
}

.author__boxes-media-circle {
  position: absolute;
  z-index: -1;
  bottom: -300px;
  right: -300px;
  left: -300px;
  top: -300px;
  margin: auto;
  mix-blend-mode: color-dodge;
  pointer-events: none;
  width: 173%;
}

.author__boxes-media-pic {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: auto;
}

@media all and (max-width: 1200px) {
  .author__boxes-media {
    width: 500px;
  }
}

@media all and (max-width: 700px) {
  .author {
    overflow: hidden;
  }
  .author__boxes {
    overflow: visible;
  }
  .author__boxes-item--media {
    align-self: stretch;
  }
  .author__boxes-media {
    width: 400px;
    width: 80%;
    margin: auto;
  }
}

.author__boxes-texts {
  max-width: 255px;
}

.author__boxes-texts--right {
  text-align: right;
}

.author__boxes-texts-item {
  position: relative;

  margin-bottom: 1em;
}

.author__boxes-texts-item:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 992px) {
  .author__boxes-texts-item {
    text-align: center;
    font-size: 24px;
  }

  .author__add-info-list-text {
    text-align: center;
    font-size: 24px;
  }
  .author__info {
    text-align: center;
    font-size: 20px;
  }
}

.author__add-info {
  margin-top: 45px;
}

@media all and (max-width: 600px) {
  .author__name {
    font-size: 40px;
    font-size: 10vw;
  }
  .author__add-info-title {
    font-size: 30px;
  }

  .author__boxes-texts-item {
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
  }
  .author__boxes-texts-item:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;

    transform: translate(-50%, -50%);

    border: 3px solid;
    border-radius: 50%;
  }

  .author__boxes-item--texts:last-child
    .author__boxes-texts-item:last-child:after {
    display: none;
  }
}

.author__add-info-list {
  margin-top: 40px;
  display: flex;
}

.author__add-info-list-item {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 50px;
  text-align: center;
}

@media all and (max-width: 1100px) {
  .author__add-info-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .author__add-info-list-item {
    width: auto;
    min-width: 200px;
    max-width: 320px;
  }
}

.author__add-info-list-media {
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.author__add-info-list-media-icon {
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5));
}

.author__add-info-list-text {
  padding-top: 15px;
}

.author__info {
  margin-top: 57px;
  text-align: center;
  color: #ff2d2d;
  filter: drop-shadow(0 0 5px #ff2d2d);
}

.author__info--bold {
  font-weight: 900;
}

.themes {
  padding: 90px 0 70px;
  color: #316c86;
}

@media screen and (max-width: 600px) {
  .themes__title {
    font-size: 30px;
  }
}

.themes__list {
  margin-top: 230px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 270px 52px;
}

@media screen and (max-width: 1313px) {
  .themes__list {
    grid-gap: 270px 30px;
  }
}

@media screen and (max-width: 1070px) {
  .themes__list {
    grid-template-columns: 290px 290px;
    justify-content: center;
  }
}

@media screen and (max-width: 666px) {
  .themes__list {
    grid-template-columns: 290px;
  }
}

.themes__list-item {
  position: relative;
  min-height: 466px;
  padding: 100px 10px 60px;
  text-align: center;
  background-color: #f0f8fc;
  border-radius: 13px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.themes__list-img {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 1250px) {
  .themes__list-img {
    top: -108px;
    width: 230px;
  }
}

@media screen and (max-width: 1070px) {
  .themes__list-img {
    top: -130px;
    width: auto;
  }
}

.themes__list-num {
  font: 60px Colus;
}

.themes__list-num--lighten {
  color: #aac1d0;
}

.themes__list-text {
  margin-top: 0px;
}

.themes__list-bottom-img {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 40px;
  width: 100%;
}

.education {
  padding: 135px 0 70px;
  color: #316c86;
}

@media screen and (max-width: 600px) {
  .education {
    padding-top: 70px;
  }
}

@media screen and (max-width: 600px) {
  .education__title {
    font-size: 30px;
  }
}

.education__list {
  margin-top: 80px;
  display: flex;
}

@media screen and (max-width: 600px) {
  .education__list {
    margin-top: 40px;
  }
}

.education__list-item {
  flex-grow: 1;
  width: 16.66667%;
  min-width: 185px;
  padding: 0 5px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .education__list {
    display: grid;
    justify-content: center;
    grid-gap: 35px;
    grid-template-columns: 290px 290px 290px;
  }
  .education__list-item {
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .education__list {
    grid-template-columns: 290px 290px;
  }
  .education__list-text {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .education__list {
    grid-template-columns: 290px;
  }
}

.education__list-media {
  min-height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.education__list-text {
  margin-top: 40px;
  font-size: 28px;
}

.education__messenger {
  margin-top: 160px;
}

.reviews {
  padding: 80px 0 150px;
  color: #316c86;
}

.reviews__list {
  padding-top: 80px;
}

.reviews__list-item-inner {
  display: flex;
  align-items: center;
  padding: 20px 80px;
  margin: auto;
}

.reviews__list-media {
  width: 259px;
  min-width: 259px;
  height: 259px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews__list-media-img {
  max-width: 100%;
}

.reviews__list-text {
  padding-left: 30px;
  font-weight: 300;
}
.reviews__list-text_footer {
  font-size: 18px;
}

@media all and (max-width: 1200px) {
  .reviews__list-item-inner {
    padding: 0 60px;
  }
  .reviews__list-media {
    width: 200px;
    min-width: 200px;
    height: 200px;
  }
  .reviews__list-text {
    font-size: 22px;
    padding-left: 30px;
  }

  .reviews__list-text_footer {
    font-size: 18px;
  }
}

@media all and (max-width: 992px) {
  .reviews {
    padding: 80px 0;
  }
  .reviews__heading {
    margin-top: 0;
    text-align: center;
  }
  .reviews__list {
    padding-top: 60px;
  }
  .reviews__list-item-inner {
    flex-direction: column;
  }
  .reviews__list-text {
    padding: 0;
    padding-top: 30px;
    font-size: 20px;
    text-align: center;
  }

  .reviews__list-text_footer {
    font-size: 18px;
  }
}

@media all and (max-width: 600px) {
  .reviews {
    padding-top: 0;
  }
  .reviews__list {
    padding-top: 30px;
  }
  .reviews__list-item-inner {
    padding: 0;
  }
  .reviews__list-text {
    font-size: 18px;
  }

  .reviews__list-text_footer {
    font-size: 16px;
  }
}

.simple-slider .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin-bottom: -10px;
  padding-top: 50px;
}

.simple-slider .slick-dots > li {
  background-color: #be9c7e;
  opacity: 0.5;
}

.simple-slider .slick-dots > li.slick-active {
  opacity: 1;
}

.simple-slider .slick-arrow {
  font-size: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  transform: rotate(45deg);
}

.simple-slider .slick-arrow.slick-prev {
  left: 17px;
  border-right: 0;
  border-top: 0;
  border-bottom-left-radius: 5px;
}

.simple-slider .slick-arrow.slick-next {
  right: 17px;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 5px;
}

.simple-slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media all and (max-width: 992px) {
  .simple-slider .slick-arrow {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }
  .simple-slider .slick-arrow.slick-prev,
  .simple-slider .slick-arrow.slick-next {
    border-radius: 0;
  }
  .simple-slider .slick-dots {
    position: static;
    padding-top: 30px;
  }
}

@media all and (max-width: 480px) {
  .simple-slider .slick-arrow {
    display: none !important;
    visibility: hidden;
  }
}

/* my style */
html,
body {
  width: 100%;
  overflow-x: hidden;
}

.btn-call span,
.name-cource-mobile,
.date-cource-mobile,
.helps-mobile,
.h2-mobile,
.description__blocks-item-mob,
.themes-mobile,
.organization-mobile {
  display: none;
}

.helps-text {
  text-align: center;
  padding: 86px 30px 0;
  border-top: 8px solid #22414f;
  margin: 50px 0 0;
  font-size: 30px;
  line-height: 1.2;
  display: none;
}

.helps-text h3 {
  font-family: "Colus", serif;
  margin: 0 auto 30px;
}

.for-description {
  padding: 40px 0 90px;
  border-bottom: 8px solid #22414f;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 1.2;
  display: none;
}

.slick-slide {
	height: auto;
}

@media all and (max-width: 768px) {
  .container {
    padding: 0 30px;
  }

  .description__blocks-text {
    font-size: 15px;
  }

  .description__blocks-number {
    width: 132px;
    height: 115px;
    font-size: 64.5px;
  }

  .description__blocks-number-icon {
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
  }

  .description__blocks-number-icon.rotate-45 {
    top: 45%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .description__blocks-number-icon.rotate-90 {
    left: 43%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(130deg);
  }

  .description__blocks-item:nth-child(4) {
    display: none;
  }

  .description__blocks-item-mob {
    display: block;
  }

  .description__blocks-number-icon.rotate-65 {
    left: 45%;
    transform: translate(-50%, -50%) rotate(-160deg);
  }

  .description__blocks-number-icon.rotate-35 {
    left: 55%;
    top: 48%;
    transform: translate(-50%, -50%) rotate(-60deg);
  }

  .description__info {
    max-width: 635px;
    margin: 40px auto 0;
    font-size: 30px;
  }

  .for__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: initial;
    margin: 40px 0 0;
  }

  .for__title {
    color: #306c88;
  }

  .for__list-item {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    width: 100%;
  }

  .for__list-text {
    width: calc(100% - 96px);
    box-sizing: border-box;
    padding: 0 0 0 20px;
    text-align: left;
  }

  .for__list-text br {
    display: none;
  }

  .for__desc {
    padding: 30px 0 0;
  }

  .header__item--text {
    display: none;
  }

  .header__item--logo {
    margin: 0 auto;
  }

  .btn-call {
    border-radius: 60px;
    /* box-shadow: 0 0 31.7px 14.3px rgba(255, 255, 255, 0.75); */
    background-color: #f9a92a;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    margin: 80px auto;
    padding: 25px;
    font-family: "Colus", serif;
    max-width: 495px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-call img {
    display: none;
  }

  .btn-call span {
    display: block;
  }

  .name-cource-mobile,
  .date-cource-mobile {
    display: block;
    text-align: center;
    font-family: "Colus", serif;
  }

  .date-cource-mobile {
    margin: 30px auto 0;
  }

  .intro__title {
    padding-top: 10px;
  }

  .intro__start {
    display: none;
  }

  .intro__author {
    padding: 70px 0 30px;
  }

  .helps {
    display: none;
  }

  .helps-mobile {
    display: block;
    width: 100%;
    padding: 70px 0;
  }

  .helps__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    grid-gap: initial;
  }

  .helps__list-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    box-sizing: border-box;
    padding: 0 0 0 50px;
    position: relative;
    color: #4d4d4d;
    font-size: 30px;
  }

  .helps__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 28px;
    background: url("../img/check.png") no-repeat center;
    background-size: 100%;
  }

  .helps__list-icon {
    display: none;
  }

  .helps__list-text {
    margin: 0;
    width: 100%;
    text-align: left;
  }

  .helps__list-text br {
    display: none;
  }

  .helps-text {
    display: block;
  }

  .for h2 {
    display: none;
  }

  .for .h2-mobile {
    display: block;
  }

  .for__list-item {
    position: relative;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    margin: 0 0 40px;
  }

  .for__list-item:nth-of-type(3n + 1),
  .for__list-item:nth-of-type(3n + 3) {
    padding: 0 0 0 50px;
  }

  .for__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: url("../img/dots.png") no-repeat center;
    background-size: 100%;
  }

  .for__list-icon {
    display: none;
  }
  .for__list-text {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .for__desc {
    display: none;
  }

  .common-for-helps .bg-img {
    display: none;
  }

  .for-description {
    display: block;
  }

  .for-description strong {
    font-weight: bold;
    display: inline;
  }

  .for {
    background: url("../img/for-bg-tablet.jpg") no-repeat center;
    background-size: cover;
  }

  .themes {
    display: none;
  }

  .themes-mobile {
    display: block;
    padding: 90px 0 0;
  }

  .themes-mobile h2 {
    margin: 0 auto 30px;
  }
  .panel_heading {
    width: 100%;
    border-top: 3px solid #f1f1f1;
    width: calc(100% + 60px);
    margin: 0 -30px;
  }

  .in .block_title::after {
    transform: rotate(45deg);
  }

  .block_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 6px 30px;
    color: #4d4d4d;
    font-size: 36px;
    font-weight: 800;
  }

  .block_title::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/plus.png") no-repeat center;
    background-size: contain;
    width: 78px;
    min-width: 78px;
    height: 79px;
  }

  .block_hover {
    padding: 10px 30px 20px;
    color: #4d4d4d;
    font-size: 30px;
    display: none;
    border-top: 3px solid #f1f1f1;
  }

  .theme-description {
    padding: 100px 30px;
    font-size: 30px;
    color: #fff;
    background: #22414f;
    width: calc(100% + 60px);
    margin: 0 -30px;
  }

  .education__list,
  .education__title {
    display: none;
  }

  .education__messenger {
    margin: 0;
    flex-direction: column;
  }

  .education__messenger h2 {
    margin: 0 0 50px;
  }

  .education__messenger .heading--letter {
    font-family: inherit;
    font-size: 48px;
    font-weight: normal;
  }

  .common-themes-education .bg-img {
    display: none;
  }

  .education {
    padding: 96px 0;
  }

  .author {
    background: url("../img/author-bg-tablet.jpg") no-repeat center;
    background-size: cover;
    padding: 80px 0 130px;
  }

  .author h2 {
    display: none;
  }

  .author .h2-mobile {
    display: block;
    color: #306c88;
  }

  .author__bg {
    display: none;
  }

  .author__boxes {
    padding: 45px 0 0;
  }

  .author__boxes-media {
    width: 100%;
    max-width: 480px;

    border-radius: 50%;
  }

  .author__boxes-media-pic {
    box-shadow: inset 0px 1px 40px 0 #b6d0de;
  }

  .author__boxes-item--media {
    margin: 0 auto 86px;
  }

  .author__boxes-media-circle {
    display: none;
  }

  .author__boxes-item--name {
    font-size: 48px;
    color: #22414f;
    margin-bottom: 70px;
  }

  .author__boxes-item--name br {
    display: none;
  }

  .author__name span {
    font-family: inherit;
    font-size: 48px;
    font-weight: normal;
  }

  .author__boxes-texts {
    max-width: 626px;
  }

  .author__boxes-texts-item {
    font-size: 30px;
    color: #4d4d4d;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .author__boxes-texts-item::after {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: #22414f;
    margin: 20px auto 20px;
    position: relative;
    left: 0;
    transform: none;
  }

  .author__add-info-list {
    padding: 0 0 50px;
    border-bottom: 8px solid #22414f;
  }

  .author__boxes-texts-item {
    /* margin: 0 0 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .author__boxes-item:last-child {
    margin: 0;
  }

  .author__boxes-item:last-child .author__boxes-texts-item:last-child::after,
  .author .author__add-info,
  .author .author__add-info-list,
  .author__info {
    display: none;
  }

  .organization-mobile {
    display: block;
    padding: 103px 0 0;
  }

  .author__add-info {
    margin: 0 auto 70px;
    color: #306c88;
  }

  .author__add-info-list-item {
    margin: 0 auto 50px;
    color: #4d4d4d;
    font-size: 30px;
  }
  .description__blocks {
    padding: 0 30px;
  }
}

@media all and (max-width: 600px) {
  .description__blocks-number {
    width: 80px;
    height: 70px;
    font-size: 30px;
  }

  .description__blocks-item {
    margin: 0 0 30px;
  }

  .description {
    margin-top: 0;
  }

  .description__info {
    margin: 40px 0 0;
  }

  .intro {
    padding-bottom: 40px;
  }

  .education__list-text {
    font-size: 20px;
  }

  .education__list {
    margin-top: 30px;
  }

  .education__list-item {
    margin: 0 0 30px;
  }

  .education__list-media {
    min-height: auto;
    height: 70px;
  }

  .education__list-media img {
    max-height: 100%;
    display: block;
  }

  .for {
    padding-top: 60px;
  }

  .for__desc {
    font-size: 18px;
  }

  .header__item--logo img {
    max-width: 148px;
    width: 100%;
  }

  .header {
    min-height: auto;
  }

  .intro__header {
    padding: 16px 0;
  }

  .intro__author {
    font-size: 41.5px;
    padding: 48px 0 37px;
  }

  .intro__author .heading--letter {
    font-size: 83.5px;
  }

  .name-cource-mobile {
    font-size: 28.5px;
  }

  .intro__title {
    padding-top: 15px;
    font-size: 68.5px;
    letter-spacing: -1.71px;
  }

  .date-cource-mobile {
    font-size: 28.5px;
    margin: 47px auto 0;
  }

  .btn-call {
    margin: 50px auto 59px;
    font-size: 22.5px;
    padding: 27px 10px;
  }

  .description__blocks-number {
    font-size: 40.5px;
    width: 86px;
    height: 73px;
  }

  .description__blocks-text {
    font-size: 9.5px;
  }

  .description__blocks-number-icon.rotate-35 {
    top: 44%;
  }

  .description__info {
    font-size: 19px;
    max-width: 430px;
    padding: 0 15px;
    margin: 40px auto 0;
  }

  .helps-mobile {
    padding: 45px 0;
  }

  .heading {
    font-size: 30px;
  }

  .helps__list {
    margin: 45px 0 0;
  }

  .helps__list-text {
    font-size: 18.5px;
  }

  .helps__list-item::before {
    width: 16px;
    height: 16px;
  }

  .helps__list-item {
    padding: 0 0 0 29px;
  }

  .helps-text {
    margin: 30px 0 0;
    padding: 50px 0 0;
    border-top-width: 6px;
  }

  .helps-text h3,
  .helps-text {
    font-size: 18.5px;
  }

  .for__list-item,
  .for__list-item:nth-of-type(3n + 1),
  .for__list-item:nth-of-type(3n + 3) {
    padding: 0 0 0 30px;
  }

  .for__list-text {
    font-size: 18.5px;
  }

  .for__list-item::before {
    width: 18px;
    height: 18px;
  }

  .for-description {
    font-size: 18.5px;
    padding: 30px 0 50px;
    border-bottom-width: 6px;
  }

  .themes-mobile {
    padding: 60px 0 0;
  }

  .block_title {
    padding: 4px 20px;
    font-size: 22.5px;
  }

  .block_title::after {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .panel_heading {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .block_hover {
    padding: 10px 20px 20px;
    font-size: 18.5px;
  }

  .theme-description {
    padding: 60px 20px;
    width: calc(100% + 40px);
    margin: 0 -20px;
    font-size: 18.5px;
  }

  .author {
    padding: 50px 0 80px;
  }

  .author__boxes-media {
    max-width: 300px;
    margin: 0 auto;
  }

  .author__boxes-item--media {
    margin: 0 auto 54px;
  }

  .author__boxes {
    padding: 30px 0 0;
  }

  .author__boxes-item--name {
    margin-bottom: 43px;
  }

  .author__boxes-item--name span {
    font-size: 30px;
  }

  .author__boxes-texts-item {
    padding-bottom: 0;
    font-size: 18.5px;
  }

  .author__boxes-texts-item:after {
    position: relative;
    left: 0;
    transform: none;
    margin: 10px auto;
  }

  .author__boxes-item {
    margin: 0 0 10px;
  }

  .organization-mobile {
    padding: 65px 0 0;
  }

  .author__add-info-list-item {
    width: 50%;
    min-width: auto;
    margin: 0 0 30px;
    padding: 0 5px;
  }

  .author__add-info-list-text {
    font-size: 18.5px;
  }

  .author__add-info-list {
    padding: 0 0 30px;
    border-bottom-width: 6px;
  }

  .author__add-info-list-media {
    height: 56px;
  }

  .author__add-info-list-media img {
    max-height: 100%;
  }

  .author__add-info {
    margin: 0;
  }
}

@media all and (max-width: 450px) {
  .description__blocks {
    padding: 0 15px;
  }

  .container {
    padding: 0 15px;
  }

  .intro__author {
    font-size: 26px;
  }

  .name-cource-mobile,
  .date-cource-mobile {
    font-size: 24px;
  }

  .intro__title {
    font-size: 40px;
  }

  .description__blocks-number {
    font-size: 24px;
    width: 60px;
    height: 58px;
  }

  .author__add-info-title {
    font-size: 24px;
  }
}
