@charset "UTF-8";
/* Импортные CSS / SCSS файлы, плагины, модули */
/* Обнуление стилей */
/*! 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Плагин стилизации Select */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: 0;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus, .choices__input:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* Плагин стилизации Слайдеров */
/**
 * Swiper 9.2.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 17, 2023
 */
@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;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  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-wrapper {
  transform: translate3d(0px, 0, 0);
}

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

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

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

.swiper-centered > .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-centered.swiper-horizontal > .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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .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);
  }
}
.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-button-next, .swiper-button-prev {
  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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

.swiper-button-next:after, .swiper-button-prev: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, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.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";
}

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

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.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);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

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

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

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

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

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-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-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  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;
}

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

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

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

.swiper .swiper-notification, swiper-container .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, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.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-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;
}

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

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

.swiper-cards {
  overflow: visible;
}

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

/* Стилизация tolkit */
.tippy-box[data-animation=scale][data-placement^=top] {
  transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
  transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
  transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
  transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
  transform: scale(0.5);
  opacity: 0;
}

/* Стилизация Галереи */
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: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  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: none;
  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 {
  background: #fff;
  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 {
  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: grab;
}

.fancybox-is-grabbing .fancybox-content {
  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: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.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: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 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-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 {
  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;
}

@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: none;
  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: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  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);
  }
}
/* Переменные */
/* Миксины */
/* Резиновая верстка (авторасчет vw) */
/*
  @include Layout-boxshadow(0, -5, 15, rgba(#000, .25), all);
*/
/* Адаптивный box-shadow */
/* Адаптивность */
/* Подключение шрифта вручную */
/* Работа с типографией */
/* Удобная Сетка */
/* Обнуление стилей */
*,
*:before,
*:after {
  box-sizing: border-box;
  font-size: 10px;
  font-family: avenirnextcyr;
  font-style: normal;
  color: #000000;
  font-weight: 400;
}

html,
body {
  background: #fff;
}

body {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

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

ul {
  list-style: none;
}

dl,
a,
p,
span,
div,
img,
nav,
header,
footer,
button,
input,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  padding-left: 0;
}

input,
textarea,
button {
  box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  display: block;
}
input::placehloder,
textarea::placehloder,
button::placehloder {
  box-sizing: border-box;
}

textarea {
  resize: none;
}

/* Шрифты */
@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-bold.woff2") format("woff2"), url("../fonts/avenirnextcyr-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-demi.woff2") format("woff2"), url("../fonts/avenirnextcyr-demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-regular.woff2") format("woff2"), url("../fonts/avenirnextcyr-regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-medium.woff2") format("woff2"), url("../fonts/avenirnextcyr-medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Типографика */
h1 {
  color: #fff;
  font-weight: 600;
  font-size: 3.3333333333vw;
  line-height: 3.8888888889vw;
}
@media (max-width: 992px) {
  h1 {
    font-size: 4.0322580645vw;
    line-height: 4.8387096774vw;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 12.6315789474vw;
    line-height: 14.7368421053vw;
  }
}
h1 span {
  color: inherit;
  font-weight: inherit;
  font-size: 2.7777777778vw;
  line-height: 3.3333333333vw;
}
@media (max-width: 992px) {
  h1 span {
    font-size: 3.2258064516vw;
    line-height: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  h1 span {
    font-size: 7.8947368421vw;
    line-height: 10vw;
  }
}

h2 {
  font-weight: 600;
  font-size: 2.7777777778vw;
  line-height: 3.3333333333vw;
}
@media (max-width: 992px) {
  h2 {
    font-size: 4.0322580645vw;
    line-height: 4.8387096774vw;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 8.4210526316vw;
    line-height: 10.5263157895vw;
  }
}

h3 {
  font-weight: 600;
  font-size: 1.6666666667vw;
  line-height: 2.0138888889vw;
}
@media (max-width: 992px) {
  h3 {
    font-size: 2.4193548387vw;
    line-height: 2.9233870968vw;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 5.2631578947vw;
    line-height: 6.5789473684vw;
  }
}

span {
  display: block;
}

p {
  font-weight: 400;
  font-size: 1.6666666667vw;
  line-height: 1.9444444444vw;
}
@media (max-width: 992px) {
  p {
    font-size: 2.0161290323vw;
    line-height: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 4.2105263158vw;
    line-height: 5.2631578947vw;
  }
}

a {
  font-size: 1.1111111111vw;
  line-height: 1.3194444444vw;
  display: block;
  text-decoration: none;
  user-select: none;
  opacity: 1;
  transition: opacity 0.3s linear;
}
@media (max-width: 992px) {
  a {
    font-size: 1.6129032258vw;
    line-height: 1.9153225806vw;
  }
}
@media (max-width: 768px) {
  a {
    font-size: 4.2105263158vw;
    line-height: 5vw;
  }
}
a:hover {
  opacity: 0.8;
}

/* Анимации */
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes modalOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  5% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* Компоненты */
/* Иконки */
/* Кнопки */
/* Кнопка: перейти */
.btn {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: background-color, color, box-shadow, border-color;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  max-width: 100%;
  outline: none;
  user-select: none;
  font-weight: 600;
  font-size: 1.6666666667vw;
  line-height: 2.0138888889vw;
}
.btn:hover {
  cursor: pointer;
}
.btn--large {
  padding-top: 0.6944444444vw;
  padding-bottom: 0.6944444444vw;
  padding-left: 2.4305555556vw;
  padding-right: 2.4305555556vw;
  border-radius: 2.4305555556vw;
}
@media (max-width: 992px) {
  .btn--large {
    padding-top: 1.0080645161vw;
    padding-bottom: 1.0080645161vw;
    padding-left: 3.5282258065vw;
    padding-right: 3.5282258065vw;
    border-radius: 3.5282258065vw;
  }
}
@media (max-width: 768px) {
  .btn--large {
    padding-top: 2.1052631579vw;
    padding-bottom: 2.1052631579vw;
    padding-left: 8.4210526316vw;
    padding-right: 8.4210526316vw;
    border-radius: 9.2105263158vw;
  }
}
.btn--bigsize {
  padding-top: 0.6944444444vw;
  padding-bottom: 0.6944444444vw;
  padding-left: 0.9722222222vw;
  padding-right: 0.9722222222vw;
}
@media (max-width: 992px) {
  .btn--bigsize {
    padding-top: 1.0080645161vw;
    padding-bottom: 1.0080645161vw;
    padding-left: 1.4112903226vw;
    padding-right: 1.4112903226vw;
  }
}
@media (max-width: 768px) {
  .btn--bigsize {
    padding-top: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
    padding-left: 3.6842105263vw;
    padding-right: 3.6842105263vw;
  }
}
.btn--bigsize i {
  display: flex;
  align-items: flex-end;
  margin-right: 0.7638888889vw;
}
@media (max-width: 992px) {
  .btn--bigsize i {
    margin-right: 1.1088709677vw;
  }
}
@media (max-width: 768px) {
  .btn--bigsize i {
    margin-right: 2.8947368421vw;
  }
}
.btn--bigsize span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.btn--long {
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  border-top-left-radius: 2.1527777778vw;
  border-bottom-left-radius: 2.1527777778vw;
}
@media (max-width: 992px) {
  .btn--long {
    width: 26.2096774194vw;
    border-top-left-radius: 3.125vw;
    border-bottom-left-radius: 3.125vw;
  }
}
.btn--gradient {
  background: linear-gradient(113.04deg, #E9B620 8.95%, #E43621 94.65%);
  color: #fff;
  transition: filter 0.3s linear;
}
.btn--gradient:hover {
  opacity: 1;
  filter: brightness(115%);
}

/* Select castom */
.header__form .choices {
  height: auto;
  max-width: 9.6354166667vw;
}
@media (max-width: 992px) {
  .header__form .choices {
    max-width: 15.1209677419vw;
  }
}
@media (max-width: 768px) {
  .header__form .choices {
    width: 28.9473684211vw;
    max-width: 28.9473684211vw;
  }
}
.header__form .choices__inner {
  border: none;
  background-color: #FAE2E3;
  min-height: auto;
  max-width: 100%;
  padding-left: 0.5208333333vw;
  padding-right: 0.5208333333vw;
  padding-top: 0vw;
  padding-bottom: 0vw;
}
.header__form .choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0vw;
}
.header__form .choices__item {
  font-weight: 600;
  text-decoration: underline dashed #000;
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
}
@media (max-width: 992px) {
  .header__form .choices__item {
    font-size: 1.4112903226vw;
    line-height: 1.4112903226vw;
  }
}
@media (max-width: 768px) {
  .header__form .choices__item {
    font-size: 2.1052631579vw;
    line-height: 2.6315789474vw;
  }
}
@media (max-width: 768px) {
  .header__form .choices__item {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__form .choices__item {
    font-size: 3.1578947368vw;
    line-height: 5.2631578947vw;
  }
}
.header__form .choices__list .choices__list {
  background-color: #ffffff;
}
.header__form .choices__list .choices__list .choices__item {
  text-decoration: none;
  font-size: 0.625vw;
  line-height: 0.7291666667vw;
  font-size: 0.8333333333vw;
  line-height: 0.9722222222vw;
}
@media (max-width: 992px) {
  .header__form .choices__list .choices__list .choices__item {
    font-size: 1.4112903226vw;
    line-height: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .header__form .choices__list .choices__list .choices__item {
    font-size: 3.1578947368vw;
    line-height: 5.2631578947vw;
  }
}
.header__form .choices__list--dropdown, .header__form .choices__list {
  background-color: #FAE2E3;
}
.header__form .choices__list--dropdown .choices__item--selectable {
  padding: 0.5208333333vw;
}
.header__form .choices[data-type*=select-one]::after {
  border-color: #B12124 transparent transparent;
  border-width: 0.4166666667vw;
  right: 0.5208333333vw;
}
@media (max-width: 992px) {
  .header__form .choices[data-type*=select-one]::after {
    border-width: 0.8064516129vw;
  }
}
@media (max-width: 768px) {
  .header__form .choices[data-type*=select-one]::after {
    border-width: 1.5789473684vw;
    right: 1.3157894737vw;
  }
}
.header__form .choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #B12124;
  margin-top: -0.5208333333vw;
}
@media (max-width: 992px) {
  .header__form .choices[data-type*=select-one].is-open::after {
    margin-top: -1.0080645161vw;
  }
}
@media (max-width: 768px) {
  .header__form .choices[data-type*=select-one].is-open::after {
    margin-top: -1.8421052632vw;
  }
}
.header__form .choices__item--selectable::after {
  display: none;
}
.header__form .choices__placeholder {
  opacity: 1;
}

.search__select-group .choices {
  margin-bottom: 0;
  width: 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .search__select-group .choices {
    max-width: none;
    width: 100%;
  }
}
.search__select-group .choices__inner {
  border-color: #000;
  background-color: #FFF;
  border-style: solid;
  text-transform: uppercase;
  border-radius: 0.2604166667vw;
  border-width: 0.1041666667vw;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  .search__select-group .choices__inner {
    font-size: 3.1578947368vw;
    line-height: 5.2631578947vw;
    border-radius: 1.3157894737vw;
  }
}
@media (max-width: 768px) {
  .search__select-group .choices__inner:not(:last-child) {
    margin-bottom: 1.3157894737vw;
  }
}
.search__select-group .choices__item {
  color: #000;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
}
@media (max-width: 768px) {
  .search__select-group .choices__item {
    font-size: 3.6842105263vw;
    line-height: 5.2631578947vw;
  }
}
.search__select-group .choices[data-type*=select-one] .choices__inner {
  padding-bottom: 1.0416666667vw;
}
.search__select-group .choices__list--dropdown .choices__item, .search__select-group .choices__list[aria-expanded] .choices__item {
  font-size: 1.5625vw;
  line-height: 1.8229166667vw;
}
@media (max-width: 768px) {
  .search__select-group .choices__list--dropdown .choices__item, .search__select-group .choices__list[aria-expanded] .choices__item {
    font-size: 3.6842105263vw;
    line-height: 5.2631578947vw;
  }
}
.search__select-group .choices[data-type*=select-one]::after {
  border-color: #B12124 transparent transparent;
  border-width: 0.78125vw;
  right: 1.328125vw;
}
@media (max-width: 768px) {
  .search__select-group .choices[data-type*=select-one]::after {
    border-width: 2.1052631579vw;
    margin-top: -1.3157894737vw;
    right: 3.9473684211vw;
  }
}
.search__select-group .choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #B12124;
  margin-top: -1.0416666667vw;
}
@media (max-width: 768px) {
  .search__select-group .choices[data-type*=select-one].is-open::after {
    margin-top: -3.9473684211vw;
  }
}
.search__select-group .choices__item--selectable::after {
  display: none;
}
.search__select-group .choices__placeholder {
  opacity: 1;
}

/* Настройка мелких компонентов */
span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.btn {
  background-color: #b12124;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  font-size: 0.78125vw;
  border-radius: 0.2604166667vw;
  padding-top: 0.6770833333vw;
  padding-right: 0.9895833333vw;
  padding-bottom: 0.6770833333vw;
  padding-left: 0.9895833333vw;
  font-size: 1.0416666667vw;
}
@media (max-width: 992px) {
  .btn {
    border-radius: 0.5040322581vw;
  }
}
@media (max-width: 768px) {
  .btn {
    border-radius: 1.3157894737vw;
  }
}
.btn:hover {
  opacity: 1;
  background-color: #D35757;
}
.btn--pink {
  background-color: #D35757;
}
.btn--pink:hover {
  background-color: #b12124;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 80.2083333333vw;
  padding-right: 0.78125vw;
  padding-left: 0.78125vw;
}
@media (max-width: 1600px) {
  .container {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  .container {
    padding-right: 3.9473684211vw;
    padding-left: 3.9473684211vw;
  }
}

.tooltip p {
  color: #fff;
  font-size: 1.1458333333vw;
  line-height: 1.3541666667vw;
}
@media (max-width: 768px) {
  .tooltip p {
    font-size: 3.6842105263vw;
    line-height: 5.2631578947vw;
  }
}
.tooltip a {
  width: 100%;
  line-height: normal;
  margin-top: 0.5208333333vw;
}

.fancybox-container path {
  color: #FFF;
}

/* Блоки */
/* Шапка сайта */
.social-list {
  display: flex;
  justify-content: space-between;
}
.social-list__item {
  width: 2.4479166667vw;
}
@media (max-width: 992px) {
  .social-list__item {
    width: 3.0241935484vw;
  }
}
@media (max-width: 768px) {
  .social-list__item {
    width: 5.2631578947vw;
  }
}
.social-list__item:not(:last-child) {
  margin-right: 0.4166666667vw;
}
@media (max-width: 768px) {
  .social-list__item:not(:last-child) {
    margin-right: 1.3157894737vw;
  }
}

.shadow {
  -webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
}

.header {
  top: 0;
  position: fixed;
  width: 100%;
  background-color: #FFF;
  z-index: 1000;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
@media (max-width: 768px) {
  .header {
    padding-top: 1.3157894737vw;
    padding-bottom: 1.3157894737vw;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
}
.header__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 3.6458333333vw;
}
@media (max-width: 768px) {
  .header__left {
    margin-right: 1.3157894737vw;
  }
}
@media (max-width: 992px) {
  .header__left {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .header__left {
    flex-direction: row;
  }
}
.header__logo {
  margin-right: 1.0416666667vw;
  width: 6.9791666667vw;
}
@media (max-width: 768px) {
  .header__logo {
    width: 13.1578947368vw;
  }
}
.header__logoinfo h2 {
  text-align: center;
  font-weight: 600;
  text-align: center;
  font-size: 2.2916666667vw;
  line-height: 2.5vw;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  .header__logoinfo h2 {
    display: none;
  }
}
.header__logoinfo h2 span {
  color: #D35757;
  font-size: 1.4583333333vw;
  line-height: 1.0416666667vw;
}
@media (max-width: 768px) {
  .header__logoinfo h2 span {
    font-size: 2.3684210526vw;
    line-height: 2.6315789474vw;
  }
}
.header__form {
  text-align: center;
}
.header__right {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__top {
  border-color: red;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-width: 0.0520833333vw;
}
.header__phones {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 2.6388888889vw;
}
@media (max-width: 992px) {
  .header__phones {
    margin-right: 1.0080645161vw;
  }
}
.header__phone {
  color: #b12124;
  font-weight: 400;
  display: inline-block;
  min-width: max-content;
  text-align: right;
  font-size: 0.78125vw;
  line-height: 1.4583333333vw;
  font-size: 1.0416666667vw;
}
.header__phone--main {
  font-size: 1.25vw;
}
.header__phone--main span {
  display: inline-block;
  font-size: 1.5625vw;
}
.header__address {
  line-height: 0.9375vw;
  font-size: 1.0416666667vw;
  margin-right: 2.0833333333vw;
}
@media screen and (min-width: 1600px) {
  .header__address {
    font-size: 0.83vw;
  }
}
@media (max-width: 992px) {
  .header__address {
    margin-right: 1.0080645161vw;
  }
}
.header__address span {
  color: #D35757;
  display: inline-block;
}
@media (max-width: 992px) {
  .header__address {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header__address {
    display: none;
  }
}
.header__buttons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header__buttons {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .header__buttons {
    margin-bottom: 0.5040322581vw;
  }
}
.header__btn {
  height: max-content;
  line-height: unset;
  font-size: 0.78125vw;
  line-height: 0.9375vw;
}
@media (max-width: 768px) {
  .header__btn {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }
}
.header__btn:not(:last-child) {
  margin-right: 0.6770833333vw;
}
@media (max-width: 992px) {
  .header__btn:not(:last-child) {
    margin-bottom: 0.5040322581vw;
    margin-right: 0vw;
  }
}
@media (max-width: 992px) {
  .header__btn {
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
  }
}
.header__btn--pink {
  background-color: #D35757;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding-top: 0.2604166667vw;
}
@media (max-width: 768px) {
  .header__social {
    display: none;
  }
}
.header__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.header__item {
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s;
  line-height: 2.5vw;
  font-size: 1.25vw;
}
@media (max-width: 768px) {
  .header__item {
    margin-right: 2.6315789474vw;
    margin-left: 2.6315789474vw;
  }
}
.header__list
{
 padding-left: 2.2916666667vw;

	}

.header__item:not(:last-child) {
  margin-right: 2.2916666667vw;
}
.header__item:hover {
  color: #D35757;
  opacity: 1;
}

.header__phones--mobile {
  display: none;
}

.header__left--mobile {
  display: none;
}

.button-menu {
  display: none;
  background-image: url("../img/icons/menu.webp");
  background-size: cover;
  background-color: inherit;
}
@media (max-width: 768px) {
  .button-menu {
    width: 9.2105263158vw;
    height: 9.2105263158vw;
  }
}

.button-menu:hover {
  background-color: inherit;
}

@media (max-width: 768px) {
  .header__left--mobile {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__left--mobile {
    row-gap: 2.6315789474vw;
  }
}
@media (max-width: 768px) {
  .header__left--mobile .header__logo {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header__left--mobile .header__logoinfo h2 {
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__left--mobile .header__logoinfo h2 {
    font-size: 5.2631578947vw;
    line-height: 7.3684210526vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__left--mobile .header__logoinfo h2 span {
    font-size: 5.2631578947vw;
    line-height: 5.2631578947vw;
  }
}
@media (max-width: 768px) {
  .button-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .header__container {
    align-items: center;
  }
  .header__right {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    text-align: center;
    display: none;
    background-color: #FFF;
    position: absolute;
    flex-direction: column-reverse;
    justify-content: center;
    overflow: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__right {
    top: 0vw;
    left: 0vw;
    row-gap: 2.6315789474vw;
  }
}
@media (max-width: 768px) {
  .header__right--active {
    display: flex;
  }
}
@media (max-width: 768px) {
  .header__top {
    display: flex;
    flex-direction: column-reverse;
    border: none;
  }
}
@media (max-width: 768px) {
  .header__phones {
    display: none;
  }
  .header__phones--mobile {
    display: flex;
  }
}
@media (max-width: 768px) {
  .header__phone {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header__address {
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__buttons {
    row-gap: 2.6315789474vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__btn {
    padding-left: 3.9473684211vw;
    padding-right: 3.9473684211vw;
    padding-top: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
  }
}
@media (max-width: 768px) {
  .header__bottom {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__bottom {
    row-gap: 2.6315789474vw;
  }
}
@media (max-width: 768px) {
  .header__social {
    display: flex;
    order: 2;
  }
}
@media (max-width: 768px) {
  .header__list {
    flex-direction: column;
    order: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__list {
    row-gap: 2.6315789474vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .social-list__item {
    width: 6.5789473684vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__right .header__logoinfo h2 {
    margin-bottom: 3.9473684211vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__right .header__buttons {
    margin-bottom: 3.9473684211vw;
  }
}
@media (max-width: 768px) {
  .header__right .header__form {
    text-align: center;
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__right .choices__list {
    padding-top: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
  }
}
@media (max-width: 768px) {
  .header__right .header__form .choices {
    max-width: none;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__right .header__form .choices {
    width: 52.6315789474vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__right .header__form .choices__item {
    font-size: 4.4736842105vw;
    line-height: 5.2631578947vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__right .header__form .choices__list .choices__list .choices__item {
    font-size: 3.9473684211vw;
    line-height: 5.2631578947vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__right .choices[data-type*=select-one]::after {
    border-width: 2.1052631579vw;
    right: 2.6315789474vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__right .choices[data-type*=select-one].is-open::after {
    margin-top: -2.6315789474vw;
  }
}
@media (max-width: 768px) {
  .header__right .button-menu {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../img/icons/menu-close.svg");
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header__right .button-menu {
    right: 2.6315789474vw;
    top: 2.6315789474vw;
  }
}
/* Подвал сайта */
.footer {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/footer.webp") center/cover;
  padding-top: 4.4270833333vw;
  padding-bottom: 1.5625vw;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 7.8947368421vw;
    padding-bottom: 7.8947368421vw;
  }
}
.footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.6875vw;
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.footer__buttom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__buttom {
    flex-direction: column;
  }
}
.footer__left {
  max-width: 33%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .footer__left {
    justify-content: left;
  }
}
@media (max-width: 768px) {
  .footer__left {
    flex-direction: column;
    justify-content: center;
    order: -1;
  }
}
@media (max-width: 992px) {
  .footer__left {
    width: 30.2419354839vw;
  }
}
@media (max-width: 768px) {
  .footer__left {
    margin-bottom: 3.9473684211vw;
  }
}
.footer__center {
  max-width: 33%;
}
@media (max-width: 768px) {
  .footer__center {
    max-width: none;
    order: 2;
  }
}
@media (max-width: 768px) {
  .footer__center {
    margin-bottom: 2.6315789474vw;
  }
}
.footer__right {
  max-width: 33%;
  color: #FFF;
  text-align: right;
  max-width: 18.75vw;
  font-size: 1.5625vw;
  line-height: 1.9791666667vw;
}
@media (max-width: 992px) {
  .footer__right {
    max-width: 30.2419354839vw;
  }
}
@media (max-width: 768px) {
  .footer__right {
    margin-bottom: 3.9473684211vw;
  }
}
@media (max-width: 768px) {
  .footer__right {
    max-width: none;
    order: 1;
    text-align: center;
  }
}
.footer__right span {
  color: #FEDB03;
}
.footer__logo {
  margin-right: 1.0416666667vw;
  width: 6.9791666667vw;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 13.1578947368vw;
  }
}
.footer__logoinfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__logoinfo h2 {
  text-align: center;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 2.2916666667vw;
  line-height: 2.5vw;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  .footer__logoinfo h2 {
    font-size: 5.2631578947vw;
    line-height: 6.5789473684vw;
    margin-bottom: 3.9473684211vw;
  }
}
.footer__logoinfo h2 span {
  font-size: 1.4583333333vw;
  line-height: 0.5208333333vw;
}
@media (max-width: 992px) {
  .footer__logoinfo h2 span {
    font-size: 1.5120967742vw;
    line-height: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .footer__logoinfo h2 span {
    font-size: 5.2631578947vw;
    line-height: 6.5789473684vw;
  }
}
.footer__phones {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 992px) {
  .footer__phones {
    margin-bottom: 1.0080645161vw;
  }
}
@media (max-width: 768px) {
  .footer__phones {
    margin-bottom: 3.9473684211vw;
  }
}
.footer__phone {
  color: #fff;
  font-weight: 400;
  display: inline-block;
  min-width: max-content;
  text-align: center;
  font-size: 1.1979166667vw;
  line-height: 2.0833333333vw;
}
.footer__phone--main {
  font-size: 1.7708333333vw;
}
.footer__phone--main span {
  display: inline-block;
  font-size: 2.4479166667vw;
}
.footer__buttons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__buttons {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .footer__buttons {
    margin-bottom: 1.0080645161vw;
  }
}
.footer__btn {
  height: max-content;
  line-height: unset;
  font-size: 0.78125vw;
  line-height: 0.9375vw;
}
@media (max-width: 768px) {
  .footer__btn {
    padding-right: 3.9473684211vw;
    padding-left: 3.9473684211vw;
    padding-top: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
  }
}
@media (max-width: 992px) {
  .footer__btn {
    white-space: nowrap;
    width: 100%;
  }
}
.footer__btn:not(:last-child) {
  margin-right: 0.6770833333vw;
}
@media (max-width: 992px) {
  .footer__btn:not(:last-child) {
    margin-bottom: 1.0080645161vw;
    margin-right: 0vw;
  }
}
.footer__copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__copyright {
    flex-direction: column;
  }
}
.footer__icon {
  max-width: 1.6145833333vw;
  margin-right: 0.6770833333vw;
}
@media (max-width: 768px) {
  .footer__icon {
    max-width: 5.2631578947vw;
    padding-bottom: 1.8421052632vw;
  }
}
@media (max-width: 768px) {
  .footer__text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer__text {
    margin-bottom: 2.6315789474vw;
  }
}
.footer__text p {
  color: #FFF;
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
}
@media (max-width: 992px) {
  .footer__text p {
    font-size: 1.4112903226vw;
    line-height: 2.0161290323vw;
    max-width: 25.2016129032vw;
  }
}
@media (max-width: 768px) {
  .footer__text p {
    font-size: 3.9473684211vw;
    line-height: 5.2631578947vw;
  }
}
@media (max-width: 768px) {
  .footer__text p {
    max-width: none;
  }
}
.footer__text span {
  color: #FFF;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
}
@media (max-width: 992px) {
  .footer__text span {
    font-size: 1.2096774194vw;
    line-height: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .footer__text span {
    font-size: 3.6842105263vw;
    line-height: 5.2631578947vw;
  }
}
.footer__privacy-policy {
  color: #FFF;
  text-align: center;
  text-decoration: underline;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
}
@media (max-width: 992px) {
  .footer__privacy-policy {
    font-size: 1.4112903226vw;
    line-height: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .footer__privacy-policy {
    font-size: 3.9473684211vw;
    line-height: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
  }
}
.footer__autor {
  color: #FFF;
  text-align: right;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
}
@media (max-width: 992px) {
  .footer__autor {
    font-size: 1.4112903226vw;
    line-height: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .footer__autor {
    font-size: 3.9473684211vw;
    line-height: 5.2631578947vw;
  }
}
.footer__autor span {
  color: #FEDB03;
  text-decoration: underline;
  display: inline-block;
}
.footer .social-list {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .footer .social-list {
    justify-content: center;
  }
}

/* Страницы */
/* Страница: Главная */
.main-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/main-banner.webp") center/cover;
  margin-top: 8.0729166667vw;
  padding-top: 2.7291666667vw;
  padding-bottom: 2.1875vw;
  margin-top: 7.9861111111vw;
}
@media (max-width: 768px) {
  .main-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/main-banner.webp") center/cover;
  }
}
@media (max-width: 992px) {
  .main-banner {
    margin-top: 14.6169354839vw;
  }
}
@media (max-width: 768px) {
  .main-banner {
    margin-top: 15.7894736842vw;
    padding-top: 7.8947368421vw;
    padding-bottom: 7.8947368421vw;
  }
}
.main-banner__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5625vw;
}
@media (max-width: 992px) {
  .main-banner__container {
    flex-wrap: wrap;
  }
}
.main-banner__left {
  max-width: 50.5208333333vw;
}
@media (max-width: 992px) {
  .main-banner__left {
    max-width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .main-banner__left {
    margin-bottom: 5.0403225806vw;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .main-banner__left {
    padding-bottom: 10.5263157895vw;
  }
}
.main-banner__title {
  text-transform: uppercase;
  font-size: 4.1666666667vw;
  line-height: 4.6875vw;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 992px) {
  .main-banner__title {
    font-size: 6.0483870968vw;
    line-height: 6.0483870968vw;
    margin-bottom: 3.0241935484vw;
  }
}
.main-banner__title span {
  color: #FEDB03;
  font-size: inherit;
  display: inline-block;
}
.main-banner__desc {
  color: #fff;
  font-size: 1.5625vw;
  line-height: 1.875vw;
  margin-bottom: 3.2291666667vw;
  max-width: 48.9583333333vw;
}
@media (max-width: 992px) {
  .main-banner__desc {
    font-size: 2.6209677419vw;
    line-height: 3.0241935484vw;
    max-width: 94.7580645161vw;
  }
}
.main-banner__btn {
  font-size: 1.8229166667vw;
  padding-left: 1.7708333333vw;
  padding-right: 1.7708333333vw;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
}
@media (max-width: 992px) {
  .main-banner__btn {
    font-size: 2.6209677419vw;
  }
}
@media (max-width: 768px) {
  .main-banner__btn {
    padding-right: 3.9473684211vw;
    padding-left: 3.9473684211vw;
    padding-top: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
  }
}
.main-banner__right {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 20.8333333333vw;
}
@media (max-width: 992px) {
  .main-banner__right {
    margin: 0 auto;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .main-banner__right {
    max-width: 70.564516129vw;
  }
}

.pluses {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .pluses {
    margin-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .pluses {
    margin-bottom: 10.5263157895vw;
  }
}
.pluses__item {
  display: flex;
  align-items: center;
}
.pluses__item:not(:last-child) {
  margin-bottom: 1.5625vw;
}
.pluses__img {
  margin-right: 0.3125vw;
  min-width: 6.40625vw;
  width: 6.40625vw;
}
@media (max-width: 992px) {
  .pluses__img {
    margin-right: 0.6048387097vw;
    min-width: 8.064516129vw;
    width: 8.064516129vw;
  }
}
@media (max-width: 768px) {
  .pluses__img {
    margin-right: 1.5789473684vw;
    min-width: 13.1578947368vw;
    width: 13.1578947368vw;
  }
}
.pluses__text {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5625vw;
  line-height: 1.71875vw;
}
@media (max-width: 992px) {
  .pluses__text {
    font-size: 2.8225806452vw;
    line-height: 2.8225806452vw;
  }
}

.brends__title {
  text-transform: uppercase;
  color: #FEDB03;
  text-align: center;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  margin-bottom: 2.1875vw;
}
@media (max-width: 992px) {
  .brends__title {
    font-size: 3.0241935484vw;
    line-height: 3.0241935484vw;
    margin-bottom: 3.0241935484vw;
  }
}
.brends__list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  row-gap: 1.0416666667vw;
  column-gap: 1.5625vw;
}
@media (max-width: 768px) {
  .brends__list {
    row-gap: 2.6315789474vw;
    column-gap: 3.9473684211vw;
  }
}
.brends__item {
  color: #fff;
  text-decoration: underline dashed #fff;
  font-size: 1.5104166667vw;
  line-height: 1.5104166667vw;
}
@media (max-width: 992px) {
  .brends__item {
    font-size: 2.2177419355vw;
    line-height: 2.2177419355vw;
  }
}
.brends__all-btn {
  text-decoration: underline;
  color: #FEDB03;
  font-size: 1.5104166667vw;
  line-height: 1.5104166667vw;
}

.about-us {
  padding-top: 5.2083333333vw;
}
@media (max-width: 992px) {
  .about-us {
    padding-bottom: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .about-us {
    padding-top: 7.8947368421vw;
    padding-bottom: 7.8947368421vw;
  }
}
.about-us__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
@media (max-width: 992px) {
  .about-us__container {
    flex-wrap: wrap;
  }
}
.about-us__left {
  max-width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .about-us__left {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .about-us__left {
    margin-bottom: 5.0403225806vw;
  }
}
.about-us__image {
  margin-bottom: 4.6875vw;
}
@media (max-width: 992px) {
  .about-us__image {
    max-width: 70.564516129vw;
  }
}
.about-us__garant {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 992px) {
  .about-us__garant {
    order: -1;
  }
}
.about-us__garant-icon {
  margin-right: 1.5625vw;
  max-width: 6.6666666667vw;
}
@media (max-width: 768px) {
  .about-us__garant-icon {
    margin-right: 2.6315789474vw;
    max-width: 13.1578947368vw;
  }
}
.about-us__title {
  font-weight: 600;
  color: #d45b5b;
  font-size: 3.3854166667vw;
  line-height: 3.5416666667vw;
}
@media (max-width: 768px) {
  .about-us__title {
    text-align: center;
  }
}
.about-us__title span {
  color: #000000;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
}
.about-us__all-btn {
  text-align: center;
  color: #d45b5b;
  text-decoration: underline;
  font-size: 1.5104166667vw;
  line-height: 1.40625vw;
}
.about-us__right {
  max-width: 50%;
  display: flex;
  justify-content: space-between;
  padding-left: 3.125vw;
}
@media (max-width: 992px) {
  .about-us__right {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .about-us__right {
    flex-direction: column;
    padding-left: 0;
  }
}

.merits-tape {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.0416666667vw;
  margin-right: 2.6041666667vw;
}
@media (max-width: 768px) {
  .merits-tape {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .merits-tape {
    row-gap: 5.2631578947vw;
    margin-bottom: 7.8947368421vw;
  }
}
.merits-tape__item {
  text-align: center;
}
@media (max-width: 768px) {
  .merits-tape__item {
    max-width: 33%;
  }
}
.merits-tape__number {
  color: #FEDB03;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 1.5625vw;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 992px) {
  .merits-tape__number {
    font-size: 4.8387096774vw;
    line-height: 3.0241935484vw;
    margin-bottom: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .merits-tape__number {
    font-size: 7.3684210526vw;
    line-height: 7.8947368421vw;
  }
}
.merits-tape__title {
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.1458333333vw;
}
@media (max-width: 992px) {
  .merits-tape__title {
    font-size: 2.0161290323vw;
    line-height: 2.2177419355vw;
    max-width: 19.1532258065vw;
  }
}
@media (max-width: 768px) {
  .merits-tape__title {
    max-width: none;
  }
}

.price__title {
  display: flex;
  justify-content: space-between;
  border-color: #B12124;
  border-style: solid;
  border-left: none;
  border-top: none;
  border-right: none;
  border-width: 0.0520833333vw;
  padding-bottom: 0.5208333333vw;
}
@media (max-width: 768px) {
  .price__title {
    padding-bottom: 2.6315789474vw;
  }
}
.price__title h2 {
  text-transform: uppercase;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
}
@media (max-width: 992px) {
  .price__title h2 {
    font-size: 3.0241935484vw;
    line-height: 3.0241935484vw;
  }
}
@media (max-width: 768px) {
  .price__title h2 {
    font-size: 4.7368421053vw;
    line-height: 7.8947368421vw;
  }
}
.price__title a {
  font-size: 0.78125vw;
  line-height: 0.9375vw;
  padding-top: 0vw;
  padding-bottom: 0vw;
}
@media (max-width: 992px) {
  .price__title a {
    font-size: 1.5120967742vw;
    line-height: 1.814516129vw;
  }
}
@media (max-width: 768px) {
  .price__title a {
    font-size: 3.1578947368vw;
    line-height: 3.6842105263vw;
    padding-left: 2.6315789474vw;
    padding-right: 2.6315789474vw;
  }
}
.price__table {
  width: 100%;
  padding-bottom: 2.0833333333vw;
}
.price__table tr {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding-left: 0.9375vw;
  padding-right: 0.9375vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
@media (max-width: 992px) {
  .price__table tr {
    padding-left: 1.814516129vw;
    padding-right: 1.814516129vw;
    padding-top: 1.0080645161vw;
    padding-bottom: 1.0080645161vw;
  }
}
@media (max-width: 768px) {
  .price__table tr {
    padding-left: 3.9473684211vw;
    padding-right: 3.9473684211vw;
    padding-top: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
  }
}
.price__table tr:nth-child(2n) {
  background-color: #FAE2E3;
}
.price__table tr:hover th {
  color: #d45b5b;
  border-color: #d45b5b;
}
.price__table th {
  border-bottom: dashed #000000;
  transition: 0.3s;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  border-width: 0.0520833333vw;
}
@media (max-width: 992px) {
  .price__table th {
    font-size: 1.6129032258vw;
    line-height: 2.0161290323vw;
  }
}
.price__table th:nth-child(2n) {
  font-weight: 600;
  border-width: 0vw;
}
.price__desc {
  color: #818181;
  font-size: 0.9375vw;
  line-height: 1.1979166667vw;
}
@media (max-width: 992px) {
  .price__desc {
    font-size: 1.814516129vw;
    line-height: 2.3185483871vw;
  }
}
@media (max-width: 768px) {
  .price__desc {
    font-size: 3.2894736842vw;
    line-height: 3.9473684211vw;
  }
}
.price__desc:not(:last-child) {
  margin-bottom: 1.40625vw;
}

.problems__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.0833333333vw;
  column-gap: 2.0833333333vw;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
}
@media (max-width: 768px) {
  .problems__container {
    row-gap: 3.9473684211vw;
    column-gap: 3.9473684211vw;
  }
}
.problems__category {
  width: 22%;
  max-width: 25%;
}
@media (max-width: 768px) {
  .problems__category {
    width: 47%;
    max-width: 50%;
  }
}
.problems__title {
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  margin-bottom: 0.78125vw;
}
@media (max-width: 992px) {
  .problems__title {
    font-size: 2.6209677419vw;
    line-height: 3.0241935484vw;
    margin-bottom: 1.0080645161vw;
  }
}
@media (max-width: 768px) {
  .problems__title {
    font-size: 4.2105263158vw;
    line-height: 4.2105263158vw;
  }
}
.problems__item {
  color: #d45b5b;
  text-decoration: underline;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
}
@media (max-width: 992px) {
  .problems__item {
    font-size: 1.814516129vw;
    line-height: 2.5201612903vw;
  }
}

.search {
  padding-top: 9.8958333333vw;
  padding-bottom: 9.1145833333vw;
}
.search__title {
  text-align: center;
  color: #d45b5b;
  font-size: 3.3854166667vw;
  line-height: 3.5416666667vw;
  margin-bottom: 3.125vw;
}
.search__title span {
  color: #000000;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
}
.search__select-group {
  display: flex;
  justify-content: center;
  column-gap: 2.0833333333vw;
  margin-bottom: 3.6458333333vw;
  padding-left: 3.90625vw;
  padding-right: 3.90625vw;
}
@media (max-width: 768px) {
  .search__select-group {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.search__select-group option {
  padding: 0.5208333333vw;
  font-size: 1.3541666667vw;
  line-height: 1.5625vw;
}
@media (max-width: 768px) {
  .search__select-group option {
    font-size: 3.1578947368vw;
    line-height: 5.2631578947vw;
  }
}
.search__btn {
  margin: 0 auto;
  font-size: 1.875vw;
  line-height: 2.2395833333vw;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  .search__btn {
    padding-right: 3.9473684211vw;
    padding-left: 3.9473684211vw;
    padding-top: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
  }
}
@media (max-width: 768px) {
  .search__btn {
    width: 100%;
  }
}

.frequent-problems {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/frequent-problems.webp") center;
  padding-top: 5.2083333333vw;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 768px) {
  .frequent-problems {
    padding-top: 7.8947368421vw;
    padding-bottom: 7.8947368421vw;
  }
}
.frequent-problems__title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 3.75vw;
  line-height: 3.125vw;
  margin-bottom: 2.7604166667vw;
}
.frequent-problems__title span {
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
}
.frequent-problems .swiper-slide h3 {
  color: #FFF;
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 2.0833333333vw;
  margin-bottom: 1.875vw;
}
@media (max-width: 992px) {
  .frequent-problems .swiper-slide h3 {
    font-size: 2.4193548387vw;
    line-height: 3.0241935484vw;
  }
}
@media (max-width: 768px) {
  .frequent-problems .swiper-slide h3 {
    font-size: 4.2105263158vw;
    line-height: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
  }
}
.frequent-problems .swiper-slide p {
  color: #FFF;
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.3020833333vw;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 992px) {
  .frequent-problems .swiper-slide p {
    font-size: 1.814516129vw;
    line-height: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .frequent-problems .swiper-slide p {
    font-size: 3.6842105263vw;
    line-height: 5.2631578947vw;
  }
}
.frequent-problems .swiper-slide a {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .frequent-problems .swiper-slide a {
    padding-left: 3.9473684211vw;
    padding-right: 3.9473684211vw;
    padding-top: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
  }
}
.frequent-problems__photo {
  margin: 0 auto;
  max-width: 4.9479166667vw;
  margin-bottom: 1.9791666667vw;
}
@media (max-width: 768px) {
  .frequent-problems__photo {
    max-width: 13.1578947368vw;
    margin-bottom: 3.9473684211vw;
  }
}
.frequent-problems__content {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0 auto;
  max-width: 24.84375vw;
  border-radius: 0.5208333333vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  padding-top: 2.6041666667vw;
  padding-bottom: 1.0416666667vw;
}
@media (max-width: 992px) {
  .frequent-problems__content {
    max-width: 38.3064516129vw;
  }
}
@media (max-width: 768px) {
  .frequent-problems__content {
    max-width: 84.2105263158vw;
    border-radius: 2.6315789474vw;
    padding-top: 6.5789473684vw;
    padding-bottom: 6.5789473684vw;
  }
}

.frequent-slider .swiper {
  width: 100%;
  height: 100%;
}
.frequent-slider .swiper-button-next {
  width: 2.8125vw;
  height: 2.7604166667vw;
}
.frequent-slider .swiper-button-next::after {
  content: " ";
  display: inline-block;
  position: absolute;
  background: url("../img/icons/next.webp") no-repeat;
  background-size: contain;
  width: 2.8125vw;
  height: 2.7604166667vw;
}
.frequent-slider .swiper-button-prev {
  width: 2.8125vw;
  height: 2.7604166667vw;
}
.frequent-slider .swiper-button-prev::after {
  content: " ";
  display: inline-block;
  position: absolute;
  background: url("../img/icons/next.webp") no-repeat;
  background-size: contain;
  width: 2.8125vw;
  height: 2.7604166667vw;
  transform: rotate(180deg);
}

.gallery {
  padding-top: 4.1666666667vw;
  padding-bottom: 4.6875vw;
}
@media (max-width: 768px) {
  .gallery {
    padding-top: 7.8947368421vw;
    padding-bottom: 7.8947368421vw;
  }
}
.gallery__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 3.75vw;
  line-height: 3.6458333333vw;
  margin-bottom: 3.3854166667vw;
}
.gallery__title span {
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
}
.gallery__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625vw;
  column-gap: 0.5208333333vw;
  margin-bottom: 2.0833333333vw;
}
.gallery__item {
  max-width: 24%;
}
@media (max-width: 992px) {
  .gallery__item {
    max-width: 32%;
  }
}
@media (max-width: 576px) {
  .gallery__item {
    max-width: 49%;
  }
}
.gallery__item:hover {
  transform: scale(1.03);
  transition: 0.3s;
  opacity: 1;
  cursor: pointer;
}
.gallery__all-btn {
  color: #B12124;
  text-decoration: underline;
  text-align: center;
  font-size: 1.5104166667vw;
  line-height: 1.5625vw;
}

.faq {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/fag-banner.webp") center;
  padding-top: 2.8645833333vw;
  padding-bottom: 2.6041666667vw;
}
@media (max-width: 768px) {
  .faq {
    padding-top: 7.8947368421vw;
    padding-bottom: 7.8947368421vw;
  }
}
@media (max-width: 768px) {
  .faq__container {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
.faq__title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 3.75vw;
  line-height: 3.125vw;
  margin-bottom: 1.5625vw;
}
.faq__title span {
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
}

.fag-slider__slide {
  padding-left: 5.7291666667vw;
  padding-right: 5.7291666667vw;
  padding-bottom: 3.125vw;
}
@media (max-width: 768px) {
  .fag-slider__slide {
    padding-left: 6.5789473684vw;
    padding-right: 6.5789473684vw;
  }
}
.fag-slider__slide h3 {
  text-align: center;
  color: #FEDB03;
  font-size: 1.7708333333vw;
  line-height: 2.0833333333vw;
}
@media (max-width: 992px) {
  .fag-slider__slide h3 {
    font-size: 2.2177419355vw;
    line-height: 2.5201612903vw;
    margin-bottom: 1.0080645161vw;
  }
}
@media (max-width: 768px) {
  .fag-slider__slide h3 {
    font-size: 4.2105263158vw;
    line-height: 5.2631578947vw;
    margin-bottom: 1.3157894737vw;
  }
}
.fag-slider__slide p {
  text-align: center;
  color: #fff;
  font-size: 1.5104166667vw;
  line-height: 1.5625vw;
}
@media (max-width: 992px) {
  .fag-slider__slide p {
    font-size: 1.814516129vw;
    line-height: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .fag-slider__slide p {
    font-size: 3.6842105263vw;
    line-height: 4.2105263158vw;
  }
}
.fag-slider .swiper-button-next {
  width: 2.8125vw;
  height: 2.7604166667vw;
}
.fag-slider .swiper-button-next::after {
  content: " ";
  display: inline-block;
  position: absolute;
  background: url("../img/icons/next.webp") no-repeat;
  background-size: contain;
  width: 2.8125vw;
  height: 2.7604166667vw;
}
.fag-slider .swiper-button-prev {
  width: 2.8125vw;
  height: 2.7604166667vw;
}
.fag-slider .swiper-button-prev::after {
  content: " ";
  display: inline-block;
  position: absolute;
  background: url("../img/icons/next.webp") no-repeat;
  background-size: contain;
  width: 2.8125vw;
  height: 2.7604166667vw;
  transform: rotate(180deg);
}

.reviews {
  padding-top: 3.125vw;
  padding-bottom: 2.6041666667vw;
}
@media (max-width: 768px) {
  .reviews {
    padding-top: 7.8947368421vw;
    padding-bottom: 7.8947368421vw;
  }
}
.reviews__top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1.0416666667vw;
  column-gap: 1.0416666667vw;
}
.reviews__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .reviews__left {
    flex-direction: column;
  }
}
.reviews__company {
  max-width: 6.3541666667vw;
  margin-right: 2.0833333333vw;
}
@media (max-width: 768px) {
  .reviews__company {
    margin-right: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .reviews__company {
    max-width: 13.1578947368vw;
  }
}
.reviews__rating {
  font-weight: 600;
  font-size: 1.3541666667vw;
  line-height: 2.0833333333vw;
}
.reviews__rating span {
  color: #d45b5b;
  text-align: center;
  font-size: 1.7708333333vw;
  line-height: 2.0833333333vw;
}
.reviews__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 3.75vw;
  line-height: 3.6458333333vw;
}
.reviews__title span {
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
}
.reviews__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .reviews__right {
    flex-direction: column;
  }
}
.reviews__list {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 1.5625vw;
  column-gap: 2.34375vw;
  margin-bottom: 1.5625vw;
}
@media (max-width: 768px) {
  .reviews__list {
    row-gap: 2.6315789474vw;
    column-gap: 5.2631578947vw;
    margin-bottom: 5.2631578947vw;
  }
}
@media (max-width: 768px) {
  .reviews__list {
    flex-wrap: wrap;
  }
}
.reviews__item {
  text-decoration: underline;
  color: #B12124;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.9375vw;
  line-height: 1.5625vw;
}
.reviews__item:hover {
  opacity: 0.9;
}
@media (max-width: 992px) {
  .reviews__item {
    font-size: 1.814516129vw;
    line-height: 3.0241935484vw;
  }
}
@media (max-width: 768px) {
  .reviews__item {
    font-size: 3.1578947368vw;
    line-height: 3.9473684211vw;
  }
}
.reviews .gallery__list {
  row-gap: 2.2395833333vw;
  column-gap: 1.875vw;
  margin-bottom: 2.0833333333vw;
}
.reviews .gallery__item {
  max-width: 23%;
}
@media (max-width: 992px) {
  .reviews .gallery__item {
    max-width: 32%;
  }
}
@media (max-width: 768px) {
  .reviews .gallery__item {
    max-width: 48%;
  }
}
.reviews .gallery__all-btn {
  margin-bottom: 2.6041666667vw;
}
.reviews__btn {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .reviews__btn {
    padding-right: 3.9473684211vw;
    padding-left: 3.9473684211vw;
    padding-top: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
  }
}

.reviews .gallery__list {
  display: none;
  transform: translateX(-5%);
}
.reviews .gallery__list--active {
  display: flex;
  transform: translateX(0);
  animation: translate 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@keyframes translate {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0);
  }
}

.quality {
  background-color: #F0F0F0;
  padding-top: 3.6458333333vw;
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .quality {
    padding-top: 7.8947368421vw;
    padding-bottom: 7.8947368421vw;
  }
}
.quality__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .quality__container {
    flex-wrap: wrap;
  }
}
.quality__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 3.75vw;
  line-height: 3.6458333333vw;
  margin-bottom: 2.0833333333vw;
}
.quality__title span {
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
}
.quality__title--bold {
  text-transform: none;
  font-weight: 700;
  font-size: 3.75vw;
  line-height: 3.75vw;
}
.quality__title--bold span {
  font-size: 1.6666666667vw;
  line-height: 2.2916666667vw;
}
.quality__left {
  max-width: 50.5208333333vw;
}
@media (max-width: 992px) {
  .quality__left {
    max-width: 100%;
    width: 100%;
  }
}
.quality__desc {
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  margin-bottom: 3.125vw;
}
.quality__subtitle {
  color: #B12124;
  font-size: 3.75vw;
  line-height: 3.1770833333vw;
  margin-bottom: 2.34375vw;
}
@media (max-width: 768px) {
  .quality__subtitle {
    font-size: 5.7894736842vw;
    line-height: 6.3157894737vw;
  }
}
.quality__subtitle span {
  color: #FEDB03;
}
.quality__text {
  margin-bottom: 1.8229166667vw;
}
.quality__text h4 {
  font-weight: 700;
  font-size: 1.5625vw;
  line-height: 1.875vw;
}
@media (max-width: 992px) {
  .quality__text h4 {
    font-size: 2.2177419355vw;
    line-height: 2.5201612903vw;
    margin-bottom: 1.0080645161vw;
  }
}
@media (max-width: 768px) {
  .quality__text h4 {
    font-size: 4.2105263158vw;
    line-height: 5.7894736842vw;
  }
}
.quality__text p {
  font-weight: 400;
  font-size: 1.5625vw;
  line-height: 1.875vw;
}
@media (max-width: 992px) {
  .quality__text p {
    font-size: 2.2177419355vw;
    line-height: 2.5201612903vw;
    margin-bottom: 1.0080645161vw;
  }
}
@media (max-width: 768px) {
  .quality__text p {
    font-size: 3.6842105263vw;
    line-height: 3.6842105263vw;
  }
}
.quality__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .quality__right {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .quality__right {
    padding-top: 7.8947368421vw;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .quality__photo {
    max-width: 20.1612903226vw;
  }
}
.quality__phones {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  margin-bottom: 0.6944444444vw;
}
.quality__phone {
  color: #b12124;
  font-weight: 400;
  display: inline-block;
  min-width: max-content;
  text-align: right;
  font-size: 0.78125vw;
  line-height: 1.4583333333vw;
  font-size: 1.0416666667vw;
}
.quality__phone--main {
  font-size: 1.25vw;
}
.quality__phone--main span {
  display: inline-block;
  font-size: 1.71875vw;
}
.quality__address {
  text-transform: uppercase;
  font-size: 0.78125vw;
  line-height: 0.9375vw;
  margin-bottom: 0.5208333333vw;
}
.quality .social-list {
  margin-bottom: 1.0416666667vw;
}
.quality__btn {
  font-size: 0.78125vw;
  line-height: 0.9375vw;
}
@media (max-width: 768px) {
  .quality__btn {
    padding-right: 3.9473684211vw;
    padding-left: 3.9473684211vw;
    padding-top: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
  }
}

/* Доп компоненты к адаптиву */
@media (max-width: 992px) {
  .text {
    font-size: 1.814516129vw;
    line-height: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .text {
    font-size: 3.8157894737vw;
    line-height: 5.2631578947vw;
  }
}
@media (max-width: 992px) {
  .text p {
    font-size: 1.814516129vw;
    line-height: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .text p {
    font-size: 3.6842105263vw;
    line-height: 5.2631578947vw;
  }
}
@media (max-width: 992px) {
  .text span {
    font-size: 1.814516129vw;
    line-height: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .text span {
    font-size: 3.6842105263vw;
    line-height: 5.2631578947vw;
  }
}
@media (max-width: 992px) {
  .text a {
    font-size: 1.814516129vw;
    line-height: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .text a {
    font-size: 3.8157894737vw;
    line-height: 5.2631578947vw;
  }
}
@media (max-width: 992px) {
  .text th {
    font-size: 1.814516129vw;
    line-height: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .text th {
    font-size: 3.6842105263vw;
    line-height: 5.2631578947vw;
  }
}

@media (max-width: 992px) {
  .btn {
    font-size: 1.814516129vw;
    line-height: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .btn {
    font-size: 3.6842105263vw;
    line-height: 5.2631578947vw;
  }
}

@media (max-width: 992px) {
  .title-h2 {
    font-size: 5.0403225806vw;
    line-height: 5.5443548387vw;
  }
}
@media (max-width: 768px) {
  .title-h2 {
    font-size: 7.8947368421vw;
    line-height: 9.2105263158vw;
    margin-bottom: 3.9473684211vw;
  }
}
@media (max-width: 992px) {
  .title-h2 span {
    font-size: 3.0241935484vw;
    line-height: 3.5282258065vw;
  }
}
@media (max-width: 768px) {
  .title-h2 span {
    font-size: 5.2631578947vw;
    line-height: 6.5789473684vw;
  }
}