﻿.ginger-page-education {
  background: #E9F8FA;
}
.ginger-bn__education.block-1 {
  background: #E9F8FA;
  overflow: hidden;
  position: relative;
}
.ginger-bn__education.block-2 {
  background: #FFFFFF;
}
.ginger-bn__education.block-3 {
  background: #FFFFFF;
}
.ginger-bn__education.block-4 {
  background: #F7FAFC;
}
.ginger-bn__education.block-5 {
  background: #3D4773 url("../../images/pages/education-page/circles-background.svg") no-repeat right;
}
.ginger-bn__education {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 32px;
}
.ginger-bn__education__top-container {
  width: 100%;
  padding: 54px 0 225px 0;
  max-width: 1180px;
  display: flex;
  flex-direction: row;
}
.ginger-bn__education__top-container__content {
  display: flex;
  flex-direction: column;
  max-width: 650px;
}
.ginger-bn__education__top-container__title {
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 130%;
  color: #212427;
  margin-bottom: 40px;
}
.ginger-bn__education__top-container__title span {
  font-weight: 700;
  background: linear-gradient(90deg, #2EB2FF 56.6%, #14CCC1 104.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.ginger-bn__education__top-container__description {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  color: #677889;
  margin-bottom: 62px;
}
.ginger-bn__education__top-container__button {
  display: block;
  width: 310px;
  text-align: center;
  background: #13AABF;
  border-radius: 6px;
  padding: 18px 0;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 74px;
  transition: 0.3s;
  letter-spacing: 0.4px;
}
.ginger-bn__education__top-container__button:hover {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
.ginger-bn__education__top-container__text {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #22223D;
}
.ginger-bn__education__top-container__text span {
  font-weight: bold;
}
.ginger-bn__education__top-container__link {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.ginger-bn__education__top-container__link img {
  padding-left: 5px;
}
.ginger-bn__education__top-container__link span {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  color: #13AABF;
  transition: 0.3s;
}
.ginger-bn__education__top-container__link span:hover {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
.ginger-bn__education__top-container__picture {
  position: absolute;
  right: 0;
  top: 18px;
}
.ginger-bn__education__top-container__picture img {
  width: 100%;
  max-height: 697px;
}
.ginger-bn__education__top-container__picture_half {
  display: none;
  position: absolute;
  right: 0;
  top: -20px;
}
.ginger-bn__education__top-form {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.ginger-bn__education__top-form label {
  display: unset;
  max-width: unset;
  margin-bottom: unset;
  font-weight: unset;
}
.ginger-bn__education__top-form__container {
  width: 540px;
  height: 667px;
  background: #FFFFFF;
  box-shadow: 0 10px 34px rgba(33, 36, 39, 0.1);
  border-radius: 12px;
  z-index: 6;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.ginger-bn__education__top-form__close {
  position: absolute;
  top: 24px;
  right: 24px;
  transition: 0.3s;
  cursor: pointer;
}
.ginger-bn__education__top-form__close:hover {
  opacity: 0.7;
}
.ginger-bn__education__top-form__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #3D3D3D;
  margin-bottom: 40px;
}
.ginger-bn__education__top-form__title span {
  font-weight: 700;
  color: #2EB2FF;
}
.ginger-bn__education__top-form__section:first-child {
  display: flex;
  justify-content: space-between;
}
.ginger-bn__education__top-form__input {
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #D9DCDE;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 8px 20px;
  min-width: 220px;
  font-size: 18px;
  line-height: 160%;
}
.ginger-bn__education__top-form__input_half_1 {
  width: 50%;
  margin-right: 10px;
}
.ginger-bn__education__top-form__input_half_2 {
  width: 50%;
  margin-left: 10px;
}
.ginger-bn__education__top-form__input::placeholder {
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 160%;
  color: #75808A;
}
.ginger-bn__education__top-form .big-input {
  width: 100%;
  margin-top: 20px;
}
.ginger-bn__education__top-form .checkbox-input {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}
.ginger-bn__education__top-form__checkbox {
  width: 24px;
  height: 24px;
  position: absolute;
  opacity: -1;
  cursor: pointer;
}
.ginger-bn__education__top-form__checkbox-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #212427;
  display: flex;
}
.ginger-bn__education__top-form__checkbox-label > label {
  width: 375px;
  margin-left: 18px;
}
.ginger-bn__education__top-form__checkbox-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border: 1px solid #D9DCDE !important;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.ginger-bn__education__top-form__checkbox:checked + .ginger-bn__education__top-form__checkbox-label::before {
  background-color: #D9DCDE;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.ginger-bn__education__top-form__submit {
  height: 55px;
  width: 100%;
  background: #20B3C8;
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  border: none;
  margin-top: 70px;
  cursor: pointer;
  transition: 0.3s;
}
.ginger-bn__education__top-form__submit:hover {
  opacity: 0.7;
}
.ginger-bn__education__top-form .small-submit {
  display: none;
}
.ginger-bn__education__help {
  width: 100%;
  max-width: 1180px;
  padding: 110px 0 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ginger-bn__education__help__title {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 170%;
  text-align: center;
  color: #22223D;
  max-width: 740px;
  margin: 0 0 60px;
}
.ginger-bn__education__help__title span {
  font-weight: 700;
  background: linear-gradient(90deg, #2EB2FF 56.6%, #14CCC1 104.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.ginger-bn__education__help__container {
  display: flex;
  flex-direction: row;
  min-height: 415px;
  width: 100%;
  box-shadow: 0 15px 40px rgba(109, 129, 150, 0.15);
  border-radius: 24px;
}
.ginger-bn__education__help__block {
  box-sizing: border-box;
  width: 33.33%;
  padding: 50px;
  border-right: 1px solid transparent;
  border-image: linear-gradient(to right bottom, #FFFFFF, transparent 50%, rgba(109, 129, 150, 0.3));
  border-image-slice: 1;
}
.ginger-bn__education__help__block_safari {
  border-right: 1px solid rgba(109, 129, 150, 0.1);
  border-image: unset;
}
.ginger-bn__education__help__block-img {
  margin-bottom: 32px;
}
.ginger-bn__education__help__block-img span {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #22223D;
  margin-left: 16px;
  display: none;
}
.ginger-bn__education__help__block-title {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  color: #22223D;
  margin-bottom: 14px;
}
.ginger-bn__education__help__block-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #22223D;
}
.ginger-bn__education__help__block-link {
  display: flex;
  align-items: center;
}
.ginger-bn__education__help__block-link img {
  padding-left: 11px;
}
.ginger-bn__education__help__block-link a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  color: #13AABF;
  transition: 0.3s;
}
.ginger-bn__education__help__block-link a:hover {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
.ginger-bn__education__help__block:last-child {
  border: none;
}
.ginger-bn__education__checkerboard-pattern {
  width: 100%;
  padding-bottom: 130px;
  max-width: 1180px;
  display: flex;
}
.ginger-bn__education__checkerboard-pattern__block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.ginger-bn__education__checkerboard-pattern__block-content {
  width: 45%;
}
.ginger-bn__education__checkerboard-pattern__block-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #22223D;
  margin-bottom: 30px;
}
.ginger-bn__education__checkerboard-pattern__block-description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 30px;
}
.ginger-bn__education__checkerboard-pattern__block-link {
  display: flex;
  align-items: center;
}
.ginger-bn__education__checkerboard-pattern__block-link img {
  padding-left: 11px;
}
.ginger-bn__education__checkerboard-pattern__block-link a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #13AABF;
  transition: 0.3s;
}
.ginger-bn__education__checkerboard-pattern__block-link a:hover {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
.ginger-bn__education__checkerboard-pattern__block-img {
  max-width: 548px;
  width: 47%;
}
.ginger-bn__education__checkerboard-pattern__block-img img {
  width: 100%;
}
.ginger-bn__education__checkerboard-pattern__block-img .tablet-img {
  display: none;
}
.ginger-bn__education__checkerboard-pattern__block:last-child {
  margin-bottom: 0;
}
.ginger-bn__education__more-information {
  width: 100%;
  max-width: 1180px;
  padding: 110px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ginger-bn__education__more-information__title {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 170%;
  text-align: center;
  color: #22223D;
  margin-bottom: 60px;
}
.ginger-bn__education__more-information__title span {
  font-weight: 700;
  background: linear-gradient(90deg, #2EB2FF 56.6%, #14CCC1 104.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.ginger-bn__education__more-information__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 15px 40px rgba(109, 129, 150, 0.15);
  border-radius: 24px;
}
.ginger-bn__education__more-information__container__row {
  display: flex;
}
@media only screen and (min-width: 901px) {
}
@media (min-width: 1024px) {
}
.ginger-bn__education__more-information__block {
  width: 50%;
  box-sizing: border-box;
  padding: 40px 56px 40px 50px;
  display: flex;
  flex-direction: column;
}
.ginger-bn__education__more-information__block-title {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.ginger-bn__education__more-information__block-title img {
  margin-right: 30px;
}
.ginger-bn__education__more-information__block-title span {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #22223D;
}
.ginger-bn__education__more-information__block-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #22223D;
}
.ginger-bn__education__more-information__block-with-border-1 {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-image: linear-gradient(to right bottom, #FFFFFF, transparent 50%, rgba(109, 129, 150, 0.3));
  border-image-slice: 1;
}
.ginger-bn__education__more-information__block-with-border-2 {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(109, 129, 150, 0.3), transparent 100%, #FFFFFF);
  border-image-slice: 1;
}
.ginger-bn__education__more-information__block-with-border-3 {
  border-right: 1px solid transparent;
  border-image: linear-gradient(to bottom, rgba(109, 129, 150, 0.3) 0% 40%, transparent 100%, #FFFFFF);
  border-image-slice: 1;
}
.ginger-bn__education__more-information__block-with-safari-border-1 {
  border-right: 1px solid rgba(109, 129, 150, 0.1);
  border-bottom: 1px solid rgba(109, 129, 150, 0.1);
}
.ginger-bn__education__more-information__block-with-safari-border-2 {
  border-bottom: 1px solid rgba(109, 129, 150, 0.1);
}
.ginger-bn__education__more-information__block-with-safari-border-3 {
  border-right: 1px solid rgba(109, 129, 150, 0.1);
}
.ginger-bn__education__more-information__block-link {
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.ginger-bn__education__more-information__block-link a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  color: #13AABF;
  transition: 0.3s;
}
.ginger-bn__education__more-information__block-link a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}
.ginger-bn__education__more-information__block-link img {
  margin-left: 11px;
}
.ginger-bn__education__more-information__block .small-view-link {
  display: none;
}
.ginger-bn__education__contact {
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 310px;
}
.ginger-bn__education__contact__title {
  width: 55%;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
}
.ginger-bn__education__contact__title > span {
  font-weight: 700;
  background: linear-gradient(90deg, #178FD5 56.6%, #14CCC1 104.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.ginger-bn__education__contact__buttons {
  width: 45%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.ginger-bn__education__contact__buttons__left,
.ginger-bn__education__contact__buttons__right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  min-width: 310px;
  transition: 0.3s;
  font-weight: 700;
}
.ginger-bn__education__contact__buttons__left:hover,
.ginger-bn__education__contact__buttons__right:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #FFFFFF;
}
.ginger-bn__education__contact__buttons__left {
  background: #13AABF;
  border-radius: 6px;
  color: #FFFFFF;
  box-sizing: border-box;
  cursor: pointer;
}
.ginger-bn__education__contact__buttons__right {
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  color: #FFFFFF;
  box-sizing: border-box;
  margin-left: 21px;
  cursor: pointer;
}
.show-form {
  display: flex;
}
@media only screen and (max-width: 1240px) {
  .ginger-bn__education__top-container__content {
    max-width: 550px;
  }
  .ginger-bn__education__top-container__picture {
    display: none;
  }
  .ginger-bn__education__top-container__picture_half {
    display: block;
  }
  .ginger-bn__education__contact {
    justify-content: space-between;
  }
  .ginger-bn__education__contact__title {
    width: 45%;
  }
}
@media (max-width: 991px) {
  body {
    font-size: unset;
  }
}
@media only screen and (max-width: 900px) {
  .ginger-bn__education.block-5 {
    background: #3D4773 url("../../images/pages/education-page/circles-background-tablet.svg") no-repeat right;
  }
  .ginger-bn__education__top-container {
    padding: 70px 0 147px 0;
  }
  .ginger-bn__education__top-container__content {
    width: 60%;
  }
  .ginger-bn__education__top-container__title {
    font-size: 46px;
  }
  .ginger-bn__education__top-container__description {
    font-size: 20px;
    margin-bottom: 57px;
  }
  .ginger-bn__education__top-container__button {
    text-align: center;
    width: 370px;
    padding: 15px 0;
    margin-bottom: 52px;
  }
  .ginger-bn__education__top-container__text {
    line-height: 160%;
  }
  .ginger-bn__education__top-container__picture_half {
    width: 32vw;
  }
  .ginger-bn__education__top-form__container {
    width: 465px;
    height: 608px;
    padding: 32px;
  }
  .ginger-bn__education__top-form__title {
    font-size: 24px;
    margin-bottom: 34px;
    max-width: 377px;
  }
  .ginger-bn__education__top-form__input {
    min-width: 190px;
    padding: 10px 20px;
  }
  .ginger-bn__education__top-form__input::placeholder {
    font-size: 16px;
  }
  .ginger-bn__education__top-form .big-input {
    margin-top: 16px;
  }
  .ginger-bn__education__top-form .checkbox-input {
    margin-top: 34px;
  }
  .ginger-bn__education__top-form__checkbox-label {
    line-height: 160%;
  }
  .ginger-bn__education__top-form__checkbox-label label {
    width: 325px;
  }
  .ginger-bn__education__top-form__submit {
    height: 50px;
    margin-top: 40px;
  }
  .ginger-bn__education__help {
    padding: 100px 0 120px 0;
  }
  .ginger-bn__education__help__title {
    font-size: 34px;
    margin-bottom: 77px;
  }
  .ginger-bn__education__help__container {
    flex-direction: column;
  }
  .ginger-bn__education__help__block {
    width: 100%;
    padding: 40px 70px 34px 40px;
    border-bottom: 1px solid transparent;
    border-right: none;
    border-image: linear-gradient(to right bottom, #FFFFFF, transparent 50%, rgba(109, 129, 150, 0.3));
    border-image-slice: 1;
    display: flex;
    flex-direction: row;
  }
  .ginger-bn__education__help__block_safari:not(:last-child) {
    border-image: unset;
    border: none;
    border-bottom: 1px solid rgba(109, 129, 150, 0.1);
  }
  .ginger-bn__education__help__block-img {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .ginger-bn__education__help__block-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    margin-top: 13px;
    margin-bottom: 20px;
  }
  .ginger-bn__education__help__block-description {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 170%;
  }
  .ginger-bn__education__help__block-link {
    margin-top: 20px;
  }
  .ginger-bn__education__checkerboard-pattern {
    padding-bottom: 120px;
  }
  .ginger-bn__education__checkerboard-pattern__block-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .ginger-bn__education__checkerboard-pattern__block-description {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .ginger-bn__education__checkerboard-pattern__block-img .desktop-img {
    display: none;
  }
  .ginger-bn__education__checkerboard-pattern__block-img .tablet-img {
    display: block;
  }
  .ginger-bn__education__more-information {
    padding: 100px 0;
  }
  .ginger-bn__education__more-information__title {
    font-size: 34px;
  }
  .ginger-bn__education__more-information__container {
    flex-direction: column;
  }
  .ginger-bn__education__more-information__container__row {
    flex-direction: column;
  }
  .ginger-bn__education__more-information__block {
    width: 100%;
    padding: 34px 50px 35px 34px;
  }
  .ginger-bn__education__more-information__block-title {
    margin-bottom: 6px;
  }
  .ginger-bn__education__more-information__block-title span {
    font-size: 24px;
    line-height: 32px;
  }
  .ginger-bn__education__more-information__block-description {
    font-size: 14px;
    margin-left: 90px;
  }
  .ginger-bn__education__more-information__block-with-border-1,
  .ginger-bn__education__more-information__block-with-border-2,
  .ginger-bn__education__more-information__block-with-border-3 {
    border-right: none;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right bottom, #FFFFFF, transparent 50%, rgba(109, 129, 150, 0.3));
    border-image-slice: 1;
  }
  .ginger-bn__education__more-information__block-with-safari-border-1,
  .ginger-bn__education__more-information__block-with-safari-border-2,
  .ginger-bn__education__more-information__block-with-safari-border-3 {
    border: none;
    border-bottom: 1px solid rgba(109, 129, 150, 0.1);
  }
  .ginger-bn__education__more-information__block-with-safari-border-4 {
    border: none;
  }
  .ginger-bn__education__more-information__block-link {
    margin-top: 20px;
    margin-left: 90px;
  }
  .ginger-bn__education__more-information__block-link a {
    font-size: 14px;
    line-height: 180%;
  }
  .ginger-bn__education__contact {
    flex-direction: column;
    justify-content: center;
    height: 407px;
  }
  .ginger-bn__education__contact__title {
    width: 75%;
    font-size: 34px;
    line-height: 120%;
    text-align: center;
  }
  .ginger-bn__education__contact__buttons {
    width: 100%;
    margin-bottom: 0;
    margin-top: 75px;
    justify-content: center;
  }
  .ginger-bn__education__contact__buttons__left,
  .ginger-bn__education__contact__buttons__right {
    height: 50px;
    min-width: 270px;
  }
  .ginger-bn__education__contact__buttons__right {
    display: flex;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .ginger-bn__education.block-5 {
    background: #3D4773 url("../../images/pages/education-page/circles-background-mobile.svg") no-repeat right;
  }
  .ginger-bn__education {
    padding: 0 16px;
  }
  .ginger-bn__education__top-container {
    padding: 54px 0 74px 0;
  }
  .ginger-bn__education__top-container__content {
    width: 100%;
  }
  .ginger-bn__education__top-container__title {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .ginger-bn__education__top-container__description {
    margin-bottom: 54px;
  }
  .ginger-bn__education__top-container__button {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    margin-bottom: 54px;
  }
  .ginger-bn__education__top-container__picture_half {
    display: none;
  }
  .ginger-bn__education__top-form__container {
    width: 343px;
    height: 623px;
    padding: 24px;
  }
  .ginger-bn__education__top-form__close {
    top: 12px;
    right: 12px;
  }
  .ginger-bn__education__top-form__title {
    font-size: 22px;
    width: 254px;
    margin-bottom: 24px;
  }
  .ginger-bn__education__top-form__section:first-child {
    flex-direction: column;
  }
  .ginger-bn__education__top-form__input {
    min-width: 100%;
    margin-bottom: 14px;
  }
  .ginger-bn__education__top-form__input_half_2 {
    margin-left: unset;
  }
  .ginger-bn__education__top-form .big-input {
    margin-top: 0;
  }
  .ginger-bn__education__top-form .checkbox-input {
    margin-top: 21px;
  }
  .ginger-bn__education__top-form__checkbox-label label {
    width: 90%;
  }
  .ginger-bn__education__top-form .big-submit {
    display: none;
  }
  .ginger-bn__education__top-form .small-submit {
    display: block;
    margin-top: 20px;
  }
  .ginger-bn__education__help {
    padding: 70px 0 60px;
  }
  .ginger-bn__education__help__title {
    font-size: 26px;
    margin-bottom: 54px;
    text-align: left;
  }
  .ginger-bn__education__help__block {
    padding: 24px 30px;
    flex-direction: column;
  }
  .ginger-bn__education__help__block-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #22223D;
  }
  .ginger-bn__education__help__block-img img {
    width: 47px;
    height: 47px;
  }
  .ginger-bn__education__help__block-img span {
    display: block;
  }
  .ginger-bn__education__help__block-title {
    display: none;
  }
  .ginger-bn__education__help__block-description {
    font-size: 16px;
    line-height: 160%;
  }
  .ginger-bn__education__help__block-link {
    justify-content: flex-end;
    margin-top: 16px;
  }
  .ginger-bn__education__checkerboard-pattern {
    padding-bottom: 74px;
  }
  .ginger-bn__education__checkerboard-pattern__block {
    flex-direction: column;
    margin-bottom: 74px;
  }
  .ginger-bn__education__checkerboard-pattern__block-content {
    width: 100%;
  }
  .ginger-bn__education__checkerboard-pattern__block-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .ginger-bn__education__checkerboard-pattern__block-description {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 170%;
  }
  .ginger-bn__education__checkerboard-pattern__block-img {
    width: 100%;
    margin-bottom: 50px;
  }
  .ginger-bn__education__checkerboard-pattern__block-img .desktop-img {
    display: block;
  }
  .ginger-bn__education__checkerboard-pattern__block-img .tablet-img {
    display: none;
  }
  .ginger-bn__education__checkerboard-pattern .block-column-reverse {
    flex-direction: column-reverse;
  }
  .ginger-bn__education__more-information__title {
    text-align: left;
    font-size: 26px;
    line-height: 170%;
  }
  .ginger-bn__education__more-information__block {
    padding: 24px 24px 35px 24px;
  }
  .ginger-bn__education__more-information__block-description {
    font-size: 17px;
    line-height: 170%;
  }
  .ginger-bn__education__more-information__block .desktop-link {
    display: none;
  }
  .ginger-bn__education__contact {
    height: 423px;
  }
  .ginger-bn__education__contact__title {
    font-size: 26px;
    line-height: 120%;
    width: 100%;
  }
  .ginger-bn__education__contact__buttons {
    margin-top: 73px;
    flex-direction: column;
  }
  .ginger-bn__education__contact__buttons__left,
  .ginger-bn__education__contact__buttons__right {
    height: 50px;
    width: 100%;
  }
  .ginger-bn__education__contact__buttons__right {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 400px) {
  .ginger-bn__education__more-information {
    padding: 74px 0;
  }
  .ginger-bn__education__more-information__title {
    margin-bottom: 54px;
  }
  .ginger-bn__education__more-information__block-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
  }
  .ginger-bn__education__more-information__block-title img {
    width: 47px;
    height: 47px;
    margin-bottom: 24px;
    margin-right: 0;
  }
  .ginger-bn__education__more-information__block-title span {
    font-size: 20px;
    line-height: 140%;
  }
  .ginger-bn__education__more-information__block-description {
    font-size: 17px;
    line-height: 170%;
    margin-left: 0;
  }
  .ginger-bn__education__more-information__block-link {
    margin-left: auto;
  }
  .ginger-bn__education__more-information__block-link a {
    font-size: 16px;
    line-height: 20px;
  }
}