@charset "UTF-8";

/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
  ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  margin: 0;
  font-size: 2em;
}

/* Grouping content
  ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
  ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
  ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type=search] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
  ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
  ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

/**
 * Swiper 11.2.6
 * 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: March 19, 2025
 */

/* FONT_START */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */

.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 {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.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 {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

/* Zoom container styles start */

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

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

/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

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

/* Cube slide shadows start */

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

/* Cube slide shadows end */

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

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

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

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

/* Flip slide shadows start */

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

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --color-black: #222222;
  --color-white: #ffffff;
  --color-transparent: rgba(255, 255, 255, 0);
  --color-overlay: rgba(0, 0, 0, 0.5);
  --color-tangerine: #f39200;
  --color-dark-orange: #ff9300;
  --color-supernova: #f9b133;
  --color-persian-red: #d32f2f;
  --color-very-light-grey: #cccccc;
  --color-matterhorn: #4d4d4d;
  --color-gainsboro: #d8d8d8;
  --color-razzmatazz: #f8f8f8;
  --color-main-blue: #002762;
  --color-gold: #ac916f;
  --color-kelly-green: #4fd01e;
  --color-white-smoke: #f4f4f4;
  --color-safety-orange: #ff7700;
  --color-torch-red: #f7000a;
  --color-rust: #b65518;
  --color-buddha-gold: #c2a01f;
  --color-persian-green: #00a98f;
  --color-tomato: #ff6347;
  --color-viridian: #40826d;
  --color-grey: #f9f9f9;
  --black-to-right: linear-gradient(
  	90deg,
  	rgba(0, 0, 0, 0.75) 0%,
  	var(--color-black) 75%
  );
  --supernova-to-top: linear-gradient(
  	0deg,
  	var(--color-supernova) 0%,
  	var(--color-black) 100%
  );
  --default-transition: 0.3s ease;
}

/*
// Пример вызова
@include break_max($vp-1440) {
	color: var(--color-black);
}
*/

@font-face {
  font-family: Pragmatica_extrabold;
  font-display: swap;
  src: url("../fonts/Pragmatica-ExtraBold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Pragmatica_bold;
  font-display: swap;
  src: url("../fonts/Pragmatica-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Pragmatica_semibold;
  font-display: swap;
  src: url("../fonts/Pragmatica-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Pragmatica_medium;
  font-display: swap;
  src: url("../fonts/Pragmatica-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Pragmatica_regular;
  font-display: swap;
  src: url("../fonts/pragmatica.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Pragmatica_light;
  font-display: swap;
  src: url("../fonts/Pragmatica-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Pragmatica_extralight;
  font-display: swap;
  src: url("../fonts/Pragmatica-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: normal;
  outline: none;
  scroll-margin-top: 150px;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  background-color: var(--color-white-smoke);
}

*::-webkit-scrollbar:hover {
  cursor: grab;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-main-blue);
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  color: var(--color-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  font-size: 1.4rem;
  overflow-y: auto;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
}

body.is-lock {
  overflow: hidden;
}

h1 {
  font-family: Pragmatica_bold, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2vw, 40px);
}

h2 {
  font-family: Pragmatica_bold, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2vw, 40px);
  line-height: 110%;
}

p {
  font-size: clamp(14px, 2vw, 16px);
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  text-underline-offset: 2.5px;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

img {
  width: 100%;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  box-shadow: inset 0 0 0 100rem var(--color-white);
  -webkit-text-fill-color: var(--color-black);
}

input,
textarea {
  border-radius: 0;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  box-shadow: none;
}

select {
  border-radius: 0;
}

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

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

input[type=number] {
  appearance: textfield;
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: none;
  border: none;
}

button:focus-visible,
[type=button]:focus-visible,
[type=reset]:focus-visible,
[type=submit]:focus-visible {
  border: none;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

.grecaptcha-badge {
  display: none;
}

strong {
  font-weight: 700;
}

.container {
  width: 100%;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-top: calc(
		64px + 56 * ((100vw - 360px) / 1560)
	);
  padding-bottom: calc(
		64px + 56 * ((100vw - 360px) / 1560)
	);
}

.container h2 {
  margin-bottom: 32px;
}

.grey {
  background-color: var(--color-white-smoke);
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
}

.wrapper .header,
.wrapper .footer {
  flex-shrink: 0;
}

.wrapper main {
  flex-grow: 1;
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-transition {
  /* stylelint-disable-next-line */
  transition: none !important;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.btn {
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--color-white);
  cursor: pointer;
  display: inline-block;
  font-family: Pragmatica_medium, sans-serif;
  font-weight: 500;
  position: relative;
  width: fit-content;
  height: 48px;
  padding: 0 42px;
  text-align: center;
  user-select: none;
  overflow: hidden;
  font-size: 14px;
}

.btn .children {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 100%;
  pointer-events: none;
  gap: 10px;
}

.btn .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.btn_blue-border {
  background-color: transparent;
  border-color: var(--color-main-blue);
  color: var(--color-main-blue);
}

.btn_blue-border:hover {
  background-color: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-white);
}

.btn_white {
  background-color: var(--color-white);
  border-color: transparent;
  color: var(--color-main-blue);
}

.btn_white:hover {
  background-color: var(--color-gold);
  color: var(--color-white);
}

.btn_blue {
  background-color: var(--color-main-blue);
  border-color: transparent;
  color: var(--color-white);
}

.btn_blue:hover {
  background-color: var(--color-gold);
}

.btn.is-disabled {
  pointer-events: none;
}

.select {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.select._disabled {
  pointer-events: none;
}

.select__wrapper {
  position: relative;
}

.select__button {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: var(--color-default-transparent);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.3);
  height: 49px;
}

.select__button > input {
  display: none;
}

.select__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
  pointer-events: none;
}

.select__title > span {
  font-size: calc(
		14px + 4 * ((100vw - 360px) / 1560)
	);
  color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: color var(--default-transition);
}

.select__title > svg {
  transition: all var(--default-transition);
}

.select__title > svg path {
  stroke: var(--color-white);
  transition: stroke var(--default-transition);
}

.select__options {
  border-radius: 8px;
  position: absolute;
  top: 100%;
  height: 0;
  z-index: 100;
  pointer-events: none;
  overflow: hidden;
  transition: all var(--default-transition);
  width: 100%;
}

.select__list {
  background-color: var(--color-white);
  border-radius: 4px;
  box-shadow: 0px 1px 1px 0px rgba(16, 24, 40, 0.09);
  padding: 0 12px;
  overflow-y: auto;
}

.select__option {
  cursor: pointer;
  list-style: none;
  transition: color var(--default-transition);
  padding: 12px 0;
}

.select__option:hover > span {
  color: var(--color-main-blue);
}

.select__option > span {
  font-size: 18px;
  color: var(--color-black);
  transition: color var(--default-transition);
}

.select.is-open .select__title > svg {
  transform: rotate(180deg);
}

.select.is-open .select__options {
  max-height: fit-content;
  pointer-events: auto;
  box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
  height: auto;
}

.select.has-danger .select__button {
  border-color: var(--color-persian-red);
}

.select.has-danger .select__title > svg path {
  stroke: var(--color-persian-red);
}

.select.has-danger .select__label {
  color: var(--color-persian-red);
}

.select__label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  background-color: var(--color-white);
  position: absolute;
  padding: 0 8px;
  left: 12px;
  top: -8px;
  z-index: 20;
  white-space: nowrap;
}

.select .pristine-error {
  color: var(--color-persian-red);
}

input {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 12px;
  border: 1px solid var(--color-white);
  background-color: var(--color-default-transparent);
  border-radius: 4px;
  color: var(--color-white);
  outline: none;
  transition: color var(--default-transition), border-color var(--default-transition);
  width: 100%;
  height: 50px;
}

input::placeholder {
  color: var(--color-white);
  opacity: 0.5;
}

input[aria-invalid=true]:not(:focus) {
  border-color: var(--color-persian-red);
}

input[disabled] {
  pointer-events: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
}

.input.has-danger input {
  border-color: var(--color-persian-red);
}

.input.has-danger .input__label {
  color: var(--color-persian-red);
}

.input.is-hidden {
  display: none !important;
}

.input__label {
  color: var(--color-white);
  font-size: 12px;
  background-color: var(--color-main-blue);
  position: absolute;
  padding: 0 8px;
  left: 12px;
  top: -8px;
}

.input .pristine-error {
  color: var(--color-persian-red);
  position: absolute;
  top: 55px;
  font-size: 12px;
}

.checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  gap: 1rem;
  width: fit-content;
  cursor: pointer;
}

.checkbox input[type=checkbox] {
  position: absolute;
  left: -10000px;
  pointer-events: none;
}

.checkbox ~ .pristine-error {
  display: none;
}

.checkbox .custom-checkbox {
  min-width: 20px;
  height: 20px;
  background-color: var(--color-white);
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all var(--default-transition);
  position: relative;
  pointer-events: none;
}

.checkbox .custom-checkbox:hover {
  cursor: pointer;
}

.checkbox input[type=checkbox]:checked ~ .custom-checkbox {
  background-color: var(--color-tangerine);
}

.checkbox input[type=checkbox]:checked ~ .custom-checkbox::before {
  content: url("../assets/svg/check.svg");
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  z-index: 1;
}

.checkbox__label {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  font-size: calc(
		12px + 4 * ((100vw - 360px) / 1560)
	);
  color: var(--color-white);
  pointer-events: none;
  user-select: none;
}

.checkbox__label:hover {
  cursor: pointer;
}

.checkbox__label a {
  position: relative;
}

.has-danger .custom-checkbox {
  border-color: var(--color-persian-red) !important;
}

textarea {
  width: 100%;
  min-height: 150px;
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  transition: all var(--default-transition);
  padding: 12px;
  border: 1px solid var(--color-white);
  border-radius: 8px;
  outline: none;
  color: var(--color-white);
  background-color: var(--color-default-transparent);
  font-size: 18px;
  resize: none;
}

textarea::placeholder {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--color-white);
  opacity: 0.5;
}

textarea[aria-invalid=true]:not(:focus) {
  border-color: var(--color-persian-red);
}

.textarea {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
}

.textarea__label {
  color: var(--color-white);
  font-size: 12px;
  background-color: var(--color-main-blue);
  position: absolute;
  padding: 0 8px;
  left: 12px;
  top: -8px;
}

.accordion {
  transition: var(--default-transition);
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}

.accordion.is-active {
  overflow: visible;
}

.accordion.is-active .accordion__button::after {
  transform: rotate(180deg);
}

.accordion.is-active .accordion__content {
  overflow: visible;
  grid-template-rows: 1fr;
  padding-bottom: calc(
		12px + 12 * ((100vw - 360px) / 1560)
	);
}

.accordion__button {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
  text-align: left;
  transition: opacity var(--default-transition);
  position: relative;
  align-items: center;
}

.accordion__button:hover {
  cursor: pointer;
}

.accordion__button * {
  pointer-events: none;
}

.accordion__button h3 {
  font-family: Pragmatica_bold, sans-serif;
  font-weight: 700;
  color: var(--color-black);
  font-size: 20px;
}

.accordion__button::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../assets/svg/chevron-down-black.svg");
  transition: opacity var(--default-transition), transform var(--default-transition);
}

.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: var(--default-transition);
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}

.accordion__hidden-wrap {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.accordion__hidden-wrap * {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
}

.accordion__hidden-wrap p {
  margin-bottom: 24px;
}

.accordion_secondary {
  opacity: 0.5;
}

.accordion_secondary:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion_secondary:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.accordion_secondary.is-active .accordion__content {
  padding-top: 16px;
  padding-bottom: 16px;
}

.accordion_secondary .accordion__button {
  padding: 20px;
}

.accordion_secondary .accordion__button::after {
  width: 24px;
  height: 24px;
  background-image: url("../assets/svg/chevron-black.svg");
}

.accordion_secondary .accordion__button h3 {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  color: var(--color-black);
  font-size: 20px;
  max-width: 90%;
}

.accordion_secondary .accordion__content {
  padding-left: 40px;
  padding-right: 40px;
}

.accordion_secondary .accordion__hidden-wrap * {
  font-size: 20px;
  color: var(--color-matterhorn);
}

.accordion_secondary .accordion__hidden-wrap {
  gap: 32px;
}

.accordion_scrollable {
  border-radius: 0;
  background-color: unset;
  position: relative;
  overflow: visible;
}

.accordion_scrollable.is-active .accordion__content {
  margin-top: 4px;
}

.accordion_scrollable .accordion__button {
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--color-white-smoke);
}

.accordion_scrollable .accordion__button::after {
  width: 24px;
  height: 24px;
  background-image: url("../assets/svg/chevron-black.svg");
}

.accordion_scrollable .accordion__button h3 {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  color: var(--color-black);
  font-size: 20px;
  max-width: 90%;
}

.accordion_scrollable .accordion__content {
  padding: 0 12px !important;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--color-white-smoke);
  max-height: 250px;
  overflow-y: auto;
  position: absolute;
  z-index: 10;
  width: 100%;
}

.accordion_scrollable .accordion__hidden-wrap {
  font-size: 18px;
  gap: 0;
}

.accordion_scrollable .accordion__hidden-wrap a {
  padding: 12px 0;
  border-bottom: solid 1px var(--color-grey);
  line-height: 140%;
  color: var(--color-matterhorn);
}

.accordion_scrollable .accordion__hidden-wrap a:last-child {
  border-bottom: none;
}

.accordion_scrollable .accordion__hidden-wrap a:hover {
  text-decoration: underline;
  color: var(--color-main-blue);
}

.accordion_green .accordion__button {
  background-color: var(--color-main-blue);
  padding: 12px 20px;
}

.accordion_green .accordion__button::after {
  width: 24px;
  height: 24px;
  background-image: url("../assets/svg/chevron-grey.svg");
}

.accordion_green .accordion__button h3 {
  color: var(--color-white);
  font-family: Pragmatica_semibold, sans-serif;
  font-weight: 600;
}

.accordion_in-header {
  background-color: unset;
}

.accordion_in-header:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion_in-header:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.accordion_in-header.is-active .accordion__content {
  display: grid;
  padding-top: 16px;
  padding-bottom: 0;
}

.accordion_in-header .accordion__button {
  padding: 0;
  width: fit-content;
}

.accordion_in-header .accordion__button::after {
  width: 24px;
  height: 24px;
  background-image: url("../assets/svg/chevron-black.svg");
}

.accordion_in-header .accordion__button:hover::after {
  background-image: url("../assets/svg/chevron-dark-green.svg");
}

.accordion_in-header .accordion__button:hover h3 {
  text-decoration: underline;
  color: var(--color-main-blue);
}

.accordion_in-header .accordion__button h3 {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  color: var(--color-black);
  font-size: 16px;
  max-width: 90%;
}

.accordion_in-header .accordion__content {
  padding-left: 24px;
  padding-right: 24px;
}

.accordion_in-header .accordion__hidden-wrap * {
  font-size: 16px;
}

.accordion_in-header .accordion__hidden-wrap {
  gap: 16px;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.pagination a {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.87);
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination .is-active {
  border-radius: 4px;
  overflow: hidden;
  pointer-events: none;
  cursor: default;
  background-color: var(--color-gold);
  color: var(--color-white);
}

.pagination .is-disabled {
  pointer-events: none;
  cursor: default;
}

.pagination .is-disabled path {
  fill: black;
  fill-opacity: 0.56;
}

.header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: solid 1px #c0c0c0;
}

.header__lang {
  width: max-content;
  display: flex;
  gap: 14px;
  margin-left: calc(
		0px + 50 * ((100vw - 360px) / 1560)
	);
}

.header__lang-link {
  line-height: 140%;
  color: rgba(0, 39, 98, 0.3);
}

.header__lang-link.is-active {
  color: rgb(0, 39, 98);
}

.header.is-active {
  height: 100vh;
  background-color: var(--color-default-white);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 100px;
  justify-content: flex-start;
  gap: 52px;
  z-index: 101;
}

.header.is-active .header__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: unset;
  gap: 24px;
}

.header.is-active .header__actions {
  position: absolute;
  right: 83px;
  top: 11px;
}

.header.is-active .header__buttons {
  position: absolute;
  right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  top: 17px;
}

.header.is-active .header__buttons button svg:nth-child(1) {
  display: none;
}

.header.is-active .header__buttons button svg:nth-child(2) {
  display: block;
}

.header.is-active .header__link {
  color: var(--color-default-black);
  opacity: 0.56;
  font-size: 24px;
}

.header.is-active .header__icon-link path {
  stroke: var(--color-white);
}

.header__logo {
  width: 96px;
  height: 64px;
}

.header__nav {
  grid-column: 5/10;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  justify-self: center;
}

.header__actions {
  grid-column: 12/13;
  display: flex;
  align-items: center;
}

.header__actions .btn {
  width: 100%;
  max-width: 312px;
}

.header__buttons button svg:nth-child(2) {
  display: none;
}

.header__link {
  color: var(--color-black);
  font-size: 16px;
  opacity: 0.56;
  white-space: nowrap;
}

.header__link:hover {
  color: var(--color-main-blue);
  text-decoration: underline;
}

.header__icon-link {
  background-color: transparent;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 59px;
  background-color: var(--color-main-blue);
  padding-top: 52px;
  padding-bottom: 52px;
}

.footer__row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  align-items: center;
}

.footer__row:last-child {
  align-items: flex-start;
}

.footer__logo {
  grid-column: 1/3;
}

.footer__logo svg {
  width: 132px;
  height: 96px;
}

.footer__nav {
  grid-column: 4/9;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.footer__nav a {
  font-size: 18px;
  color: var(--color-white);
}

.footer__nav a:hover {
  text-decoration: underline;
}

.footer__button {
  grid-column: 11/13;
}

.footer__copyrights {
  grid-column: 1/3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__copyrights span {
  font-size: clamp(16px, 2vw, 12px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 143%;
}

.footer__copyrights a {
  font-size: clamp(16px, 2vw, 12px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 143%;
}

.footer__copyrights a:hover {
  text-decoration: underline;
}

.footer__copyrights a:last-child {
  margin-top: 24px;
}

.footer__column:nth-child(2) {
  grid-column: 4/6;
}

.footer__column:nth-child(3) {
  grid-column: 7/9;
}

.footer__column:nth-child(4) {
  grid-column: 10/12;
}

.footer__title {
  font-size: 24px;
  margin-bottom: 32px;
  color: var(--color-white);
  display: block;
}

.footer__column-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.footer__column-item svg {
  width: 32px;
  height: 32px;
}

.footer__column-item a {
  font-size: clamp(16px, 2vw, 18px);
  color: var(--color-white);
}

.footer__column-item a:hover {
  text-decoration: underline;
}

.footer__column-item span {
  font-size: clamp(16px, 2vw, 18px);
  color: var(--color-white);
  line-height: 143%;
}

.footer__socials {
  display: flex;
  gap: 12px;
}

.banner {
  background-image: url(/assets/img/banner-bg.png);
  background-position: left;
  background-size: cover;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  min-height: 700px;
  align-items: center;
}

.banner__text {
  grid-column: 6/11;
  display: flex;
  flex-direction: column;
}

.banner__text h1 {
  font-family: Pragmatica_bold, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 70px);
  line-height: 110%;
  color: var(--color-main-blue);
  margin-bottom: 32px;
}

.banner__text p {
  opacity: 0.87;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 130%;
  margin-bottom: 48px;
}

.banner__text .btn {
  min-width: 283px;
}

.banner__numbers {
  display: flex;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.banner__number {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 280px;
}

.banner__number span:first-child {
  color: var(--color-gold);
  font-family: Pragmatica_bold, sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 2vw, 60px);
}

.banner__number span:last-child {
  font-size: 16px;
  opacity: 0.7;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.partners__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-grey);
}

.contacts {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.contacts__text {
  grid-column: 1/6;
  background-color: var(--color-grey);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts__text h2 {
  margin-bottom: 40px;
}

.contacts__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contacts__item {
  display: flex;
  gap: 14px;
  align-items: center;
}

.contacts__item svg {
  min-width: 24px;
}

.contacts__item div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts__item div h3 {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 130%;
}

.contacts__item div a {
  color: var(--color-black);
  font-size: clamp(14px, 2vw, 16px);
}

.contacts__item div a:hover {
  text-decoration: underline;
}

.contacts__map {
  height: 382px;
  grid-column: 6/13;
  width: 100%;
}

.news {
  background-color: var(--color-grey);
  padding-top: calc(
		30px + 90 * ((100vw - 360px) / 1560)
	);
  padding-bottom: calc(
		30px + 90 * ((100vw - 360px) / 1560)
	);
}

.news h2 {
  margin-bottom: 32px;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.news__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 496px;
  background-color: var(--color-white);
}

.news__item img {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 587/250;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news__item-text {
  padding: 0 32px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.news__item-text span {
  border-radius: 20px;
  background: rgba(227, 228, 230, 0.2);
  overflow: hidden;
  padding: 6px 14px;
  font-size: 12px;
  width: fit-content;
  display: flex;
  align-items: center;
}

.news__item-text h3 {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 120%;
  color: #000000;
}

.news__item-text p {
  opacity: 0.87;
  line-height: 120%;
  font-size: clamp(14px, 2vw, 16px);
  color: rgba(0, 0, 0, 0.8705882353);
}

.news__item-text a {
  color: var(--color-main-blue);
  margin-top: auto;
  font-size: clamp(16px, 1vw, 20px);
}

.news__item-text a:hover {
  text-decoration: underline;
}

.reviews {
  padding-top: calc(
		30px + 90 * ((100vw - 360px) / 1560)
	);
  padding-bottom: calc(
		30px + 90 * ((100vw - 360px) / 1560)
	);
}

.reviews h2 {
  margin-bottom: 32px;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.reviews .swiper-wrapper {
  margin-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.reviews__item {
  width: 587px;
  background-color: var(--color-grey);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  height: auto;
}

.reviews__item:last-child {
  margin-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.reviews__item img {
  max-width: 50%;
  margin-bottom: auto;
}

.reviews__item-text {
  display: flex;
  flex-direction: column;
}

.reviews__item-text h3 {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 24px);
  margin-bottom: 10px;
}

.reviews__item-text span {
  opacity: 0.56;
  font-size: 16px;
  font-family: Pragmatica_extralight, sans-serif;
  font-weight: 200;
  margin-bottom: 32px;
}

.reviews__item-text p {
  line-height: 130%;
}

.reviews__controls {
  display: flex;
  gap: 20px;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  justify-content: flex-end;
  margin-top: 24px;
}

.reviews__controls svg {
  cursor: pointer;
}

.reviews__controls svg:hover path {
  fill: var(--color-gold);
}

.subscription {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.subscription img {
  grid-column: 1/5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 818/562;
}

.subscription__text {
  grid-column: 5/13;
  padding-top: calc(
		30px + 90 * ((100vw - 360px) / 1560)
	);
  padding-bottom: calc(
		30px + 90 * ((100vw - 360px) / 1560)
	);
  padding-right: calc(
		24px + 106 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 106 * ((100vw - 360px) / 1560)
	);
  background-color: var(--color-main-blue);
  display: flex;
  flex-direction: column;
}

.subscription__text h2 {
  color: var(--color-white);
  margin-bottom: 12px;
  max-width: 679px;
}

.subscription__text p {
  font-family: Pragmatica_extralight, sans-serif;
  font-weight: 200;
  margin-bottom: 50px;
  color: var(--color-white);
  max-width: 679px;
}

.subscription__form {
  max-width: 679px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.subscription__form form {
  display: flex;
  gap: 20px;
  align-items: center;
}

.subscription__form form .input {
  min-width: 455px;
}

.subscription__form .btn {
  min-width: 204px;
}

.subscription__agreement span {
  color: var(--color-white);
  opacity: 0.7;
  font-size: 14px;
}

.subscription__agreement a {
  color: var(--color-white);
  opacity: 1;
  font-size: 14px;
}

.requests {
  background-color: var(--color-grey);
  padding-top: calc(
		30px + 90 * ((100vw - 360px) / 1560)
	);
  padding-bottom: calc(
		30px + 90 * ((100vw - 360px) / 1560)
	);
}

.requests h2 {
  margin-bottom: 32px;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.requests .tabs {
  margin-bottom: 50px;
}

.requests .tabs a:first-child {
  margin-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.requests .tabs a:last-child {
  margin-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.requests__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.requests__item {
  background-color: var(--color-white);
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
}

.requests__item img {
  width: 160px;
  margin-bottom: 32px;
  object-fit: contain;
}

.requests__item h3 {
  font-family: Pragmatica_bold, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 120%;
  margin-bottom: 16px;
}

.requests__item p {
  font-family: Pragmatica_extralight, sans-serif;
  font-weight: 200;
  line-height: 130%;
  margin-bottom: 24px;
  opacity: 0.87;
  font-size: clamp(16px, 2vw, 14px);
}

.requests__item span {
  opacity: 0.56;
  margin-bottom: 50px;
  font-size: clamp(16px, 1vw, 14px);
}

.requests__item .btn {
  margin-top: auto;
  width: 100%;
  max-width: 239px;
}

.requests__item .btn span {
  opacity: 1;
}

.requests__item-tags {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  gap: 10px;
}

.requests__item-tags span {
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--color-grey);
  color: var(--color-black);
  opacity: 1;
  margin: 0;
}

.requests__item-actions {
  display: flex;
  gap: 48px;
}

.requests__item-actions div {
  display: flex;
  gap: 32px;
}

.requests__item-action {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(0, 0, 0, 0.56);
  font-size: clamp(12px, 2vw, 16px);
}

.requests__item-action:hover {
  text-decoration: underline;
}

.requests__more {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.requests__more .btn {
  min-width: 283px;
}

.tabs {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
}

.tabs::-webkit-scrollbar {
  display: none;
}

.tabs a {
  color: var(--color-gold);
  border: solid 1px var(--color-gold);
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 14px);
  padding: 10px 32px;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  height: 38px;
  line-height: 100%;
}

.tabs a:hover {
  border: solid 1px var(--color-main-blue);
  color: var(--color-main-blue);
}

.tabs a.is-active {
  background-color: var(--color-gold);
  color: var(--color-white);
  cursor: default;
  pointer-events: none;
}

.fundamentals {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 120px;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.fundamentals__item {
  width: calc((100% - 60px) / 4);
  background-color: var(--color-white);
  border-radius: 4px;
  overflow: hidden;
}
.fundamentals__item:nth-child(5),
.fundamentals__item:nth-child(6),
.fundamentals__item:nth-child(7) {
  width: calc((100% - 40px) / 3);
}

.fundamentals__item-content {
  padding: 20px 24px 24px 24px;
}
.fundamentals__item-img {
  height: 180px;
  width: 100%;
  object-fit: cover;

}

.fundamentals__number {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 0 0 32px 0;
}

.fundamentals__number span {
  line-height: 100%;
  font-family: Pragmatica_bold, sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: var(--color-gold);
}

.fundamentals__number p {
  font-size: clamp(16px, 2vw, 20px);
}

.bread-crumbs {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 32px;
  padding-bottom: 32px;
}

.bread-crumbs > * {
  font-size: 16px;
}

.bread-crumbs a {
  transition: color var(--default-transition);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
}

.bread-crumbs a,
.bread-crumbs a:active,
.bread-crumbs a:visited,
.bread-crumbs a:focus,
.bread-crumbs a:focus-visible {
  color: var(--color-overlay) !important;
  border: none;
}

.bread-crumbs a:hover {
  color: var(--color-main-blue) !important;
  cursor: pointer;
}

.bread-crumbs a._disabled {
  color: var(--color-white-smoke) !important;
  pointer-events: none;
  cursor: default;
}

.bread-crumbs a::after {
  content: "/";
  color: var(--color-black) !important;
  opacity: 0.87;
}

.bread-crumbs > span {
  color: var(--color-black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.instruction {
  display: grid;
  grid-template-columns: minmax(1vw, 435px) 1fr;
  margin-top: 48px;
  margin-bottom: 60px;
  gap: 24px;
  grid-template-areas: "title title" "menu tabs" "menu content";
}

.instruction h1 {
  grid-area: title;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  margin-bottom: 24px;
  line-height: 110%;
}

.instruction .tabs {
  grid-area: tabs;
  margin-bottom: 24px;
}

.instruction__menu {
  grid-area: menu;
  background-color: var(--color-white);
  border-radius: 4px;
  overflow: hidden;
  margin-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  height: fit-content;
}

.instruction__menu a {
  font-family: Pragmatica_bold, sans-serif;
  font-weight: 700;
  color: var(--color-black);
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 130%;
}

.instruction__menu a:hover {
  text-decoration: underline;
}

.instruction__menu ol {
  list-style: decimal;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.instruction__menu ol a {
  opacity: 0.7;
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
}

.instruction__menu ol ::marker {
  color: rgba(0, 0, 0, 0.7);
}

.instruction__content {
  margin-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  grid-area: content;
  padding: 32px;
  background-color: var(--color-white);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.instruction__content h2 {
  font-size: clamp(24px, 2vw, 32px);
  margin-bottom: 24px;
}

.instruction__content p {
  font-size: clamp(14px, 2vw, 16px);
  opacity: 0.87;
  line-height: 130%;
}

.instruction__content h3 {
  margin-top: 48px;
  margin-bottom: 12px;
  font-size: clamp(16px, 2vw, 20px);
  color: #3a3a3a;
}

.instruction__content img {
  width: 100%;
  object-fit: contain;
  margin-top: 20px;
}

.organizations {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.organizations form {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.organizations form .input__label {
  background-color: var(--color-white-smoke);
  color: rgba(0, 0, 0, 0.6);
}

.organizations form .input {
  width: 100%;
}

.organizations form input {
  border: 1px solid rgba(0, 0, 0, 0.23);
  color: var(--color-black);
}

.organizations__total {
  font-family: Pragmatica_bold, sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.organizations__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: -24px;
}

.organizations__item {
  background-color: var(--color-white);
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.organizations__item img {
  width: 220px;
  object-fit: contain;
  margin-bottom: 24px;
}

.organizations__item h3 {
  font-family: Pragmatica_bold, sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 20px);
  margin-bottom: 24px;
}

.organizations__item-save {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.organizations__item-save a {
  color: rgba(0, 0, 0, 0.56);
}

.organizations__item-save a:hover {
  text-decoration: underline;
}

.organizations__item-info {
  font-family: Pragmatica_bold, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.56);
  margin-bottom: 10px;
}

.organizations__item-info a {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.56);
}

.organizations__item-info a:hover {
  text-decoration: underline;
}

.organizations__item-info span {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.56);
}

.contacts-page {
  padding-top: 60px;
}

.contacts-page h1 {
  margin-bottom: 48px;
}

.contacts-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.contacts-page__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--color-white);
  padding: 24px;
}

.contacts-page__item h3 {
  font-family: Pragmatica_regular, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 130%;
}

.contacts-page__item p {
  color: var(--color-main-blue);
  font-size: clamp(18px, 2vw, 24px);
}

.contacts-page__item a {
  color: var(--color-main-blue);
  font-size: clamp(18px, 2vw, 24px);
}

.contacts-page__item a:hover {
  text-decoration: underline;
}

.contacts-page__map {
  height: 502px;
}

.news-page {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
}

.news-page h1 {
  margin-bottom: 48px;
}

.news-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.news-page__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 496px;
  background-color: var(--color-white);
}

.news-page__item img {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 587/250;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-page .pagination {
  margin-left: auto;
}

.news-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 120px;
}

.news-detail .container {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1314px;
}

.news-detail h1 {
  color: #3a3a3a;
  margin-bottom: 24px;
}

.news-detail p {
  color: #3a3a3a;
  line-height: 140%;
  font-size: clamp(14px, 2vw, 16px);
}

.news-detail__date {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}

.news-detail__date span {
  font-size: 16px;
  color: #3a3a3a;
}

.news-detail__stat {
  display: flex;
  gap: 24px;
  margin-top: 48px;
  margin-bottom: 24px;
}

.news-detail__stat div,
.news-detail__stat a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #3a3a3a;
}

.news-detail__stat a {
  margin-left: auto;
}

.news-detail__stat a:hover {
  text-decoration: underline;
}

.news-detail__quote {
  border-left: solid 2px var(--color-gold);
  padding: 16px 32px;
  margin: 48px 0;
  font-family: Pragmatica_bold, sans-serif;
  font-weight: 700;
  color: #3a3a3a;
  font-size: clamp(14px, 2vw, 16px);
}

.news-detail__gray-text {
  padding: 20px 24px;
  background: #e5e5e5;
  color: #2e2e30;
  line-height: 140%;
  font-size: clamp(14px, 2vw, 16px);
}

.news-detail__requests {
  max-width: 1314px;
  margin: 48px 0;
  width: 100%;
}

.news-detail__requests h2 {
  margin: 0;
}

.news-detail__requests-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.news-detail__swiper-controls {
  display: flex;
  gap: 24px;
}

.news-detail__swiper-controls svg:hover {
  cursor: pointer;
}

.news-detail__requests-swiper {
  overflow: hidden;
  width: 100%;
  max-width: 1314px;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.news-detail__requests-swiper .requests__item {
  max-width: 587px;
}

.recomendation {
  padding-bottom: 120px;
}

.recomendation h2 {
  margin-bottom: 48px;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
}

.recomendation__list {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.recomendation__list::-webkit-scrollbar {
  display: none;
}

.catalog {
  padding-top: 60px;
  padding-bottom: 120px;
}

.catalog h1 {
  margin-bottom: 48px;
}

.catalog form {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.catalog form .input__label {
  background-color: var(--color-white-smoke);
  color: rgba(0, 0, 0, 0.6);
}

.catalog form .input {
  width: 100%;
}

.catalog form input {
  border: 1px solid rgba(0, 0, 0, 0.23);
  color: var(--color-black);
}

.catalog__wrapper {
  display: grid;
  grid-template-columns: minmax(1vw, 435px) 1fr;
  gap: 20px;
  margin-top: 48px;
}

.catalog__filter .accordion__button {
  background-color: var(--color-white);
  border-radius: 4px;
}

.catalog__filter .accordion__content {
  background-color: var(--color-white);
}

.catalog__filter .accordion__hidden-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.catalog__filter .accordion__hidden-wrap .btn {
  width: 100%;
}

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

.politic-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 120px;
}

.politic-page .container {
  max-width: 120rem;
  padding-top: 0;
  padding-bottom: 0;
}

.politic {
  display: flex;
  flex-direction: column;
  gap: calc(
		32px + 16 * ((100vw - 360px) / 1560)
	);
}

.politic__container {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.politic__container h3 {
  font-size: calc(
		18px + 6 * ((100vw - 360px) / 1560)
	);
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.politic__container p {
  color: rgb(58, 58, 58);
  line-height: 24px;
  font-size: calc(
		14px + 2 * ((100vw - 360px) / 1560)
	);
}

.politic__container-text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10;
}

.modal.is-active {
  display: flex;
}

.modal__wrapper {
  max-width: 43rem;
  background-color: #fff;
  padding: 5rem 3.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}

.modal__wrapper .modal__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  background-color: transparent;
  cursor: pointer;
}

.modal__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.modal__text h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: rgb(51, 51, 51);
}

.modal__text p {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

body._lock {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .accordion_in-header.is-active .accordion__content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .accordion_in-header .accordion__content {
    padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
    padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
    position: absolute;
    z-index: 10;
    top: 78px;
    left: 0;
    background-color: var(--color-white);
    width: 100%;
  }

  .accordion_in-header .accordion__hidden-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }

  .accordion_in-header .accordion__hidden-wrap .header__link {
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    padding: 40px 44px;
    text-transform: uppercase;
    font-size: 24px;
    color: var(--color-white);
    font-family: Pragmatica_semibold, sans-serif;
    font-weight: 600;
    text-decoration: none;
    position: relative;
  }

  .accordion_in-header .accordion__hidden-wrap .header__link::after {
    width: 65px;
    height: 65px;
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-image: url("../assets/svg/arrow-right-green.svg");
  }

  .accordion_in-header .accordion__hidden-wrap .header__link:nth-child(1) {
    grid-column: 1/4;
    background-color: var(--color-main-blue);
  }

  .accordion_in-header .accordion__hidden-wrap .header__link:nth-child(1)::after {
    background-image: url("../assets/svg/arrow-right-white.svg");
  }

  .accordion_in-header .accordion__hidden-wrap .header__link:nth-child(2) {
    grid-column: 4/7;
    background-color: var(--color-main-blue);
  }

  .accordion_in-header .accordion__hidden-wrap .header__link:nth-child(2)::after {
    background-image: url("../assets/svg/arrow-right-white.svg");
  }

  .accordion_in-header .accordion__hidden-wrap .header__link:nth-child(3n) {
    grid-column: 1/3;
    background-color: var(--color-white-smoke);
    color: var(--color-black);
  }

  .accordion_in-header .accordion__hidden-wrap .header__link:nth-child(3n+4) {
    grid-column: 3/5;
    background-color: var(--color-white-smoke);
    color: var(--color-black);
  }

  .accordion_in-header .accordion__hidden-wrap .header__link:nth-child(3n+5) {
    grid-column: 5/7;
    background-color: var(--color-white-smoke);
    color: var(--color-black);
  }

  .accordion_in-header .accordion__hidden-wrap .header__link sup {
    font-family: Pragmatica_semibold, sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 2vw, 20px);
    text-transform: lowercase;
  }

  .header__buttons {
    display: none;
  }

  .header__buttons button {
    display: none;
  }

  .organizations .pagination {
    margin-top: -28px;
  }

  .catalog__filter .accordion__button {
    display: none;
  }

  .catalog__filter .accordion__content {
    padding-top: 24px;
  }
}

@media screen and (min-width: 1201px) {
  .instruction__menu .accordion__button {
    pointer-events: none;
  }

  .instruction__menu .accordion__button::after {
    display: none;
  }
}

@media screen and (min-width: 1369px) {
  .header__icon-link:hover {
    background-color: var(--color-gold);
  }

  .header__icon-link:hover path {
    stroke: var(--color-white);
  }
}

@media screen and (min-width: 1801px) {
  .footer__button {
    width: 100%;
  }
}

@media screen and (max-width: 1615px) {
  .header__nav {
    grid-column: 4 / 11;
  }
}

@media screen and (max-width: 1800px) {
  .footer__row:first-child {
    display: flex;
    justify-content: space-between;
  }

  .footer__row:last-child {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer__copyrights {
    grid-column: unset;
  }

  .footer__column {
    grid-column: unset !important;
  }
}

@media screen and (max-width: 1650px) {
  .banner {
    background-image: none !important;
    background-color: var(--color-white-smoke);
    display: block;
    padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
    padding-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
    min-height: unset;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1600px) {
  .organizations__item-save {
    position: static;
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 1440px) {
  .requests__item-tags {
    position: unset;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .footer__row:last-child {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__row:last-child {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 1306px) {
  .header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
}

@media screen and (max-width: 1300px) {
  .news-detail__requests-swiper {
    padding-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .subscription__form form {
    flex-direction: column;
    align-items: flex-start;
  }

  .subscription__form form .input {
    min-width: 100%;
  }

  .instruction {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 64px;
  }

  .instruction .tabs a:first-child {
    margin-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  }

  .instruction .tabs a:last-child {
    margin-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  }

  .instruction__menu {
    margin-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  }

  .instruction__content {
    margin-left: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
    background-color: unset;
    padding: 0;
  }

  .organizations__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-page__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-detail__requests-head {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 1200px) {
  * {
    scroll-margin-top: 59px;
  }

  img,
  video {
    user-select: none;
  }

  .btn .children {
    white-space: normal;
    text-align: center;
  }

  .select__button {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }

  .checkbox {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }

  .accordion__button h3 {
    max-width: 80%;
  }

  .accordion_in-header .accordion__hidden-wrap .header__link sup {
    display: none;
  }

  .header {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .header__lang {
    order: 1;
    margin: 0 0 0 0;
    font-size: 16px;
  }

  .header__logo {
    width: 71px;
    height: 47px;
  }

  .header__nav {
    display: none;
  }

  .header__actions {
    margin-left: auto;
  }

  .header__icon-link {
    width: 35px;
    height: 35px;
  }

  .footer {
    gap: 40px;
  }

  .footer__row:first-child {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

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

  .footer__copyrights {
    order: 4;
  }

  .banner__text h1 {
    margin-bottom: 24px;
  }

  .banner__text p {
    margin-bottom: 32px;
  }

  .banner__numbers {
    margin-top: 48px;
    gap: 12px;
  }

  .banner__number {
    gap: 4px;
  }

  .partners__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

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

  .contacts__map {
    height: 200px;
  }

  .news__list {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .news__list::-webkit-scrollbar {
    display: none;
  }

  .news__item {
    min-width: 350px;
  }

  .news__item-text {
    padding: 0 16px 16px 16px;
  }

  .subscription {
    display: flex;
    flex-direction: column;
  }

  .subscription img {
    display: none;
  }

  .requests__list {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .requests__list::-webkit-scrollbar {
    display: none;
  }

  .requests__item {
    min-width: 350px;
  }

  .requests__item-actions {
    flex-direction: column;
    gap: 24px;
  }

  .requests__item-actions .btn {
    max-width: unset;
  }

  .bread-crumbs_short a:nth-child(1),
  .bread-crumbs_short a:nth-child(2) {
    display: none;
  }

  .organizations {
    padding-top: 0;
    gap: 32px;
  }

  .organizations__list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: -20px;
  }

  .organizations__item {
    padding: 20px 24px;
  }

  .contacts-page h1 {
    margin-bottom: 32px;
  }

  .contacts-page__list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 16px;
  }

  .contacts-page__map {
    height: 400px;
  }

  .news-page h1 {
    margin-bottom: 32px;
  }

  .news-page__list {
    margin-bottom: 32px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .news-page__item {
    min-width: 350px;
  }

  .news-detail {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .news-detail__stat {
    margin-top: 32px;
    margin-bottom: 12px;
  }

  .news-detail__quote {
    margin: 32px 0;
    padding: 16px 24px;
  }

  .news-detail__gray-text {
    padding: 20px;
  }

  .news-detail__requests {
    margin: 32px 0;
  }

  .news-detail__requests-swiper .requests__item {
    max-width: 280px;
  }

  .recomendation {
    padding-bottom: 64px;
  }

  .recomendation h2 {
    margin-bottom: 32px;
  }

  .recomendation__list .news-page__item {
    min-width: 280px;
  }

  .catalog {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .catalog h1 {
    margin-bottom: 32px;
  }

  .catalog__wrapper {
    margin-top: 32px;
    grid-template-columns: 1fr;
  }

  .fundamentals__item,
  .fundamentals__item:nth-child(5),
  .fundamentals__item:nth-child(6),
  .fundamentals__item:nth-child(7) {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 757px) {
  .reviews .swiper-wrapper {
    padding-right: calc(
		24px + 36 * ((100vw - 360px) / 1560)
	);
  }

  .reviews__item {
    max-width: 280px;
  }
}

@media screen and (max-width: 575px) {
  .pagination a:nth-child(5),
  .pagination a:nth-child(6),
  .pagination a:nth-child(7),
  .pagination a:nth-child(8) {
    display: none;
  }

  .pagination a:nth-child(4) {
    margin-right: 38px;
    position: relative;
  }

  .pagination a:nth-child(4)::after {
    pointer-events: none;
    cursor: default;
    content: "...";
    position: absolute;
    right: -46px;
    top: 12px;
    width: 32px;
    height: 32px;
  }

  .footer__button {
    width: 100%;
  }

  .footer__title {
    margin-bottom: 20px;
  }

  .banner__text .btn {
    width: 100%;
  }

  .contacts__text {
    padding: 20px;
  }

  .contacts__text h2 {
    margin-bottom: 16px;
  }

  .contacts__item {
    align-items: flex-start;
  }

  .news__item {
    min-width: 280px;
  }

  .subscription__form .btn {
    width: 100%;
  }

  .subscription__agreement a {
    opacity: 0.7;
  }

  .requests .tabs {
    margin-bottom: 30px;
  }

  .requests__item {
    min-width: 280px;
    padding: 20px 15px;
  }

  .requests__item .btn {
    width: 100%;
  }

  .requests__item-action {
    gap: 8px;
  }

  .requests__item-action svg {
    width: 16px;
    height: 16px;
  }

  .requests__more {
    margin-top: 30px;
  }

  .requests__more .btn {
    width: 100%;
  }

  .tabs a {
    height: 34px;
    padding: 10px 12px;
  }

  .fundamentals__item,
  .fundamentals__item:nth-child(5),
  .fundamentals__item:nth-child(6),
  .fundamentals__item:nth-child(7) {
    width: 100%;
  }
  .fundamentals__item-content {
    padding: 16px;
  }
  .fundamentals__number {
    margin: 0 0 16px 0;
  }

  .bread-crumbs {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .instruction {
    margin-top: 0px;
  }

  .instruction h1 {
    margin-bottom: 0px;
  }

  .instruction .tabs {
    margin-bottom: 0px;
  }

  .instruction__content {
    gap: 60px;
  }

  .instruction__content h3 {
    margin-top: 24px;
  }

  .organizations__total {
    margin-bottom: -12px;
  }

  .contacts-page {
    padding-top: 0;
  }

  .contacts-page__item {
    align-items: flex-start;
    padding: 16px;
  }

  .news-page {
    padding-top: 0;
  }

  .news-page__item {
    min-width: 280px;
  }

  .catalog form {
    gap: 4px;
  }
}