/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./app/scss/index.scss ***!
  \******************************************************************************************************************************************/
@charset "UTF-8";
/* ================================ Fonts ================================ */
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url("../assets/fonts/Montserrat-Regular.woff") format("woff"), url("../assets/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  src: url("../assets/fonts/Montserrat-Medium.woff") format("woff"), url("../assets/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  src: url("../assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
/* ================================ Styles ================================ */ /* ================================ Reset ================================ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

html {
  box-sizing: border-box;
}

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

:focus {
  outline: 0;
}

img,
audio,
video {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
video,
img,
svg {
  vertical-align: middle;
}

iframe {
  border: 0;
}

textarea {
  overflow: auto;
  box-shadow: none;
  box-shadow: none;
  box-shadow: none;
  vertical-align: top;
  resize: none; /* remove the resize handle on the bottom right */
}

input,
textarea,
select,
button {
  margin: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button:active span,
  button:focus span {
    position: relative;
    top: 0;
    left: 0;
  }
}
button,
input {
  line-height: normal;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

button {
  display: block;
  padding: 0;
  color: unset;
  background-color: transparent;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  appearance: none;
}

input[type=number] {
  appearance: textfield;
}

.about__docs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.how__postupit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-bottom: 30px;
}

.post-card {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #cacaca;
}

.step {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: 600;
  font-style: normal;
  line-height: 144%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 20px;
  color: green;
}

.card-content {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  font-family: "Montserrat";
  font-weight: 400;
}

.card-content.open {
  -webkit-box-orient: unset;
}

.how__postupit h1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
  .how__postupit-grid {
    display: block;
    padding: 0px 15px 0px 15px;
  }
  .card-content {
    font-size: 12px;
  }
  .step {
    margin-bottom: 0px;
    font-size: 40px;
  }
}
.modern-page-previous, .modern-page-next {
  padding: 10px;
  border-radius: 10px;
  background-color: #A8D7AB;
  transition: 0.3s background-color, 0.3s color;
  color: #37383B;
  font-family: "Montserrat";
}

.modern-page-number, .modern-page-current {
  font-family: "Montserrat";
  color: white;
  background-color: #26822f;
  border-radius: 10px;
  padding: 10px 15px;
  margin-right: 5px;
}

.modern-page-navigation a {
  font-family: "Montserrat";
  border-radius: 10px;
  padding: 10px 15px;
  margin-right: 5px;
  color: black;
  transition: 0.3s;
}

.modern-page-navigation a:hover {
  background-color: #d6d6d6;
  transition: 0.3s;
}

.modern-page-navigation {
  padding: 20px 0;
}

.modern-page-navigation, .modern-page-previous, .modern-page-navigation, .modern-page-number, .modern-page-navigation, .modern-page-dots, .modern-page-navigation, .modern-page-next {
  text-decoration: none;
  color: black;
}

.modern-page-arrows {
  display: none;
}

@media screen and (max-width: 575px) {
  .modern-page-navigation {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .modern-page-navigation .desktop {
    display: none;
  }
  .modern-page-arrows {
    display: flex;
  }
  .modern-page-navigation .mobile {
    display: block;
  }
  .modern-page-navigation a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .modern-page-number, .modern-page-current {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.course-feedback_title h1 {
  margin-bottom: 30px;
}

.feedback {
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  padding: 45px 45px 20px 45px;
  border-radius: 33px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.feedback-swiper {
  padding: 10px !important;
}

.swiper-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.feedback-title {
  margin-bottom: 20px;
  text-align: start;
}

.feedback-title a {
  font-size: 16px;
  color: #27832F;
  line-height: 120%;
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feedback-title a.show {
  -webkit-line-clamp: 7;
}
.feedback-title a.active {
  -webkit-line-clamp: 7;
}

.feedback-text {
  overflow: hidden;
  hyphens: auto;
  text-align: start;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 141%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 35px;
}

.feedback-name {
  text-align: start;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 144%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 20px;
}

.photo a {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 144%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 20px;
  color: green;
  cursor: pointer;
}

.video a {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 144%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 20px;
  color: green;
  cursor: pointer;
}

.pop-up__over {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
}

.pop-up__over.open {
  visibility: visible;
  opacity: 1;
}

.photo-pop-up {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pop-up__head {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.photo-pop-up__wrapper img, .photo-pop-up__wrapper video {
  max-width: 700px;
  border-radius: 33px;
}

.feedback-nav {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 575px) {
  .photo-pop-up__wrapper img, .photo-pop-up__wrapper video {
    max-width: 320px;
  }
}
.about__dpo {
  margin-bottom: 50px;
}

.courses-btns {
  display: flex;
  gap: 20px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .courses-btns {
    gap: 0;
  }
}
.cards-3-2 {
  display: flex;
}

.interest__courses {
  margin-bottom: 70px;
}

.interest__courses h2 {
  margin-bottom: 20px;
}

.c-card__wrapper {
  padding: 20px;
}

.payment {
  margin-bottom: 70px;
}

.payment__card {
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  padding: 20px 50px 20px 50px;
  border-radius: 33px;
}

.payment__wrap {
  display: flex;
  flex-direction: column;
}

.payment__title {
  margin-bottom: 20px;
}

.payment__cont {
  border-top: 2px solid rgba(153, 153, 153, 0.27);
  display: flex;
  padding-top: 15px;
  gap: 20px;
  justify-content: space-between;
}

.payment__conditions {
  display: flex;
  flex-direction: column;
  max-width: 461px;
}

.payment__cond-card {
  padding: 15px 0 0 70px;
  flex-direction: column;
  display: flex;
}

.money__cond {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  margin-bottom: 12px;
}

.money {
  font-family: Arial;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  margin-bottom: 12px;
  color: #27832F;
}

.prepods__title {
  margin-bottom: 20px;
}

.prepods-wrap {
  display: flex;
  gap: 30px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper:not(.swiper-initialized) .swiper-slide {
  max-width: 360px;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}
.swiper-slide__img {
  display: block;
  width: 250px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.swiper-slide__img:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.swiper-p {
  margin-bottom: 10px;
  font-family: Arial;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
}

.swiper-button-prev, .swiper-button-next {
  z-index: 0;
  display: flex;
  /*flex-direction: row;*/
  align-items: center;
  justify-content: center;
  padding: 10px;
  top: calc(50% - 0px);
  background: #d6f0dd;
  width: 50px;
  height: 30px;
  cursor: pointer;
  right: -95px;
  transition: box-shadow 0.3s;
}

.navigation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background: green;
  transition: 0.3s;
}

.swiper-button-prev svg, .swiper-button-next svg {
  fill: green;
  transition: 0.3s;
}

.swiper-button-prev:hover svg, .swiper-button-next:hover svg {
  fill: #FFFFFF;
  transition: 0.3s;
}

.swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev {
  border-radius: 68px 0px 0px 68px;
}

.swiper-button-next {
  border-radius: 0px 68px 68px 0px;
}

.ed-form {
  margin-bottom: 70px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .ed-form {
    margin-bottom: 50px;
  }
  .course__modules {
    margin-top: 50px;
  }
}
.table-stroke {
  width: 100%;
  padding: 10px 20px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 2px solid rgba(153, 153, 153, 0.27);
}

.left-stroke {
  width: 40%;
  padding: 15px;
  font-family: Arial;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
}

.right-stroke {
  width: 60%;
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .left-stroke {
    font-size: 18px;
  }
  .right-stroke {
    font-size: 12px;
  }
}
.ed-form_title {
  margin-bottom: 30px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .about__docs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .table-stroke {
    flex-direction: column;
  }
  .left-stroke {
    width: unset;
    text-align: center;
  }
}
.faqs {
  padding: 0 100px 0 0;
}

.m-faqs-container {
  position: relative;
  background-color: #fff;
  cursor: pointer;
  padding: 20px 0px 20px 0px;
  border-top: 2px solid rgba(153, 153, 153, 0.27);
}

.m-faqs-container::before {
  display: none;
}

.faq-img_title_plus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b-faq_cont {
  width: 100%;
}

.plus {
  position: relative;
  width: 20px;
}

.plus span {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: green;
  border-radius: 5px;
}

.minus-stick {
  transform: rotate(90deg);
  transition: 0.3s;
}

.minus-stick.active {
  transform: rotate(0deg);
  transition: 0.3s;
}

.faq-img_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.faq-img {
  margin-right: 20px;
}

.faq-title {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.faq-content {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-sizing: content-box;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  font-family: "Montserrat";
  font-weight: 400;
}

.faq-content.open {
  padding-top: 20px;
  opacity: 1;
  transition: 0.3s;
}

.payment__btn {
  border-radius: 30px;
}

.payment__title {
  margin-bottom: 20px;
}

.payment__cond-card {
  padding: 15px 0 0 30px;
}

.money__cond {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  margin-bottom: 12px;
}

.money {
  font-family: Arial;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  margin-bottom: 12px;
  color: green;
}

.p-card__txt-wrap {
  max-width: 523px;
  font-family: Arial;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  margin-bottom: 64px;
  font-size: 40px;
  text-align: center;
  color: #27832F;
  border-radius: 30px;
}

body *::selection {
  color: #ffffff;
  background-color: #34b456;
}
body.--no-scroll {
  overflow: hidden;
}

.page {
  padding-top: 24px;
}

.container {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}

h1,
.h1 {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  h1, .h1 {
    font-size: 18px;
  }
}
h2,
.h2 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
}

h3,
.h3 {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  line-height: 144%;
  letter-spacing: 0.02em;
  text-decoration: none;
}

h4,
.h4 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}

h5,
.h5 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}

input {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding-bottom: 14px;
  border-bottom: 1px solid #949494;
}
input::placeholder {
  color: #000000;
}
input:focus {
  padding-bottom: 13px;
  border-bottom: 2px solid #6a87e1;
}

.layout {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  opacity: 0;
  transition: 0.3s linear;
}
.layout.--active-popup {
  z-index: 2;
  opacity: 0.7;
  transition: 0.3s linear;
}

.accordion {
  width: 100%;
  overflow: hidden;
}
.accordion__title {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  transition-duration: 0.3s;
  height: 28px;
}
.accordion .b-iconButton {
  width: 34px;
  height: 34px;
  padding: 0;
}
.accordion .b-iconButton svg {
  width: 24px;
  height: 24px;
}
.accordion__block {
  overflow-y: hidden;
  transition-duration: 0.3s;
  z-index: 10;
}
.accordion ul li {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 18px;
}
.accordion ul li:last-child {
  margin-bottom: 0;
}
.accordion__item {
  display: block;
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion__item svg {
  transition: transform 0.3s;
}
.accordion__item.--active .accordion__title {
  margin-bottom: 18px;
}
.accordion__item.--active svg {
  transform: rotate(180deg);
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  max-width: 1000px;
  position: relative;
}
.gallery-top iframe {
  position: absolute;
  height: 100%;
}

.gallery-top .swiper-slide img, video, iframe {
  width: 100%;
}

.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

@media screen and (max-width: 945px) {
  .nov__card {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .gallery-thumbs .swiper-slide img {
    height: 100px;
  }
  .nov__card {
    flex-direction: column;
  }
}
.nov__cards .nov__card {
  display: flex;
  padding: 25px 0 25px 0;
  border-top: 2px solid rgba(153, 153, 153, 0.27);
  transition: 0.3s;
}
.nov__cards .nov__card-info:hover {
  background-color: #d4d4d4;
  transition: 0.3s;
}
.nov__cards .nov__card-info {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 15px;
  transition: 0.3s;
}
.nov__cards .nov__card-info span {
  text-align: start;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 144%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 35px;
  color: #37383B;
}
.nov__cards .nov__card-title span {
  color: #27832F;
  font-weight: 600;
}
.nov__cards .nov__card-text {
  max-width: 1000px;
}

.novosti__detail h1 {
  margin-bottom: 20px;
}

.novosti {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.novosti__text {
  text-align: start;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 144%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 35px;
  color: #37383B;
}

.main .scrollbar-track-y {
  display: none !important;
}

.sendStatus {
  position: fixed;
  bottom: -100px;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: bottom 0.3s, opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
.sendStatus.--error .sendStatus__icon svg path {
  fill: #e8415e;
}
.sendStatus__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 532px;
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 21px;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.08);
}
.sendStatus.--active-send {
  bottom: 20px;
  display: flex;
  opacity: 1;
  visibility: visible;
}
.sendStatus__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sendStatus__text {
  margin-left: 28px;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.sendStatus__icon svg {
  width: 48px;
  height: 48px;
}
.sendStatus__icon svg path {
  fill: #218a3d;
}
.sendStatus__close .b-iconButton {
  width: 48px;
  height: 48px;
}
.sendStatus__close .b-iconButton svg {
  width: 33px;
  height: 33px;
}

.toTop {
  position: fixed;
  top: 40vh;
  left: 0;
  width: 100%;
}

.bg-dots-1 {
  position: absolute;
  z-index: -1;
}
.bg-dots-1 svg circle {
  fill: #f1fcf4;
}
.bg-dots-1 svg circle.d-179, .bg-dots-1 svg circle.d-87, .bg-dots-1 svg circle.d-51 {
  animation: dots-green 3s infinite;
}
.bg-dots-1 svg circle.d-87 {
  animation-delay: 1.5s;
}
.bg-dots-1 svg circle.d-51 {
  animation-delay: 1s;
}
.bg-dots-2 {
  position: absolute;
  z-index: -1;
}
.bg-dots-2 svg circle {
  fill: #f1fcf4;
}
.bg-dots-2 svg circle.d-25 {
  animation: dots-red 3s infinite;
}
.bg-dots-2 svg circle.d-49 {
  animation: dots-green 3s infinite;
  animation-delay: 0.9s;
}
.bg-dots-2 svg circle.d-61 {
  animation: dots-green 3s infinite;
  animation-delay: 0.5s;
}
.bg-dots-3 {
  position: absolute;
  z-index: -1;
}
.bg-dots-3 svg circle {
  fill: #f1fcf4;
}
.bg-dots-3 svg circle.d-61 {
  animation: dots-green 3s infinite;
}
.bg-dots-3 svg circle.d-176 {
  animation: dots-green 3s infinite;
}
.bg-dots-3 svg circle.d-184 {
  animation: dots-blue 3s infinite;
  animation-delay: 1s;
}
.bg-dots-3 svg circle.d-25 {
  animation: dots-green 3s infinite;
  animation-delay: 0.8s;
}
.bg-dots-3 svg circle.d-148 {
  animation: dots-red 3s infinite;
  animation-delay: 0.4s;
}
.bg-dots-3 svg circle.d-49 {
  animation: dots-red 3s infinite;
  animation-delay: 1s;
}
.bg-dots-3 svg circle.d-113 {
  animation: dots-green 3s infinite;
  animation-delay: 1.3s;
}
.bg-dots-3 svg circle.d-38 {
  animation: dots-blue 3s infinite;
  animation-delay: 1s;
}

@keyframes dots-green {
  0% {
    fill: #f1fcf4;
  }
  50% {
    fill: #82cb96;
  }
  100% {
    fill: #f1fcf4;
  }
}
@keyframes dots-red {
  0% {
    fill: #f1fcf4;
  }
  50% {
    fill: #ff9dae;
  }
  100% {
    fill: #f1fcf4;
  }
}
@keyframes dots-blue {
  0% {
    fill: #f1fcf4;
  }
  50% {
    fill: #6a87e1;
  }
  100% {
    fill: #f1fcf4;
  }
}
a .b-cardButton {
  color: #000000;
}

@media screen and (min-width: 576px) and (max-width: 919px) {
  .payment__cont {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
  .payment__wrap {
    flex-direction: column;
    gap: 0;
  }
  .payment__cont {
    align-items: center;
    flex-direction: column;
  }
  .payment__card {
    padding: 30px 50px 30px 50px;
  }
  .p-card__txt-wrap {
    margin-bottom: 20px;
  }
  span.p-card__text {
    line-height: 90%;
    font-size: 25px;
  }
}
.award {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  min-width: 60px;
  font-size: 0.5em;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (min-width: 620px) {
  .award {
    min-width: 100px;
    font-size: 0.8em;
  }
}
.award__icon-text {
  font-size: 2.5em;
}
.award:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.form-control__select {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat";
  padding-bottom: 14px;
  border-bottom: 1px solid #949494;
}

.form-control__select:focus {
  padding-bottom: 13px;
  border-bottom: 2px solid #6a87e1;
}

.form-control__input--hidden {
  display: none;
}

/* ================================ Base ================================ */
.b-link {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.2s;
}
.b-link a {
  color: #000000;
  transition: color 0.2s;
}
.b-link a:hover {
  color: #218a3d;
}
.b-link.--green {
  color: #218a3d;
}
.b-link.--green a {
  color: #218a3d;
}
.b-link.--green:hover {
  color: #88a4ff;
}
.b-link.--white a {
  color: #ffffff;
}
.b-link.--white a:hover {
  color: #88a4ff;
}
.b-link.--disabled {
  color: #949494;
}
.b-button {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 16px 44px;
  color: #218a3d;
  border: 1px solid #218a3d;
  border-radius: 56px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.b-button a {
  color: #218a3d;
  transition-duration: 0.3s;
}
.b-button:hover {
  color: #ffffff;
  background-color: #218a3d;
}
.b-button:hover a {
  color: #ffffff;
}
.b-button:disabled, .b-button.--disabled {
  color: #949494;
  background-color: #ffffff;
  border-color: #949494;
  cursor: no-drop;
}
.b-button:disabled a, .b-button.--disabled a {
  color: #949494;
  cursor: no-drop;
}
.b-button.--long {
  width: 100%;
  max-width: 342px;
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .b-button.--filled {
    width: 100%;
  }
}
.b-button.--filled {
  color: #ffffff;
  background-color: #218a3d;
}
.b-button.--filled a {
  color: #ffffff;
}
.b-button.--filled:hover {
  background-color: #88a4ff;
  border: 1px solid #88a4ff;
}
.b-button.--disabled.--filled, .b-button:disabled.--filled {
  color: #ffffff;
  background-color: #218a3d;
  opacity: 0.5;
  cursor: no-drop;
}
.b-button.--disabled.--filled a, .b-button:disabled.--filled a {
  color: #ffffff;
  cursor: no-drop;
}
.b-iconButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  background-color: transparent;
  border-radius: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.b-iconButton:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.b-iconButton svg {
  width: 38px;
  height: 38px;
}
.b-iconButton svg path {
  fill: #000000;
}
.b-iconButton.--green svg path {
  fill: #218a3d;
}
.b-iconButton.--green:hover {
  background-color: rgba(33, 138, 61, 0.05);
}
.b-iconButton.--white svg path {
  fill: #ffffff;
}
.b-iconButton.--white:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.b-input {
  position: relative;
  display: inline-block;
}
.b-input__error-text {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 0;
  height: 0px;
  color: #e8415e;
  opacity: 0;
  font-size: 13px;
  transition: opacity 0.3s;
}
.b-input__error-text.--active {
  height: auto;
  opacity: 1;
}
.b-input .--correct {
  padding-bottom: 13px;
  border-bottom: 2px solid #218a3d;
}
.b-input .--error {
  padding-bottom: 13px;
  border-bottom: 2px solid #e8415e;
}
.b-toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.b-toggle.--checked input:checked + .b-toggle__slider {
  background-color: #218a3d;
  border: 2px solid #218a3d;
}
.b-toggle.--checked input:checked + .b-toggle__slider::before {
  background-color: #ffffff;
  transform: translateX(20px);
  transform: translateX(20px);
  transform: translateX(20px);
}
.b-toggle input {
  width: 0;
  height: 0;
  opacity: 0;
}
.b-toggle__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #a6d0b1;
  cursor: pointer;
  transition: 0.4s;
}
.b-toggle__slider::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #218a3d;
  transition: 0.4s;
}
.b-toggle__slider.round {
  border-radius: 34px;
}
.b-toggle__slider.round::before {
  border-radius: 50%;
}
.b-cardButton {
  position: relative;
  max-width: 480px;
  height: 100%;
  padding: 58px 47px 73px 50px;
  background: #ffffff;
  border-radius: 16px;
  cursor: pointer;
  transition: box-shadow 0.3s;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.08);
}
.b-cardButton:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.b-cardButton svg {
  position: absolute;
  right: 47px;
  bottom: 73px;
  width: 132px;
  height: 132px;
  transform: rotate(90deg);
}
.b-cardButton svg path {
  fill: #218a3d;
}
.b-scrollTopButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 88px;
  background-color: #d6f0dd;
  border-radius: 10px 0px 0px 10px;
  opacity: 0;
  transition-duration: 0.3s;
}
.b-scrollTopButton svg {
  width: 40px;
  height: 40px;
}
.b-scrollTopButton svg path {
  fill: #218a3d;
}
.b-scrollTopButton:hover {
  background-color: #218a3d;
}
.b-scrollTopButton:hover svg path {
  fill: #ffffff;
}
.b-scrollTopButton.--active {
  opacity: 1;
}
.b-checkBox {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.b-checkBox__container {
  position: relative;
  display: block;
  padding-left: 32px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
}
.b-checkBox__container span {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: black;
}
.b-checkBox__container span a {
  color: #27832F;
}
.b-checkBox__container input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.b-checkBox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 2px solid #218a3d;
  border-radius: 4px;
}
.b-checkBox.--checked .b-checkBox__checkmark::after {
  position: absolute;
  top: -2px;
  left: -1px;
  z-index: 1;
  display: none;
  content: url("../assets/images/actions/check-white.svg");
}
.b-checkBox.--checked .b-checkBox__container:hover input ~ .b-checkBox__checkmark {
  background-color: transparent;
}
.b-checkBox.--checked .b-checkBox__container input:checked ~ .b-checkBox__checkmark {
  background-color: #218a3d;
}
.b-checkBox.--checked .b-checkBox__container input:checked ~ .b-checkBox__checkmark::after {
  display: block;
}
.b-iconDot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #218a3d;
  border: 1px solid #218a3d;
  border-radius: 51px;
}
.b-iconDot svg {
  width: 34px;
  height: 34px;
}
.b-socialIcon {
  cursor: pointer;
  transition-duration: 0.3s;
}
.b-socialIcon svg {
  width: 24px;
  height: 24px;
}
.b-socialIcon svg path {
  fill: #ffffff;
  transition-duration: 0.3s;
}
.b-socialIcon:hover svg path {
  fill: #88a4ff;
}
.b-socialIcon.--green svg path {
  fill: #218a3d;
  transition-duration: 0.3s;
}
.b-socialIcon.--green:hover svg path {
  fill: #6a87e1;
}
.b-counter__number {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 2px;
  color: #218a3d;
}
.b-counter__text {
  font-family: Arial;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  color: #5a5a5a;
}
.b-status {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
}
.b-status__condition {
  display: flex;
  flex-wrap: wrap;
}
.b-status__condition .b-status__start::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-image: url("../assets/images/actions/open-course.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.b-status__condition .b-status__close::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-image: url("../assets/images/actions/close-course.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.b-status__condition .b-status__date {
  margin-left: 7px;
}
.b-status__condition .b-status__date:first-child {
  margin-right: 0px;
}
.b-status__condition .b-status__date::before {
  content: "•";
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.b-status__condition.--online {
  color: #218a3d;
}
.b-status__condition.--offline {
  color: #e8415e;
}
.b-listItem {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  margin-bottom: 12px;
}
.b-listItem:last-child {
  margin-bottom: 0px;
}
.b-listItem::before {
  content: url("../assets/images/decorations/dot-black.svg");
  width: 5px;
  height: 5px;
  margin-right: 12px;
}
.b-faq {
  display: flex;
}
.b-faq__img svg {
  width: 48px;
  height: 48px;
}
.b-faq__container {
  margin-left: 28px;
}
.b-faq__answer {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  margin-top: 11px;
}
.b-checkItem {
  display: flex;
  flex-direction: column;
}
.b-checkItem__img svg {
  width: 32px;
  height: 32px;
}
.b-checkItem__img svg path {
  fill: #218a3d;
}
.b-checkItem__text {
  margin-top: 28px;
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
}
.b-buttonsCategories {
  display: flex;
  flex-wrap: wrap;
  max-width: 1270px;
  margin-bottom: -16px;
  margin-left: -20px;
}
.b-buttonsCategories > * {
  margin-bottom: 16px;
  margin-left: 20px;
}
.b-buttonsCategories .b-button {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 12px 32px;
}
.b-search svg {
  width: 24px;
  height: 24px;
}
.b-search svg path {
  fill: #218a3d;
  transition-duration: 0.3s;
}

.pop-up__over {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
}

.pop-up__over.open {
  visibility: visible;
  opacity: 1;
}

.pop-up {
  /*height: 782px;*/
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px 40px;
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.0224916), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0323114), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.04), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.0476886), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0575083), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
}

.pop-up__head {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.pop-up__title {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.pop-up__wrapper p {
  font-family: "Bliss Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 125.4%;
  display: flex;
  align-items: flex-end;
  color: #000000;
}

.pop-up__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 40px 0px 0px;
  gap: 28px;
}

.input-btn {
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 23px;
  gap: 8px;
  background: #27832F;
  border-radius: 10px;
  font-family: "Bliss Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 37px;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
}

.pop-up__wrapper input {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-bottom: 2px solid green;
  border-radius: 0;
}

.pop-up__wrapper input[type=submit] {
  border-radius: 33px;
}

.input-div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.name-span {
  max-width: 280px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.name {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 13px 20px;
  gap: 8px;
  background: #F4F6F8;
  border-radius: 8px;
  margin-bottom: 16px;
  width: 441px;
}

.ph-num {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 20px;
  font-size: 22px;
  gap: 8px;
  width: 441px;
  height: 58px;
  background: #F4F6F8;
  border-radius: 8px;
  border: 0;
  margin-bottom: 16px;
  color: #818181;
}

textarea {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 11px 20px;
  gap: 8px;
  width: 441px;
  height: 257px;
  background: #F4F6F8;
  border-radius: 8px;
  border: 0;
  margin-bottom: 36px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1px solid #b3b3b3;
}

.pop-up_checkbox {
  max-width: 620px;
  margin-bottom: 20px;
}

.pop-up_checkbox label {
  font-family: Montserrat;
}

.zacon {
  color: #27832F;
}

.doc__pop-up__over {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
}

.doc__pop-up__over.open {
  visibility: visible;
  opacity: 1;
}

.pu-doc__img {
  cursor: pointer;
}

.doc-pu__head {
  position: absolute;
  top: 35px;
  left: -189px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .doc-pu__head {
    top: 117px;
    left: -7px;
  }
  .name {
    width: 100%;
    height: auto;
  }
  textarea {
    width: unset;
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) and (min-width: 320px) and (max-width: 575px) {
  .faqs {
    padding: 0 40px 0 0;
  }
  .plus {
    width: 0;
    margin-left: 10px;
  }
  .faq-img_title {
    align-items: flex-start;
  }
  .faq-title {
    font-size: 12px;
  }
  .faq-content {
    font-size: 12px;
  }
  .pop-up {
    width: calc(100% - 20px);
    height: calc(100% - 115px);
    overflow: auto;
    padding: 25px;
  }
  .pop-up__wrapper {
    gap: 18px;
    padding: 6px 10px 0px 0px;
  }
  .pop-up__title {
    line-height: 24px;
    font-size: 20px;
  }
  .pop-up__wrapper p {
    font-size: 18px;
  }
  .pop-up__form {
    width: 100%;
  }
  .input-div {
    flex-direction: column;
  }
  .courses-btns {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .courses-btns {
    gap: 0;
  }
}
/* ================================ Combinations ================================ */
.c-courseType {
  flex: 1;
  width: 100%;
  margin-right: 24px;
  padding: 46px 46px 34px 44px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 16px;
  cursor: pointer;
  transition: box-shadow 0.3s;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.08);
}
.c-courseType__title {
  max-width: 366px;
  margin-bottom: 8px;
}
.c-courseType:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.c-courseType:last-child {
  margin-right: 0;
}
.c-courseType__img {
  margin-bottom: 32px;
}
.c-courseType__img svg {
  width: 100px;
  height: 100px;
}
.c-courseType__text {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
}
.c-profession {
  position: relative;
  height: 360px;
  color: #ffffff;
  border-radius: 16px;
  cursor: pointer;
}
.c-profession a {
  color: #ffffff;
}
.c-profession__blackOut {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition-duration: 0.3s;
}
.c-profession:hover .c-profession__blackOut {
  opacity: 0.2;
}
.c-profession__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-profession__container {
  position: absolute;
  bottom: 30px;
  left: 36px;
  z-index: 2;
}
.c-profession__title {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 8px;
}
.c-profession__text {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.c-profession__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 278px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 53.65%, #000000 100%);
  opacity: 0.72;
}
.c-teacherCard {
  overflow: hidden;
  color: #000000;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.08);
}
.c-teacherCard__img {
  max-height: 320px;
  overflow: hidden;
}
.c-teacherCard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-teacherCard__container {
  padding: 18px 24px 64px;
  background-color: #ffffff;
}
.c-teacherCard__text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 12px;
}
.c-titleHead {
  margin-bottom: 42px;
}
.c-titleHead__title {
  margin-bottom: 16px;
}
.c-titleHead__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.c-titleHead__text {
  font-family: Arial;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 128%;
  text-decoration: none;
  flex: 1;
}
.c-titleHead__link {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
}
.c-subdivision {
  margin-bottom: 28px;
}
.c-subdivision__title {
  margin-bottom: 10px;
}
.c-subdivision__text {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  margin-bottom: 16px;
}
.c-subdivision__link a {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
}
.c-subdivision:last-child {
  margin-bottom: 0;
}
.c-qualification {
  display: flex;
  height: 100%;
  min-height: 100px;
}
.c-qualification:last-child {
  height: auto;
}
.c-qualification:last-child .c-qualification__info {
  border: none;
}
.c-qualification__date {
  width: 27%;
}
.c-qualification__date-mb {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: none;
  margin-bottom: 8px;
  color: #218a3d;
}
.c-qualification__info {
  position: relative;
  width: 73%;
  padding-bottom: 65px;
  padding-left: 88px;
  border-left: 3px solid #218a3d;
}
.c-qualification__icon {
  position: absolute;
  top: 0;
  left: -35px;
  width: 70px;
  height: 70px;
  background-color: #218a3d;
  border-radius: 100%;
}
.c-qualification__description {
  margin-top: 14px;
  font-family: Arial;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 128%;
  text-decoration: none;
}
.c-qualification .--arrows {
  background-image: url("../assets/images/decorations/arrows-up-filled.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.c-qualification .--sync {
  background-image: url("../assets/images/decorations/sync-filled.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.c-qualification:last-child .c-qualification__info {
  padding-bottom: 0;
}
.c-breadcrumbs {
  margin-bottom: 12px;
}
.c-breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumbs a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-breadcrumbs__item {
  position: relative;
  display: inline;
  margin-left: 21px;
}
.c-breadcrumbs__item:first-child {
  margin-left: 0px;
}
.c-breadcrumbs__item:not(:first-child)::before {
  position: absolute;
  top: 9px;
  left: -12px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 100%;
}
.c-breadcrumbs__item:last-child a {
  color: #949494;
  user-select: none;
  pointer-events: none;
}
.c-module {
  position: relative;
  display: flex;
  max-width: 1305px;
  padding-bottom: 74px;
  border-left: 3px solid #218a3d;
}
.c-module::before {
  position: absolute;
  top: -3px;
  left: -20px;
  content: "";
  width: 36px;
  height: 36px;
  background-color: #218a3d;
  border-radius: 100%;
}
.c-module:last-child {
  margin-left: 3px;
  padding-bottom: 0px;
  border: none;
}
.c-module__name {
  width: 100%;
  max-width: 619px;
  padding-left: 91px;
}
.c-module__name-title {
  margin-bottom: 8px;
  color: #218a3d;
}
.c-module__name-subtitle {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  line-height: 144%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.c-module__lessons {
  margin-left: 72px;
}
.c-module__lessons-title {
  margin-bottom: 16px;
  color: #218a3d;
}
.c-module__lessons-list .b-listItem {
  display: flex;
}

.c-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 23px;
  overflow: hidden;
  color: #000000;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s;
}
.c-card a {
  color: #000000;
}
.c-card:last-child {
  margin-right: 0;
}
.c-card:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.c-card__img {
  max-height: 304px;
  position: relative;
}
.c-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__img-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 0 2% 2%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-card__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.c-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 1;
}
.c-card__title {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .c-card__title {
    font-size: 16px;
  }
}
.c-card__info {
  margin-top: 22px;
}
.c-card__price {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 24px;
  color: #e8415e;
}
.c-card__price.money {
  color: #001b71;
}
.c-card__price.money + .money {
  margin-top: 0px;
  font-size: smaller;
}
.c-card__time {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 10px;
}
.c-card .b-status {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.c-card__tags {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  z-index: 1;
}
.c-card__tags a {
  margin-right: 20px;
  color: #218a3d;
}
.c-card__tags a:last-child {
  margin-right: 0;
}
.c-card__tag {
  cursor: pointer;
}

/* ================================ Modules ================================ */
.m-courses .scrollbar-thumb {
  height: 4px;
  background-color: #218a3d;
}
.m-courses .scrollbar-track {
  height: 4px;
  background-color: #f0f0f0;
}
.m-courses .cards-2 {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
.m-courses .cards-2 .c-card__title {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.m-courses .cards-2 .c-card__wrapper {
  padding: 32px 40px;
}
.m-courses .cards-2 .c-card__info {
  margin-top: 38px;
}
.m-courses .cards-2 .c-card .b-status {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.m-courses .cards-2 .c-card__price {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 32px;
}
.m-courses .cards-2 .c-card__time {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 10px;
}
.m-courses .cards-2 .c-card__tags {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 32px;
}
.m-courses .cards-3-2 {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  transition-duration: 0.3s;
}
.m-courses .cards-3-2 .c-card-hidden .c-card {
  height: 100%;
}
.m-courses .cards-3-2.--hidden {
  overflow: hidden;
}
.m-courses .cards-3-2.--hidden .c-card-hidden {
  display: none;
}
.m-courses .cards-3-2.--hidden .c-card-hidden .c-card {
  height: 100%;
}
.m-courses .cards-3-2 .c-card__title {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.m-courses .cards-3-2 .c-card__wrapper {
  padding: 20px 32px 26px;
}
.m-courses .cards-3-2 .c-card__info {
  margin-top: 24px;
}
.m-courses .cards-3-2 .c-card .b-status {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.m-courses .cards-3-2 .c-card__price {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 24px;
}
.m-courses .cards-3-2 .c-card__time {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 10px;
}
.m-courses .cards-3-2 .c-card__tags {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 24px;
}
.m-courses .cards-4-3-2-1 {
  display: grid;
  grid-column-gap: 18px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}
.m-courses.--active .cards-3-2.--hidden {
  margin-top: 28px;
}
.m-courses.--active .hidden {
  height: 100%;
  opacity: 1;
}
.m-courses.--active .m-courses__button {
  display: none;
  overflow: hidden;
  opacity: 0;
}
.m-courses__button {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
.m-courses .b-cardButton {
  height: 100%;
  opacity: 1;
  transition: box-shadow 0.3s, opacity 0.8s;
}
.m-courses__container {
  overflow: inherit !important;
}

.m-feedback {
  position: relative;
  display: flex;
  padding: 100px 135px 94px 132px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 27px;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.08);
}
.m-feedback-bg-1, .m-feedback-bg-2 {
  z-index: 0;
}
.m-feedback-bg-1.bg-dots-3 {
  top: -330px;
  left: -310px;
  transform: scaleX(-1) rotate(90deg);
}
.m-feedback-bg-2.bg-dots-3 {
  top: 200px;
  left: 50px;
  transform: rotate(270deg);
}
.m-feedback__info {
  display: flex;
  justify-content: space-between;
}
.m-feedback__confindencial {
  width: 282px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.m-feedback__confindencial a {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.m-feedback__input {
  margin-bottom: 34px;
}
.m-feedback__input:last-child {
  margin-bottom: 0px;
}
.m-feedback__input .b-input {
  width: 100%;
}
.m-feedback__input .b-input input {
  width: 100%;
}
.m-feedback__input .b-input input::placeholder {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.m-feedback__container {
  z-index: 1;
  flex: 1;
  margin-right: 126px;
}
.m-feedback__form {
  z-index: 1;
  flex: 1;
}
.m-feedback__text {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  margin-top: 18px;
  font-size: 19px;
}

.m-faqs {
  margin: 180px 0 128px;
}
.m-faqs-title {
  margin-bottom: 56px;
}
.m-faqs-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(501px, 1fr));
  column-gap: 44px;
  row-gap: 46px;
}

.m-checks__title {
  margin-bottom: 80px;
}
.m-checks__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  column-gap: 66px;
  row-gap: 56px;
}

.feedback {
  height: 350px;
}
.feedback-text.active {
  overflow: visible;
  background: white;
  position: relative;
  z-index: 2;
  padding: 15px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  border-radius: 10px;
}
.feedback-text.active span {
  height: 100%;
  overflow-y: scroll;
}
.feedback-text span {
  height: 100%;
  overflow-y: hidden;
}
.feedback__more {
  display: none;
  margin-top: 15px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 144%;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: green;
  cursor: pointer;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  transition: top 1s, box-shadow 0.5s;
}
.header.--sticky {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.header.--sticky .header__top {
  padding: 24px 0;
}
.header.--sticky .search__wrap {
  margin: 21px auto;
}
.header.--shadow {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.header.--active-popup .submenu {
  top: 95px;
  opacity: 1;
  pointer-events: auto;
}
.header.--active-popup .header__course-button {
  color: #ffffff;
  background-color: #218a3d;
}
.header.--active-popup .header__course-button svg {
  transform: rotate(180deg);
}
.header.--active-popup .header__course-button svg path {
  fill: #ffffff;
}
.header__mobile-open {
  display: none;
}
.header .menu-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -398px;
  z-index: 10;
  width: 100%;
  max-width: 398px;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  transition: left 0.4s;
}
.header .menu-mobile.open {
  left: 0;
}
.header .menu-mobile.hidden {
  left: -398px;
}
.header .menu-mobile .scrollbar-thumb {
  width: 3px;
  background-color: #218a3d;
}
.header .menu-mobile .scrollbar-track {
  width: 3px;
  background-color: #f0f0f0;
}
.header .menu-mobile__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 12px 93px;
}
.header .menu-mobile__menu-close {
  position: absolute;
  top: 33px;
  right: 17px;
}
.header .menu-mobile__course-close {
  position: absolute;
  top: 33px;
  left: -50px;
  transform: rotate(-90deg);
  transition: left 0.3s;
}
.header .menu-mobile__logo-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .menu-mobile__logo {
  margin-bottom: 54px;
}
.header .menu-mobile__logo svg {
  width: 201px;
  height: 41px;
}
.header .menu-mobile__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 62px;
}
.header .menu-mobile__nav-item {
  margin-bottom: 32px;
}
.header .menu-mobile__nav-item:last-child {
  margin-bottom: 0px;
}
.header .menu-mobile__submenu-open {
  margin-bottom: 26px;
}
.header .menu-mobile__course-button {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 27px;
  color: #ffffff;
  background-color: #218a3d;
  border-radius: 56px;
  transition-duration: 0.3s;
}
.header .menu-mobile__course-button svg {
  width: 20px;
  height: 20px;
  margin-left: 9px;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.header .menu-mobile__course-button svg path {
  fill: #ffffff;
  transition-duration: 0.3s;
}
.header .menu-mobile__contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 150px;
}
.header .menu-mobile__block {
  margin-bottom: 18px;
  text-align: center;
}
.header .menu-mobile__block:last-child {
  margin-bottom: 0px;
}
.header .menu-mobile__phone {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  width: 200px;
  margin-bottom: 4px;
  color: #218a3d;
}
.header .menu-mobile__text {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.header .menu-mobile__email {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #218a3d;
}
.header .menu-mobile__address {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.header .menu-mobile__socials {
  margin-top: 34px;
}
.header .menu-mobile__socials-icon {
  margin-right: 24px;
}
.header .menu-mobile__socials-icon svg {
  width: 26px;
  height: 26px;
}
.header .menu-mobile__socials-icon svg path {
  fill: #218a3d;
}
.header .menu-mobile__socials-icon:last-child {
  margin-right: 0px;
}
.header .b-link {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.header__logo-nav, .header__links, .header__phone-search, .header__top, .header__bottom {
  display: flex;
}
.header__top {
  justify-content: space-between;
  width: 100%;
  padding: 32px 0;
}
.header__bottom {
  padding: 24px 0;
  overflow-x: scroll;
  border-top: 1px solid #cccccc;
}
.header__bottom::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.header__bottom-link {
  margin-right: 36px;
  white-space: nowrap;
}
.header__bottom-link a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.header__bottom-link:last-child {
  margin-right: 0px;
}
.header__links, .header__phone-search, .header__logo-nav {
  align-items: center;
}
.header__logo {
  margin-right: 56px;
}
.header__link {
  margin-right: 32px;
}
.header__link:last-child {
  margin-right: 0px;
}
.header__course {
  margin-right: 36px;
}
.header__course-button {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 27px;
  color: #218a3d;
  border: 1px solid #218a3d;
  border-radius: 56px;
  transition-duration: 0.3s;
}
.header__course-button svg {
  margin-left: 8px;
  transition: transform 0.3s;
}
.header__course-button svg path {
  fill: #218a3d;
  transition-duration: 0.3s;
}
.header__course-button:hover {
  color: #ffffff;
  background-color: #218a3d;
}
.header__course-button:hover svg path {
  fill: #ffffff;
}
.header__search .b-iconButton {
  width: auto;
  height: auto;
}
.header__search .b-iconButton svg {
  width: 24px;
  height: 24px;
}
.header__phone {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-right: 26px;
}
.header .submenu {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  position: absolute;
  top: 100px;
  left: 25%;
  z-index: 1;
  display: flex;
  max-width: 835px;
  padding: 32px 42px 58px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 21px;
  opacity: 0;
  transition: opacity 0.3s, top 0.3s;
  pointer-events: none;
}
.header .submenu__title {
  margin-bottom: 20px;
}
.header .submenu__list {
  display: flex;
}
.header .submenu__list ul {
  margin-right: 16px;
}
.header .submenu__list ul:last-child {
  margin-right: 0;
}
.header .submenu__link {
  margin-bottom: 16px;
}
.header .submenu__link:last-child {
  margin-bottom: 0;
}
.header .submenu__container {
  margin-right: 52px;
}
.header .submenu__container:last-child {
  margin-right: 0;
}
.header .search {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.header .search__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 29px auto;
}
.header .search__container {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .search__icon {
  margin-right: 20px;
}
.header .search__icon svg {
  width: 38px;
  height: 38px;
}
.header .search__input {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  width: 100%;
  padding: 0;
  color: #000000;
  border-width: 0px;
}
.header .search__input::placeholder {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #949494;
}
.header .search__close svg {
  width: 38px;
  height: 38px;
}
.header .search.--active-popup {
  opacity: 1;
  pointer-events: auto;
}

.searchForm {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  box-sizing: content-box;
  max-width: 1414px;
  max-height: 360px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 24px 32px 52px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 21px;
  transition: max-height 0.3s;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.08);
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.searchForm__content {
  width: 100%;
  max-height: 360px;
  padding-right: 36px;
  overflow: auto;
}
.searchForm__content .scrollbar-track {
  background: none;
}
.searchForm__content .scrollbar-thumb {
  width: 6px;
  background-color: #cccccc;
}
.searchForm.--active {
  display: block;
}
.searchForm__container {
  display: grid;
}
.searchForm a {
  margin-bottom: 40px;
  color: #000000;
  cursor: pointer;
  transition-duration: 0.3s;
}
.searchForm a:hover {
  color: #218a3d;
}
.searchForm a:last-child {
  margin-bottom: 0;
}
.searchForm a mark {
  color: #218a3d;
  background-color: transparent;
}
.searchForm__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 106px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.searchForm__gradient.--active {
  opacity: 1;
}

.autoComplete_wrapper {
  width: 100%;
}

.footer {
  color: #ffffff;
  background-color: #004a14;
}
.footer h5 a {
  color: #ffffff;
}
.footer__accordion {
  display: none;
}
.footer__accordion li a {
  color: #ffffff;
}
.footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 69px;
}
.footer__wrapper {
  padding-top: 82px;
  padding-bottom: 24px;
}
.footer__logos-lists {
  display: flex;
}
.footer__logos {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}
.footer__logo {
  margin-bottom: 56px;
}
.footer__logo:last-child {
  margin-bottom: 0;
}
.footer__lists {
  display: flex;
}
.footer__list {
  width: 100%;
  max-width: 221px;
  margin-right: 47px;
}
.footer__list:last-child {
  margin-right: 0;
}
.footer__list-title {
  margin-bottom: 20px;
}
.footer__list-link {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 16px;
}
.footer__list-link:last-child {
  margin-bottom: 0;
}
.footer__contacts-block {
  display: flex;
  flex-direction: column;
  max-width: 236px;
  margin-bottom: 26px;
}
.footer__contacts-number {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 4px;
}
.footer__contacts-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.footer__contacts-mail {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.footer__contacts-address {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.footer__socials {
  display: flex;
  margin-top: 40px;
}
.footer__socials svg {
  width: 28px;
  height: 28px;
}
.footer__social-icon {
  margin-right: 24px;
}
.footer__social-icon:last-child {
  margin-right: 0;
}
.footer__copyright {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  width: 100%;
  max-width: 462px;
  margin-right: 67px;
}
.footer__bottom-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-left: -30px;
}
.footer__bottom-links > * {
  margin-bottom: 10px;
  margin-left: 30px;
}
.footer__bottom-link {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.index-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 10% 0;
  font-family: Arial, Helvetica, sans-serif;
}
.index-page a:hover {
  opacity: 1 !important;
}
.index-page__title {
  margin-bottom: 20px;
  font-size: 36px;
}
.index-page__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 50%;
}
.index-page__link {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(50% - 20px);
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 10px 0;
  color: #1c156c;
  border: 1px solid #218a3d;
}
.index-page__link:hover {
  color: white;
  background: #218a3d;
}
.index-page__link:hover .index-page__preview {
  z-index: 99999;
  display: block;
  opacity: 1;
}
.index-page__preview {
  position: fixed;
  z-index: 100;
  display: none;
  width: calc(25% - 70px);
  overflow: hidden;
  background-color: #ffffff;
}
.index-page__preview_right {
  top: 50px;
  right: 50px;
  bottom: 50px;
}
.index-page__preview_left {
  top: 50px;
  bottom: 50px;
  left: 50px;
}
.index-page__preview-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-page__preview-frame {
  width: 1440px;
  height: 100%;
  border: 0;
  transform: scale(0.25);
  transform: scale(0.25);
  transform: scale(0.25);
  transform: scale(0.25);
  transform: scale(0.25);
  transform-origin: 0 0;
  transform-origin: 0 0;
  transform-origin: 0 0;
  transform-origin: 0 0;
  transform-origin: 0 0;
}
.index-page__preview-frame-container {
  width: 100%;
  height: 1000vh;
  padding: 0;
  overflow: hidden;
}

.main-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow: hidden;
}
.main-bg svg {
  transition-duration: 0.3s;
}
.main-bg-1 {
  width: 100%;
}
.main-bg-1.bg-dots-1 svg {
  position: absolute;
  top: 110px;
  left: -7%;
}
.main-bg-2 {
  width: 100%;
}
.main-bg-2.bg-dots-2 svg {
  position: absolute;
  top: 732px;
  right: 32%;
}
.main-bg-3 {
  width: 100%;
}
.main-bg-3.bg-dots-3 svg {
  position: absolute;
  top: 301px;
  right: 5%;
}
.main-page {
  padding-top: 40px;
}
.main__content {
  margin-bottom: 140px;
}
.main .hello-screen {
  display: flex;
  margin-bottom: 99px;
  padding-left: 31px;
}
.main .hello-screen__title {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 20px;
}
.main .hello-screen__text {
  font-family: Arial;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  margin-bottom: 42px;
}
.main .hello-screen__counters {
  display: flex;
}
.main .hello-screen__counter {
  margin-right: 100px;
  text-align: center;
}
.main .hello-screen__counter:last-child {
  margin-right: 0;
}
.main .hello-screen__img {
  margin-right: 98px;
}
.main .hello-screen__img img {
  width: 100%;
  max-width: 532px;
  max-height: 100%;
}
.main .hello-screen__container {
  width: 100%;
  max-width: 736px;
  padding-top: 38px;
  padding-bottom: 79px;
}
.main .types__container {
  display: flex;
  margin-top: 48px;
}
.main .direction__container .scrollbar-thumb {
  height: 2px;
  background-color: #218a3d;
}
.main .direction__container .scrollbar-track {
  height: 2px;
  background-color: #f0f0f0;
}
.main .direction__container .scroll-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(298px, 1fr));
  column-gap: 24px;
  row-gap: 26px;
}

.courses-page {
  position: relative;
}

.courses__no-result {
  width: 100%;
}
.courses__no-result h4 {
  max-width: 384px;
  margin: 0 auto;
  text-align: center;
}
.courses__filter-btn {
  display: none;
  max-width: 220px;
  transition: width 0.3s, margin 0.3s, margin-right 0.3s;
}
.courses__wrapper {
  margin-top: 22px;
  margin-bottom: 31px;
}
.courses__wrapper.--active .courses__filter-btn {
  max-width: 0px;
  height: 0px;
  margin: 0;
  overflow: hidden;
}
.courses__categories {
  margin-top: 88px;
  margin-bottom: 50px;
}
.courses__content {
  margin-bottom: 140px;
}
.courses__filter-cards {
  display: flex;
}
.courses .filter {
  max-width: 252px;
  margin-right: 72px;
  background-color: #ffffff;
}
.courses .filter__add {
  position: fixed;
  bottom: 0;
  left: -340px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  padding: 24px 44px;
  background-color: #ffffff;
  border-top: 1px solid #949494;
  transition: left 0.3s;
}
.courses .filter__add .b-button {
  width: 100%;
  height: 54px;
}
.courses .filter__remove {
  height: 0px;
  overflow: hidden;
  color: #218a3d;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  transition: 0.3s;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.courses .filter__remove:hover {
  color: #88a4ff;
}
.courses .filter__remove.-desk {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #949494;
}
.courses .filter__remove.-desk.--active {
  height: auto;
  opacity: 1;
}
.courses .filter__close {
  position: absolute;
  top: 21px;
  right: 21px;
  display: none;
}
.courses .filter__close .b-iconButton {
  width: 34px;
  height: 34px;
}
.courses .filter__close .b-iconButton svg {
  width: 24px;
  height: 24px;
}
.courses .filter .toggle_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.courses .filter .toggle_wrap-text {
  margin-left: 12px;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.courses .filter .toggle_wrap:last-child {
  margin-bottom: 0;
}
.courses .filter__block {
  margin-right: 20px;
  padding: 40px 0;
  border-bottom: 1px solid #949494;
}
.courses .filter__block:first-child {
  padding-top: 0px;
}
.courses .filter__block:last-child {
  padding-bottom: 0px;
  border-width: 0px;
}
.courses .filter .hours, .courses .filter .months {
  margin-bottom: 20px;
}
.courses .filter .months {
  display: none;
}
.courses .filter__item {
  margin-bottom: 40px;
}
.courses .filter__item:last-child {
  margin-bottom: 0px;
}
.courses .filter__item .b-checkBox {
  margin-bottom: 24px;
}
.courses .filter__item .b-checkBox:last-child {
  margin-bottom: 0;
}
.courses .filter__item-title {
  margin-bottom: 22px;
}
.courses .filter__item-title_small {
  margin-bottom: 6px;
}
.courses .filter__item-links_scrollbar {
  max-height: 300px;
  padding-right: 5px;
  overflow: hidden;
}
.courses .filter__item-links_scrollbar .scroll-content {
  display: flex;
  flex-direction: column;
}
.courses .filter__item-links_scrollbar .scrollbar-track {
  width: 2px;
  background-color: transparent;
}
.courses .filter__item-links_scrollbar .scrollbar-thumb {
  background-color: #218a3d;
}
.courses .filter__item-link {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 20px;
}
.courses .filter__item-link:last-child {
  margin-bottom: 0px;
}
.courses .filter__item-link a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
}
.courses .filter__item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 20px;
}
.courses__button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.courses__cards .cards {
  display: grid;
  grid-column-gap: 18px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
.courses__cards .c-card__wrapper {
  padding: 18px 24px 22px;
}
.courses__cards .c-card__title {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.courses__cards .c-card .b-status {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.courses__cards .c-card .b-status__start::before, .courses__cards .c-card .b-status__close::before {
  width: 8px;
  height: 8px;
}
.courses__cards .c-card__rating {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.courses__cards .c-card__rating-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #218a3d;
  padding-right: 5px;
  font-weight: bold;
}
.courses__cards .c-card__reviews-link {
  z-index: 10;
  cursor: pointer;
}
.courses__cards .c-card__reviews-link:hover {
  text-decoration: underline;
}
.courses__cards .c-card .stars_container {
  display: inline-block;
  position: relative;
  width: 68px;
  height: 30px;
  background: #dadada;
  background-size: 100% 100%;
}
.courses__cards .c-card .stars_container .stars_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url(../assets/images/img/stars.png) no-repeat center;
  border: 1px solid white;
}
.courses__cards .c-card .stars_container .stars_progress {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #e76110;
}
.courses__cards .c-card .stars_container + * {
  margin-left: 10px;
}
.courses__cards .c-card__price {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 20px;
}
.courses__cards .c-card__time {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 6px;
}
.courses__cards .c-card__tags {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 20px;
}
.courses .feedback .b-input {
  width: 100%;
}
.courses .feedback .b-input input {
  width: 100%;
}
.courses .filter__range {
  width: 242px;
  margin: 20px 0;
}
.courses .noUi-touch-area {
  cursor: pointer;
}
.courses .noUi-horizontal .noUi-handle {
  width: 28px;
  height: 28px;
  background: #218a3d;
  border: 0px solid #218a3d;
  border-radius: 100%;
  box-shadow: none;
  cursor: default;
}
.courses .noUi-horizontal .noUi-handle::before, .courses .noUi-horizontal .noUi-handle::after {
  display: none;
}
.courses .noUi-horizontal .noUi-connects {
  position: absolute;
  top: 7px;
  height: 2px;
  background: #cccccc;
}
.courses .noUi-connect {
  background: #218a3d;
}
.courses .noUi-target {
  background-color: transparent;
  border: 0px solid #ffffff;
  box-shadow: none;
}
.courses__accordion {
  display: none;
}
.courses__accordion li a {
  color: #000000;
}

.layout.--active {
  z-index: 1;
  opacity: 0.7;
  transition: 0.3s linear;
}

.course {
  padding-top: 32px;
}
.course__block {
  margin-bottom: 48px;
}
.course__about {
  margin-bottom: 116px;
}
.course__checks {
  margin-bottom: 70px;
}
.course__certificate {
  margin-bottom: 142px;
  padding-top: 82px;
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .course .course__modules {
    margin-top: 50px;
  }
}
.course__modules {
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.08);
  position: relative;
  margin-bottom: 70px;
  padding: 30px 0px 46px 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom left;
  border-radius: 27px;
  margin-top: 70px;
}
.course__modules-bg-1.bg-dots-1 {
  top: -110px;
  right: 20px;
}
.course__modules-bg-2.bg-dots-3 {
  bottom: -380px;
  left: 30px;
  transform: rotate(180deg);
}
.course .module__header {
  margin-bottom: 64px;
}
.course .module__title {
  margin-bottom: 14px;
}
.course .module__link {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.course__teachers {
  margin-bottom: 70px;
}
.course__feedback {
  margin-bottom: 156px;
}
.course__faqs {
  margin-bottom: 142px;
}
.course .course-info {
  display: flex;
}
.course .course-info .statuses {
  width: 50%;
}
.course .course-info .statuses .b-status {
  margin-bottom: 8px;
}
.course .course-info__rating {
  display: flex;
  align-items: center;
}
.course .course-info__rating-text {
  color: #218a3d;
  padding-right: 5px;
  font-weight: bold;
}
.course .course-info__reviews-link {
  margin-left: 10px;
  z-index: 10;
  cursor: pointer;
}
.course .course-info__reviews-link:hover {
  text-decoration: underline;
}
.course .course-info .stars_container {
  display: inline-block;
  position: relative;
  width: 68px;
  height: 30px;
  background: #dadada;
  background-size: 100% 100%;
}
.course .course-info .stars_container .stars_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(../assets/images/img/stars.png) no-repeat center;
}
.course .course-info .stars_container .stars_progress {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #e76110;
}
.course .course-info__title {
  margin-bottom: 40px;
}
.course .course-info__img {
  position: relative;
  width: 100%;
  max-width: 596px;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 53.65%, #000000 100%);
  border-radius: 34px;
  flex: 1;
}
.course .course-info__img img {
  object-fit: cover;
}
.course .course-info__img-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.course .course-info__img-filter.--priority {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 53.65%, #000000 100%);
  opacity: 0.72;
}
.course .course-info__img-text svg {
  width: 319px;
  height: auto;
}
.course .course-info__img-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 0 48px 45px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 540px) {
  .course .course-info__img-footer {
    padding: 0 24px 21px;
  }
}
.course .course-info__award {
  margin: -100% 0 -15px;
}
.course .course-info__description {
  max-width: 852px;
  margin-left: 64px;
  padding-top: 8px;
  flex: 1;
}
.course .course-info__price {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 32px;
  color: #e8415e;
}
.course .course-info__price.money {
  color: #001b71;
}
.course .course-info__price + .money {
  margin-top: 0px;
  font-size: 20px;
}
.course .course-info__time {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 16px;
}
.course .course-info__register {
  margin-top: 48px;
}
.course .course-info__info {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 16px;
  line-height: 2;
  color: #218a3d;
}
.course .course-info__info a {
  color: #218a3d;
}
.course p {
  margin-bottom: 10px;
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
}
.course p:last-child {
  margin-bottom: 0;
}
.course .certificate {
  display: flex;
  justify-content: center;
  align-items: center;
}
.course .certificate__title {
  margin-bottom: 18px;
}
.course .certificate__description {
  width: 100%;
  max-width: 645px;
  margin-right: 124px;
}
.course .certificate__img {
  flex: 1;
  width: 100%;
  max-width: 460px;
  border-radius: 27px;
  object-fit: cover;
}
.course .certificate__text {
  font-family: Arial;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 128%;
  text-decoration: none;
}

.course-teachers .c-teacherCard {
  max-width: 364px;
}
.course-teachers__title {
  margin-bottom: 50px;
}
.course-teachers__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
  justify-content: center;
  column-gap: 18px;
  row-gap: 32px;
}

.about__subdivisions {
  margin-bottom: 40px;
}
.about p {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  margin-bottom: 10px;
  color: #000000;
}
.about ul.faqs li {
  margin-bottom: 0px;
}
.about h1 {
  width: 100%;
  max-width: 1076px;
}
.about ul {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
}
.about ul li {
  display: flex;
  margin-bottom: 12px;
}
.about ul li::before {
  content: url("../assets/images/decorations/dot-black.svg");
  width: 5px;
  height: 5px;
  margin-right: 12px;
}
.about .b-link {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.about .priority2030 {
  margin-bottom: 20px;
}
.about__content {
  margin-bottom: 48px;
}
.about__content h2 {
  max-width: 925px;
  margin-bottom: 32px;
}
.about__subdivisions h3 {
  margin: 40px 0 32px;
}
.about__dpo h2 {
  margin: 48px 0 32px;
}
.about__dpo h3 {
  margin: 32px 0 18px;
}
.about__docs {
  margin: 124px 0 140px;
}
.about__docs h2 {
  margin-bottom: 48px;
}
.about__docs-container {
  display: flex;
}
.about__docs-container img {
  width: 24%;
  margin-right: 24px;
  border-radius: 27px;
  object-fit: cover;
  cursor: pointer;
}
.about__docs-container img:last-child {
  margin-right: 0px;
}
.about__title {
  text-transform: uppercase;
  color: #22863C;
  margin-bottom: 32px;
}
.about__main {
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
  min-height: 400px;
  padding: 50px;
  border-radius: 27px;
  background-color: rgba(34, 134, 60, 0.2);
}
.about__main-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about__main-content {
  position: relative;
  z-index: 3;
}
.about__main-texts {
  position: relative;
  z-index: 1;
  max-width: 700px;
}
.about__main-text {
  margin-top: 20px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  line-height: 144%;
  letter-spacing: 0.02em;
}
.about__main-text-custom {
  color: #001f6e;
}
.about__main-text-custom > span {
  color: #e8002d;
}
.about__main-effect {
  opacity: 0.5;
}
.about__main-effect::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  visibility: visible;
  width: 100%;
  background-color: #a7cfb1;
  mix-blend-mode: soft-light;
  z-index: 1;
}
.about__main-images {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 2;
  display: flex;
  height: 200%;
  flex-direction: column;
  animation: slideUp 2.5s linear infinite;
}
.about__main-images img {
  width: 170px;
}
.about__main-img {
  height: 100%;
}
@keyframes slideUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
.about__stages {
  position: relative;
  margin-bottom: 120px;
}
.about__stages-table {
  max-width: 900px;
  margin-left: auto;
}
.about__stages-table-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  font-family: Montserrat;
}
.about__stages-table td {
  width: 50%;
  vertical-align: middle;
  padding: 0 20px;
}
.about__stages-table td p {
  font-size: 20px;
  line-height: 23px;
  align-items: center;
  color: #000000;
  font-family: Montserrat;
  padding: 20px 0;
}
.about__stages-table tr {
  border-bottom: 1px solid #dddddd;
}
.about__stages::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/upload/logo-green.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 280px;
  height: 500px;
  opacity: 0.4;
}
.about__interacting {
  margin-bottom: 120px;
}
.about__interacting-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  font-family: Montserrat;
  flex: 1 1 50%;
  display: flex;
  padding: 20px;
}
.about__interacting-left {
  flex: 1 1 50%;
}
.about__interacting-box {
  overflow: auto;
  width: 100%;
}
.about__interacting-container {
  min-width: 400px;
}
.about__interacting-right {
  flex: 1 1 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 15px 0px;
  align-items: center;
}
.about__interacting-right img {
  max-width: 150px;
}
.about__interacting-item {
  display: block;
  padding: 20px;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  font-family: "Montserrat";
}
.about__interacting-content {
  display: flex;
  border-bottom: 1px solid #dddddd;
}
.about__interacting-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.about__interacting-table {
  max-width: 900px;
  margin: 0 auto;
}
.about__interacting-table td {
  width: 50%;
  vertical-align: middle;
  padding: 40px 20px;
}
.about__interacting-table td p {
  font-size: 20px;
  line-height: 23px;
  align-items: center;
  color: #000000;
  font-family: Montserrat;
}
.about__interacting-table tr {
  border-bottom: 1px solid #dddddd;
}
.about__advantages {
  margin-bottom: 120px;
}
.about__advantages-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.about__advantages-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 240px;
  padding: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #484F5E;
  font-family: Montserrat;
  box-shadow: 0 10px 0 #d6f0dd;
  border: 1px solid #CCCCCC;
  border-bottom: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #d6f0dd 50%);
  background-size: 100% 200%;
  transition: background-position 0.2s ease-in-out, color 0.2s ease-in-out;
  word-wrap: break-word;
}
.about__advantages-item img {
  width: 45px;
  height: 45px;
}
@media (hover: hover) and (pointer: fine) {
  .about__advantages-item:hover {
    background-position: 0 100%;
    transition: background-position 0.2s ease-in-out, color 0.2s ease-in-out;
  }
}
@media screen and (max-width: 1240px) {
  .about__advantages-container {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .about__stages::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about__stages-table {
    display: block;
    overflow-x: auto;
  }
  .about__stages-table-title {
    font-size: 18px;
    line-height: 20px;
  }
  .about__stages-table td p {
    font-size: 14px;
    line-height: 16px;
  }
  .about__interacting-title {
    font-size: 18px;
    line-height: 20px;
  }
  .about__interacting-table {
    display: block;
    overflow-x: auto;
  }
  .about__interacting-table td p {
    font-size: 14px;
    line-height: 16px;
  }
  .about__advantages-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .about__advantages-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.teacher__employ {
  display: flex;
  margin-top: 32px;
  margin-bottom: 84px;
}
.teacher__description {
  flex: 1;
  margin-left: 64px;
}
.teacher__position {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 16px;
}
.teacher__block-title {
  margin-bottom: 18px;
}
.teacher__block-info {
  margin-top: 40px;
}
.teacher__block-text_bold {
  font-weight: 700;
}
.teacher__qualification {
  max-width: 1336px;
  margin-bottom: 140px;
}
.teacher__cards {
  margin-bottom: 140px;
}
.teacher__cards .m-courses__button {
  margin-top: 42px;
}
.teacher__img {
  flex: 1;
  width: 100%;
  max-width: 462px;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
}
.teacher__img img {
  object-fit: cover;
}

.teachers.--active .hidden {
  display: grid;
  height: 100%;
  margin-top: 32px;
  opacity: 1;
}
.teachers__title {
  margin-bottom: 88px;
}
.teachers__cards {
  margin-top: 50px;
}
.teachers__button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.teachers__feedback {
  margin: 140px 0;
}
.teachers__accordion {
  display: none;
}
.teachers__accordion li a {
  color: #000000;
}

.contacts-page .c-breadcrumbs {
  margin-bottom: 32px;
}
.contacts__wrapper {
  display: flex;
}
.contacts__block {
  margin-right: 72px;
}
.contacts__block:last-child {
  margin-right: 0;
}
.contacts__info {
  display: flex;
}
.contacts__map {
  flex: 1;
  overflow: hidden;
  border-radius: 34px;
}
.contacts__description {
  flex: 1;
  margin-left: 88px;
  padding-top: 24px;
}
.contacts__subtitle {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  margin: 12px 0 32px;
}
.contacts__item {
  margin-bottom: 20px;
}
.contacts__item:last-child {
  margin-bottom: 0;
}
.contacts__link {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.contacts__number {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  width: 214px;
  color: #000000;
}
.contacts__number-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: 5px;
}
.contacts__mail {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.contacts__mail-text {
  margin-top: 20px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.contacts__socials {
  display: flex;
  margin-top: 56px;
}
.contacts__socials-icon {
  margin-right: 24px;
}
.contacts__socials-icon svg {
  width: 32px;
  height: 32px;
}
.contacts__socials-icon svg path {
  fill: #218a3d;
}
.contacts__socials-icon:last-child {
  margin-right: 0;
}
.contacts__feedback {
  margin: 140px 0 140px;
}

.error__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin: 5% auto;
}
.error__number {
  font-family: Montserrat;
  font-size: 128px;
  font-weight: 600;
  font-style: normal;
  line-height: 156px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  color: #218a3d;
}
.error__text {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 49px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 72px;
}

.m-courses__container {
  display: flex;
}
.m-courses__container .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 769px) {
  .m-courses__container .cards {
    display: flex;
  }
}
@media screen and (max-width: 769px) {
  .m-courses__container .scroll-content {
    display: flex;
  }
}
.privacy-policy {
  margin: 24px 0 128px;
}
.privacy-policy p {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
  margin-bottom: 10px;
  color: #000000;
}
.privacy-policy ul {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 146%;
  text-decoration: none;
}
.privacy-policy ul li {
  display: flex;
  margin-bottom: 12px;
}
.privacy-policy ul li::before {
  content: url("../assets/images/decorations/dot-black.svg");
  width: 5px;
  height: 5px;
  margin-right: 12px;
}

.reg-email .form {
  margin-bottom: 150px;
  color: #218a3d;
  background-color: #ffffff;
}
.reg-email .form .hidden {
  display: none;
}
.reg-email .form .w-100 {
  width: 100%;
}
.reg-email .form .w-75 {
  width: 75%;
}
.reg-email .form .w-50 {
  width: 50%;
}
.reg-email .form .w-25 {
  width: 25%;
}
.reg-email .form .text-center {
  text-align: center;
}
.reg-email .form-wrapper {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #004a14;
  border-radius: 24px;
  padding: 30px;
  margin: 0 auto;
}
.reg-email .form-blocks {
  width: 100%;
}
.reg-email .form-block {
  margin-bottom: 50px;
}
.reg-email .form-control {
  display: flex;
  flex-direction: column;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 20px;
  width: 100%;
}
.reg-email .form-control:last-child {
  margin-bottom: 0px;
}
.reg-email .form-control_education {
  flex-direction: column;
}
.reg-email .form-control_education .form-control__title {
  text-align: center;
}
.reg-email .form-control_education select {
  margin-top: 10px;
}
.reg-email .form-control_email {
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
}
.reg-email .form-control_email button {
  margin-top: 5px;
}
.reg-email .form-control_submit-code {
  flex-direction: column;
  align-items: baseline;
}
.reg-email .form-control__input {
  color: #000000;
}
.reg-email .form-control__input::placeholder {
  opacity: 0.7;
}
.reg-email .form-control__title {
  margin-right: 10px;
}
.reg-email .form-control__date {
  max-width: 125px;
  margin-right: 25px;
}
.reg-email .form-control__age {
  max-width: 75px;
}
.reg-email .form-control__info {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin: 5px 0;
}
.reg-email .form-control__info_error {
  color: #ea0029;
}
.reg-email .form-control__info_success {
  color: #34b456;
}
.reg-email .form-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.reg-email .form-header:last-child {
  margin-bottom: 0px;
}
.reg-email .form-header_main-title {
  margin-bottom: 20px;
}
.reg-email .form-header__title {
  margin-right: 10px;
}
.reg-email .form-header__subtitle {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
  line-height: 1;
  color: #000000;
}

.success-reg-info {
  padding: 50px 0;
}
.success-reg-info p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 10px;
}
.success-reg-info p:last-child {
  margin-bottom: 0px;
}
.success-reg-info__title {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-bottom: 20px;
  text-align: center;
  color: #218a3d;
}
.success-reg-info__text_important {
  font-weight: 600;
}
.success-reg-info__text_required {
  color: #ea0029;
}
.success-reg-info__list li {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.success-reg-info__list li.b-listItem_required::before {
  content: "*";
  color: #ea0029;
}
.success-reg-info__download-link {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 138%;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #e8415e;
  transition: 0.3s;
}
.success-reg-info__download-link:hover {
  color: #ea0029;
  text-decoration: underline;
}

@media screen and (max-width: 1515px) {
  .header.--active-popup .submenu {
    left: 0;
    transition: left 0.4s;
  }
  .header.--active-popup .menu-mobile__course-close {
    left: 17px;
    transition: left 0.3s;
  }
  .header__links {
    display: none;
  }
  .header__mobile-open {
    display: block;
    margin-right: 25px;
  }
  .header__mobile-hidden {
    display: none;
  }
  .header .submenu {
    position: fixed;
    top: 88px;
    left: -400px;
    z-index: 20;
    flex-direction: column;
    width: 100%;
    max-width: 394px;
    height: 100%;
    padding: 36px 0px 0px 12px;
    border-radius: 0px;
    opacity: 1;
    opacity: 0;
    box-shadow: none;
    transition: left 0.4s;
  }
  .header .submenu__container {
    margin-right: 0;
    margin-bottom: 30px;
    padding-left: 12px;
  }
  .header .submenu__container:last-child {
    margin-bottom: 0;
  }
  .header .submenu__title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 135%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 14px;
  }
  .header .submenu__link {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 14px;
  }
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .searchForm {
    max-width: 90%;
  }
  .courses .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__wrapper {
    padding: 82px 40px 24px;
  }
  .footer__logos {
    margin-right: 70px;
  }
  .footer__contacts {
    display: flex;
    flex-wrap: wrap;
    margin-top: 69px;
  }
  .footer__contacts-socials {
    width: 100%;
  }
  .footer__contacts-block {
    margin-right: 64px;
    margin-bottom: 28px;
  }
  .footer__contacts-block:last-child {
    margin-right: 0;
  }
  .footer__list {
    margin-right: 70px;
  }
  .footer__socials {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .m-feedback {
    padding: 107px 75px 94px 69px;
  }
  .m-feedback__container {
    margin-right: 63px;
  }
  .b-cardButton {
    max-width: 100%;
    height: 618px;
  }
  .m-courses .cards-3-2 .c-card-hidden {
    display: none;
  }
  .m-courses .cards-3-2.--hidden .c-card-hidden {
    display: block;
  }
  .main .hello-screen {
    margin-bottom: 18px;
    padding-left: 0;
  }
  .main-bg-1.bg-dots-1 svg {
    top: 110px;
    left: -33%;
  }
  .main-bg-2.bg-dots-2 svg {
    top: 620px;
    right: 17%;
  }
  .main-bg-3.bg-dots-3 svg {
    top: 301px;
    right: -16%;
  }
  .m-courses .cards-3-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-courses .cards-4-3-2-1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .index-page__links {
    width: 80%;
  }
  .index-page__link {
    width: 100%;
  }
  .index-page__link:hover .index-page__preview {
    display: none;
  }
  .contacts__description {
    margin-left: 76px;
  }
  .course__modules-bg-1.bg-dots-1 {
    top: -114px;
    right: -269px;
  }
  .course__modules-bg-2.bg-dots-3 {
    bottom: -399px;
    left: -8px;
  }
  .course .m-checks__container {
    column-gap: 44px;
  }
  .course-info__img-text {
    left: 30px;
  }
  .course__certificate {
    margin-bottom: 201px;
  }
  .course .certificate__description {
    margin-right: 72px;
  }
  .footer__top {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1190px) {
  .header.--active-popup .submenu {
    left: 0;
    transition: left 0.4s;
  }
  .header.--active-popup .menu-mobile__course-close {
    left: 17px;
    transition: left 0.3s;
  }
  .header .submenu {
    position: fixed;
    top: 88px;
    left: -400px;
    z-index: 20;
    flex-direction: column;
    width: 100%;
    max-width: 394px;
    height: 100%;
    padding: 36px 0px 0px 12px;
    border-radius: 0px;
    opacity: 1;
    opacity: 0;
    box-shadow: none;
    transition: left 0.4s;
  }
  .header .submenu__container {
    margin-right: 0;
    margin-bottom: 30px;
    padding-left: 12px;
  }
  .header .submenu__container:last-child {
    margin-bottom: 0;
  }
  .header .submenu__title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 135%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 14px;
  }
  .header .submenu__link {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 14px;
  }
  .header__top {
    padding: 24px 0;
  }
  .header__mobile-open {
    display: block;
    margin-right: 25px;
  }
  .header__links {
    display: none;
  }
  .header__logo {
    margin-right: 0px;
  }
  .header__wrapper.--active {
    opacity: 0.3;
    pointer-events: none;
  }
  .main .direction__container {
    grid-template-columns: repeat(auto-fit, minmax(289px, 1fr));
  }
  .main .c-profession {
    height: 304px;
  }
  .main .types__container {
    flex-direction: column;
  }
  .main .types__container .c-courseType {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 22px;
    padding: 46px 40px 52px 44px;
  }
  .main .types__container .c-courseType:last-child {
    margin-bottom: 0;
  }
  .main .types__container .c-courseType__img {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .main .types__container .c-courseType__img svg {
    width: 84px;
    height: 84px;
  }
  .main .types__container .c-courseType__title {
    width: 100%;
  }
  .main .types__container .c-courseType:last-child {
    margin-right: 0;
  }
  .m-faqs-container {
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
  }
  .teachers-page .visible {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }
  .teacher .c-qualification__date {
    width: 40%;
  }
  .footer__logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-bottom: 64px;
  }
  .footer__logo {
    margin-right: 56px;
    margin-bottom: 0;
  }
  .footer__logo:last-child {
    margin-right: 0;
  }
  .footer__contacts {
    margin-top: 64px;
  }
  .footer__contacts-block {
    margin-right: 35px;
  }
  .footer__logos-lists {
    flex-wrap: wrap;
    width: 100%;
  }
  .footer__list {
    margin-right: 60px;
  }
  .footer__bottom-links {
    flex: 1;
    margin-left: 0;
  }
  .footer__bottom-link {
    margin-right: 30px;
    margin-left: 0;
  }
  .footer__copyright {
    flex: 1;
    margin-right: 22px;
    margin-right: 0;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .b-scrollTopButton {
    display: none;
  }
  .m-courses .cards-2 .c-card__title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .m-courses .cards-2 .c-card__wrapper {
    padding: 20px 32px 26px;
  }
  .m-courses .cards-2 .c-card__info {
    margin-top: 24px;
  }
  .m-courses .cards-2 .c-card .b-status {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 135%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .m-courses .cards-2 .c-card__price {
    margin-top: 24px;
  }
  .m-courses .cards-2 .c-card__tags {
    margin-top: 24px;
  }
  .main-bg-1.bg-dots-1 svg {
    top: 110px;
    left: -39%;
  }
  .main-bg-2.bg-dots-2 svg {
    top: 732px;
    right: 10%;
  }
  .main-bg-3.bg-dots-3 svg {
    top: 110px;
    right: -24%;
  }
  .main .hello-screen {
    margin-bottom: 0;
  }
  .main .hello-screen__img {
    margin-right: 55px;
  }
  .main .hello-screen__container {
    padding-bottom: 50px;
  }
  .main .direction__container .scroll-content {
    grid-template-columns: repeat(auto-fit, minmax(271px, 1fr));
  }
  .teachers .cards-4-3-2-1 {
    grid-column-gap: 12px;
  }
  .c-teacherCard__container {
    padding: 18px 16px 64px;
  }
  .c-profession {
    height: 304px;
  }
  .footer__wrapper {
    padding: 82px 40px 40px;
  }
  .footer__contacts-block {
    margin-right: 35px;
  }
  .courses__categories {
    margin-bottom: 0px;
  }
  .courses__content {
    margin-top: 50px;
  }
  .courses__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0px;
    margin-bottom: 32px;
  }
  .courses__wrapper.--active .search__close {
    position: absolute;
    right: 0;
    display: flex;
  }
  .courses__wrapper.--active .search__close .b-iconButton {
    width: 34px;
    height: 34px;
  }
  .courses__wrapper.--active .search__close .b-iconButton svg {
    position: relative;
    width: 24px;
    height: 24px;
  }
  .courses__wrapper.--active .search__close .b-iconButton svg path {
    fill: #000000;
  }
  .courses__search {
    max-width: 518px;
    margin-bottom: 0;
  }
  .courses .search__container {
    width: auto;
  }
  .courses__filter-btn {
    display: block;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 135%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .courses__filter-btn svg {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
  .courses__search {
    flex: 1;
  }
  .courses .filter__wrapper {
    height: 100%;
    margin-top: 60px;
    padding: 0px 0px 35px 28px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .courses .filter__wrapper .scrollbar-thumb {
    width: 4px;
    height: 2px;
    background-color: #cccccc;
  }
  .courses .filter__wrapper .scrollbar-track {
    width: 4px;
    height: 2px;
    background-color: transparent;
  }
  .courses .filter {
    max-width: 340px;
  }
  .courses .filter__remove.-desk {
    display: none;
  }
  .courses__filter {
    position: fixed;
    top: 0;
    left: -340px;
    width: 100%;
    max-width: 0;
    height: 100vh;
    margin-right: 0;
    margin-right: 0;
    padding-right: 10px;
    padding-bottom: 154px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    transition: left 0.3s;
  }
  .courses__filter.--active {
    left: 0;
    z-index: 3;
  }
  .courses__filter.--active .filter__close {
    display: block;
  }
  .courses__filter.--active .filter__add {
    left: 0;
  }
  .courses__filter.--active .filter__add.--active .filter__remove {
    height: auto;
    margin-top: 26px;
    opacity: 1;
  }
  .courses__filter-btn svg path {
    fill: #ffffff;
  }
  .courses .cards .visible {
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  }
  .course__modules-bg-1.bg-dots-1 {
    display: none;
  }
  .course .course-info {
    flex-direction: column;
  }
  .course .course-info__img {
    max-width: 100%;
    max-height: 422px;
    margin-bottom: 32px;
  }
  .course .course-info__img img {
    width: 100%;
  }
  .course .course-info__description {
    margin-left: 0;
  }
  .course .module {
    padding: 64px 64px 155px 56px;
  }
  .course .module .c-module {
    flex-direction: column;
    padding-bottom: 66px;
  }
  .course .module .c-module:last-child {
    padding-bottom: 0;
  }
  .course .module .c-module__name {
    margin-bottom: 12px;
    margin-left: 48px;
    padding-left: 0;
  }
  .course .module .c-module__lessons {
    margin-left: 48px;
  }
  .course__certificate {
    margin-bottom: 172px;
    padding-top: 53px;
  }
  .course .certificate__description {
    margin-right: 78px;
  }
  .contacts-page .c-breadcrumbs {
    margin-bottom: 12px;
  }
  .contacts__wrapper {
    flex-direction: column-reverse;
  }
  .contacts__description {
    margin-left: 0;
    padding-top: 0px;
  }
  .contacts__block {
    display: flex;
    width: 100%;
    margin-right: 42px;
  }
  .contacts__block:last-child {
    margin-right: 0;
  }
  .contacts__mail {
    width: 182px;
    margin-right: 42px;
  }
  .contacts__mail-text {
    margin-top: 0;
  }
  .contacts__item {
    margin-right: 42px;
    margin-bottom: 0;
  }
  .contacts__item:last-child {
    margin-right: 0;
  }
  .contacts__socials {
    margin-top: 40px;
  }
  .contacts__description {
    margin-bottom: 56px;
  }
  .contacts iframe {
    height: 572px;
  }
  .m-feedback {
    flex-direction: column;
    padding: 100px 161px 148px 160px;
  }
  .m-feedback-bg-2.bg-dots-3 {
    top: 483px;
  }
  .m-feedback__button {
    height: 54px;
  }
  .m-feedback__container {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 945px) {
  .contacts__mail {
    width: 215px;
  }
  .main-page .direction__container,
  .teacher-page .direction__container {
    display: flex;
    flex-wrap: wrap;
  }
  .main-page .direction__container .scroll-content,
  .teacher-page .direction__container .scroll-content {
    display: flex;
  }
  .main-page .direction__container .c-profession,
  .teacher-page .direction__container .c-profession {
    width: 304px;
    height: 304px;
  }
  .main-page .scroll-content,
  .teacher-page .scroll-content {
    margin-bottom: 42px;
  }
  .m-courses .cards-4-3-2-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .main .hello-screen {
    flex-direction: column;
  }
  .main .hello-screen__title {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .main .hello-screen__img {
    max-width: 347px;
    margin-right: 0;
  }
  .contacts__info {
    flex-wrap: wrap;
  }
  .contacts__block {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .contacts__block:last-child {
    margin-bottom: 0;
  }
  .teacher__employ {
    flex-direction: column;
  }
  .teacher__description {
    margin-top: 24px;
    margin-left: 0;
  }
  .teacher .c-qualification {
    margin-left: 20px;
  }
  .teacher .c-qualification__date {
    display: none;
  }
  .teacher .c-qualification__date-mb {
    display: block;
  }
  .teacher .c-qualification__info {
    width: 100%;
    padding-bottom: 65px;
    padding-left: 79px;
  }
  .teacher .c-qualification__description {
    margin-top: 8px;
  }
  .courses__filter-btn {
    margin-right: 45px;
  }
  .m-feedback {
    padding: 76px 86px 192px;
  }
}
@media screen and (max-width: 769px) {
  .b-cardButton {
    width: 480px;
    max-width: 100%;
  }
  .m-courses__container {
    padding: 20px;
    overflow: hidden !important;
  }
  .m-courses .cards-2,
  .m-courses .cards-3-2,
  .m-courses .cards-3-2.--hidden {
    display: flex;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .m-courses .cards-2 .c-card,
  .m-courses .cards-2 .c-card-hidden,
  .m-courses .cards-3-2 .c-card,
  .m-courses .cards-3-2 .c-card-hidden,
  .m-courses .cards-3-2.--hidden .c-card,
  .m-courses .cards-3-2.--hidden .c-card-hidden {
    width: 480px;
  }
  .m-courses .cards-2 .c-card-hidden,
  .m-courses .cards-3-2 .c-card-hidden,
  .m-courses .cards-3-2.--hidden .c-card-hidden {
    margin-right: 23px;
  }
  .searchForm {
    max-width: 85%;
  }
  .teacher__img {
    max-width: 310px;
  }
  .m-courses__button {
    display: none;
  }
  .main-bg-1.bg-dots-1 svg {
    left: -55%;
  }
  .main-bg-2.bg-dots-2 svg {
    top: 950px;
    right: -10%;
  }
  .main-bg-3.bg-dots-3 svg {
    right: -24%;
  }
  .main .hello-screen__counter {
    margin-right: 75px;
  }
  .main .hello-screen__container {
    padding-bottom: 139px;
  }
  .m-courses .cards-3-2 {
    display: flex;
    flex-direction: row;
    height: 618px;
  }
  .m-courses .cards-3-2.--hidden {
    display: flex;
    flex-direction: row;
    height: 618px !important;
    margin-top: 0 !important;
    overflow: visible !important;
  }
  .c-titleHead__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-titleHead__text {
    margin-bottom: 14px;
  }
  .b-scrollTopButton {
    width: 32px;
    height: 68px;
  }
  .b-scrollTopButton svg {
    width: 28px;
    height: 28px;
  }
  .about__docs-container {
    flex-wrap: wrap;
  }
  .about__docs-container img {
    width: 45%;
    margin-bottom: 32px;
  }
  .m-faqs-container {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }
  .m-feedback .b-input__error-text {
    position: relative;
    overflow: hidden;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .m-feedback .b-input__error-text.--active {
    padding-top: 8px;
  }
  .m-checks__container {
    grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
    row-gap: 27px;
  }
  .course .m-checks__container {
    grid-template-columns: repeat(auto-fit, minmax(201px, 1fr));
  }
  .course .certificate__img {
    max-width: 275px;
  }
  .course .certificate__description {
    margin-right: 30px;
  }
  .course__certificate {
    margin-bottom: 145px;
    padding-top: 42px;
  }
  .footer__contacts-block {
    justify-content: space-between;
    max-width: 100%;
    margin-right: 58px;
  }
  .footer__top {
    width: 100%;
  }
  .footer__logos {
    margin-bottom: 64px;
  }
  .footer__list {
    margin-right: 47px;
  }
  .footer__bottom-link {
    margin-right: 18px;
  }
  .footer__bottom-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  .main-bg-1.bg-dots-1 svg {
    left: -70%;
  }
  .main-bg-2.bg-dots-2 svg {
    top: 1112px;
    right: -47%;
  }
  .main-bg-3.bg-dots-3 svg {
    right: -30%;
  }
  .m-courses .cards-4-3-2-1 {
    display: flex;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }
  .header__phone {
    display: none;
  }
  .privacy-policy h1 {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .about h1 {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .about .priority-img {
    height: 254px;
  }
  .about__docs-container .scrollbar-thumb {
    height: 2px;
    background-color: #218a3d;
  }
  .about__docs-container .scrollbar-track {
    height: 2px;
    background-color: #f0f0f0;
  }
  .about__docs-container .scroll-content {
    display: flex;
  }
  .about__docs-container img {
    width: 67%;
    height: auto;
    margin-bottom: 40px;
  }
  .contacts iframe {
    height: 440px;
  }
  .course__certificate {
    flex-direction: column-reverse;
    margin-bottom: 153px;
    padding-top: 18px;
  }
  .course__teachers .c-teacherCard {
    max-width: 100%;
  }
  .course .module {
    margin-bottom: 90px;
    padding: 64px 56px 155px 48px;
  }
  .course .module__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 6px;
  }
  .course .module__link {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .course .module__header {
    margin-bottom: 20px;
  }
  .course .module .c-module {
    padding-bottom: 16px;
    border-width: 0px;
  }
  .course .module .c-module::before {
    display: none;
  }
  .course .module .c-module__name {
    margin-left: 0px;
    padding-left: 0;
  }
  .course .module .c-module__name-title {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 4px;
  }
  .course .module .c-module__name-subtitle {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .course .module .c-module__lessons {
    margin-left: 0px;
  }
  .course .module .c-module__lessons-title {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 8px;
  }
  .course .module .c-module__lessons-list .b-listItem {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    color: #000000;
  }
  .course .module .c-module__lessons-list .b-listItem::before {
    content: url("../assets/images/decorations/dot-black-xs.svg");
  }
  .course .certificate {
    margin-bottom: 145px;
  }
  .course .certificate__description {
    margin-top: 46px;
    margin-right: 0;
  }
  .teacher__name {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    line-height: 44px;
    letter-spacing: 0.02em;
  }
  .m-feedback {
    padding: 76px 51px 192px;
  }
  .m-feedback__title {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    line-height: 144%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .m-feedback__text {
    margin-top: 10px;
  }
  .m-feedback__info {
    flex-direction: column;
  }
  .m-feedback__confindencial {
    width: 100%;
    margin-bottom: 40px;
  }
  .m-feedback-bg-2.bg-dots-3 {
    top: 538px;
  }
  .m-feedback .m-feedback__input:last-child {
    margin-bottom: 0px;
  }
  .m-feedback__input {
    margin-bottom: 24px;
  }
  .m-feedback__input .b-input input {
    padding-bottom: 10px;
  }
  .m-feedback__input .b-input input::placeholder {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .courses .cards {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }
  .courses__title {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 48px;
  }
  .courses__content {
    margin-top: 32px;
  }
  .teachers__title {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 44px;
  }
  .c-teacherCard {
    display: flex;
    max-height: 100%;
    margin-bottom: 24px;
  }
  .c-teacherCard:last-child {
    margin-bottom: 0px;
  }
  .c-teacherCard__container {
    flex: 70%;
    padding: 18px 20px 64px;
  }
  .c-teacherCard__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-teacherCard__text {
    margin-top: 8px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .teachers__categories,
  .courses__categories {
    margin: 0;
  }
  .teachers .b-buttonsCategories,
  .courses .b-buttonsCategories {
    display: none;
  }
  .teachers__accordion,
  .courses__accordion {
    display: block;
  }
  .teachers .accordion .scrollbar-thumb,
  .courses .accordion .scrollbar-thumb {
    width: 4px;
    margin-left: -14px;
    background-color: #cccccc;
  }
  .teachers .accordion .scrollbar-track,
  .courses .accordion .scrollbar-track {
    width: 4px;
    margin-left: -14px;
    background-color: transparent;
  }
  .teachers .accordion .accordion__gradient,
  .courses .accordion .accordion__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 106px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  .teachers .accordion__item ul,
  .courses .accordion__item ul {
    position: relative;
  }
  .teachers .accordion__item ul li,
  .courses .accordion__item ul li {
    margin-bottom: 20px;
  }
  .teachers .accordion__item.--active .accordion__title,
  .courses .accordion__item.--active .accordion__title {
    margin-bottom: 0;
  }
  .teachers .accordion__item.--active .accordion__block,
  .courses .accordion__item.--active .accordion__block {
    max-height: 336px;
    margin-top: 14px;
    opacity: 1;
  }
  .teachers .accordion__title,
  .courses .accordion__title {
    padding-top: 23px;
    padding-bottom: 23px;
    color: #218a3d;
    border-bottom: 1px solid rgba(33, 138, 61, 0.2);
  }
  .teachers .accordion__block,
  .courses .accordion__block {
    position: absolute;
    width: 90%;
    padding: 16px 38px 16px 26px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 12px;
    opacity: 0;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  }
  .footer .accordion__item {
    padding: 22px 0;
  }
  .footer__accordion {
    display: block;
  }
  .footer__lists {
    display: none;
  }
  .footer__contacts {
    justify-content: space-between;
  }
  .footer__contacts-block {
    max-width: 236px;
    margin-right: 37px;
  }
  .footer__logos {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__logo {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 540px) {
  .b-status__condition .b-status__close::before,
  .b-status__condition .b-status__start::before {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }
  .sendStatus.--active-send {
    bottom: 0;
  }
  .sendStatus__wrapper {
    width: 100%;
    border-radius: 0px;
  }
  .sendStatus__icon svg {
    width: 32px;
    height: 32px;
  }
  .sendStatus__text {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .sendStatus .b-iconButton {
    width: 28px;
    height: 28px;
  }
  .sendStatus .b-iconButton svg {
    width: 20px;
    height: 20px;
  }
  .b-cardButton {
    width: 292px;
    height: 386px;
    padding: 38px 20px 22px 32px;
  }
  .b-cardButton__text {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .b-cardButton svg {
    width: 84px;
    height: 84px;
  }
  .m-courses__container {
    height: 400px;
    padding: 0 8px;
  }
  .m-courses .cards-2,
  .m-courses .cards-3-2,
  .m-courses .cards-3-2.--hidden {
    height: 386px !important;
  }
  .m-courses .cards-2 .c-card,
  .m-courses .cards-2 .c-card-hidden,
  .m-courses .cards-3-2 .c-card,
  .m-courses .cards-3-2 .c-card-hidden,
  .m-courses .cards-3-2.--hidden .c-card,
  .m-courses .cards-3-2.--hidden .c-card-hidden {
    width: 292px;
    height: 386px;
  }
  .m-courses .cards-2 .c-card__img img,
  .m-courses .cards-2 .c-card-hidden__img img,
  .m-courses .cards-3-2 .c-card__img img,
  .m-courses .cards-3-2 .c-card-hidden__img img,
  .m-courses .cards-3-2.--hidden .c-card__img img,
  .m-courses .cards-3-2.--hidden .c-card-hidden__img img {
    height: 161px;
  }
  .searchForm {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    padding-top: 16px;
  }
  .searchForm a {
    margin-bottom: 20px;
  }
  .searchForm__content .scrollbar-thumb,
  .searchForm__content .scrollbar-track {
    width: 3px;
  }
  .m-courses .scrollbar-thumb {
    height: 2px;
    background-color: #218a3d;
  }
  .m-courses .scrollbar-track {
    height: 2px;
    background-color: #f0f0f0;
  }
  .m-courses .cards-2 .c-card,
  .m-courses .cards-2 .c-card-hidden,
  .m-courses .cards-3-2 .c-card,
  .m-courses .cards-3-2 .c-card-hidden,
  .m-courses .cards-3-2.--hidden .c-card,
  .m-courses .cards-3-2.--hidden .c-card-hidden {
    width: 292px;
  }
  .m-courses .cards-2 .c-card__wrapper,
  .m-courses .cards-2 .c-card-hidden__wrapper,
  .m-courses .cards-3-2 .c-card__wrapper,
  .m-courses .cards-3-2 .c-card-hidden__wrapper,
  .m-courses .cards-3-2.--hidden .c-card__wrapper,
  .m-courses .cards-3-2.--hidden .c-card-hidden__wrapper {
    padding: 14px 14px 20px 16px;
  }
  .m-courses .cards-2 .c-card__title,
  .m-courses .cards-2 .c-card-hidden__title,
  .m-courses .cards-3-2 .c-card__title,
  .m-courses .cards-3-2 .c-card-hidden__title,
  .m-courses .cards-3-2.--hidden .c-card__title,
  .m-courses .cards-3-2.--hidden .c-card-hidden__title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .m-courses .cards-2 .c-card__info,
  .m-courses .cards-2 .c-card-hidden__info,
  .m-courses .cards-3-2 .c-card__info,
  .m-courses .cards-3-2 .c-card-hidden__info,
  .m-courses .cards-3-2.--hidden .c-card__info,
  .m-courses .cards-3-2.--hidden .c-card-hidden__info {
    margin-top: 20px;
  }
  .m-courses .cards-2 .c-card .b-status,
  .m-courses .cards-2 .c-card-hidden .b-status,
  .m-courses .cards-3-2 .c-card .b-status,
  .m-courses .cards-3-2 .c-card-hidden .b-status,
  .m-courses .cards-3-2.--hidden .c-card .b-status,
  .m-courses .cards-3-2.--hidden .c-card-hidden .b-status {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .m-courses .cards-2 .c-card__price,
  .m-courses .cards-2 .c-card-hidden__price,
  .m-courses .cards-3-2 .c-card__price,
  .m-courses .cards-3-2 .c-card-hidden__price,
  .m-courses .cards-3-2.--hidden .c-card__price,
  .m-courses .cards-3-2.--hidden .c-card-hidden__price {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 18px;
  }
  .m-courses .cards-2 .c-card__time,
  .m-courses .cards-2 .c-card-hidden__time,
  .m-courses .cards-3-2 .c-card__time,
  .m-courses .cards-3-2 .c-card-hidden__time,
  .m-courses .cards-3-2.--hidden .c-card__time,
  .m-courses .cards-3-2.--hidden .c-card-hidden__time {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 6px;
  }
  .m-courses .cards-2 .c-card__tags,
  .m-courses .cards-2 .c-card-hidden__tags,
  .m-courses .cards-3-2 .c-card__tags,
  .m-courses .cards-3-2 .c-card-hidden__tags,
  .m-courses .cards-3-2.--hidden .c-card__tags,
  .m-courses .cards-3-2.--hidden .c-card-hidden__tags {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 18px;
  }
  .m-courses .cards-4-3-2-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-breadcrumbs__item a {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .c-breadcrumbs__item:not(:first-child)::before {
    top: 6px;
    width: 3px;
    height: 3px;
  }
  .header__bottom-link {
    margin-right: 24px;
  }
  .header__bottom-link a {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .header .search__wrap {
    margin: 8px 0;
    padding: 0 12px 0 17px;
  }
  .header .search__icon svg {
    width: 20px;
    height: 20px;
  }
  .header .search__input {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .header .search__input::placeholder {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .header .search .b-iconButton {
    width: 32px;
    height: 32px;
  }
  .header .search .b-iconButton svg {
    width: 22px;
    height: 22px;
  }
  .header .menu-mobile__logo {
    margin-bottom: 62px;
  }
  .header .menu-mobile__logo svg {
    width: 167px;
    height: 34px;
  }
  .main .types__container .c-courseType {
    margin-bottom: 12px;
  }
  .main .direction__container .scroll-content {
    margin-bottom: 18px;
    column-gap: 10px;
  }
  .main .direction__container .c-profession {
    width: 200px;
    height: 200px;
  }
  .main .direction__container .c-profession__title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 4px;
  }
  .main .direction__container .c-profession__text {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .main-bg-1.bg-dots-1 svg {
    top: 0;
    left: -44%;
    width: 309px;
  }
  .main-bg-2.bg-dots-2 svg {
    top: 431px;
    right: -28%;
    width: 309px;
  }
  .main-bg-3.bg-dots-3 svg {
    top: 0;
    right: -30%;
    height: 309px;
  }
  .main .hello-screen {
    flex-direction: column;
    margin-bottom: 0;
  }
  .main .hello-screen__container {
    padding-top: 22px;
    padding-bottom: 57px;
  }
  .main .hello-screen__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 10px;
  }
  .main .hello-screen__text {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    margin-bottom: 18px;
  }
  .main .hello-screen__counter {
    margin-right: 42px;
  }
  .main .hello-screen__counter .b-counter__number {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 3px;
  }
  .main .hello-screen__counter .b-counter__text {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
  }
  .main .hello-screen__img {
    margin-right: 0;
  }
  .main .hello-screen__img img {
    width: 172px;
  }
  .main__content {
    margin-bottom: 64px;
  }
  .main .types__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .main .types__container {
    margin-top: 22px;
  }
  .main .types .c-courseType {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 26px 26px 20px;
  }
  .main .types .c-courseType__img {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .main .types .c-courseType__img svg {
    width: 46px;
    height: 46px;
  }
  .main .types .c-courseType__title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 4px;
  }
  .main .types .c-courseType__text {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
  }
  .c-titleHead {
    margin-bottom: 18px;
  }
  .c-titleHead__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 6px;
  }
  .c-titleHead__text {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    margin-bottom: 6px;
  }
  .c-titleHead__link {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
  }
  .header__logo-nav {
    width: 100%;
  }
  .header__logo {
    margin: 0 auto;
  }
  .header__logo svg {
    width: 146px;
    height: 28px;
  }
  .header__search .b-iconButton svg {
    width: 20px;
    height: 20px;
  }
  .header__mobile-open {
    margin-right: 0px;
  }
  .header__mobile-open svg {
    width: 20px;
    height: 20px;
  }
  .container {
    padding-right: 14px;
    padding-left: 14px;
  }
  .privacy-policy {
    margin: 0 0 104px;
  }
  .privacy-policy p {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    margin-bottom: 6px;
  }
  .privacy-policy ul {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
  }
  .privacy-policy ul li {
    margin-bottom: 4px;
  }
  .privacy-policy ul li::before {
    content: url("../assets/images/decorations/dot-black-xs.svg");
    width: 3px;
    height: 3px;
    margin-right: 6px;
  }
  .privacy-policy h1 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .privacy-policy h2 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 135%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .about p {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    margin-bottom: 6px;
  }
  .about ul {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
  }
  .about ul li {
    margin-bottom: 4px;
  }
  .about ul li::before {
    content: url("../assets/images/decorations/dot-black-xs.svg");
    width: 3px;
    height: 3px;
    margin-right: 6px;
  }
  .about h1 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .about .b-link {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .about .priority-img {
    height: 165px;
  }
  .about__content h2 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 135%;
    letter-spacing: 0.02em;
    text-decoration: none;
    width: auto;
    margin-bottom: 10px;
  }
  .about__subdivisions h3 {
    margin: 20px 0 12px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .about__dpo h2 {
    margin: 24px 0 10px;
  }
  .about__dpo h3 {
    margin: 16px 0 10px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .about__docs {
    margin: 64px 0;
  }
  .about__docs h2 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 16px;
  }
  .about__docs-container img {
    max-width: 174px;
    margin-bottom: 16px;
    border-radius: 10px;
  }
  .about .c-subdivision {
    margin-bottom: 10px;
  }
  .about .c-subdivision__title {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 6px;
  }
  .about .c-subdivision__text {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    margin-bottom: 6px;
  }
  .m-faqs {
    margin: 64px 0 104px;
  }
  .m-faqs-title {
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .m-faqs-container {
    grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
    row-gap: 16px;
  }
  .m-faqs .b-faq__container {
    margin-left: 16px;
  }
  .m-faqs .b-faq__question {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .m-faqs .b-faq__answer {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    margin-top: 8px;
  }
  .m-faqs .b-faq__img svg {
    width: 34px;
    height: 34px;
  }
  .contacts-page .c-breadcrumbs {
    margin-bottom: 10px;
  }
  .contacts__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .contacts__subtitle {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    margin: 8px 0 24px;
  }
  .contacts__number {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    width: auto;
  }
  .contacts__number-text {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 4px;
  }
  .contacts__mail {
    width: auto;
    margin-right: 0;
    margin-bottom: 18px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .contacts__mail-text {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .contacts__block {
    margin-bottom: 18px;
  }
  .contacts__block:last-child {
    flex-direction: column;
  }
  .contacts__item {
    margin-right: 20px;
  }
  .contacts iframe {
    height: 350px;
  }
  .contacts__map {
    border-radius: 10px;
  }
  .contacts__socials {
    margin-top: 32px;
  }
  .contacts__socials-icon {
    margin-right: 18px;
  }
  .contacts__socials-icon svg {
    width: 24px;
    height: 24px;
  }
  .contacts__description {
    margin-bottom: 40px;
  }
  .contacts__feedback {
    margin: 64px 0 106px;
  }
  .teachers__button .b-button {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .teachers__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 32px;
  }
  .teachers__cards {
    margin-top: 26px;
  }
  .c-teacherCard {
    flex-direction: column;
    margin-bottom: 22px;
  }
  .c-teacherCard__container {
    padding: 14px 16px 40px;
  }
  .c-teacherCard__title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 135%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .c-teacherCard__text {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 6px;
  }
  .teacher__employ {
    margin-bottom: 66px;
  }
  .teacher__description {
    margin-top: 14px;
  }
  .teacher__block-info {
    margin-top: 30px;
  }
  .teacher__block-info .b-listItem {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    margin-bottom: 4px;
  }
  .teacher__block-info .b-listItem::before {
    content: url("../assets/images/decorations/dot-black-xs.svg");
    margin-right: 6px;
  }
  .teacher__block-title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 8px;
  }
  .teacher__position {
    margin-top: 8px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .teacher__img {
    max-width: 212px;
    border-radius: 10px;
  }
  .teacher__name {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .teachers .accordion__title,
  .courses .accordion__title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    padding: 12px 0;
  }
  .teachers .accordion .b-iconButton,
  .courses .accordion .b-iconButton {
    width: 28px;
    height: 28px;
  }
  .teachers .accordion .b-iconButton svg,
  .courses .accordion .b-iconButton svg {
    width: 20px;
    height: 20px;
  }
  .teachers .accordion ul li,
  .courses .accordion ul li {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 14px;
  }
  .courses__content {
    margin-top: 24px;
  }
  .courses__wrapper {
    margin-bottom: 24px;
  }
  .courses .cards .c-card {
    border-radius: 10px;
  }
  .courses .cards .c-card__img img {
    height: auto;
  }
  .courses .cards .c-card__wrapper {
    padding: 14px 14px 20px 16px;
  }
  .courses .cards .c-card__title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .courses .cards .c-card__info {
    margin-top: 20px;
  }
  .courses .cards .c-card__price {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 18px;
  }
  .courses .cards .c-card .b-status {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .courses .cards .c-card .b-status__start::before, .courses .cards .c-card .b-status__close::before {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }
  .courses .cards .c-card__price {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 18px;
  }
  .courses .cards .c-card__time {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 6px;
  }
  .courses .cards .c-card__tags {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 18px;
  }
  .courses__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 32px;
  }
  .courses__filter-btn {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    flex: 85%;
    margin-right: 0;
  }
  .courses__filter-btn .b-button {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    padding: 10px 27px 10px 24px;
  }
  .courses__filter-btn .b-button svg {
    width: 17px;
    height: 17px;
  }
  .courses__wrapper {
    align-items: center;
  }
  .courses .search__container {
    display: none;
  }
  .courses .search {
    max-width: 20px;
  }
  .courses .search__mobile {
    display: flex;
    width: 22px;
    height: 22px;
  }
  .courses .search__mobile svg {
    position: relative;
  }
  .courses .search__mobile svg path {
    fill: #218a3d;
  }
  .courses .search__input input {
    border-bottom: 0px solid #949494;
  }
  .courses__button .b-button {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-checks__container {
    grid-template-columns: repeat(auto-fit, minmax(282px, 1fr));
  }
  input {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .m-feedback {
    padding: 30px 22px 66px;
    border-radius: 10px;
  }
  .m-feedback .b-input__error-text {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .m-feedback .b-input__error-text.--active {
    padding-top: 4px;
  }
  .m-feedback__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .m-feedback__container {
    margin-bottom: 32px;
  }
  .m-feedback__text {
    margin-top: 6px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
  }
  .m-feedback__confindencial {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 31px;
  }
  .m-feedback__confindencial .b-link {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .m-feedback__button {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-feedback-bg-1.bg-dots-3 {
    display: none;
  }
  .m-feedback-bg-2.bg-dots-3 {
    top: 320px;
  }
  .course__modules-bg-2.bg-dots-3 {
    bottom: -355px;
    left: -2px;
  }
  .course__modules-bg-2.bg-dots-3 svg {
    width: 149px;
  }
  .course .course-info {
    margin-bottom: 32px;
  }
  .course .course-info__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 17px;
  }
  .course .course-info__img {
    max-height: 186px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .course .course-info__img-text {
    bottom: 21px;
    left: 24px;
  }
  .course .course-info__img-text svg {
    max-width: 142px;
  }
  .course .course-info__price {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 17px;
  }
  .course .course-info__time {
    margin-top: 10px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .course .course-info__register {
    margin-top: 26px;
    padding: 10px 32px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
}
@media screen and (max-width: 540px) and (min-width: 320px) and (max-width: 575px) {
  .course .course-info__register {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .course .course-info .b-status__condition {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 5px;
  }
  .course .course-info .b-status__condition .b-status {
    margin-bottom: 0;
  }
  .course .course-info .b-status__condition .b-status__start::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 540px) {
  .course__about {
    margin-bottom: 76px;
  }
  .course__about P {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
  }
}
@media screen and (max-width: 540px) {
  .course__checks {
    margin-bottom: 90px;
  }
  .course__checks .m-checks__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 28px;
  }
  .course__checks .m-checks .b-checkItem {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .course__checks .m-checks .b-checkItem__img svg {
    width: 24px;
    height: 42px;
  }
  .course__checks .m-checks .b-checkItem__text {
    margin-top: 0;
    margin-left: 18px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
  }
}
@media screen and (max-width: 540px) {
  .course__certificate {
    padding-top: 0;
  }
}
@media screen and (max-width: 540px) {
  .course .certificate {
    margin-bottom: 90px;
  }
  .course .certificate__img {
    max-width: 180px;
    border-radius: 10px;
  }
  .course .certificate__description {
    margin-top: 30px;
  }
  .course .certificate__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 8px;
  }
  .course .certificate__text {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
  }
}
@media screen and (max-width: 540px) {
  .course-teachers__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 540px) {
  .course__module {
    margin-top: 90px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 540px) {
  .course .module {
    padding: 28px 24px 24px;
  }
}
@media screen and (max-width: 540px) {
  .teacher__qualification {
    margin-bottom: 80px;
  }
  .teacher .c-qualification {
    margin-left: 14px;
  }
  .teacher .c-qualification__info {
    padding-bottom: 49px;
    padding-left: 44px;
  }
  .teacher .c-qualification__date-mb {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 6px;
  }
  .teacher .c-qualification__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .teacher .c-qualification__description {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
  }
  .teacher .c-qualification__icon {
    left: -21px;
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .teacher .c-qualification__icon.--arrows, .teacher .c-qualification__icon.--sync {
    background-size: 60%;
  }
}
@media screen and (max-width: 540px) {
  .c-teacherCard {
    display: block;
    height: auto;
  }
  .c-teacherCard__container {
    padding: 14px 16px 40px;
  }
  .c-teacherCard__title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 135%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .c-teacherCard__text {
    margin-top: 6px;
  }
}
@media screen and (max-width: 540px) {
  .footer__wrapper {
    padding: 48px 14px;
  }
  .footer .accordion__title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .footer .accordion__item {
    padding: 12px 0;
  }
  .footer .accordion__item.--active .accordion__title {
    margin-bottom: 0;
    margin-bottom: 16px;
  }
  .footer .accordion__item.--active .accordion__block {
    height: 236px;
    margin-top: 0px;
  }
  .footer .accordion ul li {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: 14px;
  }
  .footer .accordion .b-iconButton {
    width: 28px;
    height: 28px;
    padding: 0;
  }
  .footer .accordion .b-iconButton svg {
    width: 20px;
    height: 20px;
  }
  .footer__top {
    margin-bottom: 40px;
  }
  .footer__contacts {
    margin-top: 40px;
  }
  .footer__contacts-block {
    margin-right: 30px;
  }
  .footer__bottom-wrapper {
    flex-direction: column-reverse;
    padding: 26px 0 0;
  }
  .footer__bottom-link {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-right: 7px;
    margin-bottom: 12px;
  }
  .footer__copyright {
    margin-top: 34px;
    margin-bottom: 0;
    font-size: 10px;
  }
  .footer__logo {
    margin-right: 0;
    margin-bottom: 38px;
  }
  .footer__logos {
    margin-bottom: 28px;
  }
  .footer__logos .logo-kubsau svg {
    width: 214px;
    max-width: 100%;
    height: 46px;
  }
  .footer__logos .priority svg {
    width: 142px;
    max-width: 100%;
    height: 28px;
  }
  .footer__contacts-block {
    max-width: 165px;
    margin-bottom: 18px;
  }
  .footer__contacts-number {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    width: auto;
  }
  .footer__contacts-text {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .footer__contacts-mail {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 0;
  }
  .footer__contacts-address {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-top: 0;
  }
  .footer__socials {
    margin-top: 37px;
  }
  .footer__social-icon {
    margin-right: 18px;
  }
  .footer__social-icon svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 540px) {
  .error__number {
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 600;
    font-style: normal;
    line-height: 78px;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
  }
  .error__text {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
  }
  .error__btn {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 138%;
    letter-spacing: 0.02em;
    text-decoration: none;
    padding: 10px 32px;
  }
}
@media screen and (max-width: 320px) {
  .m-feedback-bg-2.bg-dots-3 {
    top: 380px;
    left: -29px;
  }
  .m-feedback-bg-2.bg-dots-3 svg {
    width: 149px;
    height: 309px;
  }
  .main-bg-1.bg-dots-1 svg {
    top: 0;
    left: -78%;
    width: 309px;
  }
  .main-bg-2.bg-dots-2 svg {
    top: 480px;
    right: -47%;
    width: 309px;
  }
  .main-bg-3.bg-dots-3 svg {
    top: 0;
    right: -52%;
    height: 309px;
  }
}
.modal-v2 {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-v2 .modal-body {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 30px 50px;
  border: 1px solid #888;
  border-radius: 27px;
}
.modal-v2 .modal-content .b-button {
  margin: 30px auto 0px;
}
.modal-v2 .modal-content .modal-title {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-align: center;
}
.modal-v2 .modal-content .modal-text {
  text-align: center;
}
.modal-v2 .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.modal-v2 .close:hover,
.modal-v2 .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*  scrolly v0.6.0, 2015.11.26  */

/*# sourceMappingURL=index.css.map*/