* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  scrollbar-color: #014b9d #fff;
  scrollbar-width: thin;
}
*::-webkit-scrollbar-thumb {
  background-color: #014b9d;
}
*::-webkit-scrollbar-track {
  background-color: #fff;
}
*::-webkit-scrollbar-button {
  display: none;
  background-color: #014b9d;
}
*::-webkit-scrollbar {
  width: 8px;
}

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

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  font-family: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

@font-face {
  font-family: TacticSansExd;
  font-display: swap;
  src: url("../fonts/TacticSansExd-Medium.woff2") format("woff2"), url("../fonts/TacticSansExd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: TacticSansExd;
  font-display: swap;
  src: url("../fonts/TacticSansExd-Regular.woff2") format("woff2"), url("../fonts/TacticSansExd-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: TTNorms;
  font-display: swap;
  src: url("../fonts/TTNorms-Light.woff2") format("woff2"), url("../fonts/TTNorms-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: TTNorms;
  font-display: swap;
  src: url("../fonts/TTNorms-Medium.woff2") format("woff2"), url("../fonts/TTNorms-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: TTNorms;
  font-display: swap;
  src: url("../fonts/TTNorms-Black.woff2") format("woff2"), url("../fonts/TTNorms-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: TTNorms;
  font-display: swap;
  src: url("../fonts/TTNorms-Bold.woff2") format("woff2"), url("../fonts/TTNorms-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: TTNorms;
  font-display: swap;
  src: url("../fonts/TTNorms-Regular.woff2") format("woff2"), url("../fonts/TTNorms-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  height: 100%;
  font-family: TTNorms;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  background: #fff;
  scrollbar-gutter: stable;
}
body.loading {
  overflow: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

main {
  flex: 1 1 auto;
}

.container {
  width: min(100% - 60px, 1564px);
  margin-inline: auto;
}
@media (max-width: 980px) {
  .container {
    width: calc(100% - 32px);
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 26px 33px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: TTNorms;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  background: linear-gradient(204.23deg, rgb(0, 122, 255) 47.015%, rgb(0, 73, 153) 93.006%), rgb(0, 103, 221);
  min-width: 339px;
}
.btn span {
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.btn svg {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .btn:hover span {
    transform: translateX(10%);
  }
  .btn:hover svg {
    transform: rotate(45deg);
  }
}
@media (max-width: 980px) {
  .btn {
    padding: 18px 30px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 14px 28px;
    min-width: unset;
    font-size: 16px;
  }
  .btn svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }
}

.slider-prev,
.slider-next {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  cursor: pointer;
  user-select: none;
  transition: transform 0.3s ease 0s;
}
.slider-prev svg,
.slider-next svg {
  width: 16px;
  height: 16px;
  color: #000;
  transition: all 0.2s ease 0s;
}
@media (max-width: 600px) {
  .slider-prev,
  .slider-next {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
}
.slider-prev:active,
.slider-next:active {
  transform: scale(0.95);
}

@media (hover: hover) {
  .slider-prev:hover svg {
    transform: translateX(-3px);
  }
}

@media (hover: hover) {
  .slider-next:hover svg {
    transform: translateX(3px);
  }
}

.checkbox-agree {
  position: relative;
  padding-left: 40px;
  color: rgb(255, 255, 255);
  font-family: TTNorms;
  font-size: 14px;
  font-weight: 400;
  line-height: 121.428571%;
  display: block;
  cursor: pointer;
  user-select: none;
}
.checkbox-agree input {
  display: none;
}
@media (max-width: 600px) {
  .checkbox-agree {
    font-size: 13px;
    padding-left: 30px;
  }
}
.checkbox-agree a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  transition: color 0.2s ease 0s;
}
@media (hover: hover) {
  .checkbox-agree a:hover {
    color: #bedeff;
  }
}
.checkbox-agree span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c8c8c8;
}
.checkbox-agree span::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: radial-gradient(72.35% 103.48% at 88% 6%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.6);
  opacity: 0;
}
.checkbox-agree input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.title {
  font-family: TacticSansExd;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.title span {
  color: #014b9d;
}
@media (max-width: 980px) {
  .title {
    font-size: 28px;
    text-wrap: balance;
  }
  .title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
  }
}
@media (max-width: 389px) {
  .title {
    font-size: 20px;
  }
}

.corner-right {
  position: relative;
}
.corner-right::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  bottom: 0;
  right: -8px;
  background: url(../img/icons/corner.svg) center/15px 8px no-repeat;
  z-index: 2;
}

/*------------------------------
Header
---------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 99;
}
.header__body {
  height: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .header__body {
    height: 76px;
  }
}
@media (max-width: 1200px) {
  .header__body {
    height: 70px;
  }
}
.header__logo {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 30px;
}
.header__logo img {
  width: 100%;
  max-width: 158px;
  transition: all 0.3s ease 0s;
  will-change: transform;
}
@media (hover: hover) {
  .header__logo:hover img {
    transform: scaleY(1.1);
  }
}
@media (max-width: 1600px) {
  .header__logo {
    padding-inline: 20px;
  }
}
@media (max-width: 1359px) {
  .header__logo {
    padding-inline: 10px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    max-width: 120px;
  }
}
.header__lang {
  color: rgb(255, 255, 255);
  font-family: TTNorms;
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%;
  text-transform: uppercase;
  position: relative;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
@media (max-width: 1200px) {
  .header__lang {
    margin-left: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  .header__lang::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    bottom: 0;
    left: -8px;
    background: url(../img/icons/corner.svg) center/15px 8px no-repeat;
    z-index: 2;
  }
}
.header__lang::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.13), radial-gradient(87.32% 103.48% at 88% 6%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease 0s;
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  z-index: 1;
}
@media (hover: hover) {
  .header__lang:hover::before {
    opacity: 1;
  }
}
.header__lang-active {
  padding-inline: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 3;
  position: relative;
}
@media (max-width: 1399px) {
  .header__lang-active {
    padding-inline: 20px;
  }
}
@media (max-width: 1359px) {
  .header__lang-active {
    padding-inline: 14px;
  }
}
@media (max-width: 1200px) {
  .header__lang-active {
    padding-inline: 20px;
    width: 70px;
    justify-content: center;
  }
}
.header__lang-list {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 30px;
  transform-origin: top;
  transform: scaleY(0) rotateX(90deg);
  transition: all 0.4s ease 0s;
  z-index: 55;
  backdrop-filter: blur(30px);
  background: radial-gradient(72.35% 103.48% at 88% 6%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.13);
}
.header__lang-list a {
  font-family: TTNorms;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 118.75%;
  color: #fff;
  text-align: center;
  display: block;
  padding: 4px 0;
}
.header__lang-list.active {
  transform: scaleY(1) rotateX(0);
  opacity: 1;
}
@media (max-width: 1200px) {
  .header__lang-list {
    padding: 10px 20px;
  }
}
.header__buttons {
  height: 100%;
  display: flex;
  flex: 0 0 25%;
  min-width: 25vw;
}
@media (max-width: 1459px) {
  .header__buttons {
    min-width: 28vw;
  }
}
@media (max-width: 1200px) {
  .header__buttons {
    flex: 0;
    min-width: unset;
  }
}
.header__link, .header__button {
  flex: 0 1 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-inline: 10px;
  gap: 20px;
  position: relative;
}
.header__link svg, .header__button svg {
  width: 30px;
  height: 30px;
  z-index: 3;
}
@media (max-width: 1359px) {
  .header__link, .header__button {
    padding-inline: 10px;
  }
}
.header__link span, .header__button span {
  z-index: 3;
}
.header__link::before, .header__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.13), radial-gradient(87.32% 103.48% at 88% 6%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease 0s;
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  z-index: 1;
}
@media (hover: hover) {
  .header__link:hover::before, .header__button:hover::before {
    opacity: 1;
  }
}
.header__link {
  color: rgb(255, 255, 255);
  font-family: TTNorms;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .header__link {
    font-size: 18px;
  }
}
@media (max-width: 1359px) {
  .header__link {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .header__link {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    height: auto;
    font-size: 20px;
    flex: 0;
    padding: 20px;
  }
}
.header__button {
  color: rgb(255, 255, 255);
  font-family: TTNorms;
  font-size: 18px;
  font-weight: 500;
  line-height: 116.666667%;
  white-space: nowrap;
  text-decoration-line: underline;
}
.header__button::after {
  display: none;
}
@media (max-width: 1600px) {
  .header__button {
    font-size: 16px;
  }
  .header__button svg {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 1359px) {
  .header__button {
    gap: 10px;
  }
  .header__button svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1200px) {
  .header__button {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    padding: 20px;
    height: auto;
    flex: 0;
    font-size: 20px;
  }
  .header__button::after {
    display: none;
  }
}

/*------------------------------
Menu
---------------------------*/
.menu {
  height: 100%;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-inline: 30px;
}
@media (max-width: 1600px) {
  .menu {
    padding-inline: 0;
  }
}
@media (max-width: 1200px) {
  .menu {
    align-items: center;
    order: 1;
    justify-content: flex-end;
    flex: 0 0 auto;
    padding-inline: 20px;
  }
  .menu::after {
    display: none;
  }
}
.menu .menu__icon {
  display: none;
  will-change: transform;
}
@media (max-width: 1200px) {
  .menu .menu__icon {
    display: block;
    width: 30px;
    height: 39px;
    position: relative;
    z-index: 100;
  }
  .menu .menu__icon::before, .menu .menu__icon::after, .menu .menu__icon span {
    height: 3px;
    position: absolute;
    left: 0;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    transition: all 0.3s ease 0s;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .menu .menu__icon::before, .menu .menu__icon::after {
    content: "";
  }
  .menu .menu__icon::before {
    top: 11px;
  }
  .menu .menu__icon::after {
    bottom: 11px;
  }
  .menu .menu__icon span {
    top: 18px;
  }
  .menu .menu__icon.active {
    border-radius: 6px;
  }
  .menu .menu__icon.active::before {
    top: 19px;
    transform: rotate(45deg);
  }
  .menu .menu__icon.active::after {
    top: 19px;
    transform: rotate(-45deg);
  }
  .menu .menu__icon.active span {
    display: none;
  }
}
.menu__body {
  flex: 1;
}
@media (max-width: 1200px) {
  .menu__body {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100svh;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 99;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease 0s;
    backdrop-filter: blur(30px);
    background: radial-gradient(87.32% 103.48% at 88% 6%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.13);
    padding-top: 70px;
    overflow: hidden;
  }
  .menu__body.active {
    width: min(80%, 360px);
  }
}
.menu__body ul {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.menu__body ul li {
  height: 100%;
  flex: 1;
  display: flex;
  position: relative;
}
.menu__body ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.13), radial-gradient(87.32% 103.48% at 88% 6%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease 0s;
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  z-index: 1;
}
@media (hover: hover) {
  .menu__body ul li:hover::before {
    opacity: 1;
  }
}
.menu__body ul li a {
  color: rgb(255, 255, 255);
  font-family: TTNorms;
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: 100%;
  padding-inline: 10px;
  z-index: 2;
  justify-content: center;
}
@media (max-width: 1200px) {
  .menu__body ul {
    flex-direction: column;
    flex: 0;
    height: auto;
    padding: 20px 0;
    margin-bottom: auto;
  }
  .menu__body ul li a {
    padding: 14px 30px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.footer {
  background: rgb(13, 20, 39);
}
.footer__body {
  padding: 60px 0;
  font-family: TTNorms;
}
@media (max-width: 980px) {
  .footer__body {
    padding: 40px 0;
  }
}
.footer__main {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .footer__main {
    flex-direction: column;
    align-items: stretch;
  }
}
.footer__left {
  flex: 0 1 50%;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 90px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 980px) {
  .footer__left {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 40px;
    margin-bottom: 40px;
    flex-direction: row-reverse;
  }
}
@media (max-width: 600px) {
  .footer__left {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.footer__logo {
  max-width: 185px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  text-align: right;
}
@media (max-width: 980px) {
  .footer__contacts {
    text-align: left;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .footer__contacts {
    gap: 20px;
  }
}
.footer__tel {
  color: rgb(255, 255, 255);
  font-family: TTNorms;
  font-weight: 500;
  line-height: 47px;
  letter-spacing: 0%;
  text-align: right;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  font-size: calc(18px + 22 * ((100vw - 320px) / 1600));
}
@media (hover: hover) {
  .footer__tel:hover {
    color: #007aff;
  }
}
@media (max-width: 600px) {
  .footer__tel {
    font-size: 20px;
  }
}
.footer__contacts-group p {
  color: rgb(85, 95, 123);
  font-family: TTNorms;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 3px;
}
.footer__contacts-group a {
  color: rgb(255, 255, 255);
  font-family: TTNorms;
  font-size: 24px;
  font-weight: 500;
  line-height: 116.666667%;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .footer__contacts-group a:hover {
    color: #007aff;
  }
}
@media (max-width: 600px) {
  .footer__contacts-group a {
    font-size: 20px;
  }
}
.footer__right {
  flex: 0 1 50%;
  padding-left: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 980px) {
  .footer__right {
    padding-left: 0;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .footer__right {
    flex-direction: column;
  }
}
.footer__menu a {
  color: rgb(179, 189, 216);
  font-family: TTNorms;
  font-size: 18px;
  font-weight: 500;
  line-height: 220%;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .footer__menu a:hover {
    color: #007aff;
  }
}
@media (max-width: 980px) {
  .footer__menu {
    flex: 0 1 50%;
  }
}
.footer__address {
  max-width: 438px;
  margin-left: auto;
}
@media (max-width: 980px) {
  .footer__address {
    max-width: unset;
    flex: 0 1 50%;
  }
}
.footer__address-group:not(:last-child) {
  margin-bottom: 36px;
}
.footer__address-group p {
  color: rgb(85, 95, 123);
  font-family: TTNorms;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 3px;
}
.footer__address-group a {
  color: rgb(255, 255, 255);
  font-family: TTNorms;
  font-size: 18px;
  font-weight: 500;
  line-height: 116.666667%;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .footer__address-group a:hover {
    color: #007aff;
  }
}
@media (max-width: 1438px) {
  .footer__address-group a {
    font-size: 16px;
  }
}
.footer__add {
  display: flex;
}
@media (max-width: 980px) {
  .footer__add {
    flex-direction: column;
    margin-top: 40px;
  }
}
.footer__add-col {
  flex: 0 1 50%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 10px;
}
.footer__add-col:nth-child(1) {
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__add-col:nth-child(2) {
  padding-left: 40px;
}
.footer__add-col a,
.footer__add-col p {
  color: rgb(67, 77, 103);
  font-family: TTNorms;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}
.footer__add-col a {
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .footer__add-col a:hover {
    color: #007aff;
  }
}
@media (max-width: 980px) {
  .footer__add-col {
    padding: 0 !important;
    flex: 0 1 50%;
    border: none !important;
  }
  .footer__add-col p {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer__add-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer__add-col:nth-child(1) {
    margin-bottom: 10px;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 980px) {
  .footer__socials {
    flex: 0 0 50%;
  }
}
.footer__social {
  display: block;
  width: 34px;
  height: 34px;
  transition: all 0.3s ease 0s;
  will-change: transform;
}
@media (hover: hover) {
  .footer__social:hover {
    transform: scale(1.05);
  }
}

/*------------------------------
Hero
---------------------------*/
.hero {
  background: linear-gradient(181.36deg, rgba(0, 122, 255, 0.75) 6.118%, rgba(0, 122, 255, 0) 43.977%), url(../img/hero-bg.png) center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
.hero__body {
  padding: 120px 0;
  height: 100vh;
  min-height: 750px;
  max-height: 1080px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .hero__body {
    display: block;
    height: auto;
    max-height: unset;
    min-height: unset;
    padding: 120px 0 0;
  }
}
@media (max-width: 767px) {
  .hero__body {
    padding: 110px 0 40px 0;
    height: 100svh;
    min-height: 770px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .hero__text {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.hero__title {
  color: rgb(255, 255, 255);
  font-family: TacticSansExd;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 100px;
  font-size: calc(20px + 40 * ((100vw - 320px) / 1600));
}
.hero__title span {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero__title i {
  font-style: normal;
  color: rgb(255, 255, 255);
  font-family: TacticSansExd;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
}
@media (max-width: 1200px) {
  .hero__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 26px;
  }
  .hero__title span {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__title i {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .hero__title {
    font-size: 22px;
  }
}
@media (max-width: 389px) {
  .hero__title {
    font-size: 18px;
  }
}
.hero__subtitle {
  color: rgb(255, 255, 255);
  font-family: TTNorms;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  max-width: 453px;
}
.hero__subtitle span {
  margin-top: 4px;
  display: block;
  color: rgb(255, 255, 255);
  font-family: TacticSansExd;
  font-size: calc(16px + 20 * ((100vw - 320px) / 1600));
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 16px;
  }
}
.hero__advantages {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25%;
  backdrop-filter: blur(30px);
  background: radial-gradient(87.32% 103.48% at 88% 6%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.13);
  padding: 86px 30px 0px 35px;
  min-width: 25vw;
}
@media (max-width: 1459px) {
  .hero__advantages {
    min-width: 28vw;
  }
}
@media (max-width: 1200px) {
  .hero__advantages {
    position: static;
    min-width: unset;
    max-width: unset;
    padding: 0;
    width: 100vw;
    transform: translateX(-30px);
  }
}
@media (max-width: 980px) {
  .hero__advantages {
    transform: translateX(-16px);
  }
}
@media (max-width: 767px) {
  .hero__advantages {
    transform: none;
    width: 100%;
  }
}
.hero__advantages-items {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
@media (max-width: 1200px) {
  .hero__advantages-items {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .hero__advantages-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.hero__advantage {
  font-family: TTNorms;
  padding: 3vh 0;
}
.hero__advantage:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 1200px) {
  .hero__advantage {
    flex: 0 1 25%;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .hero__advantage:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .hero__advantage {
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
}
@media (max-width: 600px) {
  .hero__advantage {
    padding: 16px;
  }
}
.hero__advantage-num {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 121.428571%;
  margin-bottom: 4px;
}
@media (max-width: 980px) {
  .hero__advantage-num {
    font-size: 12px;
  }
}
.hero__advantage-text {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 4vh;
}
@media (max-width: 1800px) {
  .hero__advantage-text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .hero__advantage-text {
    margin-bottom: 20px;
    flex: 1;
  }
}
@media (max-width: 980px) {
  .hero__advantage-text {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .hero__advantage-text {
    font-size: 12px;
  }
}
.hero__advantage-icon svg {
  color: #fff;
  width: 32px;
  height: 32px;
}
@media (max-width: 980px) {
  .hero__advantage-icon svg {
    width: 26px;
    height: 26px;
  }
}
.hero__button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39.21875%;
}
.hero__button .btn {
  width: 100%;
  max-width: 100%;
  height: calc(80px + 39 * ((100vw - 320px) / 1600));
}
@media (min-width: 1500px) {
  .hero__button .btn span {
    padding-left: calc((100vw - 1564px - 66px) / 2);
  }
}
@media (max-width: 1200px) {
  .hero__button {
    position: static;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .hero__button .btn {
    height: auto;
  }
}
@media (max-width: 767px) {
  .hero__button {
    width: auto;
  }
}

/*------------------------------
Categories
---------------------------*/
.categories {
  position: relative;
}
.categories__body {
  padding: 120px 0;
}
@media (max-width: 980px) {
  .categories__body {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .categories__body {
    padding: 40px 0;
  }
}
.categories__title {
  margin-bottom: 24px;
}
@media (max-width: 980px) {
  .categories__title {
    margin-bottom: 0;
  }
}
.categories__items {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  z-index: 2;
}
@media (max-width: 980px) {
  .categories__items {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .categories__items {
    gap: 10px;
  }
}
.categories__col {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .categories__col {
    gap: 10px;
  }
}
.categories__item {
  padding: 50px 40px;
  position: relative;
}
@media (max-width: 980px) {
  .categories__item {
    padding: 50px 40px 80px;
  }
}
@media (max-width: 767px) {
  .categories__item {
    padding: 30px 20px 60px;
  }
}
.categories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.categories__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.categories__row-text {
  padding: 65px 65px 65px 0;
}
@media (max-width: 980px) {
  .categories__row-text {
    padding: 20px 0 10px;
  }
}
.categories__subtitle {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 300;
  line-height: 118.75%;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 980px) {
  .categories__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .categories__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 389px) {
  .categories__subtitle {
    font-size: 16px;
  }
}
.categories__subsubtitle {
  font-size: 18px;
  line-height: 116.666667%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .categories__subsubtitle {
    font-size: 16px;
  }
}
.categories__name {
  color: rgb(255, 255, 255);
  font-family: TacticSansExd;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-size: calc(20px + 16 * ((100vw - 320px) / 1600));
}
@media (max-width: 767px) {
  .categories__name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.categories__description {
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  line-height: 130%;
  margin-bottom: 37px;
  font-size: calc(15px + 3 * ((100vw - 320px) / 1600));
}
@media (max-width: 767px) {
  .categories__description {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.categories__text {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  max-width: 345px;
  font-size: 18px;
  line-height: 130%;
}
.categories__text ul li {
  position: relative;
  color: #fff;
  line-height: 160%;
  padding-left: 30px;
}
.categories__text ul li::before, .categories__text ul li::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  border-radius: 50%;
}
.categories__text ul li::before {
  top: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
}
.categories__text ul li::after {
  top: 12px;
  left: 4px;
  width: 4px;
  height: 4px;
  background: #fff;
}
.categories__text ul li:not(:last-child) {
  margin-bottom: 8px;
}
.categories__text p:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .categories__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .categories__text ul li {
    padding-left: 22px;
  }
}
.categories__button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 2;
}
.categories__button .btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
}
.categories__button .btn svg {
  position: absolute;
  top: calc(50% - 15px);
  right: 30px;
}
@media (max-width: 767px) {
  .categories__button .btn svg {
    top: calc(50% - 10px);
  }
}
.categories__item-1 {
  height: 690px;
}
.categories__item-1 .categories__description {
  max-width: 431px;
}
@media (max-width: 980px) {
  .categories__item-1 {
    height: auto;
    min-height: 80vw;
  }
}
.categories__item-2 {
  height: 667px;
}
@media (max-width: 980px) {
  .categories__item-2 {
    height: auto;
    min-height: 60vw;
  }
}
@media (max-width: 600px) {
  .categories__item-2 {
    min-height: 100vw;
  }
}
.categories__item-3 {
  height: 627px;
}
.categories__item-3 .categories__name {
  color: #000;
}
@media (max-width: 980px) {
  .categories__item-3 {
    height: auto;
    min-height: 65vw;
  }
}
@media (max-width: 600px) {
  .categories__item-3 {
    min-height: unset;
  }
  .categories__item-3 .categories__text {
    width: 60%;
  }
}
.categories__item-4 {
  height: 820px;
}
@media (max-width: 980px) {
  .categories__item-4 {
    height: auto;
    min-height: 90vw;
  }
}
@media (max-width: 600px) {
  .categories__item-4 {
    min-height: 440px;
  }
}
.categories__item-link {
  padding: 0;
  position: absolute;
  bottom: 120px;
  left: calc(50% + 260px);
  width: 950px;
}
.categories__item-link .btn {
  background: transparent;
  color: #000;
  justify-content: flex-start;
  border-bottom: 1px solid #000;
  width: 100%;
}
@media (max-width: 980px) {
  .categories__item-link {
    position: static;
    width: auto;
  }
  .categories__item-link .btn {
    justify-content: space-between;
  }
}
.categories .categories-bg {
  position: absolute;
  top: 75%;
  left: 35%;
  z-index: -1;
}
@media (max-width: 980px) {
  .categories .categories-bg {
    width: 1000px;
    left: 0;
    top: 85%;
  }
}

/*------------------------------
Production
---------------------------*/
.production__body {
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
  gap: 23px;
}
@media (max-width: 1200px) {
  .production__body {
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .production__body {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .production__body {
    padding-bottom: 40px;
  }
}
.production__info {
  flex: 0 1 45%;
  padding-right: 150px;
  display: flex;
  flex-direction: column;
  padding: 160px 0 60px 0;
}
@media (max-width: 1600px) {
  .production__info {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 1399px) {
  .production__info {
    flex: 0 1 50%;
  }
}
@media (max-width: 1200px) {
  .production__info {
    padding: 0;
  }
}
.production__title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .production__title br {
    display: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .production__title {
    margin-bottom: 20px;
  }
}
.production__subtitle {
  max-width: 500px;
  font-size: 18px;
  line-height: 130%;
  flex: 1;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .production__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.production__buttons {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.production__slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 600px) {
  .production__slider-buttons {
    gap: 10px;
  }
}
.production__view {
  flex: 0 1 55%;
}
@media (max-width: 1399px) {
  .production__view {
    flex: 0 1 50%;
  }
}
.production__slider {
  width: 100%;
  max-width: 772px;
}
.production__slider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 120px);
  height: 100%;
  background: linear-gradient(180deg, #c9c9c9 0%, #dfdfdf 32%, #9296b1 100%);
}
@media (max-width: 1399px) {
  .production__slider {
    max-width: 660px;
  }
  .production__slider::before {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .production__slider {
    max-width: unset;
  }
}
.production__slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 60px 36px 60px 120px;
  opacity: 0 !important;
}
.production__slide.swiper-slide-active {
  opacity: 1 !important;
}
@media (max-width: 1399px) {
  .production__slide {
    padding: 60px 36px 36px;
  }
}
@media (max-width: 1200px) {
  .production__slide {
    align-items: center;
  }
}
@media (max-width: 600px) {
  .production__slide {
    padding: 40px 20px 20px;
  }
}
.production__slide-image {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.production__slide-image img {
  width: 100%;
  height: 437px;
  object-fit: contain;
}
@media (max-width: 1600px) {
  .production__slide-image img {
    height: 360px;
  }
}
@media (max-width: 1399px) {
  .production__slide-image img {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .production__slide-image {
    margin-bottom: 10px;
  }
}
.production__slide-info {
  background: #014b9d;
  padding: 50px 40px;
  max-width: 770px;
  margin-left: -120px;
}
@media (max-width: 1399px) {
  .production__slide-info {
    padding: 30px;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .production__slide-info {
    padding: 30px 20px;
  }
}
.production__slide-name {
  color: rgb(255, 255, 255);
  font-family: TacticSansExd;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .production__slide-name {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .production__slide-name {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.production__slide-descr {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.production__slide-descr p:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .production__slide-descr {
    font-size: 14px;
  }
}

/*------------------------------
Application
---------------------------*/
.application {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.application__body {
  position: relative;
  padding-top: 337px;
}
@media (max-width: 980px) {
  .application__body {
    padding-top: 120px;
  }
}
.application__att {
  position: absolute;
  top: 0;
  right: 0;
  height: 337px;
  width: 30%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 22px 30px;
  color: rgb(255, 255, 255);
  font-family: TacticSansExd;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.application__att span {
  display: block;
  line-height: 120%;
  font-size: 36px;
}
@media (max-width: 1600px) {
  .application__att span {
    font-size: 32px;
  }
}
@media (max-width: 1359px) {
  .application__att span {
    font-size: 28px;
  }
}
@media (max-width: 980px) {
  .application__att {
    width: auto;
    height: auto;
  }
}
@media (max-width: 600px) {
  .application__att {
    font-size: 12px;
    letter-spacing: 0.02em;
    max-width: 80%;
  }
  .application__att span {
    font-size: 18px;
    margin-left: auto;
  }
}
.application__info {
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.13), radial-gradient(79.81% 103.48% at 88% 6%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%);
  width: 70%;
  padding-top: 100px;
  padding-left: calc((100vw - 1564px) / 2);
}
@media (max-width: 1594px) {
  .application__info {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
  }
}
@media (max-width: 980px) {
  .application__info {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .application__info {
    padding: 40px 16px;
  }
}
.application__title {
  color: rgb(255, 255, 255);
  font-family: TacticSansExd;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 34px;
  font-size: calc(20px + 28 * ((100vw - 320px) / 1600));
}
@media (max-width: 600px) {
  .application__title {
    margin-bottom: 20px;
  }
}
.application__subtitle {
  color: rgb(255, 255, 255);
  font-family: TacticSansExd;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .application__subtitle {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.application__form {
  width: 100%;
  max-width: 576px;
}
.application__form-area {
  width: 100%;
}
.application__form-area:not(:last-child) {
  margin-bottom: 24px;
}
.application__form-area input {
  color: #fff;
  padding-bottom: 32px;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgb(255, 255, 255);
  font-family: TTNorms;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}
.application__form-area input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.application__form-area input:user-invalid {
  border-color: rgb(207, 22, 53);
}
.application__form-area input:focus {
  border-color: #007aff;
}
@media (max-width: 600px) {
  .application__form-area input {
    padding-bottom: 20px;
    font-size: 16px;
  }
}
.application__form-submit {
  margin-top: 70px;
  margin-left: calc(-1 * (100vw - 1564px) / 2);
  width: calc(576px + (100vw - 1564px) / 2);
}
@media (max-width: 1600px) {
  .application__form-submit {
    margin-left: 0;
    width: 100%;
  }
}
.application__form-submit .btn {
  width: 100%;
  padding-left: calc((100vw - 1564px) / 2);
}
@media (max-width: 1600px) {
  .application__form-submit .btn {
    padding-left: 33px;
  }
}
@media (max-width: 600px) {
  .application__form-submit {
    margin-top: 40px;
  }
}

/*------------------------------
Industry
---------------------------*/
.industry__body {
  padding: 90px 0 45px;
}
@media (max-width: 980px) {
  .industry__body {
    padding: 80px 0 40px;
  }
}
@media (max-width: 767px) {
  .industry__body {
    padding: 40px 0 20px;
  }
}
.industry__info {
  display: flex;
  gap: 40px;
  margin-bottom: 66px;
}
@media (max-width: 980px) {
  .industry__info {
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }
}
.industry__image {
  flex: 0 1 50%;
  max-width: 772px;
}
.industry__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.industry__text {
  flex: 0 1 50%;
  max-width: 641px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 980px) {
  .industry__text {
    max-width: 100%;
  }
}
.industry__title {
  margin-bottom: 123px;
}
@media (max-width: 1600px) {
  .industry__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1420px) {
  .industry__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .industry__title {
    margin-bottom: 20px;
  }
}
.industry__subtitle {
  color: rgb(0, 0, 0);
  font-family: TTNorms;
  font-size: 32px;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .industry__subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .industry__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.industry__descr {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .industry__descr {
    font-size: 16px;
  }
}
.industry__button {
  margin-top: auto;
  width: 100%;
}
.industry__button .btn {
  width: 100%;
}
@media (min-width: 1201px) {
  .industry__button .btn {
    height: 119px;
  }
}
.industry__drawings {
  display: flex;
  gap: 20px;
}
.industry__drawing {
  flex: 1;
  width: 100%;
}
.industry__drawing img {
  width: 100%;
  object-fit: contain;
}

/*------------------------------
quality
---------------------------*/
.quality__body {
  padding: 45px 0 90px;
}
@media (max-width: 980px) {
  .quality__body {
    padding: 40px 0 80px;
  }
}
@media (max-width: 767px) {
  .quality__body {
    padding: 20px 0 40px;
  }
}
.quality__content {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1600px) {
  .quality__content {
    align-items: flex-end;
  }
}
@media (max-width: 980px) {
  .quality__content {
    position: relative;
  }
}
@media (max-width: 767px) {
  .quality__content {
    flex-direction: column;
  }
}
.quality__text {
  flex: 1;
  padding-top: 60px;
}
@media (max-width: 1600px) {
  .quality__text {
    padding-top: 0;
  }
}
.quality__image {
  flex: 0 1 33%;
}
@media (max-width: 980px) {
  .quality__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
  }
}
@media (max-width: 767px) {
  .quality__image {
    display: none;
    position: static;
    width: 200px;
    margin-inline: auto;
    text-align: center;
  }
}
.quality__title {
  margin-bottom: 50px;
}
@media (max-width: 980px) {
  .quality__title {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .quality__title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.quality__subtitle {
  margin-bottom: 82px;
  font-size: 18px;
}
@media (max-width: 980px) {
  .quality__subtitle {
    width: 65%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .quality__subtitle {
    width: 100%;
    margin-bottom: 20px;
  }
}
.quality__stages {
  display: flex;
  gap: 2px;
}
@media (max-width: 767px) {
  .quality__stages {
    flex-direction: column;
  }
}
.quality__stage {
  flex: 0 1 33.333%;
  width: 100%;
  padding: 55px 40px;
  background: rgb(232, 236, 242);
}
@media (max-width: 767px) {
  .quality__stage {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.quality__stage-num {
  color: #007aff;
  font-family: TTNorms;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .quality__stage-num {
    font-size: 26px;
    margin-bottom: 4px;
  }
}
.quality__stage-descr {
  font-size: 18px;
  line-height: 130%;
}
@media (max-width: 767px) {
  .quality__stage-descr {
    font-size: 14px;
    text-wrap: balance;
  }
  .quality__stage-descr br {
    display: none;
  }
}
.quality__benefits {
  display: flex;
}
.quality__benefits-col:first-child {
  flex: 1;
}
.quality__benefits-col:first-child .quality__benefit {
  margin-left: auto;
  background: #014b9d;
}
.quality__benefits-col:nth-child(2) {
  flex: 0 1 33%;
}
.quality__benefits-col:nth-child(2) .quality__benefit {
  background: #007aff;
}
@media (max-width: 767px) {
  .quality__benefits-col {
    flex: 1 !important;
  }
}
.quality__benefit {
  padding: 36px 40px;
  max-width: 344px;
  height: 100%;
}
@media (max-width: 1200px) {
  .quality__benefit {
    flex: 0 1 50%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .quality__benefit {
    padding: 16px;
  }
}
.quality__benefit-icon {
  width: 67px;
  height: 58px;
  margin-bottom: 35px;
}
.quality__benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .quality__benefit-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
}
.quality__benefit-text {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.quality__benefit-text span {
  display: block;
  font-size: 28px;
  line-height: 130%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .quality__benefit-text {
    font-size: 14px;
  }
  .quality__benefit-text span {
    margin-top: 6px;
    font-size: 16px;
  }
}

/*------------------------------
Logistic
---------------------------*/
.logistic {
  background-image: url(../img/logistic-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.logistic__body {
  padding-top: 90px;
}
@media (max-width: 980px) {
  .logistic__body {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .logistic__body {
    padding-top: 40px;
  }
}
.logistic__title {
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .logistic__title br {
    display: none;
  }
}
.logistic__content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .logistic__content {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}
.logistic__att {
  color: rgb(255, 255, 255);
  font-family: TacticSansExd;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
.logistic__att span {
  line-height: 1;
  color: #007aff;
  font-size: 128px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .logistic__att span {
    font-size: 1.4em;
  }
  .logistic__att br {
    display: none;
  }
}
@media (max-width: 767px) {
  .logistic__att {
    font-size: 16px;
  }
}
.logistic__marchrute {
  flex: 1;
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  display: flex;
}
@media (max-width: 1200px) {
  .logistic__marchrute {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .logistic__marchrute {
    flex-direction: column;
  }
}
.logistic__marchrute-text {
  flex: 0 1 50%;
  padding: 45px 50px;
  backdrop-filter: blur(40px);
  background: radial-gradient(71.59% 103.48% at 88% 6%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .logistic__marchrute-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .logistic__marchrute-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 40px;
  }
}
.logistic__marchrute-descr {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 767px) {
  .logistic__marchrute-descr {
    font-size: 14px;
  }
}
.logistic__map {
  flex: 0 1 50%;
  width: 100%;
  height: 100%;
}

#map {
  width: 516px;
  height: 516px;
  opacity: 0.8;
  border: none !important;
}
#map .ymaps-2-1-79-controls__control,
#map .ymaps-2-1-79-float-button,
#map .ymaps-2-1-79-listbox,
#map .ymaps-2-1-79-map-copyrights-promo,
#map .ymaps-2-1-79-copyright__agreement {
  display: none !important;
}
@media (max-width: 980px) {
  #map {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 767px) {
  #map {
    height: 350px;
  }
}

/*------------------------------
Bonuses
---------------------------*/
.bonuses__body {
  padding: 90px 0 40px;
}
@media (max-width: 980px) {
  .bonuses__body {
    padding: 80px 0 40px;
  }
}
@media (max-width: 767px) {
  .bonuses__body {
    padding: 40px 0;
  }
}
.bonuses__title {
  max-width: 918px;
  margin-bottom: 20px;
}
.bonuses__subtitle {
  max-width: 920px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 130%;
}
@media (max-width: 767px) {
  .bonuses__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.bonuses__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1350px) {
  .bonuses__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .bonuses__items {
    grid-template-columns: 1fr;
  }
}
.bonuses__item {
  width: 100%;
  padding: 80px 60px;
  position: relative;
  height: auto;
  aspect-ratio: 3/5;
  overflow: hidden;
}
.bonuses__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 2;
}
.bonuses__item:nth-child(1)::before {
  background: linear-gradient(180deg, rgb(2, 21, 73) 26.5%, rgba(2, 21, 73, 0) 73.625%);
}
.bonuses__item:nth-child(2)::before {
  background: linear-gradient(180deg, rgb(0, 122, 255) 26.5%, rgba(0, 122, 255, 0) 73.625%);
}
.bonuses__item:nth-child(3)::before {
  background: linear-gradient(180deg, rgb(59, 68, 107) 26.5%, rgba(59, 68, 107, 0) 73.625%);
}
.bonuses__item:nth-child(4)::before {
  background: linear-gradient(180deg, rgb(1, 73, 153) 26.5%, rgba(1, 73, 153, 0) 73.625%);
}
@media (max-width: 1600px) {
  .bonuses__item {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .bonuses__item {
    aspect-ratio: 3/4;
  }
}
.bonuses__item-name {
  color: rgb(255, 255, 255);
  font-family: TacticSansExd;
  font-weight: 400;
  line-height: 120.833333%;
  min-height: 87px;
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
}
@media (max-width: 980px) {
  .bonuses__item-name {
    min-height: 71px;
  }
}
@media (max-width: 600px) {
  .bonuses__item-name {
    font-size: 20px;
    min-height: unset;
    margin-bottom: 20px;
  }
}
.bonuses__item-text {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
  position: relative;
  z-index: 3;
}
@media (max-width: 600px) {
  .bonuses__item-text {
    font-size: 16px;
  }
}
.bonuses__item-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.bonuses__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.bonuses__att {
  width: 50%;
  margin-left: auto;
  padding: 40px 34px;
  background: #014b9d;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.bonuses__att span {
  display: inline-block;
  position: relative;
}
.bonuses__att span::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media (max-width: 980px) {
  .bonuses__att {
    width: 100%;
  }
  .bonuses__att span {
    text-decoration: underline;
    text-decoration-thickness: from-font;
  }
  .bonuses__att span::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .bonuses__att {
    font-size: 14px;
    padding: 16px 20px;
  }
}

/*------------------------------
Cooperation
---------------------------*/
.cooperation {
  position: relative;
}
.cooperation .cooperation-bg {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: -1;
}
@media (max-width: 980px) {
  .cooperation .cooperation-bg {
    top: -60px;
    width: 60%;
  }
}
@media (max-width: 600px) {
  .cooperation .cooperation-bg {
    top: -20px;
  }
}
.cooperation__title {
  margin-bottom: 10px;
}
.cooperation__subtitle {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 130%;
}
@media (max-width: 600px) {
  .cooperation__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.cooperation__cards {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .cooperation__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cooperation__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 399px) {
  .cooperation__cards {
    grid-template-columns: 1fr;
  }
}
.cooperation__card {
  padding: 26px 30px;
  box-sizing: border-box;
  border: 1px solid rgb(232, 236, 242);
  flex: 0 1 20%;
  background: #fff;
  min-height: 260px;
}
.cooperation__card:nth-child(2) {
  margin-top: 30px;
}
.cooperation__card:nth-child(3) {
  margin-top: 60px;
}
.cooperation__card:nth-child(4) {
  margin-top: 90px;
  background-color: #007aff;
  border-color: #007aff;
  background-image: url(../img/icons/globe.png);
  background-size: 40% auto;
  background-position: 110% 10%;
  background-repeat: no-repeat;
}
.cooperation__card:nth-child(4) .cooperation__card-name,
.cooperation__card:nth-child(4) .cooperation__card-num,
.cooperation__card:nth-child(4) .cooperation__card-text {
  color: #fff;
}
@media (max-width: 600px) {
  .cooperation__card:nth-child(4) {
    border-color: rgb(232, 236, 242);
  }
}
.cooperation__card:nth-child(5) {
  margin-top: 120px;
  background: rgb(233, 239, 248);
  border-color: rgb(233, 239, 248);
}
@media (max-width: 1600px) {
  .cooperation__card {
    padding: 24px;
  }
}
@media (max-width: 1359px) {
  .cooperation__card {
    min-height: 300px;
  }
}
@media (max-width: 1200px) {
  .cooperation__card {
    margin-top: 0 !important;
    min-height: unset;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cooperation__card:nth-child(5) {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .cooperation__card {
    padding: 16px;
  }
}
@media (max-width: 399px) {
  .cooperation__card:nth-child(5) {
    grid-column: span 1;
  }
}
.cooperation__card-num {
  color: rgb(0, 122, 255);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 28px;
}
@media (max-width: 600px) {
  .cooperation__card-num {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 399px) {
  .cooperation__card-num {
    margin-bottom: 10px;
  }
}
.cooperation__card-name {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
}
@media (min-width: 601px) {
  .cooperation__card-name br {
    display: none;
  }
}
@media (max-width: 600px) {
  .cooperation__card-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 399px) {
  .cooperation__card-name br {
    display: none;
  }
}
.cooperation__card-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1600px) {
  .cooperation__card-text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .cooperation__card-text {
    font-size: 14px;
  }
}

/*------------------------------
FAQ
---------------------------*/
.faq {
  position: relative;
}
.faq .faq-bg {
  position: absolute;
  top: 363px;
  left: 0;
  width: 50%;
  z-index: -1;
}
@media (max-width: 980px) {
  .faq .faq-bg {
    left: unset;
    right: 0;
    top: 0;
  }
}
.faq__body {
  padding: 90px 0;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 1200px) {
  .faq__body {
    gap: 10px;
  }
}
@media (max-width: 980px) {
  .faq__body {
    padding: 80px 0;
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .faq__body {
    padding: 40px 0;
    gap: 40px;
  }
}
.faq__info {
  flex: 0 1 50%;
}
.faq__title {
  margin-bottom: 90px;
  max-width: 630px;
}
@media (max-width: 980px) {
  .faq__title {
    margin-bottom: 20px;
  }
}
.faq__subtitle {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .faq__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.faq__button {
  margin-left: calc(-1 * (100vw - 1564px) / 2);
  width: calc(576px + (100vw - 1564px) / 2);
}
@media (max-width: 1600px) {
  .faq__button {
    margin-left: 0;
    width: 80%;
  }
}
.faq__button .btn {
  width: 100%;
  padding-left: calc((100vw - 1564px) / 2);
}
@media (max-width: 1600px) {
  .faq__button .btn {
    padding-left: 33px;
  }
}
@media (max-width: 600px) {
  .faq__button {
    margin-top: 0px;
    width: 100%;
  }
}
.faq__items {
  flex: 0 1 50%;
}
.faq__item:first-child .faq__question {
  padding-top: 0;
}
.faq__item.active {
  color: #014b9d;
}
.faq__item.active .faq__question {
  border-color: #014b9d;
}
.faq__item.active .faq__question-icon {
  transform: rotate(135deg);
}
.faq__item.active .faq__answer {
  padding: 20px 0;
}
.faq__question {
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #000;
  padding: 40px 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .faq__question:hover {
    color: #014b9d;
  }
}
@media (max-width: 767px) {
  .faq__question {
    padding: 20px 0;
    gap: 20px;
  }
}
.faq__question-num {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .faq__question-num {
    color: #014b9d;
  }
}
.faq__question-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  flex: 1;
}
@media (max-width: 767px) {
  .faq__question-text {
    font-size: 18px;
  }
}
.faq__question-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  transition: all 0.4s linear 0s;
  transform: rotate(90deg);
}
.faq__question-icon svg {
  width: 100%;
  height: 100%;
}
.faq__answer {
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s linear 0s;
  color: #000;
  width: 91%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .faq__answer {
    width: 90%;
    font-size: 16px;
  }
}

/*------------------------------
Request popup
---------------------------*/
.popup-request {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/popup-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  max-height: 100vh;
  overflow-y: auto;
  padding: 20px 0;
  display: none;
  transition-behavior: allow-discrete;
  opacity: 0;
  transition-duration: 0.5s;
  overscroll-behavior: none;
}
.popup-request__body {
  width: min(100% - 32px, 640px);
  margin-inline: auto;
  backdrop-filter: blur(40px);
  background: radial-gradient(72.35% 103.48% at 88% 6%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.13);
  position: relative;
}
.popup-request__body .application__title {
  margin-top: 70px;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
  padding-inline: 70px;
}
.popup-request__body .application__subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  padding-inline: 70px;
}
.popup-request__body .application__form {
  width: 100%;
  max-width: 100%;
}
.popup-request__body .application__form-area {
  padding-inline: 70px;
}
.popup-request__body .application__form-submit {
  margin: 0;
  width: 100%;
  margin-top: 74px;
}
.popup-request__body .btn {
  width: 100% !important;
  margin: 0 !important;
  padding-left: 70px;
  min-height: 119px;
}
@media (max-width: 1600px) {
  .popup-request__body .btn {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .popup-request__body .application__title {
    padding-inline: 30px;
    font-size: 24px;
    margin-top: 50px;
  }
  .popup-request__body .application__subtitle {
    padding-inline: 30px;
    font-size: 16px;
  }
  .popup-request__body .application__form-area {
    padding-inline: 30px;
  }
  .popup-request__body .application__form-submit {
    margin-top: 40px;
  }
  .popup-request__body .application__form-submit .btn {
    min-height: 80px;
    padding-left: 30px;
  }
}
@media (max-width: 399px) {
  .popup-request__body .application__title {
    padding-inline: 20px;
    font-size: 20px;
    margin-top: 40px;
  }
  .popup-request__body .application__subtitle {
    padding-inline: 20px;
    font-size: 14px;
    margin-bottom: 26px;
  }
  .popup-request__body .application__form-area {
    padding-inline: 20px;
  }
  .popup-request__body .application__form-submit {
    margin-top: 30px;
  }
  .popup-request__body .application__form-submit .btn {
    padding-left: 20px;
  }
}
.popup-request .application__thanks {
  text-align: center;
  width: 100%;
}
.popup-request .application__thanks p {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 116.666667%;
  margin-bottom: 30px;
  text-align: center;
  font-size: calc(15px + 9 * ((100vw - 320px) / 1600));
}
.popup-request .application__thanks a {
  color: rgb(255, 255, 255);
  font-family: TTNorms;
  font-size: calc(22px + 18 * ((100vw - 320px) / 1600));
  font-weight: 500;
  line-height: 117.5%;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .popup-request .application__thanks a:hover {
    opacity: 0.7;
  }
}
.popup-request .application__thanks-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  gap: 5px;
}
.popup-request .application__thanks-social {
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .popup-request .application__thanks-social:hover {
    transform: scale(1.1);
    opacity: 1 !important;
  }
}
.popup-request .application__thanks-group {
  padding: 40px 20px;
}
.popup-request .application__thanks-group:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.popup-request__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  will-change: transform;
}
.popup-request__close svg {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .popup-request__close:hover {
    transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .popup-request__close {
    width: 26px;
    height: 26px;
    top: 16px;
    right: 16px;
  }
}
@media (max-width: 399px) {
  .popup-request__close {
    top: 10px;
    right: 10px;
  }
}
.popup-request.opened {
  display: grid;
  opacity: 1;
}
@starting-style {
  .popup-request.opened {
    opacity: 0;
  }
}

.popup-request-thanks {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/popup-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  max-height: 100vh;
  overflow-y: auto;
  padding: 20px 0;
  display: none;
  transition-behavior: allow-discrete;
  opacity: 0;
  transition-duration: 0.5s;
  overscroll-behavior: none;
}
.popup-request-thanks .popup-request__body {
  width: min(100% - 32px, 640px);
  margin-inline: auto;
  backdrop-filter: blur(40px);
  background: radial-gradient(72.35% 103.48% at 88% 6%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.13);
  position: relative;
}
.popup-request-thanks .application__title {
  margin-top: 70px;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
  padding-inline: 70px;
}
.popup-request-thanks .application__subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  padding-inline: 70px;
}
.popup-request-thanks .application__form {
  width: 100%;
  max-width: 100%;
}
.popup-request-thanks .application__form-area {
  padding-inline: 70px;
}
.popup-request-thanks .application__form-submit {
  margin: 0;
  width: 100%;
  margin-top: 74px;
}
.popup-request-thanks .btn {
  width: 100% !important;
  margin: 0 !important;
  padding-left: 70px;
  min-height: 119px;
}
@media (max-width: 1600px) {
  .popup-request-thanks .btn {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .popup-request-thanks .application__title {
    padding-inline: 30px;
    font-size: 24px;
    margin-top: 50px;
  }
  .popup-request-thanks .application__subtitle {
    padding-inline: 30px;
    font-size: 16px;
  }
  .popup-request-thanks .application__form-area {
    padding-inline: 30px;
  }
  .popup-request-thanks .application__form-submit {
    margin-top: 40px;
  }
  .popup-request-thanks .application__form-submit .btn {
    min-height: 80px;
    padding-left: 30px;
  }
}
@media (max-width: 399px) {
  .popup-request-thanks .application__title {
    padding-inline: 20px;
    font-size: 20px;
    margin-top: 40px;
  }
  .popup-request-thanks .application__subtitle {
    padding-inline: 20px;
    font-size: 14px;
    margin-bottom: 26px;
  }
  .popup-request-thanks .application__form-area {
    padding-inline: 20px;
  }
  .popup-request-thanks .application__form-submit {
    margin-top: 30px;
  }
  .popup-request-thanks .application__form-submit .btn {
    padding-left: 20px;
  }
}
.popup-request-thanks .application__thanks {
  text-align: center;
  width: 100%;
}
.popup-request-thanks .application__thanks p {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 116.666667%;
  margin-bottom: 30px;
  text-align: center;
  font-size: calc(15px + 9 * ((100vw - 320px) / 1600));
}
.popup-request-thanks .application__thanks a {
  color: rgb(255, 255, 255);
  font-family: TTNorms;
  font-size: calc(22px + 18 * ((100vw - 320px) / 1600));
  font-weight: 500;
  line-height: 117.5%;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .popup-request-thanks .application__thanks a:hover {
    opacity: 0.7;
  }
}
.popup-request-thanks .application__thanks-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  gap: 5px;
}
.popup-request-thanks .application__thanks-social {
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .popup-request-thanks .application__thanks-social:hover {
    transform: scale(1.1);
    opacity: 1 !important;
  }
}
.popup-request-thanks .application__thanks-group {
  padding: 40px 20px;
}
.popup-request-thanks .application__thanks-group:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.popup-request-thanks__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  will-change: transform;
}
.popup-request-thanks__close svg {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .popup-request-thanks__close:hover {
    transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .popup-request-thanks__close {
    width: 26px;
    height: 26px;
    top: 16px;
    right: 16px;
  }
}
@media (max-width: 399px) {
  .popup-request-thanks__close {
    top: 10px;
    right: 10px;
  }
}
.popup-request-thanks.opened {
  display: grid;
  opacity: 1;
}
@starting-style {
  .popup-request-thanks.opened {
    opacity: 0;
  }
}

/*------------------------------
Policy popup
---------------------------*/
.policy-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  z-index: 999;
  backdrop-filter: blur(30px);
  background: radial-gradient(72.35% 103.48% at 88% 6%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.13);
  display: none;
  transition-behavior: allow-discrete;
  opacity: 0;
  transition-duration: 0.5s;
  overscroll-behavior: none;
}
.policy-popup__body {
  position: relative;
  padding: 55px;
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
}
@media (max-width: 980px) {
  .policy-popup__body {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .policy-popup__body {
    padding: 46px 16px;
  }
}
.policy-popup__document {
  width: 100%;
  border-radius: 20px;
  background: rgb(255, 255, 255);
}
@media (max-width: 980px) {
  .policy-popup__document {
    border-radius: 16px;
  }
}
@media (max-width: 600px) {
  .policy-popup__document {
    border-radius: 10px;
  }
}
.policy-popup__head {
  padding: 60px 50px;
  border-bottom: 1px solid #ced6e1;
  color: rgb(0, 0, 0);
  font-family: TacticSansExd;
  font-size: 18px;
  font-weight: 700;
  line-height: 122.222222%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .policy-popup__head {
    padding: 30px 40px;
    text-wrap: balance;
  }
}
@media (max-width: 600px) {
  .policy-popup__head {
    font-size: 16px;
    padding: 22px 30px;
  }
}
.policy-popup__text {
  padding: 30px 80px;
  font-size: 18px;
  line-height: 140%;
}
.policy-popup__text div:not(:last-child) {
  margin-bottom: 80px;
}
.policy-popup__text h2 {
  margin-bottom: 20px;
  font-size: 20px;
}
.policy-popup__text p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 980px) {
  .policy-popup__text {
    font-size: 16px;
    padding: 30px 40px 60px;
  }
  .policy-popup__text div:not(:last-child) {
    margin-bottom: 40px;
  }
  .policy-popup__text h2 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .policy-popup__text {
    padding: 20px 22px 60px;
    font-size: 14px;
  }
  .policy-popup__text div:not(:last-child) {
    margin-bottom: 30px;
  }
  .policy-popup__text h2 {
    margin-bottom: 15px;
  }
  .policy-popup__text p:not(:last-child) {
    margin-bottom: 8px;
  }
}
.policy-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  will-change: transform;
}
.policy-popup__close svg {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .policy-popup__close:hover {
    transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .policy-popup__close {
    width: 26px;
    height: 26px;
    top: 16px;
    right: 16px;
  }
}
@media (max-width: 399px) {
  .policy-popup__close {
    top: 10px;
    right: 10px;
  }
}
.policy-popup.opened {
  display: block;
  opacity: 1;
}
@starting-style {
  .policy-popup.opened {
    opacity: 0;
  }
}