@charset "UTF-8";

.kinder_container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1450px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}

@media (min-width: 1125px) and (max-width: 1240px) {
  .container {
    max-width: 1140px;
  }
}

a,
p,
li {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #333333;
}

.normal-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
  text-align: left;
}

.main-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.75rem;
  letter-spacing: 0.01em;
  text-align: left;
}

.heading {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.18rem;
  letter-spacing: 0.01em;
  text-align: left;
}

.heading.green {
  color: #599934;
}

.consultation_detail {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.06rem;
  letter-spacing: 0.01em;
  text-align: left;
}

.secondary-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: 0.01em;
  text-align: left;
}

.cta-block-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: 0.01em;
  text-align: left;
}

.logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
  text-align: left;
}

.small-link-text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
  text-align: left;
}

.sign-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.01em;
  text-align: left;
  color: #828282;
}

.placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
  text-align: left;
}

.kinder-breadcrumb {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.81rem;
  letter-spacing: 0.01em;
  text-align: left;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  color: #6D9E3F;
}

.kinder-link:hover {
  color: #339966 !important;
  transition: 0.2s;
}

.kinder-link.white {
  color: #fff;
}

.kinder-link.white:hover {
  color: #fff;
  transition: 0.2s;
}

.kinder-link.green {
  color: #339966;
}

.kinder-link.green:hover {
  color: #333333;
  transition: 0.2s;
}

.kinder-btn-block {
  position: relative;
  cursor: pointer;
  box-sizing: content-box;
  border: 2px solid transparent;
}

.kinder-btn-block.narrow .kinder-btn {
  padding: 9px 45px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kinder-btn-block.narrow .kinder-btn {
    padding: 9px 19px;
    font-size: 14px;
  }
}

.kinder-btn-block .kinder-btn {
  display: block;
  padding: 18px 50px;
  background: linear-gradient(272.82deg, #74A248 34.08%, #FFE000 142.26%), #339966;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0px 4px 9px rgba(139, 172, 60, 0.7);
}

.kinder-btn-block .kinder-btn:hover {
  color: #fff;
}

.kinder-btn-block::after,
.kinder-btn::before {
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
}

.kinder-btn-block.narrow::after,
.kinder-btn-block.narrow .kinder-btn::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
}

.kinder-btn-block::after {
  top: -12px;
  right: -12px;
  border-top: 2px solid #6D9E3F;
  border-right: 2px solid #6D9E3F;
  transition: 0.5s all;
}

.kinder-btn-block.narrow::after {
  top: -5px;
  right: -5px;
  border-top: 1px solid #6D9E3F;
  border-right: 1px solid #6D9E3F;
  transition: 0.5s all;
}

.kinder-btn::before {
  bottom: -12px;
  left: -12px;
  border-bottom: 2px solid #6D9E3F;
  border-left: 2px solid #6D9E3F;
  transition: 0.5s all;
}

.kinder-btn-block.narrow .kinder-btn::before {
  bottom: -5px;
  left: -5px;
  border-bottom: 1px solid #6D9E3F;
  border-left: 1px solid #6D9E3F;
  transition: 0.5s all;
}

.kinder-btn-block:hover::after {
  width: 70px;
  height: 70px;
}

.kinder-btn-block.narrow:hover::after {
  width: 45px;
  height: 45px;
}

.kinder-btn-block:hover .kinder-btn::before {
  width: 70px;
  height: 70px;
}

.kinder-btn-block.narrow:hover .kinder-btn::before {
  width: 45px;
  height: 45px;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.modal .modal-dialog .modal-content .modal-body .modal-title {
  text-align: center;
  margin-bottom: 20px;
}

.modal .modal-dialog .modal-content .modal-body .cta_from .cta_form_one_input_block {
  position: relative;
}

.modal .modal-dialog .modal-content .modal-body .cta_from .cta_form_one_input_block .cta_form_input {
  margin-right: 30px;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #bdbdbd;
  margin-bottom: 20px;
}

.modal .modal-dialog .modal-content .modal-body .cta_from .cta_form_one_input_block .cta_form_input:hover,
.modal .modal-dialog .modal-content .modal-body .cta_from .cta_form_one_input_block .cta_form_input:focus {
  outline: none;
  border: 1px solid #6D9E3F;
}

.modal .modal-dialog .modal-content .modal-body .cta_from .cta_form_one_input_block .formErrorMessage {
  position: absolute;
  bottom: 0;
  left: 0;
  color: red;
}

.modal .modal-dialog .modal-content .modal-body .cta_from .kinder-btn-block {
  display: table;
  margin: auto;
}

.modal .modal-dialog .modal-content .modal-body .cta_from .kinder-btn-block .kinder-btn.disabled_link {
  background: linear-gradient(272.82deg, #999c96 34.08%, #8c8b84 142.26%), #818a86;
  box-shadow: 0px 4px 9px rgba(114, 115, 111, 0.7);
}

.modal .modal-dialog .modal-content .modal-body .js_form_message {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.modal .modal-dialog .modal-content .modal-body .js_form_message .heading,
.modal .modal-dialog .modal-content .modal-body .js_form_message .secondary-heading {
  text-align: center;
  margin-bottom: 20px;
}

header {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1124px) {
  header {
    box-shadow: none;
  }
}

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

header .header_block .logo_block {
  display: flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  header .header_block .logo_block {
    align-items: center;
  }
}

header .header_block .logo_block .logo {
  margin-right: 30px;
  height: 70px;
  width: 73px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  header .header_block .logo_block .logo {
    width: 50px;
    height: 50px;
  }
}

header .header_block .logo_block .logo-text {
  padding-top: 14px;
  padding-bottom: 14px;
  max-width: 280px;
}

@media (max-width: 1124px) {
  header .header_block .logo_block .logo-text {
    font-size: 14px;
  }
}

header .header_block .navigation_block {
  padding-top: 14px;
  padding-bottom: 14px;
}

header .header_block .navigation_block .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250,126,26, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header .header_block .navigation_block .navbar .nav-item.active .nav-link {
  color: #339966;
}

header .header_block .navigation_block .navbar .nav-item .nav-link {
  padding-right: 1.19rem;
  padding-left: 1.19rem;
}

@media (max-width: 1124px) {
  header .header_block .navigation_block .navbar .nav-item .nav-link {
    font-size: 14px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media (max-width: 992px) {
  header .header_block .navigation_block .offcanvas-header {
    display: block;
  }

  header .header_block .navigation_block .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 35%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 60px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ffffff;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.1);
    transition: visibility 0.2s ease-in-out;
    z-index: 99999;
  }

  header .header_block .navigation_block .navbar-collapse .btn-close {
    margin-right: 20px;
    margin-top: -40px;
  }

  header .header_block .navigation_block .navbar-collapse .nav-item .nav-link {
    font-size: 16px;
    color: #333333;
  }

  header .header_block .navigation_block .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
}

@media (max-width: 470px) {
  header .header_block .navigation_block .navbar-collapse {
    left: 100%;
    width: 50%;
  }
}

.offcanvas-header {
  display: none;
}

.promo_section {
  background-image: url(/images/promo_img.png?cb8e7661e2c6ffe9116b9d8447745692);
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 70px;
  background-position-y: -82px;
}

@media (min-width: 1125px) and (max-width: 1240px) {
  .promo_section {
    padding-top: 100px;
  }
}

@media (max-width: 1124px) {
  .promo_section {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .promo_section {
    padding-top: 55px;
    background-position: center;
    padding-bottom: 30px;
  }
}

.promo_section .main-heading {
  margin-bottom: 48px;
}

@media (min-width: 768px) and (max-width: 1124px) {
  .promo_section .main-heading {
    width: 80%;
  }
}

.promo_section .heading {
  margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .promo_section .heading {
    width: 80%;
  }
}

.promo_section .main_points_list {
  list-style: none;
  padding-left: 12px;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .promo_section .main_points_list {
    width: 80%;
  }
}

.promo_section .main_points_list .subheading {
  margin-bottom: 15px;
}

.promo_section .main_points_list .subheading::before {
  content: "\2022";
  color: #599934;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-left: -10px;
  margin-right: 18px;
}

@media (max-width: 575px) {
  .promo_section .kinder-btn-block {
    display: table;
    margin: auto;
  }
}

.promo_section .kinder-btn {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
}

@media (max-width: 1124px) {
  .promo_section .kinder-btn {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .promo_section .kinder-btn {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .promo_section .kinder-btn {
    font-size: 14px;
    padding: 10px 18px;
  }
}

.services_section {
  padding-top: 36px;
}

@media (min-width: 1024px) and (max-width: 1240px) {
  .services_section {
    padding-top: 50px;
  }
}

@media (max-width: 1124px) {
  .services_section {
    padding-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .services_section {
    padding-top: 30px;
  }
}

.services_section .one_branch_block {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 1125px) and (max-width: 1240px) {
  .services_section .one_branch_block {
    margin-bottom: 20px;
  }
}

@media (max-width: 1124px) {
  .services_section .one_branch_block {
    margin-bottom: 20px;
    width: auto;
  }
}

.services_section .one_branch_block.reverse {
  flex-direction: row-reverse;
}

.services_section .one_branch_block.reverse .branch_img_block {
  justify-content: flex-end;
}

.services_section .one_branch_block .branch_img_block {
  display: flex;
}

.services_section .one_branch_block .branch_img_block .branch_img {
  width: 100%;
  height: 100%;
  max-width: 470px;
  min-width: 470px;
}

@media (max-width: 1124px) {
  .services_section .one_branch_block .branch_img_block .branch_img {
    max-width: 100%;
    min-width: 100%;
  }
}

.services_section .one_branch_block .branch_description_block {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .services_section .one_branch_block .branch_description_block {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.services_section .one_branch_block .branch_description_block.trainings {
  align-items: flex-end;
}

@media (max-width: 575px) {
  .services_section .one_branch_block .branch_description_block .branch_description_block_content {
    width: 100%;
  }
}

.services_section .one_branch_block .branch_description_block .heading {
  margin-bottom: 20px;
}

.services_section .one_branch_block .branch_description_block .service_list {
  list-style: none;
  padding-left: 12px;
  margin-bottom: 26px;
}

.services_section .one_branch_block .branch_description_block .service_list li {
  line-height: 22px;
  margin-bottom: 15px;
}

.services_section .one_branch_block .branch_description_block .service_list li::before {
  content: "\2022";
  color: #339966;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-left: -13px;
  margin-right: 12px;
}

.services_section .one_branch_block .branch_description_block .service_list li.orange::before {
  color: #FAA61A;
}

.services_section .one_branch_block .kinder-btn-block {
  width: 200px;
}

.articles_section {
  padding-top: 31px;
  margin-bottom: 61px;
}

@media (max-width: 575px) {
  .articles_section {
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .articles_section .one_post_list {
    margin-bottom: 40px;
  }
}

.articles_section .one_post_list .one_post_img_block {
  width: 100%;
  margin-bottom: 31px;
  max-width: 100%;
  max-height: 250px;
}

.articles_section .one_post_list .one_post_img_block img {
  max-width: 100%;
  max-height: 250px;
  min-height: 250px;
  display: table;
  margin: auto;
}

.articles_section .one_post_list .one_post_heading_block {
  border-left: 3px solid #FAA61A;
  padding-left: 12px;
  margin-bottom: 21px;
  padding-right: 12px;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575px) {
  .articles_section .one_post_list .one_post_heading_block {
    min-height: auto;
    max-height: none;
  }
}

.articles_section .one_post_list .one_post_hashtags {
  margin-bottom: 20px;
  min-height: 2rem;
  padding-left: 12px;
  right: 12px;
}

.articles_section .one_post_list .one_post_hashtags .post_hashtag {
  margin-right: 10px;
}

.articles_section .one_post_list .one_post_preview_block {
  padding-left: 12px;
  right: 12px;
}

.articles_section .one_post_list .one_post_preview_block p {
  margin-bottom: 6px;
  height: 66px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .articles_section .one_post_list .one_post_preview_block p {
    height: auto;
  }
}

.articles_section .one_post_list .one_post_preview_block .read_more {
  color: #339966;
}

.articles_section .read_more_button_block {
  margin-top: 35px;
  justify-content: center;
}

.cta_section {
  background-image: url(/images/cta_background.svg?039ee06d7ce5359c2824fab2ada46e21);
  background-size: cover;
  padding-top: 103px;
  padding-bottom: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .cta_section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cta_section .cta_title_block {
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

.cta_section .cta_title_block .cta-block-heading {
  text-align: center;
}

.cta_section .cta_form_block {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (max-width: 575px) {
  .cta_section .cta_form_block {
    width: 100%;
  }
}

.cta_section .cta_form_block .cta_from {
  display: flex;
  flex-direction: row;
}

@media (max-width: 575px) {
  .cta_section .cta_form_block .cta_from {
    flex-direction: column;
    width: 100%;
  }
}

.cta_section .cta_form_block .cta_from .cta_form_one_input_block {
  position: relative;
}

.cta_section .cta_form_block .cta_from .cta_form_one_input_block .cta_form_input {
  margin-right: 30px;
  width: 270px;
  height: 40px;
  padding: 10px;
  border: 1px solid #BDBDBD;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cta_section .cta_form_block .cta_from .cta_form_one_input_block .cta_form_input {
    width: 250px;
    height: 44px;
  }
}

@media (max-width: 575px) {
  .cta_section .cta_form_block .cta_from .cta_form_one_input_block .cta_form_input {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}

.cta_section .cta_form_block .cta_from .cta_form_one_input_block .cta_form_input:hover,
.cta_section .cta_form_block .cta_from .cta_form_one_input_block .cta_form_input:focus {
  outline: none;
  border: 1px solid #6D9E3F;
}

@media screen and (min-width: 575px) and (max-width: 750px) {
  .cta_section .cta_form_block .cta_from .cta_form_one_input_block .cta_form_input {
    width: 200px;
  }
}

.cta_section .cta_form_block .cta_from .cta_form_one_input_block .formErrorMessage {
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: red;
}

.cta_section .cta_form_block .cta_from .kinder-btn-block .kinder-btn.disabled_link {
  background: linear-gradient(272.82deg, #999c96 34.08%, #8c8b84 142.26%), #818a86;
  box-shadow: 0px 4px 9px rgba(114, 115, 111, 0.7);
}

@media (max-width: 575px) {
  .cta_section .cta_form_block .cta_from .kinder-btn-block {
    display: table;
    margin: auto;
  }
}

.hero_section {
  background-size: cover;
  padding-top: 124px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-blend-mode: overlay;
  background-position: center center;
}

.hero_section.grey_bg {
  background-color: #e5e5e5;
}

.hero_section.grey_bg .breadcrumbs_section .breadcrumbs_block .one_breadcrumb {
  color: #6D9E3F;
}

.hero_section.grey_bg .breadcrumbs_section .breadcrumbs_block .one_dot {
  background-color: #6D9E3F;
}

.hero_section.grey_bg .breadcrumbs_section .dots_block .one_dot {
  background-color: #333333;
}

.hero_section.grey_bg .title_block .main-heading {
  color: #333333;
}

.hero_section .breadcrumbs_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.hero_section .breadcrumbs_section .breadcrumbs_block {
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .hero_section .breadcrumbs_section .breadcrumbs_block {
    flex-wrap: wrap;
  }
}

.hero_section .breadcrumbs_section .breadcrumbs_block .one_breadcrumb {
  color: #ffffff;
  display: inline-block;
}

.hero_section .breadcrumbs_section .breadcrumbs_block .one_dot {
  height: 5px;
  width: 5px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}

.hero_section .breadcrumbs_section .dots_block {
  display: flex;
  justify-content: center;
}

.hero_section .breadcrumbs_section .dots_block .one_dot {
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.hero_section .title_block {
  display: flex;
  width: 100%;
  justify-content: center;
}

.hero_section .title_block .main-heading {
  color: #ffffff;
  text-align: center;
}

@media (max-width: 767px) {
  .hero_section .title_block .main-heading {
    padding-left: 10px;
    padding-right: 10px;
  }
}

footer {
  background: linear-gradient(271.43deg, #74A248 43.88%, #FFE000 185.18%), #339966;
  padding-top: 40px;
  padding-bottom: 58px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer {
    overflow: hidden;
  }
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .left_side_block .logo_block {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .left_side_block .logo_block {
    width: 50%;
    float: left;
  }
}

footer .left_side_block .logo_block .logo {
  width: 70px;
  height: 73px;
  margin-right: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .left_side_block .logo_block .logo {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575px) {
  footer .left_side_block .logo_block .logo {
    width: 50px;
    height: 50px;
  }
}

footer .left_side_block .logo_block .logo-text {
  color: #fff;
  max-width: 285px;
}

footer .left_side_block .contacts_block {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
}

@media (max-width: 575px) {
  footer .left_side_block .contacts_block {
    margin-left: 84px;
  }
}

footer .left_side_block .contacts_block .one_contact_link {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .left_side_block .contacts_block .one_contact_link {
    order: 2;
    margin-left: -100%;
    float: left;
  }
}

footer .left_side_block .contacts_block .one_contact_link .one_contact_link_icon {
  margin-right: 5px;
}

footer .left_side_block .contacts_block .socials_block {
  margin-top: 36px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .left_side_block .contacts_block .socials_block {
    order: 1;
    margin-top: 0;
    margin-bottom: 36px;
  }
}

@media (max-width: 375px) {
  footer .left_side_block .contacts_block .socials_block {
    margin-top: 10px;
  }
}

footer .left_side_block .contacts_block .socials_block .one_social_icon {
  margin-right: 10px;
  height: 60px;
  width: 60px;
  display: inline-block;
}

footer .left_side_block .contacts_block .socials_block .one_social_icon img {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .left_side_block .contacts_block .socials_block .one_social_icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 375px) {
  footer .left_side_block .contacts_block .socials_block .one_social_icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 326px) {
  footer .left_side_block .contacts_block .socials_block .one_social_icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 320px) {
  footer .left_side_block .contacts_block .socials_block .one_social_icon {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer .navigation_block {
    width: 50%;
    margin-top: -100px;
    margin-left: 32%;
  }
}

footer .navigation_block .navbar {
  padding-left: 0;
}

footer .navigation_block .navbar .navbar-nav .nav-item.active .nav-link {
  color: #fff;
  text-decoration: underline;
}

footer .navigation_block .navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
}

@media (min-width: 1125px) and (max-width: 1240px) {
  footer .navigation_block .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}

footer .navigation_block .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fff !important;
  text-decoration: underline;
}

footer .navigation_block .app_block {
  display: flex;
}

footer .navigation_block .app_block .app_icon_block {
  width: 66px;
  height: 66px;
  margin-right: 15px;
}

footer .navigation_block .app_block .app_description_block .app_description {
  color: #fff;
  max-width: 389px;
  display: block;
}

@media (max-width: 1124px) {
  footer .navigation_block .app_block .app_description_block .app_description {
    margin-bottom: 20px;
  }
}

footer .navigation_block .app_block .app_description_block .app_link {
  float: right;
  margin-left: 28px;
  margin-top: -8px;
}

@media (max-width: 375px) {
  footer .navigation_block .app_block .app_description_block .app_link {
    margin-left: 5px;
    margin-top: 5px;
  }
}

@media (max-width: 320px) {
  footer .navigation_block .app_block .app_description_block .app_link {
    margin-left: 0;
    margin-top: 5px;
  }
}

footer .service_links {
  margin-top: 30px;
  border-top: 1px solid #fff;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 575px) {
  footer .service_links {
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
  }

  footer .service_links a {
    margin-bottom: 10px;
  }
}

.blog_list {
  padding-top: 38px;
  margin-bottom: 61px;
}

.blog_list .one_post_list {
  margin-bottom: 58px;
}

.blog_list .one_post_list .one_post_img_block {
  max-width: 100%;
  margin-bottom: 18px;
  max-height: 220px;
}

.blog_list .one_post_list .one_post_img_block img {
  max-width: 100%;
  max-height: 220px;
  min-height: 220px;
  display: table;
  margin: auto;
}

.blog_list .one_post_list .one_post_date_block {
  margin-bottom: 18px;
}

.blog_list .one_post_list .one_post_heading_block {
  border-left: 3px solid #FAA61A;
  margin-bottom: 20px;
  padding-left: 12px;
}

.blog_list .one_post_list .one_post_hashtags {
  margin-bottom: 20px;
  min-height: 2rem;
}

.blog_list .one_post_list .one_post_hashtags .post_hashtag {
  margin-right: 10px;
}

.blog_list .one_post_list .one_post_preview_block p {
  margin-bottom: 6px;
  height: 66px;
  overflow: hidden;
}

.blog_list .one_post_list .one_post_preview_block .read_more {
  color: #339966;
}

.one_post_section {
  padding-top: 38px;
  margin-bottom: 61px;
}

.one_post_section .post_main_heading {
  border-left: 3px solid #FAA61A;
  margin-bottom: 46px;
  padding-left: 12px;
}

.one_post_section .post_main_img_block {
  width: 100%;
  margin-bottom: 18px;
  max-height: 457px;
}

.one_post_section .post_main_img_block img {
  max-width: 100%;
  max-height: 100%;
  display: table;
  margin: auto;
}

.one_post_section .post_main_date_block {
  margin-bottom: 18px;
  width: 100%;
}

.one_post_section .post_hashtags_block {
  width: 100%;
  margin-bottom: 18px;
}

.one_post_section .post_hashtags_block .post_hashtag {
  margin-right: 10px;
}

.one_post_section .post_main_body {
  margin-bottom: 46px;
}

.one_post_section .post_main_body p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 1rem;
}

.one_post_similar .one_post_img_block {
  max-width: 100%;
  margin-bottom: 31px;
  max-height: 250px;
  overflow: hidden;
}

.one_post_similar .one_post_img_block img {
  max-width: 100%;
  max-height: 250px;
  min-height: 250px;
  display: table;
  margin: auto;
}

.one_post_similar .one_post_heading_block {
  border-left: 3px solid #FAA61A;
  margin-bottom: 20px;
  padding-left: 12px;
}

.grey_bg_section {
  background-color: #e5e5e5;
}

.service_block_heading {
  width: 100%;
  margin-bottom: 50px;
}

.service_block_heading.orange .heading {
  color: #FAA61A;
}

.service_block_heading.orange .dots .dot {
  background-color: #FAA61A;
}

.service_block_heading.white .heading {
  color: #ffffff;
}

.service_block_heading.white .dots .dot {
  background-color: #ffffff;
}

.service_block_heading .dots .dot {
  height: 8px;
  width: 8px;
  background-color: #6D9E3F;
  border-radius: 8px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.service_block_heading .heading {
  color: #6D9E3F;
}

.service_details_block {
  width: 100%;
}

.service_details_block.extra-padding {
  padding-top: 63px;
}

.service_details_block.no-pl {
  padding-left: 0;
}

.service_details_block.no-pl .service_details_list {
  padding-left: 0;
}

.service_details_block .service_details_block_heading {
  margin-bottom: 19px;
}

.service_details_list {
  list-style: none;
  padding-left: 12px;
  margin-bottom: 54px;
}

.service_details_list.no-pl {
  padding-left: 0;
}

.service_details_list li {
  margin-bottom: 10px;
  display: flex;
}

.service_details_list li::before {
  content: "\2022";
  color: #599934;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-right: 20px;
  font-size: 20px;
}

.service_details_list.orange_dots li::before {
  color: #FAA61A;
}

.ticked_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ticked_list li {
  margin-bottom: 40px;
  display: flex;
}

.ticked_list li:before {
  content: url(/images/list_check.svg?e0c4995550b53db6825925be7dc8fe77);
  width: 23px;
  height: 18px;
  margin-right: 10px;
}

.one_training {
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.25);
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.one_training .one_training_img_block {
  max-width: 100%;
  margin-bottom: 18px;
  max-height: 250px;
  min-height: 250px;
}

.one_training .one_training_img_block .one_training_img {
  max-width: 100%;
  display: table;
  margin: auto;
  max-height: 250px;
  min-height: 250px;
}

.one_training .one_training_title_block {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 28px;
  padding-left: 27px;
  padding-right: 43px;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.one_training .one_training_description {
  margin-bottom: 24px;
  padding-left: 27px;
  padding-right: 43px;
}

.one_training .one_training_description p {
  margin-bottom: 5px;
}

.one_training .one_training_description p .price {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
}

.one_training .kinder-btn-block {
  max-width: 200px;
  margin-left: 27px;
}

.adults_section .grey_bg_section {
  padding-top: 74px;
}

.consultation_section .consultation_types {
  padding-top: 74px;
  width: 100%;
}

.consultation_section .consultation_types .one_consultation_type {
  border: 1px solid #faa61a;
  padding-top: 45px;
  padding-bottom: 55px;
  padding-left: 99px;
  margin-bottom: 26px;
}

.consultation_section .consultation_types .one_consultation_type .type_title {
  color: #6D9E3F;
  margin-bottom: 24px;
  text-align: center;
}

.consultation_section .consultation_types .one_consultation_type .type_title.orange {
  color: #FAA61A;
}

.consultation_section .consultation_types .one_consultation_type .consultation_detail {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 21px;
}

.consultation_section .consultation_types .one_consultation_type .consultation_detail .label {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-align: left;
}

.consultation_section .consultation_types .note {
  text-align: center;
  margin-bottom: 50px;
}

.consultation_section .consultation_types .note .green {
  color: #339966;
  font-size: 18px;
}

.consultation_section .kinder-btn-block {
  margin-bottom: 174px;
}

.consultation_section .parents_questions {
  padding-top: 110px;
}

.consultation_section .parents_questions .ticked_list {
  margin-bottom: 122px;
}

.consultation_section .parents_questions .relative_block {
  position: relative;
}

.consultation_section .parents_questions .relative_block .service_details_img_block {
  max-width: 700px;
  margin-bottom: 315px;
}

.consultation_section .parents_questions .relative_block .service_details_img_block img {
  width: 100%;
}

.consultation_section .parents_questions .relative_block .service_details_content_overflow_block {
  background: #ffffff;
  opacity: 0.9;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.25);
  padding: 46px 52px 35px 45px;
  max-width: 935px;
  position: absolute;
  left: 15%;
  bottom: 15%;
}

.consultation_section .parents_questions .relative_block .service_details_content_overflow_block .green_dots li:before {
  width: 10px;
  font-size: 27px;
}

.consultation_section .parents_questions .relative_block .service_details_content_overflow_block .quote {
  padding-left: 26px;
  border-left: 2px solid #6D9E3F;
}

.consultation_section .parents_questions .steps_block {
  margin-top: 29px;
  margin-bottom: 103px;
}

.consultation_section .parents_questions .steps_block .one_step {
  margin-bottom: 78px;
  display: flex;
  align-items: baseline;
}

.consultation_section .parents_questions .steps_block .one_step .number_block {
  margin-right: 16px;
}

.consultation_section .parents_questions .steps_block .one_step .number_block .number {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #6D9E3F;
}

.consultation_section .parents_questions .steps_block .one_step .number_block .number.orange {
  color: #FAA61A;
}

.consultation_section .parents_questions .steps_block .one_step .description_block .consultation_detail {
  margin-bottom: 8px;
}

.consultation_section .banner_section {
  background-image: url(/images/consultation_banner.png?004dc85ea3ded6777cb823cbda27f057);
  background-size: cover;
  padding-top: 113px;
  padding-bottom: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consultation_section .banner_section .banner_content_block {
  background: #ffffff;
  opacity: 0.9;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.25);
  max-width: 935px;
  padding-top: 31px;
  padding-bottom: 33px;
  padding-left: 67px;
  padding-right: 121px;
}

.consultation_section .banner_section .banner_content_block .service_block_heading {
  margin-bottom: 24px;
}

.consultation_section .banner_section .banner_content_block .banner_content_point {
  margin-bottom: 16px;
}

.consultation_section .banner_section .banner_content_block .banner_content_point .secondary-heading {
  margin-bottom: 12px;
}

.consultation_section .cta_section {
  padding-top: 0;
}

.diagnostics_section {
  padding-top: 75px;
}

.diagnostics_section .banner_block {
  margin-bottom: 146px;
}

.diagnostics_section .banner_block .banner_img_block {
  max-width: 100%;
}

.diagnostics_section .banner_block .banner_img_block .banner_img {
  width: 100%;
}

.diagnostics_section .banner_block .banner_description_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.diagnostics_section .banner_block .banner_description_block .banner_description {
  margin-bottom: 49px;
  line-height: 34px;
}

.diagnostics_section .banner_block .banner_description_block .banner_description .accent {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

.diagnostics_section .banner_block .kinder-btn {
  max-width: 472px;
}

.diagnostics_section .diagnostics_help {
  padding-bottom: 141px;
}

.diagnostics_section .main_questions_block {
  padding-top: 76px;
  padding-bottom: 93px;
}

.diagnostics_section .main_questions_block .main_questions_block_questions {
  list-style: none;
  padding: 0;
  margin: 0;
}

.diagnostics_section .main_questions_block .main_questions_block_questions li {
  margin-bottom: 50px;
}

.diagnostics_section .diagnostics_options_block {
  padding-top: 72px;
  width: 100%;
}

.diagnostics_section .about_diagnostics {
  padding-top: 72px;
  padding-bottom: 127px;
}

.diagnostics_section .about_diagnostics .one_step .one_step_number_block {
  margin-bottom: 35px;
}

.diagnostics_section .about_diagnostics .one_step .one_step_number_block .one_step_number {
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FAA61A;
}

.diagnostics_section .about_diagnostics .one_step .one_step_number_block .one_step_number.green {
  color: #6D9E3F;
}

.diagnostics_section .about_diagnostics .one_step .one_step_description {
  margin-bottom: 5px;
}

.diagnostics_section .about_diagnostics .one_step .one_step_description .one_step_description_subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.01em;
}

.preschool_section .preschool_types {
  padding-top: 74px;
  width: 100%;
}

.preschool_section .preschool_types .one_preschool_type {
  border: 1px solid #faa61a;
  padding-top: 45px;
  padding-bottom: 55px;
  padding-left: 46px;
  margin-bottom: 26px;
}

.preschool_section .preschool_types .one_preschool_type .type_title {
  color: #6D9E3F;
  margin-bottom: 24px;
}

.preschool_section .preschool_types .one_preschool_type .consultation_detail {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 21px;
}

.preschool_section .preschool_types .one_preschool_type .consultation_detail.orange {
  color: #FAA61A;
}

.preschool_section .preschool_types .one_preschool_type .consultation_detail .label {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333333;
}

.preschool_section .preschool_types .note {
  text-align: center;
  margin-bottom: 50px;
}

.preschool_section .preschool_types .note .green {
  color: #339966;
  font-size: 18px;
}

.preschool_section .kinder-btn-block {
  margin-bottom: 174px;
}

.preschool_section .main_questions_block {
  padding-top: 86px;
}

.trainings_section {
  padding-top: 75px;
  background-color: #e5e5e5;
  padding-bottom: 112px;
}

.trainings_section .trainings_block {
  width: 100%;
}

.one_training_section {
  padding-bottom: 153px;
}

.one_training_section .training_main_info_block {
  padding-top: 80px;
}

.one_training_section .training_main_info_block .training_main_info_img_block {
  max-width: 100%;
  max-height: 460px;
}

.one_training_section .training_main_info_block .training_main_info_img_block .training_main_info_img {
  max-width: 100%;
  display: table;
  margin: auto;
  max-height: 460px;
}

.one_training_section .training_main_info_block .training_main_info_description {
  border: 1px solid #faa61a;
  padding-top: 45px;
  padding-bottom: 55px;
  padding-left: 99px;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .one_training_section .training_main_info_block .training_main_info_description {
    padding-left: 0;
  }
}

.one_training_section .training_main_info_block .training_main_info_description .training_main_info_title {
  color: #6D9E3F;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .one_training_section .training_main_info_block .training_main_info_description .training_main_info_title {
    text-align: center;
  }
}

.one_training_section .training_main_info_block .training_main_info_description .training_main_info_detail {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .one_training_section .training_main_info_block .training_main_info_description .training_main_info_detail {
    text-align: center;
  }
}

.one_training_section .training_main_info_block .training_main_info_description .training_main_info_detail .label {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-align: left;
}

.one_training_section .training_main_info_block .training_main_info_btn_block {
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
}

.one_training_section .training_quote_block {
  margin-bottom: 63px;
}

.one_training_section .training_goal_block {
  background-color: #6D9E3F;
  padding-top: 37px;
  padding-bottom: 49px;
}

.one_training_section .training_goal_block .service_block_heading {
  margin-bottom: 0;
}

.one_training_section .training_goal_block .goal_subheading {
  color: #ffffff;
  font-size: 22px;
}

.one_training_section .training_steps_block {
  padding-top: 61px;
}

.one_training_section .training_steps_block .heading_block {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .one_training_section .training_steps_block .heading_block {
    margin-bottom: 40px;
  }
}

.one_training_section .training_steps_block .one_step {
  margin-bottom: 78px;
  display: flex;
  align-items: baseline;
}

.one_training_section .training_steps_block .one_step .number_block {
  margin-right: 16px;
}

.one_training_section .training_steps_block .one_step .number_block .number {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #6D9E3F;
}

.one_training_section .training_steps_block .one_step .number_block .number.orange {
  color: #FAA61A;
}

.one_training_section .training_steps_block .one_step .description_block .consultation_detail {
  margin-bottom: 8px;
}

.one_training_section .training_content_block {
  padding-top: 61px;
  margin-bottom: 19px;
}

.one_training_section .training_methods_block {
  padding-top: 52px;
  padding-bottom: 46px;
}

.one_training_section .service_details_list {
  list-style: none;
  padding-left: 12px;
}

.one_training_section .service_details_list li {
  margin-bottom: 26px;
}

.one_training_section .training_results_block {
  padding-top: 70px;
}

.one_training_section .training_results_block .results_quote_block {
  margin-top: 70px;
  border-left: 2px solid #6D9E3F;
  padding-left: 26px;
  margin-bottom: 90px;
}

.one_training_section .training_results_block .kinder-btn-block {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .one_training_section .training_results_block .kinder-btn-block {
    display: table;
    margin: auto;
  }
}

.mobile_app_section {
  padding-bottom: 133px;
  background-color: #e5e5e5;
}

.mobile_app_section .one_app_block {
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 60px;
}

.mobile_app_section .one_app_block.no-border {
  border-bottom: none;
}

.mobile_app_section .one_app_block .one_app_title {
  margin-bottom: 36px;
}

.mobile_app_section .one_app_block .one_app_img_block {
  max-width: 203px;
  margin-bottom: 36px;
}

.mobile_app_section .one_app_block .one_app_img_block .one_app_img {
  max-width: 100%;
  display: table;
  margin: auto;
}

.mobile_app_section .one_app_block .one_app_description {
  margin-bottom: 36px;
}

.mobile_app_section .one_app_block .one_app_download_buttons {
  margin-bottom: 60px;
}

.mobile_app_section .one_app_block .one_app_download_buttons .app_link {
  margin-right: 50px;
}

.mobile_app_section .one_app_block .one_app_download_buttons .app_link img {
  width: 177px;
}

.contacts_section {
  background-color: #e5e5e5;
}

.contacts_section .contacts_block {
  padding-top: 91px;
}

.contacts_section .contacts_block .contact_ul {
  margin-bottom: 39px;
  padding-left: 0;
}

.contacts_section .contacts_block .contact_ul .phone {
  margin-right: 17px;
}

.contacts_section .contacts_block .contact_ul .messenger_icon {
  margin-right: 12px;
}

.contacts_section .contacts_block .links_block {
  margin-bottom: 74px;
}

.contacts_section .contacts_block .links_block a {
  margin-right: 36px;
}

.contacts_section .contacts_block .app_block {
  display: flex;
}

.contacts_section .contacts_block .app_block .img_block {
  margin-right: 20px;
}

.contacts_section .contacts_block .app_block .app_title {
  margin-bottom: 13px;
}

.contacts_section .contacts_block .app_block .download_btns {
  margin-bottom: 195px;
}

.contacts_section .contacts_block .app_block .download_btns a {
  margin-right: 24px;
}

.about_section {
  margin-top: 55px;
}

.about_section .dots_block {
  width: 100%;
}

.about_section .dots_block .one_dot {
  height: 10px;
  width: 10px;
  background-color: #333333;
  border-radius: 10px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.about_section .text_block {
  float: left;
  margin-bottom: 63px;
}

.about_section .text_block p {
  line-height: 25.6px;
}

.about_section .text_block .greetings_block {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .about_section .text_block .greetings_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about_section .text_block .greetings_block .bolder {
  font-weight: 500;
}

.about_section .text_block .greetings_block .mb40 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .about_section .text_block .greetings_block .mb40 {
    margin-bottom: 20px;
  }
}

.about_section .text_block .greetings_block .accent {
  font-weight: 600;
  font-size: 18px;
  color: #6D9E3F;
}

.about_section .text_block .greetings_block .greeting_extra_margin {
  margin-top: 20px;
  margin-bottom: 39px;
}

@media (max-width: 767px) {
  .about_section .text_block .work_with {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about_section .text_block .work_with .consultation_detail {
  color: #6D9E3F;
  margin-bottom: 16px;
}

.about_section .text_block .work_with .extra_mt {
  margin-top: 20px;
  margin-bottom: 20px;
}

.about_section .text_block .work_with .signature {
  font-size: 18px;
  font-weight: 600;
}

.about_section .img_block {
  position: relative;
  max-width: 433px;
  margin-bottom: 85px;
  float: right;
}

@media (max-width: 1124px) {
  .about_section .img_block {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .about_section .img_block {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 105px;
  }
}

.about_section .img_block img {
  max-width: 433px;
}

@media (max-width: 767px) {
  .about_section .img_block img {
    max-width: 100%;
  }
}

.about_section .img_block .img_caption {
  position: absolute;
  bottom: -84px;
  width: 100%;
  background-color: #6D9E3F;
  box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.25);
  padding: 13px 26px;
}

.about_section .img_block .img_caption p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.about_section .about_info_block {
  background-image: url(/images/about_bg.png?ac868d05fc52fe8d49bacd7c20a4136f);
  background-size: cover;
  position: relative;
  padding: 96px;
}

@media (max-width: 1023px) {
  .about_section .about_info_block {
    background-position: bottom;
  }
}

@media (max-width: 767px) {
  .about_section .about_info_block {
    padding: 20px;
  }
}

.about_section .about_info_block .logo_block {
  position: absolute;
  right: 30px;
  top: 50px;
  height: 240px;
  width: 240px;
  opacity: 20%;
}

.about_section .about_info_block .about_info_block_text {
  padding-left: 400px;
}

@media (max-width: 1023px) {
  .about_section .about_info_block .about_info_block_text {
    padding-left: 0;
  }
}

.about_section .about_info_block .about_info_block_text .main-heading {
  margin-bottom: 10px;
}

.about_section .about_info_block .about_info_block_text .her_title {
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: #6D9E3F;
  margin-bottom: 30px;
}

.about_section .about_info_block .about_info_block_text .service_details_list {
  padding-left: 0;
}

.about_section .about_info_block .about_info_block_text .service_details_list li {
  margin-bottom: 20px;
  align-items: flex-start;
}

.about_section .about_info_block .about_info_block_text .service_details_list li::before {
  font-size: 30px;
}

.about_section .about_info_block .about_info_block_text .service_details_list li p {
  margin-top: 3px;
}

.about_section .diplomas_section {
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
}

@media (max-width: 767px) {
  .about_section .diplomas_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.about_section .diplomas_section .diplomas_slider {
  max-width: 100%;
}

.about_section .diplomas_section .diplomas_slider .one_diploma {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .about_section .diplomas_section .diplomas_slider .one_diploma {
    flex-wrap: wrap;
  }
}

.about_section .diplomas_section .diplomas_slider .one_diploma .diploma_text_block {
  width: 50%;
  display: inline-block;
}

@media (max-width: 767px) {
  .about_section .diplomas_section .diplomas_slider .one_diploma .diploma_text_block {
    width: 100%;
    margin-bottom: 20px;
  }
}

.about_section .diplomas_section .diplomas_slider .one_diploma .diploma_text_block .diploma_heading {
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
}

.about_section .diplomas_section .diplomas_slider .one_diploma .diploma_text_block .diploma_description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 767px) {
  .about_section .diplomas_section .diplomas_slider .one_diploma .diploma_text_block .diploma_description {
    text-align: center;
  }
}

.about_section .diplomas_section .diplomas_slider .one_diploma .diploma_img_block {
  width: 50%;
  display: inline-block;
}

@media (max-width: 767px) {
  .about_section .diplomas_section .diplomas_slider .one_diploma .diploma_img_block {
    width: 100%;
  }
}

.about_section .diplomas_section .diplomas_slider .one_diploma .diploma_img_block img {
  max-width: 400px;
  max-height: 300px;
  display: table;
  margin: auto;
}

@media (max-width: 1023px) {
  .about_section .diplomas_section .diplomas_slider .one_diploma .diploma_img_block img {
    max-width: 100%;
  }
}

.about_section .diplomas_section .controls_block {
  width: 50%;
  display: table;
  margin: auto;
  margin-top: 21px;
}

@media (max-width: 767px) {
  .about_section .diplomas_section .controls_block {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
}

.about_section .diplomas_section .controls_block img {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .about_section .diplomas_section .controls_block img {
    margin-right: 0;
  }
}

.about_section .diplomas_section .controls_block img:hover {
  cursor: pointer;
}

.about_section .reviews_section {
  padding-top: 101px;
  padding-bottom: 86px;
  background-color: #F7F7F7;
  overflow: hidden;
  position: relative;
}

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

.about_section .reviews_section .reviews_heading_block .dots_block {
  width: auto;
}

.about_section .reviews_section .quote_mark {
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 60px;
  color: #6D9E3F;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 4px;
}

.about_section .reviews_section .reviews_slider {
  margin-bottom: 26px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .about_section .reviews_section .reviews_slider .one_review {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.about_section .reviews_section .reviews_slider .one_review .review_text_block {
  max-width: 600px;
  display: table;
  margin: auto;
  text-align: center;
}

.about_section .reviews_section .reviews_slider .one_review .review_text_block .review_text {
  margin-bottom: 26px;
  text-align: center;
}

.about_section .reviews_section .reviews_slider .one_review .review_text_block .review_author {
  margin-bottom: 14px;
  text-align: center;
}

.about_section .reviews_section .reviews_slider .one_review .review_text_block .review_source {
  text-align: center;
}

.about_section .reviews_section .review_slider_controls_block_wrapper {
  position: absolute;
  bottom: 48%;
}

@media (max-width: 767px) {
  .about_section .reviews_section .review_slider_controls_block_wrapper {
    display: none;
  }
}

.about_section .reviews_section .review_slider_controls_block {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 50%;
}

.about_section .reviews_section .review_slider_controls_block .reviews_slider_prev_arrow {
  position: absolute;
  left: 0;
}

.about_section .reviews_section .review_slider_controls_block .reviews_slider_prev_arrow:hover {
  cursor: pointer;
}

.about_section .reviews_section .review_slider_controls_block .reviews_slider_next_arrow {
  position: absolute;
  right: 0;
}

.about_section .reviews_section .review_slider_controls_block .reviews_slider_next_arrow:hover {
  cursor: pointer;
}

.about_section .reviews_section .review_slider_dots_block {
  width: 100%;
  display: flex;
  justify-content: center;
}

.about_section .reviews_section .review_slider_dots {
  list-style: none;
  display: flex;
  padding-left: 0;
}

.about_section .reviews_section .review_slider_dots:hover {
  cursor: pointer;
}

.about_section .reviews_section .review_slider_dots li:hover {
  cursor: pointer;
}

.about_section .reviews_section .review_slider_dots li:before {
  content: url(/images/pagination.svg?4dd5fe8616446e66f52c7336a08eb550);
  color: #599934;
  font-weight: bold;
  display: inline-block;
  font-size: 40px;
  margin-right: 16px;
}

.about_section .reviews_section .review_slider_dots li:before:hover {
  cursor: pointer;
}

.about_section .reviews_section .review_slider_dots li button {
  display: none;
}

.about_section .reviews_section .kinder-btn-block {
  display: table;
  margin: auto;
  margin-top: 37px;
}

.about_section .partnership_program_section {
  padding-top: 37px;
  padding-bottom: 49px;
  background-color: #6D9E3F;
}

@media (max-width: 767px) {
  .about_section .partnership_program_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about_section .partnership_program_section .partnership_row {
  justify-content: space-between;
  align-items: center;
}

.about_section .partnership_program_section .partnership_heading_block .dots_block .one_dot {
  background-color: #fff;
}

.about_section .partnership_program_section .partnership_heading_block .title_block .heading {
  color: #fff;
}

.about_section .partnership_program_section .partnership_heading_block .title_block .partner_link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.about_section .partnership_program_section .partnership_heading_block .title_block .partner_link img {
  margin-left: 5px;
}

.about_section .partnership_program_section .partnership_img_block {
  float: right;
}

@media (max-width: 767px) {
  .about_section .partnership_program_section .partnership_img_block {
    display: none;
  }
}

.partnership_section .partnership_cta_section {
  background-image: url(/images/partnership_cta_bg.png?d6e637a064621f8daae3822e14e65120);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 148px;
}

.partnership_section .partnership_cta_section .partnership_cta_row {
  display: flex;
  justify-content: center;
}

.partnership_section .partnership_cta_section .text_block .heading {
  color: #6D9E3F;
  margin-bottom: 15px;
}

.partnership_section .partnership_cta_section .text_block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 54px;
  margin-top: 26px;
}

.partnership_section .partnership_cta_section .text_block ul li {
  margin-bottom: 10px;
  display: flex;
}

.partnership_section .partnership_cta_section .text_block ul li::before {
  content: "\2022";
  color: #599934;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-right: 20px;
  font-size: 30px;
}

.partnership_section .partnership_cta_section .text_block .kinder-btn-block {
  max-width: 285px;
}

.partnership_section .partnership_inner_heading_block .dots_block {
  width: 100%;
}

.partnership_section .partnership_inner_heading_block .dots_block .one_dot {
  height: 10px;
  width: 10px;
  background-color: #6D9E3F;
  border-radius: 10px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.partnership_section .partnership_inner_heading_block .title_block .heading {
  color: #6D9E3F;
}

.partnership_section .projects_list {
  margin-top: 36px;
}

.partnership_section .projects_list li {
  margin-bottom: 16px;
}

.partnership_section .projects_list li::before {
  font-size: 30px;
}

.partnership_section .projects_section {
  background-color: #e5e5e5;
}

.partnership_section .projects_section .projects_text_block {
  padding-top: 100px;
  padding-bottom: 80px;
}

.partnership_section .vacancies_text_block {
  padding-top: 102px;
  padding-bottom: 101px;
}

.partnership_section .vacancies_text_block .projects_list .bolder {
  font-weight: 500;
}

.partnership_section .partnership_principles_section {
  background-color: #e5e5e5;
  padding-top: 86px;
  padding-bottom: 100px;
}

.partnership_section .partnership_principles_section .one_principle {
  margin-bottom: 70px;
}

.partnership_section .partnership_principles_section .one_principle .one_principle_number_block {
  margin-bottom: 35px;
}

.partnership_section .partnership_principles_section .one_principle .one_principle_number_block .one_principle_number {
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FAA61A;
}

.partnership_section .partnership_principles_section .one_principle .one_principle_number_block .one_principle_number.green {
  color: #6D9E3F;
}

.partnership_section .partnership_principles_section .one_principle .one_principle_description {
  margin-bottom: 5px;
}

.partnership_section .partnership_principles_section .one_principle .one_principle_description .one_principle_description_subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.01em;
}

html,
body {
  font-size: 16px;
}

@media (max-width: 1124px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  html,
  body {
    font-size: 13px;
  }
}

.kinder_heading_block {
  padding-bottom: 13px;
  width: 100%;
}

.kinder_heading_block .main-heading,
.kinder_heading_block .heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #BDBDBD;
}

b,
strong {
  font-weight: 600;
}

