@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

button {
  display: block;
  cursor: pointer;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
}
button:hover {
  transition: 0.3s;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  transition: 0.3s;
}

button:focus, a:focus, img:focus, li:focus, input:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

input,
select,
option,
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px;
  box-shadow: none;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 1080px) {
  .section {
    padding: 50px 0;
  }
}
.section--type2 {
  padding-top: 50px;
}

.button {
  padding: 5px;
  padding-left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 25px;
  color: var(--background);
  background: var(--white);
  transition: 0.3s;
}
.button__icon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: var(--yellow);
  transition: 0.3s;
}
.button:hover {
  background: var(--yellow);
}
.button:hover .button__icon {
  background: var(--white);
}
.button--type2 {
  border-color: var(--background);
}
.button--type2:hover {
  background: var(--yellow);
}
.button--type2:hover .button__icon {
  background: var(--white);
}
.button--type3 {
  color: var(--white);
  border-color: var(--background);
  background: var(--background);
}
.button--type3:hover {
  color: var(--background);
  background: var(--yellow);
}
.button--type4 {
  color: var(--white);
  border-color: var(--white);
  background: none;
}
.button--type4:hover {
  color: var(--background);
  border-color: var(--yellow);
  background: var(--yellow);
}
.button--type4:hover .button__icon {
  background: var(--white);
}

.title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 36px;
}
@media screen and (max-width: 720px) {
  .title {
    font-size: clamp(24px, 6vw, 36px);
  }
}
.title--white {
  color: var(--white);
}

.title-text {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.2;
}
.title-text p + p {
  margin-top: 20px;
}
@media screen and (max-width: 720px) {
  .title-text {
    text-align: left;
  }
}
.title-text--white {
  color: var(--white);
}

.block-header {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px;
  align-items: center;
  gap: 10px;
  text-align: left;
}
.block-header .title-text {
  margin-bottom: 0;
}

.slider-arrow-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1080px) {
  .slider-arrow-wrap {
    display: none;
  }
}
.slider-arrow-wrap--mob {
  display: none;
}
@media screen and (max-width: 1080px) {
  .slider-arrow-wrap--mob {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}

.slider-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid var(--white);
  background: var(--white);
  cursor: pointer;
  transition: 0.3s;
}
.slider-arrow svg path {
  transition: 0.3s;
}
.slider-arrow:hover {
  border-color: var(--yellow);
  background: var(--yellow);
}
.slider-arrow.swiper-button-disabled {
  border-color: var(--white);
  background: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.slider-arrow.swiper-button-disabled svg path {
  stroke: var(--white);
}
.slider-arrow--type2 {
  border: 1px solid var(--background);
  background: none;
}
.slider-arrow--type2.swiper-button-disabled {
  border-color: var(--background);
  opacity: 0.5;
}
.slider-arrow--type2.swiper-button-disabled svg path {
  stroke: var(--background);
}
.slider-arrow--type3 {
  border: 1px solid var(--white);
  background: none;
}
.slider-arrow--type3 svg path {
  stroke: var(--white);
}
.slider-arrow--type3.swiper-button-disabled {
  opacity: 0.5;
}

.toggler {
  cursor: pointer;
}
.toggler svg path {
  transition: 0.3s;
}
.toggler:hover svg path {
  fill: var(--yellow);
}

.close-bg {
  position: fixed;
  display: none;
  width: 100dvw;
  height: 100dvh;
  background: #000;
  cursor: pointer;
  z-index: 100;
  opacity: 0.5;
}
.close-bg.active {
  display: block;
}

.mobile-menu {
  position: fixed;
  right: -330px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 330px;
  height: 100dvh;
  transition: 0.3s;
  background: var(--background);
  z-index: 1000;
  overflow-y: auto;
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu__header {
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__header-button {
  padding: 23px 20px;
  padding-right: 72px;
  font-weight: 700;
  font-size: 14px;
  color: var(--background);
  background: var(--yellow);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
}
.mobile-menu__close {
  cursor: pointer;
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
}
.mobile-menu__nav-item {
  padding: 22px 20px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}
.mobile-menu__nav-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mobile-menu__nav-item--submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__contact {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.mobile-menu__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px;
}

.mobile-menu-nav-item-submenu {
  position: fixed;
  right: -330px;
  top: 0;
  width: 330px;
  height: 100dvh;
  transition: 0.3s;
  background: var(--background);
  z-index: 10000;
  overflow-y: auto;
}
.mobile-menu-nav-item-submenu.active {
  right: 0;
}
.mobile-menu-nav-item-submenu__header {
  padding: 15px 20px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu-nav-item-submenu__back {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 14px;
  color: var(--white);
}
.mobile-menu-nav-item-submenu__back svg {
  display: block;
}
.mobile-menu-nav-item-submenu__nav {
  display: flex;
  flex-direction: column;
}
.mobile-menu-nav-item-submenu__nav-item {
  padding: 22px 20px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}
.mobile-menu-nav-item-submenu__nav-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mobile-menu-nav-item-submenu__nav-item--submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 560px) {
  .form__footer {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.form__footer-text {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--background);
  text-align: left;
}
@media screen and (max-width: 560px) {
  .form__footer-text {
    width: 100%;
  }
}
.form__footer-text a {
  color: var(--background);
  text-decoration: underline;
}
.form__footer-text a:hover {
  text-decoration: none;
}

.input-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 620px) {
  .input-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.input-list--type2 {
  gap: 50px;
}
@media screen and (max-width: 1080px) {
  .input-list--type2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

.input-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.input-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: var(--background);
  text-align: left;
}

.input {
  width: 100%;
}
.input__item {
  padding: 20px;
  width: 100%;
  height: 50px;
  color: var(--background);
  border: 1px solid rgba(8, 45, 56, 0.2);
  border-radius: 10px;
}
.input__item::-moz-placeholder {
  color: var(--background);
  opacity: 0.5;
}
.input__item::placeholder {
  color: var(--background);
  opacity: 0.5;
}
.input__item--textarea {
  height: auto;
  min-height: 100px;
}
.input__item--textarea2 {
  height: auto;
  min-height: 150px;
}

.text-block {
  color: var(--background);
  line-height: 120%;
  text-align: left;
}
.text-block img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 100%;
}
.text-block h1 {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 36px);
}
.text-block h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--yellow);
}
.text-block * + h1 {
  margin-top: 50px;
}
.text-block h2 {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: clamp(22px, 4.5vw, 30px);
}
.text-block h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--yellow);
}
.text-block * + h2 {
  margin-top: 50px;
}
.text-block h3 {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: clamp(20px, 4vw, 24px);
}
.text-block h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--yellow);
}
.text-block * + h3 {
  margin-top: 30px;
}
.text-block h4 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
}
.text-block h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--yellow);
}
.text-block * + h4 {
  margin-top: 30px;
}
.text-block h5 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
}
.text-block h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--yellow);
}
.text-block * + h5 {
  margin-top: 30px;
}
.text-block h6 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
}
.text-block h6::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--yellow);
}
.text-block * + h6 {
  margin-top: 30px;
}
.text-block p {
  margin-bottom: 30px;
  font-size: 16px;
}
.text-block a {
  display: inline;
  color: #00899f;
  text-decoration: underline;
  font-weight: 600;
  word-break: break-all;
}
.text-block a:hover {
  text-decoration: none;
}
.text-block ul {
  margin-bottom: 30px;
}
.text-block ul li {
  position: relative;
  padding-left: 24px;
}
.text-block ul li + li {
  margin-top: 11px;
}
.text-block ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.95312' r='7.5' fill='%23082D38' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 15.4531C3.35852 15.4531 0 12.0946 0 7.95312C0 3.81165 3.35852 0.453125 7.5 0.453125C11.6415 0.453125 15 3.81165 15 7.95312C15 12.0946 11.6415 15.4531 7.5 15.4531ZM6.46813 9.27277L10.9688 4.77212C11.1246 4.61633 11.3803 4.61793 11.5345 4.77212L12.0448 5.28248C12.199 5.43667 12.199 5.69397 12.0448 5.84811L6.75886 11.1341C6.66431 11.2287 6.5315 11.2659 6.40707 11.2445C6.32191 11.2338 6.23976 11.1964 6.17563 11.1324L2.95565 7.91238C2.80175 7.75848 2.79992 7.50248 2.95565 7.34669L3.466 6.83633C3.62179 6.68061 3.87591 6.68061 4.03169 6.83633L6.46813 9.27277Z' fill='%23FAEC12' /%3E%3C/svg%3E") no-repeat center 0;
}
.text-block ol {
  margin-bottom: 30px;
  list-style-type: decimal;
  list-style-position: inside;
}
.text-block ol li {
  position: relative;
}
.text-block em,
.text-block i {
  font-style: italic;
}
.text-block b,
.text-block strong {
  font-weight: bolder;
}
.text-block blockquote {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 20px;
  font-style: italic;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 2px solid var(--yellow);
  border-radius: 10px;
  background: var(--white);
}
.text-block sub {
  vertical-align: sub;
  font-size: smaller;
}
.text-block sup {
  vertical-align: super;
  font-size: smaller;
}
.text-block pre {
  display: block;
  font-family: monospace;
  unicode-bidi: isolate;
  white-space: pre;
  margin: 1em 0px;
}
.text-block table {
  border: 1px solid var(--background);
}
.text-block th,
.text-block tr,
.text-block td {
  padding: 5px;
  border: 1px solid var(--background);
  vertical-align: middle;
}
.text-block hr {
  margin: 20px 0;
  height: 1px;
  border: none;
  background: var(--background);
}

.popup-open {
  position: relative;
  overflow: hidden;
}

.popup-wrap {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: -10;
  background: rgba(0, 0, 0, 0.8);
}
.popup-wrap.active {
  display: flex;
  z-index: 1000;
}

.popup {
  max-width: calc(100% - 200px);
  background: #fff;
}
@media screen and (max-width: 1180px) {
  .popup {
    max-width: calc(100% - 40px);
  }
}
.popup--fleet-photo {
  background: none;
}
@media screen and (max-width: 1180px) {
  .popup--fleet-photo {
    position: relative;
  }
}
.popup--contact-form {
  padding: 30px;
  position: relative;
  max-width: calc(100% - 30px);
  width: 704px;
  border-radius: 10px;
  background: var(--white);
}
@media screen and (max-width: 620px) {
  .popup--contact-form {
    padding: 20px 15px;
  }
}
.popup--contact-form .popup-close {
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 620px) {
  .popup--contact-form .popup-close {
    top: 18px;
    right: 15px;
  }
}

.popup-close {
  position: absolute;
  top: 35px;
  right: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .popup-close {
    right: 20px;
  }
}

.popup-title {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  color: var(--background);
}
@media screen and (max-width: 620px) {
  .popup-title {
    margin-bottom: 40px;
    font-size: clamp(24px, 5vw, 32px);
  }
}

.more-button {
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  border-bottom: 1px solid #e7eaec;
  cursor: pointer;
}
.more-button svg {
  transition: 0.3s;
}
.more-button:hover {
  color: var(--turquoise);
  border-color: var(--turquoise);
}
.more-button:hover svg {
  transform: rotate(45deg);
}
.more-button:hover svg path {
  fill: var(--turquoise);
}

.pagination {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagination-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #000;
  border: 1px solid var(--background);
  border-radius: 10px;
}
.pagination-item:hover, .pagination-item.active {
  border-color: #e2d73b;
  background: var(--yellow);
}
.pagination-item.active {
  font-weight: 700;
}

.attach-files-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 20px;
}
@media screen and (max-width: 620px) {
  .attach-files-wrap {
    grid-template-columns: minmax(0, 1fr);
  }
}

.attach-files {
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px dashed var(--background);
  border-radius: 10px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
.attach-files:hover {
  border-color: var(--yellow);
}
.attach-files__text {
  display: block;
  font-size: 18px;
}
.attach-files__text-small {
  display: block;
  font-size: 12px;
}

.attach-files-info {
  text-align: left;
}
.attach-files-info__title {
  margin-bottom: 14px;
  font-weight: 700;
}
.attach-files-info__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.attach-files-info__item-delete {
  cursor: pointer;
}

.checkbox-list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 620px) {
  .checkbox-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.checkbox__box {
  position: relative;
  min-width: 25px;
  width: 25px;
  height: 25px;
  border: 1px solid var(--background);
  border-radius: 5px;
}
.checkbox__box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2044_7112)'%3E%3Cpath d='M14.3805 2.51562L6.22828 10.0785L2.78063 6.39928L0.5 8.53638L6.06981 14.4803L16.5 4.81312L14.3805 2.51562Z' fill='%23082D38' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2044_7112'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center 0;
  opacity: 0;
  transition: 0.3s;
}
.checkbox__title {
  font-size: 18px;
  text-align: left;
  color: var(--background);
}
.checkbox input:checked ~ .checkbox__box::before {
  opacity: 1;
}

:root {
  --white: #fff;
  --yellow: #faec12;
  --green: #8fb978;
  --turquoise: #00899f;
  --background: #082d38;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--background);
  font-size: 16px;
}
body * {
  box-sizing: border-box;
}
body *::before {
  box-sizing: border-box;
}
body *::after {
  box-sizing: border-box;
}
body.no-scroll {
  overflow-y: hidden;
}
body button {
  font-family: "Montserrat", sans-serif;
}
body input {
  font-family: "Montserrat", sans-serif;
}
body input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
body input::placeholder {
  font-family: "Montserrat", sans-serif;
}
body textarea {
  font-family: "Montserrat", sans-serif;
}
body textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
body textarea::placeholder {
  font-family: "Montserrat", sans-serif;
}

.wrapper {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.inside {
  margin: 0 auto;
  padding: 0 20px;
  width: 1220px;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  .inside {
    padding: 0 15px;
  }
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

section {
  box-sizing: border-box;
  padding: 1px 0;
}

.close-all {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: -100;
  opacity: 0;
  cursor: pointer;
  transition: 0.3s;
  visibility: hidden;
}
.close-all.active {
  z-index: 900;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.mob {
  display: none !important;
}

/*base*/
header {
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--background);
}
@media screen and (max-width: 1660px) {
  header {
    justify-content: flex-end;
  }
  header .logo {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 560px) {
  header {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1660px) {
  .header {
    width: 100%;
  }
}

.header-contact-info {
  padding-top: 9px;
  padding-bottom: 6px;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1220px) {
  .header-contact-info {
    display: none;
  }
}
.header-contact-info > * {
  padding-left: 20px;
  position: relative;
}
.header-contact-info > *::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
}

.contact-info-item {
  display: flex;
  gap: 10px;
  color: var(--white);
}
.contact-info-item:first-child::before {
  display: none;
}
.contact-info-item__icon {
  min-width: 30px;
}
.contact-info-item__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
}
.contact-info-item__text {
  font-size: 12px;
  color: var(--white);
}
.contact-info-item__text--phone {
  font-weight: 700;
  font-size: 16px;
}

.lang {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 20px;
  color: var(--white);
}
.lang__item {
  color: var(--white);
}
.lang__item.active {
  font-weight: 700;
  color: var(--yellow);
}
.lang span {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
}

.soc {
  display: flex;
  align-items: center;
  gap: 8px;
}
.soc__item {
  min-width: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #395333;
  border-radius: 100%;
  background: var(--yellow);
  transition: 0.3s;
}
.soc__item:hover {
  border-color: var(--yellow);
}

.header-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
@media screen and (max-width: 1660px) {
  .header-nav {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1220px) {
  .header-nav {
    gap: 20px;
  }
}
.header-nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: calc(100% + 50px);
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(250, 236, 18) 100%);
}
@media screen and (max-width: 1220px) {
  .header-nav::before {
    display: none;
  }
}
.header-nav .logo {
  display: none;
}
@media screen and (max-width: 1660px) {
  .header-nav .logo {
    display: block;
    width: 118px;
  }
  .header-nav .logo img,
  .header-nav .logo svg {
    max-width: 100%;
  }
}
@media screen and (max-width: 1660px) {
  .header-nav .logo {
    width: 148px;
  }
}
@media screen and (max-width: 560px) {
  .header-nav .logo {
    width: 154px;
  }
}

.header-button {
  padding: 22px 34px;
  padding-left: 58px;
  font-weight: 700;
  font-size: 14px;
  color: var(--background);
  background: var(--yellow);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
}
@media screen and (max-width: 1660px) {
  .header-button {
    margin-left: auto;
  }
}
@media screen and (max-width: 560px) {
  .header-button {
    display: none;
  }
}
.header-button:hover {
  background: var(--white);
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1660px) {
  .nav {
    display: none;
  }
}
.nav__item {
  padding-left: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: var(--white);
  border-left: 1px solid #83969b;
}
.nav__item:first-child {
  border: none;
}
.nav__item:hover {
  text-decoration: underline;
}
.nav__item--more {
  position: relative;
  cursor: pointer;
}
.nav__item.active .nav__item-drop {
  display: flex;
}
.nav__item.active svg {
  transform: rotate(180deg);
}
.nav__item svg {
  transition: 0.3s;
}
.nav__item-drop {
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  z-index: 100;
  padding: 20px;
  display: none;
  flex-direction: column;
  gap: 20px;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: left;
  border-radius: 10px;
  background: var(--white);
}
.nav__item-drop-link {
  padding: 0;
  display: block;
  font-size: 14px;
  color: var(--background);
}
.nav__item-drop-link:hover {
  text-decoration: underline;
}

.hero-section {
  position: relative;
  z-index: 10;
  padding: 0;
}

.hero-slider {
  position: relative;
}
.hero-slider .swiper-slide {
  position: relative;
  height: 700px;
  background: url(../img/hero-bg.webp);
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 560px) {
  .hero-slider .swiper-slide {
    height: 558px;
  }
}
.hero-slider .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(8, 45, 56) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.hero-slider .slider-pagination-wrap {
  position: absolute;
  right: 72px;
  bottom: 38px;
  z-index: 100;
}
@media screen and (max-width: 1220px) {
  .hero-slider .slider-pagination-wrap {
    right: 20px;
  }
}
@media screen and (max-width: 560px) {
  .hero-slider .slider-pagination-wrap {
    right: auto;
    left: 15px;
    bottom: 77px;
  }
}
.hero-slider .slider-pagination {
  height: 3px;
  position: static;
  width: auto;
  display: inline-flex;
  justify-content: flex-end;
  gap: 10px;
}
.hero-slider .swiper-pagination-bullet {
  margin: 0;
  margin-top: 1px;
  width: 40px;
  height: 1px;
  background: var(--white);
  opacity: 1;
  border-radius: 10%;
  transition: 0.3s;
}
.hero-slider .swiper-pagination-bullet-active {
  margin-top: 0;
  height: 3px;
  background-color: var(--yellow);
}

.hero-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .hero-slider-arrow {
    display: none;
  }
}
.hero-slider-arrow svg path {
  fill: var(--white);
  transition: 0.3s;
}
.hero-slider-arrow:hover svg path {
  fill: var(--yellow);
}
.hero-slider-arrow--prev {
  left: 50px;
}
@media screen and (max-width: 1220px) {
  .hero-slider-arrow--prev {
    left: 20px;
  }
}
.hero-slider-arrow--next {
  right: 50px;
}
@media screen and (max-width: 1220px) {
  .hero-slider-arrow--next {
    right: 20px;
  }
}
.hero-slider-arrow.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.hero-slider-arrow.swiper-button-disabled svg path {
  fill: var(--white);
}

.slider-pagination-numbers {
  font-size: 18px;
  color: var(--white);
}

.hero-current-slide {
  font-weight: 700;
  color: var(--yellow);
}

.hero-slide {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 0 55px;
  max-width: 1290px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
}
@media screen and (max-width: 560px) {
  .hero-slide {
    margin-top: -20px;
    padding: 0 15px;
  }
}
.hero-slide__status {
  margin-bottom: 20px;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}
.hero-slide__title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.1;
  background: linear-gradient(270deg, #faec12 0%, #8fb978 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 720px) {
  .hero-slide__title {
    font-size: clamp(26px, 7vw, 48px);
  }
}
.hero-slide__text {
  margin-bottom: 50px;
  max-width: 590px;
  font-size: 18px;
  line-height: 1.2;
  color: var(--white);
}
.hero-slide__text span {
  font-weight: 700;
}

.online-consultation {
  position: absolute;
  left: 19px;
  top: -13px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 570px;
  border-radius: 0 10px 10px 0;
  background: var(--white);
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 1220px) {
  .online-consultation {
    left: 0;
    top: 20px;
  }
}
@media screen and (max-width: 740px) {
  .online-consultation {
    padding: 20px;
    max-width: 345px;
  }
}
.online-consultation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 370px;
  height: 100%;
  transform: translateX(-100%);
  background: var(--background);
}
@media screen and (max-width: 1220px) {
  .online-consultation::before {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .online-consultation__photo {
    display: none;
  }
}
.online-consultation__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: var(--background);
}

.why-choose-section {
  position: relative;
  z-index: 20;
  background: url(../img/why-choose-bg.webp) no-repeat center 0, #f1f7fa;
}
.why-choose-section .inside {
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .why-choose-section .inside {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1080px) {
  .why-choose-slider {
    overflow: visible;
  }
}
@media screen and (max-width: 1080px) {
  .why-choose-slider .swiper-slide {
    width: 342px;
    max-width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .why-choose-slider .swiper-slide {
    width: 330px;
  }
}

.why-choose-slide {
  text-align: left;
  border-radius: 10px;
  background: #fff;
}
.why-choose-slide__photo {
  position: relative;
  z-index: 5;
  height: 253px;
  min-height: 253px;
}
@media screen and (max-width: 1080px) {
  .why-choose-slide__photo {
    height: 228px;
    min-height: 228px;
  }
}
@media screen and (max-width: 560px) {
  .why-choose-slide__photo {
    height: 220px;
    min-height: 220px;
  }
}
.why-choose-slide__photo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, rgba(0, 137, 159, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
.why-choose-slide__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.why-choose-slide__info {
  padding: 30px;
  padding-top: 0;
}
@media screen and (max-width: 560px) {
  .why-choose-slide__info {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.why-choose-slide__icon {
  position: relative;
  z-index: 20;
  margin-top: -40px;
  margin-bottom: 10px;
  padding: 13px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--background);
  border-radius: 40px;
  background: #fff;
}
@media screen and (max-width: 1080px) {
  .why-choose-slide__icon {
    margin-top: -44px;
    margin-bottom: 15px;
  }
}
.why-choose-slide__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
.why-choose-slide__text {
  margin-bottom: 20px;
  min-height: 100px;
  height: 100px;
  line-height: 1.3;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.why-choose-slider-arrow {
  display: none;
}
@media screen and (max-width: 1080px) {
  .why-choose-slider-arrow {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}

.our-services-section {
  background: url(../img/our-services-bg.webp) no-repeat center 0;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .our-services-section {
    background-position: left top;
  }
}
.our-services-section--type2 {
  padding-bottom: 145px;
  background: url(../img/our-services-bg2.webp) no-repeat bottom right, var(--background);
}
.our-services-section--type2 .our-services-slider {
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .our-services-section--type2 {
    padding-bottom: 100px;
  }
}
.our-services-section--type3 {
  padding-top: 50px;
  background: url(../img/why-choose-bg.webp) no-repeat center 0, var(--white);
}

.our-services-slider {
  overflow: visible;
}
@media screen and (max-width: 1080px) {
  .our-services-slider .swiper-slide {
    width: 342px;
    max-width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .our-services-slider .swiper-slide {
    width: 330px;
  }
}

.our-services-slide {
  color: var(--white);
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.our-services-slide:hover .our-services-slide__photo::after {
  opacity: 0.8;
}
.our-services-slide:hover .our-services-slide__arrow {
  opacity: 1;
}
.our-services-slide:hover .our-services-slide__text {
  display: block;
}
.our-services-slide__photo {
  display: block;
  position: relative;
  height: 430px;
}
@media screen and (max-width: 1080px) {
  .our-services-slide__photo {
    height: 388px;
  }
}
@media screen and (max-width: 560px) {
  .our-services-slide__photo {
    height: 372px;
  }
}
.our-services-slide__photo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(0, 137, 159) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.9;
  z-index: 10;
}
.our-services-slide__photo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #082d38;
  z-index: 20;
  transition: 0.3s;
  opacity: 0.3;
}
@media screen and (max-width: 1080px) {
  .our-services-slide__photo::after {
    opacity: 0.8;
  }
}
.our-services-slide__photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.our-services-slide__arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: var(--yellow);
  z-index: 50;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .our-services-slide__arrow {
    opacity: 1;
  }
}
.our-services-slide__info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 20px;
  z-index: 100;
}
.our-services-slide__title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
}
.our-services-slide__text {
  display: none;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .our-services-slide__text {
    display: block;
  }
}

.our-services-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.our-services-list .our-services-slide {
  width: calc(33.3333333333% - 14px);
}
@media screen and (max-width: 1080px) {
  .our-services-list .our-services-slide {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 620px) {
  .our-services-list .our-services-slide {
    width: 100%;
  }
}
.our-services-list .our-services-slide__info {
  padding-top: 20px;
  justify-content: space-between;
}
.our-services-list .our-services-slide__photo::after {
  opacity: 0.8;
}
.our-services-list .our-services-slide__arrow {
  opacity: 1;
}
.our-services-list .our-services-slide__title {
  margin-bottom: 20px;
}
.our-services-list .our-services-slide__text {
  margin-bottom: 20px;
  display: block;
}

.company-numbers-section {
  margin-top: -1px;
  padding: 0;
  background: url(../img/company-numbers-bg.webp) no-repeat right top, var(--background);
}
@media screen and (max-width: 1080px) {
  .company-numbers-section {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  .company-numbers-section {
    background-position: center top;
  }
}

.company-numbers {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.6fr);
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .company-numbers {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 52px 30px;
  }
}
@media screen and (max-width: 560px) {
  .company-numbers {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.company-numbers__info {
  text-align: left;
}
.company-numbers__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 136px);
  color: var(--white);
  border-left: 1px solid var(--white);
  border-right: 1px solid var(--white);
}
@media screen and (max-width: 1080px) {
  .company-numbers__list {
    border-bottom: 1px solid var(--white);
  }
}
@media screen and (max-width: 560px) {
  .company-numbers__list {
    margin-top: 30px;
    width: 100%;
    border: 1px solid var(--white);
  }
}
.company-numbers__list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--white);
}
.company-numbers__list-item:last-child {
  border-bottom: none;
}
.company-numbers__list-item-number {
  font-weight: 900;
  font-size: 48px;
}
.company-numbers__list-item-title {
  font-size: 18px;
}
.company-numbers__all-services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
}
@media screen and (max-width: 1080px) {
  .company-numbers__all-services {
    grid-column: span 2;
    font-size: 14px;
  }
}
.company-numbers__all-services svg rect {
  transition: 0.3s;
}
.company-numbers__all-services svg path {
  transition: 0.3s;
}
.company-numbers__all-services:hover svg rect {
  fill: #fff;
}
.company-numbers__all-services:hover svg path {
  stroke: #092d37;
  fill: #092d37;
}

.reviews-section {
  background: url(../img/why-choose-bg.webp) no-repeat center 0, #f1f7fa;
}
.reviews-section--type2 {
  background-image: none;
}

.reviews-slider .swiper-wrapper {
  align-items: stretch;
}
.reviews-slider .swiper-slide {
  height: auto;
}
@media screen and (max-width: 1080px) {
  .reviews-slider .swiper-slide {
    width: 342px;
  }
}

.reviews-slide {
  height: 100%;
  text-align: left;
  border-radius: 10px;
  background: #fff;
}
.reviews-slide__info {
  padding: 20px;
  height: calc(100% - 115px);
}
.reviews-slide__info-icon {
  margin-bottom: 20px;
}
.reviews-slide__info-text {
  line-height: 120%;
}
.reviews-slide__footer {
  padding: 20px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  color: var(--white);
  border-radius: 0 0 10px 10px;
  background: var(--background);
}
.reviews-slide__autor {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
.reviews-slide__position {
  font-size: 14px;
  line-height: 140%;
}
.reviews-slide__company {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}

.reviews-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .reviews-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 620px) {
  .reviews-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.reviews-form {
  padding: 30px;
  border-radius: 10px;
  background: var(--white);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 50px;
}
@media screen and (max-width: 1080px) {
  .reviews-form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}
.reviews-form .form__footer {
  grid-column: span 2;
}
@media screen and (max-width: 1080px) {
  .reviews-form .form__footer {
    grid-column: span 1;
  }
}

.partners-section {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  background: var(--background);
}
.partners-section--type2 {
  padding-top: 0;
  padding-bottom: 100px;
  background: none;
}
@media screen and (max-width: 1080px) {
  .partners-section--type2 {
    padding-bottom: 50px;
  }
}

.partners-list {
  margin-top: 72px;
  margin-bottom: 116px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 1080px) {
  .partners-list {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 560px) {
  .partners-list {
    margin-top: 0;
    margin-bottom: 38px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }
}
.partners-list__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partners-slider {
  overflow: visible;
}
@media screen and (max-width: 1080px) {
  .partners-slider .swiper-slide {
    width: 109px;
  }
}
@media screen and (max-width: 560px) {
  .partners-slider .swiper-slide {
    width: 160px;
  }
}

.partners-slide {
  position: relative;
}
.partners-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(0, 137, 159, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
.partners-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 10px;
}

.partners-info-wrap {
  margin-top: -76px;
}
@media screen and (max-width: 1260px) {
  .partners-info-wrap .inside {
    padding: 0;
  }
}

.partners-info {
  margin-bottom: 50px;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
  background: var(--yellow);
}
@media screen and (max-width: 620px) {
  .partners-info {
    margin-bottom: 30px;
  }
}
.partners-info__inside {
  padding: 32px 20px;
  line-height: 140%;
  border-radius: 10px;
  border: 2px dotted var(--background);
}
@media screen and (max-width: 1080px) {
  .partners-info__inside {
    padding: 20px;
  }
}
.partners-info__inside span {
  font-weight: 700;
  text-transform: uppercase;
}
.partners-info__inside strong {
  font-weight: 900;
}

footer {
  padding: 50px 42px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px;
  border-top: 1px solid var(--white);
  background: #07242c;
}
@media screen and (max-width: 1080px) {
  footer {
    padding: 50px 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 28px;
  }
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .footer-info {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer-info__text {
  width: 100%;
  font-size: 12px;
  line-height: 133%;
  color: var(--white);
}
@media screen and (max-width: 1080px) {
  .footer-info__text {
    order: 3;
  }
}
@media screen and (max-width: 1080px) {
  .footer-info .logo {
    order: 1;
  }
}
@media screen and (max-width: 1080px) {
  .footer-info .soc {
    order: 2;
  }
}

.footer-nav {
  color: var(--white);
}
.footer-nav__title {
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .footer-nav__title {
    margin-bottom: 12px;
  }
}
.footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 114%;
}
@media screen and (max-width: 1080px) {
  .footer-nav__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
@media screen and (max-width: 560px) {
  .footer-nav__list {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-nav__list-item {
  color: var(--white);
}
@media screen and (max-width: 1080px) {
  .footer-nav__list-item {
    text-decoration: underline;
  }
}
.footer-nav__list-item:hover {
  text-decoration: underline;
}

.footer-contact {
  color: var(--white);
}
.footer-contact__title {
  margin-bottom: 20px;
  font-weight: 700;
}
.footer-contact__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1080px) {
  .footer-contact__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media screen and (max-width: 560px) {
  .footer-contact__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

.page-header-section {
  margin-top: -1px;
  position: relative;
  padding: 0;
  background: url(../img/about-us-bg.webp) no-repeat center 0;
}
.page-header-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(8, 45, 56) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.9;
}
.page-header-section::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  opacity: 0.5;
}

.page-header {
  position: relative;
  z-index: 10;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .page-header {
    height: 145px;
    gap: 10px;
  }
}
.page-header__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 100%;
  color: var(--white);
}
@media screen and (max-width: 560px) {
  .page-header__title {
    font-size: clamp(24px, 6vw, 36px);
  }
}

.breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.breadcrumbs ol li {
  color: var(--yellow);
}
.breadcrumbs ol li a {
  font-size: 18px;
  color: var(--white);
}
@media screen and (max-width: 620px) {
  .breadcrumbs ol li {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .breadcrumbs ol li:nth-last-child(2) {
    display: block;
  }
}
@media screen and (max-width: 620px) {
  .breadcrumbs ol li:last-child {
    display: block;
  }
}

.transcomgroup-section {
  padding-bottom: 140px;
  background: url(../img/why-choose-bg.webp) no-repeat center 0, #f1f7fa;
}
@media screen and (max-width: 1220px) {
  .transcomgroup-section {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 1080px) {
  .transcomgroup-section {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 560px) {
  .transcomgroup-section {
    padding-bottom: 110px;
  }
}

.transcomgroup {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  text-align: left;
}
@media screen and (max-width: 660px) {
  .transcomgroup {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
}
.transcomgroup__photo-wrap {
  position: relative;
  padding: 36px 70px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1220px) {
  .transcomgroup__photo-wrap {
    padding: 0;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1080px) {
  .transcomgroup__photo-wrap {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 660px) {
  .transcomgroup__photo-wrap {
    order: 2;
  }
}
.transcomgroup__photo {
  position: relative;
  min-width: 294px;
  width: 294px;
  height: 388px;
  border-radius: 10px;
}
@media screen and (max-width: 1220px) {
  .transcomgroup__photo {
    min-width: 227px;
    width: 227px;
    height: 299px;
    border-radius: 8px;
  }
}
.transcomgroup__photo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 137, 159) 100%);
  opacity: 0.5;
  z-index: 5;
}
.transcomgroup__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1220px) {
  .transcomgroup__photo img {
    border-radius: 8px;
  }
}
.transcomgroup__photo--type2 {
  position: relative;
  left: -147px;
  bottom: -120px;
  min-width: 271px;
  width: 271px;
  height: 301px;
  z-index: 10;
}
@media screen and (max-width: 1220px) {
  .transcomgroup__photo--type2 {
    left: -115px;
    bottom: -128px;
    min-width: 209px;
    width: 209px;
    height: 232px;
    border-radius: 8px;
  }
}
.transcomgroup__photo--type2::before {
  background: linear-gradient(90deg, rgb(0, 137, 159) 0%, rgba(0, 0, 0, 0) 100%);
}
.transcomgroup__photo--type2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.transcomgroup__photo-date {
  position: absolute;
  top: 75px;
  right: 90px;
  text-align: right;
  font-weight: 700;
  z-index: 10;
  line-height: 0.5;
}
@media screen and (max-width: 1220px) {
  .transcomgroup__photo-date {
    font-size: 12px;
    top: 30px;
    right: 15px;
  }
}
.transcomgroup__photo-date span {
  font-weight: 900;
  font-size: 73px;
  line-height: 1;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
@media screen and (max-width: 1220px) {
  .transcomgroup__photo-date span {
    font-size: 56px;
  }
}
.transcomgroup__info {
  margin-top: 130px;
}
@media screen and (max-width: 1220px) {
  .transcomgroup__info {
    margin-top: 8px;
  }
}
@media screen and (max-width: 660px) {
  .transcomgroup__info {
    order: 1;
  }
}
.transcomgroup__info .title {
  margin-bottom: 50px;
}
@media screen and (max-width: 560px) {
  .transcomgroup__info .title {
    margin-bottom: 24px;
  }
}
.transcomgroup__info .title-text {
  font-size: 16px;
  line-height: 1.25;
}

.international-transport-section {
  background: url(../img/international-transport-bg.webp) no-repeat top left, #f1f7fa;
}
@media screen and (max-width: 560px) {
  .international-transport-section {
    background: #f1f7fa;
  }
}

.international-transport {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 50px;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .international-transport {
    padding-top: 25px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 560px) {
  .international-transport {
    padding-top: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
  }
}
.international-transport__info .title {
  margin-bottom: 50px;
}
@media screen and (max-width: 560px) {
  .international-transport__info .title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1080px) {
  .international-transport__info .title-text {
    font-size: 16px;
  }
}
.international-transport__photo img {
  max-width: 100%;
}

.advantages-section {
  background: url(../img/advantages-bg.webp) no-repeat top right, var(--background);
}

.advantages-list {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .advantages-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 560px) {
  .advantages-list {
    margin-bottom: 28px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}
.advantages-list__item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 700;
  line-height: 120%;
  border-radius: 10px;
  background: url(../img/advantages-list-item-bg.webp) no-repeat top left, var(--white);
}
.advantages-list__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 100px);
}

.advantages-info {
  padding: 20px;
  text-align: left;
  border-radius: 10px;
  background: #21424c;
}
.advantages-info__inside {
  padding: 32px 20px;
  line-height: 140%;
  border-radius: 10px;
  border: 2px dotted var(--white);
  color: var(--white);
}
@media screen and (max-width: 1080px) {
  .advantages-info__inside {
    padding: 20px;
  }
}
.advantages-info__inside span {
  font-weight: 700;
}

.advantages-video-section {
  background: url(../img/advantages-video-bg.webp) no-repeat bottom left, var(--white);
}

.advantages-video {
  margin-top: 50px;
}
@media screen and (max-width: 560px) {
  .advantages-video {
    margin-top: 30px;
  }
}
.advantages-video img,
.advantages-video video,
.advantages-video iframe {
  max-width: 100%;
  aspect-ratio: 1180/630;
}

.documents-section {
  background: url(../img/documents-bg.webp) no-repeat bottom left, var(--background);
}

.documents .title {
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .documents .title {
    margin-bottom: 26px;
  }
}

.documents-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .documents-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.documents-list__item--big {
  grid-column: span 2;
}
.documents-list__item img {
  max-width: 100%;
}
@media screen and (max-width: 1080px) {
  .documents-list__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.consultation-section {
  background: url(../img/advantages-bg.webp) no-repeat top right, var(--background);
}

.consultation {
  margin-top: 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
}
@media screen and (max-width: 1220px) {
  .consultation {
    grid-template-columns: minmax(0, 1fr);
  }
}
.consultation__form {
  padding: 34px;
  padding-right: 50px;
  border-radius: 10px 0 0 10px;
  background: var(--white);
}
@media screen and (max-width: 1220px) {
  .consultation__form {
    order: 2;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 560px) {
  .consultation__form {
    padding: 34px 16px;
  }
}
.consultation__photo {
  height: 100%;
  border-radius: 0 10px 10px 0;
  background: url(../img/consultation-photo-bg.webp) no-repeat center 0;
  background-size: cover;
}
@media screen and (max-width: 1220px) {
  .consultation__photo {
    order: 1;
    border-radius: 10px 10px 0 0;
  }
}
.consultation__photo img {
  display: block;
  margin-top: -36px;
}
@media screen and (max-width: 1220px) {
  .consultation__photo img {
    margin: 0 auto;
    margin-top: -52px;
    width: 100%;
  }
}

.services-one-section {
  padding-top: 50px;
  background: #f1f7fa;
}

.services-one-wrap {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .services-one-wrap {
    grid-template-columns: minmax(0, 1fr);
  }
}

.services-one-nav {
  padding: 30px;
  text-align: left;
  border: 1px solid rgba(8, 45, 56, 0.1);
  border-radius: 10px;
  background: var(--white);
}
@media screen and (max-width: 1080px) {
  .services-one-nav {
    display: none;
  }
}
.services-one-nav__title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 18px;
}
.services-one-nav__list {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--background);
}
.services-one-nav__list a {
  padding: 10px 0;
  padding-right: 50px;
  min-height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  color: var(--background);
  background: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.7472 20.1222L26.8466 20.2341C27.0588 20.4939 27.1395 20.7511 27.1325 20.9854C27.1243 21.2561 26.9977 21.5318 26.752 21.7775L22.3278 26.2017C22.274 26.2561 22.2125 26.3021 22.1455 26.3384L22.0764 26.3716C21.9821 26.4112 21.8805 26.432 21.7781 26.4323C21.6759 26.4327 21.5744 26.4133 21.4798 26.3743C21.3852 26.3353 21.2988 26.2775 21.2264 26.2052C21.1541 26.1329 21.0969 26.0469 21.0579 25.9524C21.0189 25.8578 20.9989 25.7558 20.9992 25.6534C20.9995 25.5765 21.0111 25.5001 21.0337 25.4269L21.06 25.3551C21.0897 25.2845 21.13 25.2191 21.1787 25.1604L21.2298 25.1038L24.6052 21.7284H13.5193C13.3137 21.7278 13.1166 21.6459 12.9711 21.5006C12.8437 21.3732 12.764 21.2059 12.7459 21.0282L12.7425 20.9516C12.7434 20.7462 12.8258 20.5492 12.9711 20.404C13.0984 20.2768 13.2652 20.1976 13.4427 20.1796L13.5193 20.1761H24.6052L21.2326 16.8035C21.0887 16.6576 21.0082 16.4602 21.0089 16.2553C21.0096 16.0504 21.0913 15.8539 21.2361 15.709C21.3809 15.5642 21.5775 15.4827 21.7823 15.4819C21.9361 15.4813 22.0859 15.5262 22.2125 15.6096L22.3306 15.7056L26.7472 20.1222Z' fill='%23082D38' stroke='white' stroke-width='0.5' /%3E%3C/svg%3E") no-repeat center right;
  transition: 0.3s;
}
.services-one-nav__list a.active {
  font-weight: 700;
  border-color: var(--yellow);
}
.services-one-nav__list a:hover {
  border-color: var(--yellow);
}

.services-one-list-title {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: clamp(22px, 4.5vw, 30px);
  text-align: left;
}
.services-one-list-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--yellow);
}

.services-one-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 620px) {
  .services-one-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.services-one-list__item {
  position: relative;
}
.services-one-list__photo {
  height: 190px;
  border-radius: 10px;
}
.services-one-list__photo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #082d38;
  opacity: 0.9;
  z-index: 10;
}
.services-one-list__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.services-one-list__info {
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  z-index: 20;
}
.services-one-list__title {
  min-height: 50px;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--white);
}
@media screen and (max-width: 620px) {
  .services-one-list__title {
    align-items: center;
  }
}

@media screen and (max-width: 620px) {
  .fleet-photo-section {
    padding-top: 30px;
  }
}

.fleet-photo-tabs {
  margin-bottom: 50px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 620px) {
  .fleet-photo-tabs {
    margin-bottom: 30px;
  }
}
.fleet-photo-tabs__item {
  padding: 12px 20px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: var(--white);
  border-radius: 25px;
  background: var(--background);
}
@media screen and (max-width: 620px) {
  .fleet-photo-tabs__item {
    padding: 7px 10px;
    font-size: 12px;
  }
}
.fleet-photo-tabs__item.active {
  color: var(--background);
  background: var(--yellow);
}

.fleet-photo {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media screen and (max-width: 920px) {
  .fleet-photo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 620px) {
  .fleet-photo {
    gap: 10px;
  }
}
.fleet-photo img {
  max-width: 100%;
  border-radius: 10px;
  cursor: pointer;
}

.fleet-photo-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 1180px) {
  .fleet-photo-arrow {
    top: 100%;
    transform: translateY(-100%);
  }
}
.fleet-photo-arrow svg path {
  transition: 0.3s;
}
.fleet-photo-arrow--prev {
  left: 60px;
}
@media screen and (max-width: 1180px) {
  .fleet-photo-arrow--prev {
    left: 0;
  }
}
.fleet-photo-arrow--next {
  right: 60px;
}
@media screen and (max-width: 1180px) {
  .fleet-photo-arrow--next {
    right: 0;
  }
}
.fleet-photo-arrow.swiper-button-disabled svg path {
  fill: #fff;
}

.fleet-photo-slide {
  padding: 50px 0;
  position: relative;
  display: block;
}
.fleet-photo-slide img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.fleet-photo-slide__text {
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  text-align: center;
}

.fleet-photo-pagination {
  width: auto;
  position: absolute;
  top: 30px;
  left: 40px;
  bottom: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 137%;
  color: var(--white);
}
@media screen and (max-width: 1180px) {
  .fleet-photo-pagination {
    left: 15px;
  }
}

.vacancies-section {
  background: #f1f7fa;
}
@media screen and (max-width: 1080px) {
  .vacancies-section {
    padding-top: 30px;
  }
}

.vacancies-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vacancies-item {
  padding: 24px 20px;
  border-radius: 10px;
  background: var(--white);
}
@media screen and (max-width: 560px) {
  .vacancies-item {
    padding: 24px 14px;
  }
}
.vacancies-item__title-wrap {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .vacancies-item__title-wrap {
    flex-wrap: wrap;
    gap: 14px;
  }
}
.vacancies-item__title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--background);
}
@media screen and (max-width: 560px) {
  .vacancies-item__title {
    order: 2;
  }
}
.vacancies-item__date {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 560px) {
  .vacancies-item__date {
    order: 1;
    width: 100%;
  }
}
.vacancies-item__info-wrap {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .vacancies-item__info-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
  }
}
@media screen and (max-width: 560px) {
  .vacancies-item__info-wrap {
    font-size: 14px;
    gap: 12px;
  }
}
.vacancies-item__info {
  display: flex;
  gap: 10px;
  text-align: left;
}
.vacancies-item__info span {
  font-weight: 700;
}
.vacancies-item__description {
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.25;
}
@media screen and (max-width: 560px) {
  .vacancies-item__description {
    font-size: 14px;
  }
}
.vacancies-item__description span {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .vacancies-item__description span {
    font-size: 16px;
  }
}
.vacancies-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 560px) {
  .vacancies-item__footer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 560px) {
  .vacancies-item__footer .button {
    margin: 0 auto;
  }
}
.vacancies-item__salary {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .vacancies-item__salary {
    width: 100%;
  }
}
.vacancies-item__salary span {
  font-size: 18px;
}

.vacancies-one__title-wrap {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .vacancies-one__title-wrap {
    flex-wrap: wrap;
    gap: 14px;
  }
}
.vacancies-one__title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--background);
}
@media screen and (max-width: 720px) {
  .vacancies-one__title {
    font-size: clamp(22px, 4.5vw, 30px);
  }
}
@media screen and (max-width: 560px) {
  .vacancies-one__title {
    order: 2;
  }
}
.vacancies-one__date {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 560px) {
  .vacancies-one__date {
    order: 1;
    width: 100%;
  }
}
.vacancies-one__info-list {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vacancies-one__info {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  text-align: left;
}
.vacancies-one__info:last-child {
  font-weight: 700;
  font-size: 18px;
}
.vacancies-one__info span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}
.vacancies-one__text {
  padding: 34px 0;
  margin-bottom: 30px;
  border-top: 1px solid var(--background);
  border-bottom: 1px solid var(--background);
}
.vacancies-one__text h1,
.vacancies-one__text h2,
.vacancies-one__text h3,
.vacancies-one__text h4,
.vacancies-one__text h5,
.vacancies-one__text h6 {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.vacancies-one__text h1::before,
.vacancies-one__text h2::before,
.vacancies-one__text h3::before,
.vacancies-one__text h4::before,
.vacancies-one__text h5::before,
.vacancies-one__text h6::before {
  display: none;
}
.vacancies-one__text ul li {
  padding-left: 34px;
}
.vacancies-one__text ul li + li {
  margin-top: 16px;
}
.vacancies-one__text ul li::before {
  left: 7px;
  top: 7px;
  width: 7px;
  height: 7px;
  background: var(--yellow);
}
.vacancies-one__text p {
  margin-bottom: 10px;
}
.vacancies-one__contact {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.vacancies-one__contact-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: clamp(20px, 4vw, 24px);
}
.vacancies-one__contact-text {
  margin-bottom: 12px;
  font-size: 16px;
}
.vacancies-one__contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1080px) {
  .vacancies-one__contact-info {
    align-items: flex-start;
  }
}
.vacancies-one__contact-info + .vacancies-one__contact-info {
  margin-top: 6px;
}
@media screen and (max-width: 560px) {
  .vacancies-one__contact-info + .vacancies-one__contact-info {
    margin-top: 10px;
  }
}
.vacancies-one__contact-info span {
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .vacancies-one__contact-info span {
    display: block;
  }
}
.vacancies-one__contact-info a {
  color: var(--background);
}
.vacancies-one__contact-info a:hover {
  text-decoration: underline;
}

.vacancies-one-form {
  padding: 30px;
  gap: 30px;
  border-radius: 10px;
  background: var(--white);
}
@media screen and (max-width: 620px) {
  .vacancies-one-form {
    padding: 30px 15px;
  }
}

.contacts-section {
  background: #f1f7fa;
}
@media screen and (max-width: 1080px) {
  .contacts-section {
    padding-top: 30px;
  }
}

.contacts {
  margin-bottom: 50px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  border-radius: 10px;
  background: var(--white);
}
@media screen and (max-width: 1080px) {
  .contacts {
    margin-bottom: 30px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 44px;
  }
}
@media screen and (max-width: 620px) {
  .contacts {
    padding: 30px 16px;
  }
}

.contacts-title {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 24px;
  text-align: left;
  color: var(--background);
}
@media screen and (max-width: 620px) {
  .contacts-title {
    font-size: 20px;
  }
}

.contacts-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: left;
  color: var(--background);
}
.contacts-info__item {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 620px) {
  .contacts-info__item {
    align-items: flex-start;
  }
}
.contacts-info__item--type2 .contacts-info__text {
  text-decoration: underline;
}
.contacts-info__text {
  font-size: 18px;
  color: var(--background);
  word-break: break-all;
}
.contacts-info__text span {
  display: block;
  margin-bottom: 4px;
  display: block;
  font-weight: 700;
}

.contacts-management-wrap {
  padding: 30px;
  border-radius: 10px;
  background: var(--white);
}
@media screen and (max-width: 620px) {
  .contacts-management-wrap {
    padding: 30px 16px;
  }
}

.contacts-management {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .contacts-management {
    gap: 10px;
  }
}
@media screen and (max-width: 620px) {
  .contacts-management {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}
.contacts-management__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contacts-management__title {
  font-weight: 700;
  font-size: 18px;
  color: var(--background);
}
.contacts-management__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts-management__info--type2 {
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--background);
}
.contacts-management__info span {
  display: block;
}

.contacts-map {
  width: 100%;
  height: 940px;
}
@media screen and (max-width: 620px) {
  .contacts-map {
    height: 640px;
  }
}
.contacts-map iframe {
  width: 100%;
  height: 100%;
}

.page404-section {
  background: url(../img/page404-bg1.webp) no-repeat bottom left, url(../img/page404-bg2.webp) no-repeat bottom right, url(../img/why-choose-bg.webp) no-repeat center 0, #f1f7fa;
}
@media screen and (max-width: 1280px) {
  .page404-section {
    background: url(../img/page404-bg2.webp) no-repeat bottom right, url(../img/why-choose-bg.webp) no-repeat left top, #f1f7fa;
  }
}
@media screen and (max-width: 620px) {
  .page404-section {
    background: #f1f7fa;
  }
}

.page404 {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 920px) {
  .page404 {
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 620px) {
  .page404 {
    padding-bottom: 0;
  }
}
.page404__photo img {
  max-width: 100%;
}
.page404__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: var(--background);
}
@media screen and (max-width: 920px) {
  .page404__title {
    font-size: clamp(26px, 6vw, 48px);
  }
}
.page404__text {
  max-width: 810px;
  font-size: 18px;
  text-align: center;
  color: var(--background);
}

.thank-page-section {
  padding: 118px 0;
}
@media screen and (max-width: 1080px) {
  .thank-page-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 620px) {
  .thank-page-section {
    padding: 30px 0;
  }
}

.thank-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 620px) {
  .thank-page__icon img,
  .thank-page__icon svg {
    width: 100px;
  }
}
.thank-page__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: var(--background);
}
@media screen and (max-width: 920px) {
  .thank-page__title {
    font-size: clamp(26px, 6vw, 48px);
  }
}
.thank-page__text {
  max-width: 810px;
  font-size: 18px;
  text-align: center;
  color: var(--background);
}
.thank-page__links {
  margin-top: 30px;
}
@media screen and (max-width: 620px) {
  .thank-page__links {
    margin-top: 10px;
  }
}

.popup-contact-form {
  gap: 30px;
}

/*----------------Спец-классы для обнуления, font-weight и остального------------------*/
/*----------------Margin, padding, width-----------------*/
*[class*="--mt-0"] {
  margin-top: 0;
}

*[class*="--mt-5"] {
  margin-top: 5px;
}

*[class*="--mt-10"] {
  margin-top: 10px;
}

*[class*="--mt-15"] {
  margin-top: 15px;
}

*[class*="--mt-20"] {
  margin-top: 20px;
}

*[class*="--mt-25"] {
  margin-top: 25px;
}

*[class*="--mt-30"] {
  margin-top: 30px;
}

*[class*="--mt-35"] {
  margin-top: 35px;
}

*[class*="--mt-40"] {
  margin-top: 40px !important;
}

*[class*="--mt-45"] {
  margin-top: 45px !important;
}

*[class*="--mt-50"] {
  margin-top: 50px !important;
}

*[class*="--mt-4"] {
  margin-top: 4px;
}

*[class*="--mt-8"] {
  margin-top: 8px;
}

*[class*="--mt-12"] {
  margin-top: 12px;
}

*[class*="--mt-16"] {
  margin-top: 16px;
}

*[class*="--mt-24"] {
  margin-top: 24px;
}

*[class*="--mt-28"] {
  margin-top: 28px;
}

*[class*="--mt-32"] {
  margin-top: 32px;
}

*[class*="--mt-48"] {
  margin-top: 48px;
}

*[class*="--mb-0"] {
  margin-bottom: 0;
}

*[class*="--mb-5"] {
  margin-bottom: 5px;
}

*[class*="--mb-15"] {
  margin-bottom: 15px;
}

*[class*="--mb-20"] {
  margin-bottom: 20px;
}

*[class*="--mb-25"] {
  margin-bottom: 25px;
}

*[class*="--mb-30"] {
  margin-bottom: 30px;
}

*[class*="--mb-35"] {
  margin-bottom: 35px;
}

*[class*="--mb-40"] {
  margin-bottom: 40px !important;
}

*[class*="--mb-45"] {
  margin-bottom: 45px;
}

*[class*="--mb-50"] {
  margin-bottom: 50px !important;
}

*[class*="--mb-4"] {
  margin-bottom: 4px;
}

*[class*="--mb-8"] {
  margin-bottom: 8px;
}

*[class*="--mb-12"] {
  margin-bottom: 12px;
}

*[class*="--mb-16"] {
  margin-bottom: 16px;
}

*[class*="--mb-24"] {
  margin-bottom: 24px;
}

*[class*="--mb-32"] {
  margin-bottom: 32px;
}

*[class*="--mb-48"] {
  margin-bottom: 48px;
}

*[class*="--ml-0"] {
  margin-left: 0;
}

*[class*="--mr-0"] {
  margin-right: 0;
}

*[class*="--p-0"] {
  padding: 0;
}

*[class*="--pt-0"] {
  padding-top: 0;
}

*[class*="--pb-0"] {
  padding-bottom: 0;
}

*[class*="--pl-0"] {
  padding-left: 0;
}

*[class*="--pr-0"] {
  padding-right: 0;
}

*[class*="--width-100"] {
  width: 100%;
}

*[class*="--width-50"] {
  width: 50%;
}

/*----------------GAPS-----------------*/
*[class*="--gap-5"] {
  gap: 5px;
}

*[class*="--gap-10"] {
  gap: 10px;
}

*[class*="--gap-15"] {
  gap: 15px;
}

*[class*="--gap-20"] {
  gap: 20px;
}

*[class*="--gap-25"] {
  gap: 25px;
}

*[class*="--gap-30"] {
  gap: 30px;
}

*[class*="--gap-35"] {
  gap: 35px;
}

*[class*="--gap-40"] {
  gap: 40px !important;
}

*[class*="--gap-45"] {
  gap: 45px;
}

*[class*="--gap-50"] {
  gap: 50px !important;
}

*[class*="--gap-4"] {
  gap: 4px;
}

*[class*="--gap-8"] {
  gap: 8px;
}

*[class*="--gap-12"] {
  gap: 12px;
}

*[class*="--gap-16"] {
  gap: 16px;
}

*[class*="--gap-24"] {
  gap: 24px;
}

*[class*="--gap-32"] {
  gap: 32px;
}

*[class*="--gap-48"] {
  gap: 48px;
}

/*----------------Borders-----------------*/
*[class*="--border-none"] {
  border: none;
}

*[class*="--border-radius-50"] {
  border-radius: 50%;
}

/*----------------Font-weight-----------------*/
*[class*="--fw-300"] {
  font-weight: 300;
}

*[class*="--fw-400"] {
  font-weight: 400;
}

*[class*="--fw-500"] {
  font-weight: 500;
}

*[class*="--fw-600"] {
  font-weight: 600;
}

*[class*="--fw-700"] {
  font-weight: 700;
}

*[class*="--fw-800"] {
  font-weight: 800;
}

*[class*="--fw-900"] {
  font-weight: 900;
}

/*----------------Text-align----------------*/
*[class*="--ta-l"] {
  text-align: left;
}

*[class*="--ta-c"] {
  text-align: center;
}

*[class*="--ta-r"] {
  text-align: right;
}

/*----------------Colors-----------------*/
*[class*="--red"] {
  color: red;
}

*[class*="--green"] {
  color: green;
}

*[class*="--yellow"] {
  color: yellow;
}

/*----------------Конец спец-классов------------------*//*# sourceMappingURL=style.css.map */