/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 130%;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

/* Common */

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

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

ul,
ul li {
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

strong {
  font-weight: 600;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type="file"] {
  max-width: 100%;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat-regular.woff2") format("woff2"),
    url("/fonts/montserrat-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat-medium.woff2") format("woff2"),
    url("/fonts/montserrat-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat-semibold.woff2") format("woff2"),
    url("/fonts/montserrat-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ActayWide";
  src: url("/fonts/actaywide-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ActayWide";
  src: url("/fonts/actaywide-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ActayWideItalic";
  src: url("/fonts/actaywide-bolditalic.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

/**Fancybox*/
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #007aad;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
#fancybox-left-ico {
  left: 20px;
}
#fancybox-right-ico {
  left: auto;
  right: 20px;
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes a {
  to {
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #039adb;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**Select2*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  z-index: 150;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  /* height: 28px; */
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 4px;
  padding-right: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.10);
  border: none;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 19px;
  left: -100000px;
  width: 100%;
  min-width: 150px;
  z-index: 30;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 10px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 16px;
  text-align: start;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  font-size: 14px;
  text-align: end;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 10px;
  margin-left: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 7L10 0L0 0L5 7Z' fill='black'/%3e%3c/svg%3e")
    center no-repeat;
    display: block;
  width: 10px;
  height: 10px;
  background-size: contain;
  margin-top: 3px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:hover {
    -webkit-filter: drop-shadow(0px 0px 12.5px var(--main-accent-color));
  filter: drop-shadow(0px 0px 12.5px var(--main-accent-color));
  }
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  /* border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; */
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #000;
  background: #FFD79E;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 100%;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #000;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #710C17;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  /* line-height: 28px; */
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #000;
  background: #FFD79E;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: none;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
@media screen and (max-width: 1199px) {
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
    font-size: 13px;
  }
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-cube-shadow,
  .swiper-slide {
    transform-style: preserve-3d;
  }
}
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: #00000026;
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, #00000080, #0000);
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, #00000080, #0000);
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, #00000080, #0000);
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, #00000080, #0000);
  }
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible,
.swiper:not(.swiper-watch-progress) {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode {
  .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}
.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}
.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal {
  .swiper-button-next,
  .swiper-button-prev,
  ~ .swiper-button-next,
  ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next,
  & ~ .swiper-button-prev,
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev,
  & ~ .swiper-button-next,
  .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next,
  & ~ .swiper-button-prev,
  .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-next,
  .swiper-button-prev,
  ~ .swiper-button-next,
  ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled,
  .swiper-pagination-disabled > & {
    display: none !important;
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active,
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  button& {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
  }
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-horizontal > &,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  &.swiper-scrollbar-disabled,
  .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal,
  .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical,
  .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}
.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #00000080);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
  > canvas,
  > img,
  > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube {
  .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}
.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right,
  .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip {
  .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right,
  .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
  }
}

/* ================================================================================================================================================== */

.container {
  max-width: 1800px;
  padding: 0 20px;
  margin: 0 auto;
}

.logo-wrap img {
  width: 300px;
  height: 67px;
}

header ul li {
  list-style: none;
}

header ul li a {
  font-weight: 500;
}

header ul {
  display: flex;
  gap: 24px;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header {
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: 0px 8px 10px -1px rgba(34, 60, 80, 0.3);
}

.logo-wrap {
  margin-right: auto;
}

.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  gap: 15px;
}
.flag {
  font-size: 20px;
  line-height: 100%;
}

.flag img {
  width: 28px;
  height: 20px;
}

.enterprises-item:hover {
  text-decoration: none;
}

.arrow {
  font-size: 14px;
  transition: transform 0.3s;
}
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: none;
  border-radius: 0 0 5px 5px;
  display: none;
  z-index: 10;
}
.dropdown-item {
  padding: 10px 0 10px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.language-switcher.open .dropdown {
  display: block;
}
.language-switcher.open .arrow {
  transform: rotate(180deg);
}

.language-switcher > img {
  width: 28px;
  height: 20px;
  display: block;
}

body {
  background: #f0f0f0;
}

.right-block {
  display: flex;
}

.search-wrap {
  background: #fff;
  margin-right: 18px;
}

.search-wrap input {
  position: absolute;
  background: #e0e0e0;
  width: 50%;
  left: 50%;
  top: -100vh;
  border-radius: 8px;
  padding: 8px 16px;
  z-index: 10;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}

.search-wrap.search-active input {
  top: 25%;
}

.lupa {
  background: #f0f0f0;
  height: 100%;
  min-width: 22px;
  cursor: pointer;
  object-fit: contain;
}

.language-switcher .arrow {
  height: 8px;
}

h1 {
  font-size: 100px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 100%;
}

h1 span {
  font-size: inherit;
  font-weight: inherit;
  color: #224967;
  line-height: inherit;
  font-family: inherit;
}

.main-section .flex {
  justify-content: space-between;
}

.main-section .right-block {
  justify-content: end;
}

.main-section .left-block {
  width: 225px;
}

.main-section {
  margin-top: 63px;
}

.flex {
  display: flex;
}

.main-section h1 {
  width: 55%;
  font-size: 80px;
}

.main-img {
  width: 100%;
  height: 769px;
  object-fit: cover;
  border-radius: 20px;
}

.top-block {
  margin-bottom: 48px;
}

.content-block {
  position: absolute;
  bottom: 32px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  max-width: 582px;
  padding: 0 48px 44px 48px;
}

.content-block::after {
  content: "";
  background: url(img/vector-white.png);
  width: 100%;
  height: 100px;
  display: inline-block;
  top: -99px;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
}

.content-block .wrap-content {
  font-size: 28px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-bottom: 36px;
}

.pos-relative {
  position: relative;
}

.btn {
  padding: 16.5px 26px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.btn.black {
  background: #1a1a1a;
  color: #fff;
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
}

.wrap-content {
  margin-top: -20px;
  position: relative;
  z-index: 10;
  width: 90%;
}

.btn.gray {
  background: #eee;
  padding: 16.5px 38.5px;
  font-weight: 500;
  text-decoration: none;
}

.flex-btns {
  display: flex;
  gap: 14px;
}

.search-page {
  height: 100%;
}

.search-wrap input.none {
  display: none;
}

.simplesearch-results {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
}

.simplesearch-paging {
  margin-bottom: 30px;
}

.simplesearch-results-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.simplesearch-result-pages {
  font-size: 20px;
}

.simplesearch-results .simplesearch-highlight {
  font-weight: 500;
  font-size: 30px;
}

.search-page body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.btn:hover {
  background: #9aa8b3;
  color: #fff;
}

section {
  margin-bottom: 150px;
}

h2 {
  font-size: 62px;
  font-weight: 700;
  font-family: "ActayWide";
  line-height: 120%;
}

h2 span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: 120%;
}

.about-the-group-section h2 > span {
  color: #9c9c9c;
}

.about-the-group-section h2 span span {
  color: #9aa8b3;
}

.about-the-group-section h2 {
  width: 75%;
}

.wrap-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 70px;
}

.btn.aqua {
  background: #9aa8b3;
  color: #fff;
  font-weight: 500;
  padding: 18.5px 68px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn.aqua:hover {
  background: #000;
}

header {
  background: #f0f0f0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}

main {
  margin-top: 190px;
}

.left-descr p {
  margin-bottom: 10px;
}

.left-descr {
  width: 100%;
}

main ul {
  padding-left: 20px;
}

.wrap-descr {
  display: flex;
  gap: 165px;
}

.right-descr {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.social-mission-offer-section .bottom-descr.destroy-padding {
  padding-left: 0;
}

.adv-bg {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 24px;
  padding-top: 170px;
  position: relative;
  z-index: 10;
  height: 100%;
}

.advantages-list {
  display: flex;
  gap: 230px 23px;
  flex-wrap: wrap;
}

.advantages-item {
  width: calc((100% - 2 * 23px) / 3);
  position: relative;
}

.advantages-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 208px;
  background: url(/img/vector-adv.png);
  position: absolute;
  top: -183px;
  background-size: contain;
  background-repeat: no-repeat;
}

.advantages-item.blue::after {
  content: "";
  display: block;
  width: 100%;
  height: 208px;
  background: url(/img/vector-blue.png);
  position: absolute;
  top: -183px;
  background-repeat: no-repeat;
  background-size: contain;
}

.advantages-item.blue .adv-bg {
  background: #102c41;
  color: #fff;
}

.advantages-item.blue p {
  color: #fff;
}

.advantages-item.blue span {
  border: 1px solid #fff;
}

.advantages-item img {
  width: 244px;
  height: 244px;
  border-radius: 20px;
  top: -160px;
  left: 24px;
  position: absolute;
  object-fit: cover;
}

.advantages-item span {
  display: flex;
  width: 172px;
  height: 57px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 30px;
  margin-bottom: 25px;
}

.advantages-item h2 {
  font-size: 42px;
  margin-bottom: 4px;
}

.advantages-item.blue h2 {
  font-size: 100px;
}

.advantages-item p {
  font-size: 24px;
  font-weight: 600;
  color: #3d3d3d;
}

.advantages-section {
  padding-top: 190px;
}

.advantages-item.blue h3 {
  position: absolute;
  font-size: 42px;
  font-weight: 700;
  top: -165px;
  width: 60%;
  line-height: 120%;
}

.decor-section {
  padding: 50px 0;
}

.decor-section h2 {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  font-size: 100px;
  line-height: 100%;
}

.decor-section h2 span {
  line-height: 100%;
  color: #9aa8b3;
}

.our-enterprises-section h2 {
  margin-bottom: 62px;
}

.enterprises-list {
  counter-reset: item-counter;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.enterprises-item {
  counter-increment: item-counter;
  display: flex;
  gap: 37px;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 25.5px 24px;
}

.enterprises-item .column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.enterprises-item .column h3 {
  font-size: 20px;
  line-height: 115%;
  font-weight: 700;
  font-family: "ActayWide";
}

.enterprises-item .column p {
  line-height: 150%;
  color: #5c5c6f;
}

.numb {
  position: relative;
}

.numb::before {
  content: counter(item-counter, decimal-leading-zero);
  color: #9aa8b3;
  font-size: 54px;
  font-weight: 700;
  font-family: "ActayWide";
  display: block;
  width: 77px;
}

.btn.white {
  background: #fff;
  padding: 18.5px 68px;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}

.vacancies-item:nth-child(n+5) {
    display: none;
}

/* Класс для показа всех элементов */
.vacancies-list.show-all .vacancies-item {
    display: block;
}

.btn.white:hover {
  background: #000;
  color: #fff;
}

.title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 62px;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 112px;
}

.news-list {
  counter-reset: news-counter;
}

.news-item {
  counter-increment: news-counter;
}

.news-item .numb::before {
  content: counter(news-counter, decimal-leading-zero);
}

.news-item img {
  border-radius: 20px;
}

.news-item .prev-img {
  width: 600px;
  min-width: 600px;
  height: 272px;
  object-fit: cover;
}

.news-item .column {
  width: 58%;
}

.news-item .column h3 {
  font-size: 38px;
  line-height: 115%;
  font-weight: 600;
  margin-bottom: 20px;
}

.news-item .flex {
  justify-content: space-between;
  gap: 40px;
}

.news-item .column p {
  width: 83%;
  margin-bottom: 22px;
  color: #5c5c6f;
}

.news-item .column a img {
  filter: invert(1);
}

.news-item .column a {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-item .numb::before {
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 48px;
  color: #9c9c9c;
}

.swiper-btn {
  background: #9aa8b3;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.swiper-btn:hover {
  background: #000;
}

.gallery-btns {
  display: flex;
  gap: 18px;
}

.gallery-section {
  background: #fff;
  border-radius: 20px;
  padding: 80px 0;
  overflow: hidden;
}

.swiper-partners {
  overflow: hidden;
}

.map-wrap {
  height: 360px;
  width: 65%;
}

.map-wrap iframe {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

.contacts-section h2 {
  margin-bottom: 62px;
}

.social-item {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  outline: 1px solid #000;
}

.social-item:hover {
  background: #fff;
}

.social-item:hover img {
  filter: invert(1);
}

.social-item img {
  object-fit: scale-down;
  transition: all 0.3s ease-in-out;
}

.social-list {
  display: flex;
  gap: 16px;
}

.contacts-block {
  width: 700px;
}

.contacts-item h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #8e8e8e;
  opacity: 0.6;
}

.contacts-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contacts-section .flex {
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.contacts-item .btn.black {
  flex-direction: row;
  justify-content: center;
}

.flex-row {
  display: flex;
  gap: 60px;
}

.contacts-block .left {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.contacts-block .right {
  display: flex;
  flex-direction: column;
  gap: 63px;
}

footer {
  background: #102c41;
  border-radius: 60px 60px 0 0;
  padding: 80px 0;
}

.logo-footer {
  margin-bottom: 72px;
  display: inline-block;
}

footer nav ul li {
  list-style: none;
  line-height: 140%;
  color: #d4d5d9;
}

footer nav ul li span {
  opacity: 0.4;
}

footer nav ul li a {
  color: #d4d5d9;
  font-weight: 500;
}

footer nav ul li a:visited,
footer nav ul li a:link {
  color: #d4d5d9;
  font-weight: 500;
}

footer nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

footer nav {
  width: 35%;
}

.center {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 72px;
  margin-bottom: 34px;
  border-bottom: 1px solid #4b4b4b;
}

.cotancts-footer,
.cotancts-footer a {
  color: #fff;
}

.cotancts-footer {
  display: flex;
  gap: 52px;
}

.cotancts-footer .cotancts-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cotancts-footer .cotancts-item span {
  font-size: 12px;
  text-transform: uppercase;
  color: #d4d5d9;
  font-weight: 500;
  opacity: 0.6;
}

footer .bottom .left {
  opacity: 0.6;
  line-height: 140%;
  color: #d4d5d9;
}

footer .bottom {
  display: flex;
  justify-content: space-between;
}

footer .bottom .flex {
  display: flex;
  gap: 39px;
}

footer .bottom .flex a {
  color: #fff;
}

.breadcrumbs ul li {
  list-style: none;
}

.breadcrumbs ul {
  display: flex;
  gap: 2px;
  align-items: center;
  padding-left: 0;
}

.breadcrumbs {
  margin-bottom: 42px;
}

.breadcrumbs a {
  color: #9c9c9c;
}

.quality-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 41px;
}

.quality-wrap p {
  width: 45%;
}

.vacancies-list-section .btn.white.more-vac-btn {
  display: none;
}

.swiper-gall .swiper-slide {
  border-radius: 20px;
  height: 563px;
  overflow:hidden;
  object-fit: cover;
}

.swiper-gall .swiper-slide img {
  height: 100%;
}

.quality-img {
  width: 100%;
  object-fit: cover;
  height: 382px;
  border-radius: 20px;
}

.tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 42px;
}

.tab-button {
  padding: 16px 24px;
  cursor: pointer;
  font-size: 18px;
  background: #b8c5cf;
  border-bottom: 2px solid transparent;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
}

.tab-button.active {
  background: #9aa8b3;
}

.tab-content {
  display: none;
  margin-top: 10px;
}

.tab-content.active {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.certificate-section h2 {
  margin-bottom: 42px;
}

.certificate-section h3 {
  margin-bottom: 42px;
  font-size: 54px;
  line-height: 115%;
  color: #111125;
  font-weight: 700;
  font-family: "ActayWide";
}

.tab-content .right-block {
  display: block;
  min-width: 45%;
}

.certificate-swiper {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  position: relative;
}

.certificate-swiper .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: 502px;
}

.certificate-swiper .swiper-btn {
  position: absolute;
  top: 40%;
  opacity: 0.6;
  z-index: 100;
}

.certificate-swiper .swiper-btn.next-btn-cert {
  right: 0;
}

.tab-content .left-block * {
  color: #5c5c6f;
}

.tab-content .left-block h3 {
  color: #111125;
}

.tab-content .btn {
  padding: 18.5px 24px;
  margin-top: 32px;
  color: #000;
}

.about-group-page h1 {
  font-size: 62px;
  width: 79%;
}

.about-group-page .about-the-group-section h1 > span {
  color: #9c9c9c;
}

.about-group-page .about-the-group-section h1 span span {
  color: #9aa8b3;
}

.btn.white.more-btn {
  display: flex;
  margin: 0 auto;
  margin-top: 100px;
  width: auto;
}

.news-detail-section h1 {
  font-size: 62px;
  margin-bottom: 32px;
}

.news-detail-section .right-block h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 32px;
  padding-left: 32px;
}

.news-detail-section .right-block h2::after {
  content: "";
  display: inline-block;
  width: 224px;
  height: 2px;
  background: rgba(143, 143, 143, 0.2);
  position: absolute;
  bottom: 0;
  left: 32px;
}

.other-news-item {
  display: flex;
  gap: 24px;
  align-items: center;
}

.other-news-item img {
  width: 170px;
  object-fit: cover;
  height: 148px;
  border-radius: 16px;
}

.news-column {
  width: 59%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.news-column img {
  width: 100%;
  margin: 25px 0;
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}

.inputs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.agree-policy {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 42px;
}

.checkbox {
  width: 26px;
  height: 26px;
}

.inputs input {
  background: #efefef;
  border-radius: 30px;
  height: 66px;
  width: 100%;
  padding-left: 34px;
  font-size: 20px;
}

.inputs textarea:focus {
  outline: none;
}

.inputs textarea {
  background: #efefef;
  border-radius: 30px;
  height: 156px;
  width: 100%;
  padding-left: 34px;
  padding-top: 32px;
  font-size: 20px;
}

.popup-content h2 {
  font-size: 32px;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 42px;
}

.popup-content .btn {
  margin: 0 auto;
}

.hidden-form {
  overflow: hidden;
}

.file-upload {
  margin: 20px 0;
}

.file-upload-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  gap: 6px;
  transition: all 0.3s ease;
  text-align: center;
}

.file-upload-text {
  display: flex;
  align-items: center;
  gap: 4px;
}

.file-upload-text svg {
  margin-bottom: 6px;
}

.file-format {
  color: #b7b7b7;
}

.file-upload-input {
  display: none;
}

.file-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #e8f5e8;
  border: 1px solid #4caf50;
  border-radius: 6px;
  margin-top: 10px;
}

.file-name {
  color: #2e7d32;
  font-weight: 500;
}

.remove-file {
  background: none;
  border: none;
  font-size: 20px;
  color: #d32f2f;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.remove-file:hover {
  background: #ffebee;
}

.file-error {
  color: #d32f2f;
  font-size: 14px;
  margin-top: 5px;
  padding: 5px 10px;
  background: #ffebee;
  border-radius: 4px;
}

.wrap-X {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}

.wrap-X span {
  width: 32px;
  height: 2px;
  background: #000;
  display: inline-block;
  border-radius: 10px;
}

.wrap-X span:nth-child(1) {
  transform: rotate(45deg);
}

.wrap-X span:nth-child(2) {
  transform: rotate(-45deg);
  position: absolute;
}

.news-detail-section .flex {
  justify-content: space-between;
  gap: 20px;
}

.news-detail-section .right-block {
  position: relative;
  width: 571px;
}

.other-news {
  padding: 0 32px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.other-news-item p {
  width: 55%;
}

.news-detail-section .right-block::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/img/vector-news.png);
  background-repeat: no-repeat;
  position: absolute;
}

.news-detail-section .right-block .content {
  margin-top: 41px;
  position: relative;
  z-index: 100;
}

.our-enterprises-section .right-block {
  border-radius: 30px;
  height: 455px;
  width: 49%;
  object-fit: cover;
}

.our-enterprises-section .left-block {
  width: 48%;
}

.our-enterprises-section h1 {
  font-size: 62px;
  margin-bottom: 32px;
}

.our-enterprises-section .flex {
  justify-content: space-between;
}

.enterprises-section .right-block {
  flex-direction: column;
  width: 54%;
}

.enterprises-item img {
  width: 68px;
  height: 68px;
}

.our-enterprises-section #map {
  width: 50%;
  height: 780px;
  border-radius: 30px;
  overflow: hidden;
  position: sticky;
  top: 140px;
}

.enterprises-section .left-block {
  border-radius: 30px;
  width: 40%;
  height: 460px;
  object-fit: cover;
}

.enterprises-section .flex {
  justify-content: space-between;
  padding: 64px 72px;
  align-items: start;
  border-radius: 30px;
  background: #fff;
}

.enterprises-section h2 {
  font-size: 40px;
  margin-bottom: 24px;
}

.enterprises-section .descr {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.enterprises-page-list {
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.enterprises-page-item:nth-child(2n) .flex {
  flex-direction: row-reverse;
}

.our-enterprises-section .descr {
  width: 85%;
}

.social-mission-offer-section h1 {
  font-size: 62px;
  margin-bottom: 29px;
}

.social-mission-offer-section .right-block {
  width: 44%;
  object-fit: cover;
  height: 365px;
  border-radius: 16px;
}

.social-mission-offer-section .left-block {
  width: 56%;
}

.social-mission-offer-section .top-descr {
  width: 63%;
  margin-bottom: 90px;
}

.social-mission-offer-section .bottom-descr {
  width: 88%;
  padding-left: 150px;
}

.social-mission-offer-section .flex {
  justify-content: space-between;
}

.social-mission-offer-section * {
  line-height: 150%;
}

.cards-section .left-block img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 263px;
  object-fit: cover;
}

.cards-section .left-block .content {
  background: #fff;
  border-radius: 0 0 16px 16px;
  padding: 24px 37px 24px 32px;
}

.cards-section .left-block h2 {
  font-size: 32px;
  margin-bottom: 24px;
  color: #303044;
}

.card-item * {
  font-size: 12px;
}

.card-item h2 {
  font-size: 24px;
  line-height: 115%;
  color: #303044;
  margin-bottom: 8px;
}

.calc-width {
  width: calc((100% - 1 * 28px) / 2);
}

.cards-section .flex {
  gap: 28px;
}

.card-item {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  width: calc((100% - 1 * 24px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card-item img {
  width: 90px;
  height: 90px;
  margin-bottom: 32px;
}

.vacancies-offer-section h1 {
  font-size: 62px;
  margin-bottom: 32px;
}

.vacancies-offer-section .left-block {
  max-width: 594px;
}

.vacancies-offer-section .flex {
  justify-content: space-between;
  align-items: center;
}

.vacancies-offer-section .right-block {
  width: 44%;
  height: 365px;
  object-fit: cover;
  border-radius: 30px;
}

.vacancies-item h2 {
  font-size: 32px;
  line-height: 115%;
  margin-bottom: 16px;
}

.vacancies-item {
  border-radius: 30px;
  padding: 64px 72px;
  background: #fff;
}

.vacancies-sublist {
  display: flex;
  flex-direction: column;
}

.vacancies-item .flex-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.vacancies-sublist p b {
  font-weight: 700;
}

.vacancies-sublist p {
  margin-bottom: 10px;
}

.vacancies-sublist ul {
  padding-left: 30px;
}

.vacancies-item .btn {
  margin-top: 42px;
}

.vacancies-item .flex {
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}

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

.vacancies-item .right-block {
  object-fit: cover;
  max-width: 441px;
  max-height: 538px;
}

.vacancies-list-section .btn.white {
  display: flex;
  margin: 0 auto;
  margin-top: 100px;
}

.contacts-page h1 {
  font-size: 62px;
  margin-bottom: 62px;
}

.error-section h1 {
  font-size: 56px;
  letter-spacing: -0.02em;
  line-height: 115%;
  margin-bottom: 5px;
}

.error-section p {
  line-height: 150%;
  color: #5c5c6f;
  margin-bottom: 20px;
}

.error-section .btn {
  width: max-content;
  margin-bottom: 46px;
  text-decoration: none;
}

.error-section .bottom-block {
  margin: 0 auto;
  display: flex;
}

.error-section {
  margin-top: 60px;
}

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

.policy-section h1 {
  font-size: 56px;
}

.policy-section * {
  line-height: 180%;
}

.policy-section h2 {
  margin: 40px 0;
  font-size: 24px;
  line-height: 130%;
}

.bg-popup {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000000;
}

.bg-popup .popup-content {
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12);
  background: #fff;
  border-radius: 32px;
  padding: 60px 40px 40px 40px; 
  max-width: 790px;
  width: 100%; 
  position: relative;
  max-height: 90vh; 
  height: auto; 
  overflow-y: auto; 
  overflow-x: hidden;
}

.bg-popup textarea {
  resize: none;
}

.mob-wrap {
  display: flex;
  gap: 50px;
}

.burger {
  display: none;
}

@media (max-width: 1750px) {
  .main-section h1 {
    font-size: 50px;
    width: 511px;
  }

  .advantages-item.blue::after {
    top: -170px;
    background-size: 100% 172px;
  }

  .advantages-item.blue h3 {
    top: -150px;
  }

  .advantages-item::after {
    top: -170px;
    background-size: 100% 172px;
  }

  .advantages-item img {
    top: -145px;
  }
}

@media (max-width: 1600px) {
  .certificate-section h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .logo-wrap img {
    width: 280px;
  }

    .mob-wrap {
    flex-direction: column-reverse;
    align-items: end;
    gap: 30px;
  }

  header ul li a {
    font-size: 14px;
  }

  .advantages-item.blue h3 {
    font-size: 36px;
  }

  .hidden {
    overflow: hidden;
  }

  .news-item .column h3 {
    font-size:24px;
  }

  .certificate-swiper {
    max-width: 730px;
  }

  .enterprises-item .column h3 {
    font-size: 16px;
  }

  .enterprises-item .column p {
    font-size: 14px;
  }

  .numb::before {
    font-size: 32px;
    width: auto;
  }

  .enterprises-item {
    gap: 20px;
    padding: 20.5px 24px;
  }

  h2 {
    font-size: 48px;
  }

  .advantages-item p {
    font-size: 16px;
  }

}

@media (max-width: 1440px) {
  h2 {
    font-size: 36px;
  }

  .news-item .prev-img {
    min-width: 520px;
    width: 520px;
  }

  .adv-bg {
    padding-top: 70px;
  }

  .advantages-item img {
    width: 160px;
    height: 160px;
  }

  .advantages-item h2 {
    font-size: 45px;
  }

  .advantages-item.blue h2 {
    font-size: 75px;
  }

  .advantages-item p {
    font-size: 14px;
  }

  .advantages-item span {
    font-size: 12px;
    width: 140px;
    height: 40px;
  }

  .advantages-item.blue h3 {
    font-size: 32px;
  }

  .main-img {
    height: 560px;
  }

  .content-block .wrap-content {
    font-size: 18px;
  }

  .content-block::after {
    height: 105px;
    top: -104px;
  }

  .decor-section h2 {
    font-size: 48px;
  }

  .advantages-item {
    width: calc((100% - 1 * 23px) / 2);
  }

  .news-detail-section .flex {
    gap: 50px;
  }

  .news-detail-section .right-block {
    padding: 0;
  }

  .news-detail-section .right-block::after {
    background-size: 100% 630px;
  }
}

@media (max-width: 1280px) {
  .tab-content.active {
    display: block;
  }

  .tab-content .left-block {
    margin-bottom: 50px;
  }

  .certificate-swiper {
    max-width: 100%;
  }

  .tab-button {
    font-size: 16px;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .quality-wrap {
    flex-direction: column;
    gap: 16px;
  }

  .quality-wrap p {
    width: 100%;
  }

      .mob-wrap nav {
    position: fixed;
    background: #fff;
    right: -100%;
    top: 110px;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
  }

    .mob-wrap nav ul {
    display: flex;
    flex-direction: column;
    padding: 50px;
    padding-right: 110px;
  }

   .burger {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: 26px;
    cursor: pointer;
  }

  .burger span {
    width: 49px;
    height: 3px;
    background: #000;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
  }

  .burger span:nth-child(2) {
    background: #224967;
    transform: translateX(10px);
  }

  .mob-active .mob-wrap nav {
    right: 0;
  }

  .mob-wrap {
    gap: 30px;
  }

   .mob-active .burger span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }

  .mob-active .burger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 10px);
  }

  .mob-active .burger span:nth-child(3) {
    transform: rotate(-45deg) translate(1px, -5px);
  }

  header ul li a {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .our-enterprises-section #map {
    height: 465px;
    width: 100%;
  }

  .enterprises-list {
    width: 100%;
  }

  .main-section .right-block {
    justify-content: start;
    margin-bottom: 16px;
  }

  .main-section .flex {
    flex-direction: column-reverse;
  }

  .main-section {
    margin-top: 10px;
  }

  .content-block .wrap-content {
    font-size: 14px;
  }

  .wrap-descr {
    flex-direction: column;
    gap: 40px;
  }

  .left-descr {
    width: 100%;
  }

  .right-descr {
    width: 100%;
  }

  .advantages-item.blue h3 {
    font-size: 24px;
  }

  .advantages-list {
    gap: 200px 23px;
  }

  .decor-section {
    padding: 0;
  }

  section {
    margin-bottom: 100px;
  }

  .our-enterprises-section .left-block {
    width: 100%;
    display: contents;
  }

  .news-item .flex {
    flex-direction: column;
    gap: 20px;
  }

  .news-item .prev-img {
    width: 100%;
    height: 370px;
    object-fit: cover;
  }

  .news-item .column {
    width: 100%;
  }

  .news-list {
    gap: 32px;
  }

  .logo-footer {
    width: 45%;
  }

  .contacts-section .flex {
    flex-direction: column;
  }

  .map-wrap {
    width: 100%;
  }

  .contacts-block {
    width: 100%;
  }

  .contacts-block .left {
    display: contents;
  }

  .contacts-block .flex-row {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .contacts-block .right {
    display: contents;
  }

  .right .contacts-item:nth-child(2) {
    order: 2;
  }

  .left .contacts-item:nth-child(2) {
    order: 1;
  }

  .contacts-section h2 {
    margin-bottom: 42px;
  }

  .swiper-btn {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }

  .swiper-btn img {
    width: 30px;
    height: 20px;
  }

  .news-detail-section .right-block {
    width: 100%;
  }

  .mob-wrap {
    gap: 0;
  }

  .about-group-page h1 {
    font-size: 36px;
    width: 100%;
  }

  .about-the-group-section .wrap-title {
    margin-bottom: 24px;
  }

  .news-detail-section .flex {
    flex-direction: column;
  }

  .news-column {
    width: 100%;
  }

  .our-enterprises-section .flex {
    flex-direction: column;
    gap: 32px;
  }

  .our-enterprises-section .right-block {
    width: 100%;
  }

  .our-enterprises-section h1 {
    width: 100%;
    margin-bottom: 0;
  }

  .our-enterprises-section .descr {
    order: 1;
    width: 100%;
  }

  .enterprises-section .flex {
    flex-direction: column;
    gap: 48px;
    padding: 64px 39px;
  }

  .enterprises-section .left-block {
    width: 100%;
  }

  .enterprises-section .right-block {
    width: 100%;
  }

  .enterprises-page-item:nth-child(2n) .flex {
    flex-direction: column;
  }

  .policy-section h1 {
    font-size: 42px;
    line-height: 115%;
  }

  .social-mission-offer-section .flex {
    flex-direction: column-reverse;
    gap: 32px;
  }

  .social-mission-offer-section .left-block {
    width: 100%;
  }

  .social-mission-offer-section .bottom-descr {
    width: 100%;
    padding-left: 0;
  }

  .social-mission-offer-section .top-descr {
    width: 100%;
    margin-bottom: 35px;
  }

  .social-mission-offer-section .right-block {
    width: 100%;
  }

  .cards-section .flex {
    flex-wrap: wrap;
  }

  .cards-section .calc-width {
    width: 100%;
  }

  .vacancies-offer-section .flex {
    flex-direction: column;
    align-items: start;
    gap: 32px;
  }

  .vacancies-offer-section .left-block {
    max-width: 100%;
  }

  .vacancies-offer-section .right-block {
    width: 100%;
  }

  .vacancies-item .flex {
    display: contents;
  }

  .vacancies-item {
    display: flex;
    flex-direction: column;
    padding: 64px 32px;
  }

  .vacancies-item .btn {
    margin: 0 auto;
    margin-top: 42px;
  }

  .vacancies-item .right-block {
    order: -1;
    margin: 0 auto;
    max-width: 268px;
    max-height: 300px;
    margin-bottom: 68px;
  }
}

@media (max-width: 768px) {
  .top-block {
    margin-bottom: 42px;
  }

  .advantages-item h2 {
    font-size: 22px;
  }

  .news-item .prev-img {
    min-width: 0;
  }

  .social-mission-offer-section h1 {
    line-height: 115%;
  }

  .quality-img {
    height: 343px;
  }

  .main-img {
    height: 472px;
  }

  .content-block {
    width: 306px;
  }

  .quality-section {
    padding: 0 20px;
  }

  .quality-section .container {
    padding: 0;
  }

  .content-block::after {
    background-size: 100%;
    top: -60px;
  }

  .main-section .flex-btns {
    flex-direction: column-reverse;
  }

  .content-block .wrap-content {
    width: 81%;
    margin-top: -43px;
    margin-bottom: 26px;
  }

  .main-section .btn {
    font-size: 12px;
    justify-content: center;
    display: flex;
  }

  .about-the-group-section .wrap-title {
    display: contents;
  }

  .about-the-group-section .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
  }

  .content-block {
  padding: 0px 17px 17px 17px;
}

  .about-the-group-section .btn {
    order: 1;
  }

  section {
    margin-bottom: 72px;
  }

  .left-descr p {
    margin-bottom: 40px;
  }

  .enterprises-item {
    gap: 10px;
  }

  .decor-section h2 {
    width: 100%;
  }

  .btn.white {
    font-size: 12px;
  }

  .btn.aqua {
    font-size: 12px;
  }

  .news-item .prev-img {
    height: 272px;
  }

  .title-wrap {
    margin-bottom: 30px;
  }

  .our-enterprises-section h2 {
    margin-bottom: 42px;
  }

  .decor-section {
    padding: 30px 0;
  }

  .contacts-block .flex-row {
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .vacancies-item .right-block {
    max-width: 257px;
    max-height: 295px;
  }

  .breadcrumbs ul {
    flex-wrap: wrap;
  }

  .news-column img {
    height: 180px;
  }

  .about-the-group-section h2 {
    font-size: 20px;
  }

  .mob-active .mob-wrap nav {
    margin: 0 auto;
  }

  .vacancies-offer-section h1 {
    font-size: 24px;
  }

  .vacancies-list-section .btn.white {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }

  .vacancies-item .btn {
    width: 100%;
    justify-content: center;
  }

  .vacancies-item {
    padding: 19px 21px 32px 21px;
  }

  .vacancies-item h2 {
    font-size: 24px;
  }

  .tab-content .left-block h3 {
    font-size: 24px;
  }

  .social-mission-offer-section h1 {
    font-size: 24px;
  }

  .social-mission-offer-section .flex {
    flex-direction: column;
  }

  .cards-section .left-block .content {
    padding: 24px 20px 24px 20px;
  }

  .cards-list {
    flex-direction: column;
  }

  .card-item {
    width: 100%;
  }

  .certificate-section h2 {
    margin-bottom: 24px;
  }

  .tabs {
    margin-bottom: 24px;
    gap: 8px;
  }

  .tab-button {
    width: calc((100% - 1 * 8px) / 2);
    padding: 16px 10px;
  }

  .certificate-swiper .swiper-slide img {
    height: 404px;
  }

  .tab-content .btn {
    width: 100%;
    text-align: center;
  }

  .quality-section {
    padding: 0 10px;
  }

  .policy-section h1 {
    font-size: 20px;
  }

  .tab-button {
    font-size: 12px;
  }

  .breadcrumbs * {
    font-size: 12px;
  }

  .policy-section h2 {
    margin: 24px 0;
    font-size: 16px;
  }

  .enterprises-section h2 {
    font-size: 23px;
  }

  .enterprises-item img {
    width: 50px;
    height: 50px;
  }

  .our-enterprises-section .flex {
    align-items: start;
  }

  .our-enterprises-section .right-block {
    order: 2;
  }

  .enterprises-section .flex {
    padding: 0;
    background: transparent;
    gap: 24px;
  }

  .enterprises-section .left-block {
    height: 227px;
    border-radius: 20px;
  }

  .our-enterprises-section .right-block {
    height: 365px;
  }

  .our-enterprises-section h1 {
    width: 60%;
    font-size: 24px;
  }

  .container {
    padding: 0 10px;
  }

  .burger {
    margin-right: 10px;
    margin-left: 0;
  }

  .main-section h1 {
    font-size: 20px;
    line-height: 210%;
    width: 300px;
    margin: 0 auto;
  }

  .main-section h1 span {
    font-size: 52px;
  }

  .main-img {
    height: 569px;
  }

  .logo-wrap img {
    width: 181px;
  }

  .mob-wrap {
    position: fixed;
    z-index: 1000;
    display: flex;
    flex-direction: column-reverse;
    top: 110px;
    right: -100%;
    height: 100%;
    justify-content: start;
    background: #f0f0f0;
    padding: 50px;
    padding-left: 10px;
    padding-right: 20px;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }

  .mob-active .mob-wrap {
    right: 0;
  }

  .mob-wrap nav ul {
    padding: 0;
    align-items: center;
    gap: 16px;
  }

  .mob-wrap nav ul li a {
    font-weight: 700;
    font-size: 18px;
  }

  .mob-wrap nav {
    position: static;
    background: transparent;
  }

  .search-wrap input {
    position: static;
    width: 100%;
    transform: none;
    padding-left: 42px;
  }

  .search-wrap {
    background: transparent;
    position: relative;
    width: 75%;
  }

  .mob-wrap .right-block {
    margin-bottom: 32px;
    justify-content: space-between;
  }

  .lupa {
    left: 16px;
    width: 18px;
    min-width: 18px;
    opacity: 0.4;
    background: transparent;
    position: absolute;
  }

  .bg-popup {
    padding: 0 20px;
  }

  .about-the-group-section h2 {
    width: 100%;
  }

  .about-the-group-section h2 span {
    font-size: 18px;
  }

  .decor-section h2 {
    font-size: 24px;
  }

  .center {
    flex-direction: column;
    align-items: start;
    padding-bottom: 0;
    margin-bottom: 32px;
    border-bottom: none;
  }

  footer nav ul li:nth-child(even) {
    display: none;
  }

  footer nav {
    width: 100%;
    margin-bottom: 32px;
  }

  footer nav ul {
    flex-direction: column;
  }

  .cotancts-footer {
    flex-direction: column;
    gap: 32px;
  }

  footer .bottom {
    flex-direction: column-reverse;
    gap: 56px;
  }

  footer .bottom .flex {
    flex-direction: column;
    gap: 8px;
  }

  footer .bottom .left {
    text-align: center;
  }

  footer {
    padding-top: 61px;
    padding-bottom: 22px;
  }

  footer .container {
    padding: 0 28px;
  }

  .logo-footer {
    width: 100%;
    margin-bottom: 24px;
  }

  .btn.aqua {
    width: 100%;
    text-align: center;
  }

  section {
    margin-bottom: 42px;
  }

  .advantages-item {
    width: 100%;
  }

  .error-section h1 {
    font-size: 24px;
  }

  .advantages-item.blue {
    margin-top: 0;
  }

  .advantages-list {
    gap: 190px;
  }

  .advantages-item img {
    width: 101px;
    height: 101px;
  }

  .adv-bg {
    padding: 14px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .advantages-item img {
    left: 14px;
    top: -156px;
    border-radius: 12px;
  }

  .advantages-item h2 {
    font-size: 32px;
  }

  .advantages-item.blue h3 {
    width: 45%;
  }

  .advantages-item.blue h2 {
    font-size: 42px;
  }

  h2 {
    font-size: 24px;
  }

  .our-enterprises-section h2 {
    margin-bottom: 24px;
  }

  .main-section .btn {
    width: 200px;
  }

  .title-wrap {
    display: contents;
  }

  .news-section .container {
    display: flex;
    flex-direction: column;
  }

  .news-section .btn.white {
    order: 1;
    text-align: center;
    margin-top: 30px;
  }

  .news-section h2 {
    margin-bottom: 24px;
  }

  .news-item .column h3 {
    font-size: 18px;
  }

  .news-item .prev-img {
    height: 189px;
  }

  .gallery-section .title-wrap {
    display: flex;
  }

  .our-partners .title-wrap {
    display: flex;
  }

  .swiper-gall .swiper-slide {
    height: 500px;
  }

  *,
  *::before,
  *::after {
    font-size: 14px;
  }

  .map-wrap {
    height: 443px;
  }

  .our-partners h2 {
    width: 35%;
  }

  .social-item {
    min-width: 34px;
    width: 34px;
    height: 34px;
  }

  .contacts-block .flex-row {
    flex-direction: column;
  }

  .news-item .numb::before {
    font-size: 54px;
  }

  .about-group-page h1 {
    font-size: 20px;
    line-height: 120%;
  }

  .about-group-page h1 span {
    font-size: 20px;
  }

  .contacts-page h1 {
    font-size: 24px;
  }

  .news-detail-section h1 {
    font-size: 24px;
  }

  .other-news-item img {
    width: 110px;
    height: 80px;
  }

  .news-detail-section .right-block h2 {
    width: 50%;
  }

  .other-news {
    padding: 0 32px 32px 10px;
  }

  .news-detail-section .right-block h2 {
    padding-left: 10px;
    padding-bottom: 14px;
    margin-bottom: 19px;
  }

  .news-detail-section .right-block h2::after {
    left: 10px;
  }

  .other-news-item {
    gap: 14px;
  }

  .other-news-item p {
    width: 100%;
  }

  .news-detail-section .right-block::after {
    background: url(/img/vector-wh-mob.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .news-detail-section .right-block .content {
    margin-top: 28px;
  }
}

@media (max-width: 400px) {
  .numb::before {
    font-size: 32px;
  }

  .other-news-item img {
    border-radius: 10px;
  }

  .news-detail-section .right-block h2::after {
    width: 110px;
  }

  .burger span {
    width: 33px;
  }

  .numb::before {
    width: max-content;
  }

  .enterprises-item {
    padding: 25.5px 5px;
    gap: 10px;
  }
}
