@charset "UTF-8";
@font-face {
  font-family: “BebasNeueBold”;
  font-display: swap;
  src: url("../fonts/BebasNeueBold/BebasNeueBold.eot");
  src: local("O"), url("../fonts/BebasNeueBold/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold/BebasNeueBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: “Montserrat-Bold”;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot");
  src: local("O"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: “Montserrat-Light”;
  font-display: swap;
  src: url("../fonts/Montserrat-Light/Montserrat-Light.eot");
  src: local("O"), url("../fonts/Montserrat-Light/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: “Montserrat-Medium”;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot");
  src: local("O"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: “Montserrat-Regular”;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot");
  src: local("O"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: “Montserrat-SemiBold”;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot");
  src: local("O"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: “Montserrat-Regular”;
  font-size: 18px;
  color: #505050;
  background-color: #fff;
  line-height: 1;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  max-width: 1822px;
  height: 100%;
  margin: 0 auto;
  padding: 0 146px;
}

h1 {
  font-family: “BebasNeueBold”;
  font-size: 110px;
  line-height: 1;
  color: #272727;
}
h1.pagetitle {
  margin-bottom: 40px;
}
h2 {
  font-family: “BebasNeueBold”;
  font-size: 110px;
  line-height: 1;
  color: #272727;
}

h3 {
  font-family: “BebasNeueBold”;
  font-size: 70px;
  line-height: 1;
  color: #272727;
}

h4 {
  font-family: “BebasNeueBold”;
  font-size: 60px;
  line-height: 1;
  color: #272727;
}

h5 {
  font-family: “BebasNeueBold”;
  font-size: 45px;
  line-height: 1;
}

h6 {
  font-family: “Montserrat-Bold”;
  font-size: 25px;
  line-height: 1.2;
}

p {
  font-size: 18px;
  line-height: 1.6;
  color: #404040;
}
.ajax_form .error::placeholder {
  color: red;
}
.section {
  width: 100%;
  padding: 50px 0;
  position: relative;
}

.btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 55px;
  padding: 0 22px;
  background-color: #6DBF05;
  border-radius: 10px;
  overflow: hidden;
  font-family: “Montserrat-SemiBold”;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  position: relative;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #E8983F;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.btn:active {
  top: 2px;
}

.title {
  width: 100%;
  margin: 0 0 40px 0;
}

.slider-container {
  position: relative;
  min-width: 0;
}

.slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  z-index: 6;
}

.slider-btn svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.slider-btn--prev {
  right: 100%;
  -webkit-transform: translate(-80px, -50%);
      -ms-transform: translate(-80px, -50%);
          transform: translate(-80px, -50%);
}

.slider-btn--next {
  left: 100%;
  -webkit-transform: translate(80px, -50%);
      -ms-transform: translate(80px, -50%);
          transform: translate(80px, -50%);
}

.slider-btn.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.anim {
  position: relative;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  /*pointer-events: none;*/
}

.anim--1 {
  -webkit-transition: 0.6s 0.4s;
  -o-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}

.anim--2 {
  -webkit-transition: 0.6s 0.6s;
  -o-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}

.anim--3 {
  -webkit-transition: 0.6s 0.8s;
  -o-transition: 0.6s 0.8s;
  transition: 0.6s 0.8s;
}

.anim--4 {
  -webkit-transition: 0.6s 1s;
  -o-transition: 0.6s 1s;
  transition: 0.6s 1s;
}

.anim--5 {
  -webkit-transition: 0.6s 1.2s;
  -o-transition: 0.6s 1.2s;
  transition: 0.6s 1.2s;
}

.anim--6 {
  -webkit-transition: 0.6s 1.4s;
  -o-transition: 0.6s 1.4s;
  transition: 0.6s 1.4s;
}

.anim--7 {
  -webkit-transition: 0.6s 1.6s;
  -o-transition: 0.6s 1.6s;
  transition: 0.6s 1.6s;
}

.anim-container.active .anim {
  top: 0;
  opacity: 1;
  visibility: visible;
  /*pointer-events: all;*/
}
.msearch2 {
  display: flex;
  margin-bottom: 30px;
}
.msearch2 .btn {
  height: 48px;
  border-radius: 0 10px 10px 0;
}
.msearch2 input[type="text"] {
  border-radius: 10px 0 0 10px !important;
}
.form__input, .msearch2 input[type="text"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 48px;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  padding: 0 12px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  font-family: “Montserrat-Regular”;
  font-size: 18px;
  line-height: 1.2;
  color: #505050;
  overflow: hidden;
}

.form__inputs .form__input:last-child {
  margin: 0;
}

.form__input[type='number'] {
  -moz-appearance: textfield;
}

.form__input[type='number']::-webkit-outer-spin-button, .form__input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form__input::-webkit-input-placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 15px;
  line-height: 1.2;
  color: #A9AEB5;
  opacity: 1;
}

.form__input:-ms-input-placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 15px;
  line-height: 1.2;
  color: #A9AEB5;
  opacity: 1;
}

.form__input::-ms-input-placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 15px;
  line-height: 1.2;
  color: #A9AEB5;
  opacity: 1;
}

.form__input::placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 15px;
  line-height: 1.2;
  color: #A9AEB5;
  opacity: 1;
}

.form__input::-webkit-input-placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 15px;
  line-height: 1.2;
  color: #A9AEB5;
  opacity: 1;
}

.form__input::-moz-placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 15px;
  line-height: 1.2;
  color: #A9AEB5;
  opacity: 1;
}

.form__input::-ms-input-placeholder {
  font-family: “Montserrat-Medium”;
  font-size: 15px;
  line-height: 1.2;
  color: #A9AEB5;
  opacity: 1;
}

@media (min-width: 768px) {
  .checkbox__text a {
    cursor: pointer;
  }
  .checkbox__text a:hover {
    color: #00A6B7;
  }
  .checkbox__text a:focus {
    color: #00A6B7;
  }
  .btn {
    cursor: pointer;
  }
  .btn:hover::after {
    left: 0;
    width: 100%;
  }
  .btn:focus::after {
    left: 0;
    width: 100%;
  }
  .slider-btn {
    cursor: pointer;
  }
  .slider-btn:hover svg path {
    fill: #6DBF05;
  }
}

.icon-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 36px;
  height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.icon-menu.icon-menu--nav {
  display: none;
}

.icon-menu span {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #505050;
}

.header.header--page .icon-menu span {
  background: #fff;
}

.icon-menu span:nth-child(1) {
  top: 0%;
}

.icon-menu span:nth-child(3) {
  top: auto;
  bottom: 0%;
}

.icon-menu.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.icon-menu.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: #505050;
}

.header.header--page .icon-menu.active span {
  background: #505050;
}

.icon-menu.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}

.icon-menu.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 2px);
  width: 100%;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 24;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.3);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: perspective(600px) translateY(0%) rotateX(0deg);
          transform: perspective(600px) translateY(0%) rotateX(0deg);
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
}

.popup__content {
  width: 440px;
  padding: 40px 30px 30px 30px;
  border-radius: 32px;
  background: #fff;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transform: perspective(600px) translateY(-120%) rotateX(45deg);
          transform: perspective(600px) translateY(-120%) rotateX(45deg);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup__close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.popup__close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popup__close::before,
.popup__close::after {
  content: "";
  display: block;
  height: 2px;
  width: 36px;
  background-color: #252525;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__close:hover::before,
.popup__close:focus::before,
.popup__close:hover::after,
.popup__close:focus::after {
  -webkit-box-shadow: 0 0 5px 0 #ddd;
          box-shadow: 0 0 5px 0 #ddd;
}

.form__inputs--popup {
  margin: 0 auto 30px auto;
}

.checkbox--popup {
  margin: 0 0 30px 0;
}

.btn.form__btn.form__btn--popup {
  width: 100%;
}

/* header */
.header__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  width: 100%;
  padding: 20px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__menu > li {
  margin: 0 26px 0 0;
}

.header__menu > li:last-child {
  margin: 0;
}

.header__menu > li > a {
  font-family: “Montserrat-Medium”;
  font-size: 18px;
  line-height: 1.2;
  color: #272727;
  padding: 6px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.header__menu > li > a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

.navigation__hidden {
  display: none;
}

.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.feedback svg {
  margin: 0 12px 0 0;
}

.feedback svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.feedback a {
  font-family: “Montserrat-SemiBold”;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__feedback a {
  font-size: 25px;
  line-height: 1.2;
  color: #272727;
}

.mail, .phone, .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__mail, .header__phone {
  margin: 0 0 0 26px;
}

.navigation__hidden svg {
  width: 30px;
  margin: 0 10px 0 0;
  min-width: 30px;
}

.navigation__hidden a, .hidden__address {
  font-family: “Montserrat-SemiBold”;
  font-size: 22px;
  line-height: 1.2;
  color: #272727;
}

/* footer */
.footer {
  background-color: #242424;
}

.footer__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  padding: 52px 0 50px 0;
}

.footer__logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  row-gap: 8px;
}

.footer__logo img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}

.footer__logo strong {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  font-family: “BebasNeueBold”;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin: auto 0 0 0;
}

.footer__logo small {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
  font-size: 12px;
  line-height: 1.25;
  color: #fff;
}

.footer__feedback {
  margin: 0 0 36px 0;
}

.footer__feedback a {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

.footer__mail, .footer__phone {
  margin: 0 0 0 30px;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.copyright__confidentiality {
  font-family: “Montserrat-SemiBold”;
  font-size: 16px;
  line-height: 1.25;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #fff;
  margin: 0 0 8px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.copyright__law {
  font-family: “Montserrat-Light”;
  font-size: 12px;
  line-height: 1.25;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* label */
.label {
  background-color: #F7F7F7;
  position: relative;
  overflow: hidden;
}

.label > svg {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.label > svg:nth-child(1) {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -60%);
      -ms-transform: translate(0, -60%);
          transform: translate(0, -60%);
}

.label > svg:nth-child(2) {
  top: 0;
  right: 0;
  width: 58%;
  height: auto;
}

.slider-container--label {
  height: 100%;
}

.label__slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.label__slider-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 1fr;
      grid-template-columns: 1.2fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}

.label__slider-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.label__slider-info h1 {
  margin: 0 0 16px 0;
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.label__slider-info h2 {
  margin: 0 0 16px 0;
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.label__slider-info strong {
  width: 80%;
  font-size: 25px;
  line-height: 1.2;
  color: #505050;
  margin: 0 0 50px 0;
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.label__slider-info a {
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.label__slider-item.swiper-slide-active .label__slider-info > * {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.label__slider-item.swiper-slide-active .label__slider-info > h1 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.label__slider-item.swiper-slide-active .label__slider-info > h2 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.label__slider-item.swiper-slide-active .label__slider-info > strong {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.label__slider-item.swiper-slide-active .label__slider-info > a {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.label__slider-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.label__slider-img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.label__slider-item.swiper-slide-active .label__slider-img img {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.trend__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.trend__link {
  margin: 0 0 14px 0;
}

.link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 6px 0;
  font-family: “Montserrat-Bold”;
  font-size: 20px;
  line-height: 1.2;
  color: #6DBF05;
  border-bottom: 2px solid #6DBF05;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/*
animation: wiggle 2s ease-in-out infinite;
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(6deg);
  }
}
*/
.first {
  padding: 30px 0 50px 0;
}

/* profwssions page*/
.uchi {
  width: 100%;
}

.uchi__body {
  width: 100%;
}

.uchi-themes {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 30px;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  width: 100%;
  margin: 0 !important;
}

.uchi-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100% !important;
  padding: 0 0 74px 0 !important;
  border-radius: 20px;
  background-color: #F7F7F7;
  -webkit-box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.uchi-theme__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 320px;
  aspect-ratio: inherit !important;
  margin: 0 0 32px 0;
  background-color: transparent !important;
  position: static !important;
}

.uchi-theme__image a {
  width: 100%;
  height: 100%;
}

.uchi-theme__image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}

.uchi-theme__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 65%;
  padding: 0 0 0 18px;
  margin: 0 !important;
}

.uchi-theme__title a {
  font-family: “Montserrat-Bold”;
  font-size: 25px;
  line-height: 1.2;
  color: #505050;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.uchi-theme__title a::before {
  content: "→";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  font-family: “Montserrat-Bold”;
  font-size: 36px;
  line-height: 1;
  color: #6DBF05;
  position: absolute;
  bottom: 36px;
  right: 24px;
  z-index: 3;
  padding: 0 0 6px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.uchi-theme__count {
  font-family: “Montserrat-SemiBold”;
  font-size: 18px !important;
  color: #808080;
  position: absolute;
  bottom: 32px;
  left: 18px !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  position: absolute;
  top: inherit !important;
  right: inherit !important;
  z-index: 3 !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  font-weight: inherit !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  pointer-events: none;
}

.uchi-theme__count span {
  font-family: “Montserrat-SemiBold”;
  font-size: 18px !important;
  line-height: 1.2;
  color: #808080;
  margin: 0 0 0 6px;
}

.trend {
  padding: 100px 0 50px 0;
}

.trend__items .uchi-themes .uchi-theme {
  display: none;
}

.trend__items .uchi-themes .uchi-theme:nth-child(-n+6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.help__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.36fr;
      grid-template-columns: 1fr 1.36fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #F7F7F7;
  border: 1px solid #DFDFDF;
  -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  padding: 64px 12px 68px 100px;
}

.help__info > strong {
  margin: 0 0 40px 0;
}

.help__title.title {
  margin: 0 0 14px 0;
}

.help__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 180px;
      grid-template-columns: 1fr 180px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.form__input.form__input--help {
  border-radius: 10px 0 0 10px;
}

.btn.form__btn--help {
  width: 100%;
  height: 48px;
  border-radius: 0 10px 10px 0;
  padding: 0 10px;
}

.help__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.help__img img {
  width: auto;
  height: 206%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.strengths__title.title {
  margin: 0 0 60px 0;
}

.strengths__items {
  width: 88%;
  margin: 0 auto;
}

.strengths__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -webkit-column-gap: 114px;
          column-gap: 114px;
  margin: 0 0 40px 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.strengths__item-info {
  width: 100%;
  height: 100%;
}

.strengths__item-info > h5 {
  margin: 30px 0 22px 0;
}

.strong {
  font-family: “Montserrat-Regular”;
  font-size: 20px;
  line-height: 1.4;
}

.strengths__item-img {
  width: 100%;
  padding-top: 64%;
  position: relative;
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#E8983F), to(#E8983F));
  background: -webkit-linear-gradient(bottom, #E8983F, #E8983F);
  background: -o-linear-gradient(bottom, #E8983F, #E8983F);
  background: linear-gradient(0deg, #E8983F, #E8983F);
}

.strengths__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  z-index: 2;
}

.strengths__item-img.strengths__item-img--right img {
  left: -20px;
}

.strengths__item-img.strengths__item-img--left img {
  left: 20px;
}

.trust__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.4fr 1fr;
      grid-template-columns: 1.4fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.trust__info {
  padding: 0 5% 0 0;
}

.trust__text {
  padding: 0 9% 0 0;
}

.trust__text > strong, .trust__text p  {
  margin: 0 0 14px 0;
  font-family: “Montserrat-Regular”;
  font-size: 20px;
  line-height: 1.4;
}
.page__text {
  margin-bottom: 30px;
}
.page__text h6 {
  margin-bottom: 15px;
}
.page__text p {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.6;
  color: #404040;
}
.page__text ul, .page__text ol {
  font-family: “Montserrat-Regular”;
  font-size: 18px;
  line-height: 1.4;
  margin: 14px 0 14px 20px;
}
.page__text ul li {
  list-style-type:disc;
}
.page__text ol li {
  list-style-type:auto;
}
.trust__link.link {
  margin: 40px 0 0 auto;
}

.trust__tiles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 0 0 40px 0;
}

.trust__tile {
  padding: 34px 17% 34px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6DBF05), to(#5DA403));
  background: -webkit-linear-gradient(top, #6DBF05 0%, #5DA403 100%);
  background: -o-linear-gradient(top, #6DBF05 0%, #5DA403 100%);
  background: linear-gradient(180deg, #6DBF05 0%, #5DA403 100%);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.trust__tiles .trust__tile:nth-child(even) {
  position: relative;
  top: 40px;
}

.trust__tile strong {
  font-family: “BebasNeueBold”;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  margin: 0 0 16px 0;
}

.trust__tile small {
  font-family: “Montserrat-Medium”;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.more.section {
  padding: 40px 0 0 0;
  overflow: hidden;
}
.more.modal .more__container {
  padding: 50px 35px 50px 35px;
  width: 100%;
  border: none;
  max-width: 600px;
  border-radius: 20px;
  box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.15);
}
.more.modal .more__container .container {
  padding: 0;
}
.more.modal .more__container .container .popup__content {
  width: 100%;
  padding: 0;
  background: none;
  border-radius: 0;
}
.more__container {
  padding: 50px 0 70px 0;
  background-color: #F7F7F7;
  position: relative;
  border: 1px #333 solid;
}

.more__container > svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.more.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 24;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 217, 217, 0.3);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.more.modal.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.more.modal.open .anim{
    opacity: 1;
 visibility: visible;
 top: 0;
}
.more__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 10px;
}
.more__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.7fr 1fr 1.3fr;
      grid-template-columns: 1.7fr 1fr 1.3fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
.more.modal .more__content {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}
.more__info {
  padding: 0 4% 0 0;
}
.more.modal .more__info {
  padding: 0 0 14px 0;
}
.more__title.title {
  margin: 0 0 14px 0;
}

.form__input--more {
  margin: 0 0 10px 0;
}

.btn.form__btn--more {
  height: 48px;
  margin: 20px 0 0 0;
}

.more__img {
  width: 100%;
  padding-top: 40%;
  position: relative;
}

.more__img img {
  width: auto;
  height: 200%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* breadcrumb */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: “Montserrat-Bold”;
  font-size: 14px;
  line-height: 1.2;
  color: #404040;
}

.breadcrumb__item svg {
  margin: 0 15px;
}

.breadcrumb__item a {
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-right: 14px;
  margin-right: 10px;
  font-family: “Montserrat-Medium”;
  font-size: 14px;
  line-height: 1.2;
  color: #6DBF05;
}

.breadcrumb__item a::before {
  content: "/";
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #404040;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  z-index: 2;
}

.structure__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.structure__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 4% 0 0;
}

.structure__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 18px 0;
}

.structure__item strong {
  font-family: “Montserrat-Bold”;
  font-size: 20px;
  line-height: 1.2;
  color: #404040;
  margin: 0 0 8px 0;
}

.structure__item small {
  font-size: 16px;
  line-height: 1.6;
}

.uchi__back {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 40px auto !important;
}

.uchi__back a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 6px 0;
  font-family: “Montserrat-Bold”;
  font-size: 20px;
  line-height: 1.2;
  color: #6DBF05;
  border-bottom: 2px solid #6DBF05;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.uchi__body > h1 {
  margin: 0 0 40px 0;
}

.uchi-course-teaser {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.uchi-course-teaser__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.uchi-course-teaser__title a {
  font-family: “Montserrat-SemiBold”;
  font-size: 20px;
  line-height: 1.4;
  color: #404040;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.uchi-course-teaser__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: “Montserrat-Bold”;
  font-size: 20px;
  line-height: 1.2;
  color: #404040;
}

.uchi-course-teaser__cart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 146px;
          flex: 0 0 146px;
  height: 46px;
}

.uchi-cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background-color: #6DBF05;
  border-radius: 10px;
  overflow: hidden;
  font-family: “Montserrat-SemiBold”;
  font-size: 16px;
  line-height: 1.25;
  color: #fff !important;
  text-align: center;
  position: relative;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.uchi-cart-button::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #E8983F;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.uchi-cart-button:active {
  top: 2px;
}

.uchi-course__title-wrapper {
  font-family: “Montserrat-Regular”;
  font-size: 18px;
  line-height: 1.6;
  color: #505050;
  margin: 0 0 24px 0;
}

.uchi-course__title-label {
  font-family: “Montserrat-Bold”;
  font-size: 34px;
  line-height: 1.2;
  color: #272727;
  margin: 0 0 20px 0;
}

.uchi-course__price {
  font-family: “Montserrat-Bold”;
  font-size: 30px;
  line-height: 1.2;
  color: #272727;
  margin: 0 0 30px 0 !important;
}

.uchi-course__description {
  font-family: “Montserrat-Regular”;
  font-size: 18px;
  line-height: 1.6;
  color: #505050;
  margin: 0 0 20px 0 !important;
}

.uchi__body div .uchi-cart-button {
  width: 230px;
  height: 55px;
  margin: 0 !important;
  padding: 0 !important;
}

.uchi-course__academic-plan-wrapper {
  margin: 70px 0 0 0 !important;
}

.uchi-course__academic-plan-wrapper h3 {
  margin: 0 0 30px 0 !important;
}

.uchi-course__academic-plan table, .uchi-course__academic-plan td, .uchi-course__academic-plan th {
  border: none !important;
}

.uchi-course__academic-plan td, .uchi-course__academic-plan th {
  padding: inherit !important;
}

.uchi-course__academic-plan thead tr {
  padding: 0 0 24px 0 !important;
}

.uchi-course__academic-plan thead tr th {
  font-family: “Montserrat-Bold”;
  font-size: 24px;
  line-height: 1.2;
  color: #808080;
  border-bottom: 1px solid #dfdfdf;
}

.uchi-course__academic-plan thead tr th:nth-child(1) {
  width: 64%;
}

.uchi-course__academic-plan thead tr th:nth-child(2) {
  width: 12%;
}

.uchi-course__academic-plan thead tr th:nth-child(3) {
  width: 24%;
}

.uchi-course__academic-plan tbody tr td:nth-child(1) {
  width: 64%;
}

.uchi-course__academic-plan tbody tr td:nth-child(2) {
  width: 12%;
}

.uchi-course__academic-plan tbody tr td:nth-child(3) {
  width: 24%;
}

.uchi-course__academic-plan tbody tr {
  border-bottom: 1px solid #DFDFDF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.uchi-course__academic-plan tbody tr td {
  font-family: “Montserrat-Medium”;
  font-size: 20px;
  line-height: 1.4;
  color: #404040;
  padding: 16px 0;
}

.uchi-course__academic-plan tbody tr td:nth-child(1) {
  padding: 16px 6% 16px 0 !important;
}

.uchi-course__academic-plan tbody tr td:nth-child(3) {
  color: #6DBF05;
}

.uchi-cart__toggle {
  background-color: #6DBF05 !important;
  -webkit-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
  height: 40px !important;
}

.uchi-cart__content {
  -webkit-box-shadow: -4px 4px 8px 2px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 4px 8px 2px rgba(0, 0, 0, 0.1);
}

.uchi-cart__toggle span {
  font-family: “Montserrat-SemiBold”;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.uchi-cart__content div {
  font-family: “Montserrat-SemiBold”;
  font-size: 16px;
  line-height: 1.6;
  color: #404040;
}

.uchi-cart__content div ul {
  margin: 16px 0 0 0 !important;
  padding: 0 !important;
}

.uchi-cart__content div ul li a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: “Montserrat-SemiBold”;
  font-size: 16px;
  line-height: 1.2;
  color: #6DBF05;
  position: relative;
}

.uchi-cart__content div ul li a::before {
  content: "→";
  display: block;
  font-size: 26px;
  line-height: 1;
  color: #6DBF05;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: translate(150%, -52%);
      -ms-transform: translate(150%, -52%);
          transform: translate(150%, -52%);
}

.uchi__body div h1 {
  margin: 0 0 40px 0 !important;
}

.uchi-cart-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 !important;
  border-bottom: 1px solid #DFDFDF !important;
}

.uchi-cart-item__title a {
  font-family: “Montserrat-SemiBold”;
  font-size: 20px;
  line-height: 1.4;
  color: #404040;
  padding: 0 6% 0 0;
}

.uchi-cart-item__price {
  font-family: “Montserrat-SemiBold”;
  font-size: 20px;
  line-height: 1.4;
  color: #6DBF05;
}

.uchi-cart-item__remove span {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.button_buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  height: 55px;
  padding: 0 10px;
  background-color: #6DBF05;
  border-radius: 10px;
  overflow: hidden;
  font-family: “Montserrat-SemiBold”;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 0 0 auto;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.button_buy::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #E8983F;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.button_buy:active {
  top: 2px;
}

.uchi-cart-checkout__total {
  font-family: “Montserrat-SemiBold”;
  font-size: 25px;
  line-height: 1.4;
  color: #404040;
}

.uchi-cart-button.uchi-cart-button_in-cart::after {
  left: 0;
  width: 100%;
}

.uchi-course-teaser__cart, .uchi-course-teaser__price {
  width: auto !important;
  height: auto !important;
}

.contacts__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts__info {
  padding: 60px 0 0 0;
}

.contacts__feedback .contacts__feedback-item:last-child {
  margin: 0;
}

.contacts__feedback-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 18px 0;
}

.contacts__feedback-icon {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #F7F7F7;
  border: 1px solid #6DBF05;
}

.contacts__feedback-item small {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  margin: auto 0 0 0;
  font-family: “Montserrat-Medium”;
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
}

.contacts__feedback-item strong {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
  font-size: 20px;
  line-height: 1.2;
  color: #272727;
  font-family: “Montserrat-Bold”;
}

.contacts__feedback-item a {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
  font-size: 20px;
  line-height: 1.2;
  color: #272727;
  font-family: “Montserrat-Bold”;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contacts__map-container {
  width: 100%;
  padding-top: 46%;
  position: relative;
}

.contacts__map {
  width: 1px;
  *width: 100%;
  min-width: 100%;
  height: 1px;
  *height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.question {
  position: relative;
  overflow: hidden;
  background-color: #F7F7F7;
}

.question > svg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: none;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.question__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1.6fr;
      grid-template-columns: 2fr 1.6fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 86%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.question__title.title {
  margin: 0 0 8px 0;
}

.question__info {
  position: relative;
  z-index: 3;
}

.question__info strong {
  width: 80%;
  margin: 0 0 36px 0;
}

.question__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 16px 0;
}

.form__input.form__input-textarea {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  width: 100%;
  height: 100%;
  padding: 12px;
}

.btn.form__btn--question {
  padding: 0 30px;
}

.question__img {
  position: relative;
  height: 100%;
}

.question__img img {
  min-height: 300px;
  width: auto;
  height: 138%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50px);
      -ms-transform: translate(-50%, -50px);
          transform: translate(-50%, -50px);
  z-index: 2;
}

.uchi__body > div > a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 6px 0;
  font-family: “Montserrat-Bold”;
  font-size: 20px;
  line-height: 1.2;
  color: #6DBF05;
  border-bottom: 2px solid #6DBF05;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 20px 0;
}

/* hover */
@media (min-width: 768px) {
  .uchi__body > div > a {
    cursor: pointer;
  }
  .uchi__body > div > a:hover {
    color: #E8983F;
    border-bottom: 2px solid #E8983F;
  }
  .uchi__body > div > a:focus {
    color: #E8983F;
    border-bottom: 2px solid #E8983F;
  }
  .contacts__feedback-item a {
    cursor: pointer;
  }
  .contacts__feedback-item a:hover {
    color: #6DBF05;
  }
  .contacts__feedback-item a:focus {
    color: #6DBF05;
  }
  .button_buy {
    cursor: pointer;
  }
  .button_buy:hover::after {
    left: 0;
    width: 100%;
  }
  .button_buy:focus::after {
    left: 0;
    width: 100%;
  }
  .uchi-cart-item__remove span {
    cursor: pointer;
  }
  .uchi-cart-item__remove span:hover {
    color: #E8983F !important;
  }
  .uchi-cart-item__remove span:focus {
    color: #E8983F !important;
  }
  .uchi-course-teaser__title a:hover {
    color: #6DBF05;
  }
  .uchi-course-teaser__title a:focus {
    color: #6DBF05;
  }
  .uchi-cart-button {
    cursor: pointer;
  }
  .uchi-cart-button:hover::after {
    left: 0;
    width: 100%;
  }
  .uchi-cart-button:focus::after {
    left: 0;
    width: 100%;
  }
  .uchi__back a {
    cursor: pointer;
  }
  .uchi__back a:hover {
    color: #E8983F;
    border-bottom: 2px solid #E8983F;
  }
  .uchi__back a:focus {
    color: #E8983F;
    border-bottom: 2px solid #E8983F;
  }
  .breadcrumb__item a {
    cursor: pointer;
  }
  .breadcrumb__item a:hover {
    color: #E8983F;
  }
  .breadcrumb__item a:focus {
    color: #E8983F;
  }
  .uchi-theme {
    cursor: pointer;
  }
  .uchi-theme:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
  }
  .uchi-theme:focus {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
  }
  .uchi-theme:hover .uchi-theme__title a::before {
    color: #fff;
    background-color: #6DBF05;
  }
  .uchi-theme:focus .uchi-theme__title a::before {
    color: #fff;
    background-color: #6DBF05;
  }
  .uchi-theme:hover .uchi-theme__title a {
    color: #6DBF05;
  }
  .uchi-theme:focus .uchi-theme__title a {
    color: #6DBF05;
  }
  .link {
    cursor: pointer;
  }
  .link:hover {
    color: #E8983F;
    border-bottom: 2px solid #E8983F;
  }
  .link:focus {
    color: #E8983F;
    border-bottom: 2px solid #E8983F;
  }
  .copyright a {
    cursor: pointer;
  }
  .copyright a:hover {
    color: #6DBF05;
  }
  .copyright a:focus {
    color: #6DBF05;
  }
  .copyright__law {
    cursor: pointer;
  }
  .copyright__law:hover {
    color: #6DBF05;
  }
  .copyright__law:focus {
    color: #6DBF05;
  }
  .footer__mail, .footer__phone {
    cursor: pointer;
  }
  .footer__mail:hover a, .footer__phone:hover a {
    color: #6DBF05;
  }
  .footer__mail:focus a, .footer__phone:focus a {
    color: #6DBF05;
  }
  .header__mail, .header__phone {
    cursor: pointer;
  }
  .header__mail:hover a, .header__phone:hover a {
    color: #E8983F;
  }
  .header__mail:focus a, .header__phone:focus a {
    color: #E8983F;
  }
  .header__menu li a {
    cursor: pointer;
  }
  .header__menu li a:hover::before, .header__menu li.active a::before {
    background-color: #6DBF05;
  }
  .header__menu li a:focus::before {
    background-color: #6DBF05;
  }
}

/** breakpoint  **/
@media (max-width: 1790px) {
  .help__content {
    padding: 64px 12px 50px 50px;
  }
  .help__content {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .help__img img {
    width: 100%;
    height: auto;
    -webkit-transform: translate(0, -56%);
        -ms-transform: translate(0, -56%);
            transform: translate(0, -56%);
  }
  .question__content {
    width: 100%;
  }
}

@media (max-width: 1620px) {
  .slider-btn--prev {
    -webkit-transform: translate(-24px, -50%);
        -ms-transform: translate(-24px, -50%);
            transform: translate(-24px, -50%);
  }
  .slider-btn--next {
    -webkit-transform: translate(24px, -50%);
        -ms-transform: translate(24px, -50%);
            transform: translate(24px, -50%);
  }
  .container {
    padding: 0 94px;
  }
  .label__slider-info strong {
    width: 100%;
    font-size: 24px;
  }
  h1 {
    font-size: 94px;
  }
  h2 {
    font-size: 94px;
  }
  .uchi-theme__title {
    width: 78%;
  }
  .uchi-theme__title a {
    font-size: 22px;
  }
  .help__content {
    padding: 40px 12px 40px 40px;
  }
  .help__img img {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .strengths__item {
    -webkit-column-gap: 80px;
            column-gap: 80px;
  }
  .more__content {
    -ms-grid-columns: 1.7fr 1.2fr 1.3fr;
        grid-template-columns: 1.7fr 1.2fr 1.3fr;
  }
  .more__img img {
    height: 250%;
    -webkit-transform: translate(0, -32%);
        -ms-transform: translate(0, -32%);
            transform: translate(0, -32%);
  }
  .uchi-course__academic-plan thead tr th:nth-child(1) {
    width: 66%;
  }
  .uchi-course__academic-plan thead tr th:nth-child(2) {
    width: 13%;
  }
  .uchi-course__academic-plan thead tr th:nth-child(3) {
    width: 21%;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(1) {
    width: 66%;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(2) {
    width: 13%;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(3) {
    width: 21%;
  }
  .contacts__map-container {
    padding-top: 50%;
  }
  .question__content {
    -ms-grid-columns: 2fr 1.4fr;
        grid-template-columns: 2fr 1.4fr;
  }
}

@media (max-width: 1420px) {
  .trend__items {
    grid-gap: 20px;
  }
  .help__info > strong {
    margin: 0 0 30px 0;
  }
  .strengths__items {
    width: 100%;
  }
  .trust__content {
    -ms-grid-columns: 1.2fr 1fr;
        grid-template-columns: 1.2fr 1fr;
  }
  .trust__tiles .trust__tile:nth-child(2n) {
    top: 30px;
  }
  .trust__tiles {
    grid-gap: 20px;
    padding: 0 0 30px 0;
  }
  .more__content {
    -ms-grid-columns: 1.7fr 1.2fr 1fr;
        grid-template-columns: 1.7fr 1.2fr 1fr;
  }
  .more__img {
    padding-top: 0;
    height: 100%;
  }
  .more__img img {
    height: 180%;
    -webkit-transform: translate(0, -45%);
        -ms-transform: translate(0, -45%);
            transform: translate(0, -45%);
  }
  .uchi-themes {
    grid-gap: 20px;
  }
  .uchi-course__academic-plan thead tr th:nth-child(1) {
    width: 69%;
  }
  .uchi-course__academic-plan thead tr th:nth-child(2) {
    width: 13%;
  }
  .uchi-course__academic-plan thead tr th:nth-child(3) {
    width: 18%;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(1) {
    width: 69%;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(2) {
    width: 13%;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(3) {
    width: 18%;
  }
  .contacts__title.title {
    margin: 0 0 20px 0;
  }
  .contacts__info {
    padding: 40px 0 0 0;
  }
  .question__content {
    -ms-grid-columns: 2fr 1.2fr;
        grid-template-columns: 2fr 1.2fr;
  }
  .header__content {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    padding: 10px 0;
  }
}

@media (max-width: 1290px) {
  .header__feedback a {
    font-size: 22px;
  }
  .header__mail, .header__phone {
    margin: 0 0 0 20px;
  }
  .container {
    padding: 0 15px;
  }
  .label__slider {
    width: calc(100% - 142px);
    margin: 0 auto;
  }
  .slider-btn--prev {
    left: 0;
    right: inherit;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .slider-btn--next {
    right: 0;
    left: inherit;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .label__slider-info {
    padding: 40px 0 60px 0;
  }
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 80px;
  }
  .label__slider-info strong {
    font-size: 22px;
    margin: 0 0 30px 0;
  }
  h3 {
    font-size: 60px;
  }
  h4 {
    font-size: 50px;
  }
  h5 {
    font-size: 42px;
  }
  h6 {
    font-size: 22px;
  }
  .uchi-theme__title a {
    font-size: 20px;
  }
  .uchi-theme__image {
    height: 260px;
  }
  .help__content {
    -ms-grid-columns: 1.2fr 1fr;
        grid-template-columns: 1.2fr 1fr;
  }
  .more__content {
    -ms-grid-columns: 2.4fr 1.6fr 0.8fr;
        grid-template-columns: 2.4fr 1.6fr 0.8fr;
  }
  .trend {
    padding: 60px 0 40px 0;
  }
  .section {
    padding: 40px 0;
  }
  .uchi-theme__image {
    height: 230px;
    margin: 0 0 24px 0;
  }
  .uchi-theme__title a::before {
    bottom: 20px;
    right: 20px;
  }
  .structure__items {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .uchi__body > h1 {
    margin: 0 0 30px 0;
  }
  .uchi-course-teaser__title a {
    font-size: 19px;
  }
  .uchi-course__title-label {
    font-size: 32px;
  }
  .uchi-course__academic-plan tbody tr td {
    font-size: 19px;
    padding: 14px 0 !important;
  }
  .uchi__body div h1 {
    margin: 0 0 30px 0 !important;
  }
  .uchi-cart-item {
    padding: 10px 0 !important;
  }
  .uchi-cart-checkout__total {
    font-size: 24px;
  }
  .question__content {
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
  }
}

@media (max-width: 1120px) {
  .feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__feedback {
    margin: 0 0 10px 0;
  }
  .header__mail {
    margin: 0 0 10px 0;
  }
  .label__slider-item {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  h1 {
    font-size: 74px;
  }
  h2 {
    font-size: 74px;
  }
  .label__slider-img img {
    height: 90%;
  }
  h3 {
    font-size: 56px;
  }
  h4 {
    font-size: 48px;
  }
  h5 {
    font-size: 40px;
  }
  .help__content {
    padding: 30px 12px 30px 30px;
    border-radius: 20px;
  }
  .strong {
    font-size: 19px;
  }
  .trust__tile {
    padding: 20px 14px 20px 14px;
  }
  .trust__tile strong {
    font-size: 36px;
    margin: 0 0 8px 0;
  }
  .more__content {
    -ms-grid-columns: 2.4fr 1.8fr 0.6fr;
        grid-template-columns: 2.4fr 1.8fr 0.6fr;
  }
  .more__container {
    padding: 30px 0 40px 0;
  }
  .uchi-theme__image {
    height: 210px;
  }
  .structure__items {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  .uchi__body div .uchi-cart-button {
    width: 200px;
    height: 50px;
  }
  .uchi-course__title-label {
    font-size: 30px;
  }
  .uchi-course__price {
    font-size: 24px;
  }
  .uchi-course__academic-plan thead tr th {
    font-size: 22px;
  }
  .contacts__content {
    -ms-grid-columns: 1.2fr 2fr;
        grid-template-columns: 1.2fr 2fr;
  }
  .contacts__info {
    padding: 24px 0 0 0;
  }
  .contacts__map-container {
    padding-top: 56%;
  }
}

@media (max-width: 992px) {
  .header__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .navigation {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header__feedback {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .feedback {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__mail {
    margin: inherit;
  }
  .header__mail, .header__phone {
    margin: 0 0 0 16px;
  }
  .header__feedback a {
    font-size: 19px;
  }
  .feedback svg {
    margin: 0 10px 0 0;
    width: 22px;
    height: auto;
  }
  .label__slider-item {
    display: block;
    position: relative;
  }
  .label__slider-info {
    position: relative;
    z-index: 2;
  }
  .label__slider-img {
    width: 50%;
    height: 74%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .label__slider-img img {
    height: 100%;
    left: inherit;
    right: 0;
  }
  .label__slider-info strong {
    font-size: 21px;
    width: 58%;
    line-height: 1.4;
  }
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 70px;
  }
  .trend__title.title h3 {
    width: 60%;
  }
  .trend__items {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .help__content {
    display: block;
    position: relative;
  }
  .help__info {
    position: relative;
    z-index: 3;
  }
  .help__img {
    width: 50%;
    height: 74%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .help__img img {
    height: 100%;
    left: inherit;
    right: 0;
  }
  .help__info strong {
    width: 50%;
  }
  .help__inputs {
    width: 80%;
  }
  .strengths__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
  .strengths__item-img {
    padding-top: 80%;
    border-radius: 12px;
  }
  .strengths__item-img img {
    top: -14px;
    border-radius: 12px;
  }
  .strengths__item-img.strengths__item-img--right img {
    left: -14px;
  }
  .strengths__item-img.strengths__item-img--left img {
    left: 14px;
  }
  .strengths__item-info > h5 {
    margin: 14px 0;
  }
  .trust__content {
    display: block;
  }
  .trust__info {
    padding: 0;
    margin: 0 0 40px 0;
  }
  .footer__content {
    display: block;
  }
  .footer__logo {
    margin: 0 0 30px 0;
  }
  .footer__feedback.feedback {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer__mail, .footer__phone {
    margin: 0 30px;
  }
  .uchi-themes {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .uchi__body div .uchi-cart-button {
    width: 170px;
    height: 48px;
  }
  .uchi-course-teaser {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .uchi__body h1 {
    font-size: 60px;
  }
  .uchi-course__title-label {
    font-size: 28px;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(1) {
    width: 61%;
    padding: 16px 16px 16px 0 !important;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(2) {
    width: 16%;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(3) {
    width: 22%;
  }
  .contacts__content {
    display: block;
  }
  .contacts__info {
    padding: 0;
    margin: 0 0 40px 0;
  }
  .question__content {
    display: block;
    position: relative;
  }
  .question__img {
    position: absolute;
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .question__info strong {
    width: 70%;
    margin: 0 0 36px 0;
  }
}

@media (max-width: 768px) {
  .header__content {
    padding: 4px 0;
  }
  .header__feedback.feedback {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    -webkit-column-gap: 34px;
            column-gap: 34px;
    row-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__mail {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .header__phone {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .icon-menu {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
  }
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
    height: 100vh;
    padding: 50px 30px;
    overflow-y: scroll;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -105%;
    z-index: 14;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-image: url("../img/13-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .navigation::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .navigation.active {
    right: 0;
    -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
  }
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 0 auto 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 3;
  }
  .header__menu > li a {
    margin: 0 0 12px 0;
    width: 100%;
    font-size: 22px;
  }
  .header__menu > li a:last-child {
    margin: 0;
  }
  .hidden__address, .hidden__phone, .hidden__mail {
    margin: 20px 0;
    justify-content: flex-start;
    width: 100%;
  }
  .navigation__hidden {
    display: block;
    position: relative;
    z-index: 3;
  }
  .anim {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .slider-container {
    padding: 0 0 90px 0;
  }
  .slider-btn--prev, .slider-btn--next {
    top: inherit;
    bottom: 12px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 10;
  }
  .slider-btn--prev {
    left: 30%;
  }
  .slider-btn--next {
    right: 30%;
  }
  .label__slider {
    width: 100%;
  }
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 64px;
  }
  h3 {
    font-size: 52px;
  }
  h4 {
    font-size: 42px;
  }
  h5 {
    font-size: 36px;
  }
  .uchi-theme__title a {
    font-size: 18px;
  }
  .help__inputs {
    width: 90%;
  }
  .help__content {
    padding: 30px 20px;
  }
  .help__img {
    height: 82%;
  }
  .help__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .strengths__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .strengths__items .strengths__item:last-child {
    margin: 0;
  }
  .strengths__item-info {
    height: auto;
    margin: 0 0 40px 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .strengths__item-img {
    padding-top: 60%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .strengths__item-img img {
    width: calc(100% - 28px);
    position: absolute;
    top: -14px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 2;
  }
  .strengths__item-img.strengths__item-img--right img {
    left: 50%;
  }
  .strengths__item-img.strengths__item-img--left img {
    left: 50%;
  }
  .trust__text {
    padding: 0;
  }
  .more__img {
    padding-top: 0;
    height: auto;
    padding-top: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .more__img img {
    height: 136%;
  }
  .more__content {
    display: block;
    position: relative;
  }
  .more__info {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .uchi-theme__title a {
    font-size: 18px !important;
  }
  .uchi__body h1 {
    font-size: 56px;
  }
  .uchi-course-teaser {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    grid-gap: 20px;
  }
  .uchi-course-teaser__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .uchi-course-teaser__cart, .uchi-course-teaser__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .uchi-course__academic-plan thead tr th {
    font-size: 20px;
  }
}

@media (max-width: 660px) {
  .header__content {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .header__feedback.feedback {
    -webkit-column-gap: 22px;
            column-gap: 22px;
    row-gap: 16px;
  }
  .uchi-theme__image {
    height: 180px;
    margin: 0 0 16px 0;
  }
  .uchi-theme__title {
    width: 100%;
    padding: 0 12px;
  }
  .uchi-theme__title a::before {
    width: 40px;
    height: 40px;
    font-size: 32px;
    padding: 0 0 5px 0;
  }
  .uchi-theme__count {
    bottom: 20px;
    font-size: 16px !important;
  }
  .uchi-theme__count span {
    font-size: 16px !important;
  }
  .uchi-theme {
    padding: 0 0 64px 0 !important;
  }
  .uchi-theme__title a::before {
    bottom: 12px;
    right: 18px;
  }
  .help__img {
    width: 60%;
  }
  .help__inputs {
    width: 100%;
  }
  .help__info strong {
    width: 80%;
  }
  .strengths__title.title {
    margin: 0 0 40px 0;
  }
  .link {
    font-size: 19px;
  }
  .uchi__body > div > a {
    font-size: 19px;
  }
  .uchi__body h1 {
    font-size: 48px;
  }
  .question__inputs {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
  .form__input.form__input-textarea {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
    height: 140px;
  }
  .question__img {
    height: 82%;
  }
}

@media (max-width: 576px) {
  .header__content {
    display: block;
    position: relative;
  }
  .icon-menu {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 102;
  }
  .header__logo {
    margin: 0 0 8px 0;
  }
  .header__feedback.feedback {
    width: 100%;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
  .header__mail {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .header__phone {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .navigation {
    width: 80%;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 46px;
  }
  h4 {
    font-size: 40px;
  }
  h5 {
    font-size: 32px;
  }
  .label__slider-info {
    padding: 40px 0 0 0;
  }
  .label__slider-img {
    height: 64%;
  }
  .trend__title {
    display: block;
  }
  .trend__title.title h3 {
    width: 100%;
  }
  .link {
    margin: 12px 0 0 auto;
  }
  .trend__items {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .uchi-theme__image {
    height: 240px;
  }
  .help__content {
    padding: 20px 12px;
  }
  .help__inputs {
    -ms-grid-columns: 1fr 164px;
        grid-template-columns: 1fr 164px;
  }
  .btn {
    font-size: 15px;
  }
  .strengths__title.title {
    margin: 0 0 20px 0;
  }
  .trust__link.link {
    margin: 20px 0 0 auto;
  }
  .footer__logo.logo {
    width: auto;
  }
  .uchi-themes {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .structure__items {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .uchi__back {
    margin: 0 0 20px auto !important;
  }
  .uchi__body > h1 {
    margin: 0 0 20px 0;
  }
  .uchi-course__title-label {
    font-size: 26px;
  }
  .uchi-course__price {
    font-size: 22px;
  }
  .uchi-course__academic-plan thead tr th {
    font-size: 17px;
  }
  .uchi-course__academic-plan tbody tr td {
    font-size: 17px;
  }
  .uchi-cart-item__title a {
    font-size: 17px;
  }
  .uchi-cart-checkout__total {
    font-size: 20px;
  }
  .uchi-cart-item__price {
    font-size: 18px;
  }
  .uchi-cart-item__price {
    width: 120px !important;
  }
  .uchi-cart-item__remove {
    width: 40px !important;
  }
  .button_buy {
    width: 200px;
    height: 48px;
    font-size: 15px;
  }
  .uchi__back a {
    font-size: 19px;
  }
  .label > svg:nth-child(2) {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .header__logo.logo {
    width: 100%;
  }
  .header__logo.logo img {
    max-width: 86%;
  }
  .header__mail, .header__phone {
    margin: 0;
  }
  .header__feedback.feedback {
    -webkit-column-gap: 14px;
            column-gap: 14px;
    row-gap: 0;
  }
  .header__feedback a {
    font-size: 17px;
  }
  .feedback svg {
    margin: 0px 4px 0 0;
    width: 16px;
  }
  .header__mail {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .header__phone {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .header__mail, .header__phone {
    margin: 0 0 0 auto;
  }
  .header__feedback.feedback {
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 10px;
  }
  .navigation {
    width: 100%;
    padding: 50px 30px 40px 20px;
  }
  .navigation__hidden .hidden__phone, .navigation__hidden .hidden__mail, .navigation__hidden .hidden__address {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navigation__hidden a, .hidden__address {
    font-size: 18px;
  }
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 56px;
  }
  h3 {
    font-size: 42px;
  }
  .label__slider-info strong {
    width: 100%;
    font-size: 19px;
  }
  .slider-btn--prev {
    left: 20%;
  }
  .slider-btn--next {
    right: 20%;
  }
  .uchi-theme__image {
    height: 194px;
  }
  .help__info strong {
    width: 100%;
  }
  .help__inputs {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 14px;
  }
  .form__input.form__input--help {
    border-radius: 10px;
  }
  .btn.form__btn--help {
    border-radius: 10px;
  }
  .help__img {
    width: 100%;
    height: 44%;
  }
  .help__img img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: inherit;
    bottom: 0;
  }
  .section {
    padding: 30px 0;
  }
  .label__slider-img {
    height: 54%;
    display: none;
  }
  .strengths__item {
    margin: 0 0 20px 0;
  }
  .strong {
    font-size: 16px;
  }
  .title {
    margin: 0 0 20px 0;
  }
  .trust__tiles {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0;
  }
  .trust__tiles .trust__tile:nth-child(2n) {
    top: 0;
  }
  .more.section {
    padding: 0;
  }
  .footer__feedback.feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__mail, .footer__phone {
    margin: 0 auto 20px auto;
  }
  .uchi__body > div > a {
    width: 100%;
  }
  .uchi-course-teaser {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
  .uchi-course-teaser__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .uchi__back {
    width: 100%;
  }
  .uchi__body .uchi__back > a {
    text-align: right;
    border-bottom: none;
  }
  .uchi-course-teaser {
    padding: 0 0 15px 0;
  }
  .uchi__body div .uchi-cart-button {
    width: 100%;
  }
  .btn {
    width: 100%;
    height: 48px;
  }
  .msearch2 .btn {
    width: auto;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(1) {
    width: 100%;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(2) {
    width: 100%;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(3) {
    width: 100%;
  }
  .uchi-course__academic-plan thead tr th:nth-child(1) {
    width: 100%;
  }
  .uchi-course__academic-plan thead tr th:nth-child(2) {
    width: 100%;
  }
  .uchi-course__academic-plan thead tr th:nth-child(3) {
    width: 100%;
  }
  .uchi__body > div > a {
    border-bottom: none;
  }
  .uchi-course__academic-plan thead tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .uchi-course__academic-plan tbody tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .uchi-course__academic-plan thead tr th {
    padding: 0 !important;
  }
  .uchi-course__academic-plan tbody tr td {
    padding: 8px 0 !important;
  }
  .uchi-course__academic-plan tbody tr td:nth-child(1) {
    padding: 8px 0 !important;
  }
  .uchi-cart-item {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .uchi-cart-item__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .uchi-cart-item__title a {
    padding: 0;
  }
  .uchi-cart-checkout__total {
    font-size: 19px;
  }
  .uchi-cart-item__price {
    text-align: right;
    margin: 0 0 0 auto;
  }
  .contacts__map-container {
    padding-top: 74%;
  }
  .contacts__feedback-icon {
    width: 48px;
    height: 48px;
  }
  .contacts__feedback-item a {
    font-size: 18px;
  }
  .contacts__feedback-item strong {
    font-size: 18px;
  }
  .question__img {
    height: 62%;
    width: 64%;
  }
  .question__info strong {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .header__logo {
    margin: 0 0 0px 0;
  }
  .header__feedback.feedback {
    margin: 10px 0 10px 0;
    display: flex;
  }
}
.top::before {
    content: "↑";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #6DBF05;
    font-family: “Montserrat-Bold”;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    position: fixed;
    bottom: 36px;
    right: 24px;
    z-index: 100;
    padding: 0 0 6px 0;
    opacity:0;
    pointer-events: none;
    transition: all 0.2s linear;
}
.top.fixed::before {
    opacity:1;
    pointer-events: all;

}

.search_page {
  margin-top: 30px;
}

.search_button {
  cursor: pointer;
}
.search_button svg {
  fill: #E8983F;
}

.search_header {
  z-index: 104;
  width: 100%;
  top: -100%;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  position: fixed;
  transition: all 0.2s linear;
}
.search_header.active {
  top: 0;
}
.msearch2 {
  margin-bottom: 0;
}
.ui-widget {
  z-index: 105;
  background: #fff;
}
.search_header .uchi-course-teaser {
  background: #fff;
}
.bg_back {
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 103;
  opacity: 0;
}
.bg_back.active {
  opacity: 1;
  pointer-events: all;
}
.ui-menu-item-wrapper .uchi-course-teaser {
  padding: 15px;
  grid-gap: 0;
}
.ui-menu-item-wrapper .uchi-course-teaser__title a {
  font-size: 18px;
  font-family: “Montserrat-Regular”;
}
.mobile_search {
  display: none;
}
.icon-menu + .search_button {
  display: none;
}
@media (max-width: 768px) {
  .search_button {
    display: none;
  }
  .mobile_search {
    display: block;
    margin-top: 20px;
    width: 100%;
  }

}

@media (max-width: 576px) {
  .icon-menu + .search_button {
    display: block;
    position: absolute;
    right: 0;
    top: 70px;
  }
  .icon-menu + .search_button svg {
    margin-right: 0;
    width: 30px;
    height: 30px;
  }
}
body.contrast .structure__item small,
body.contrast .form__input, body.contrast .msearch2 input[type="text"], body.contrast input[type="text"]::placeholder, body.contrast .form__input::placeholder
{
  font-size: 120%;
}
body.contrast .header__menu > li > a,
body.contrast .label__slider-info strong, 
body.contrast .uchi-theme__title a,
body.contrast .help__info > strong,
body.contrast .strong,
body.contrast .trust__text > strong, body.contrast .trust__text p,
body.contrast .trust__tile strong,
body.contrast .trust__tile small,
body.contrast .trust__link.link,
body.contrast .footer__logo small,
body.contrast .footer__logo strong,
body.contrast .page__text p,
body.contrast .page__text ul li,
body.contrast .page__text ol li,
body.contrast .breadcrumb__item a,
body.contrast .uchi-course-teaser__title a,
body.contrast .uchi-course-teaser__price,
body.contrast .uchi__body div .uchi-cart-button,
body.contrast .structure__item strong,
body.contrast .btn.form__btn--more,
body.contrast .uchi-course__title-label,
body.contrast .uchi-course__price,
body.contrast .uchi-course__title-wrapper,
body.contrast .uchi-course__academic-plan thead tr th,
body.contrast .uchi-course__academic-plan tbody tr td,
body.contrast .contacts__feedback-item small,
body.contrast .contacts__feedback-item a,
body.contrast .contacts__feedback-item strong,
body.contrast ,
body.contrast ,
body.contrast ,
body.contrast ,
body.contrast
{
  font-size: 130%;
}
body.contrast h5,
body.contrast .trust__tile strong,
body.contrast .footer__logo strong,
body.contrast .page__text h6,
body.contrast .uchi-course__title-label
{
 font-size: 200%;
}

body.contrast .uchi__body div .uchi-cart-button {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.contrast_on, body.contrast .contrast_off {
  display: none;
}
.contrast_off, body.contrast .contrast_on{
  display: block;
}






.trust__box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.last a {
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
}

.header__feedback {
  flex-direction: column;
  gap: 10px;
}
.header__menu {
  flex-wrap: wrap;
  width: auto;
}
.footer__box-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.footer__box {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.footer__box a {
  height: 50px;
}
.footer__box img {
  width: auto;
  height: 100%;
}
.footer__logo {
  align-content: flex-start;
}

.more__data {
  margin-top: 20px;
  position: relative;
  z-index: 1;
  line-height: 1.4;
  font-size: 14px;
  color: #000;
}
.more__data a {
  display: inline;
  text-decoration: underline;
}
.more__info {
  position: relative;
  z-index: 1;
}

.more__inputs {
  position: relative;
  z-index: 1;
}

.about__list li {
  padding: 25px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  transition: 0.3s;
}
.about__list li:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.about__list li:not(:first-child) {
  border-top: none;
}
.about__link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.about__link span {
  transition: 0.3s;
}
.about__link svg {
  flex-shrink: 0;
}
.about__link:hover span {
  color: #6DBF05;
}
.about__link:hover .icon-download path {
  fill: #6DBF05;
}
.about .icon-download {
  margin-left: auto;
}
.about .icon-download path {
  transition: 0.3s;
}
@media (max-width: 1420px) {
  .more__img {
    filter: opacity(0.4);
  }
}
@media (max-width: 1390px) {
  .header__feedback a {
    font-size: 20px;
  }
  .header__menu > li {
    margin: 0 20px 0 0;
  }
  .header__mail, .header__phone {
    margin: 0;
  }
  .footer__box-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media (max-width: 1120px) {
  .header__logo img {
    max-width: 250px;
  }
  .header__menu > li {
    margin: 0 10px 0 0;
  }
  .header__menu > li a {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .footer__box {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .icon-download {
    display: none;
  }
  .about__link {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .link.trust__link {
    font-size: 16px;
  }
  .footer__box {
    flex-direction: column;
    gap: 30px;
  }
}

.last a {
  text-decoration: none;
}

.header__menu > li.last > a::before {
  display: none;
}

.header__menu > li.last > a {
  color: #fff;
}

.last {
   height: inherit; 
   padding:  5px 10px;
}


