@font-face {
  font-family: EuclidSquare;
  font-display: swap;
  src: url("../fonts/EuclidSquare-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: EuclidSquare;
  font-display: swap;
  src: url("../fonts/EuclidSquare-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

input,
button,
textarea,
select {
  font-family: "EuclidSquare", sans-serif;
  font-size: inherit;
  color: #67696c;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  font-family: "EuclidSquare", sans-serif;
  font-weight: 400;
  color: #67696c;
  font-size: 1rem;
  background-color: #fff;
}

.sending body::before {
  content: "";
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) url("../img/loading.gif") center/3.125rem no-repeat;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

[class*=__container] {
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.wrapper {
  position: relative;
  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;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

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

.wrapper > * {
  min-width: 0;
}

.menu {
  position: relative;
  z-index: 5;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu__link {
  display: inline-block;
  -webkit-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
  font-weight: 300;
  line-height: 110%;
  color: #fff;
  border-radius: 9.375rem;
  border: 0.0625rem solid #373737;
  padding: 0.5rem 1.25rem;
}

.burger-menu {
  display: none;
}

.menu-open .burger-menu::before {
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -ms-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  top: 1.25rem;
}

.menu-open .burger-menu::after {
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
  -ms-transform: translate(-50%, 0%) rotate(-45deg);
  transform: translate(-50%, 0%) rotate(-45deg);
  bottom: 1.25rem;
}

.menu-open .burger-menu span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  padding: 1.25rem 0;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}

.header__logo {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.25rem;
  flex: 0 0 8.25rem;
}

.header__logo img {
  max-width: 100%;
}

.header__link {
  margin-left: auto;
  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;
  gap: 0.4375rem;
  font-weight: 300;
  line-height: 110%;
  color: #fff;
  border: 0.0625rem solid #fff;
  border-radius: 9.375rem;
  max-width: 11.8125rem;
  width: 100%;
  min-height: 2.6875rem;
  padding: 0.3125rem 0.625rem;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  position: relative;
  z-index: 10;
}

.header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-block__caption {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
  color: #1d1d1d;
}

.header-block__caption span {
  background: linear-gradient(42deg, #03cdff 0%, #69e9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-block_white .header-block__caption {
  color: #fff;
}

.header-block__title {
  color: #a3a5a8;
  border: 0.0625rem solid #a3a5a8;
  border-radius: 9.375rem;
  padding: 0.3125rem 1rem 0.25rem 1rem;
}

.hero {
  background: #1d1d1d;
  padding-top: 10.25rem;
  padding-bottom: 7.5rem;
}

.hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.hero__content {
  max-width: 53.75rem;
}

.hero__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 100%;
  color: #fff;
  margin-bottom: 1.5rem;
}

.hero__title br {
  display: none;
}

.hero__title span {
  background: linear-gradient(42deg, #03cdff 0%, #69e9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__sub-title {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 120%;
  color: #a3a5a8;
  max-width: 34.375rem;
}

.hero__items {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30.9230769231%;
  flex: 0 0 30.9230769231%;
  width: 100%;
}

.hero__item {
  background: #2a2a2a;
  border-radius: 1.25rem;
  padding: 1.25rem;
}

.hero__caption {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 110%;
  color: #fff;
  margin-bottom: 0.5rem;
}

.hero__text {
  font-weight: 300;
  line-height: 110%;
  color: #a3a5a8;
}

.hero__image {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1300/520;
}

.hero__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.about {
  padding-top: 6.875rem;
  padding-bottom: 3.4375rem;
}

.about__header {
  margin-bottom: 2.5rem;
}

.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.about__content {
  width: 100%;
}

.about__text {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 120%;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.about__box {
  background: #f3f5f8;
  border-radius: 1.25rem;
  padding: 1.75rem;
}

.about__box_mobile {
  display: none;
}

.about__caption {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 110%;
  color: #1d1d1d;
  margin-bottom: 1rem;
}

.about__desc {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 110%;
}

.about__block {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30rem;
  flex: 0 0 30rem;
  background: #2a2a2a;
  border-radius: 1.25rem;
  padding: 1.75rem;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.about__decor {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 110%;
  color: #fff;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
}

.about__tagline {
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 110%;
  color: #a3a5a8;
}

.advantages {
  padding: 3.4375rem 0;
}

.advantages__header {
  margin-bottom: 2.5rem;
}

.advantages__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.advantages__content {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  list-style-type: none;
  counter-reset: item;
}

.advantages__item {
  overflow: hidden;
  padding: 1.5rem;
  border: 0.0625rem solid #e9ebee;
  border-radius: 1.25rem;
  position: relative;
  padding-right: 7.1875rem;
}

.advantages__item:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  position: absolute;
  right: 0;
  bottom: -0.9375rem;
  font-weight: 700;
  font-size: 4.5rem;
  font-family: "Montserrat", sans-serif;
  line-height: 110%;
  color: #f3f5f8;
}

.advantages__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 110%;
  color: #1d1d1d;
  margin-bottom: 1rem;
}

.advantages__text {
  font-weight: 300;
  line-height: 110%;
}

.advantages__image {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.2307692308%;
  flex: 0 0 49.2307692308%;
}

.advantages__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.production {
  background: #1d1d1d;
  padding-top: 6.875rem;
  padding-bottom: 7.5rem;
}

.production__header {
  margin-bottom: 1.5rem;
}

.production__text {
  font-weight: 300;
  font-size: 1.25rem;
  max-width: 50rem;
  line-height: 110%;
  color: #a3a5a8;
  margin-bottom: 2.5rem;
}

.production__image {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1300/550;
}

.production__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.video {
  padding-top: 6.875rem;
  padding-bottom: 7.5rem;
}

.video__header {
  margin-bottom: 2.5rem;
}

.video__block {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 1300/550;
  background-color: #f3f5f8;
}

.video__block iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.video-active .video__play {
  opacity: 0;
  visibility: hidden;
}

.application {
  padding: 4.375rem 0;
  background: #1d1d1d;
  border-radius: 1.25rem;
  max-width: 90rem;
  margin: 0 auto;
}

.application__header {
  margin-bottom: 2.5rem;
}

.application__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.application__image {
  width: 100%;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.application__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.application__form {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.875rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.6923076923%;
  flex: 0 0 57.6923076923%;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.application__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.application__label {
  color: #1d1d1d;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0.75rem;
}

.application__input {
  width: 100%;
  height: 3.25rem;
  border: 0.0625rem solid #e9ebee;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  font-weight: 300;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.application__input:focus {
  border: 0.0625rem solid #000;
}

.application__input::-webkit-input-placeholder {
  color: #a3a5a8;
}

.application__input::-moz-placeholder {
  color: #a3a5a8;
}

.application__input:-ms-input-placeholder {
  color: #a3a5a8;
}

.application__input::-ms-input-placeholder {
  color: #a3a5a8;
}

.application__input::placeholder {
  color: #a3a5a8;
}

.application__textarea {
  width: 100%;
  height: 3.25rem;
  border: 0.0625rem solid #e9ebee;
  border-radius: 0.625rem;
  padding: 0.9375rem 1.25rem;
  resize: none;
  font-weight: 300;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.application__textarea:focus {
  border: 0.0625rem solid #000;
}

.application__textarea::-webkit-input-placeholder {
  color: #a3a5a8;
}

.application__textarea::-moz-placeholder {
  color: #a3a5a8;
}

.application__textarea:-ms-input-placeholder {
  color: #a3a5a8;
}

.application__textarea::-ms-input-placeholder {
  color: #a3a5a8;
}

.application__textarea::placeholder {
  color: #a3a5a8;
}

.application__submit {
  width: 100%;
  min-height: 3.1875rem;
  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;
  gap: 0.4375rem;
  line-height: 110%;
  color: #1d1d1d;
  border-radius: 0.625rem;
  padding: 0.3125rem 0.625rem;
  background: linear-gradient(42deg, #03cdff 0%, #69e9ff 100%);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.application__submit path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.partners {
  padding-top: 6.875rem;
  padding-bottom: 7.5rem;
}

.partners__header {
  margin-bottom: 2.5rem;
}

.partners__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25rem;
}

.partners__item {
  background: #f3f5f8;
  border-radius: 1.25rem;
  padding: 1.5625rem;
  min-height: 9.375rem;
  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;
  text-align: center;
	position: relative;
}

.partners__item img {
   position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
	transition: all 0.3s;
}

.partners__item img:last-child{
		 opacity: 0;
}



.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 3.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sending .loading {
  opacity: 1;
  visibility: visible;
}

.loading img {
  max-width: 100%;
}

.menu-footer {
  position: relative;
  z-index: 5;
}

.menu-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-footer__link {
  display: inline-block;
  -webkit-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
  font-weight: 300;
  line-height: 110%;
  color: #fff;
  border-radius: 9.375rem;
  border: 0.0625rem solid #373737;
  padding: 0.5rem 1.25rem;
}

.footer {
  background: #1d1d1d;
  padding: 1.875rem 0;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}

.footer__logo {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.25rem;
  flex: 0 0 8.25rem;
}

.footer__logo img {
  max-width: 100%;
}

.footer__link {
  margin-left: auto;
  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;
  gap: 0.4375rem;
  font-weight: 300;
  line-height: 110%;
  color: #fff;
  border: 0.0625rem solid #fff;
  border-radius: 9.375rem;
  max-width: 11.8125rem;
  width: 100%;
  min-height: 2.6875rem;
  padding: 0.3125rem 0.625rem;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  position: relative;
  z-index: 10;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.625rem;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__wrapper {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #fff;
  padding: 3.125rem 1.25rem;
  width: 100%;
  max-width: 40rem;
  border-radius: 0.625rem;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  cursor: pointer;
  top: 0.625rem;
  right: 0.625rem;
  width: 1.125rem;
  height: 1.125rem;
  background: transparent;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.popup__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #333333;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #333333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup__text {
  text-align: center;
  line-height: 120%;
  font-size: 1.875rem;
  font-weight: 600;
  color: #000;
}

@media (max-width: 64em) {
  .menu {
    overflow: auto;
    background-color: #1d1d1d;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 6.875rem 0.9375rem 2.5rem 0.9375rem;
    text-align: center;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }

  .menu-open .menu {
    right: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem 1.25rem;
  }

  .menu__link {
    font-size: 1.25rem;
  }

  .burger-menu {
    display: block;
    border: 1px solid #fff;
    width: 2.6875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.6875rem;
    flex: 0 0 2.6875rem;
    height: 2.6875rem;
    border-radius: 50%;
    position: relative;
    z-index: 8;
  }

  .burger-menu::before,
  .burger-menu::after,
  .burger-menu span {
    display: block;
    position: absolute;
    height: 0.0625rem;
    width: 1.1875rem;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 1.25rem;
    left: 50%;
  }

  .burger-menu::before {
    content: "";
    top: 0.9375rem;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .burger-menu::after {
    content: "";
    bottom: 0.9375rem;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .burger-menu span {
    top: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .header::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    -webkit-transition: right 0.5s ease 0s;
    transition: right 0.5s ease 0s;
    background-color: #1d1d1d;
    z-index: 7;
  }

  .menu-open .header::before {
    right: 0;
  }

  .header__container {
    gap: 1.25rem;
  }

  .hero__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }

  .hero__items {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .about__body {
    margin-bottom: 1.5625rem;
  }

  .about__text {
    margin-bottom: 0;
  }

  .about__box_mobile {
    display: block;
  }

  .about__box_pc {
    display: none;
  }

  .application__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .partners__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer__container {
    gap: 1.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .footer__logo {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

@media (max-width: 81.25em) {
  .about__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46.1538461538%;
    flex: 0 0 46.1538461538%;
  }

  .partners__item {
    padding: 0.9375rem;
  }
}

@media (max-width: 61.99875em) {
  .header__container {
    gap: 0.625rem;
  }

  .header__link {
    max-width: 2.6875rem;
  }

  .header__link span {
    display: none;
  }

  .header-block__caption {
    font-size: 2rem;
  }

  .hero {
    padding-top: 8.375rem;
    padding-bottom: 5rem;
  }

  .hero__row {
    gap: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .hero__title {
    font-size: 2rem;
  }

  .hero__title br {
    display: block;
  }

  .hero__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero__caption {
    font-size: 1.25rem;
  }

  .hero__image {
    aspect-ratio: 430/300;
  }

  .about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
    margin-bottom: 1.25rem;
  }

  .about__decor {
    bottom: -1.25rem;
    right: -1.25rem;
  }

  .about__decor svg {
    width: 9.1875rem;
    height: 9.1875rem;
  }

  .about__title {
    margin-bottom: 4.5625rem;
  }

  .advantages__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantages__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .advantages__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    aspect-ratio: 440/400;
  }

  .production__text {
    margin-bottom: 1.875rem;
    font-size: 1rem;
  }

  .video {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .video__block {
    aspect-ratio: 920/490;
  }

  .application__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.39%;
    flex: 0 0 48.39%;
  }

  .partners__body {
    gap: 0.625rem;
  }

  .partners__item {
    min-height: 7.5rem;
  }

  .footer__menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .footer__logo {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .popup__content {
    padding: 2.375rem 0.625rem;
    max-width: 21.25rem;
  }

  .popup__close {
    width: 0.875rem;
    height: 0.875rem;
    top: 0.4375rem;
    right: 0.4375rem;
  }

  .popup__text {
    font-size: 1.25rem;
  }
}

@media (max-width: 47.99875em) {
  .header-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.875rem;
  }

  .header-block__caption {
    font-size: 1.5rem;
  }

  .header-block__title {
    font-size: 0.875rem;
  }

  .hero {
    padding-top: 7.75rem;
  }

  .hero__row {
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .hero__title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .hero__sub-title {
    font-size: 1rem;
  }

  .hero__items {
    gap: 0.625rem;
  }

  .hero__caption {
    font-size: 1rem;
  }

  .hero__text {
    font-size: 0.875rem;
  }

  .hero__image {
    aspect-ratio: 320/220;
  }

  .about {
    padding-top: 4.375rem;
    padding-bottom: 2.1875rem;
  }

  .about__header {
    margin-bottom: 1.25rem;
  }

  .about__body {
    margin-bottom: 0.625rem;
    gap: 1.25rem;
  }

  .about__text {
    font-size: 0.875rem;
  }

  .about__box {
    padding: 1.25rem;
  }

  .about__caption {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .about__desc {
    font-size: 0.875rem;
  }

  .about__block {
    padding: 1.25rem;
  }

  .about__title {
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }

  .about__tagline {
    font-size: 0.875rem;
  }

  .advantages {
    padding: 2.1875rem 0;
  }

  .advantages__header {
    margin-bottom: 1.25rem;
  }

  .advantages__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }

  .advantages__item {
    padding: 1.25rem 1.25rem 2.8125rem 1.25rem;
  }

  .advantages__item:before {
    font-size: 4rem;
  }

  .advantages__title {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .advantages__text {
    font-size: 0.875rem;
  }

  .production {
    padding-top: 4.375rem;
    padding-bottom: 4.8125rem;
  }

  .production__header {
    margin-bottom: 1rem;
  }

  .production__text {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
  }

  .production__image {
    aspect-ratio: 320/180;
  }

  .production__image img {
    -o-object-position: -0.625rem center;
    object-position: -0.625rem center;
  }

  .video__header {
    margin-bottom: 1.25rem;
  }

  .video__block {
    aspect-ratio: 360/200;
    margin: 0 -1.25rem;
  }

  .video__play svg {
    width: 4.375rem;
    height: 4.375rem;
  }

  .application {
    padding: 3.75rem 0;
  }

  .application__header {
    margin-bottom: 1.25rem;
  }

  .application__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .application__image {
    position: relative;
    aspect-ratio: 440/280;
  }

  .application__form {
    padding: 1.25rem;
  }

  .partners {
    padding-top: 4.375rem;
    padding-bottom: 5rem;
  }

  .partners__header {
    margin-bottom: 1.25rem;
  }

  .partners__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menu-footer__list {
    -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;
    gap: 0.625rem;
  }

  .footer__container {
    gap: 1.25rem;
  }

  .footer__link {
    max-width: 10.3125rem;
    font-size: 0.875rem;
    gap: 0.375rem;
  }
}

@media (any-hover: hover) {
  .menu__link:hover {
    border: 0.0625rem solid #fff;
  }

  .header__link:hover {
    border: 0.0625rem solid #373737;
  }

  .video__play:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  .application__submit:hover {
    color: #fff;
  }

  .application__submit:hover path {
    stroke: #fff;
  }

  .menu-footer__link:hover {
    border: 0.0625rem solid #fff;
  }

  .footer__link:hover {
    border: 0.0625rem solid #373737;
  }

  .popup__close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
	.partners__item:hover img:first-child{
		 opacity: 0;
	}
	.partners__item:hover img:last-child{
		 opacity: 1;
	}
}