@font-face {
  font-family: "Inter";
  src: url("/content/font/Inter-VariableFont_slnt,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("/content/font/CeraPro-Regular.woff2") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#content {
  overflow-x: hidden;
}

h1:after {
  display: none;
}

.autoflash {
  position: relative;
  overflow: hidden;
}

.background {
  width: 100%;
  height: 100%;
  background-image: url(/content/new_design/img/bg2.webp);
  /* background-image: url(/wp-content/uploads/2025/03/group_48098989.webp); */
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
  position: relative;
  margin-bottom: 100px;
}



span.red_line {
  position: relative;
  z-index: 3;
}

.cat_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #222222;
  text-align: center;
}

.cat_item {
  width: 100%;
  max-height: 180px !important;
  min-height: 180px !important;
  position: relative;
  padding: 30px 10px;
}

.elementor-widget-container .elementor-heading-title {
  text-align: center !important;
}

span.red_line:after {
  content: " ";
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 2px;
  right: 0;
  background: #f55a56;
  z-index: -1;
}

.content_block_nd {
  display: flex;
  position: relative;
  z-index: 2;
  min-height: 540px;
}

.left {
  width: 80%;
}

.left .ah-text {
  width: 90%;
  margin-bottom: 45px;
  padding-top: 25px;
}

.right {
  width: 20%;
  position: relative;
}

img.wm_img {
  position: absolute;
  bottom: 0;
  width: auto;
  height: auto;
  right: 0px;
}

@media (max-width: 1790px) {
  img.wm_img {
    right: -50px;
  }
}

.select_course_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin-bottom: 30px;
}

.select_btn_nd {
  width: 50%;
  padding: 25px 40px;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  background: #ffffff5e;
  text-align: center;
  cursor: pointer;
}

.select_btn_active {
  color: #000;
  background: #fff;
  transition: 0.3s;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
}

.select_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 80px;
}

.action_button_nd:hover {
  background: #f96560;
}

.action_button_nd {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  background: #f55a56;
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  padding: 16px 30px;
  cursor: pointer;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  min-width: 30%;
}

.info_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info_right .action_button_nd:visited {
  color: #fff;
}

.info_right .action_button_nd {
  max-width: 50%;
}

/* info-part */
.mt20 {
  margin-top: 20px;
}

.mb100 {
  margin-bottom: 100px;
}

.info-nav {
  background: #ffffff;
  box-shadow: 0px 16px 24px rgba(128, 126, 118, 0.06),
    0px 2px 6px rgba(128, 126, 118, 0.04), 0px 0px 1px rgba(128, 126, 118, 0.04);
  border-radius: 8px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

select.nav_select {
  display: none;
}

.info-menu:hover {
  background: #8295fe4f;
}

.info-menu {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding: 10px;
  cursor: pointer;
}

.info-content {
  display: none;
}

.info_right,
.info_left {
  width: 50%;
}

.info_active {
  color: #ffffff;
  background: #8295fe;
  transition: 0.3s;
}

.active {
  display: flex;
  transition: 0.3s;
}

.center {
  margin: 0 auto;
}

p.p_info:last-child {
  margin-bottom: 25px;
}

p.p_info {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  /* or 170% */
  color: #333333;
}

.info_price {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
  /* or 170% */
  color: #333333;
  margin-bottom: 25px;
}

.info_red {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 25px !important;
}

.bold_text {
  font-weight: 700;
}

.info_sale {
  margin-bottom: 25px;
}

/* olimpiady-flex */
.olimpiady_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.oi {
  width: 30% !important;
  min-width: 30% !important;
  min-width: 260px !important;
  max-width: 30% !important;
  min-height: 270px !important;
  padding: 25px 10px;
  box-shadow: 0px 16px 24px rgba(128, 126, 118, 0.15),
    0px 2px 6px rgba(128, 126, 118, 0.04), 0px 0px 1px rgba(128, 126, 118, 0.04);
  border-radius: 8px;
  flex-basis: 300px;
  flex-grow: 1;
}

h3.h3_olimpiady {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid #bbc6ff;
  color: #3146b8;
  margin: 0;
  margin-bottom: 10px;
  padding: 15px;
}

.button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 94%;
  bottom: 20px;
}

h2.h2_olimp {
  text-align: center;
  margin-bottom: 15px;
}

h2.h2_konk_h2 {
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  /* identical to box height, or 117% */

  color: #222222;
}

h3.h3_sub_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  /* identical to box height, or 172% */

  color: #000000;
}

.red-border-button {
  background: #ffffff;
  border: 2px solid #f55a56;
  border-radius: 8px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 10px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #f55a56;
}

.olimp_text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  margin-bottom: 20px;
}

h2.h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #222222;
}

.h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #222222;
  margin-bottom: 50px;
}

.h2_us {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}

h3.h3_service-item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #3146b8;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbc6ff;
  margin-bottom: 30px;
}

h4.h4_service_right {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 18px;
}

h4.h4_us {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 30px;
  text-align: center;

  color: #313131;
}

.us_btn {
  padding: 16px 32px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;

  color: #f55a56;
  border: 2px solid #f55a56;
  border-radius: 8px;
}

.service_right {
  width: 50%;
  margin-left: 30px;
}

ul li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  list-style: none;
  margin: 0;
  margin-bottom: 12px;
}

.service_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.service_item:last-child {
  grid-column: 1/3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service_item {
  padding: 32px 20px;
  background: #ffffff;
  box-shadow: 0px 16px 24px rgba(128, 126, 118, 0.15),
    0px 2px 6px rgba(128, 126, 118, 0.04), 0px 0px 1px rgba(128, 126, 118, 0.04);
  border-radius: 8px;
  position: relative;
  margin-bottom: 10px;
}

.service-item-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 25px;
  min-height: 490px;
}

img.number_img {
  margin-right: 5px;
}

/*  */

.us-count {
  background: url(/content/new_design/img/us_bg.webp) center center no-repeat;
  width: 100%;
  height: 1063px;
}

.about_us_count {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 35px;
}

.cert-item p {
  text-align: center;
}

.cert-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ah-site-description_new {
  font-size: 22px;
  margin-top: 30px;
  color: #fff;
  opacity: 0.75;
}

.reviews_new {
  background: #3146b8;
  padding: 80px 0;
  width: 100%;
}

.reviews_items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-wrap: wrap; */
}

.reviews_item {
  min-width: 50%;
}

h2.h2_review {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #ffffff !important;
  margin-bottom: 18px;
}

p.p_review {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #f2f2f2;
  margin-bottom: 28px;
}

.review_btn {
  background: transparent;
  padding: 18px 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  max-width: 235px;
  color: #ffffff;
  text-decoration: none;
}

select.index_select {
  background: #ffffff;
  border-radius: 8px;
  padding: 18px;
}

select:not([multiple]) {
  background-repeat: no-repeat;
  background-position: calc(100% - 0.35em) 1em;
  background-size: 1em auto;
  background-image: url(/content/new_design/img/select-arrows.svg);
}

.sel_kpp,
.sel_kpk {
  display: none;
}

.sel_active {
  display: flex;
}

.olimp_bg {
  width: 100%;
  height: 100%;
  background-color: #3146b8;
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 150px;
}

.olimp_bg_short {
  padding-bottom: 70px;
}

h1.olimp_h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  color: #ffffff;
}

.olimp_flex {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

#olimp_list {
  margin-bottom: 30px;
}

#olimp_list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

#olimp_list li img {
  margin-right: 15px;
}

span.red_text {
  color: #f55a56;
}

.olimp_ah-text {
  width: 90%;
}

#olimp_list li p {
  margin-left: 5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #f2f2f2;
  margin: 0;
}

.olimp_left,
.olimp_right {
  width: 50%;
}

.olimp_right {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.page-template-olimpiady-tmp>.olimp_right {
  display: flex !important;
}

img.olimp_img_mob {
  display: none;
}

.olimp_btn {
  max-width: 256px;
  padding: 16px 12px;
  color: #fff !important;
}

.lighting {
  animation: moving 3s cubic-bezier(0.84, 0.16, 0.58, 1) infinite;

  animation-delay: 1s;
}

@keyframes moving {
  0% {
    left: -120%;
  }

  20% {
    left: -120%;
  }

  100% {
    left: 120%;
  }
}

.flash {
  content: "";
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}

.top-courses {
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  .top-courses {
    display: none;
  }
}

p.title_p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  text-align: left;

  color: #ffffff;
}

.count_box {
  background: #fff;
  box-shadow: 0px 16px 24px rgb(128 126 118 / 15%),
    0px 2px 6px rgb(128 126 118 / 4%), 0px 0px 1px rgb(128 126 118 / 4%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px !important;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -12%;
}

.count_box_big {
  top: 83%;
  bottom: auto;
}

.count_box_big .count_p {
  margin-bottom: 0px;
}

.course_box {
  bottom: -20%;
}

.count_item {
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.course_item {
  align-items: flex-start;
}

.count_item:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 105px;
  background: #bbc6ff;
}

.count_item:last-child:after {
  display: none;
}

.number_part {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 42px;
  margin-bottom: 18px;
  color: #3146b8;
}

#after-header_nd {
  position: relative;
}

.after-header_nd {
  position: relative;
}

p.count_p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  max-width: 300px;
  color: #222222;
}

p.course_p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #303030;
  text-align: left;
}

.search_part {
  padding-top: 150px;
}

h2.search_h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  /* identical to box height, or 117% */
  margin-bottom: 18px;
  color: #222222;
  padding: 0;
}

h2.course_h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #3146b8 !important;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

img.couse_img_item {
  margin-bottom: 10px;
}

p.search_p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 20px;
}

.s_line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

#search_line::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

#search_line {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  margin: 0;
  letter-spacing: -0.02em;

  background: #ffffff;
  border: 1px solid #3146b8;
  border-radius: 8px;
  padding: 12px 20px;
  width: 80%;
}

.seatch_btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 12px 32px;
  color: #3146b8;
  background: #ffffff;
  border: 2px solid #3146b8;
  border-radius: 8px;
  cursor: pointer;
  width: 19%;
}

.olimpiady_grid_items {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.olimpiady_grid_items--auto-rows {
  grid-template-rows: repeat(2, auto);
}

.konk {
  padding: 100px 0;
}

.konkursy_grid_items {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.olimpiady_item {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 355px;
  min-height: 355px;
  position: relative;
  padding: 25px 10px;
  box-shadow: 0px 16px 24px rgba(128, 126, 118, 0.15),
    0px 2px 6px rgba(128, 126, 118, 0.04), 0px 0px 1px rgba(128, 126, 118, 0.04);
  border-radius: 8px;
}

.olimp_cat {
  max-height: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.olimp_cat .button-wrap {
  position: static;
  width: 100%;
  margin-top: auto;
}

.test_item {
  max-height: none;
  height: 100%;

  min-height: 180px;
}

.test_item_inner {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  row-gap: 25px;
  max-width: 275px;
  margin: 0 auto;
}

.test_item .cat_title {
  margin-bottom: 0px;
}

.test_item .button-wrap {
  position: static;
  width: 100%;
  margin-top: auto;
}

.steps_part {
  width: 50%;
}

.steps_img_flex {
  width: 45%;
}

#steps_ul {
  margin-bottom: 30px;
}

#steps_ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#steps_ul li img.step_num {
  margin-right: 18px;
}

h2.steps_h2 {
  max-width: 70%;
}

#steps_ul li p.step_p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 4px;
  color: #000000;
}

span.red_text_small {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #f55a56;
}

.steps_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.button_block {
  width: 100%;
  position: relative;
  height: 66px;
}

.li_btn {
  width: 100%;
  min-width: 100%;
  position: absolute;
}

/* a:visited {
  color: #ebc5c554;
} */
.license_flex {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  flex-wrap: wrap;
}

.license_item {
  min-width: 50%;
  max-width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

p.lic_p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-top: 15px;
}

.choice_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.choise_item {
  max-width: 30%;
  min-width: 30%;
  margin-bottom: 25px;
  padding: 50px 30px !important;
  min-height: 345px !important;
  max-height: 345px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.choise_top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 0;
}

.slog_img {
  width: 30%;
}

.ol_right_paft {
  width: 70%;
  padding-left: 100px;
}

h1.slog_h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 88px;

  color: #ffffff;
}

p.about_p_p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  /* or 172% */

  color: #222222;
}

#aboutp_p li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 8px;
}

#aboutp_p img.step_num {
  margin-top: 5px;
  margin-right: 15px;
}

.application_part {
  padding-top: 150px;
}

#divergent-form-konkurs_nd {
  background: #ffffff;
  box-shadow: 0px 16px 24px rgb(128 126 118 / 15%),
    0px 2px 6px rgb(128 126 118 / 4%), 0px 0px 1px rgb(128 126 118 / 4%);
  border-radius: 20px;
  padding: 42px 55px;
}

#divergent-form-konkurs_nd>input::placeholder {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #cacaca;
}

#divergent-form-konkurs_nd>select,
#divergent-form-konkurs_nd>input,
#divergent-form-konkurs_nd>label>input[type="file"] {
  background: #ffffff;
  border: 1px solid #746e6e;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 16px;
  width: 100%;
}

#divergent-form-konkurs_nd>input[type="submit"] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 16px;
  width: 100%;
  color: #ffffff;
  background: #f55a56;
  border-radius: 8px;
}

.read_doc {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.li_btn:visited {
  color: #000 !important;
}

.read_doc>img.read_doc_img {
  margin-right: 11px;
}

.read_doc>a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */

  text-decoration-line: underline;

  color: #585858;
}

.course_after_header_btn {
  text-transform: uppercase;
}

.c_old_price {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 210% */

  text-decoration-line: line-through;

  color: #ffffff;
}

.c_new_price {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  /* identical to box height, or 140% */

  color: #ffffff;
}

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

.price_flag {
  padding: 6px 10px;
  width: 104px;
  height: 40px;
  background: #eb4f27;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price_flag:after {
  content: "";
  border: 20px solid transparent;
  border-left: 21px solid #eb4f27;
  position: absolute;
  right: -40px;
  top: 0;
}

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

h2.course_license_h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px !important;
  color: #3146b8 !important;
  padding-top: 100px;
}

.course_license {
  padding-top: 100px;
}

.course_search_h2 {
  margin-bottom: 40px;
}

.course_s_line {}

.course_searh {
  margin-bottom: 160px;
}

.select_c_buttons {
  display: flex;
  align-items: center;
  width: 70%;
  justify-content: space-between;

  margin: 0 auto;
  margin-bottom: 30px;
}

.select_c_btn {
  padding: 30px;
  border: 1px solid #f55a56;
  border-radius: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #3146b8;
  margin-bottom: 10px;
  /* cursor: pointer; */
  max-width: 48%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 140px;
}

/* .select_c_btn:hover {
  background: #f55b5686;
} */
.btn_p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #303030;
  margin-top: 10px;
}

.about_course_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
}

.about_course_item {
  /* background: #3146b8;*/
  border: 3px solid #3146B8;
  box-shadow: 0px 4px 15px rgba(174, 126, 1, 0.1);
  border-radius: 10px;
  padding: 20px 25px;
  max-width: 23%;
  min-width: 23%;
  /* min-width: 295px; */
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  /* min-height: 275px; */
  min-height: 309px;
}

.about_course_item:nth-child(n + 4) {
  margin-right: 0;
}

.c_name {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  color: #3146B8;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin-bottom: 18px;
}

.timeprice {
  bottom: 75px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 85%;
}

.c_time,
.c_price {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #6E6E6E;
  flex: none;
  order: 1;
  flex-grow: 0;
  display: flex;
}

.c_btn {
  position: absolute;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  width: 85%;
  margin: 0 auto;
}

.c_btn a {
  text-decoration: none;
  padding: 15px;
  width: 100%;
  background: #f55a56;
  border-radius: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 105%;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}

img.c_img {
  margin-right: 10px;
}

.c_all {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  cursor: pointer;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  text-decoration-line: underline;
  color: #f55a56;
  background: transparent;
}

img.all_img_arr {
  margin-left: 10px;
  transform: rotate(90deg);
  max-height: 15px;
}

#c_close {
  display: none;
}

.stages {
  margin-bottom: 70px;
}

h3.stages_h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #303030;
  position: relative;
  margin-bottom: 10px;
}

h3.stages_h3:before {
  content: "";
  background: url(/content/new_design/img/arrow_icon.svg) center center / cover no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -35px;
  top: -3px;
}

p.stages_p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */

  color: #303030;
}

.stages_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stages_item {
  max-width: 30%;
  min-width: 30%;
  padding: 0 30px;
  padding-left: 50px;
}

.org_grid {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.org_btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  position: inherit;
}

.org_item {
  background: #ffffff;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.org_grid_item:nth-child(1) .org_item {
  width: 60%;
  max-width: 275px;
}

.org_grid_item:nth-child(2) .org_item {
  width: 70%;
  max-width: 475px;
}

.org_grid_item:nth-child(3) .org_item {
  width: 100%;
  height: 370px;

}

.org_grid_item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 6;
}

.org_grid_item:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 5 / 6;
}

.org_grid_item:nth-child(3) {
  grid-column: 2 / 2;
  grid-row: 3 / 6;
  grid-row-start: 2;
}

p.org {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #303030;
  margin-bottom: 30px;
}

h2.h2_reviews {
  color: #1d273b;
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.31em;
}

.video_reviews_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.video_reviews_item {
  max-width: 20%;
  min-width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5px;
}

.video_info {
  max-height: 130px;
  min-height: 130px;
}

.video_rev {}

h2.cform_h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 30px !;
  line-height: 120%;
  text-align: center;
  color: #ffffff !important;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.c_form {
  padding: 60px 15%;
  background: #3146b8;
  border-radius: 30px;
}

.c_inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

#fom_send_btn {
  padding: 12px 60px;
  cursor: pointer;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #ffffff;
  background: #f55a56;
  box-shadow: 0px 1.69px 0px #900d0a;
  border-radius: 5.63333px;
  margin: 0 auto;
}

#fom_send_btn:hover {
  background: #f55a56cc;
}

.form_button {
  display: flex;
  width: 100%;
}

p.cpf {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 10px;
  width: 85%;
}

textarea.c_input {
  height: 250px;
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
}

input.c_input {
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
}

.cleft,
.cright {
  max-width: 46%;
  width: 46%;
}

.top_items {
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_item:hover {
  background: #3146b89c;
}

.top_item {
  max-width: 30%;
  min-width: 30%;
  background: #3146b8;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  max-width: 260px;
  height: 200px;
  margin-bottom: 20px;
}

.top_a {
  text-overflow: ellipsis;
  text-decoration: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: left;

  color: #ffffff !important;
}

.top_c {
  padding: 80px 130px;
  background: #ffffff;
  border: 5px solid #3146b8;
  border-radius: 30px;
}

.top_btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  text-decoration-line: underline;
  background: none;
  border: none !important;
  color: #7e90ed;
  padding: 0;
  display: none;
}

.top_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 30px;
  text-align: left;
  color: #3146b8;
}

.top_right {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-align: right;
  display: none;
  color: #3146b8;
}

.top_header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.top_left {
  width: 50%;
}

.tc-kpp,
.tc-kpk,
.t-c-kpp,
.t-c-kpk {
  display: none;
}

.c_active {
  display: block;
}

.active_items {
  display: flex;
}

.p_button_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p_btn {
  width: 50%;
  text-transform: uppercase;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 30px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.p_border_btn {
  background: transparent;
}

h1.public_h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  border: none;
}

.public_sub_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 30px;
  color: #ffffff;
}

.right_header {
  position: relative;
  width: 50%;
}

.blag_h1,
.blag_sub_title {
  color: #303030 !important;
}

.image_text {
  position: absolute;
  padding: 15px 40px;
  max-width: 230px;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  /* or 19px */

  color: #303030;
}

.image_text:nth-child(2) {
  top: 170px;
  left: 30px;
}

.image_text:nth-child(3) {
  top: 100px;
  right: 20px;
}

.image_text:nth-child(4) {
  top: 80%;
  right: 0;
}

.white_bg {
  background: #fff;
  padding-bottom: 50px !important;
}

h2.public_h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;

  color: #f55a56 !important;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}

h2.h2_lic {
  text-align: left;
}

.advantages_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}

img.public_icon {}

h3.grid_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #f55a56 !important;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

p.grid_p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  color: #303030;
  width: 80%;
}

img.public_icon {
  margin-bottom: 90px;
}

.left_grid {
  background: #ffffff;
  border: 3px solid #3146b8;
  border-radius: 10px;
  position: relative;
  padding: 40px;
  grid-column: 0 / 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.right_grid {
  grid-column: 2 / 4;
}

.left_grid:after {
  content: "";
  padding: 40px;
  background: #ffffff;
  border-top: 3px solid #3146b8;
  border-right: 3px solid #3146b8;
  border-radius: 0 10px 0 0;
  top: 40px;
  right: 40px;
  position: absolute;
}

.sub_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.sub_grid_item {
  background: #3146b8;
  border: 3px solid #3146b8;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  position: relative;
  /* grid-column: 1 / 3; */
}

.sub_grid_item:nth-child(3) {
  grid-column: 1 / 3;
}

.sub_grid_item:nth-child(1):after {
  content: "";
  position: absolute;
  background: url("/content/new_design/img/p_arrow.svg") center center no-repeat;
  width: 80px;
  height: 70px;
  bottom: 0px;
  right: 0px;
}

.sub_grid_item:nth-child(2):after {
  content: "";
  position: absolute;
  background: url("/content/new_design/img/p_clock.svg") center center no-repeat;
  width: 80px;
  height: 70px;
  bottom: 0px;
  right: 0px;
}

.sub_grid_item:nth-child(3):after {
  content: "";
  padding: 30px;
  background: transparent;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-radius: 0 10px 0 0;
  top: 15px;
  right: 15px;
  position: absolute;
}

.sub_grid_item:nth-child(3):before {
  content: "";
  padding: 30px;
  background: transparent;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-radius: 0 0 0 10px;
  bottom: 15px;
  left: 15px;
  position: absolute;
}

.public_btn {
  text-decoration: none;
  padding: 15px 15px;
  background: #f55a56;
  box-shadow: 0px 3px 0px #720615;
  border-radius: 6px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff !important;
}

.public_table {
  min-width: 930px;
}

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

h3.grid_h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #303030;
}

ul.number_list {
  margin-bottom: 30px;
}

ul.number_list li {
  list-style: auto;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

  color: #303030;
}

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

.button_flex .public_btn {
  max-width: 49%;
  width: 49%;
}

.public_books {
  flex-wrap: wrap;
}

.public_books {
  padding: 45px;
  padding-right: 35px;
  border: 3px solid #3146b8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.public_cert-item {
  max-width: 100%;
}

.public_sert_item:last-of-type {
  max-width: 100%;
  align-items: center;
  margin: 0 auto;
}

p.books_p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  margin-bottom: 20px;
  color: #303030;
}

.books_items {}

.books_items:nth-child(1) {
  max-width: 40%;
}

.books_items:nth-child(2) {
  max-width: 50%;
  width: 50%;
  background: url(/content/new_design/img/public_book.png) center center / cover no-repeat;
  border-radius: 20px;
  height: 275px;
}

h3.books_h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #303030;
}

.public_blue {
  background: #3146b8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.public_blue .public_btn {
  padding: 15px 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  max-width: 300px;
  color: #ffffff;
}

.public_blue h3.books_h3 {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.stat_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.stat_item {
  border: 3px solid #3146b8;
  border-radius: 20px;
  padding: 40px 60px;
  position: relative;
}

.stat_item:nth-child(1),
.stat_item:nth-child(3) {
  background: #3146b8;
}

.stat_item:nth-child(1)::before {
  content: "";
  padding: 30px;
  background: transparent;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-radius: 0 0 0 10px;
  bottom: 15px;
  left: 15px;
  position: absolute;
}

.stat_item:nth-child(1)::after {
  content: "";
  padding: 30px;
  background: transparent;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-radius: 0 10px 0 0;
  top: 15px;
  right: 15px;
  position: absolute;
}

.stat_item:nth-child(2)::before {
  content: "";
  padding: 30px;
  background: transparent;
  border-top: 3px solid #3146b8;
  border-left: 3px solid #3146b8;
  border-radius: 10px 0 0 0;
  top: 15px;
  left: 15px;
  position: absolute;
}

.stat_item:nth-child(3)::before {
  content: "";
  padding: 30px;
  background: transparent;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-radius: 10px 0 0 0;
  top: 15px;
  left: 15px;
  position: absolute;
}

.stat_item:nth-child(3):after {
  content: "";
  padding: 30px;
  background: transparent;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-radius: 0 10px 0 0;
  top: 15px;
  right: 15px;
  position: absolute;
}

p.stat_p span {
  font-weight: 600;
}

p.stat_p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  /* or 24px */

  margin-bottom: 30px;
  color: #ffffff;
}

p.stat_big_p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 150%;
  /* identical to box height, or 90px */

  color: #ffffff;
}

img.stat_img {
  float: right;
  position: absolute;
  right: 0;
  bottom: 50px;
}

.blue_border_btn {
  border: 3px solid #3146b8;
  border-radius: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  color: #303030 !important;
  box-shadow: none;
  margin-top: -25px;
}

.blue_btn span {
  font-weight: 300;
}

.blue_btn {
  background: #3146b8;
  box-shadow: 0px 3px 0px #0f1b61;
  border-radius: 10px;
  display: block;
}

.doc_flex {
  background-color: #fff;
  box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 7%);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h3.blag_item_h3 {
  color: #0065b1 !important;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

p.blag_p {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0px;
}

.doc_item {
  max-width: 33%;
  min-width: 33%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 0px 19px 0px rgb(0 0 0 / 7%);
  min-height: 511px;
  max-height: 511px;
}

.doc_item:last-of-type {
  box-shadow: none;
}

/* .doc_item:after {
  content: '';
  position: absolute;
  height: 90%;
  width: 2px;
  top: 0;
  background: #303030;
  right: 0;
  opacity: .8;
}
.doc_item:nth-last-child()::after {
  content: '';
  display: none;
} */
img.doc_blag_img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.about_fgos_blag {
  background: #e9e9e9;
}

.about_fgos_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px;
}

.about_fgos_item {
  width: 50%;
  margin: 0 auto;
}

img.blag_sert_img {
  margin-bottom: 40px;
}

.about_fgos_btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  width: 45%;
}

p.about_fgos_text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #303030 !important;
}

h1.collect_h1 {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 125%;
  /* or 45px */

  letter-spacing: -0.03em;

  color: #ffffff;
  border: none;
}

.red_bg_text {
  padding: 8px 20px;
  border-radius: 30px;
  background: #f55a56;
  max-width: 340px;
}

.red_circle_collect {
  width: 10px;
  height: 10px;
  border-radius: 29px;
  background: #f55a56;
  margin-right: 15px;
}

.send_application {
  background: #f55a56;
  border-radius: 23.2877px;
  padding: 15px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  max-width: 270px;
  color: #ffffff;
  border: none !important;
  cursor: pointer;
  width: 280px;
}

.send_application:visited {
  color: #fff !important;
}

.send_application:hover {
  background: #f96560;
}

.coll_left,
.coll_right {
  width: 50%;
  display: flex;
  flex-direction: column;
}

img.wom_col {
  position: absolute;
  bottom: -65px;
  /* width: 340px; */
  /* height: 540px; */
  height: 631px;
  left: 5%;
}

.sale_40 span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 63.9736px;
  line-height: 77px;
  letter-spacing: -0.1em;
  color: #ffffff;
}

.background_collect {
  padding: 65px 80px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  background: linear-gradient(90.58deg, #3146b8 0.45%, #495cc8 101.1%);

  /* background: url('/content/new_design/img/col_head_bg.png') center center / cover no-repeat; */
  background-size: auto;
  box-shadow: 4px 4px 25px rgb(228 228 228 / 59%);
  border-radius: 20px;
  /* background-image: none; */
  background-size: contain;
  /* background-size: cover; */
  position: relative;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.background_collect:after {
  content: "";
  background: url("/content/new_design/img/red_lines_bg.png") center center / contain no-repeat;
  position: absolute;
  top: -78px;
  right: -15px;
  width: 77%;
  height: 127%;
}

.sale_40 {
  width: 230px;
  height: 175px;
  filter: drop-shadow(4px 4px 28px rgba(73, 73, 73, 0.26));
  border-radius: 100%;
  /* padding: 26px; */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: #303030;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  top: 50px;
  right: -6%;
}

img.arrow_btn {
  margin-left: 15px;
}

h2.col_h2 {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.05em;
  margin-bottom: 30px;
  color: #393939;
}

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

.col_about_item {
  width: 40%;
}

.col_about_item:last-of-type {
  width: 40%;
}

p.col_p {
  margin-bottom: 35px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  /* or 22px */

  letter-spacing: -0.02em;

  color: #393939;
}

h3.col_h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 125%;
  color: #393939;
}

.col_numbers_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.col_numbers_item {
  width: 30%;
  padding: 50px;
  background: #e7ebff;
  border-radius: 17px;
  margin-bottom: 22px;
  min-height: 250px;
  max-height: 250px;
}

.col_item_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 51px;
  /* identical to box height */
  margin-bottom: 29px;
  letter-spacing: -0.03em;

  color: #393939;
}

.col_item_p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;

  color: #393939;
}

.col_item_img {
  width: 66%;
  background: url(/content/new_design/img/col_photo.png) center center / cover no-repeat;
  width: 66%;
  height: 250px;
  margin-bottom: 22px;
  border-radius: 17px;
}

.licenses_about {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}

.blue_point {
  width: 10px;
  min-width: 10px;
  max-height: 10px;
  height: 10px;
  border-radius: 100%;
  background: #3146b8;
  margin-right: 25px;
  margin-top: 10px;
}

.licenses_about_text {}

.licenses_about_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 125%;
  /* or 28px */
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
  color: #393939;
}

.licenses_about_title>div {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 125%;
  /* or 28px */
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  color: #393939;
  flex-direction: column;
  align-items: self-start;
}

p.licenses_about_text_p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  color: #393939;
}

.collect_skidka {
  padding: 50px 90px;
  border: 3px solid #5f6ec5;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .lbl .inp {
  background: #ffffff;
  box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #ffaa16;
  width: 50px;
  text-align: center;
  padding: 3px 6px;
}

.collect_left {
  max-width: 60%;
}

.collect_right {
  max-width: 40%;
}

.wrap-input {
  padding: 25px 35px;
  background: #eff2ff;
  border-radius: 17px;
  margin-bottom: 15px;
  /* margin-left: 10px; */
}

.wrap-input label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 125%;
  margin-bottom: 20px;
  color: #393939;
}

input[type="range"] {
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none !important;
  /* overflow: hidden; */
  height: 7px;
}

.collect_left h2 {
  margin-bottom: 60px;
}

.col_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.col_bottom_item span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  /* identical to box height */

  letter-spacing: -0.05em;

  color: #5f6ec5;
}

.col_bottom_item {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 104.02%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #393939;
  max-width: 55%;
  padding: 30px 29px;
  background: #eff2ff;
  border-radius: 17px;
  width: 260px;
}

.col_bottom_item:first-child {
  max-width: 40%;
  width: 210px;
}

input[type="range"]::-webkit-slider-runnable-track {
  box-shadow: 2px 2px 5px rgb(0 0 0 / 15%), inset -2px -2px 5px rgb(0 0 0 / 14%),
    inset 2px 2px 5px rgb(255 255 255 / 17%);
  border-radius: 100px;
  height: 7px;
  width: 7px;
  top: 0;
  background: #e3e3e3;
}

input[type="range"]::-webkit-slider-thumb,
input[type="range"]::-ms-thumb,
input[type="range"]::-webkit-slider-thumb {
  background: #ecf0f1;
  cursor: pointer;
  width: 21px;
  height: 21px;
  -webkit-appearance: none;
  margin-top: -7px;
  box-shadow: -200px 0 0 200px #3146b8;
  opacity: 0.8;
}

.collect_left .send_application {
  max-width: 100%;
  width: 350px;
}

.col_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.col_flex_item h2.col_h2 {
  margin-bottom: 62px;
}

.col_flex_item {
  width: 30%;
  width: 30%;
  /* height: 750px; */
  min-height: 860px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

span.number_red {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 59px;

  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  margin-right: 65px;
  color: #f55a56;
}

.col_flex_line {
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: space-between;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 125%;
  /* or 28px */
  /* margin-bottom: 75px; */

  color: #393939;
}

.note_section_bg {
  background: url("/content/new_design/img/note_book.png") center center / cover no-repeat;
  display: flex;

  height: 393px;
  align-items: center;
  justify-content: flex-end;
}

.note_section {
  padding: 35px 95px;
  max-width: 100%;
}

.note_section_text span {
  margin-bottom: 40px;
  margin-top: 40px;
  width: 50%;
}

.note_section_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  display: flex;
  align-items: start;
  letter-spacing: -0.05em;
  margin-right: -40px;
  color: #393939;
  flex-direction: column;
}

.col_blue_btn {
  background: #3146b8;
  border-radius: 23.2877px;
  max-width: 100%;
  letter-spacing: 0px;
  min-width: 280px;
}

.col_blue_btn:hover {
  color: #fff;
  background: #6273cb !important;
  text-decoration: none;
}

p.col_sub_p {
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  /* identical to box height, or 22px */
  margin-bottom: 60px;

  color: #303030;
}

.col_slide {
  background-color: #fff;
}

.pr0 {
  padding-right: 0 !important;
}

.col_courses {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.btn_pos {
  position: absolute;
  bottom: 45px;
  max-width: 50%;
  width: 285px;
}

.col_course_item {
  padding: 50px;
  padding-right: 240px;
  background: #e5f0f8;
  border-radius: 15px;
  width: 48%;
  margin-bottom: 45px;
  min-height: 390px;
  position: relative;
}

.course_item_name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 125%;
  /* or 38px */

  letter-spacing: -0.03em;

  color: #393939;
  margin-bottom: 40px;
}

.course_item_sub {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 125%;
  /* identical to box height, or 32px */

  letter-spacing: -0.03em;
  margin-bottom: 55px;
  color: #f55a56;
}

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

.col_top {
  padding: 65px;
  background: linear-gradient(98.5deg, #394dbd 11.04%, #3b4580 92.1%);
}

img.col_star {
  margin-right: 10px;
  position: relative;
  top: -5px;
}

.col_top_name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;

  letter-spacing: -0.05em;
  max-width: 50%;
  color: #ffffff;
}

.col_top_header {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 55px;
}

.course_name {
  padding: 25px 75px;
  cursor: pointer;
  background: #f5f7f7;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course_name:hover {
  background: #e3eefd;
}

a.course_link {
  text-decoration: none;

  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  /* or 28px */

  letter-spacing: -0.03em;
  max-width: 80%;
  color: #393939;
}

img.red_arrow_col {
  position: relative;
  right: -15px;
}

.application_form {
  background: url("/content/new_design/img/application_bg.png") center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 80px;
  /* box-shadow: 4px 4px 25px rgba(228, 228, 228, 0.59); */
  border-radius: 17px;
}

form.col_appl_form {
  margin-bottom: 30px;
}

img.form_img_col {
  border-radius: 11px;
}

input.col_input {
  background: #ffffff;
  border: 1px solid #7d9aff !important;
  border-radius: 10px;
  padding: 20px 30px !important;
  width: 100%;
  margin-bottom: 13px;
}

input.col_input::placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: #a3a3a3;
}

.col_appl_form label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a3a3a3;
}

.label_a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a3a3a3;
  text-decoration: underline;
}

a.label_a:hover {
  color: #757575;
}

a.label_a:visited {
  color: #a3a3a3 !important;
}

p.q_col_p {
  padding-left: 130px;
  width: 90%;
}

.application_flex {
  max-width: 41%;
}

.col_form_name {
  max-width: 100%;
  color: #393939;
  margin-bottom: 30px;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.all_courses_btn,
.all_courses_btn:visited {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 125%;
  /* identical to box height, or 35px */
  background: transparent;
  border: none !important;
  letter-spacing: -0.03em;
  float: right;
  color: #ffffff;
}

.all_courses_btn:hover div {
  border-bottom: 2px solid #f55a56;
}

img.all_courses_img {
  margin-left: 10px;
}

.custom-checkbox+label {
  display: flex;
  align-items: center;
  user-select: none;
}

.custom-checkbox+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #f55a56;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
  border-color: #f55a56;
  background-color: transparent;
  background: url("/content/new_design/img/checkbox.png") center center / cover no-repeat;
}

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #f55a56;
}

.custom-checkbox:not(:disabled):active+label::before {
  border-color: #f55a56;
}

.custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem #F55A56(0, 123, 255, 0.25);
}

.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #f55a56;
}

.custom-checkbox:disabled+label::before {
  background-color: #f55a56;
}

.col_faq {
  background: #f5f7f7;
}

.number_faq {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.05em;
  margin-right: 100px;
  color: #d9d8d8;
}

.active .number_faq {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.05em;

  color: #393939;
}

.col_minus {
  display: none;
  top: 30px;
}

.faq .faq-title.active .col_minus {
  top: 30px;
}

.col_plus {
  display: block;
}

.active .col_plus {
  display: none;
}

.active .col_minus {
  display: block;
}

.btn_mob {
  display: none;
}

.col_faq-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  color: #393939;
}

.q_col_p {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  /* or 128% */


  color: #393939;
}

.col_q {
  border-top: 1px solid #d9d8d8;
}

.col_q:nth-last-of-type() {
  border-bottom: 1px solid #d9d8d8;
}

h4.col_h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.05em;
  width: 75%;
  color: #393939;
}

.col_faq_wrap {
  padding: 80px 20px;
}

.lic_mob {
  display: none;
}

img.col1_mob {
  display: none;
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  background: url("/content/new_design/img/owl_next.png");
  right: 35px;
  top: -70px;
  width: 36px;
  height: 36px;
  border: none !important;
}

.slick-prev {
  position: absolute;
  background: url(/content/new_design/img/owl_prev.png) center center / cover no-repeat;
  right: 70px !important;
  left: initial;
  top: -70px;
  width: 36px;
  height: 36px;
  border: none !important;
}

.slick-next:before,
.slick-prev:before {
  opacity: 0;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}

.col_list_mob {
  display: none;
}

.col_list_desc {
  opacity: 1;
}

.col_list_desc #olimp_list {
  max-width: 350px;
}

.ui-slider {
  border: none;
  background: #e3e3e3;
  background: linear-gradient(90deg, #98a3e1 7%, #e3e3e3 7%);
  height: 8px;
}

.ui-slider .ui-slider-handle {
  background: linear-gradient(178.39deg, #3146b8 -8.27%, #3146b8 104.82%);
  /* background: #3146B8; */
  box-shadow: 2px 2px 5px rgb(0 0 0 / 15%), inset -2px -2px 5px rgb(0 0 0 / 14%),
    inset 2px 2px 5px rgb(54 73 185);
  border-radius: 100px;
  height: 18px;
  width: 18px;
  top: -6px;
  border: none;
}



.slider-container {
  background: #f5f5f5;
  box-shadow: inset 2px 2px 6px #e3e3e3;
  border-radius: 100px;
  height: 8px;
  /* margin: 5px 0px; */
}

.ui-widget.ui-widget-content {
  /* background: none; */
  box-shadow: none;
  border: none;
}

.col_flex_item_mob {
  display: none;
}

.col_flex_item_mob img.col1_mob {
  width: 100%;
}

.col_flex_item_mob_title img.col1_mob {
  width: initial;
}

img.gr_arrow_col {
  display: none;
}

.col_success_popup {
  width: 100vw;
  height: 100vh;
  background: #00000032;
  position: fixed;
  top: 0;
  display: none;
}

.col_success {
  max-width: 520px;
  background: #ffffff;
  box-shadow: 0px 2.98305px 44.7458px rgba(116, 116, 116, 0.17);
  border-radius: 15.661px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  margin: 0 auto;
}

.col_success_title {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
  letter-spacing: -0.03em;
  width: 80%;
  color: #69c199;
  margin-bottom: 55px;
}

.col_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.col_green_btn {
  background: transparent !important;
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */

  text-transform: uppercase;
  border: 2px solid #69c199 !important;
  border-radius: 23.2877px;

  color: #69c199 !important;
}

.col_green_btn:visited,
.col_green_btn:hover {
  border: 2px solid #419770 !important;
  border-radius: 23.2877px;
  color: #419770 !important;
}

.public_cert-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.public_cert-item {
  max-width: 33%;
}

.public_sert_item {
  padding: 60px;
  background: #3146b8;
  border-radius: 20px;
}

.public_sert_item:last-of-type {
  max-width: 50%;
}

.public_sert_item_p {
  text-decoration: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */

  text-align: center;
  margin-bottom: 5px;
  color: #ffffff !important;
}

a.public_sert_item_p:last-of-type {
  margin-bottom: 20px;
}


.public_faq {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 15px;
  position: relative;
  padding: 0;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
}

.public_faq .faq-title {
  align-items: start;
  flex-direction: column;
  padding: 20px;
  color: #fff;
  background: #3146b8;
  border-radius: 15px;
}

.public_faq .faq-title h4 {
  font-size: 16px;
  color: #000;
  max-width: 96%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px;

}

.pulic_right-img {
  position: absolute;
  top: 40px;
  right: 25px;
  background: #6277E8;
  padding: 14px 10px;
  border-radius: 100%;

}

.public_faq .faq-title .right-img {
  position: absolute;
  top: 30px;
  right: 30px;
}

.public_faq p.active {
  display: none;
  padding: 31px 50px;
  background: #fff;
  font-family: 'Roboto' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #303030;
  max-width: 760px;
}

.background_conf {
  background: url('/content/new_design/img/conf_bg.png') center center / cover no-repeat;
  padding: 70px 100px;
  border-radius: 20px;
}

h1.conf_h1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  border: none;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

span.conf_span {
  font-size: 50px;
  line-height: 70px;
  text-transform: uppercase;
}

input.conf_input,
select.conf_input {

  background: #FFFFFF;
  border-radius: 6px;
  border: none;
  padding: 20px 30px;
  margin-bottom: 10px;
}

input.conf_input::placeholder,
textarea.conf_textarea::placeholder {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */


  color: rgba(48, 48, 48, 0.5);

}

input.conf_input:last-of-type {
  margin-bottom: 40px;
}

.mb40 {
  margin-bottom: 40px !important;
}

input.conf_input_label {
  background: transparent;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #FFFFFF !important;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 20px 30px;
  margin-bottom: 10px;
  width: 100%;
}

label.conf_label {
  width: 100%;
}

input.red_btn {
  background: #F55A56;
  box-shadow: 0px 3px 0px #720615;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

.red_btn {
  background: #F55A56;
  box-shadow: 0px 3px 0px #720615;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  max-width: 325px;

}

.red_btn:visited {
  color: #fff;
}

.red_btn:hover {
  background: #F9817E;

}

form.conf_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conf_left {
  width: 48%;
}

.conf_right {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.conf_white_bg {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
}

.conf_white_bg>div {
  width: 48%;
}

.conf_img_text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  /* or 20px */

  text-align: center;
  text-transform: uppercase;

  color: #3146B8;
  margin-bottom: 20px;
}

textarea.conf_textarea {
  /* max-height: 200px; */
  background: #FFFFFF;
  border-radius: 10px;

}

h2.conf_h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-align: center;

  color: #303030;
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 70px;
}

.conf_grid_item {
  position: relative;
  background: #3146B8;
  border-radius: 20px;
  padding: 24px;
}

.grid_item_number {
  /* position: absolute;
  top: 42px;
  left: 42px; */
  width: 40px;
  height: 40px;
  margin-bottom: 70px;
  padding: 10px;
  border-radius: 100%;
  background: #fff;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;

  color: #3146B8;
}

.grid_item_text {
  max-width: 85%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  /* or 19px */


  color: #FFFFFF;
}

.conf_grid_item:nth-child(3) {
  grid-column: 3 /5;
}

.conf_grid_item:nth-child(4) {
  grid-column: 1 /3;
}

.conf_grid_item:nth-child(5) {
  grid-column: 3 /5;
}

.conf_grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  margin-bottom: 40px;
}

a.red_btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center_btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

h2.big_conf_h2 {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 59px;
  /* identical to box height */

  text-align: center;
  text-transform: uppercase;

  color: #303030;
}

.text_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.text_grid .grid_item_text {
  color: #030303;
}

.grid_item_blue {
  background: #3146B8;
  border-radius: 20px;
}

.grid_item_text h2.big_conf_h2 {
  font-size: 45px;
}

.background_sert {
  padding: 50px 20px;

  height: 100%;
  margin: 0 auto;
  background: url('/content/new_design/img/sert_page_bg.png') center center / cover no-repeat;
  background-size: auto;
  box-shadow: 4px 4px 25px rgb(228 228 228 / 59%);
  border-radius: 20px;
  margin-bottom: 100px;
  position: relative;
  background-size: cover;
}

.background_sert .red_bg_text {
  max-width: 445px;
}

img.sert_img {
  position: absolute;
  top: -100%;
}

.sert_nav_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 60px;
}

.nav_left {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

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

a.sert_nav {
  text-decoration: none;
  padding: 30px 37px;
  padding-right: 85px;
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  /* or 22px */
  position: relative;
  letter-spacing: -0.03em;
  border: 2px solid #3146B8;
  border-radius: 10px;
  color: #3146B8;
}

a.sert_nav:hover img.sert_blue_arrow {
  stroke: #eb4f27
}

.ndfHFb-c4YZDc {
  display: none;
}

img.sert_blue_arrow {
  position: absolute;
  top: 30px;
  right: 30px;
}

a.sert_nav:hover {
  background: #D6DAF0;
}

.sert_red_btn {
  padding: 15px 60px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  /* identical to box height, or 26px */

  letter-spacing: -0.02em;

  color: #FFFFFF;
  background: #F55A56;
  border-radius: 6.92711px;
}

.sert_red_btn:hover {
  background: #F9817E;
  border-radius: 6.92711px;
}

.sert_red_btn:visited {
  color: #fff;
}

.slog_title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 121.5%;
  justify-content: space-between;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  color: #313131;
  margin-bottom: 80px;
}

.blue_bg {
  padding: 10px 75px;
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 121.5%;
  /* identical to box height, or 22px */

  text-align: center;
  letter-spacing: -0.05em;

  color: #FFFFFF;
  background: #7486E9;
  box-shadow: 6px 6px 0 #FFBBB9;

}

.sert_about_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.sert_grid_item_title {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 121.5%;
  /* or 27px */

  letter-spacing: -0.03em;
  text-transform: uppercase;

  color: #313131;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

img.grid_item_img {
  margin-right: 30px;
}

.sert_item_grid_content {

  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 121.5%;
  letter-spacing: -0.03em;
  color: #313131;
}

.sert_slider_item {
  background: #FFFFFF;
  box-shadow: 4px 4px 40px rgba(218, 218, 218, 0.59);
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}

.sert_slider_item:nth-child(1) {
  background: url('/content/new_design/img/slide_1_bg.png') center center / cover no-repeat;
}

.sert_slider_item:nth-child(2) {
  background: url('/content/new_design/img/slide_2_bg.png') center center / cover no-repeat;
}

.sert_slider_item:nth-child(3) {
  background: url('/content/new_design/img/slide_3_bg.png') center center / cover no-repeat;
}

.sert_slider_item:nth-child(4) {
  background: url('/content/new_design/img/slide_4_bg.png') center center / cover no-repeat;
}

.sert_slider_item:nth-child(5) {
  background: url('/content/new_design/img/slide_5_bg.png') center center / cover no-repeat;
}

.sert_slider_item:nth-child(6) {
  background: url('/content/new_design/img/slide_6_bg.png') center center / cover no-repeat;
}

.sert_slider_item:nth-child(7) {
  background: url('/content/new_design/img/slide_7_bg.png') center center / cover no-repeat;
}

.sert_slider_title {

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 121.5%;
  /* or 30px */

  letter-spacing: -0.03em;

  color: #313131;
  margin-bottom: 30px;
}

p.slider_p {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  /* or 21px */

  letter-spacing: -0.03em;

  color: #313131;
  margin-bottom: 60px;
}

.sert_slide_text {
  width: 50%;
}

img.sert_all_courses_img {
  margin-left: 10px;
  transform: rotate(-55deg);
}

.sert_all_courses_btn {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 125%;
  /* identical to box height, or 35px */

  letter-spacing: -0.03em;

  color: #3146B8;
}

.all_courses_btn:hover {
  text-decoration: none;
}

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

p.small_sert_p {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */

  letter-spacing: -0.03em;

  color: #313131;
}

.sub_flex {
  display: flex;
}

.sub_flex>div,
img.public_cert-item,
.sub_flex .cert-items .public_cert-item {
  width: 100%;
  max-width: 100%;
}

.sub_flex>div .sub_flex .cert-items .public_cert-item {
  max-width: 50%;
  width: 50%;
}

.sub_flex .cert-items .public_cert-item {
  max-width: 100% !important;
}

.sert_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

}

img.gerb_img_mob {
  display: none;
}

@media (max-width: 1300px) {
  .coll_left .ah-text {
    width: 100%;
  }

  img.wom_col {
    position: absolute;
    bottom: -65px;
    left: -11%;
  }

  .sale_40 {
    top: -10px;
    right: 60px;
  }
}

@media (max-width: 1671px) {
  img.wm_img {
    right: -170px;
  }
}

@media (max-width: 1441px) {
  .about_course_item {
    max-width: 30%;
    min-width: 30%;
  }

  .about_course_item:nth-child(1n + 4) {
    margin-right: 20px;
  }

  .about_course_item:nth-child(1n + 3) {
    margin-right: 0;
  }

  .application_part {
    padding-top: 100px;
  }

  .select_btn_nd {
    width: 50%;
    padding: 25px 40px;
    font-size: 22px;
    line-height: 22px;
  }

  img.wm_img {
    right: -200px;
  }
}

@media (max-width: 1200px) {
  .stat_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .button_flex .public_btn {
    padding: 15px 10px;
  }

  #divergent-form-konkurs_nd {
    padding: 25px 20px;
  }

  .number_part {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 30px;
    margin-bottom: 18px;
    color: #3146b8;
  }

  p.count_p {
    font-size: 16px;
    line-height: 20px;
  }

  img.wm_img {
    right: 5%;
  }

  .select_btn_nd,
  .action_button_nd,
  .red-border-button {
    /* width: 50%; */
    /* padding: 25px 40px;
     */
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .action_button_nd:visited {
    color: #fff;
  }

  p.p_info {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .info_price {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .info_right .action_button_nd {
    max-width: 60%;
  }

  p.title_p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  h1.olimp_h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .price_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .price_flag {
    margin-left: 30px;
  }

  h2.course_h2 {
    font-size: 18px;
  }

  p.course_p {
    font-size: 15px;
    line-height: 18px;
  }

  .course_item {
    padding: 30px;
  }

  .about_fgos_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 70px 0;
  }

  .blue_border_btn {
    width: 100%;
    margin-bottom: 30px;
  }

  .blue_btn {
    width: 100%;
  }

  .background>img {
    display: none;
  }
}

@media (max-width: 990px) {
  .public_table {
    min-width: 980px;
  }

  .stat_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .stat_item {
    height: 290px;
  }

  .table-wrap {
    /* min-width: 900px; */
    overflow-x: scroll;
  }

  .table-wrap::-webkit-scrollbar {
    width: 100%;
    background: #ffffff;
    box-shadow: inset 2px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 30px;
  }

  .table-wrap::-webkit-scrollbar-thumb {
    background: #f55a56;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    height: 24px;
    width: 80px;
  }

  .advantages_grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .right_grid {
    grid-column: 1 / 1;
  }

  .stages_item {
    max-width: 100%;
    min-width: 100%;
  }

  .select_c_btn {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }

  .select_c_buttons {
    flex-wrap: wrap;
  }

  .about_course_item {
    max-width: 40%;
    min-width: 40%;
  }

  .about_course_item:nth-child(1n + 3) {
    margin-right: 20px;
  }

  .about_course_item:nth-child(1n + 2) {
    margin-right: 0;
  }

  .service_grid {
    display: block;
    /* grid-template-columns: repeat(1, 1fr); */
  }

  .ol_right_paft {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ol_right_paft .olimp_btn {
    margin-top: 40px;
    width: 100%;
  }

  .choise_item {
    max-width: 50%;
    min-width: 50%;
  }

  .license_item {
    min-width: 50%;
    max-width: 50%;
  }

  #steps_ul,
  .steps_img_flex {
    width: 100%;
  }

  .steps_part {
    width: 100%;
  }

  img.olimp_img_desc {
    display: none;
  }

  img.olimp_img_mob {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .olimp_flex {
    margin-top: 25px !important;
  }

  h2.steps_h2 {
    max-width: 100%;
  }

  .konkursy_grid_items,
  .olimpiady_grid_items {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .olimpiady_grid_items--auto-rows {
    grid-template-rows: repeat(2, auto);
  }

  .olimp_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .olimp_right {
    width: 0;
    min-width: 0;
  }

  h1.olimp_h1 {
    text-align: center;
  }

  .reviews_items {
    flex-wrap: wrap;
  }

  .left .ah-text {
    width: 100%;
  }

  .left .ah-text h1 {
    font-size: 35px;
    line-height: 1.1;
  }

  .ah-site-description_new {
    font-size: 22px;
    margin-top: 30px;
    color: #fff;
    opacity: 0.75;
  }

  .select_btn_nd {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .select_btn_nd,
  .action_button_nd,
  .red-border-button {
    /* width: 50%; */
    padding: 10px 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .info-content {
    flex-direction: column;
    align-items: center;
  }

  .info_right,
  .info_left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .cert-items {
    flex-direction: column;
  }

  .info-nav>div {
    display: none;
  }

  .info-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .info-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .info-nav>select {
    display: block !important;
  }

  .info-nav>select {
    display: block !important;
    background: #8295fe;
    border-radius: 8px;
    color: #fff;
    padding: 13px 26px;
  }

  .price_box {
    justify-content: space-between;
  }

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

  .org_grid_item:nth-child(1) .org_item,
  .org_grid_item:nth-child(2) .org_item,
  .org_grid_item:nth-child(3) .org_item {
    width: 100%;
    margin-bottom: 30px;
    max-width: 320px;
  }

  .top_c {
    padding: 60px 90px;
  }

  .top_item {
    max-width: 48% !important;
    min-width: 48%;
  }

  .image_text {
    display: none;
  }

  .doc_flex {
    flex-wrap: wrap;
  }

  .doc_item {
    max-width: 50%;
    min-width: 50%;
  }

  .about_fgos_flex {
    flex-wrap: wrap;
  }

  .about_fgos_item {
    width: 100%;
  }

  .background_collect {
    padding: 23px 40px;
    max-height: 640px;
    min-height: 640px;
    /* background: url('/content/new_design/img/col_head_bg_mob.png') center center / cover no-repeat; */
  }

  img.wom_col {
    /* display: none; */
  }

  .coll_left,
  .coll_right {
    width: 100%;
  }

  .sale_40 {
    top: initial;
    bottom: -40px;
  }

  #collect_page {
    padding-top: 30px;
  }

  h1.collect_h1 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.05em;
    border: none;
    color: #ffffff;
    text-align: left;
  }

  h2.col_h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-align: left;
    color: #393939;
  }

  p.col_p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    letter-spacing: -0.02em;

    color: #393939;
  }

  .col_list_mob {
    display: block;
  }

  .col_list_mob .send_application {
    margin-bottom: 40px;
  }

  .col_list_mob #olimp_list li p {
    color: #393939;
  }

  .col_list_desc {
    display: none;
  }

  .content_block_nd {
    flex-wrap: wrap;
    min-height: initial;
    width: 100%;

  }

  img.wom_col {
    position: absolute;
    bottom: -530px;
    left: 0;
    height: initial;
  }

  .sale_40 span {
    font-weight: 500;
    font-size: 35.0816px;
    line-height: 42px;
  }

  .sale_40 {
    width: 120px;
    height: 90px;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    bottom: -472px;
    right: 0;
  }

  .background_collect:after {
    content: "";
    background: url(/content/new_design/img/red_lines_bg.png) center center / contain no-repeat;
    position: absolute;
    top: initial;
    right: -66px;
    width: 176%;
    height: 127%;
    bottom: -278px;
  }

  .faq .faq-title {
    align-items: start;
    flex-direction: column;
  }

  p.q_col_p {
    padding-left: 0;
    width: 90%;
  }

  .col_about,
  .col_numbers_items {
    flex-wrap: wrap;
  }

  .col_about_item:last-of-type,
  .col_numbers_item {
    width: 100%;
  }

  .col_item_title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    color: #393939;
  }

  .col_item_p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    letter-spacing: -0.02em;

    color: #393939;
  }

  .col_numbers_items {
    padding: 20px 40px;
  }

  .col_item_img {
    width: 100%;
    height: 124px;
  }

  .lic_desc {
    display: none;
  }

  .lic_mob {
    display: block;
  }

  .col_about {
    flex-wrap: wrap;
  }

  .col_about_item {
    width: 100%;
  }

  .col_about_item:first-of-type {
    margin-bottom: 75px;
  }

  .collect_skidka {
    padding: 45px 20px;
    flex-wrap: wrap;
  }

  .collect_left .send_application {
    max-width: 100%;
    width: 48%;
  }

  .collect_left {
    max-width: 100%;
    width: 100%;
  }

  .collect_right {
    display: none;
  }

  .col_bottom {
    flex-wrap: wrap;
  }

  .col_bottom_item {
    max-width: 100%;
    padding: 25px 20px;
    margin-bottom: 25px;
  }

  .col_numbers_item {
    padding: 23px 40px;
    min-height: initial;
    max-height: initial;
  }

  .col_bottom_item:first-child {
    max-width: 100%;
    min-width: 100%;
  }

  .col_bottom_item {
    max-width: 100%;
    min-width: 100%;
  }

  .col_bottom {
    margin-bottom: 10px;
  }

  .col_flex {
    flex-wrap: wrap;
  }

  .col_flex_item {
    width: 100%;
    margin-bottom: 50px;
    height: initial;
    width: 100%;
    margin-bottom: 50px;
    min-height: 0;
    height: initial;
    display: block;
  }

  img.col1_mob {
    display: block;
  }

  img.col1_desc {
    display: none;
  }

  .col_flex_item h2.col_h2 {
    margin-bottom: 0;
    width: 59%;
    text-align: left;
  }

  span.number_red {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 58.9091px;
    line-height: 37px;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
    color: #f55a56;
    margin-right: 40px;
  }

  .col_flex_line {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    padding: 0 20px;
    color: #393939;
    float: left;
  }

  img.col3 {
    display: none;
  }

  .col_flex_item_mob {
    display: block;
  }

  .col_flex_item_mob_title {
    display: flex;
    flex-direction: row;
  }

  .col_flex_item:first-of-type {
    display: none;
  }

  .col_flex_item:last-of-type {
    display: none;
    margin-bottom: 0;
  }

  .note_section_bg {
    background: url(/content/new_design/img/note_book_mob.png) center center / cover no-repeat;
    display: block;
    height: 393px;
    align-items: center;
    justify-content: flex-end;
  }

  .note_section_text .col_blue_btn {
    position: absolute;
    bottom: 25px;
  }

  img.red_arrow_col {
    display: none;
  }

  img.gr_arrow_col {
    display: block;
    right: 0;
  }

  .note_section {
    padding: 20px 25px;
    max-width: 100%;
    height: 393px;
    display: flex;
    position: relative;
  }

  .col_courses {
    flex-wrap: wrap;
  }

  .col_course_item {
    padding: 30px 20px;
    padding-right: 100px;
    background: #e5f0f8;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 30px;
  }

  .col_top_name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.05em;
  }

  .col_top {
    padding: 30px 0;
    padding-bottom: 60px;
  }

  .col_top_header {
    margin-bottom: 50px;
  }

  img.col_star {
    display: none;
  }

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

  a.course_link {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    letter-spacing: -0.02em;

    color: #393939;
  }

  .course_name {
    padding: 20px 15px;
  }

  .application_flex {
    max-width: 100%;
  }

  img.form_img_col {
    display: none;
  }

  .number_faq {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    /* identical to box height */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.05em;

    color: #393939;
  }

  h4.col_h4 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    /* or 25px */

    letter-spacing: -0.03em;

    color: #393939;
  }

  form.conf_form {
    flex-wrap: wrap;
  }

  .conf_right {
    width: 100%;
  }

  .conf_left {
    width: 100%;
    margin-bottom: 40px;
  }

  .conf_grid {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (max-width: 768px) {
  .wm_img {
    display: none;
  }

  .background {
    background-color: #3d42b7;
    background-image: none;
  }

  .c_name {
    font-size: 17px;
  }

  .col_faq_wrap {
    padding: 40px 0;
  }

  .books_items:nth-child(1) {
    max-width: 100%;
  }

  .books_items:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }

  .button_flex {
    flex-wrap: wrap;
  }

  .button_flex .public_btn {
    max-width: 51%;
    width: 51%;
  }

  .button_flex {
    flex-wrap: wrap;
  }

  .sub_grid_item {
    grid-column: 1 / 3;
  }

  .sub_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
  }

  .top_c {
    padding: 20px 25px;
  }

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

  .olimpiady_items {
    justify-content: center;
    padding: 0 20px;
  }

  .application_part {
    padding-top: 50px;
  }

  .license_item {
    min-width: 100%;
    max-width: 100%;
  }

  .count_box {
    position: relative;
    flex-direction: column;
  }

  .count_item:after {
    display: none;
  }

  img.application_form_img {
    position: relative;
    order: 1;
  }

  .price_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .price_flag {
    margin: 10px 0;
  }

  .olimp_bg {
    padding-bottom: 50px;
  }

  .about_course_item {
    max-width: 48%;
    min-width: 48%;
    margin-right: 0;
  }

  .c_form {
    padding: 50px 10%;
    background: #3146b8;
    border-radius: 30px;
  }

  .c_inputs {
    flex-direction: column;
    width: 100%;
  }

  .cleft,
  .cright {
    max-width: 100%;
    width: 100%;
  }

  .mb100 {
    margin-bottom: 50px;
  }

  .note_section_text {
    font-size: 28px;
    line-height: 34px;
  }

  h2.col_h2 {
    margin-bottom: 15px;
  }

  .wrap-input {
    background: transparent;
    padding: 0;
    padding-bottom: 25px;
  }

  .col_course_item {
    padding: 30px;
    min-height: 340px;
  }

  .btn_pos {
    position: absolute;
    bottom: 45px;
    max-width: 65%;
    width: 290px;
  }

  .col_appl_form label {
    /* display: block !important; */
  }

  .public_faq .faq-title h4 {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    max-width: 100%;
  }

  .public_faq p.active {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #303030;
    padding: 20px 40px;
  }

  .background_conf {
    padding: 50px;
  }

  input.red_btn {
    min-width: 100%;
  }

  h2.big_conf_h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .grid_item_text h2.big_conf_h2 {
    font-size: 30px;
  }

  .conf_grid {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 25px;
  }

  .conf_grid_item:nth-child(3),
  .conf_grid_item:nth-child(4),
  .conf_grid_item:nth-child(5) {
    grid-column: initial;
  }

  h1.conf_h1 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .sert_slide_text {
    width: 100%;
  }

  .sert_slider_title {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 121.5%;
  }

  p.slider_p {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 30px;
  }

  .btn_desc {
    display: none;
  }

  .btn_mob {
    display: block;
  }

  .sert_slider_item {
    padding: 30px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
  }

  img.gerb_img {
    display: none;
  }

  img.gerb_img_mob {
    display: block;
    margin-bottom: 25px;
    width: 50%;
  }

  .slog_title {
    font-size: 28px;
    line-height: 121.5%;
    margin-bottom: 41px;
    flex-direction: column;
    align-items: self-start;
  }

  .background_sert {
    background: url(/content/new_design/img/sert_page_bg_mob.png) center center / contain no-repeat;
    background-color: #3d52c0;
    background-size: cover;
  }

  .sert_content_block {
    flex-direction: column-reverse;
  }

  .public_cert-item {
    max-width: 100%;
  }

  .sert_flex {
    flex-direction: column;
  }

  img.public_cert-item {
    display: none;
  }

  img.sert_img {
    position: relative;
  }

  .sert_nav_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .sert_about_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .nav_right,
  .nav_left {
    grid-template-rows: repeat(1, 1fr);

  }

  .blue_bg {
    margin-top: 20px;
    font-size: 18px;
    width: 51%;
    text-align: left;
    padding: 10px 35px;
  }

  .sert_all_courses_btn {
    display: none;
  }

  .sert_red_btn {
    font-size: 18px;
  }

  .sert_all_courses_btn {
    display: none;
  }
}

@media (max-width: 567px) {
  .select_block {
    margin-bottom: 0px;
  }

  .slick-prev,
  .slick-next {
    display: none;
  }

  .conf_grid {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 25px;
  }

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

  .p_btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .top_item {
    max-width: 100% !important;
    min-width: 100%;
    height: 155px;
  }

  h3.h3_sub_title {}

  .collect_left .send_application {
    max-width: 100%;
    width: 100%;
  }

  #divergent-form-konkurs_nd {
    padding: 20px 10px;
  }

  .choise_item {
    max-width: 100%;
    min-width: 100%;
  }

  h2.h2_konk_h2,
  h2.steps_h2,
  h2.h2_olimp,
  h2.search_h2,
  h2.h2_review {
    font-size: 22px;
    line-height: 27px;
  }

  h1.slog_h1 {
    font-size: 26px;
    line-height: 32px;
  }

  p.about_p_p {
    font-size: 14px;
    line-height: 17px;
  }

  #steps_ul li p.step_p {
    font-size: 18px;
    line-height: 22px;
  }

  #steps_ul li img.step_num {
    margin-right: 8px;
    width: 40px;
  }

  .s_line {
    flex-wrap: wrap;
  }

  #search_line {
    width: 100%;
    margin-bottom: 15px;
  }

  .seatch_btn {
    width: 100%;
    background: #ffffff;
    border: 2px solid #3146b8;
    border-radius: 8px;
  }

  .olimpiady_item {
    width: 100%;
    min-width: 100%;
  }

  .oi {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 15px;
  }

  .konkursy_grid_items,
  .olimpiady_grid_items {
    grid-template-columns: repeat(1, 1fr);
  }

  .content_block_nd {
    flex-direction: column;
  }

  img.wom_col {
    position: absolute;
    bottom: -485px;
    left: 0;
    height: initial;
  }

  .sale_40 {
    width: 120px;
    height: 90px;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    bottom: -442px;
    right: 0;
    text-align: center;
  }

  .left {
    width: 100%;
  }

  .olimpiady_items {
    justify-content: center;
    padding: 0 20px;
  }

  .ah-text h1 {
    font-size: 35px;
    line-height: 1.1;
    width: 100%;
    font-size: 31px;
    line-height: 31px;
    padding-left: 0;
    padding-right: 0;
  }

  .mb100 {
    margin-bottom: 50px;
  }

  .us-count {
    height: 540px;
  }

  .review_btn {
    margin: 0 auto;
  }

  .right {
    height: 20px;
  }

  .select_course_btn {
    flex-direction: column;
    width: 100%;
  }

  .select_btn_nd {
    width: 100%;
  }

  .info-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .info-nav>select {
    display: block !important;
  }

  .info-nav>select {
    display: block !important;
    background: #8295fe;
    border-radius: 8px;
    color: #fff;
    padding: 13px 26px;
  }

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

  .sel_kpp,
  .sel_kpk {
    display: none;
  }

  .sel_active {
    display: flex;
  }

  .service_grid {
    display: block;
    padding: 0 20px;
  }

  .select_block .action_button_nd {
    width: 100%;
  }

  img.wm_img {
    /*transform: scale(0.7);*/
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    height: auto;
    /*bottom: -79px;*/
  }

  .service-item-group {
    flex-wrap: wrap;
  }

  .service_right {
    width: 100%;
  }

  img.olimp_img_desc {
    display: none;
  }

  img.olimp_img_mob {
    display: block;
  }

  img.application_form_img {
    position: relative;
    order: 1;
  }

  h2.application_h2 {
    text-align: left;
  }

  .about_course_item {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    min-height: 280px;
  }

  .course_item {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  p.course_p {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }

  .col_numbers_items {
    padding: 40px 0;
  }

  .col_about_item:first-of-type {
    margin-bottom: 15px;
  }

  #olimp_list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .background_collect:after {
    content: "";
    background: url(/content/new_design/img/red_lines_bg.png) center center / contain no-repeat;
    position: absolute;
    top: initial;
    right: -307px;
    width: 259%;
    height: 127%;
    bottom: -278px;
  }

  .all_courses_btn,
  .all_courses_btn:visited {
    font-size: 28px;
    line-height: 34px;
    float: initial;
    display: flex;
    text-align: center;
    justify-content: center;
  }

  .public_faq .faq-title h4 {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    max-width: 100%;
  }

  .public_faq p.active {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #303030;
    padding: 20px 40px;
  }
}

@media (max-width: 450px) {
  .background_collect {
    padding: 23px 10px;
  }

  img.wom_col {
    position: absolute;
    bottom: -469px;
    left: 0;
    height: initial;
  }

  .slick-prev,
  .slick-next {
    display: none;
  }
}

@media (max-width: 400px) {
  img.wom_col {
    position: absolute;
    bottom: -421px;
    left: 0;
    height: initial;
  }

  .sale_40 {
    width: 120px;
    height: 90px;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    bottom: -382px;
    right: 0;
    text-align: center;
  }
}

.about_course_item .c_price del {
  color: #F55A56;
  font-weight: 700;
  text-decoration: line-through #F55A56;
}

.about_course_item .c_price span {
  color: #6E6E6E !important;
}

.cards-block {
  display: flex;
  gap: 25px;
  margin-top: 15px;
}

.cards-block__collumn {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cards-block__card {
  padding: 21px 24px;
}

.cards-block__collumn .cards-block__card {
  background-color: white;
  border-radius: 10px;
  width: 335px;
  height: 150px;
  padding: 20px;
}

.mb100.m_tops {
  margin-top: 100px !important;
}

/* .cards-block__card-1 {
  background: url(../img/diploma1.webp) no-repeat;
  background-position: right;
  background-size: 40%;
}

.cards-block__card-2 {
  background: url(../img/image-70.webp) no-repeat;
  background-position: 95% 100%;
  background-size: 30%;
}

.cards-block__card-4 {
  background: url(../img/image-70.webp) no-repeat;
  background-position: right;
  background-size: 40%;
}

.cards-block__card-5 {
  background: url(../img/image\ 69.webp) no-repeat;
  background-position: 95% 100%;
  background-size: 30%;
}

.cards-block__card-6 {
  background: url(../img/image\ 68.webp) no-repeat;
  background-position: 100% 100%;
  background-size: 30%;
} */

.cards-block__card-1 {
  background: url(/wp-content/uploads/2025/03/01.webp) no-repeat;
  background-position: right;
  background-size: 40%;
}

.cards-block__card-2 {
  background: url(/wp-content/uploads/2025/03/02.webp) no-repeat;
  background-position: 95% 100%;
  background-size: 30%;
  background-position: right;
}

.cards-block__card-4 {
  background: url(/wp-content/uploads/2025/03/03.webp) no-repeat;
  background-position: right;
  /* background-size: 40%; */
}

.cards-block__card-5 {
  background: url(/wp-content/uploads/2025/03/04.webp) no-repeat;
  background-position: 95% 100%;
  /* background-size: 30%; */
  background-position: right;
}

.cards-block__card-6 {
  background: url(/wp-content/uploads/2025/03/06.webp) no-repeat;
  background-position: 100% 100%;
  background-size: 30%;
}

.cards-block__card p {
  color: #313131;
  font-family: "Roboto Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 19.8px */
}

.cards-block__card button {
  border-radius: 20px;
  border: 2px solid #F55A56 !important;
  padding: 14px 24px;
  background: #FFF;
  margin-top: 16px;
  cursor: pointer;
  text-decoration: none;
  color: #F55A56;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.28px;
}

.ah-text__mob {
  display: none;
}

@media (max-width: 768px) {
  .ah-text h1 {
    font-size: 26px !important;
  }

  span.red_line:after {
    height: 22px;
  }

  .cards-block__card {
    width: 280px !important;
  }

  .cards-block {
    flex-direction: column;
    align-items: center;
  }

  .cards-block__card button {
    margin-top: 0px;
    padding: 10px 16px;
  }

  .ah-text h1:first-child {
    display: none;
  }

  .ah-text__mob {
    display: block !important;
  }

  .left {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .ah-text h1 {
    font-size: 22px !important;
  }
}


/*test*/


.section21012025 {
  font-family: 'Montserrat';
  margin: 0;
  padding: 0;
}

.section21012025 .bg {
  background-color: rgba(49, 70, 184, 1);
  background-image: url('/content/new_design/img/rev_desk_bg.png');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.section21012025 .wrapper {
  width: 1140px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 30px;
  align-items: center;
}

.section21012025 .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}

.section21012025 .image::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.10);
  border-radius: 50%;
  z-index: -1;
}

.section21012025 .txt {
  color: #fff;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section21012025 .head {
  font-size: 50px;
  width: 90%;
}

.section21012025 .txtblock {
  width: 90%;
}

.section21012025 .button {
  display: inline-flex;
  padding: 25px 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border-radius: 99px;
  background: var(--fgos_clr_mainred, #F55A56);
  box-shadow: 0px 0px 30px 0px rgba(245, 90, 86, 0.30);
  max-width: fit-content;

  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.section21012025 .big {
  font-weight: 600;
}

.section21012025 .button:hover {
  background: var(--fgos_clr_mainred, #f56965);
}


/*footer*/

.section21012025 .fbg {
  background-color: rgba(49, 70, 184, 1);
}

.section21012025 footer {
  color: #fff;
}

.section21012025 .navigation a {
  text-decoration: none;
  color: #fff;
}

.section21012025 .navigation {
  display: flex;
  gap: 30px;
}

.section21012025 .nav1,
.section21012025 .nav2 {
  display: flex;
  gap: 30px;
  padding: 40px 0;
}

.section21012025 .hl {
  border-bottom: 1px solid #f2f2f23f;
  margin-bottom: 40px;
}


.section21012025 .info {
  display: flex;
  margin-bottom: 40px;
}

.section21012025 .vl {
  border-left: 1px solid #f2f2f23f;
  height: auto;
  margin: 0 20px;
}

.section21012025 .info_txt {
  width: 20%;
  font-size: 12px;
}

.section21012025 .contacts {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  text-align: center;
  margin-left: auto;
  font-weight: 600;
}

.section21012025 .number,
.section21012025 .email {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section21012025 .m_logo {
  display: none;
}

.section21012025 .number a,
.section21012025 .email a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1169px) {
  .section21012025 .wrapper {
    width: auto;
    margin: 0 15px;
  }
}

@media (max-width: 869px) {

  .section21012025 .navigation {
    flex-direction: column;
    gap: 0px;
  }

  .section21012025 .nav1,
  .section21012025 .nav2 {
    padding: 20px 0;
  }

  .section21012025 .contacts {
    flex-direction: column;
  }
}

@media (max-width: 767px) {

  .section21012025 .bg {
    background-color: rgba(49, 70, 184, 1);
    background-image: url('/content/new_design/img/rev_mob_bg.png');
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
  }

  .section21012025 .wrapper {
    width: auto;
    flex-direction: column;
    margin: 0 5%;
    gap: 20px;
    min-height: 610px;
  }

  .section21012025 .image {
    margin-right: 100px;
  }

  .section21012025 .image {
    width: auto;
    height: auto;
  }

  .section21012025 .image::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    z-index: -1;
  }

  .section21012025 .navigation {
    flex-direction: row;
    gap: 60px;
  }

  .section21012025 .button {
    max-width: 100%;
    margin-bottom: 20px;
  }

  /*footer*/
  .section21012025 .nav1,
  .section21012025 .nav2 {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }

  .section21012025 .info_txt,
  .section21012025 .vl,
  .section21012025 .logo {
    display: none;
  }

  .section21012025 .contacts {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .section21012025 .m_logo {
    margin-top: 20px;
    display: block;
  }

  .section21012025 .logo {
    display: none;
  }

  .section21012025 .hl,
  .section21012025.info {
    margin-bottom: 20px;
    width: 100%;
  }

  .section21012025 footer {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}