@charset "UTF-8";
:root {
  --1: #46454f;
  --2: #46bcff;
  --3: #535353;
  --1: #ffc107;
  --2: #ff3407;
  --3: #e9bb6f;
  --new1: #3d3d49;
  --podlozhka: #1e1f35;
  --bg: #09131c;
  --white: #fff;
  --gold: #dba248;
  --text: #191d20;
  --text-secondary: #898e92;
  --error: #e28789;
  --on-bg: #131920;
  --on-bg-stroke: #20272d;
  --font-family: "Gilroy", sans-serif;
  --second-family: "Spectral", sans-serif;
  --hov-act-transition: 0.3s ease;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/gilroy/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("fonts/gilroy/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/gilroy/Gilroy-Semibold.woff2") format("woff2"), url("fonts/gilroy/Gilroy-Semibold.woff") format("woff"), url("fonts/gilroy/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/gilroy/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("fonts/spectral/Spectral-Bold.eot");
  src: local("Spectral Bold"), local("Spectral-Bold"), url("fonts/spectral/Spectral-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/spectral/Spectral-Bold.woff2") format("woff2"), url("fonts/spectral/Spectral-Bold.woff") format("woff"), url("fonts/spectral/Spectral-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff; /*удалить*/
}

.wrapper__wide {
  max-width: 1308px;
  margin: 0 auto;
  width: 91%;
}

.wrapper {
  max-width: 1196px;
  margin: 0 auto;
  width: 83%;
}

body {
  background: var(--bg);
}

.no__scroll {
  overflow-y: hidden;
}

.header {
  height: 138px;
  width: 100%;
  position: fixed;
  z-index: 10;
  background: var(--bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header > .wrapper__wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-bottom: 0.5px solid #5f6060;
}

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

.header__mob {
  width: 67%;
}

.header__logo {
  width: 11%;
  max-width: 117px;
}

.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.menu__in {
  list-style: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu__in li {
  margin: 2.5px 0px;
}

.menu__in li a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--white);
}

.change__color {
  transition: color var(--hov-act-transition);
}

.change__color:hover {
  color: var(--gold);
}
.change__color:active {
  color: #a87e39;
}

.header__line {
  width: 1px;
  height: 42px;
  background: #5f6060;
}

.header__mob .wrapper__wide {
  width: 100%;
}

.header__grafbox {
  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;
}

.header__time {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  color: var(--gold);
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid var(--white);
  border-radius: 50%;
  margin-right: 7px;
}

.header__graf {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.header__tel {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__tel::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../img/header__tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.header__tel:hover::before {
  filter: brightness(0) saturate(100%) invert(78%) sepia(47%) saturate(696%) hue-rotate(334deg) brightness(88%) contrast(94%);
}

.header__tel:active::before {
  filter: brightness(0) saturate(100%) invert(53%) sepia(10%) saturate(2225%) hue-rotate(358deg) brightness(94%) contrast(92%);
}

.header__call-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: var(--gold);
  text-transform: uppercase;
  white-space: nowrap;
}

.header__call-text span {
  display: none;
}

.first {
  padding: 181px 0px 50px 0px;
}

.first .wrapper__wide {
  position: relative;
}

.first__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 135%;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.first_desc {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--gold);
  margin-bottom: 16px;
}

.first_ul {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  list-style: inside;
  margin-bottom: 24px;
  padding-left: 7px;
}

.first_ul li {
  margin-bottom: 10px;
}

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

.first__in-left {
  width: 360px;
  margin-right: 33px;
}

.button {
  width: 100%;
  height: 45px;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#c69852), to(#eec77e));
  background: linear-gradient(0deg, #c69852 0%, #eec77e 100%);
  border-radius: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  cursor: pointer;
  text-transform: uppercase;
  line-height: 45px;
  text-align: center;
}

.button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#b5863d), to(#c59b50));
  background: linear-gradient(0deg, #b5863d 0%, #c59b50 100%);
}

.button:active {
  background: -webkit-gradient(linear, left bottom, left top, from(#996e2c), to(#c69e54));
  background: linear-gradient(0deg, #996e2c 0%, #c69e54 100%);
}

.first__button {
  margin-bottom: 12px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
}

.first__mes {
  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;
  border: 1px solid var(--gold);
  border-radius: 4px;
  padding: 8px;
  width: 100%;
  height: 50px;
}

.first__mes:hover {
  background: linear-gradient(0deg, #b5863d 0%, #c59b50 100%);
}

.first__mes:hover span {
  color: var(--white);
}

.first__mes:active {
  background: linear-gradient(0deg, #996e2c 0%, #c69e54 100%);
}

.first__mes:active span {
  color: var(--white);
}

.first__mes span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: var(--gold);
  display: block;
  margin-right: 8px;
  text-transform: uppercase;
}

.first__mes-link {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 8px;
}

.first__mes-link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.first__viber {
  background: url("../img/first__viber.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.first__whatsapp {
  background: url("../img/first__whatsapp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.first__tg {
  background: url("../img/first__tg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.first__in-right {
  border: 1px solid var(--gold);
  border-radius: 4px;
  padding: 20px 48px;
  background: var(--on-bg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.first__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--white);
  margin-bottom: 8px;
}

.first__name-under {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--gold);
}

.first__right {
  position: absolute;
  width: 50%;
  max-width: 642px;
  aspect-ratio: 642/557;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/first__img.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.h2__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 34px;
  line-height: 135%;
  text-align: center;
  text-transform: uppercase;
}

.second {
  background: #f9f9fa;
  padding: 32px 0px;
}

.second__title {
  color: var(--text);
  margin-bottom: 32px;
}

.second__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 62%;
  list-style: none;
}

.second__ul li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: var(--text);
  display: block;
  width: 25%;
  margin-bottom: 16px;
}

.second__ul li:nth-child(n+5) {
  margin-bottom: 0;
}

.second__ul li::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0px auto 4px auto;
}

.second__ul .second__aresht::before {
  background: url("../img/second/aresht.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.second__ul .second__zapobizhnyj::before {
  background: url("../img/second/zapobizhnyj.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.second__ul .second__sprava::before {
  background: url("../img/second/sprava.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.second__ul .second__zatrymaly::before {
  background: url("../img/second/zatrymaly.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.second__ul .second__pidozra::before {
  background: url("../img/second/pidozra.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.second__ul .second__obshuk::before {
  background: url("../img/second/obshuk.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.second__ul .second__jespl::before {
  background: url("../img/second/jespl.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.second__ul .second__dopyt::before {
  background: url("../img/second/dopyt.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

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

.reward {
  background: var(--on-bg);
  border: 1px solid var(--gold);
  border-radius: 8px;
  padding: 35.5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
  max-width: 417px;
}

.reward__text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--white);
  margin-bottom: 4px;
}

.reward__under {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--gold);
}

.reward__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 109px;
  height: 109px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reward__img img {
  width: 100%;
}

.first .reward, .first__name-mob, .second__mob, .first__line, .header__buts, .header__adr, .header__burger {
  display: none;
}

.third__title {
  color: var(--white);
  margin-bottom: 32px;
}

.third {
  padding: 56px 0px 56px 0px;
  background: url("../img/third__img.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% center;
}

.link__to {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--gold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.link__to::after {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background: url("../img/gold__arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.third__link {
  margin: 0 0px 12.5px auto;
}

.third__box {
  max-width: 936px;
}

.third__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 16px;
}

.third__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: var(--white);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--on-bg);
  border: 1px solid var(--on-bg-stroke);
  border-radius: 4px;
  padding: 12px 5px;
  width: calc(25% - 12px);
}

.third__item::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0px auto 4px auto;
}

.third__pidozrjuvanyj::before {
  background: url("../img/third/pidozrjuvanyj.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.third__obvynuvachenyj::before {
  background: url("../img/third/obvynuvachenyj.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.third__zatrymannja::before {
  background: url("../img/third/zatrymannja.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.third__obshuk::before {
  background: url("../img/third/obshuk.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.third__zmina::before {
  background: url("../img/third/zmina.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.third__skasuvannja::before {
  background: url("../img/third/skasuvannja.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.third__predstavnytstvo::before {
  background: url("../img/third/predstavnytstvo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.third__apeljatsijne::before {
  background: url("../img/third/apeljatsijne.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.fourth {
  padding: 24px 0px 40px 0px;
}

.fourth__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.fourth__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31%;
  padding-bottom: 24px;
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.fourth__item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/ok.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}

.fourth__item:nth-child(1)::after, .fourth__item:nth-child(2)::after, .fourth__item:nth-child(4)::after, .fourth__item:nth-child(5)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #5f6060;
  position: absolute;
  right: 0;
  top: 0;
}

.fourth__item:nth-child(4), .fourth__item:nth-child(5), .fourth__item:nth-child(6) {
  padding-bottom: 0;
}

.fourth__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--white);
  margin-bottom: 4px;
}

.fourt__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--gold);
}

.fourth__title {
  margin-bottom: 32px;
}

.fifth {
  background: url("../img/fifth__img.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 56px 0px;
}

.fifth__title {
  margin-bottom: 12px;
}

.fifth__desc {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: var(--gold);
  margin-bottom: 32px;
}

.fifth__link {
  margin-left: auto;
  margin-bottom: 12px;
}

.fifth__diplomas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.fifth > .wrapper {
  margin-bottom: 88px;
}

.diploma__link {
  display: block;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 2px solid var(--gold);
}

.diploma__link:nth-child(n+6) {
  display: none;
}

.diploma__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.six__title {
  margin-bottom: 32px;
}

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

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

.six__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--white);
  margin-bottom: 4px;
}

.six__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--gold);
}

.six__item::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.six1::before {
  background: url("../img/six/six1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.six2::before {
  background: url("../img/six/six2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.six3::before {
  background: url("../img/six/six3.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.six4::before {
  background: url("../img/six/six4.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.six__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/gold__arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
}

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

.results {
  padding: 32px 0px 56px 0px;
}

.results__link {
  margin-left: auto;
  margin-bottom: 24px;
}

.results__link::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/gold__arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transform: scale(2);
}

.results__list {
  list-style: none;
}

.results__list li {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.results__list li::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 12px;
  background: url("../img/result__ok.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.results__list li:not(:last-child) {
  margin-bottom: 24px;
}

.results__title {
  margin-bottom: 32px;
}

.results__right {
  background: var(--on-bg);
  border: 1px solid var(--on-bg-stroke);
  border-radius: 4px;
  padding: 16px 24px;
  width: 49%;
  max-width: 596px;
}

.results__left {
  width: 49%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.form__box {
  width: 100%;
}

.form__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: var(--white);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.form__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: var(--gold);
  margin-bottom: 16px;
}

.form__in {
  display: block;
  width: 100%;
}

.form__item {
  margin-bottom: 12px;
  width: 100%;
}

.form__input {
  display: block;
  border: 1px solid var(--text-secondary);
  border-radius: 4px;
  width: 100%;
  height: 40px;
  background: var(--white);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text);
  padding-left: 10px;
  line-height: 40px;
  outline: none;
}

.form__input.error {
  border: 1px solid #dc5e60;
}

label.error {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: var(--error);
  margin-top: 2px;
  margin-left: 8px;
}

.form__input:active, .form__input:focus {
  border: 1px solid var(--gold);
}

.form__input::-webkit-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 40px;
}

.form__input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 40px;
}

.form__input:-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 40px;
}

.form__input::-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 40px;
}

.form__input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 40px;
}

.form__textarea {
  margin-bottom: 16px;
}

.form__textarea .form__input {
  min-height: 97px;
  line-height: 1.3;
  padding: 10px;
}

.form__under {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: var(--white);
  margin-bottom: 4px;
}

.form__button {
  outline: none;
  border: none;
}

.reviews {
  background: #f9f9fa;
  padding: 24px 0px 32px 0px;
}

.reviews__title {
  color: var(--text);
}

.reviews__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.reviews__item {
  width: 32.5%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(64, 65, 65, 0.12);
          box-shadow: 0 4px 4px 0 rgba(64, 65, 65, 0.12);
  background: var(--white);
  border-radius: 8px;
  padding: 16px;
}

.review__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.review__img {
  width: 40px;
  height: 40px;
  margin-right: 6px;
}

.review__img img {
  display: block;
  width: 100%;
}

.review__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-secondary);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.review__time {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--text-secondary);
}

.review__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--text);
  margin-bottom: 8px;
}

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

.review__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review__star {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.review__star img {
  display: block;
  width: 100%;
}

.review__google {
  width: 34px;
  height: 34px;
  display: block;
}

.review__google img {
  display: block;
  width: 100%;
}

.reviews__under {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: var(--text);
  margin-bottom: 4px;
}

.reviews__title {
  margin-bottom: 24px;
}

.reviews__button {
  max-width: 358px;
  margin: 0 auto;
}

.faq {
  background: #f9f9fa;
  padding-bottom: 24px;
}

.faq__title {
  color: var(--text);
  margin-bottom: 32px;
}

.faq__top-in {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: var(--text);
  cursor: pointer;
}

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

.faq__open {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin-left: 4px;
}

.faq__open.faq__active {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.faq__open::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.faq__item {
  width: 100%;
  border-bottom: 1px solid #e8eaed;
  padding-bottom: 8px;
  margin-bottom: 32px;
}

.faq__item:last-child {
  margin-bottom: 0px;
}

.faq__bottom {
  padding-top: 4px;
  padding-bottom: 4px;
  display: none;
}

.faq__bottom-in {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--text);
  margin-bottom: 8px;
}

.footer {
  padding: 32px 0px 10px 0px;
}

.footer__box {
  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;
}

.footer__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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}

.footer__item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__mail::before {
  background: url("../img/mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__phone::before {
  background: url("../img/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__adr::before {
  background: url("../img/adr.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__ukr::before {
  background: url("../img/ukr.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.footer__item br {
  display: none;
}

.footer__in .footer__text:nth-child(1) {
  display: inline-block;
  margin-right: 12px;
}

.pop__bg {
  background: rgba(9, 19, 28, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  overflow-y: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop, .pop__thank {
  width: 95.64%;
  max-width: 958px;
  padding: 64px 0px 44px 0px;
  position: static;
  background: url("../img/pop__back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 619px;
  display: none;
}

.pop__box {
  width: 85%;
  margin: 0 auto;
  position: relative;
}

.pop__thank {
  display: none;
}

.pop__thank .pop__box {
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.pop__close {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0px;
  top: -24px;
  cursor: pointer;
}

.pop__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/pop__close.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.pop .form__desc {
  margin-bottom: 24px;
}

.pop .form__textarea .form__input {
  min-height: 239px;
}

.pop .form__textarea {
  margin-bottom: 24px;
}

.pop .form__button {
  max-width: 548px;
  margin: 0 auto;
}

.pop__thank .form__title {
  text-transform: none;
}

.get-call-bt {
  background: #E9BB6F;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 10px rgba(56, 184, 111, 0.35);
          box-shadow: 0 8px 10px rgba(56, 184, 111, 0.35);
  cursor: pointer;
  height: 50px;
  text-align: center;
  width: 50px;
  position: fixed;
  left: 30px;
  bottom: 360px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: hoverWave linear 1s infinite;
          animation: hoverWave linear 1s infinite;
}

.get-call-bt .text-call {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 8px;
}

.get-call-bt .text-call span {
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  left: -1px;
  top: 0px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.text-call.text-call-show span {
  opacity: 1;
}

.text-call.text-call-show img {
  display: none;
}

.get-call-bt img {
  font-size: 18px;
  width: 30px;
  padding-top: 2px;
}

.mes_box {
  position: fixed;
  bottom: 75px;
  left: 30px;
  height: 260px;
  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;
  z-index: 100;
}

.mes_box .box_but.box_whatsapp {
  background: url("../img/bottom_whatsapp.svg") no-repeat;
  background-size: contain;
}

.mes_box .box_but {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  outline: none;
  line-height: 0px;
}

.mes_box .box_but.box_telegram {
  background: url("../img/bottom_telegram.svg") no-repeat;
  background-size: contain;
}

.mes_box .box_but.box_viber {
  background: url("../img/bottom_viber.svg") no-repeat;
  background-size: contain;
}

.mes_box .box_but.box_tel {
  background: url("../img/bottom_tel.svg") no-repeat;
  background-size: contain;
}

@-webkit-keyframes hoverWave {
  0% {
    -webkit-box-shadow: 0 8px 2px rgba(233, 187, 111, 0.35), 0 0 0 0 rgba(233, 187, 111, 0.25), 0 0 0 0 rgba(233, 187, 111, 0.2);
            box-shadow: 0 8px 2px rgba(233, 187, 111, 0.35), 0 0 0 0 rgba(233, 187, 111, 0.25), 0 0 0 0 rgba(233, 187, 111, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 8px 2px rgba(233, 187, 111, 0.35), 0 0 0 8px rgba(233, 187, 111, 0.25), 0 0 0 0 rgba(233, 187, 111, 0.2);
            box-shadow: 0 8px 2px rgba(233, 187, 111, 0.35), 0 0 0 8px rgba(233, 187, 111, 0.25), 0 0 0 0 rgba(233, 187, 111, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 8px 2px rgba(233, 187, 111, 0.35), 0 0 0 8px rgba(233, 187, 111, 0.25), 0 0 0 10px rgba(233, 187, 111, 0.2);
            box-shadow: 0 8px 2px rgba(233, 187, 111, 0.35), 0 0 0 8px rgba(233, 187, 111, 0.25), 0 0 0 10px rgba(233, 187, 111, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 8px 5px rgba(233, 187, 111, 0.35), 0 0 0 10px rgba(233, 187, 111, 0.25), 0 0 0 16px rgba(233, 187, 111, 0.2);
            box-shadow: 0 8px 5px rgba(233, 187, 111, 0.35), 0 0 0 10px rgba(233, 187, 111, 0.25), 0 0 0 16px rgba(233, 187, 111, 0.2);
  }
}

@keyframes hoverWave {
  0% {
    -webkit-box-shadow: 0 8px 2px rgba(233, 187, 111, 0.35), 0 0 0 0 rgba(233, 187, 111, 0.25), 0 0 0 0 rgba(233, 187, 111, 0.2);
            box-shadow: 0 8px 2px rgba(233, 187, 111, 0.35), 0 0 0 0 rgba(233, 187, 111, 0.25), 0 0 0 0 rgba(233, 187, 111, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 8px 2px rgba(233, 187, 111, 0.35), 0 0 0 8px rgba(233, 187, 111, 0.25), 0 0 0 0 rgba(233, 187, 111, 0.2);
            box-shadow: 0 8px 2px rgba(233, 187, 111, 0.35), 0 0 0 8px rgba(233, 187, 111, 0.25), 0 0 0 0 rgba(233, 187, 111, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 8px 2px rgba(233, 187, 111, 0.35), 0 0 0 8px rgba(233, 187, 111, 0.25), 0 0 0 10px rgba(233, 187, 111, 0.2);
            box-shadow: 0 8px 2px rgba(233, 187, 111, 0.35), 0 0 0 8px rgba(233, 187, 111, 0.25), 0 0 0 10px rgba(233, 187, 111, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 8px 5px rgba(233, 187, 111, 0.35), 0 0 0 10px rgba(233, 187, 111, 0.25), 0 0 0 16px rgba(233, 187, 111, 0.2);
            box-shadow: 0 8px 5px rgba(233, 187, 111, 0.35), 0 0 0 10px rgba(233, 187, 111, 0.25), 0 0 0 16px rgba(233, 187, 111, 0.2);
  }
}

.footer__social {
  text-align: center;
  margin-bottom: 32px;
}

.footer__social .footer__text {
  margin-bottom: 16px;
}

.adv__social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.adv_section .adv_main .adv_list li.adv__social:before {
  content: '';
}

.adv__social-img:not(:last-child) {
  display: block;
  margin-right: 32px;
}

.adv__social-img:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  
}

.adv__social-fb:before {
  background: url('../img/social/fb.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.adv__social-insta:before {
  background: url('../img/social/insta.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.adv__social-linkedin:before {
  background: url('../img/social/linkedin.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.adv__social-youtube:before {
  background: url('../img/social/youtube.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.adv__social-tiktok:before {
  background: url('../img/social/tiktok.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__social-box {
  display: flex;
  justify-content: center;
}

@media (max-width: 1200px) {
  .first__in-right {
    padding: 20px 15px;
  }
  .second__ul li {
    width: 50%;
  }
  .second__ul li:nth-child(n+5) {
    margin-bottom: 16px;
  }
  .second__ul li:nth-child(n+7) {
    margin-bottom: 0;
  }
  .header__mob {
    width: 57%;
  }
  .header__top {
    width: 100%;
    margin-bottom: 12px;
  }
  .header .wrapper__wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__tel {
    margin-bottom: 0;
  }
  .header > .wrapper__wide {
    padding: 20px 0px;
  }
}
@media (max-width: 767.5px) {
  .button {
    border-radius: 8px;
    height: 45px;
    line-height: 45px;
  }
  .wrapper__wide, .wrapper {
    width: 92.3%;
  }
  .second {
    padding: 24px 0px;
  }
  .second__mob {
    display: block;
    max-width: 360px;
    margin: 0 auto;
  }
  .first .reward {
    width: 100%;
    border: none;
    padding: 0 8.5px;
    background: var(--bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .second .reward, .first__in-right, .first__button, .header__line, .header__grafbox {
    display: none;
  }
  .second__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;
  }
  .second__button::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/tel.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .first {
    padding: 117px 0px 14px 0px;
  }
  .first__right {
    background: url("../img/first__img-mob.png");
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 214/233;
    right: -3.85%;
    width: 214px;
    top: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 190px;
  }
  .first__name-mob {
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--gold);
  }
  .first__title {
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 12px;
  }
  .first_desc {
    font-size: 16px;
    text-align: center;
  }
  .first_ul {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 16px;
  }
  .first__name-mob {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--gold);
    max-width: 160px;
    margin-bottom: 11px;
  }
  .first__line {
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(9, 19, 28, 0.6)), to(rgba(153, 153, 153, 0.6)));
    background: linear-gradient(90deg, rgba(9, 19, 28, 0.6) 0%, rgba(153, 153, 153, 0.6) 100%);
    margin-bottom: 15px;
  }
  .first__in-left {
    margin-right: 0;
    max-width: 360px;
    width: 100%;
  }
  .first__mes {
    height: 44px;
    border-radius: 8px;
  }
  .reward__text {
    font-size: 16px;
  }
  .reward__under {
    font-size: 14px;
    line-height: 130%;
  }
  .first__in {
    margin-bottom: 38px;
  }
  .h2__title {
    font-size: 24px;
    line-height: 130%;
  }
  .second__title {
    margin-bottom: 16px;
  }
  .second__ul li::before {
    width: 24px;
    height: 24px;
  }
  .second__ul {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 4px auto;
  }
  .second__ul li br {
    display: none;
  }
  .second__ul li, .second__ul li:nth-child(n+5) {
    margin-bottom: 12px;
    font-size: 14px;
    max-width: 140px;
  }
  .second__call {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: var(--text);
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  /*.second__pidozra {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .second__obshuk {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .second__sprava {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .second__dopyt {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .second__aresht {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .second__zapobizhnyj {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .second__jespl {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .second__zatrymaly {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }*/
  .header {
    height: 101px;
  }
  .header__logo {
    width: 19%;
    max-width: 65px;
  }
  .header__call {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header__buts {
    display: block;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
  .header__buts .second__button {
    margin-bottom: 16px;
  }
  .header__mob {
    position: fixed;
    top: 101px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    overflow-y: auto;
    background: var(--bg);
  }
  .header__box {
    background: url("../img/burg__back.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px 0px 24px 0px;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__box .wrapper__wide {
    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;
    min-height: 100%;
  }
  .header__adr {
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--white);
  }
  .header__burger {
    display: block;
    width: 19px;
    height: 15px;
    cursor: pointer;
    position: relative;
  }
  .burger__line {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--white);
    left: 0;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .burger__line:nth-child(1) {
    top: 0;
  }
  .burger__line:nth-child(2) {
    top: 7px;
  }
  .burger__line:nth-child(3) {
    top: 14px;
  }
  .header__opened .burger__line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  .header__opened .burger__line:nth-child(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  .header__opened .burger__line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
  .header__opened .header__mob {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header__mob .wrapper__wide {
    width: 92.3%;
  }
  .header__call-text span {
    display: inline-block;
    color: inherit;
  }
  .header__call-text {
    font-size: 12px;
  }
  .header__tel {
    font-size: 16px;
  }
  .header__tel::before {
    width: 18px;
    height: 18px;
    margin-right: 0px;
  }
  .header > .wrapper__wide {
    padding: 24px 0px 8px 0px;
  }
  .menu__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__in li {
    margin: 0 0 16px auto;
  }
  .menu__in li a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__in li a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/mob__arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 8px;
  }

  .menu__in li a:hover::after {
    filter: brightness(0) saturate(100%) invert(88%) sepia(44%) saturate(5593%) hue-rotate(323deg) brightness(92%) contrast(85%);
  }

  .menu__in li a:active::after {
    filter: brightness(0) saturate(100%) invert(51%) sepia(38%) saturate(676%) hue-rotate(358deg) brightness(93%) contrast(86%);
  }

  .header__mob .second__call {
    color: var(--white);
    margin-bottom: 4px;
  }
  .third__item {
    width: calc(50% - 9px);
  }
  .third {
    background: none;
    padding: 27px 0px 27px 0px;
  }
  .link__to {
    font-size: 15px;
  }
  .third__item::before {
    width: 24px;
    height: 24px;
  }
  .third__item {
    font-size: 14px;
    padding: 12px 0px;
  }
  .third__title {
    margin-bottom: 16px;
  }
  .third__link {
    margin-bottom: 7.5px;
  }
  .fourth__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fourth__item {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .fourth__item:nth-child(1)::after, .fourth__item:nth-child(2)::after, .fourth__item:nth-child(4):after, .fourth__item:nth-child(5)::after {
    display: none;
  }
  .fourth__item:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .fourth__name {
    font-size: 16px;
  }
  .fourt__desc br {
    display: none;
  }
  .fourt__desc {
    font-size: 14px;
  }
  .fourth__item::before {
    margin-right: 8px;
  }
  .fourth {
    background: url("../img/third__img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 24px 0px 24px 0px;
  }
  .fourth__title {
    margin-bottom: 14px;
  }
  .six__box {
    -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;
  }
  .fifth {
    background: none;
    padding: 26px 0px 0px 0px;
  }
  .fifth__desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .fifth__link {
    margin-bottom: 7.5px;
  }
  .diploma__link:nth-child(n+4) {
    display: none;
  }
  .diploma__link {
    width: 33%;
  }
  .fifth__diplomas {
    gap: 4px;
  }
  .fifth > .wrapper {
    margin-bottom: 0;
    padding-bottom: 26px;
  }
  .six {
    padding: 24px 0px;
    background: url("../img/fifth__img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .six__title {
    margin-bottom: 16px;
  }
  .six__desc br {
    display: none;
  }
  .six__item:not(:last-child) {
    margin-bottom: 12px;
    position: relative;
  }
  .six__item::before {
    width: 24px;
    height: 24px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .six__item:not(:last-child)::after {
    position: absolute;
    left: -8px;
    top: 30px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .results__box {
    -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;
  }
  .results__left, .results__right {
    width: 100%;
    max-width: 100%;
  }
  .results {
    padding: 24px 0px;
  }
  .results__title {
    margin-bottom: 16px;
  }
  .results__link {
    margin-bottom: 7.5px;
  }
  .results__list {
    margin-bottom: 16px;
  }
  .results__list li {
    font-size: 16px;
  }
  .results__list li:not(:last-child) {
    margin-bottom: 12px;
  }
  .results__list li::before {
    margin-right: 8px;
  }
  .form__title {
    font-size: 16px;
  }
  .form__desc {
    font-size: 15px;
  }
  .results__right {
    padding: 16px 12px;
  }
  .form__input {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .form__input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form__input::-moz-placeholder {
    font-size: 14px;
  }
  .form__input:-ms-input-placeholder {
    font-size: 14px;
  }
  .form__input::-ms-input-placeholder {
    font-size: 14px;
  }
  .form__input::placeholder {
    font-size: 14px;
  }
  .form__textarea .form__input {
    height: 73px;
  }
  .reviews__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
  }
  .reviews__item {
    width: 100%;
  }
  .reviews {
    padding: 24px 0px;
  }
  .reviews__title {
    margin-bottom: 16px;
  }
  .review__name {
    font-size: 14px;
  }
  .review__text {
    font-size: 15px;
  }
  .faq__title {
    margin-bottom: 16px;
  }
  .faq__top-in {
    font-size: 16px;
  }
  .faq__item {
    padding-bottom: 4px;
    margin-bottom: 12px;
  }
  .faq__bottom {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .faq__bottom-in {
    font-size: 14px;
  }
  .footer__item br {
    display: block;
  }
  .footer__mail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__ukr {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__phone {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__adr {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer__text {
    font-size: 12px;
  }
  .footer__item::before {
    width: 18px;
    height: 18px;
  }
  .footer__in .footer__text:nth-child(1) {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .footer__item {
    width: 50%;
  }
  .footer {
    padding: 24px 0px 2px 0px;
  }
  .footer__adr .footer__text {
    line-height: 155%;
  }
  .pop, .pop__thank {
    padding: 56px 0px;
    min-height: 440px;
  }
  .pop .form__desc {
    margin-bottom: 16px;
  }
  .pop__box {
    width: 93%;
  }
  .pop .form__textarea .form__input {
    min-height: 73px;
  }
  .pop .form__textarea {
    margin-bottom: 16px;
  }
  .pop__close {
    top: -40px;
  }
  .mes_box, .get-call-bt {
    left: 10px;
  }

  .footer__social {
    margin-bottom: 24px;
  }
}
@media (max-height: 500px) {
  .pop__bg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
  }
}

/* ===== PAGE ANIMATIONS ===== */

/* 1. Hero — fade-in при завантаженні */
.anim-hero {
  opacity: 0;
  will-change: opacity;
  -webkit-animation: anim-hero-in 1000ms ease-out forwards;
          animation: anim-hero-in 1000ms ease-out forwards;
}

@-webkit-keyframes anim-hero-in {
  to { opacity: 1; }
}

@keyframes anim-hero-in {
  to { opacity: 1; }
}

/* 2. Scroll — хвильове занурення при прокрутці */
.anim-scroll {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  will-change: opacity, transform;
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1),
              -webkit-transform 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1),
              transform 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.anim-scroll.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}