.preloader {
  background: #181f2d;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.preloader-center {
  align-items: center;
  display: flex;
  height: 120px;
  justify-content: center;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
}

.preloader-logo {
  display: flex;
}
.loaded-hiding .preloader {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.3s;
}

.loaded .preloader {
  display: none;
}
@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src:
    local("Roboto"),
    url(/fonts/Roboto/Roboto.woff2) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: RobotoFlex;
  font-style: normal;
  font-weight: 400;
  src:
    local("RobotoFlex"),
    url(/fonts/RobotoFlex/RobotoFlex.woff2) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: RobotoFlex\700;
  font-stretch: 151%;
  font-style: normal;
  font-weight: 700;
  src:
    local("RobotoFlex"),
    url(/fonts/RobotoFlex/RobotoFlex.woff2) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: RobotoFlex\650;
  font-stretch: 151%;
  font-style: normal;
  font-weight: 650;
  src:
    local("RobotoFlex"),
    url(/fonts/RobotoFlex/RobotoFlex.woff2) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: RobotoFlex\600;
  font-stretch: 151%;
  font-style: normal;
  font-weight: 600;
  src:
    local("RobotoFlex"),
    url(/fonts/RobotoFlex/RobotoFlex.woff2) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: RobotoFlex\550;
  font-stretch: 132%;
  font-style: normal;
  font-weight: 550;
  src:
    local("RobotoFlex"),
    url(/fonts/RobotoFlex/RobotoFlex.woff2) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: RobotoFlex\500;
  font-stretch: 135%;
  font-style: normal;
  font-weight: 500;
  src:
    local("RobotoFlex"),
    url(/fonts/RobotoFlex/RobotoFlex.woff2) format("truetype");
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  font-family: RobotoFlex;
  font-size: 100%;
  font-style: inherit;
  font-variation-settings:
    "GRAD" 0,
    "slnt" 0,
    "XTRA" 529,
    "XOPQ" 96,
    "YOPQ" 79,
    "YTLC" 514,
    "YTUC" 712,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738;
  font-weight: inherit;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
}
body * {
  box-sizing: border-box;
}
:link img,
:visited img,
a img {
  border: 0;
}
a,
a:focus,
a:hover,
a:visited {
  outline: 0;
  text-decoration: none;
}
button,
input[type="submit"] {
  border: none;
  cursor: pointer;
  font-family: RobotoFlex;
  font-variation-settings:
    "GRAD" 0,
    "slnt" 0,
    "XTRA" 529,
    "XOPQ" 96,
    "YOPQ" 79,
    "YTLC" 514,
    "YTUC" 712,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738;
  outline: 0;
  padding: 0;
}
input {
  outline: 0;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
select {
  outline: 0;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 20%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
.header-inner-fixed {
  height: 4vw;
  left: 0;
  min-height: 62px;
  padding: 0 1.04vw;
  position: fixed;
  top: 0;
  transition: height 0.3s;
  width: 100%;
  z-index: 10;
}
.header-submenu {
  background: #fff;
  display: flex;
  height: 26.37vw;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 4;
}
.header-container {
  align-items: center;
  background: #fff;
  border-radius: 3.475vw;
  box-shadow: 0 37px 64px rgba(161, 171, 185, 0.23);
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 92.36vw;
  padding-left: 0.58vw;
  position: relative;
  transition: all 0.3s;
  transition: all 0.3s ease;
}
.header-container.active,
.header-container:hover {
  max-width: 97.9vw;
}
.header .get-btn {
  height: 100%;
  right: -2px;
}
.header-btn {
  height: 100%;
  width: 20.42vw;
}
.header-btn .get-image {
  left: 7.3%;
}
.desktop-logo {
  height: 2.1vw;
  margin-left: 1vw;
}
.logo {
  border: 0.188vw solid #093069;
  border-radius: 50%;
  height: 2.1vw;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  width: 2.1vw;
}
.logo,
.logo-container {
  align-items: center;
  display: flex;
}
.logo-inner {
  object-fit: contain;
  height: 100%;
  width: 100px;
}
@media (max-width: 1440px) {
  .header-submenu {
    height: 380px;
  }
  .header-inner-fixed {
    height: 62px;
    padding: 0 15px;
  }
  .header-container {
    border-radius: 50px;
    max-width: 1330px;
    padding-left: 8px;
  }
  .header-container.active,
  .header-container:hover {
    max-width: 1410px;
  }
  .header-btn {
    width: 18%;
  }
  .logo {
    height: 32px;
    width: 32px;
  }
  .logo-inner {
  object-fit: contain;
    height: 32px;
    width: 100%;
  }
  .desktop-logo {
    height: 32px;
    width: 150px;
  }
}
@media (max-width: 1400px) {
  .header-btn .get-arrow,
  .header-btn .get-image {
    display: none;
  }
  .header-btn .get-btn span {
    font-size: 9px;
  }
}
@media (max-width: 998px) {
  .header-submenu {
    display: none;
  }
  .header-inner-fixed {
    height: 111px;
    height: 70px;
    padding: 0;
  }
  .header-container {
    align-items: center;
    border-radius: 0 0 16px 16px;
    padding: 4px 10px;
  }
  .header-btn {
    height: 62px;
    max-width: 180px;
    transition: all 0.6s ease;
    width: 100%;
  }
  .header-btn .get-arrow {
    display: flex;
    height: 10px;
    width: 10px;
  }
  .logo,
  .logo-container {
    display: none;
  }
  .logo-inner {
  object-fit: contain;
    height: 100%;
    width: 100%;
  }
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    height: 40px;
    width: 145px;
  }
}
@media (max-width: 374px) {
  .header-btn {
    max-width: 150px;
  }
  .header-btn .get-arrow {
    right: 4%;
  }
}
.footer {
  margin: 2vw auto 0;
  max-width: 75.7vw;
  position: relative;
}
.footer,
.footer:after {
  transition: all 0.3s ease;
  width: 100%;
}
.footer:after {
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  background: #181f2d;
  border-radius: 36px;
  bottom: 0;
  content: "";
  left: 0;
  left: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.footer-container {
  flex-direction: column;
  margin: 0 auto;
  padding: 0 0.28vw;
  position: relative;
  z-index: 2;
}
.footer-menus {
  align-items: stretch;
  display: flex;
  margin-left: 11.11vw;
}
.footer-item {
  padding-right: 15px;
}
.footer-link {
  display: inline-block;
  line-height: 14px;
  position: relative;
}
.footer-link span {
  color: #fff;
  font-family: RobotoFlex\650;
  font-size: 0.625vw;
  line-height: 0.9vw;
  opacity: 0.56;
  text-transform: uppercase;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.footer-link:before {
  background: #fff;
  bottom: -0.25vw;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0.56;
  position: absolute;
  transition: all 0.3s ease;
  width: 0;
}
.footer-link:after {
  background-image: url(/img/icons/menu-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 13px;
  margin-top: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}
.footer-link:hover span {
  opacity: 1;
}
.footer-link:hover:before {
  opacity: 1;
  width: 100%;
}
.footer-top {
  border-bottom: 0.1vw solid hsla(0, 0%, 100%, 0.1);
  padding: 3.7vw 0 2.3vw;
}
.footer-socials {
  display: flex;
  margin-right: 3.26vw;
}
.footer-socials li {
  margin: 0 1.04vw;
}
.footer-bottom {
  justify-content: space-between;
  margin-left: 15.62vw;
  margin-right: 10.8vw;
  padding-bottom: 1.46vw;
  padding-top: 1.25vw;
}
.footer-bottom,
.footer-links {
  align-items: center;
  display: flex;
  position: relative;
}
.footer-item {
  margin-bottom: 0.48vw;
}
.footer-social {
  filter: brightness(0.5);
  transition: all 0.3s ease;
}
.footer-social img {
  height: 1.666vw;
  width: 1.666vw;
}
.footer-social:hover {
  filter: brightness(1);
}
.footer-texts {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-top: auto;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.footer-subtitle {
  margin-top: 11.3vw;
}
.footer-subtitle-sm {
  color: #fff;
  font-family: RobotoFlex\700;
  font-size: 2.2vw;
  line-height: 2.6vw;
  margin: 7.4vw 0 1.1vw;
  text-align: center;
  text-transform: uppercase;
}
.footer-subtitle-2 {
  margin-top: 5.5vw;
}
.footer-text {
  color: #fff;
  font-family: Roboto;
  font-size: 1.12vw;
  line-height: 1.5vw;
  opacity: 0.85;
}
.footer-btn.video-btn {
  margin: 3vw auto 0;
  max-width: 29.5vw;
  width: 100%;
}
.footer-btn.vacancy-btn {
  margin: 2vw auto 0;
  max-width: 20.5vw;
  width: 100%;
}
.footer:hover:after {
  width: 91.05vw;
}
.footer:hover .logo {
  transform: scale(1.14);
}
.footer .logo {
  background-image: url('/logo.svg');
  align-items: center;
  border: 0;
  display: flex;
  justify-content: center;
  left: 2.15vw;
  position: absolute;
  top: 2.5vw;
  transform-origin: center;
  will-change: transform;
  width: 200px;
  height: 60px;
}
.footer .logo-inner {
  object-fit: contain;
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 100px;
  height: 40px;
}
.footer .menu-wrapper {
  align-items: flex;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  height: auto;
  padding: 0 4.52vw;
}
.footer .menu-wrapper:last-of-type {
  border-right: none;
}
.copy-wrapper {
  align-items: center;
  display: flex;
}
.copyright {
  color: hsla(0, 0%, 100%, 0.34);
  font-family: Roboto;
  font-size: 0.7vw;
  line-height: 1.111vw;
  margin-right: 1.05vw;
}
.copyright span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.reserved {
  color: hsla(0, 0%, 100%, 0.2);
  font-family: Roboto;
  font-size: 0.7vw;
  line-height: 1.111vw;
}
.white-theme .footer-subtitle-sm {
  color: #093983;
}
.white-theme .footer-text {
  color: #4c6e8f;
  opacity: 1;
}
@media (max-width: 1440px) {
  .footer {
    margin-top: 29px;
    max-width: 1090px;
  }
  .footer:hover:after {
    width: 105%;
  }
  .footer-subtitle {
    margin-top: 163px;
  }
  .footer-subtitle-2 {
    margin-top: 79px;
  }
  .footer-subtitle-sm {
    font-size: 32px;
    line-height: 38px;
    margin: 106px 0 16px;
  }
  .footer-text {
    font-size: 16px;
    line-height: 23px;
  }
  .footer-btn.video-btn {
    margin: 43px auto 0;
    max-width: 424px;
  }
  .footer-btn.vacancy-btn {
    margin: 28px auto 0;
    max-width: 296px;
  }
  .footer-top {
    border-bottom-width: 1px;
    padding: 53px 0 33px;
  }
  .footer-container {
    padding: 0 4px;
  }
  .footer-menus {
    margin-left: 160px;
  }
  .footer-item {
    margin-bottom: 7px;
  }
  .footer-link span {
    font-size: 9px;
    line-height: 13px;
  }
  .footer-link span:before {
    bottom: -5px;
    height: 2px;
  }
  .footer .logo {
  background-image: url('/logo.svg');
    left: 31px;
    top: 36px;
  }
  .footer .logo-inner {
  object-fit: contain;
    height: 80px;
    width: 80px;
  }
  .footer .menu-wrapper {
    padding: 0 65px;
  }
  .footer-bottom {
    margin-left: 225px;
    margin-right: 156px;
    padding-bottom: 21px;
    padding-top: 18px;
  }
  .footer-socials {
    margin-right: 47px;
  }
  .footer-socials li {
    margin: 0 15px;
  }
  .footer-social img {
    height: 24px;
    width: 24px;
  }
  .copyright,
  .reserved {
    font-size: 10px;
    line-height: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1400px) {
  .footer-subtitle {
    margin-top: 130px;
  }
}
@media (max-width: 1200px) {
  .footer-btn.video-btn {
    margin: 35px auto 0;
  }
  .footer-subtitle {
    margin-top: 99px;
  }
  .footer-bottom {
    margin: 0 15px;
  }
  .footer-menus {
    margin-left: 100px;
  }
  .footer-socials {
    margin-right: 165px;
  }
}
@media (max-width: 998px) {
  .footer-btn.video-btn {
    margin: 30px auto 0;
  }
  .footer-subtitle {
    margin-top: 68px;
  }
  .footer-subtitle-2 {
    margin-top: 20px;
  }
  .footer-menus {
    margin-left: 100px;
  }
  .footer-top {
    padding: 36px 0 24px;
  }
  .footer .menu-wrapper {
    padding: 0 40px;
  }
  .footer .logo {
  background-image: url('/logo.svg');
    top: 22px;
  }
  .reserved {
    margin-right: 0;
  }
  .copyright {
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .footer:after {
    display: none;
  }
  .footer:hover .logo {
    transform: none;
  }
  .footer-btn.video-btn {
    margin: 23px auto 0;
  }
  .footer-container {
    -webkit-backdrop-filter: blur(23.5px);
    backdrop-filter: blur(23.5px);
    background: #181f2d;
    border-radius: 22px;
    margin: 0 -10px;
    padding: 14px 26px 0;
  }
  .footer-subtitle {
    margin-top: -14px;
    text-align: center;
  }
  .footer-subtitle-sm {
    margin: 68px 0 22px;
  }
  .footer-menus {
    gap: 0 40px;
  }
  .footer-menus .menu-wrapper {
    border-right: none;
    padding: 0;
  }
  .footer-menus .menu-wrapper:first-child {
    display: none;
  }
  .footer-item {
    padding-right: 0;
  }
  .footer-link:after {
    display: none;
  }
  .footer-top {
    border-bottom: none;
    padding: 0;
  }
  .footer-socials {
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    margin-left: auto;
    margin-right: 0;
    padding-left: 10px;
    transition: all 0.3s ease;
  }
  .footer-socials li {
    margin: 0 13px;
    transition: all 0.3s ease;
  }
  .footer-social {
    filter: brightness(1);
  }
  .footer-social img {
    height: 32px;
    max-width: 32px;
    min-width: 32px;
  }
  .footer-bottom {
    flex-direction: column;
    margin: 0;
    padding: 34px 0 13px;
  }
  .footer-links {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    max-height: 49px;
    order: 0;
    padding-bottom: 13px;
    width: 100%;
  }
  .footer .logo {
  background-image: url('/logo.svg');
    left: auto;
    position: relative;
    top: auto;
  }
  .footer ~ .overlay {
    display: none;
  }
  .copy-wrapper {
    margin-top: 15px;
    order: 1;
  }
  .copyright {
    font-size: 14px;
    line-height: 22px;
    margin-right: 9px;
  }
  .copyright span {
    display: none;
  }
  .reserved {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .footer-texts {
    margin: auto auto 29px;
    max-width: 92vw;
  }
  .footer-container {
    padding: 15px 10px 0;
  }
}
@media (max-width: 374px) {
  .footer-social img {
    height: 28px;
    max-width: 23px;
    min-width: 23px;
  }
  .footer-socials li {
    margin: 0 8px;
  }
  .copyright,
  .reserved {
    font-size: 12px;
  }
}
.menu {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0.7vw;
}
.menu-wrapper {
  align-items: stretch;
  display: flex;
  height: 100%;
}
.menu-item {
  align-items: center;
  cursor: pointer;
  display: inline-block;
  display: flex;
  height: 100%;
  margin: 0 0.7vw;
  padding: 0 0.7vw;
  position: relative;
}
.menu-item:before {
  background: #fd446e;
  bottom: -1.3vw;
  bottom: -0.6vw;
  content: "";
  height: 0.45vw;
  left: 0;
  margin: 0 0.7vw;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
.menu-item:hover:before {
  bottom: 0;
  opacity: 1;
}
.menu-item[data-id]:before {
  margin: 0 0 0 0.7vw;
}
.menu-link {
  align-items: center;
  color: #181f2d;
  cursor: pointer;
  display: flex;
  font-family: RobotoFlex\650;
  font-size: 0.675vw;
  font-weight: 666;
  height: 100%;
  line-height: 13px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
  z-index: 1;
}
.menu-isOpen .header-submenu {
  box-shadow: 0 37px 64px rgba(161, 171, 185, 0.23);
  opacity: 1;
  visibility: visible;
}
.menu-isOpen .header-container {
  box-shadow: none;
  max-width: 97.9vw;
  padding-top: 1.25vh;
}
.menu-mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.menu-mobile .menu-item {
  height: auto;
  margin-right: 22px;
  padding: 20px 9px;
}
.menu-mobile .menu-link {
  color: #093983;
  display: block;
  font-family: RobotoFlex\700;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
}
.menu-mobile .menu-link:after {
  background: url(/img/icons/arrow-nav-blue.svg);
  height: 10px;
  right: -18px;
  transform: translateY(-50%);
  width: 6px;
}
.submenu {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 92.36vw;
  opacity: 0;
  padding-top: 7.1vw;
  position: absolute;
  top: -100%;
  transition: top 0.5s ease;
}
.submenu-active {
  opacity: 1;
  position: relative;
  top: 0;
}
.submenu-item {
  margin: 0 1.67vw;
  max-width: 13.325vw;
  min-width: 13.325vw;
}
.submenu-image {
  height: 12.5vw;
  position: relative;
  text-align: center;
  top: 0;
  transition: all 0.3s ease;
  width: 10.7vw;
}
.submenu-image img {
  height: 100%;
}
.submenu-trigger.active:before {
  opacity: 1;
}
.submenu-trigger:after {
  background: url(/img/icons/arrow-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 0.556vw;
  position: absolute;
  right: -0.12vw;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 0.556vw;
}
.submenu-link {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.submenu-link:hover .submenu-image {
  opacity: 0.7;
  top: -0.35vw;
}
.submenu-title {
  color: #0a0b0e;
  font-family: RobotoFlex\650;
  font-size: 0.625vw;
  font-weight: 666;
  line-height: 13px;
  margin-top: 2.8vw;
  text-transform: uppercase;
}
.submenu-title.drop {
  position: relative;
}
.submenu-title.drop:after {
  background: url(/img/icons/arrow-black.svg);
  background-size: cover;
  content: "";
  height: 0.556vw;
  position: absolute;
  right: -0.75vw;
  top: 50%;
  transform: translateY(-56%) rotate(-90deg);
  width: 0.556vw;
}
.dropdown-content {
  background-color: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  left: 0;
  left: -3px;
  min-width: 38px;
  opacity: 0;
  padding-bottom: 8px;
  padding-top: 24px;
  position: absolute;
  top: 20px;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 0;
}
.dropdown-link {
  color: #093069;
  font-family: RobotoFlex\650;
  font-size: 9px;
  line-height: 13px;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.dropdown-link:hover {
  color: #181f2d;
}
.dropdown-active {
  overflow: visible;
  position: relative;
}
.dropdown-active:before {
  display: none;
}
.dropdown-active .dropdown-content {
  opacity: 1;
  top: 0.22vw;
  visibility: visible;
}
.dropdown-active .dropdown-trigger {
  visibility: visible;
}
.dropdown-active span {
  color: #fff;
}
.dropdown-active.submenu-trigger:after {
  display: none;
}
.dropdown-active.submenu-trigger span {
  color: #181f2d;
}
.number-content {
  border-radius: 1.665vw;
  box-shadow: none;
  left: 0;
  margin-top: 3vw;
  padding: 0;
  position: absolute;
  width: 21.67vw;
  z-index: 2;
}
.mobile {
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile-menu {
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: all 0.35s ease-in-out;
  z-index: 7;
}
.mobile-menu,
.mobile-menu-wrapper {
  height: 100%;
  opacity: 0;
  position: fixed;
  width: 100%;
}
.mobile-menu-wrapper {
  transform: translateY(30%);
  visibility: hidden;
  z-index: 8;
}
.mobile-title {
  bottom: -82px;
  min-width: 2200px;
  opacity: 0.34;
  overflow: hidden;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  z-index: -1;
}
.mobile-title span {
  color: #a0b4d7;
  display: block;
  font-family: RobotoFlex\650;
  font-size: 465px;
  line-height: 480px;
  text-transform: uppercase;
}
.mobile-trigger {
  display: none;
  transition: all 0.6s ease;
}
.mobile-close {
  display: none;
  height: 35px;
  left: 36px;
  opacity: 0;
  position: fixed;
  top: 60px;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.1s;
  width: 35px;
  z-index: 9;
}
@media (max-width: 1440px) {
  .menu {
    margin: 0 10px 0 20px;
  }
  .menu-item {
    margin: 0 5px;
    padding: 0 9px;
  }
  .menu-item:before {
    bottom: -10px;
    height: 6px;
    margin: 0 10px;
  }
  .menu-item[data-id]:before {
    margin: 0 0 0 10px;
  }
  .menu-link {
    font-size: 10px;
  }
  .menu-isOpen .header-container {
    max-width: 1410px;
    padding-top: 10px;
  }
  .submenu {
    max-width: 1330px;
    padding-top: 102px;
  }
  .submenu-image {
    height: 180px;
    width: 154px;
  }
  .submenu-item {
    margin: 0 24px;
    max-width: 192px;
    min-width: 192px;
  }
  .submenu-trigger:after {
    height: 8px;
    right: -1px;
    width: 8px;
  }
  .submenu-title {
    font-size: 9px;
    margin-top: 40px;
  }
  .submenu-title.drop:after {
    height: 8px;
    right: -10px;
    width: 8px;
  }
  .number-content {
    border-radius: 24px;
    margin-top: 43px;
    width: 312px;
  }
}
@media (max-width: 1400px) {
  .menu-link {
    font-size: 9px;
  }
}
@media (max-width: 1200px) {
  .menu {
    margin: 0 10px;
  }
  .menu-item {
    margin: 0;
    padding: 0 9px;
  }
  .submenu-item {
    margin: 0 10px;
  }
}
@media (max-width: 998px) {
  .menu {
    display: none;
  }
  .menu-btn {
    align-items: center;
    display: flex;
  }
  .menu-active {
    overflow: hidden;
    width: 100%;
  }
  .menu-active .mobile-menu {
    opacity: 1;
    transform: translateY(0);
    z-index: 8;
  }
  .menu-active .mobile-menu-wrapper {
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
    visibility: visible;
  }
  .menu-active .menu-mobile {
    display: flex;
  }
  .menu-active .mobile-trigger {
    transform: translateX(-150%);
  }
  .menu-active .header-btn {
    transform: translateX(150%);
  }
  .menu-active .header-inner-fixed {
    z-index: 8;
  }
  .menu-active .mobile-close {
    opacity: 1;
    transform: translateY(0);
    z-index: 9;
  }
  .menu-active .menu-wrapper {
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 107px 17px 74px;
  }
  .menu-mobile {
    margin: 0 -17px 40px;
    width: auto;
  }
  .menu-mobile .menu-item {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .menu-mobile .submenu-trigger {
    padding: 20px 0;
  }
  .menu-mobile .submenu-trigger:before {
    display: none;
  }
  .menu-mobile .submenu-image {
    height: 81px;
    margin: 0 auto 37px;
    width: 81px;
  }
  .menu-mobile .submenu-link .submenu-title {
    color: #fff;
    font-family: RobotoFlex\600;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    text-align: center;
    width: 80%;
  }
  .menu-mobile .submenu-link .submenu-title:after {
    display: none;
  }
  .mobile-trigger {
    display: block;
    margin: 0;
    padding: 2px 1px;
  }
  .mobile-close {
    display: flex;
  }
  .submenu {
    background: #181f2d;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 14px;
    opacity: 1;
    padding: 38px 20px 0;
    position: relative;
    top: auto;
    width: 100%;
  }
  .submenu-wrapper {
    display: none;
    width: 100%;
  }
  .submenu-item {
    display: flex;
    justify-content: center;
    margin: 20px 0 42px;
    max-width: none;
    min-width: auto;
    width: 50%;
  }
  .submenu-trigger {
    position: relative;
  }
  .submenu-trigger:after {
    display: none;
  }
  .submenu-trigger.mobile-open .arrow {
    transform: translateY(-50%) rotate(90deg);
  }
  .arrow {
    background: url(/img/icons/arrow-nav-blue.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 40px;
  }
  .arrow-wrapper {
    position: relative;
  }
}
@media (max-width: 374px) {
  .menu-mobile .menu-item span {
    font-size: 16px;
    line-height: 24px;
  }
  .submenu {
    padding: 28px 15px 0;
  }
  .submenu-item {
    margin: 15px 0 30px;
  }
}
.faq__title {
  color: #fff;
  font-size: 54px;
  font-weight: 650;
  letter-spacing: 1.08px;
  line-height: 67px;
  margin-bottom: 40px;
  max-width: 680px;
  text-transform: uppercase;
}
.faq__section {
  background: #171f2e;
  padding: 120px 0;
}
.faq__section .container {
  max-width: 1030px;
}
.faq__question {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 20px 0;
}
.faq__question-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.85px;
  line-height: 28px;
  max-width: 780px;
}
.faq__category {
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
}
.faq__category:last-of-type {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}
.faq__category .faq__plus {
  display: block;
}
.faq__category .faq__minus {
  display: none;
}
.faq__category.active .faq__question {
  padding-bottom: 16px;
}
.faq__category.active .faq__answer {
  opacity: 1;
  padding-bottom: 20px;
  position: relative;
  transition: opacity 0.4s ease-out;
  visibility: visible;
}
.faq__category.active .faq__plus {
  display: none;
}
.faq__category.active .faq__minus {
  display: block;
}
.faq__answer {
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 16px;
  line-height: 24px;
  max-width: 780px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.faq__answer a,
.faq__answer li,
.faq__answer p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.faq__answer a {
  text-decoration: underline;
}
.faq__answer li {
  padding-bottom: 5px;
}
.faq__answer li:last-of-type {
  padding-bottom: 0;
}
.faq__answer ul {
  list-style: disc;
  padding: 10px 0 10px 20px;
}
.faq__answer ol {
  list-style: auto;
  padding: 10px 0 10px 20px;
}
.faq__answer em {
  font-style: italic;
}
.faq__answer blockquote p {
  padding: 15px;
}
.faq__answer blockquote p:after {
  content: "”";
}
.faq__answer blockquote p:before {
  content: "“";
}
.faq__answer table {
  margin: 20px 0;
}
.faq__answer table td,
.faq__answer table th {
  border: 1px solid;
}
@media (max-width: 768px) {
  .faq__section {
    padding: 80px 0;
  }
  .faq__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .faq__question-title {
    font-size: 18px;
    line-height: 24px;
  }
  .faq__answer {
    font-size: 14px;
    line-height: 20px;
  }
}
.title {
  color: #fff;
  font-family: RobotoFlex\650;
  font-size: 6.625vw;
  line-height: 6.9vw;
  text-transform: uppercase;
}
.title-lg {
  color: #fff;
  font-family: RobotoFlex\550;
  font-size: 3vw;
  line-height: 4vw;
}
.title-lg span {
  color: #0d3fbc;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.title-md {
  color: #093983;
  font-size: 2.2vw;
  line-height: 2.6vw;
  text-transform: uppercase;
}
.title-md,
.title-sm {
  font-family: RobotoFlex\700;
}
.title-sm {
  color: #181f2d;
  font-size: 1.47vw;
  line-height: 2.01vw;
}
.description {
  color: #fff;
  font-family: RobotoFlex\500;
  font-size: 1.67vw;
  line-height: 2vw;
}
.subtitle {
  color: #fff;
  font-family: RobotoFlex\650;
  font-size: 3.2vw;
  line-height: 4vw;
  text-transform: uppercase;
}
.subtitle.dark {
  color: #000;
}
.subtitle span {
  color: #3cb4cc;
  font: inherit;
  margin-right: 0.1vw;
}
.text-md {
  font-size: 0.97vw;
  line-height: 1.52vw;
}
.text-lg,
.text-md {
  color: #181f2d;
  font-family: Roboto;
}
.text-lg {
  font-size: 1.121vw;
  line-height: 1.6vw;
}
.text-lg-flex {
  color: #181f2d;
  font-family: RobotoFlex\700;
  font-size: 1.08vw;
  line-height: 1.66vw;
}
.common-text {
  color: #fff;
  font-family: Roboto;
  font-size: 0.696vw;
  font-weight: 400;
  line-height: 1.04vw;
}
.default-description {
  color: #fff;
  font-family: RobotoFlex\500;
  font-size: 1.14vw;
  line-height: 1.8vw;
}
.default-subtitle {
  color: #fff;
  font-family: RobotoFlex\700;
  font-size: 1.45vw;
  line-height: 2vw;
  margin-bottom: 1.2vw;
  margin-top: 2.6vw;
}
@media (max-width: 1440px) {
  .common-text {
    font-size: 10px;
    line-height: 15px;
  }
}
@media (max-width: 1200px) {
  .title-md {
    font-size: 2.8vw;
    line-height: 3vw;
  }
  .title-sm {
    font-size: 1.6vw;
    line-height: 2.5vw;
  }
  .text-lg,
  .text-lg-flex {
    font-size: 1.4vw;
    line-height: 1.8vw;
  }
}
@media (max-width: 998px) {
  .title-lg {
    font-size: 3.4vw;
    line-height: 4.7vw;
  }
  .title-md {
    font-size: 2.86vw;
    line-height: 3.12vw;
  }
  .title-sm {
    font-size: 2vw;
    line-height: 2.8vw;
  }
  .text-lg,
  .text-lg-flex {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .subtitle {
    font-size: 4.18vw;
    line-height: 7vw;
  }
  .default-subtitle {
    font-size: 2vw;
    line-height: 3vw;
    margin-bottom: 1.7vw;
    margin-top: 3.4vw;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 12.26vw;
    line-height: 14.4vw;
  }
  .title-lg {
    font-size: 4.7vw;
    font-variation-settings:
      "GRAD" 0,
      "slnt" 0,
      "XTRA" 468,
      "XOPQ" 96,
      "YOPQ" 79,
      "YTLC" 514,
      "YTUC" 712,
      "YTAS" 750,
      "YTDE" -203,
      "YTFI" 738;
    line-height: 6vw;
    text-align: center;
  }
  .title-md {
    font-size: 6.25vw;
    line-height: 7.7vw;
  }
  .title-sm {
    font-size: 4.16vw;
    line-height: 6.04vw;
  }
  .text-lg,
  .text-lg-flex {
    font-size: 3.33vw;
    line-height: 4.79vw;
  }
  .description {
    font-size: 2.8vw;
    line-height: 3.8vw;
  }
  .default-description {
    font-family: Roboto;
    font-size: 3.3vw;
    line-height: 4.79vw;
  }
  .default-subtitle {
    font-size: 4.375vw;
    line-height: 5.83vw;
  }
  .subtitle {
    font-family: RobotoFlex\700;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 12.8vw;
    line-height: 14.4vw;
  }
  .title-md {
    font-size: 8.4vw;
    line-height: 10vw;
  }
  .title-sm {
    font-size: 5.4vw;
    line-height: 7.73vw;
  }
  .text-lg,
  .text-lg-flex {
    font-size: 4.26vw;
    line-height: 6.13vw;
  }
  .subtitle {
    font-size: 8vw;
    line-height: 10vw;
  }
  .description {
    font-size: 4.266vw;
    line-height: 6.4vw;
  }
  .default-description {
    font-size: 4.266vw;
    line-height: 6.13vw;
  }
  .default-subtitle {
    font-size: 5.6vw;
    line-height: 7.46vw;
    margin-bottom: 4vw;
    margin-top: 6vw;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word;
  }
}
.get-btn {
  background: #0d3fbc;
  border-radius: 3.475vw;
  color: #fff;
  height: 4.45vw;
  margin: 0;
  overflow: hidden;
  padding: 1.1vw 1.8vw;
  position: relative;
  transform: translateZ(0);
  transition: all 0.3s ease;
  width: 100%;
}
.get-btn span {
  font-family: RobotoFlex\650;
  font-size: 0.785vw;
  font-weight: 700;
  line-height: 0.785vw;
  margin: 0 auto;
  text-transform: uppercase;
  z-index: 1;
}
.get-btn:hover:after {
  background-position-y: 50%;
  background-size: 120% 200%;
  transform: rotate(0) scale(1.8);
}
.get-btn:hover .get-shown {
  top: -15%;
}
.get-btn:hover .get-hidden {
  top: 50%;
  transform: translateY(-50%);
}
.get-btn:after {
  background-image: url(/img/get-fill.png);
  background-position-y: -102%;
  background-repeat: no-repeat;
  background-size: 100% 200%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(11deg) scale(2.1);
  transition: all 0.3s linear;
  width: 100%;
  z-index: 0;
}
.get-shown {
  top: 50%;
}
.get-hidden,
.get-shown {
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.get-hidden {
  top: 200%;
}
.get-image {
  height: 1.75vw;
  left: 11.3%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75vw;
}
.get-image img {
  height: 100% !important;
  margin: 0 !important;
  width: 100% !important;
}
.get-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  width: 100%;
  z-index: 1;
}
.get-arrow {
  height: 0.785vw;
  position: absolute;
  right: 6%;
  top: 0;
  width: 0.785vw;
}
.get-arrow img {
  height: 100% !important;
  margin: 0 !important;
  width: 100% !important;
}
.light-btn {
  align-items: center;
  background: 0 0;
  border: 0.2vw solid hsla(0, 0%, 100%, 0.34);
  border-radius: 3.475vw;
  display: flex;
  height: 4.15vw;
  justify-content: center;
  overflow: hidden;
  padding: 1.05vw 1.4vw;
  position: relative;
  transition: border 0.3s ease-in-out;
}
.light-btn span {
  color: #fff;
  font-family: RobotoFlex\650;
  font-size: 0.68vw;
  margin: 0 auto;
  text-transform: uppercase;
  transition: all 0.3s;
  z-index: 1;
}
.light-btn:hover {
  border-color: #fff;
}
.light-btn:hover .get-shown {
  top: -20%;
}
.light-btn:hover .get-hidden {
  top: 50%;
  transform: translateY(-50%);
}
.light-btn.blue-mode {
  border-color: #093983;
  width: 21.65vw;
}
.light-btn.blue-mode span {
  color: #093983;
}
.light-btn.blue-mode:after {
  background-image: url(/img/icons/arrow-blue.svg);
}
.light-btn-mobile {
  display: none;
}
.get-btn-solution {
  background: #0d3fbc;
  display: none;
}
.scroll-down {
  height: 100%;
  width: 100%;
}
.scroll-arrow {
  animation: arrowTransform 1.75s linear infinite;
  height: 1.9vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 1vw;
}
.scroll-text {
  animation: circle 3s linear infinite;
}
.blue-btn {
  border-color: rgba(9, 57, 131, 0.34);
  margin: 0 auto;
  max-width: 17.7vw;
  transition: all 0.3s ease;
  width: 100%;
}
.blue-btn span {
  color: #093983;
  font-family: RobotoFlex\600;
  font-size: 0.86vw;
  letter-spacing: 0.01em;
  line-height: 0.86vw;
  text-transform: uppercase;
}
.blue-btn:hover {
  border-color: #093983;
}
.attach {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 2.2vw 0 3vw;
}
.attach-btn,
.attach-wrap {
  align-items: center;
  display: flex;
}
.attach-btn {
  color: #093983;
  cursor: pointer;
  font-family: RobotoFlex\500;
  font-size: 1.25vw;
  line-height: 1.8vw;
}
.attach-btn img {
  margin-right: 0.8vw;
  width: 1.67vw;
}
.attach-delete {
  cursor: pointer;
  height: 1.666vw;
  width: 1.666vw;
}
.no-file {
  color: #093983;
  display: inline-block;
  font-family: RobotoFlex\500;
  font-size: 1.25vw;
  line-height: 1.8vw;
  word-break: break-all;
}
@media (max-width: 1440px) {
  .attach {
    margin: 32px 0 43px;
  }
  .attach-btn {
    font-size: 18px;
    line-height: 26px;
  }
  .attach-btn img {
    margin-right: 12px;
    width: 24px;
  }
  .attach-delete {
    height: 24px;
    width: 24px;
  }
  .no-file {
    font-size: 18px;
    line-height: 26px;
  }
  .blue-btn {
    min-width: 255px;
  }
  .light-btn {
    border-radius: 28px;
    border-radius: 100px;
    border-width: 2px;
    max-height: 62px;
    min-height: 62px;
    padding: 8px 10px;
  }
  .light-btn span {
    font-size: 12px;
    line-height: 12px;
  }
  .light-btn.blue-mode {
    max-width: 312px;
    width: 100%;
  }
  .get-btn {
    border-radius: 100px;
    max-height: 62px;
    min-height: 62px;
    padding: 15px 25px;
  }
  .get-btn span {
    font-size: 12px;
    line-height: 12px;
  }
  .get-arrow {
    height: 12px;
    width: 12px;
  }
  .get-image {
    height: 24px;
    width: 24px;
  }
  .scroll-arrow {
    height: 24px;
    width: 16px;
  }
}
@media (max-width: 1200px) {
  .get-btn {
    padding: 15px;
  }
}
@media (max-width: 998px) {
  .header-btn .get-image {
    display: none;
  }
  .get-btn span {
    font-size: 9px;
    line-height: 10px;
  }
  .light-btn.blue-mode {
    max-width: 240px;
  }
}
@media (max-width: 768px) {
  .light-btn,
  .light-btn:before {
    border-radius: 100px;
  }
  .light-btn:before {
    background: rgba(13, 63, 188, 0.23);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    width: 0;
  }
  .light-btn:hover:before {
    height: 100%;
    width: 100%;
  }
  .light-btn:hover .get-shown {
    top: 50%;
  }
  .light-btn:hover .get-hidden {
    top: 200%;
    transform: translateY(-50%);
  }
  .get-btn {
    border-radius: 100px;
    height: 62px;
  }
  .get-btn span {
    font-size: 12px;
  }
  .get-btn:after {
    display: none;
  }
  @keyframes pulse {
    0% {
      opacity: 0.8;
      transform: scale(0);
    }
    to {
      opacity: 0;
      transform: scale(4);
    }
  }
  .get-btn:before {
    background: hsla(0, 0%, 100%, 0.23);
    border-radius: 100px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    width: 0;
  }
  .get-btn:hover:before {
    height: 100%;
    width: 100%;
  }
  .get-btn:hover .get-shown {
    top: 50%;
  }
  .get-btn:hover .get-hidden {
    top: 200%;
    transform: translateY(-50%);
  }
  .header-btn .get-btn span {
    font-size: 9px;
  }
  .light-btn-mobile {
    align-items: center;
    background: 0 0;
    border: 0.1vw solid #fff;
    border-radius: 100px;
    bottom: 0;
    display: flex;
    height: 60px;
    justify-content: center;
    padding: 10px 35px;
    position: relative;
    transition: border-width 0.2s ease-in-out;
    width: calc(100% - 20px);
  }
  .light-btn-mobile span {
    color: #fff;
    font-family: RobotoFlex\650;
    font-size: 11px;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s;
    z-index: 1;
  }
  .light-btn-mobile:after {
    background-image: url(/img/icons/arrow-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 0.49vw;
    position: absolute;
    right: 1.4vw;
    top: 50%;
    transform: translateY(-55%);
    transition: all 0.3s;
    width: 0.49vw;
  }
  .light-btn-mobile:hover {
    border-width: 2px;
  }
  .light-btn-mobile:hover span {
    padding-left: 10px;
  }
  .light-btn-mobile.blue-mode {
    border-color: #093069;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 16px;
  }
  .light-btn-mobile.blue-mode span {
    color: #093069;
  }
  .light-btn-mobile.blue-mode:after {
    background-image: url(/img/icons/arrow-blue.svg);
    height: 8px;
    right: 26px;
    width: 8px;
  }
}
@media (max-width: 374px) {
  .light-btn,
  .light-btn-mobile {
    height: 54px;
  }
  .light-btn-mobile span {
    font-size: 10px;
  }
}
.langs {
  position: relative;
}
.langs-wrapper {
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  transform-origin: center;
  transition: all 0.3s ease;
}
.langs-wrapper.active {
  opacity: 1;
  transform: scale(1);
}
.langs-list {
  left: 0;
  position: absolute;
  top: 0;
}
.langs-item,
.langs-list {
  display: flex;
  transition: all 0.3s ease;
}
.langs-item {
  color: #093069;
  cursor: pointer;
  font-family: RobotoFlex\650;
  font-size: 0.625vw;
  padding: 1.07vw;
  position: relative;
  text-transform: uppercase;
}
.langs-item span:after {
  display: none;
}
.langs-hover span,
.langs-item span:hover {
  color: #fff;
}
.langs-choice {
  color: #181f2d;
  cursor: pointer;
  font-family: RobotoFlex\650;
  font-size: 0.625vw;
  line-height: 13px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.langs-choice:after {
  background: url(/img/icons/arrow-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 0.556vw;
  position: absolute;
  right: -0.75vw;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 0.556vw;
}
.langs-header {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 1.25vw;
  padding: 0;
  position: relative;
  width: 2.64vw;
}
.langs-header .langs {
  background: #fff;
  border-radius: 1.3vw;
  height: 10.8vw;
  transition: background 0.3s ease;
}
.langs-header .langs-item {
  align-items: center;
  height: 2.703vw;
  justify-content: center;
  padding: 0;
  width: 2.703vw;
}
.langs-header .langs-wrapper {
  position: absolute;
}
.langs-header .langs .back {
  height: 2.703vw;
  left: 0;
  width: 2.703vw;
}
.langs-header.langs-active > span {
  display: none;
}
.langs-header.langs-active .langs-wrapper {
  opacity: 1;
  transform: scale(1) translateY(4.05vw);
  transform-origin: bottom;
}
.langs-footer {
  align-items: center;
  display: flex;
  position: absolute;
  right: -5.85vw;
  right: -8.82vw;
}
.langs-footer .langs {
  align-items: center;
  background: #fff;
  border-radius: 1.3vw;
  display: flex;
  height: 2.6vw;
  justify-content: center;
  transition: background 0.3s ease;
  width: 11.792vw;
}
.langs-footer .langs-wrapper {
  transform-origin: left;
  transition: all 0.3s ease;
  transition-property: transform, opacity;
}
.langs-footer .langs-choice {
  color: #fff;
  filter: brightness(0.5);
  left: 1vw;
  line-height: 0.95vw;
  position: absolute;
  transition: filter 0.3s ease;
}
.langs-footer .langs-choice:after {
  background-image: url(/img/icons/arrow-white.svg);
  background-size: contain;
  height: 0.695vw;
}
.langs-footer .langs-choice:hover {
  filter: brightness(1);
}
.langs-footer .langs-item {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  width: 25%;
}
.langs-footer.langs-active > span {
  display: none;
}
.langs-footer.langs-active .langs-wrapper {
  opacity: 1;
  transform: scale(1);
}
.langs-footer.langs-active .langs-choice {
  color: #093069;
  filter: brightness(1);
}
.langs-footer.langs-active .langs-hover .langs-choice {
  color: #fff;
}
.langs .back {
  background: #093069;
  border-radius: 1.3vw;
  display: flex;
  height: 2.64vw;
  left: -0.07vw;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: all 0.3s ease;
  width: 3.13vw;
  will-change: all;
}
.points .langs-wrapper {
  pointer-events: all;
}
@media (max-width: 1440px) {
  .langs-header {
    margin: 0 18px;
    width: 38px;
  }
  .langs-header .langs {
    border-radius: 24px;
    height: 156px;
  }
  .langs-header .langs .back,
  .langs-header .langs-item {
    height: 39px;
    width: 39px;
  }
  .langs-header.langs-active .langs-wrapper {
    transform: scale(1) translateY(59px);
  }
  .langs-item {
    font-size: 9px;
  }
  .langs-footer {
    right: -120px;
  }
  .langs-footer .langs {
    border-radius: 20px;
    height: 37px;
    width: 84.66px;
    width: 169.34px;
  }
  .langs-footer .langs-choice {
    left: 14px;
    line-height: 13px;
  }
  .langs-footer .langs-choice:after {
    height: 10px;
  }
  .langs-choice {
    font-size: 9px;
    line-height: 13px;
  }
  .langs-choice:after {
    height: 10px;
    right: -11px;
    width: 8px;
  }
  .langs .back {
    border-radius: 20px;
    height: 38px;
    left: -1px;
    width: 45px;
  }
}
@media (max-width: 1400px) {
  .langs-header {
    margin: 0 15px;
  }
}
@media (max-width: 1200px) {
  .langs-header {
    margin: 0 8px;
  }
  .langs-footer {
    right: 0;
  }
}
@media (max-width: 768px) {
  .langs-footer {
    right: auto;
  }
  .langs-footer .langs {
    width: 176.3px;
  }
  .langs-footer .langs-choice {
    filter: brightness(1);
  }
  .langs-choice {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .langs-footer.langs-active ~ .footer-socials {
    padding-left: 0;
  }
  .langs-footer.langs-active ~ .footer-socials li {
    margin: 0 1px;
  }
}
.simplebar-track {
  display: none;
}
.simplebar-vertical.simplebar-track {
  background: 0 0;
  border-radius: 0;
  height: auto !important;
  width: 8px;
}
.simplebar-vertical.simplebar-track .simplebar-scrollbar {
  background: #e5194a;
  border-radius: 0;
}
.simplebar-vertical.simplebar-track .simplebar-scrollbar:before {
  background: #e5194a;
}
@media (max-width: 1300px) {
  .simplebar-scrollbar {
    background: #093983;
    border-radius: 14px;
    height: 4px;
  }
  .simplebar-track {
    background: #c8dcf4;
    border-radius: 14px;
    display: block;
    height: 4px !important;
  }
  .simplebar-wrapper {
    padding-bottom: 37px;
  }
}
@media (max-width: 998px) {
  .simplebar-scrollable-y .simplebar-content-wrapper {
    position: relative;
  }
}
.breadcrumbs {
  align-items: center;
  display: flex;
}
.breadcrumbs-item {
  margin-right: 1.4vw;
}
.breadcrumbs-item:last-of-type {
  margin-right: 0;
}
.breadcrumbs-link {
  color: #fff;
  font-family: Roboto;
  font-size: 1vw;
  line-height: 1.6vw;
  opacity: 1;
  position: relative;
  transition: all 0.3s ease;
}
.breadcrumbs-link:after {
  background-image: url(/img/icons/com-right-arrow.svg);
  background-position: 50%;
  background-size: cover;
  content: "";
  cursor: default;
  height: 1vw;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: -1vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5vw;
}
.breadcrumbs-link:hover {
  opacity: 0.72;
}
.breadcrumbs span {
  color: #fff;
  font-family: Roboto;
  font-size: 1vw;
  line-height: 1.6vw;
}
.breadcrumbs.dark span {
  color: #4c6e8f;
}
.breadcrumbs.dark .breadcrumbs-link {
  color: #4c6e8f;
  opacity: 1;
}
.breadcrumbs.dark .breadcrumbs-link:after {
  background-image: url(/img/icons/com-right-arrow-dark.svg);
}
.breadcrumbs.dark .breadcrumbs-link:hover {
  opacity: 0.72;
}
@media (max-width: 1440px) {
  .breadcrumbs-link {
    font-size: 14px;
    line-height: 22px;
  }
  .breadcrumbs-link:after {
    height: 14px;
    right: -14px;
    width: 8px;
  }
  .breadcrumbs-item {
    margin-right: 20px;
  }
  .breadcrumbs span {
    font-size: 14px;
    line-height: 22px;
  }
}
.form {
  overflow: hidden;
  padding: 1.6vw 0 0.7vw;
  position: relative;
}
.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 0.2vw solid rgba(24, 31, 45, 0.1);
  color: #4d5562;
  font-family: Roboto;
  font-size: 1.15vw;
  height: 100%;
  line-height: 1.6vw;
  padding: 1.4vw 0 1.15vw;
  width: 100%;
}
.form-input-wrapper {
  margin-bottom: 1.5vw;
  position: relative;
}
.form-input :focus {
  outline: 0;
}
.form-input.no-empty + .form-label .form-label-name,
.form-input:focus + .form-label .form-label-name {
  font-size: 0.7vw;
  left: 0;
  line-height: 1.05vw;
  transform: translateY(-72%);
}
.form-input.no-empty + .form-label:after,
.form-input:focus + .form-label:after {
  transform: translateX(0);
}
.form-input.invalid-input {
  border-color: #fd446e;
}
.form-label {
  height: 100%;
  pointer-events: none;
  width: 100%;
}
.form-label,
.form-label-name {
  bottom: 0;
  left: 0;
  position: absolute;
}
.form-label-name {
  color: rgba(77, 85, 98, 0.7);
  font-family: Roboto;
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 1.6vw;
  padding-bottom: 1.2vw;
  transition: all 0.3s ease;
}
.form-checkbox {
  margin: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.form-checkbox + label {
  align-items: center;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.form-checkbox + label a,
.form-checkbox + label span {
  display: inline;
  font-family: Roboto;
}
.form-checkbox + label a {
  color: #181f2d;
  text-decoration: underline;
}
.form-checkbox + label:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  border: 2px solid rgba(24, 31, 45, 0.15);
  border-radius: 2px;
  content: "";
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 20px;
  margin-right: 10px;
  transition: all 0.3s;
  width: 20px;
}
.form-checkbox:checked + label:before {
  background-color: #00c667;
  background-image: url(/img/icons/check.svg);
  border-color: transparent;
}
.form-checkbox:not(:disabled):not(:checked) + label:hover:before {
  background-image: url(/img/icons/check.svg);
  border-color: rgba(24, 31, 45, 0.35);
}
input[type="tel"]:-moz-placeholder-shown + .form-label .form-label-name {
  font-size: 0.7vw;
  left: 0;
  line-height: 1.05vw;
  transform: translateY(-72%);
}
input[type="tel"]:placeholder-shown + .form-label .form-label-name {
  font-size: 0.7vw;
  left: 0;
  line-height: 1.05vw;
  transform: translateY(-72%);
}
input[type="tel"]:-moz-placeholder-shown + .form-label:after {
  transform: translateX(0);
}
input[type="tel"]:placeholder-shown + .form-label:after {
  transform: translateX(0);
}
input[type="tel"]:-moz-placeholder-shown.invalid-input
  + .form-label
  .form-label-name {
  font-size: 0.7vw;
  left: 0;
  line-height: 1.05vw;
  transform: translateY(-72%);
}
input[type="tel"]:placeholder-shown.invalid-input
  + .form-label
  .form-label-name {
  font-size: 0.7vw;
  left: 0;
  line-height: 1.05vw;
  transform: translateY(-72%);
}
.disabled {
  cursor: default;
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .form {
    padding: 23px 0 10px;
  }
  .form-input {
    border-bottom: 1px solid rgba(24, 31, 45, 0.1);
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0 16px;
  }
  .form-input-wrapper {
    margin-bottom: 21px;
  }
  .form-input:focus + .form-label .form-label-name,
  .form-input:valid + .form-label .form-label-name {
    font-size: 10px;
    left: 0;
    line-height: 16px;
    transform: translateY(-72%);
  }
  .form-input.invalid-input + .form-label .form-label-name {
    font-size: 10px;
    left: 0;
    line-height: 16px;
    transform: translateY(-72%);
  }
  .form-label-name {
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 17px;
  }
  input[type="tel"]:-moz-placeholder-shown + .form-label .form-label-name {
    font-size: 10px;
    left: 0;
    line-height: 16px;
    transform: translateY(-72%);
  }
  input[type="tel"]:placeholder-shown + .form-label .form-label-name {
    font-size: 10px;
    left: 0;
    line-height: 16px;
    transform: translateY(-72%);
  }
}
@media (max-width: 768px) {
  .form {
    padding: 23px 0 5px;
  }
  .form-input-wrapper {
    margin-bottom: 25px;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  70% {
    box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0);
  }
  to {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  }
}
@keyframes pulse-2 {
  0% {
    box-shadow: 0 0 0 0 #4c6e8f;
  }
  70% {
    box-shadow: 0 0 0 20px rgba(76, 110, 143, 0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(76, 110, 143, 0);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes arrowTransform {
  0% {
    opacity: 0.1;
    top: 25%;
  }
  50% {
    opacity: 1;
    top: 35%;
  }
  to {
    opacity: 0.1;
    top: 25%;
  }
}
@keyframes preloader-rotate {
  to {
    transform: rotate(1turn);
  }
}
.phone-icon {
  bottom: -4.445vw;
  cursor: pointer;
  height: 4.445vw;
  margin-left: auto;
  right: 1.05vw;
  transition: bottom 0.3s ease-in-out;
  width: 4.445vw;
  z-index: 5;
}
.phone-icon img {
  height: 100%;
  width: 100%;
}
.phone-scroll {
  bottom: -100%;
  position: fixed;
  right: 1.05vw;
  transition: bottom 0.3s ease-in-out;
  z-index: 3;
}
.phone-scroll .contact-center {
  background: 0 0;
  border-radius: 1.665vw;
  box-shadow: none;
  transition: all 0.6s ease;
}
.phone-scroll.show {
  bottom: 50%;
}
.phone-scroll.clicked .contact-block,
.phone-scroll.clicked .phone-inner {
  transform: translateX(0);
}
.phone-inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 21.667vw;
}
.phone-inner,
.phone-inner .contact-first {
  transform: translateX(200%);
  transition: transform 0.6s ease;
}
.phone-inner .contact-first {
  transition-delay: 0.3s;
}
.phone-inner .contact-second {
  transform: translateX(200%);
  transition: transform 0.6s ease;
}
@media (max-width: 1440px) {
  .phone-scroll {
    right: 15px;
  }
  .phone-scroll.clicked .contact-center {
    border-radius: 24px;
    box-shadow: 0 4px 117px rgba(85, 100, 108, 0.34);
  }
  .phone-inner {
    min-width: 312px;
    width: auto;
  }
  .phone-icon {
    height: 64px;
    width: 64px;
  }
}
.overlay {
  bottom: 0;
  height: 26vw;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.overlay-mountains {
  background: linear-gradient(
    0deg,
    #171f2d 7%,
    rgba(17, 22, 32, 0.807) 28%,
    transparent 85%
  );
  z-index: 6;
}
.overlay-full {
  background: linear-gradient(180deg, rgba(24, 31, 45, 0), #181f2d);
  opacity: 0.78;
}
.overlay-gray {
  background: linear-gradient(180deg, rgba(24, 31, 45, 0), #323037);
}
.overlay-gray-2 {
  background: linear-gradient(
    180deg,
    rgba(211, 213, 222, 0) 20.47%,
    rgba(211, 213, 222, 0.6) 68.88%,
    rgba(211, 213, 222, 0.9)
  );
}
.overlay-gray-3 {
  background: linear-gradient(
    180.17deg,
    rgba(24, 31, 45, 0) 0.15%,
    rgba(24, 31, 45, 0.5) 50.06%,
    rgba(24, 31, 45, 0.7) 99.85%
  );
}
.overlay-white {
  background: linear-gradient(
    180.17deg,
    hsla(0, 0%, 100%, 0) 0.15%,
    hsla(0, 0%, 100%, 0.4) 54.15%,
    hsla(0, 0%, 100%, 0.5) 99.85%
  );
  z-index: -1;
}
.overlay-under {
  height: 43vw;
}
@media (max-width: 1440px) {
  .overlay {
    height: 40%;
  }
  .overlay-under {
    height: 83%;
  }
}
@media (max-width: 998px) {
  .overlay-full {
    background: linear-gradient(
      0deg,
      #171f2d 23%,
      rgba(17, 22, 32, 0.807) 45%,
      transparent 91%
    );
    height: 80vh;
    opacity: 1;
  }
  .overlay-gray {
    background: linear-gradient(180deg, rgba(24, 31, 45, 0), #323037);
  }
  .overlay-gray-3 {
    background: linear-gradient(
      180.17deg,
      rgba(24, 31, 45, 0) 0.15%,
      rgba(24, 31, 45, 0.5) 50.06%,
      rgba(24, 31, 45, 0.7) 99.85%
    );
  }
}
.contact-center {
  background: #fff;
  border-radius: 1.665vw;
  box-shadow: 0 0.277vw 8.125vw rgba(85, 100, 108, 0.34);
}
.contact-wrapper {
  display: flex;
  justify-content: space-between;
}
.contact-block {
  padding: 1.32vw 0.35vw 1.735vw 1.32vw;
  width: 50%;
}
.contact-second {
  background: #c8dcf4;
  border-radius: 1.665vw;
  z-index: 1;
}
.contact-title {
  color: rgba(24, 31, 45, 0.4);
  font-family: RobotoFlex\600;
  font-size: 0.625vw;
  text-transform: uppercase;
}
.contact-number {
  color: #181f2d;
  display: inline-block;
  font-family: RobotoFlex\600;
  font-size: 0.765vw;
  margin-bottom: 0.49vw;
  transition: all 0.3s ease;
}
.contact-number:hover {
  color: rgba(24, 31, 45, 0.34);
}
.contact-list {
  align-items: center;
  display: flex;
  margin-top: 1.39vw;
}
.contact-links {
  margin: 1.18vw 0 0.905vw;
}
.contact-item {
  margin-right: 0.485vw;
}
.contact-item img {
  width: 2.221vw;
}
.contact-first {
  background: #fff;
  border-radius: 1.665vw 0 0 1.665vw;
  position: relative;
}
.contact-first:after {
  background: #fff;
  border-radius: 0 1.665vw 1.665vw 0;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -3vw;
  top: 0;
  width: 3vw;
}
@media (max-width: 1440px) {
  .contact-block {
    padding: 19px 5px 25px 19px;
  }
  .contact-first {
    border-radius: 24px 0 0 24px;
  }
  .contact-first:after {
    border-radius: 0 24px 24px 0;
    right: -44px;
    width: 44px;
  }
  .contact-center,
  .contact-second {
    border-radius: 24px;
  }
  .contact-center {
    box-shadow: 0 4px 117px rgba(85, 100, 108, 0.34);
  }
  .contact-title {
    font-size: 9px;
  }
  .contact-number {
    font-size: 11px;
  }
  .contact-links {
    margin: 17px 0 13px;
  }
  .contact-number {
    margin-bottom: 7px;
  }
  .contact-list {
    margin-top: 20px;
  }
  .contact-item {
    margin-right: 8px;
  }
  .contact-item img {
    height: 32px;
    width: 32px;
  }
}
.modal {
  background: rgba(77, 85, 98, 0.3);
  bottom: 0;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  position: fixed;
  top: 0;
  transform: scale(1.1);
  transition:
    visibility 0s linear 0.25s,
    opacity 0.25s 0s,
    transform 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 111;
}
.modal-content {
  background: #fff;
  box-shadow: 0 2.5vw 3.1vw rgba(161, 171, 185, 0.23);
  margin: auto;
  max-width: 30.6vw;
  padding: 2.78vw;
  position: relative;
  width: 100%;
}
.modal-close {
  cursor: pointer;
  padding: 0.5vw;
  position: absolute;
  right: 2.3vw;
  text-align: center;
  top: 2.1vw;
  z-index: 1;
}
.modal-title {
  color: #181f2d;
  font-family: RobotoFlex\550;
  font-size: 2.43vw;
  line-height: 2.7vw;
}
.modal-opened {
  overflow: hidden;
}
.show-modal {
  opacity: 1;
  transform: scale(1);
  transition:
    visibility 0s linear 0s,
    opacity 0.25s 0s,
    transform 0.25s;
  visibility: visible;
}
.modal-item {
  display: flex;
}
.modal-order-content .modal-title {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2.4vw;
}
.modal-order-form {
  overflow: hidden;
  padding: 1.5vw 0 0;
  position: relative;
}
.modal-order-price {
  color: #0d3fbc;
  margin-top: 1vw;
}
.modal-order-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 2vw 1vw 1vw;
}
.modal-order-image {
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: 9.16vw;
  max-width: 7vw;
  padding: 1.6vw;
  width: 100%;
}
.modal-order-image img {
  height: auto;
  max-height: 100%;
  width: auto;
}
.modal-order-btn {
  margin-top: 2.1vw;
}
@media (max-width: 1440px) {
  .modal-content {
    box-shadow: 0 37px 64px rgba(161, 171, 185, 0.23);
    max-width: 440px;
    padding: 40px;
  }
  .modal-close {
    padding: 7px;
    right: 33px;
    top: 30px;
  }
  .modal-title {
    font-size: 35px;
    line-height: 38px;
  }
  .modal-order-form {
    padding: 28px 0 0;
  }
  .modal-order-image {
    max-height: 132px;
  }
  .modal-order-title {
    font-size: 16px;
    line-height: 24px;
  }
  .modal-order-btn {
    margin-top: 35px;
  }
  .modal-order-info {
    padding: 29px 29px 14px 14px;
  }
  .modal-order-image {
    max-width: 100px;
    padding: 23px;
  }
  .modal-order-price {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .modal-order-content .modal-title {
    font-size: 22px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .modal-title {
    font-size: 28px;
    line-height: 34px;
  }
  .modal-content {
    padding: 25px 22px 22px;
  }
  .modal-close {
    right: 27px;
    top: 14px;
  }
  .modal-order-info {
    padding: 37px 29px 13px 17px;
  }
  .modal-order-form {
    padding: 25px 0 0;
  }
  .modal-order-image {
    padding: 24px 0 0;
  }
  .modal-order-btn {
    margin-top: 30px;
  }
}
@media (max-width: 374px) {
  .modal-title {
    font-size: 24px;
    line-height: 30px;
  }
  .modal-order-info {
    padding: 25px 0 13px 17px;
  }
  .modal-content {
    padding: 22px;
  }
  .modal-input-wrapper {
    margin-bottom: 20px;
  }
  .modal-close {
    right: 10px;
    top: 10px;
  }
}
:root {
  --app-height: 100%;
}
.ovh {
  overflow: hidden;
}
body,
html {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  font-family: inter;
  height: 100%;
}
html {
  background-color: #171f2d;
  height: 100%;
}
#main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-container {
  flex: 1 0 auto;
  margin: auto;
  width: 100%;
}
.container {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
  max-width: 92.36vw;
  padding: 0 15px;
  width: 100%;
}
.container,
.sections {
  position: relative;
  z-index: 1;
}
.sections {
  background: #181f2d;
}
.sections .full-section:first-of-type {
  height: var(--app-height);
}
img {
  max-width: 100%;
}
.hide {
  display: none !important;
  opacity: 0;
}
.hide,
.wow {
  visibility: hidden;
}
.swiper-container-initialized {
  overflow: hidden;
  position: relative;
}
.divider {
  background: #0a0b0e;
  height: 1.667vw;
  opacity: 0.1;
  width: 0.139vw;
}
.dark-section {
  overflow: hidden;
  position: relative;
}
.dark-section .background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.2);
  transition: transform 2s ease;
  z-index: -1;
}
.dark-section .background-footer {
  background-position: top;
}
.dark-section:after {
  background-color: #191f2d;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 2s ease;
  width: 100%;
  z-index: -1;
}
.dark-section.visible .background {
  transform: scale(1);
}
.dark-section.visible:after {
  opacity: 0;
}
.gradient-section:after {
  background: linear-gradient(180deg, rgba(24, 31, 45, 0), #181f2d);
  opacity: 0.78;
}
.gradient-section.visible:after {
  opacity: 0.78;
}
.system + * {
  margin-top: -6.15vw;
  position: relative;
  z-index: 1;
}
.scroll-wrapper {
  bottom: 1.9vw;
  height: 5.556vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) !important;
  width: 5.556vw;
  z-index: 6;
}
.mobile-block {
  display: none;
}
.white-theme .subtitle {
  color: #181f2d;
}
.hidden {
  display: none;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.error-message {
  color: #fd446e;
  font-size: 16px;
  font-size: 1vw;
  line-height: 22px;
  line-height: 1.4vw;
}
.toast-item-wrapper {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background: rgba(13, 63, 188, 0.45);
  border-radius: 22px !important;
  bottom: 40px;
  left: 50%;
  max-width: 92.36vw;
  padding: 40px 65px 40px 40px !important;
  transform: translateX(-50%);
  width: 100%;
}
.toast-item-wrapper .toast-title {
  color: #fff;
  font-family: RobotoFlex\500;
  font-size: 18px;
  line-height: 22px;
}
.toast-item-wrapper .toast-message {
  color: #fff;
  font-family: RobotoFlex;
  font-size: 14px;
  line-height: 18px;
}
.toast-item-wrapper .toast-message:not(:empty) {
  margin-top: 15px;
}
.toast-item-wrapper .toast-close {
  background-image: url(/img/icons/modal-close-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 25px;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
@media (max-width: 1440px) {
  .system + * {
    margin-top: -88px;
  }
  .scroll-wrapper {
    bottom: 28px;
    height: 80px;
    width: 80px;
  }
  .container {
    max-width: 100%;
    padding: 0 70px;
  }
  .over-section {
    margin-top: -88px;
  }
  .error-message {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .sections .full-section:first-of-type {
    max-height: 850px;
  }
  .container {
    padding: 0 10px;
  }
  .over-section,
  .system + * {
    margin-top: 0;
  }
  .scroll-wrapper {
    display: none !important;
  }
  .desktop-block {
    display: none;
  }
  .mobile-block {
    display: block;
  }
}
.grid {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: auto 0 0;
  text-align: left;
  width: 100%;
}
.position-center .grid {
  margin: auto 0;
}
.position-top .grid {
  margin: 0 0 auto;
}
.position-bottom .grid {
  margin: auto 0 0;
}
.position-horizontal-center .grid {
  align-items: center;
  text-align: center;
}
.position-horizontal-left .grid {
  align-items: flex-start;
  text-align: left;
}
.position-horizontal-right .grid {
  align-items: flex-end;
  text-align: right;
}
.ar-default .bg-size-default-cover {
  background-size: cover;
}
.ar-default .bg-size-default-contain {
  background-size: contain;
}
.ar-default .bg-pos-x-default-center {
  background-position-x: center;
}
.ar-default .bg-pos-x-default-right {
  background-position-x: right;
}
.ar-default .bg-pos-x-default-left {
  background-position-x: left;
}
.ar-default .bg-pos-y-default-bottom,
.ar-default .bg-pos-y-default-center {
  background-position-y: center;
}
.ar-default .bg-pos-y-default-top {
  background-position-y: top;
}
.ar-default .ovl-default-vertical-dark {
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(24, 31, 45, 0),
    #181f2d 30%,
    #181f2d 70%,
    rgba(24, 31, 45, 0)
  );
  mask-image: linear-gradient(
    180deg,
    rgba(24, 31, 45, 0),
    #181f2d 30%,
    #181f2d 70%,
    rgba(24, 31, 45, 0)
  );
}
.ar-default .ovl-default-horizontal-dark {
  -webkit-mask-image: linear-gradient(
    270deg,
    rgba(24, 31, 45, 0),
    #181f2d 35%,
    #181f2d 65%,
    rgba(24, 31, 45, 0)
  );
  mask-image: linear-gradient(
    270deg,
    rgba(24, 31, 45, 0),
    #181f2d 35%,
    #181f2d 65%,
    rgba(24, 31, 45, 0)
  );
}
.ar-default .ovl-default-vertical-dark.ovl-default-horizontal-dark {
  -webkit-mask-image: linear-gradient(
    to left bottom,
    rgba(24, 31, 45, 0),
    #181f2d 35%,
    #181f2d 65%,
    rgba(24, 31, 45, 0)
  );
  mask-image: linear-gradient(
    to left bottom,
    rgba(24, 31, 45, 0),
    #181f2d 35%,
    #181f2d 65%,
    rgba(24, 31, 45, 0)
  );
}
.ar-default .ovl-default-vertical-gray {
  mask-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.6),
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.6),
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
}
.ar-default .ovl-default-horizontal-gray {
  mask-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.6) 0,
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.6) 0,
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
}
.ar-default .ovl-default-vertical-gray.ovl-default-horizontal-gray {
  mask-image: linear-gradient(
    to right top,
    hsla(0, 0%, 100%, 0.6),
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
  -webkit-mask-image: linear-gradient(
    to right top,
    hsla(0, 0%, 100%, 0.6),
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
}
.ar-wide .bg-size-wide-cover {
  background-size: cover;
}
.ar-wide .bg-size-wide-contain {
  background-size: contain;
}
.ar-wide .bg-pos-x-wide-center {
  background-position-x: center;
}
.ar-wide .bg-pos-x-wide-right {
  background-position-x: right;
}
.ar-wide .bg-pos-x-wide-left {
  background-position-x: left;
}
.ar-wide .bg-pos-y-wide-bottom,
.ar-wide .bg-pos-y-wide-center {
  background-position-y: center;
}
.ar-wide .bg-pos-y-wide-top {
  background-position-y: top;
}
.ar-wide .ovl-wide-vertical-dark {
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(24, 31, 45, 0),
    #181f2d 30%,
    #181f2d 70%,
    rgba(24, 31, 45, 0)
  );
  mask-image: linear-gradient(
    180deg,
    rgba(24, 31, 45, 0),
    #181f2d 30%,
    #181f2d 70%,
    rgba(24, 31, 45, 0)
  );
}
.ar-wide .ovl-wide-horizontal-dark {
  -webkit-mask-image: linear-gradient(
    270deg,
    rgba(24, 31, 45, 0),
    #181f2d 35%,
    #181f2d 65%,
    rgba(24, 31, 45, 0)
  );
  mask-image: linear-gradient(
    270deg,
    rgba(24, 31, 45, 0),
    #181f2d 35%,
    #181f2d 65%,
    rgba(24, 31, 45, 0)
  );
}
.ar-wide .ovl-wide-vertical-dark.ovl-wide-horizontal-dark {
  -webkit-mask-image: linear-gradient(
    to left bottom,
    rgba(24, 31, 45, 0),
    #181f2d 35%,
    #181f2d 65%,
    rgba(24, 31, 45, 0)
  );
  mask-image: linear-gradient(
    to left bottom,
    rgba(24, 31, 45, 0),
    #181f2d 35%,
    #181f2d 65%,
    rgba(24, 31, 45, 0)
  );
}
.ar-wide .ovl-wide-vertical-gray {
  mask-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.6),
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.6),
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
}
.ar-wide .ovl-wide-horizontal-gray {
  mask-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.6) 0,
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.6) 0,
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
}
.ar-wide .ovl-wide-vertical-gray.ovl-wide-horizontal-gray {
  mask-image: linear-gradient(
    to right top,
    hsla(0, 0%, 100%, 0.6),
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
  -webkit-mask-image: linear-gradient(
    to right top,
    hsla(0, 0%, 100%, 0.6),
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
}
.ar-mobile .bg-size-mobile-cover {
  background-size: cover;
}
.ar-mobile .bg-size-mobile-contain {
  background-size: contain;
}
.ar-mobile .bg-pos-x-mobile-center {
  background-position-x: center;
}
.ar-mobile .bg-pos-x-mobile-right {
  background-position-x: right;
}
.ar-mobile .bg-pos-x-mobile-left {
  background-position-x: left;
}
.ar-mobile .bg-pos-y-mobile-bottom,
.ar-mobile .bg-pos-y-mobile-center {
  background-position-y: center;
}
.ar-mobile .bg-pos-y-mobile-top {
  background-position-y: top;
}
.ar-mobile .ovl-mobile-vertical-dark {
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(24, 31, 45, 0),
    #181f2d 30%,
    #181f2d 70%,
    rgba(24, 31, 45, 0)
  );
  mask-image: linear-gradient(
    180deg,
    rgba(24, 31, 45, 0),
    #181f2d 30%,
    #181f2d 70%,
    rgba(24, 31, 45, 0)
  );
}
.ar-mobile .ovl-mobile-horizontal-dark {
  -webkit-mask-image: linear-gradient(
    270deg,
    rgba(24, 31, 45, 0),
    #181f2d 35%,
    #181f2d 65%,
    rgba(24, 31, 45, 0)
  );
  mask-image: linear-gradient(
    270deg,
    rgba(24, 31, 45, 0),
    #181f2d 35%,
    #181f2d 65%,
    rgba(24, 31, 45, 0)
  );
}
.ar-mobile .ovl-mobile-vertical-dark.ovl-mobile-horizontal-dark {
  -webkit-mask-image: linear-gradient(
    to left bottom,
    rgba(24, 31, 45, 0),
    #181f2d 35%,
    #181f2d 65%,
    rgba(24, 31, 45, 0)
  );
  mask-image: linear-gradient(
    to left bottom,
    rgba(24, 31, 45, 0),
    #181f2d 35%,
    #181f2d 65%,
    rgba(24, 31, 45, 0)
  );
}
.ar-mobile .ovl-mobile-vertical-gray {
  mask-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.6),
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.6),
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
}
.ar-mobile .ovl-mobile-horizontal-gray {
  mask-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.6) 0,
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.6) 0,
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
}
.ar-mobile .ovl-mobile-vertical-gray.ovl-mobile-horizontal-gray {
  mask-image: linear-gradient(
    to right top,
    hsla(0, 0%, 100%, 0.6),
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
  -webkit-mask-image: linear-gradient(
    to right top,
    hsla(0, 0%, 100%, 0.6),
    #fff 30%,
    #fff 70%,
    hsla(0, 0%, 100%, 0.6)
  );
}
.ar-mobile .disable-ovl {
  mask-image: none;
  -webkit-mask-image: none;
}
.position-horizontal-center .grid-addition {
  justify-content: center;
}
.position-horizontal-center .buy-btn {
  margin: 0 auto;
}
.ar-mobile .product-section .full-wrapper {
  max-width: none;
}
.background img {
  opacity: 0;
}
.scale {
  transform: scale(1.2);
  transition: transform 2s ease;
}
.scale .bg-size-default-contain,
.scale .bg-size-mobile-contain,
.scale .bg-size-wide-contain {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(24, 31, 45, 0),
    #181f2d 30%,
    #181f2d 70%,
    rgba(24, 31, 45, 0)
  );
  top: 50%;
  transform: translateY(-50%) !important;
}
.scale .bg-size-default-contain img,
.scale .bg-size-mobile-contain img,
.scale .bg-size-wide-contain img {
  opacity: 0;
}
.visible .scale {
  position: relative;
  top: 50%;
  transform: scale(1);
}
.swiper-slide .scale .bg-size-default-contain,
.swiper-slide .scale .bg-size-mobile-contain,
.swiper-slide .scale .bg-size-wide-contain {
  transform: translateY(0) !important;
  width: 100%;
}
.swiper-slide .scale .bg-size-default-contain img,
.swiper-slide .scale .bg-size-mobile-contain img,
.swiper-slide .scale .bg-size-wide-contain img {
  width: 100%;
}
@media (max-width: 998px) {
  .position-mobile-center .grid {
    margin: auto 0;
  }
  .position-mobile-top .grid {
    margin: 0 0 auto;
  }
  .position-mobile-bottom .grid {
    margin: auto 0 0;
  }
  .position-mobile-horizontal-center .grid {
    align-items: center;
    text-align: center;
  }
  .position-mobile-horizontal-left .grid {
    align-items: flex-start;
    text-align: left;
  }
  .position-mobile-horizontal-right .grid {
    align-items: flex-end;
    text-align: right;
  }
}
.full-section {
  height: 100vh;
  max-height: 1500px;
  width: 100%;
}
.full-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5.6vw 0;
}
.full-wrapper .description {
  max-width: 45vw;
}
.full-title {
  margin-bottom: 1.5vw;
  margin-left: -0.5vw;
}
.full-btn {
  margin-top: 2vw;
  max-width: 20.4vw;
}
.full-btn,
.full-btn button {
  width: 100%;
}
.full-subtitle {
  color: #fff;
  font-family: RobotoFlex\700;
  font-size: 1.4vw;
  line-height: 2vw;
  margin-bottom: 1.5vw;
  text-transform: uppercase;
}
.full-breadcrumbs {
  margin: 2.1vw auto 0 0;
}
.full-wrap {
  padding: 2vw 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 1440px) {
  .full-btn {
    max-width: 288px;
  }
  .full-breadcrumbs {
    margin: 30px auto 0 0;
  }
  .full-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .full-wrapper {
    padding: 81px 0 5.6vw;
  }
}
@media (max-width: 1200px) {
  .full-wrapper .description {
    max-width: 40vw;
  }
}
@media (max-width: 998px) {
  .full-wrap {
    padding: 5vw 0 0;
  }
}
@media (max-width: 768px) {
  .full-section {
    max-height: 850px;
  }
  .full-title {
    margin-bottom: 3.33vw;
    margin-left: 0;
  }
  .full-btn {
    margin-top: 4.4vw;
    max-width: 100%;
  }
  .full-wrapper {
    padding: 80px 0 8vw;
  }
  .full-wrapper .description {
    max-width: 100vw;
  }
  .full-wrap .title {
    font-size: 48px;
    line-height: 47px;
    word-break: break-all;
  }
  .full-wrap .default-description {
    margin: 0 auto;
    max-width: 75%;
  }
  .full-wrap .default-description br {
    display: none;
  }
  .full-subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 14px;
  }
}
@media (max-width: 480px) {
  .full-wrapper {
    padding: 80px 0 17.06vw;
  }
  .full-no-btn {
    padding-bottom: 21.06vw;
  }
  .full-no-btn .full-title {
    margin-bottom: 6.33vw;
  }
  .full-no-btn .roboto-text {
    margin-bottom: 4vw;
  }
  .full-no-btn .description {
    font-family: Roboto;
    font-weight: 400;
  }
  .full-btn {
    margin-top: 6.4vw;
  }
  .full-title {
    margin-bottom: 10.33vw;
  }
}
@media (max-width: 374px) {
  .full-wrap .title {
    font-size: 38px;
    line-height: 44px;
  }
}
.vacancies {
  background: #fff;
  padding: 7vw 0 3.8vw;
}
.vacancies-container {
  margin: 0 auto;
  max-width: 60.28vw;
  width: 100%;
}
.vacancies-container.full-wrapper {
  padding-bottom: 4vw;
}
.vacancies-title {
  font-family: RobotoFlex\700;
  font-size: 2.25vw;
  line-height: 2.5vw;
  text-align: center;
  text-transform: uppercase;
}
.vacancies-lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1vw;
  margin-top: 5.5vw;
}
.vacancies-pagination {
  margin-top: 1.1vw;
}
.vacancy {
  border-bottom: 0.1vw solid rgba(24, 31, 45, 0.1);
  display: block;
  margin-bottom: 4.5vw;
  padding-bottom: 4.65vw;
}
.vacancy:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.vacancy-open {
  background: #fff;
  padding: 2vw 0 3.8vw;
}
.vacancy-title {
  color: #181f2d;
  font-family: RobotoFlex\700;
  font-size: 1.46vw;
  line-height: 2vw;
  text-transform: uppercase;
}
.vacancy-subtitle {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: RobotoFlex\600;
  font-size: 0.925vw;
  letter-spacing: 0.06vw;
  line-height: 1.1vw;
  margin-top: 1.6vw;
  text-transform: uppercase;
}
.vacancy-description {
  color: rgba(24, 31, 45, 0.72);
  font-family: Roboto;
  font-size: 1vw;
  line-height: 1.55vw;
  margin: 1.7vw 0 0;
}
.vacancy-point {
  margin-right: 1vw;
  width: 0.7vw;
}
.vacancy-detail {
  color: #181f2d;
  font-family: Roboto;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.11vw;
  padding-right: 2.3vw;
  position: relative;
}
.vacancy-detail:after {
  background: #4d5562;
  border-radius: 50%;
  content: "";
  height: 0.2vw;
  position: absolute;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2vw;
}
.vacancy-detail:last-of-type {
  padding-right: 0;
}
.vacancy-detail:last-of-type:after {
  display: none;
}
.vacancy-wrap {
  justify-content: space-between;
  margin-top: 1.4vw;
}
.vacancy-details,
.vacancy-wrap {
  align-items: center;
  display: flex;
}
.vacancy-hash {
  color: #0d3fbc;
  font-family: Roboto;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.3vw;
}
.vacancy-full {
  padding-bottom: 5.5vw;
}
.vacancy-full .full-title {
  margin-bottom: 0;
}
.vacancy-full .subtitle {
  font-size: 3.35vw;
}
.vacancy-table {
  background: #fff;
  border-bottom: 0.1vw solid rgba(24, 31, 45, 0.1);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 69.17vw;
  padding: 2.2vw 2vw 3.8vw;
  width: 100%;
}
.vacancy-item {
  padding: 0 2vw;
  width: 25%;
}
.vacancy-item-bottom {
  color: #181f2d;
  font-family: RobotoFlex\500;
  font-size: 1.2vw;
  line-height: 1.7vw;
  margin-top: 1.1vw;
  word-break: break-word;
}
.vacancy-item-bottom.vacancy-hash {
  color: #0d3fbc;
}
.vacancy-btns {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 5vw -0.5vw 0;
}
.vacancy-btns a,
.vacancy-btns button {
  height: 4.303vw;
  margin: 0 0.5vw;
  max-width: 24.3vw;
}
.vacancy-hr {
  border-top: 0.1vw solid rgba(24, 31, 45, 0.1);
  margin: 5.5vw auto 1.55vw;
  max-width: 92.5%;
  padding: 0 0.7vw;
  width: 100%;
}
.vacancy-hr-wrap {
  display: flex;
  margin-top: 5.5vw;
}
.vacancy-hr-block {
  margin-left: 3.3vw;
  margin-top: 1.9vw;
}
.vacancy-hr-image {
  border-radius: 50%;
  max-width: 9.72vw;
  overflow: hidden;
  width: 100%;
}
.vacancy-hr-image img {
  height: 100%;
  width: 100%;
}
.vacancy-hr-title {
  font-family: RobotoFlex\550;
  font-size: 2vw;
  line-height: 2.4vw;
  margin-bottom: 1.7vw;
}
.vacancy-hr-mailto {
  color: #0d3fbc;
  font-family: RobotoFlex\700;
  font-size: 1.47vw;
  line-height: 2vw;
  text-decoration-line: underline;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.vacancy-hr-mailto:hover {
  color: #0a64ff;
}
@media (max-width: 1440px) {
  .vacancies {
    padding: 101px 0 55px;
  }
  .vacancies-container {
    max-width: 888px;
    padding: 0 10px;
  }
  .vacancies-title {
    font-size: 32px;
    line-height: 37px;
  }
  .vacancies-lists {
    margin: 79px -10px 14px;
  }
  .vacancies-container.full-wrapper {
    padding-bottom: 58px;
  }
  .vacancies-pagination {
    margin-top: 16px;
  }
  .vacancy {
    border-bottom: 1px solid rgba(24, 31, 45, 0.1);
    margin-bottom: 65px;
    padding-bottom: 63px;
  }
  .vacancy-title {
    font-size: 21px;
    line-height: 29px;
  }
  .vacancy-description {
    font-size: 14px;
    line-height: 22px;
    margin: 25px 0 0;
  }
  .vacancy-detail {
    font-size: 16px;
    line-height: 22px;
    padding-right: 33px;
  }
  .vacancy-detail:after {
    height: 3px;
    right: 15px;
    width: 3px;
  }
  .vacancy-full {
    padding-bottom: 80px;
  }
  .vacancy-wrap {
    margin-top: 20px;
  }
  .vacancy-hash {
    font-size: 14px;
    line-height: 22px;
  }
  .vacancy-point {
    margin-right: 14px;
    width: 10px;
  }
  .vacancy-subtitle {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 16px;
    margin-top: 23px;
  }
  .vacancy-table {
    max-width: 996px;
    padding: 32px 29px 55px;
  }
  .vacancy-item {
    padding: 0 29px;
  }
  .vacancy-item-bottom {
    font-size: 17px;
    line-height: 24px;
    margin-top: 16px;
  }
  .vacancy-open {
    padding: 29px 0 54px;
  }
  .vacancy-btns {
    margin: 70px -7px 0;
  }
  .vacancy-btns a,
  .vacancy-btns button {
    border-radius: 100px;
    height: 62px;
    margin: 0 7px;
    max-width: 350px;
  }
  .vacancy-hr {
    border-top: 1px solid rgba(24, 31, 45, 0.1);
    margin: 81px auto 23px;
    padding: 0 10px;
  }
  .vacancy-hr-wrap {
    margin-top: 79px;
  }
  .vacancy-hr-image {
    height: 140px;
    min-width: 140px;
  }
  .vacancy-hr-title {
    font-size: 29px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .vacancy-hr-mailto {
    font-size: 21px;
    line-height: 29px;
  }
  .vacancy-hr-block {
    margin-left: 48px;
    margin-top: 27px;
  }
}
@media (max-width: 1200px) {
  .vacancy-subtitle {
    margin-top: 18px;
  }
  .vacancy-item {
    padding: 0 15px;
  }
  .vacancy-table {
    padding: 28px 29px 45px;
  }
  .vacancy-btns {
    margin: 50px -7px 0;
  }
  .vacancy-btns .get-btn span {
    font-size: 12px;
    line-height: 12px;
  }
  .vacancy-hr {
    margin: 70px auto 23px;
  }
  .vacancy-hr-title {
    font-size: 24px;
    line-height: 29px;
  }
  .vacancy-hr-mailto {
    font-size: 19px;
    line-height: 27px;
  }
  .vacancies-container.full-wrapper {
    padding-bottom: 35px;
  }
}
@media (max-width: 998px) {
  .vacancy-full .subtitle {
    font-size: 4.18vw;
  }
  .vacancy-item {
    padding: 0 5px;
  }
  .vacancy-table {
    padding: 28px 20px 45px;
  }
  .vacancy-hr {
    margin: 50px auto 20px;
  }
  .vacancy-hr-wrap {
    margin-top: 59px;
  }
  .vacancy-hr-block {
    margin-left: 34px;
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .vacancy {
    margin-bottom: 32px;
    padding-bottom: 31px;
  }
  .vacancy-full {
    padding-bottom: 48px;
  }
  .vacancy-full .subtitle {
    font-size: 6.66vw;
    line-height: 7.7vw;
  }
  .vacancy-description {
    margin: 16px 0 0;
  }
  .vacancy-wrap {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 12px;
  }
  .vacancy-details {
    margin-bottom: 13px;
  }
  .vacancy-table {
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 33px 5px 24px;
    width: calc(100% + 20px);
  }
  .vacancy-section {
    height: 100%;
  }
  .vacancy-point {
    margin-right: 16px;
  }
  .vacancy-subtitle {
    margin-top: 26px;
  }
  .vacancy-item {
    padding: 0 5px 24px;
    width: 50%;
  }
  .vacancy-open {
    padding: 17px 0 43px;
  }
  .vacancy-btns {
    flex-direction: column;
    margin: 50px 0 0;
  }
  .vacancy-btns a,
  .vacancy-btns button {
    margin: 0 0 20px;
  }
  .vacancy-hr {
    margin: 44px auto 20px;
    max-width: 100%;
  }
  .vacancy-hr-wrap {
    align-items: center;
    flex-direction: column;
    margin-top: 64px;
  }
  .vacancy-hr-image {
    height: 110px;
    min-width: 110px;
  }
  .vacancy-hr-title {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 17px;
  }
  .vacancy-hr-block {
    margin: 21px 0 0;
    text-align: center;
  }
  .vacancy-hr-mailto {
    font-size: 17px;
    line-height: 23px;
  }
  .vacancies {
    padding: 65px 0 32px;
  }
  .vacancies-title {
    font-size: 6.66vw;
    line-height: 7.7vw;
  }
  .vacancies-lists {
    flex-direction: column;
    margin: 39px 0 14px;
  }
  .vacancies .select-wrap {
    margin-bottom: 32px;
  }
  .vacancies-container.full-wrapper {
    height: 100vh;
    padding: 0 0 49px;
  }
  .vacancies-container.full-wrapper .subtitle {
    font-size: 10vw;
    line-height: 11.25vw;
  }
  .vacancies-pagination {
    margin-bottom: 68px;
    margin-top: 36px;
  }
}
@media (max-width: 480px) {
  .vacancies-title,
  .vacancy-full .subtitle {
    font-size: 8.53vw;
    line-height: 9.86vw;
  }
  .vacancies-container.full-wrapper .subtitle {
    font-size: 12.8vw;
    line-height: 14.4vw;
  }
}
@media (max-width: 374px) {
  .vacancies {
    padding: 60px 0 30px;
  }
}
.footer-white {
  background: #fff;
  height: auto;
}
.footer-margin {
  margin: 12vw 0 13.2vw;
}
.footer-margin .footer-text {
  color: rgba(24, 31, 45, 0.64);
  font-size: 1.4vw;
  line-height: 1.7vw;
  margin-top: 1.8vw;
}
.footer-margin .footer-btn.vacancy-btn {
  margin: 2.67vw auto 0;
  max-width: 29.5vw;
}
.footer-margin .subtitle {
  font-size: 3.35vw;
  line-height: 3.8vw;
}
@media (max-width: 1440px) {
  .footer-margin {
    margin: 173px 0 192px;
  }
  .footer-margin .subtitle {
    font-size: 48px;
    line-height: 54px;
  }
  .footer-margin .footer-text {
    font-size: 20px;
    line-height: 26px;
    margin-top: 25px;
  }
  .footer-margin .footer-btn.vacancy-btn {
    margin: 40px auto 0;
    max-width: 424px;
  }
}
@media (max-width: 1200px) {
  .footer-margin {
    margin: 135px 0 150px;
  }
  .footer-margin .subtitle {
    font-size: 40px;
    line-height: 46px;
  }
  .footer-margin .footer-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
}
@media (max-width: 998px) {
  .footer-margin .footer-btn.vacancy-btn {
    max-width: 340px;
  }
}
@media (max-width: 768px) {
  .footer-margin {
    margin: 113px 0 110px;
  }
  .footer-margin .subtitle {
    font-size: 30px;
    line-height: 37px;
  }
  .footer-margin .footer-text {
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
  }
  .footer-margin .footer-btn.vacancy-btn {
    margin: 24px auto 0;
  }
}
