@font-face {
  font-family: 'HelveticaNeueCyr Medium';
  font-style: normal;
  font-weight: 500;
  src: local("HelveticaNeueCyr Medium"), url("../fonts/HelveticaNeueCyr-Medium.otf") format("otf"); }
@font-face {
  font-family: 'HelveticaNeueCyr Light';
  font-style: normal;
  font-weight: 400;
  src: local("HelveticaNeueCyr Light"), url("../fonts/HelveticaNeueCyr-Light.otf") format("otf"); }
@font-face {
  font-family: 'Helvetica Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Helvetica Bold"), url("../fonts/HelveticaBold.ttf") format("ttf"); }
@font-face {
  font-family: 'HelveticaNeueCyr Black';
  font-style: normal;
  font-weight: 900;
  src: local("HelveticaNeueCyr Black"), url("../fonts/HelveticaNeueCyr-Black.otf") format("otf"); }
html {
  font-size: 100%; }
  @media screen and (max-width: 1680px) {
    html {
      font-size: 83.268983269%; } }
  @media screen and (max-width: 1440px) {
    html {
      font-size: 67.567567567%; } }
  @media (max-width: 1170px) {
    html {
      font-size: 60.9375%; } }
  @media (max-width: 750px) {
    html {
      font-size: 16px; } }

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  background-color: #f9f9f9;
  font-family: "HelveticaNeueCyr Light", sans-serif;
  font-weight: 500;
  background-image: none;
  min-width: 260px;
  color: #171717;
  background-size: 100%;
  font-size: 1.375rem;
  height: 100vh; }

* {
  box-sizing: border-box; }

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0; }

ul,
li {
  padding: 0; }

.link {
  color: #009036; }

.custom-checkbox input {
  cursor: pointer;
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-checkbox input:checked + label::before {
    border-color: #009036;
    background-image: url("../img/checkbox.svg");
    background-size: cover;
    background-position: center; }
  .custom-checkbox input + label {
    align-items: center;
    user-select: none;
    cursor: pointer;
    position: relative;
    line-height: 23px; }
    .custom-checkbox input + label::before {
      content: "";
      display: inline-block;
      width: 1.25rem;
      height: 1.25rem;
      flex-shrink: 0;
      flex-grow: 0;
      background-image: url("../img/checkbox--off.svg");
      background-size: cover;
      background-color: transparent;
      border-radius: 0.25em;
      margin-right: 0.5em;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      top: 0.25rem; }
      @media (max-width: 1170px) {
        .custom-checkbox input + label::before {
          width: 21px;
          height: 21px;
          top: 5px; } }

.logo {
  background-image: url("../img/logo.svg");
  width: 15.875rem;
  height: 2.5rem;
  background-repeat: no-repeat; }
  @media (max-width: 1170px) {
    .logo {
      width: 123px;
      height: 19px; } }

.btn {
  cursor: pointer;
  font-family: "HelveticaNeueCyr Medium", sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  outline: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  min-height: 4.5rem;
  padding: 0 3.375rem;
  border-radius: 10px;
  font-size: 1.375rem;
  background-color: #009036;
  color: #ffffff;
  white-space: nowrap; }
  @media (max-width: 1170px) {
    .btn {
      min-height: 48px;
      padding: 0 13px;
      font-size: 16px; } }
  .btn[disabled] {
    background-color: #009036 !important;
    opacity: 0.7;
    cursor: not-allowed; }
  .btn:hover {
    background-color: #078136; }
  .btn:active {
    background-color: #07662b; }
  .btn--outlined {
    border: 2px solid #009036;
    background-color: #ffffff;
    color: #009036; }
    @media (max-width: 1170px) {
      .btn--outlined {
        border-width: 1px; } }
    .btn--outlined:hover {
      background-color: #009036;
      color: #ffffff; }
    .btn--outlined:active {
      background-color: #07662b;
      color: #ffffff;
      border-color: #07662b; }
    .btn--outlined[disabled] {
      background-color: #fff !important;
      color: #009036 !important;
      opacity: 0.7;
      cursor: not-allowed; }

.title {
  font-family: "HelveticaNeueCyr Light", sans-serif;
  font-weight: 500;
  font-size: 3.125rem;
  color: #171717;
  width: 100%;
  text-align: left;
  margin-bottom: 7.8125rem; }
  .title--decor {
    color: #009036;
    font-family: "Helvetica Bold", sans-serif;
    font-weight: 700; }
  @media (max-width: 1170px) {
    .title {
      font-size: 28px;
      margin-bottom: 55px; } }
  @media (max-width: 480px) {
    .title {
      font-size: 23px; } }

.page-header {
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 3;
  height: 6rem; }
  @media (max-width: 1170px) {
    .page-header {
      height: 48px; } }
  .page-header__btn {
    order: 7; }
    @media (max-width: 1170px) {
      .page-header__btn {
        min-height: 36px; } }
    @media (max-width: 376px) {
      .page-header__btn {
        font-size: 14px;
        min-height: 28px; } }
  .page-header__menu {
    outline: none;
    border: none;
    box-shadow: none;
    text-decoration: none;
    background-image: url("../img/menu.svg");
    background-size: contain;
    width: 28px;
    height: 18px;
    display: none;
    cursor: pointer; }
  .page-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
  .page-header__link {
    font-family: "HelveticaNeueCyr Light", sans-serif;
    font-weight: 500;
    white-space: nowrap;
    font-size: 1.1875rem;
    max-width: 11rem;
    color: #171717;
    text-decoration: none; }
    @media screen and (max-width: 1440px) {
      .page-header__link {
        max-width: 100px; } }
    @media (max-width: 1170px) {
      .page-header__link {
        display: none; } }
    .page-header__link:hover, .page-header__link.mPS2id-highlight {
      text-decoration: underline; }
  .page-header__phone {
    font-family: "Helvetica Bold", sans-serif;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    color: #009036;
    font-size: 1.375rem; }
    @media (max-width: 750px) {
      .page-header__phone {
        display: none; } }

.page-header.programs {
  position: static; }

.page-header__org {
  position: static !important;
  margin-bottom: 10rem; }
  @media (max-width: 750px) {
    .page-header__org {
      margin-bottom: 60px; } }

.container {
  width: 100%;
  max-width: 97.125rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1680px) {
    .container {
      max-width: 1294px; } }
  @media screen and (max-width: 1440px) {
    .container {
      max-width: 1050px; } }
  @media (max-width: 1170px) {
    .container {
      max-width: 713px; } }
  @media (max-width: 750px) {
    .container {
      max-width: 100%;
      padding: 0 15px; } }
  @media (max-width: 1170px) {
    .container--carousel {
      max-width: 100%;
      padding: 0; } }

.home {
  margin-top: 6rem;
  padding-bottom: 6rem;
  width: 100%;
  background-image: url("../img/1.png");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position-x: right;
  background-position-y: 45%;
  height: 58rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 11.25rem; }
  @media (max-width: 1170px) {
    .home {
      margin-bottom: 110px; } }
  @media (max-width: 1170px) {
    .home {
      padding-bottom: 124px;
      padding-top: 124px;
      margin-top: 48px;
      background-position-x: right; } }
  @media (max-width: 750px) {
    .home {
      height: auto;
      background-position: right top;
      padding-top: 15px;
      background-size: 100%;
      padding-bottom: 0; } }
  .home__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 750px) {
      .home__container {
        position: relative;
        margin-top: 60vw;
        align-items: center; } }
    @media (max-width: 305px) {
      .home__container {
        margin-top: 175px; } }
  .home__title {
    font-family: "Helvetica Bold", sans-serif;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
    max-width: 36rem;
    font-size: 4.6875rem;
    line-height: 5.0625rem; }
    @media (max-width: 1170px) {
      .home__title {
        font-size: 32px;
        line-height: normal; } }
    @media (max-width: 750px) {
      .home__title {
        text-align: center;
        line-height: normal; } }
    .home__title.title--decor {
      font-family: "Helvetica Bold", sans-serif;
      font-weight: 700; }
  .home__text {
    font-family: "HelveticaNeueCyr Light", sans-serif;
    font-weight: 500;
    font-size: 1.875rem;
    max-width: 27rem;
    margin: 3.25rem 0;
    line-height: 2.25rem; }
    @media (max-width: 1170px) {
      .home__text {
        font-size: 16px;
        max-width: 290px; } }
    @media (max-width: 750px) {
      .home__text {
        text-align: center;
        max-width: 70%;
        margin: 15px 0;
        line-height: unset; } }
    @media (max-width: 376px) {
      .home__text {
        max-width: 100%; } }
  .home__btn.btn {
    padding: 0 5.125rem;
    font-family: "HelveticaNeueCyr Light", sans-serif;
    font-weight: 500; }
    @media (max-width: 1170px) {
      .home__btn.btn {
        font-size: 16px;
        min-height: 42px; } }

.about {
  margin-bottom: 11.25rem; }
  @media (max-width: 1170px) {
    .about {
      margin-bottom: 110px; } }
  .about__text {
    width: 50%;
    margin-left: auto; }
    .about__text h3 {
      margin-bottom: 2rem; }
    @media (max-width: 1170px) {
      .about__text {
        width: unset; } }
    @media (max-width: 750px) {
      .about__text {
        margin-left: unset; } }
  .about__panel {
    height: 40.4375rem;
    position: relative;
    background-repeat: no-repeat;
    display: flex; }
    @media screen and (max-width: 1680px) {
      .about__panel {
        height: 50rem; } }
    @media screen and (max-width: 1440px) {
      .about__panel {
        height: 60rem; } }
    @media (max-width: 1170px) {
      .about__panel {
        height: 230px;
        background-position: 110px bottom;
        display: flex;
        align-items: center; } }
    @media (max-width: 750px) {
      .about__panel {
        font-size: 16px;
        height: auto;
        padding: 15px;
        background-position: center top;
        background-size: auto 230px; } }
  .about__picture {
    background-image: url("../img/about/picture.png");
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat; }
    @media (max-width: 1170px) {
      .about__picture {
        position: static;
        background-size: contain; } }
    @media (max-width: 750px) {
      .about__picture {
        display: none; } }

.stages {
  margin-bottom: 11.25rem; }
  @media (max-width: 1170px) {
    .stages {
      margin-bottom: 110px; } }
  @media (max-width: 1170px) {
    .stages {
      font-size: 16px; } }
  .stages__info h3 {
    max-width: 36.25rem;
    margin-bottom: 5.9375rem; }
  .stages__container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1170px) {
      .stages__container {
        flex-direction: column-reverse; } }
  .stages__picture {
    width: 29.5625rem;
    height: 41.1875rem; }
    @media (max-width: 1170px) {
      .stages__picture {
        margin: 40px auto;
        width: 288px;
        height: 402px; } }
  .stages__steps {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    column-gap: 5rem; }
    @media (max-width: 750px) {
      .stages__steps {
        grid-template-columns: 1fr;
        row-gap: 40px; } }
  .stages__step h4 {
    position: relative;
    margin-bottom: 2rem; }
    @media (max-width: 1170px) {
      .stages__step h4 {
        margin-bottom: 15px; } }
    .stages__step h4 span {
      z-index: 1;
      position: relative;
      color: #009036;
      font-family: "HelveticaNeueCyr Medium", sans-serif;
      font-weight: 600; }
  .stages__step:nth-child(1) h4::before {
    content: "01";
    font-family: "HelveticaNeueCyr Black", sans-serif;
    font-weight: 900;
    font-size: 3.125rem;
    line-height: 3.125rem;
    color: #d4d4d4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0; }
  .stages__step:nth-child(2) h4::before {
    content: "02";
    font-family: "HelveticaNeueCyr Black", sans-serif;
    font-weight: 900;
    font-size: 3.125rem;
    line-height: 3.125rem;
    color: #d4d4d4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0; }
  .stages__step:nth-child(3) h4::before {
    content: "03";
    font-family: "HelveticaNeueCyr Black", sans-serif;
    font-weight: 900;
    font-size: 3.125rem;
    line-height: 3.125rem;
    color: #d4d4d4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0; }

.offer {
  margin-bottom: 11.25rem; }
  @media (max-width: 1170px) {
    .offer {
      margin-bottom: 110px; } }
  .offer__items {
    display: grid;
    row-gap: 5rem;
    justify-content: space-between;
    grid-template-columns: repeat(3, 22.5rem); }
    @media (max-width: 1170px) {
      .offer__items {
        grid-template-columns: repeat(3, 200px);
        row-gap: 90px; } }
    @media (max-width: 750px) {
      .offer__items {
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        row-gap: 25px; } }
    .offer__items .offer__item--1 .offer__picture {
      background-image: url("../img/offer/1.svg"); }
    .offer__items .offer__item--2 .offer__picture {
      background-image: url("../img/offer/2.svg"); }
    .offer__items .offer__item--3 .offer__picture {
      background-image: url("../img/offer/3.svg"); }
    .offer__items .offer__item--4 .offer__picture {
      background-image: url("../img/offer/4.svg"); }
    .offer__items .offer__item--5 .offer__picture {
      background-image: url("../img/offer/5.svg"); }
    .offer__items .offer__item--6 .offer__picture {
      background-image: url("../img/offer/6.svg"); }
  .offer__item {
    display: flex;
    flex-direction: column; }
    @media (max-width: 750px) {
      .offer__item {
        flex-direction: row;
        align-items: center; } }
  .offer__picture {
    width: auto;
    height: 8.125rem;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 750px) {
      .offer__picture {
        min-width: 60px;
        height: 60px;
        margin-right: 16px; } }
  .offer__text {
    margin-top: 2.1875rem;
    font-size: 1.375rem; }
    @media (max-width: 1170px) {
      .offer__text {
        font-size: 16px;
        padding-right: 20px; } }
    @media (max-width: 750px) {
      .offer__text {
        margin-top: 0; } }

.pros {
  margin-bottom: 11.25rem; }
  @media (max-width: 1170px) {
    .pros {
      margin-bottom: 110px; } }
  .pros__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 11.5rem; }
    @media (max-width: 1170px) {
      .pros__list {
        grid-template-columns: 1fr;
        font-size: 16px;
        row-gap: 30px; } }
  .pros__icon {
    width: 3.875rem;
    height: 3.875rem;
    background-image: url("../img/pros/icon.svg");
    margin-bottom: 2rem; }
    @media (max-width: 1170px) {
      .pros__icon {
        width: 30px;
        height: 30px;
        margin-bottom: 15px; } }
  .pros__item p {
    display: flex;
    flex-direction: column; }
  .pros__item b {
    margin-bottom: 2rem;
    color: #009036; }

@media (max-width: 750px) {
  .not-slider {
    display: none !important; } }

.slider {
  display: none !important; }
  @media (max-width: 750px) {
    .slider {
      display: block !important; } }

.reviews-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem; }
.reviews-item__dnone {
  display: none; }
.reviews-item {
  padding: 2rem 1.25rem 1.875rem;
  width: 47.5rem;
  height: fit-content;
  border: 2px solid #009036;
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 1.1875rem; }
  @media (max-width: 1170px) {
    .reviews-item {
      width: 36.0625rem;
      padding-top: 30px; } }
  @media (max-width: 750px) {
    .reviews-item {
      width: 270px;
      padding: 18px 15px 15px;
      box-shadow: none;
      margin-bottom: 0;
      height: 62rem; } }
  .reviews-item__br {
    display: none; }
    @media (max-width: 750px) {
      .reviews-item__br {
        display: block; } }
  .reviews-item__name {
    color: #3d3d3d; }
  .reviews-item h4 {
    margin: 0 0 1.25rem;
    font-family: "Helvetica Bold", sans-serif;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 2.0625rem; }
    .reviews-item h4 span {
      color: #009036; }
    @media (max-width: 750px) {
      .reviews-item h4 {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 20px; } }
  .reviews-item__text {
    color: #3d3d3d;
    margin-bottom: 1.4rem; }
    @media (max-width: 750px) {
      .reviews-item__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px; } }
    .reviews-item__text img {
      width: 1.125rem;
      height: 1.125rem; }
      @media (max-width: 750px) {
        .reviews-item__text img {
          width: 14px !important;
          height: 14px;
          display: inline-block !important; } }
    .reviews-item__text:last-child {
      margin-bottom: 0; }
.reviews-btn {
  margin: 0 auto; }
  @media (max-width: 750px) {
    .reviews-btn {
      display: none; } }
@media (max-width: 750px) {
  .reviews .reviews-items.owl-carousel.owl-carousel--reviews {
    padding-left: 23px !important; } }
@media (max-width: 360px) {
  .reviews .reviews-items.owl-carousel.owl-carousel--reviews {
    padding-left: 15px !important; } }
@media (max-width: 450px) {
  .reviews .reviews-items.owl-carousel.owl-carousel--reviews .owl-stage {
    margin-left: -75px; } }
@media (max-width: 414px) {
  .reviews .reviews-items.owl-carousel.owl-carousel--reviews .owl-stage {
    margin-left: -55px; } }
@media (max-width: 390px) {
  .reviews .reviews-items.owl-carousel.owl-carousel--reviews .owl-stage {
    margin-left: -42px; } }
@media (max-width: 376px) {
  .reviews .reviews-items.owl-carousel.owl-carousel--reviews .owl-stage {
    margin-left: -35px; } }
@media (max-width: 360px) {
  .reviews .reviews-items.owl-carousel.owl-carousel--reviews .owl-stage {
    margin-left: -25px; } }
@media (max-width: 330px) {
  .reviews .reviews-items.owl-carousel.owl-carousel--reviews .owl-stage {
    margin-left: 10px; } }
.reviews .reviews-items.owl-carousel.owl-carousel--reviews .owl-dots {
  text-align: center;
  margin-top: 29px;
  padding-right: 23px; }
  @media (max-width: 750px) {
    .reviews .reviews-items.owl-carousel.owl-carousel--reviews .owl-dots {
      padding-right: 15px; } }
.reviews .reviews-items.owl-carousel.owl-carousel--reviews .owl-dots .owl-dot.owl-dot.active {
  background-color: #009036 !important;
  border-color: #009036 !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 9px; }
.reviews .reviews-items.owl-carousel.owl-carousel--reviews .owl-dots .owl-dot.owl-dot {
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 9px; }

.directions.directions--tgu {
  margin-bottom: 10rem; }
  @media (max-width: 750px) {
    .directions.directions--tgu {
      margin-bottom: 80px; } }
  .directions.directions--tgu .directions__cards {
    grid-template-columns: repeat(5, 19rem);
    row-gap: 1rem; }
    @media screen and (max-width: 1680px) {
      .directions.directions--tgu .directions__cards {
        grid-template-columns: repeat(5, 1fr); } }
    @media screen and (max-width: 1440px) {
      .directions.directions--tgu .directions__cards {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 1170px) {
      .directions.directions--tgu .directions__cards {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__cards {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 10px; } }
  @media (max-width: 360px) {
    .directions.directions--tgu .directions__title-br {
      display: none; } }
  .directions.directions--tgu .directions__title-br__mob {
    display: none; }
    @media (max-width: 360px) {
      .directions.directions--tgu .directions__title-br__mob {
        display: block; } }
  @media (max-width: 750px) {
    .directions.directions--tgu .directions__block {
      display: flex;
      padding: 25px;
      padding-right: 10px;
      align-items: center; } }
  @media (max-width: 360px) {
    .directions.directions--tgu .directions__block {
      padding-left: 15px; } }
  .directions.directions--tgu .directions__card {
    text-decoration: none;
    position: relative;
    width: 18rem;
    height: 18rem;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1680px) {
      .directions.directions--tgu .directions__card {
        width: 100%;
        height: 250px; } }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card {
        max-width: 500px;
        width: 100%;
        height: auto;
        background: #009036;
        border-radius: 10px;
        box-shadow: none; } }
    .directions.directions--tgu .directions__card-img {
      display: none; }
      @media (max-width: 750px) {
        .directions.directions--tgu .directions__card-img {
          display: block;
          margin-right: 27px; } }
    .directions.directions--tgu .directions__card-img--1 {
      background-image: url("../img/directions/mob/1.svg") !important;
      width: 40px;
      height: 40px;
      background-size: cover;
      background-repeat: no-repeat; }
    .directions.directions--tgu .directions__card-img--2 {
      background-image: url("../img/directions/mob/2.svg") !important;
      width: 40px;
      height: 40px;
      background-size: cover;
      background-repeat: no-repeat; }
    .directions.directions--tgu .directions__card-img--3 {
      background-image: url("../img/directions/mob/3.svg") !important;
      width: 40px;
      height: 40px;
      background-size: cover;
      background-repeat: no-repeat; }
    .directions.directions--tgu .directions__card-img--4 {
      background-image: url("../img/directions/mob/4.svg") !important;
      width: 40px;
      height: 40px;
      background-size: cover;
      background-repeat: no-repeat; }
    .directions.directions--tgu .directions__card-img--5 {
      background-image: url("../img/directions/mob/5.svg") !important;
      width: 40px;
      height: 40px;
      background-size: cover;
      background-repeat: no-repeat; }
    .directions.directions--tgu .directions__card-img--6 {
      background-image: url("../img/directions/mob/6.svg") !important;
      width: 40px;
      height: 40px;
      background-size: cover;
      background-repeat: no-repeat; }
    .directions.directions--tgu .directions__card-img--7 {
      background-image: url("../img/directions/mob/7.svg") !important;
      width: 40px;
      height: 40px;
      background-size: cover;
      background-repeat: no-repeat; }
    .directions.directions--tgu .directions__card-img--8 {
      background-image: url("../img/directions/mob/8.svg") !important;
      width: 40px;
      height: 40px;
      background-size: cover;
      background-repeat: no-repeat; }
    .directions.directions--tgu .directions__card-img--9 {
      background-image: url("../img/directions/mob/9.svg") !important;
      width: 40px;
      height: 40px;
      background-size: cover;
      background-repeat: no-repeat; }
    .directions.directions--tgu .directions__card-img--10 {
      background-image: url("../img/directions/mob/10.svg") !important;
      width: 40px;
      height: 40px;
      background-size: cover;
      background-repeat: no-repeat; }
    .directions.directions--tgu .directions__card-img--1 {
      min-width: 40px; }
    .directions.directions--tgu .directions__card-img--2 {
      min-width: 40px; }
    .directions.directions--tgu .directions__card-img--3 {
      min-width: 40px; }
    .directions.directions--tgu .directions__card-img--4 {
      min-width: 40px; }
    .directions.directions--tgu .directions__card-img--5 {
      min-width: 40px; }
    .directions.directions--tgu .directions__card-img--7 {
      min-width: 40px; }
    .directions.directions--tgu .directions__card-img--8 {
      min-width: 40px; }
    .directions.directions--tgu .directions__card-img--9 {
      min-width: 40px; }
    .directions.directions--tgu .directions__card-img--10 {
      min-width: 40px; }
    .directions.directions--tgu .directions__card-img--3 {
      width: 56px;
      min-width: 56px;
      margin-right: 19px;
      margin-left: -6px; }
    .directions.directions--tgu .directions__card-img--6 {
      min-width: 46px;
      width: 46px;
      margin-right: 26px;
      margin-left: -1px; }
    .directions.directions--tgu .directions__card-img--8 {
      min-width: 48.5px;
      width: 48.5px;
      margin-right: 24.5px;
      margin-left: -2px; }
    .directions.directions--tgu .directions__card-img--10 {
      min-width: 44.5px;
      width: 44.5px;
      margin-right: 28.5px;
      margin-left: -1px; }
    .directions.directions--tgu .directions__card-text {
      position: absolute;
      left: 16px;
      bottom: 16px;
      display: block;
      text-align: left;
      height: auto; }
      @media (max-width: 750px) {
        .directions.directions--tgu .directions__card-text {
          position: static;
          left: 0;
          bottom: 0; } }
      .directions.directions--tgu .directions__card-text h4 {
        font-family: "Helvetica Bold", sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 15px; }
        @media (max-width: 750px) {
          .directions.directions--tgu .directions__card-text h4 {
            font-size: 16px;
            line-height: 21px; } }
        @media (max-width: 360px) {
          .directions.directions--tgu .directions__card-text h4 {
            font-size: 14px; } }
      .directions.directions--tgu .directions__card-text p {
        color: #fff;
        font-size: 15px; }
        @media (max-width: 750px) {
          .directions.directions--tgu .directions__card-text p {
            font-size: 16px;
            line-height: 21px; } }
        @media (max-width: 360px) {
          .directions.directions--tgu .directions__card-text p {
            font-size: 14px; } }
  .directions.directions--tgu .directions__card--1 {
    background-image: url("../img/directions/1.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--1 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--2 {
    background-image: url("../img/directions/2.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--2 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--3 {
    background-image: url("../img/directions/3.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--3 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--4 {
    background-image: url("../img/directions/4.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--4 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--5 {
    background-image: url("../img/directions/5.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--5 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--6 {
    background-image: url("../img/directions/6.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--6 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--7 {
    background-image: url("../img/directions/7.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--7 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--8 {
    background-image: url("../img/directions/8.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--8 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--9 {
    background-image: url("../img/directions/9.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--9 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--10 {
    background-image: url("../img/directions/10.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--10 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--11 {
    background-image: url("../img/directions/11.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--11 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--12 {
    background-image: url("../img/directions/12.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--12 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--13 {
    background-image: url("../img/directions/13.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--13 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--14 {
    background-image: url("../img/directions/14.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--14 {
        background-image: none !important; } }
  .directions.directions--tgu .directions__card--15 {
    background-image: url("../img/directions/15.webp") !important; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions__card--15 {
        background-image: none !important; } }
  .directions.directions--tgu .directions-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1.75rem;
    row-gap: 1.0625rem; }
    @media (max-width: 1170px) {
      .directions.directions--tgu .directions-cards {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 0.5rem;
        row-gap: 0.7rem; } }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions-cards {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0.5rem;
        row-gap: 15px; } }
    .directions.directions--tgu .directions-cards__btn {
      margin: 5.625rem auto 0; }
      @media (max-width: 750px) {
        .directions.directions--tgu .directions-cards__btn {
          margin: 40px auto 0;
          width: 250px;
          height: 50px; } }
  .directions.directions--tgu .directions-card {
    width: 17.9375rem;
    border-radius: 10px;
    border: 2px solid #009036;
    padding: 1.375rem; }
    @media (max-width: 750px) {
      .directions.directions--tgu .directions-card {
        max-width: 500px;
        width: 100%;
        padding: 20px;
        display: flex;
        align-items: center; } }
    .directions.directions--tgu .directions-card__dnone {
      display: none; }
    .directions.directions--tgu .directions-card__img {
      width: 3.8125rem;
      height: 3.8125rem;
      margin-bottom: 1.625rem;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 750px) {
        .directions.directions--tgu .directions-card__img {
          min-width: 50px;
          width: 50px;
          height: 50px;
          margin-bottom: 0;
          margin-right: 20px; } }
    .directions.directions--tgu .directions-card__img--1 {
      background-image: url("../img/directions/SVG/1.svg") !important; }
    .directions.directions--tgu .directions-card__img--2 {
      background-image: url("../img/directions/SVG/2.svg") !important; }
    .directions.directions--tgu .directions-card__img--3 {
      background-image: url("../img/directions/SVG/3.svg") !important; }
    .directions.directions--tgu .directions-card__img--4 {
      background-image: url("../img/directions/SVG/4.svg") !important; }
    .directions.directions--tgu .directions-card__img--5 {
      background-image: url("../img/directions/SVG/5.svg") !important; }
    .directions.directions--tgu .directions-card__img--6 {
      background-image: url("../img/directions/SVG/6.svg") !important; }
    .directions.directions--tgu .directions-card__img--7 {
      background-image: url("../img/directions/SVG/7.svg") !important; }
    .directions.directions--tgu .directions-card__img--8 {
      background-image: url("../img/directions/SVG/8.svg") !important; }
    .directions.directions--tgu .directions-card__img--9 {
      background-image: url("../img/directions/SVG/9.svg") !important; }
    .directions.directions--tgu .directions-card__img--10 {
      background-image: url("../img/directions/SVG/10.svg") !important; }
    .directions.directions--tgu .directions-card__img--11 {
      background-image: url("../img/directions/SVG/11.svg") !important; }
    .directions.directions--tgu .directions-card__img--12 {
      background-image: url("../img/directions/SVG/12.svg") !important; }
    .directions.directions--tgu .directions-card__img--13 {
      background-image: url("../img/directions/SVG/13.svg") !important; }
    .directions.directions--tgu .directions-card__img--14 {
      background-image: url("../img/directions/SVG/14.svg") !important; }
    .directions.directions--tgu .directions-card__img--15 {
      background-image: url("../img/directions/SVG/15.svg") !important; }
    .directions.directions--tgu .directions-card__img--16 {
      background-image: url("../img/directions/SVG/16.svg") !important; }
    .directions.directions--tgu .directions-card__img--17 {
      background-image: url("../img/directions/SVG/17.svg") !important; }
    .directions.directions--tgu .directions-card__img--18 {
      background-image: url("../img/directions/SVG/18.svg") !important; }
    .directions.directions--tgu .directions-card__img--19 {
      background-image: url("../img/directions/SVG/19.svg") !important; }
    .directions.directions--tgu .directions-card__img--20 {
      background-image: url("../img/directions/SVG/20.svg") !important; }
    .directions.directions--tgu .directions-card__img--21 {
      background-image: url("../img/directions/SVG/21.svg") !important; }
    .directions.directions--tgu .directions-card__img--22 {
      background-image: url("../img/directions/SVG/22.svg") !important; }
    .directions.directions--tgu .directions-card p {
      font-size: 1.25rem;
      line-height: 1.5rem; }
      @media (max-width: 750px) {
        .directions.directions--tgu .directions-card p {
          font-size: 16px;
          line-height: 21px; } }
      @media (max-width: 750px) {
        .directions.directions--tgu .directions-card p br {
          display: none; } }

.directions__cards {
  display: grid;
  row-gap: 1.5rem;
  column-gap: 0.75rem;
  grid-template-columns: repeat(4, 1fr);
  transition: 0.3s;
  justify-content: center; }

.card {
  width: unset;
  border-radius: 10px;
  background-color: #ffffff;
  transition: 0.3s; }

.teachers {
  margin-bottom: 11.25rem; }
  @media (max-width: 1170px) {
    .teachers {
      margin-bottom: 110px; } }
  .teachers .title {
    margin-bottom: 7.5rem; }
    @media (max-width: 750px) {
      .teachers .title {
        margin-bottom: 40px; } }
  @media (max-width: 750px) {
    .teachers--br {
      display: none; } }
  @media screen and (max-width: 1680px) {
    .teachers-br {
      display: none; } }
  .teachers-br__mob {
    display: none; }
    @media (max-width: 750px) {
      .teachers-br__mob {
        display: block; } }
  .teachers-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8rem;
    row-gap: 5rem; }
    @media screen and (max-width: 1680px) {
      .teachers-items {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 1170px) {
      .teachers-items {
        column-gap: 5rem; } }
  .teachers-item {
    position: relative;
    height: fit-content;
    box-sizing: border-box; }
    @media (max-width: 750px) {
      .teachers-item {
        width: 270px;
        height: fit-content;
        padding: 30px 18px 18px 18px; } }
    .teachers-item__img {
      box-sizing: border-box;
      border-radius: 8px;
      width: 9.8125rem;
      height: 9.8125rem; }
      @media (max-width: 750px) {
        .teachers-item__img {
          width: 157px;
          height: 157px; } }
    .teachers-item__img--1 {
      background: url("../img/teachers/1.png") center no-repeat;
      background-size: cover; }
    .teachers-item__img--2 {
      background: url("../img/teachers/2.png") center no-repeat;
      background-size: cover; }
    .teachers-item__img--3 {
      background: url("../img/teachers/3.png") center no-repeat;
      background-size: cover; }
    .teachers-item__img--4 {
      background: url("../img/teachers/4.png") center no-repeat;
      background-size: cover; }
    .teachers-item__img--5 {
      background: url("../img/teachers/5.png") center no-repeat;
      background-size: cover; }
    .teachers-item__img--6 {
      background: url("../img/teachers/6.png") center no-repeat;
      background-size: cover; }
    .teachers-item__img--7 {
      background: url("../img/teachers/7.png") center no-repeat;
      background-size: cover; }
    .teachers-item__img--8 {
      background: url("../img/teachers/8.png") center no-repeat;
      background-size: cover; }
    .teachers-item__img--9 {
      background: url("../img/teachers/9.png") center no-repeat;
      background-size: cover; }
    .teachers-item h4 {
      font-family: "Helvetica Bold", sans-serif;
      font-weight: 700;
      font-size: 1.5625rem;
      line-height: 2.0625rem;
      color: #009036;
      margin: 1.875rem 0 2.1875rem; }
      @media (max-width: 750px) {
        .teachers-item h4 {
          font-size: 18px;
          line-height: 23px;
          margin: 15px 0 20px; } }
    .teachers-item ul {
      list-style: none; }
      .teachers-item ul li {
        position: relative;
        color: #3d3d3d;
        font-family: "HelveticaNeueCyr Light", sans-serif;
        font-weight: 500;
        margin-bottom: 1.4rem;
        padding-left: 1rem; }
        @media (max-width: 1170px) {
          .teachers-item ul li {
            margin-bottom: 1rem; } }
        @media (max-width: 750px) {
          .teachers-item ul li {
            padding-left: 10px;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 10px; } }
        .teachers-item ul li::before {
          position: absolute;
          content: "";
          width: 0.5rem;
          height: 0.5rem;
          background: #009036;
          left: 0rem;
          top: 0.5rem;
          border-radius: 50%; }
          @media (max-width: 1170px) {
            .teachers-item ul li::before {
              top: 0.5rem; } }
          @media (max-width: 750px) {
            .teachers-item ul li::before {
              width: 5px;
              height: 5px;
              top: 6px; } }
        .teachers-item ul li:last-child {
          margin-bottom: 0; }
  @media (max-width: 450px) {
    .teachers .teachers-items.owl-carousel.owl-carousel--teachers .owl-stage {
      margin-left: -47px; } }
  @media (max-width: 414px) {
    .teachers .teachers-items.owl-carousel.owl-carousel--teachers .owl-stage {
      margin-left: -43px; } }
  @media (max-width: 376px) {
    .teachers .teachers-items.owl-carousel.owl-carousel--teachers .owl-stage {
      margin-left: -31px; } }
  @media (max-width: 360px) {
    .teachers .teachers-items.owl-carousel.owl-carousel--teachers .owl-stage {
      margin-left: -25px; } }
  @media (max-width: 330px) {
    .teachers .teachers-items.owl-carousel.owl-carousel--teachers .owl-stage {
      margin-left: 25px; } }
  .teachers .teachers-items.owl-carousel.owl-carousel--teachers .owl-dots {
    text-align: center;
    margin-top: 29px;
    padding-right: 23px; }
    @media (max-width: 750px) {
      .teachers .teachers-items.owl-carousel.owl-carousel--teachers .owl-dots {
        padding-right: 15px; } }
  .teachers .teachers-items.owl-carousel.owl-carousel--teachers .owl-dots .owl-dot.owl-dot.active {
    background-color: #009036 !important;
    border-color: #009036 !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 9px; }
  .teachers .teachers-items.owl-carousel.owl-carousel--teachers .owl-dots .owl-dot.owl-dot {
    background-color: #c4c4c4 !important;
    border-color: #c4c4c4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 9px; }

.author {
  margin-bottom: 11.25rem; }
  @media (max-width: 1170px) {
    .author {
      margin-bottom: 110px; } }
  .author__quot {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .author b {
    color: #009036;
    font-size: 1.875rem;
    margin-bottom: 1.5rem; }
    @media (max-width: 1170px) {
      .author b {
        font-size: 18px;
        margin-bottom: 12px; } }
  .author blockquote {
    margin: 0 0 6.25rem 0;
    display: flex;
    font-style: italic; }
    @media (max-width: 1170px) {
      .author blockquote {
        margin-bottom: 40px; } }
    .author blockquote p:not(:last-child) {
      margin-bottom: 2rem; }
      @media (max-width: 1170px) {
        .author blockquote p:not(:last-child) {
          margin-bottom: 15px; } }
  .author figcaption {
    display: flex;
    flex-direction: column; }
  .author__quot-icon {
    background-image: url("../img/author/quotes.svg");
    min-width: 8.25rem;
    height: 5.25rem;
    margin-right: 3.125rem;
    background-repeat: no-repeat; }
    @media (max-width: 1170px) {
      .author__quot-icon {
        min-width: 60px;
        height: 40px;
        margin-right: 15px; } }
  .author__picture {
    width: 29.5rem;
    height: 33.625rem;
    margin-right: 8.375rem; }
    @media (max-width: 1170px) {
      .author__picture {
        max-width: 355px;
        width: 100%;
        height: auto;
        margin: auto;
        margin-bottom: 30px; } }
  .author__info {
    display: flex; }
    @media (max-width: 1170px) {
      .author__info {
        flex-direction: column;
        font-size: 16px; } }

.form {
  margin-bottom: 27rem; }
  @media (max-width: 1170px) {
    .form {
      font-size: 16px;
      margin-bottom: 5em; } }
  .form__panel {
    height: 27.6rem;
    background-size: contain;
    position: relative;
    padding-top: 1.875rem;
    padding-right: 7.75rem;
    padding-left: 4.75rem;
    background-image: linear-gradient(13deg, #008f35 0%, #5ed484 100%);
    border-radius: 10px;
    display: flex; }
    @media (max-width: 1170px) {
      .form__panel {
        background: transparent;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0;
        height: auto; } }
    .form__panel img {
      margin-top: -2.5em;
      width: 240px;
      height: 467px; }
      @media screen and (max-width: 1680px) {
        .form__panel img {
          display: none; } }
  .form__desc {
    margin-left: 2em; }
    @media screen and (max-width: 1680px) {
      .form__desc {
        margin-left: unset; } }
  .form__description,
  .form .title {
    max-width: 29.5rem;
    color: #fff; }
    @media (max-width: 1170px) {
      .form__description,
      .form .title {
        text-align: center;
        max-width: 400px;
        color: #171717; } }
  .form .title {
    margin-bottom: 2rem;
    margin-top: 3.625rem; }
  .form form {
    border-radius: 10px;
    background-color: #ffffff;
    top: -1.125rem;
    right: 7.75rem;
    box-shadow: 2px 3.5px 9px 0 rgba(59, 59, 59, 0.19);
    display: flex;
    flex-direction: column;
    padding: 2.875rem 3.125rem;
    max-width: 31.375rem;
    position: absolute;
    font-size: 1.25rem; }
    @media (max-width: 1170px) {
      .form form {
        position: relative;
        margin-top: 30px;
        font-size: 16px;
        max-width: 400px;
        padding: 15px;
        top: 0;
        right: 0; } }
    .form form p {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; }
    .form form input[type="text"],
    .form form input[type="email"] {
      margin-bottom: 1.25rem; }
    .form form input:not([type="checkbox"]),
    .form form textarea {
      padding: 1rem 1.75rem 1.125rem 1.75rem;
      border: 1px solid #009036;
      font-size: inherit;
      font-family: inherit;
      border-radius: 10px;
      outline-color: #01aa42; }
      @media (max-width: 1170px) {
        .form form input:not([type="checkbox"]),
        .form form textarea {
          padding: 10px; } }
    .form form textarea {
      resize: none;
      height: 6rem; }
      @media (max-width: 1170px) {
        .form form textarea {
          height: 96px; } }
    .form form .btn {
      max-width: 14.375rem;
      margin: auto;
      margin-top: 3.5rem;
      margin-bottom: 2.75rem; }
      @media (max-width: 1170px) {
        .form form .btn {
          margin-top: 30px;
          margin-bottom: 0px; } }

.contact {
  margin-bottom: 11.25rem; }
  @media (max-width: 750px) {
    .contact {
      margin-bottom: 110px; } }
  .contact .title--decor {
    text-align: center; }
  .contact__blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 1170px) {
      .contact__blocks {
        grid-template-columns: repeat(1, 1fr); } }
  .contact__block-item {
    max-width: 500px; }
    @media screen and (max-width: 1440px) {
      .contact__block-item {
        width: 450px; } }
    @media (max-width: 1170px) {
      .contact__block-item {
        width: 100%;
        padding: 50px 10px; } }
  .contact__block p {
    margin-bottom: 15px;
    font-size: 1.8rem;
    color: #fff; }
    .contact__block p strong {
      font-family: "HelveticaNeueCyr Medium", sans-serif;
      font-weight: 600; }
    .contact__block p a {
      color: #fff; }
    @media (max-width: 750px) {
      .contact__block p {
        font-size: 18px; } }
  .contact__block-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #009036; }
  @media (max-width: 750px) {
    .contact__block {
      width: 100%; }
      .contact__block iframe {
        width: 100%;
        height: 300px; } }

.page-footer {
  color: #ffffff;
  height: auto;
  background-color: #009036;
  padding-top: 55px;
  padding-bottom: 3rem;
  font-size: 16px; }
  .page-footer__social {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .page-footer__social-links {
      display: flex; }
    .page-footer__social-link {
      width: 29px;
      height: 29px;
      margin: 0 0.5rem;
      margin-top: 1rem;
      background-position: center;
      background-size: contain; }
      .page-footer__social-link--vk {
        background-image: url("../img/footer/vk.svg"); }
      .page-footer__social-link--fb {
        background-image: url("../img/footer/fb.svg"); }
      .page-footer__social-link--inst {
        background-image: url("../img/footer/inst.svg"); }
      .page-footer__social-link--ok {
        background-image: url("../img/footer/ok.svg"); }
      .page-footer__social-link--inst {
        background-size: 150%; }
  .page-footer__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 100%; }
  .page-footer__link {
    margin-bottom: 45px; }
  .page-footer a {
    color: #ffffff; }
  .page-footer .footer-btn {
    width: 367px;
    background-color: #3060ff;
    display: flex;
    align-items: center;
    padding-left: 0.5em;
    padding-right: 2em;
    justify-content: space-around;
    transition: 0.3s;
    height: 72px;
    font-size: 23px; }
    .page-footer .footer-btn__mob {
      height: 50px;
      background-color: #fff;
      color: #2f52ee;
      margin-bottom: 2em; }
      .page-footer .footer-btn__mob .footer-img {
        background-image: url("../img/Button.svg");
        background-size: 40px;
        background-repeat: no-repeat;
        margin-right: 0.2em;
        width: 40px;
        height: 40px; }
    .page-footer .footer-btn .footer-img {
      background-image: url("../img/Button.svg");
      width: 56px;
      height: 56px;
      background-size: 50px;
      background-repeat: no-repeat;
      margin-right: 0.2em; }
    .page-footer .footer-btn:hover {
      background-color: #fff;
      color: #2f52ee; }
  .page-footer__logo {
    background-image: url("../img/logo-white.svg");
    background-size: contain;
    background-position: left;
    margin-bottom: 3.4375rem; }
    @media (max-width: 750px) {
      .page-footer__logo {
        background-position: center; } }
  .page-footer__license {
    margin-bottom: 1.5rem; }
  .page-footer__info {
    max-width: 854px; }
    @media screen and (max-width: 1440px) {
      .page-footer__info {
        max-width: 700px; } }
    @media (max-width: 1170px) {
      .page-footer__info {
        max-width: 400px; } }
  .page-footer__links {
    align-items: flex-end; }
  .page-footer__mail {
    margin-bottom: 3.4375rem;
    white-space: nowrap; }
  .page-footer__info, .page-footer__links {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .page-footer--mobile.page-footer {
    flex-direction: column;
    display: none;
    text-align: center;
    align-items: center;
    height: 480px;
    justify-content: space-between;
    padding: 30px 15px; }
    .page-footer--mobile.page-footer .copyright {
      text-align: center; }
    .page-footer--mobile.page-footer .page-footer__logo {
      width: 238px;
      height: 39px;
      min-height: 39px; }
    .page-footer--mobile.page-footer .page-footer__mail,
    .page-footer--mobile.page-footer .page-footer__social-links,
    .page-footer--mobile.page-footer .page-footer__link {
      margin-bottom: 3rem; }
    @media (max-width: 750px) {
      .page-footer--mobile.page-footer {
        display: flex; } }
  @media (max-width: 1170px) {
    .page-footer {
      font-size: 14px; } }
  @media (max-width: 750px) {
    .page-footer {
      display: none; } }

.page-footer--pages.page-footer--mobile.page-footer {
  height: auto; }
@media (max-width: 600px) {
  .page-footer--pages {
    height: auto; } }
@media (max-width: 750px) {
  .page-footer--pages .page-footer__info {
    padding-right: 20px;
    padding-top: 20px; } }
@media (max-width: 750px) {
  .page-footer--pages .page-footer__links {
    max-width: 160px; } }
.page-footer--pages .copyright {
  display: flex;
  align-items: center; }
  @media (max-width: 480px) {
    .page-footer--pages .copyright {
      flex-direction: column;
      align-items: center; } }
  .page-footer--pages .copyright__tsu-logo {
    width: 57px;
    min-width: 57px;
    display: block;
    margin-right: 30px;
    height: 65px;
    background-image: url("../../img/footer/tsu.svg");
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 480px) {
      .page-footer--pages .copyright__tsu-logo {
        margin-right: 0;
        margin-bottom: 20px; } }
@media (max-width: 1170px) {
  .page-footer--pages .logo {
    width: 185px;
    height: 30px;
    min-height: 30px;
    margin-bottom: 30px; } }

.success {
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center; }

.news {
  margin-bottom: 11.25rem; }
  @media (max-width: 1170px) {
    .news {
      margin-bottom: 110px; } }
  .news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
    row-gap: 2rem; }
    @media (max-width: 1170px) {
      .news__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 750px) {
      .news__list {
        column-gap: 15px;
        row-gap: 15px; } }
    @media (max-width: 600px) {
      .news__list {
        grid-template-columns: 1fr; } }
  .news__item {
    text-decoration: none; }
  .news__picture {
    height: 100%;
    width: auto; }
    .news__picture-wrap {
      width: 31rem;
      height: 17.875rem;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px; }
      @media (max-width: 750px) {
        .news__picture-wrap {
          width: 280px;
          height: 165px; } }
  .news__post-title {
    font-size: 1.375rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-family: "Helvetica Bold", sans-serif;
    font-weight: 700; }
    @media (max-width: 750px) {
      .news__post-title {
        font-size: 16px; } }
  .news__date {
    color: #696969; }
    @media (max-width: 750px) {
      .news__date {
        font-size: 16px; } }

.news-modal {
  z-index: 4;
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
  padding: 0;
  margin-right: -1px;
  border-radius: 0; }
  @media (max-width: 1170px) {
    .news-modal {
      font-size: 16px; } }
  .news-modal .news__date {
    margin-top: 6rem; }
    @media (max-width: 1170px) {
      .news-modal .news__date {
        margin-top: 48px; } }
  .news-modal__post {
    background-color: #f9f9f9;
    height: 100%;
    padding-top: 6.375rem;
    padding-bottom: 6rem; }
    @media (max-width: 1170px) {
      .news-modal__post {
        padding-top: 48px;
        padding-bottom: 42px; } }
  .news-modal__text {
    margin-bottom: 2rem; }
    .news-modal__text--list {
      margin-top: 4rem; }
  .news-modal__list {
    list-style: none; }
    .news-modal__list li {
      padding-left: 1.5rem;
      position: relative;
      margin-bottom: 2rem; }
      .news-modal__list li::before {
        content: '';
        width: 7px;
        height: 7px;
        position: absolute;
        left: 0;
        top: 0.5rem;
        background-color: #009036;
        border-radius: 50%; }
  .news-modal__header {
    height: 6rem;
    display: flex;
    align-items: center; }
    @media (max-width: 1170px) {
      .news-modal__header {
        height: 48px; } }
  .news-modal__back {
    text-decoration: none;
    font-size: 1.875rem;
    color: #171717;
    display: flex; }
    @media (max-width: 1170px) {
      .news-modal__back {
        font-size: 18px; } }
    .news-modal__back::before {
      content: "";
      width: 1.6875rem;
      margin-right: 1.3125rem;
      background: url("../img/news/arrow.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  .news-modal__subtitle {
    font-size: 1.875rem; }
    @media (max-width: 1170px) {
      .news-modal__subtitle {
        font-size: 18px; } }
  .news-modal__title {
    margin-top: 0;
    font-size: 3.125rem;
    margin-bottom: 7.75rem;
    font-family: "HelveticaNeueCyr Black", sans-serif;
    font-weight: 900; }
    @media (max-width: 1170px) {
      .news-modal__title {
        font-size: 32px;
        margin-bottom: 60px; } }
  .news-modal__picture {
    width: 100%;
    height: auto; }
    .news-modal__picture-wrap {
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      margin-top: 6.875rem;
      margin-bottom: 8.125rem; }
      @media (max-width: 1170px) {
        .news-modal__picture-wrap {
          margin-top: 48px;
          margin-bottom: 56px; } }

.blocker {
  padding: 0;
  overflow-x: hidden;
  z-index: 3; }

.modal.news-modal a.close-modal {
  display: none; }

.data {
  margin-bottom: 11.25rem; }
  @media (max-width: 750px) {
    .data {
      margin-bottom: 110px; } }
  .data-wrap {
    display: flex; }
    @media (max-width: 500px) {
      .data-wrap {
        flex-direction: column; } }
  .data-left {
    display: flex;
    flex-direction: column;
    margin-right: 5.625rem; }
    @media (max-width: 1170px) {
      .data-left {
        min-width: 180px;
        margin-right: 40px; } }
    @media (max-width: 500px) {
      .data-left {
        margin-bottom: 40px; } }
    .data-left__list {
      list-style: none; }
    .data-left__link {
      position: relative;
      margin-bottom: 33px;
      cursor: pointer; }
      .data-left__link a {
        font-size: 1.375rem;
        line-height: 1.75rem;
        cursor: pointer;
        transition: all 0.3s;
        color: #171717;
        text-decoration: none; }
        @media (max-width: 750px) {
          .data-left__link a {
            font-size: 19px;
            line-height: 25px; } }
      .data-left__link::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #171717;
        left: 0;
        bottom: -0.9375rem; }
      .data-left__link:hover {
        opacity: 0.8; }
      @media (max-width: 750px) {
        .data-left__link br {
          display: none; } }
    .data-left__link.active a {
      color: #009036; }
  .data-right {
    max-width: 65rem; }
    .data-right__block {
      display: none; }
    .data-right__block.active {
      display: block; }
    .data-right__title {
      color: #009036;
      font-size: 3rem;
      line-height: 3.5rem;
      font-family: "HelveticaNeueCyr Black", sans-serif;
      font-weight: 900;
      margin-bottom: 6.875rem; }
      @media (max-width: 750px) {
        .data-right__title {
          font-size: 32px;
          line-height: 38px;
          margin-bottom: 35px; } }
      @media (max-width: 350px) {
        .data-right__title {
          font-size: 30px;
          line-height: 35px;
          margin-bottom: 35px; } }
      @media (max-width: 500px) {
        .data-right__title br {
          display: none; } }
    .data-right__item {
      margin-bottom: 4.375rem; }
      .data-right__item:last-child {
        margin-bottom: 0; }
      @media (max-width: 750px) {
        .data-right__item {
          margin-bottom: 35px; }
          .data-right__item:last-child {
            margin-bottom: 0; } }
      .data-right__item p {
        margin-bottom: 0.9375rem; }
        @media (max-width: 750px) {
          .data-right__item p {
            font-size: 18px;
            line-height: 24px; } }
        .data-right__item p:last-child {
          margin-bottom: 0; }
        .data-right__item p span {
          font-family: "HelveticaNeueCyr Medium", sans-serif;
          font-weight: 600; }
      .data-right__item p.mb-p {
        margin-bottom: 1.875rem; }
        .data-right__item p.mb-p:last-child {
          margin-bottom: 0; }
        @media (max-width: 750px) {
          .data-right__item p.mb-p {
            margin-bottom: 25px; }
            .data-right__item p.mb-p:last-child {
              margin-bottom: 0; } }
      .data-right__item ul {
        list-style: none;
        margin-bottom: 1.875rem; }
        .data-right__item ul li {
          margin-bottom: 0.9375rem; }
          .data-right__item ul li:last-child {
            margin-bottom: 0; }
          @media (max-width: 750px) {
            .data-right__item ul li {
              font-size: 18px;
              line-height: 24px;
              margin-bottom: 15px; }
              .data-right__item ul li:last-child {
                margin-bottom: 0; } }
      .data-right__item p.mb-0 {
        margin-bottom: 0; }
    .data-right__headline {
      margin-bottom: 1.5625rem;
      font-size: 1.875rem;
      line-height: 2.25rem;
      font-family: "HelveticaNeueCyr Medium", sans-serif;
      font-weight: 600; }
      @media (max-width: 750px) {
        .data-right__headline {
          font-size: 25px;
          line-height: 30px;
          margin-bottom: 15px; } }
    .data-right__link {
      color: #009036;
      text-decoration: underline;
      transition: all 0.3s; }
      @media (max-width: 750px) {
        .data-right__link {
          font-size: 18px;
          line-height: 26px; } }
      .data-right__link:hover {
        opacity: 0.8; }
    .data-right__download {
      color: #009036;
      position: relative;
      transition: all 0.3s;
      line-height: 2.1875rem;
      padding-left: 2rem;
      text-decoration: none;
      font-family: "HelveticaNeueCyr Medium", sans-serif;
      font-weight: 600; }
      @media (max-width: 750px) {
        .data-right__download {
          font-size: 18px;
          line-height: 26px; } }
      .data-right__download::before {
        position: absolute;
        content: "";
        background: url("../img/download.svg") no-repeat center;
        width: 1.25rem;
        height: 1.4375rem;
        background-size: contain;
        left: 0;
        top: 0; }
      .data-right__download:hover {
        opacity: 0.8; }

.programs.programs--tgu {
  margin-top: 5rem;
  margin-bottom: 11rem; }
  @media (max-width: 750px) {
    .programs.programs--tgu {
      margin-top: 40px;
      margin-bottom: 80px; } }
  .programs.programs--tgu .form__field {
    margin-bottom: 0;
    display: none; }
    @media (max-width: 750px) {
      .programs.programs--tgu .form__field {
        display: block;
        width: 100%; } }
  .programs.programs--tgu .form__field span.select2 {
    border: 1px solid #009036;
    box-sizing: border-box;
    width: 100%;
    padding: 27px 35px;
    height: 65px !important;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .programs.programs--tgu .form__field span.select2 .select2-selection--single {
      border: none !important;
      display: flex;
      align-items: center;
      height: 100%; }
  .programs.programs--tgu .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
    right: 11px; }
  .programs.programs--tgu span.select2 .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(../img/down.svg) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 8px;
    top: 29px;
    right: 5px;
    left: 0; }
  .programs.programs--tgu .select2-selection__rendered {
    font-size: 19px;
    line-height: 24px;
    color: #08113f;
    padding-left: 0 !important; }
  .programs.programs--tgu .programs__select {
    width: 100%;
    height: 39px !important;
    border: 1px solid #009036;
    box-sizing: border-box;
    border-radius: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .programs.programs--tgu .programs__blocks {
    display: grid;
    grid-template-columns: repeat(2, 223px 1fr);
    column-gap: 48px; }
    @media screen and (max-width: 1440px) {
      .programs.programs--tgu .programs__blocks {
        grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 750px) {
    .programs.programs--tgu .programs__br {
      display: none; } }
  .programs.programs--tgu .programs__br-mob {
    display: none; }
    @media (max-width: 750px) {
      .programs.programs--tgu .programs__br-mob {
        display: block; } }
  .programs.programs--tgu .programs__links {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 1440px) {
      .programs.programs--tgu .programs__links {
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 30px; } }
    @media (max-width: 750px) {
      .programs.programs--tgu .programs__links {
        margin-bottom: 20px; } }
    .programs.programs--tgu .programs__links-btn {
      width: 223px;
      height: 33px;
      background: #ffffff;
      border: 0.47541px solid #009036;
      box-sizing: border-box;
      border-radius: 28.5246px;
      font-family: "HelveticaNeueCyr Medium", sans-serif;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      color: #009036;
      margin-bottom: 16px;
      cursor: pointer;
      transition: all 0.3s; }
      @media screen and (max-width: 1440px) {
        .programs.programs--tgu .programs__links-btn {
          margin-right: 10px; } }
      @media (max-width: 750px) {
        .programs.programs--tgu .programs__links-btn {
          display: none; } }
      .programs.programs--tgu .programs__links-btn:last-child {
        margin-bottom: 0; }
    .programs.programs--tgu .programs__links-btn.active {
      background-color: #009036;
      color: #ffffff; }
  .programs.programs--tgu .programs__block-title {
    font-family: "Helvetica Bold", sans-serif;
    font-weight: 700;
    font-size: 2.7rem;
    color: #18204b;
    margin-bottom: 55px; }
    @media (max-width: 750px) {
      .programs.programs--tgu .programs__block-title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 25px; } }
  .programs.programs--tgu .programs__cards {
    display: grid;
    grid-template-columns: repeat(4, 251px);
    row-gap: 1rem;
    column-gap: 1rem;
    justify-content: space-between; }
    @media screen and (max-width: 1680px) {
      .programs.programs--tgu .programs__cards {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 1440px) {
      .programs.programs--tgu .programs__cards {
        grid-template-columns: repeat(3, 251px);
        justify-content: flex-start;
        column-gap: 15px;
        row-gap: 15px; } }
    @media (max-width: 1170px) {
      .programs.programs--tgu .programs__cards {
        grid-template-columns: repeat(3, 233px);
        column-gap: 10px;
        row-gap: 10px; } }
    @media (max-width: 750px) {
      .programs.programs--tgu .programs__cards {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 10px;
        row-gap: 10px; } }
  @media (max-width: 750px) {
    .programs.programs--tgu .programs__items-img {
      width: 50px;
      margin-right: 20px; } }
  @media (max-width: 750px) {
    .programs.programs--tgu .programs__items {
      display: flex;
      padding: 25px;
      padding-right: 10px;
      align-items: center;
      height: auto; } }
  .programs.programs--tgu .programs__card {
    position: relative;
    width: 251px;
    height: 251px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: default;
    text-decoration: none; }
    @media (max-width: 1170px) {
      .programs.programs--tgu .programs__card {
        width: 233px; } }
    @media (max-width: 750px) {
      .programs.programs--tgu .programs__card {
        background-image: none !important;
        max-width: 500px;
        width: 100%;
        height: auto;
        background: #009036 !important;
        border-radius: 10px;
        box-shadow: none; } }
    .programs.programs--tgu .programs__card-img {
      display: none; }
      @media (max-width: 750px) {
        .programs.programs--tgu .programs__card-img {
          display: block;
          margin: 0 auto; } }
    .programs.programs--tgu .programs__card-text {
      position: absolute;
      left: 16px;
      bottom: 16px;
      display: block;
      text-align: left;
      height: auto; }
      @media (max-width: 750px) {
        .programs.programs--tgu .programs__card-text {
          position: static;
          left: 0;
          bottom: 0; } }
      .programs.programs--tgu .programs__card-text h4 {
        font-family: "Helvetica Bold", sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 15px; }
        @media (max-width: 750px) {
          .programs.programs--tgu .programs__card-text h4 {
            font-size: 16px;
            line-height: 21px;
            color: #FFFFFF; } }
        @media (max-width: 360px) {
          .programs.programs--tgu .programs__card-text h4 {
            font-size: 13px; } }
      .programs.programs--tgu .programs__card-text p {
        color: #fff;
        font-size: 15px; }

@media (max-width: 750px) {
  .select2-results__options .select2-results__option.select2-results__option--selectable {
    font-size: 16px !important;
    line-height: 22px !important; } }

.uslugi {
  margin-bottom: 5rem; }
  @media (max-width: 750px) {
    .uslugi {
      margin-bottom: 60px; } }
  .uslugi-title {
    color: #009036;
    font-size: 3rem;
    line-height: 3.5rem;
    font-family: "HelveticaNeueCyr Black", sans-serif;
    font-weight: 900;
    margin-bottom: 6.875rem;
    text-align: center; }
    @media (max-width: 750px) {
      .uslugi-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 35px; } }
  .uslugi-content__title {
    margin-bottom: 3rem;
    text-align: center; }
    @media (max-width: 750px) {
      .uslugi-content__title {
        margin-bottom: 30px; } }
    .uslugi-content__title h3 {
      margin-bottom: 1rem;
      font-size: 1.875rem;
      line-height: 2.25rem;
      font-family: "HelveticaNeueCyr Medium", sans-serif;
      font-weight: 600; }
      @media (max-width: 750px) {
        .uslugi-content__title h3 {
          font-size: 25px;
          line-height: 30px;
          margin-bottom: 10px; } }
    @media (max-width: 750px) {
      .uslugi-content__title p {
        font-size: 18px;
        line-height: 24px; } }
  .uslugi-content__block {
    margin-bottom: 2rem; }
    .uslugi-content__block:last-child {
      margin-bottom: 0; }
    @media (max-width: 750px) {
      .uslugi-content__block {
        margin-bottom: 30px; } }
    .uslugi-content__block h4 {
      font-family: "HelveticaNeueCyr Medium", sans-serif;
      font-weight: 600;
      margin-bottom: 1rem; }
      @media (max-width: 750px) {
        .uslugi-content__block h4 {
          font-size: 18px;
          line-height: 24px; } }
    .uslugi-content__block ul {
      list-style: none; }
      .uslugi-content__block ul li {
        margin-bottom: 0.5rem; }
        .uslugi-content__block ul li:last-child {
          margin-bottom: 0; }
        @media (max-width: 750px) {
          .uslugi-content__block ul li {
            font-size: 18px;
            line-height: 24px; } }

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