@charset "UTF-8";

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

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

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

body {
  color: #464646;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Poppins", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: 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;
  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;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

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: 30px 10px;
  -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 {
  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;
  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: #eee;
  padding: 60px;
  width: 100%;
  max-width: 1170px;
  border-radius: 20px;
}

.lock .popup__content {
  visibility: visible;
}

.popup__title {
  text-align: center;
  margin-bottom: 26px;
}

.popup__text {
  color: #464646;
  text-align: center;
  font-size: 20px;
  max-width: 300px;
}

.popup__close {
  padding: 25px 50px;
  border-radius: 6px;
  background: #DD6A24;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

img {
  border-radius: 6px;
}

.page._disp-none {
  display: none;
}

.form._disp-none {
  display: none;
}

._767-db {
  display: none;
}

.title {
  color: #252525;
  font-weight: 700;
  line-height: 1.0833333333;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: rem(30);
		height: rem(18);
		z-index: 5;
		@media (any-hover: none) {
			cursor: default;
		}
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: rem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - rem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - rem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - rem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

.gid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gid__descr {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  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;
}

.gid__title {
  margin-bottom: 3.7%;
}

.gid__text {
  font-weight: 400;
}

.gid__button {
  padding: 25px 50px;
  border-radius: 6px;
  background: #DD6A24;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.gid__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  border-radius: 6px;
  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;
}

.gid__img img {
  width: 100%;
}

.avd {
  background: #ECECEC;
}

.avd p {
  font-weight: 400;
}

.avd__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.avd__title {
  margin-bottom: 30px;
}

.adv-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.top-box__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57%;
          flex: 0 1 57%;
}

.top-box__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40.2%;
          flex: 0 1 40.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;
}

.top-box__img img {
  width: -webkit-fill-available;
  height: 100%;
}

.adv-mid__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7px;
}

.mid-box__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 14.6%;
          flex: 0 1 14.6%;
  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;
}

.mid-box__img img {
  display: block;
  height: 100%;
}

.mid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 82.9%;
          flex: 0 1 82.9%;
}

.mid-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  background: #fff;
  border-radius: 6px;
}

.item__title {
  color: #252525;
  font-weight: 700;
  line-height: 1;
}

.adv-bot__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.adv-bot__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57%;
          flex: 0 1 57%;
}

.adv-bot__text p:not(:last-child) {
  margin-bottom: 24px;
}

.adv-bot__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40.2%;
          flex: 0 1 40.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;
}

.adv-bot__img img {
  width: -webkit-fill-available;
  height: 100%;
}

.partner__title {
  max-width: 631px;
}

.partner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.partner__descr {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 72.1%;
          flex: 0 1 72.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: #252525;
}

.partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.partner__list-item {
  padding: 14px 28px;
  border-radius: 6px;
  background: #ECECEC;
}

.partner__text {
  padding: 14px 28px;
  border-radius: 6px;
  background: #ECECEC;
}

.partner__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20.6%;
          flex: 0 1 20.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner__img_mobile {
  width: -webkit-fill-available;
}

.vacancy {
  background: #ECECEC;
}

.vacancy__title {
  margin-bottom: 50px;
}

.vacancy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.vacancy__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37%;
          flex: 0 1 37%;
}

.vacancy__img_pc {
  width: 100%;
}

.vacancy__img_mobile {
  width: -webkit-fill-available;
}

.vacancy__descr {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 59.7%;
          flex: 0 1 59.7%;
}

.vacancy__list {
  color: #252525;
  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;
  gap: 20px;
  margin-bottom: 44px;
}

.vacancy__list-item {
  border-radius: 6px;
  background: #FFF;
  padding: 14px 28px;
  position: relative;
}

.vacancy__list-item:before {
  content: url(../gid-img/icons/vacancy_check.svg);
  position: absolute;
  top: 0;
  border-radius: 6px;
  background: #FFF;
  padding: 13px 13px 6px;
  left: -65px;
}

.vacancy__text {
  font-weight: 400;
}

.vacancy__text p:not(:last-child) {
  margin-bottom: 24px;
}

.steps__title {
  margin-bottom: 20px;
}

.steps__text {
  margin-bottom: 55px;
  max-width: 700px;
  font-weight: 400;
}

.steps__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.steps__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37%;
          flex: 0 1 37%;
  color: #252525;
  font-weight: 400;
  margin-left: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
}

.steps__list::before {
  content: "";
  position: absolute;
  left: -71px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 520px;
  background: #E48850;
}

.steps__list-item {
  max-width: 270px;
  padding: 10px 0;
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps__list-item:nth-child(1)::before {
  position: absolute;
  content: "01";
  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: 80px;
  height: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -110px;
  border-radius: 1000px;
  border: 2px solid #E48850;
  background: #FFF;
  color: #252525;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.steps__list-item:nth-child(2)::before {
  position: absolute;
  content: "02";
  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: 80px;
  height: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -110px;
  border-radius: 1000px;
  border: 2px solid #E48850;
  background: #FFF;
  color: #252525;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.steps__list-item:nth-child(3)::before {
  position: absolute;
  content: "03";
  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: 80px;
  height: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -110px;
  border-radius: 1000px;
  border: 2px solid #E48850;
  background: #FFF;
  color: #252525;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.steps__list-item:nth-child(4)::before {
  position: absolute;
  content: "04";
  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: 80px;
  height: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -110px;
  border-radius: 1000px;
  border: 2px solid #E48850;
  background: #FFF;
  color: #252525;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.steps__list-item:nth-child(5) {
  max-width: 320px;
}

.steps__list-item:nth-child(5)::before {
  position: absolute;
  content: "05";
  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: 80px;
  height: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -110px;
  border-radius: 1000px;
  border: 2px solid #E48850;
  background: #FFF;
  color: #252525;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.steps__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57%;
          flex: 0 1 57%;
  min-width: 300px;
}

.steps__img_pc {
  width: 100%;
  height: 100%;
}

.steps__img_mobile {
  width: 100%;
}

.popular-question {
  cursor: pointer;
}

.popular-question__title {
  margin-bottom: 50px;
}

.popular-question__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 74.5%;
          flex: 0 1 74.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popular-question__box:not(:last-child) {
  margin-bottom: 10px;
}

.popular-question__question {
  color: #252525;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  border-radius: 6px;
  border-left: 1px solid #DEDEDE;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  background: #F3F3F3;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popular-question__question.question-open {
  padding-left: 17.5px;
}

.popular-question__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.popular-question__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
}

.popular-question__img_pc {
  width: 100%;
  height: 100%;
}

.popular-question__img_mobile {
  width: 100%;
}

.popular-question-question__arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.popular-question__text {
  padding: 10px;
  display: none;
}

.popular-question__text p {
  max-width: 600px;
}

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

.question-open {
  border-left: 14px solid #DD6A24;
}

.registration {
  background: #ECECEC;
}

.registration__container {
  padding: 0 15px;
}

.registration__content {
  padding: 65px 0;
  max-height: 400px;
  border-radius: 6px;
  background: #FFF;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.registration__title {
  color: #252525;
  font-weight: 700;
  line-height: 1.0833333333;
  margin-bottom: 26px;
}

.registration__text {
  max-width: 350px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 43px;
}

.registration__button {
  padding: 25px 50px;
  border-radius: 6px;
  background: #DD6A24;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  background: #ECECEC;
}

.form__header {
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.08);
  background: #FFF;
  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%;
  position: relative;
}

.form__header-logo {
  cursor: pointer;
}

.form__button-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}

.form__main {
  width: 100%;
}

.form__footer {
  color: #252525;
  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;
  -webkit-box-shadow: 0px -2px 14px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -2px 14px 0px rgba(0, 0, 0, 0.08);
  background: #FFF;
  margin-top: auto;
  width: 100%;
}

.form form {
  width: 100%;
}

.form__container {
  max-width: 430px;
  width: 100%;
}

.form-box {
  width: 100%;
  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;
}

.form__title {
  margin-bottom: 55px;
  text-align: center;
}

.form__button-send {
  width: 100%;
  padding: 25px;
  border-radius: 6px;
  background: #DD6A24;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.form__agreement {
  color: #6A6A6A;
  text-align: center;
  font-size: 16px;
  max-width: 290px;
  margin: 0 auto;
}

.form__agreement a {
  color: #464646;
  text-decoration-line: underline;
}

.form__data,
.form__other {
  color: #252525;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 33px;
}

.label-box {
  width: 100%;
  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;
  row-gap: 6px;
}

.label-box input,
.label-box textarea {
  font-size: 18px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #C8C8C8;
  background: #FFF;
  padding: 14px;
}

.label-box textarea {
  resize: none;
}

.label-box textarea::-webkit-input-placeholder {
  font-size: 1.125rem;
  line-height: 1.2;
  white-space: pre-line;
}

.label-box textarea::-moz-placeholder {
  font-size: 1.125rem;
  line-height: 1.2;
  white-space: pre-line;
}

.label-box textarea:-ms-input-placeholder {
  font-size: 1.125rem;
  line-height: 1.2;
  white-space: pre-line;
}

.label-box textarea::-ms-input-placeholder {
  font-size: 1.125rem;
  line-height: 1.2;
  white-space: pre-line;
}

.label-box textarea::placeholder {
  font-size: 1.125rem;
  line-height: 1.2;
  white-space: pre-line;
}

.label-box span {
  color: #767676;
}

.required-input::before {
  content: "*";
  color: #A00;
  font-size: 20px;
  margin-right: 3px;
}

@media (min-width: 37.4375em) {
  .gid__img img {
    height: 21.875rem;
  }
}

@media (min-width: 47.9375em) {
  .popular-question__question {
    padding-right: 1.875rem;
  }

  .popular-question__text {
    padding-left: 1.875rem;
  }

  .popular-question__text {
    padding-right: 1.875rem;
  }
}

@media (min-width: 73.125em) {
  .gid__text {
    margin-bottom: 3.5rem;
  }

  .mid-list {
    gap: 1.875rem;
  }

  .mid-list__item {
    padding: 3.25rem;
  }

  .item__title {
    margin-bottom: 0.875rem;
  }

  .popular-question__wrapper {
    gap: 1.5rem;
  }
}

@media (min-width: 75em) {
  .popup__text {
    margin-bottom: 2.6875rem;
  }

  .title {
    font-size: 3rem;
  }

  .gid__container {
    padding-top: 6.25rem;
  }

  .gid__container {
    padding-bottom: 6.25rem;
  }

  .gid__text {
    font-size: 1.25rem;
  }

  .avd p {
    font-size: 1.125rem;
  }

  .avd__container {
    padding-top: 6.25rem;
  }

  .avd__container {
    padding-bottom: 6.25rem;
  }

  .adv-top__wrapper {
    margin-bottom: 3.75rem;
  }

  .adv-mid__wrapper {
    margin-bottom: 3.75rem;
  }

  .item__title {
    font-size: 1.5rem;
  }

  .item__text {
    font-size: 1.125rem;
  }

  .adv-bot__wrapper {
    margin-bottom: 3.75rem;
  }

  .partner__container {
    padding-top: 6.25rem;
  }

  .partner__container {
    padding-bottom: 6.25rem;
  }

  .partner__title {
    margin-bottom: 3.75rem;
  }

  .vacancy__container {
    padding-top: 6.25rem;
  }

  .vacancy__container {
    padding-bottom: 6.25rem;
  }

  .vacancy__descr {
    font-size: 1.125rem;
  }

  .vacancy__list {
    margin-left: 4.0625rem;
  }

  .vacancy__list-item {
    min-height: 3.4375rem;
  }

  .vacancy__list-item:before {
    min-height: 3.4375rem;
  }

  .steps__container {
    padding-top: 6.25rem;
  }

  .steps__container {
    padding-bottom: 6.25rem;
  }

  .steps__text {
    font-size: 1.125rem;
  }

  .steps__list {
    font-size: 1.25rem;
  }

  .popular-question__container {
    padding-top: 6.25rem;
  }

  .popular-question__container {
    padding-bottom: 6.25rem;
  }

  .popular-question__question {
    font-size: 1.125rem;
  }

  .registration {
    padding-top: 6.25rem;
  }

  .registration {
    padding-bottom: 6.25rem;
  }

  .registration__title {
    font-size: 3rem;
  }

  .registration__text {
    font-size: 1.25rem;
  }

  .form__header {
    height: 5.8125rem;
  }

  .form__header-logo {
    width: 14rem;
  }

  .form__footer {
    height: 5.8125rem;
  }

  .form__container {
    padding-top: 5rem;
  }

  .form__container {
    padding-bottom: 5rem;
  }

  .form-box {
    row-gap: 2rem;
  }

  .form__data,
  .form__other {
    font-size: 1.5rem;
  }
}

@media (max-width: 48em) {
  .gid__text {
    margin-bottom: 2.5rem;
  }

  .mid-list {
    gap: 0.625rem;
  }

  .mid-list__item {
    padding: 1.25rem;
  }

  .item__title {
    margin-bottom: 0.4375rem;
  }

  .popular-question__wrapper {
    gap: 0.625rem;
  }
}

@media (max-width: 25em) {
  .gid__img img {
    height: 15.625rem;
  }
}

@media (max-width: 47.99875em) {
  ._767-db {
    display: block;
  }

  ._767-dn {
    display: none;
  }

  .adv-top__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .mid-box__img {
    display: none;
  }

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

  .mid-list__item {
    padding: 20px 30px;
  }

  .adv-bot__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

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

  .partner__descr {
    gap: 12px;
  }

  .partner__list {
    gap: 12px;
  }

  .partner__list-item {
    padding: 12px 22px;
  }

  .partner__text {
    padding: 12px 22px;
  }

  .vacancy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }

  .vacancy__list-item {
    padding: 12px 24px;
  }

  .steps__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }

  .popular-question__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

@media (max-width: 37.5em) {
  .gid__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .gid__button {
    margin-bottom: 40px;
  }
}

@media (max-width: 31.25em) {
  .popular-question__question {
    padding-right: 1.25rem;
  }

  .popular-question__text {
    padding-left: 1.25rem;
  }

  .popular-question__text {
    padding-right: 0.0000000625rem;
  }
}

@media (max-width: 29.99875em) {
  .title {
    text-align: center;
  }

  .gid__descr {
    text-align: center;
  }

  .gid__button {
    margin: 0 auto 40px;
  }

  .mid-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

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

@media (max-width: 22.8125em) {
  .popup__text {
    margin-bottom: 1.875rem;
  }

  .title {
    font-size: 1.75rem;
  }

  .gid__container {
    padding-top: 2.5rem;
  }

  .gid__container {
    padding-bottom: 2.5rem;
  }

  .gid__text {
    font-size: 1.125rem;
  }

  .avd p {
    font-size: 1rem;
  }

  .avd__container {
    padding-top: 2.5rem;
  }

  .avd__container {
    padding-bottom: 2.5rem;
  }

  .adv-top__wrapper {
    margin-bottom: 3.125rem;
  }

  .adv-mid__wrapper {
    margin-bottom: 3.125rem;
  }

  .item__title {
    font-size: 1.375rem;
  }

  .item__text {
    font-size: 1rem;
  }

  .adv-bot__wrapper {
    margin-bottom: 3.125rem;
  }

  .partner__container {
    padding-top: 2.5rem;
  }

  .partner__container {
    padding-bottom: 2.5rem;
  }

  .partner__title {
    margin-bottom: 2.5rem;
  }

  .vacancy__container {
    padding-top: 2.5rem;
  }

  .vacancy__container {
    padding-bottom: 2.5rem;
  }

  .vacancy__descr {
    font-size: 1rem;
  }

  .vacancy__list {
    margin-left: 3.625rem;
  }

  .vacancy__list-item {
    min-height: 3rem;
  }

  .vacancy__list-item:before {
    min-height: 3rem;
  }

  .steps__container {
    padding-top: 2.5rem;
  }

  .steps__container {
    padding-bottom: 2.5rem;
  }

  .steps__text {
    font-size: 1rem;
  }

  .steps__list {
    font-size: 1.125rem;
  }

  .popular-question__container {
    padding-top: 2.5rem;
  }

  .popular-question__container {
    padding-bottom: 2.5rem;
  }

  .popular-question__question {
    font-size: 1rem;
  }

  .registration {
    padding-top: 2.5rem;
  }

  .registration {
    padding-bottom: 2.5rem;
  }

  .registration__title {
    font-size: 1.75rem;
  }

  .registration__text {
    font-size: 1.125rem;
  }

  .form__header {
    height: 4.5625rem;
  }

  .form__header-logo {
    width: 11.375rem;
  }

  .form__footer {
    height: 4.5625rem;
  }

  .form__container {
    padding-top: 3.75rem;
  }

  .form__container {
    padding-bottom: 3.75rem;
  }

  .form-box {
    row-gap: 1.625rem;
  }

  .form__data,
  .form__other {
    font-size: 1.25rem;
  }
}

@media (min-width: 22.8125em) and (max-width: 75em) {
@supports (margin-bottom: clamp( 1.875rem , 1.5198353293rem  +  1.5568862275vw , 2.6875rem )) {
    .popup__text {
      margin-bottom: clamp( 1.875rem , 1.5198353293rem  +  1.5568862275vw , 2.6875rem );
    }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.5198353293rem  +  1.5568862275vw , 2.6875rem )) {
    .popup__text {
      margin-bottom: calc(1.875rem + 0.8125 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (font-size: clamp( 1.75rem , 1.2035928144rem  +  2.3952095808vw , 3rem )) {
    .title {
      font-size: clamp( 1.75rem , 1.2035928144rem  +  2.3952095808vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.75rem , 1.2035928144rem  +  2.3952095808vw , 3rem )) {
    .title {
      font-size: calc(1.75rem + 1.25 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .gid__container {
      padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .gid__container {
      padding-top: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .gid__container {
      padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .gid__container {
      padding-bottom: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (font-size: clamp( 1.125rem , 1.0703592814rem  +  0.2395209581vw , 1.25rem )) {
    .gid__text {
      font-size: clamp( 1.125rem , 1.0703592814rem  +  0.2395209581vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0703592814rem  +  0.2395209581vw , 1.25rem )) {
    .gid__text {
      font-size: calc(1.125rem + 0.125 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem )) {
    .avd p {
      font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem )) {
    .avd p {
      font-size: calc(1rem + 0.125 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .avd__container {
      padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .avd__container {
      padding-top: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .avd__container {
      padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .avd__container {
      padding-bottom: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (margin-bottom: clamp( 3.125rem , 2.8517964072rem  +  1.1976047904vw , 3.75rem )) {
    .adv-top__wrapper {
      margin-bottom: clamp( 3.125rem , 2.8517964072rem  +  1.1976047904vw , 3.75rem );
    }
}

@supports not (margin-bottom: clamp( 3.125rem , 2.8517964072rem  +  1.1976047904vw , 3.75rem )) {
    .adv-top__wrapper {
      margin-bottom: calc(3.125rem + 0.625 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (margin-bottom: clamp( 3.125rem , 2.8517964072rem  +  1.1976047904vw , 3.75rem )) {
    .adv-mid__wrapper {
      margin-bottom: clamp( 3.125rem , 2.8517964072rem  +  1.1976047904vw , 3.75rem );
    }
}

@supports not (margin-bottom: clamp( 3.125rem , 2.8517964072rem  +  1.1976047904vw , 3.75rem )) {
    .adv-mid__wrapper {
      margin-bottom: calc(3.125rem + 0.625 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (font-size: clamp( 1.375rem , 1.3203592814rem  +  0.2395209581vw , 1.5rem )) {
    .item__title {
      font-size: clamp( 1.375rem , 1.3203592814rem  +  0.2395209581vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.375rem , 1.3203592814rem  +  0.2395209581vw , 1.5rem )) {
    .item__title {
      font-size: calc(1.375rem + 0.125 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem )) {
    .item__text {
      font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem )) {
    .item__text {
      font-size: calc(1rem + 0.125 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (margin-bottom: clamp( 3.125rem , 2.8517964072rem  +  1.1976047904vw , 3.75rem )) {
    .adv-bot__wrapper {
      margin-bottom: clamp( 3.125rem , 2.8517964072rem  +  1.1976047904vw , 3.75rem );
    }
}

@supports not (margin-bottom: clamp( 3.125rem , 2.8517964072rem  +  1.1976047904vw , 3.75rem )) {
    .adv-bot__wrapper {
      margin-bottom: calc(3.125rem + 0.625 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .partner__container {
      padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .partner__container {
      padding-top: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .partner__container {
      padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .partner__container {
      padding-bottom: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (margin-bottom: clamp( 2.5rem , 1.9535928144rem  +  2.3952095808vw , 3.75rem )) {
    .partner__title {
      margin-bottom: clamp( 2.5rem , 1.9535928144rem  +  2.3952095808vw , 3.75rem );
    }
}

@supports not (margin-bottom: clamp( 2.5rem , 1.9535928144rem  +  2.3952095808vw , 3.75rem )) {
    .partner__title {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .vacancy__container {
      padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .vacancy__container {
      padding-top: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .vacancy__container {
      padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .vacancy__container {
      padding-bottom: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem )) {
    .vacancy__descr {
      font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem )) {
    .vacancy__descr {
      font-size: calc(1rem + 0.125 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (margin-left: clamp( 3.625rem , 3.433757485rem  +  0.8383233533vw , 4.0625rem )) {
    .vacancy__list {
      margin-left: clamp( 3.625rem , 3.433757485rem  +  0.8383233533vw , 4.0625rem );
    }
}

@supports not (margin-left: clamp( 3.625rem , 3.433757485rem  +  0.8383233533vw , 4.0625rem )) {
    .vacancy__list {
      margin-left: calc(3.625rem + 0.4375 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (min-height: clamp( 3rem , 2.808757485rem  +  0.8383233533vw , 3.4375rem )) {
    .vacancy__list-item {
      min-height: clamp( 3rem , 2.808757485rem  +  0.8383233533vw , 3.4375rem );
    }
}

@supports not (min-height: clamp( 3rem , 2.808757485rem  +  0.8383233533vw , 3.4375rem )) {
    .vacancy__list-item {
      min-height: calc(3rem + 0.4375 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (min-height: clamp( 3rem , 2.808757485rem  +  0.8383233533vw , 3.4375rem )) {
    .vacancy__list-item:before {
      min-height: clamp( 3rem , 2.808757485rem  +  0.8383233533vw , 3.4375rem );
    }
}

@supports not (min-height: clamp( 3rem , 2.808757485rem  +  0.8383233533vw , 3.4375rem )) {
    .vacancy__list-item:before {
      min-height: calc(3rem + 0.4375 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .steps__container {
      padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .steps__container {
      padding-top: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .steps__container {
      padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .steps__container {
      padding-bottom: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem )) {
    .steps__text {
      font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem )) {
    .steps__text {
      font-size: calc(1rem + 0.125 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (font-size: clamp( 1.125rem , 1.0703592814rem  +  0.2395209581vw , 1.25rem )) {
    .steps__list {
      font-size: clamp( 1.125rem , 1.0703592814rem  +  0.2395209581vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0703592814rem  +  0.2395209581vw , 1.25rem )) {
    .steps__list {
      font-size: calc(1.125rem + 0.125 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .popular-question__container {
      padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .popular-question__container {
      padding-top: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .popular-question__container {
      padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .popular-question__container {
      padding-bottom: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem )) {
    .popular-question__question {
      font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9453592814rem  +  0.2395209581vw , 1.125rem )) {
    .popular-question__question {
      font-size: calc(1rem + 0.125 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .registration {
      padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .registration {
      padding-top: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .registration {
      padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 0.8607784431rem  +  7.1856287425vw , 6.25rem )) {
    .registration {
      padding-bottom: calc(2.5rem + 3.75 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (font-size: clamp( 1.75rem , 1.2035928144rem  +  2.3952095808vw , 3rem )) {
    .registration__title {
      font-size: clamp( 1.75rem , 1.2035928144rem  +  2.3952095808vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.75rem , 1.2035928144rem  +  2.3952095808vw , 3rem )) {
    .registration__title {
      font-size: calc(1.75rem + 1.25 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (font-size: clamp( 1.125rem , 1.0703592814rem  +  0.2395209581vw , 1.25rem )) {
    .registration__text {
      font-size: clamp( 1.125rem , 1.0703592814rem  +  0.2395209581vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0703592814rem  +  0.2395209581vw , 1.25rem )) {
    .registration__text {
      font-size: calc(1.125rem + 0.125 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (height: clamp( 4.5625rem , 4.0160928144rem  +  2.3952095808vw , 5.8125rem )) {
    .form__header {
      height: clamp( 4.5625rem , 4.0160928144rem  +  2.3952095808vw , 5.8125rem );
    }
}

@supports not (height: clamp( 4.5625rem , 4.0160928144rem  +  2.3952095808vw , 5.8125rem )) {
    .form__header {
      height: calc(4.5625rem + 1.25 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (width: clamp( 11.375rem , 10.2275449102rem  +  5.0299401198vw , 14rem )) {
    .form__header-logo {
      width: clamp( 11.375rem , 10.2275449102rem  +  5.0299401198vw , 14rem );
    }
}

@supports not (width: clamp( 11.375rem , 10.2275449102rem  +  5.0299401198vw , 14rem )) {
    .form__header-logo {
      width: calc(11.375rem + 2.625 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (height: clamp( 4.5625rem , 4.0160928144rem  +  2.3952095808vw , 5.8125rem )) {
    .form__footer {
      height: clamp( 4.5625rem , 4.0160928144rem  +  2.3952095808vw , 5.8125rem );
    }
}

@supports not (height: clamp( 4.5625rem , 4.0160928144rem  +  2.3952095808vw , 5.8125rem )) {
    .form__footer {
      height: calc(4.5625rem + 1.25 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-top: clamp( 3.75rem , 3.2035928144rem  +  2.3952095808vw , 5rem )) {
    .form__container {
      padding-top: clamp( 3.75rem , 3.2035928144rem  +  2.3952095808vw , 5rem );
    }
}

@supports not (padding-top: clamp( 3.75rem , 3.2035928144rem  +  2.3952095808vw , 5rem )) {
    .form__container {
      padding-top: calc(3.75rem + 1.25 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (padding-bottom: clamp( 3.75rem , 3.2035928144rem  +  2.3952095808vw , 5rem )) {
    .form__container {
      padding-bottom: clamp( 3.75rem , 3.2035928144rem  +  2.3952095808vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , 3.2035928144rem  +  2.3952095808vw , 5rem )) {
    .form__container {
      padding-bottom: calc(3.75rem + 1.25 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (row-gap: clamp( 1.625rem , 1.4610778443rem  +  0.7185628743vw , 2rem )) {
    .form-box {
      row-gap: clamp( 1.625rem , 1.4610778443rem  +  0.7185628743vw , 2rem );
    }
}

@supports not (row-gap: clamp( 1.625rem , 1.4610778443rem  +  0.7185628743vw , 2rem )) {
    .form-box {
      row-gap: calc(1.625rem + 0.375 * (100vw - 22.8125rem) / 52.1875);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1407185629rem  +  0.4790419162vw , 1.5rem )) {
    .form__data,
    .form__other {
      font-size: clamp( 1.25rem , 1.1407185629rem  +  0.4790419162vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1407185629rem  +  0.4790419162vw , 1.5rem )) {
    .form__data,
    .form__other {
      font-size: calc(1.25rem + 0.25 * (100vw - 22.8125rem) / 52.1875);
    }
}
}

@media (min-width: 48em) and (max-width: 73.125em) {
@supports (margin-bottom: clamp( 2.5rem , 0.5895522388rem  +  3.9800995025vw , 3.5rem )) {
    .gid__text {
      margin-bottom: clamp( 2.5rem , 0.5895522388rem  +  3.9800995025vw , 3.5rem );
    }
}

@supports not (margin-bottom: clamp( 2.5rem , 0.5895522388rem  +  3.9800995025vw , 3.5rem )) {
    .gid__text {
      margin-bottom: calc(2.5rem + 1 * (100vw - 48rem) / 25.125);
    }
}

@supports (gap: clamp( 0.625rem , -1.7630597015rem  +  4.9751243781vw , 1.875rem )) {
    .mid-list {
      gap: clamp( 0.625rem , -1.7630597015rem  +  4.9751243781vw , 1.875rem );
    }
}

@supports not (gap: clamp( 0.625rem , -1.7630597015rem  +  4.9751243781vw , 1.875rem )) {
    .mid-list {
      gap: calc(0.625rem + 1.25 * (100vw - 48rem) / 25.125);
    }
}

@supports (padding: clamp( 1.25rem , -2.5708955224rem  +  7.960199005vw , 3.25rem )) {
    .mid-list__item {
      padding: clamp( 1.25rem , -2.5708955224rem  +  7.960199005vw , 3.25rem );
    }
}

@supports not (padding: clamp( 1.25rem , -2.5708955224rem  +  7.960199005vw , 3.25rem )) {
    .mid-list__item {
      padding: calc(1.25rem + 2 * (100vw - 48rem) / 25.125);
    }
}

@supports (margin-bottom: clamp( 0.4375rem , -0.3983208955rem  +  1.7412935323vw , 0.875rem )) {
    .item__title {
      margin-bottom: clamp( 0.4375rem , -0.3983208955rem  +  1.7412935323vw , 0.875rem );
    }
}

@supports not (margin-bottom: clamp( 0.4375rem , -0.3983208955rem  +  1.7412935323vw , 0.875rem )) {
    .item__title {
      margin-bottom: calc(0.4375rem + 0.4375 * (100vw - 48rem) / 25.125);
    }
}

@supports (gap: clamp( 0.625rem , -1.046641791rem  +  3.4825870647vw , 1.5rem )) {
    .popular-question__wrapper {
      gap: clamp( 0.625rem , -1.046641791rem  +  3.4825870647vw , 1.5rem );
    }
}

@supports not (gap: clamp( 0.625rem , -1.046641791rem  +  3.4825870647vw , 1.5rem )) {
    .popular-question__wrapper {
      gap: calc(0.625rem + 0.875 * (100vw - 48rem) / 25.125);
    }
}
}

@media (min-width: 25em) and (max-width: 37.4375em) {
@supports (height: clamp( 15.625rem , 3.0621859296rem  +  50.2512562814vw , 21.875rem )) {
    .gid__img img {
      height: clamp( 15.625rem , 3.0621859296rem  +  50.2512562814vw , 21.875rem );
    }
}

@supports not (height: clamp( 15.625rem , 3.0621859296rem  +  50.2512562814vw , 21.875rem )) {
    .gid__img img {
      height: calc(15.625rem + 6.25 * (100vw - 25rem) / 12.4375);
    }
}
}

@media (min-width: 31.25em) and (max-width: 47.9375em) {
@supports (padding-right: clamp( 1.25rem , 0.079588015rem  +  3.7453183521vw , 1.875rem )) {
    .popular-question__question {
      padding-right: clamp( 1.25rem , 0.079588015rem  +  3.7453183521vw , 1.875rem );
    }
}

@supports not (padding-right: clamp( 1.25rem , 0.079588015rem  +  3.7453183521vw , 1.875rem )) {
    .popular-question__question {
      padding-right: calc(1.25rem + 0.625 * (100vw - 31.25rem) / 16.6875);
    }
}

@supports (padding-left: clamp( 1.25rem , 0.079588015rem  +  3.7453183521vw , 1.875rem )) {
    .popular-question__text {
      padding-left: clamp( 1.25rem , 0.079588015rem  +  3.7453183521vw , 1.875rem );
    }
}

@supports not (padding-left: clamp( 1.25rem , 0.079588015rem  +  3.7453183521vw , 1.875rem )) {
    .popular-question__text {
      padding-left: calc(1.25rem + 0.625 * (100vw - 31.25rem) / 16.6875);
    }
}

@supports (padding-right: clamp( 0.0000000625rem , -3.5112357755rem  +  11.2359546816vw , 1.875rem )) {
    .popular-question__text {
      padding-right: clamp( 0.0000000625rem , -3.5112357755rem  +  11.2359546816vw , 1.875rem );
    }
}

@supports not (padding-right: clamp( 0.0000000625rem , -3.5112357755rem  +  11.2359546816vw , 1.875rem )) {
    .popular-question__text {
      padding-right: calc(0.0000000625rem + 1.8749999375 * (100vw - 31.25rem) / 16.6875);
    }
}
}