/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
}

/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

body {
  font-family: "Inter Regular", sans-serif;
  color: #2e2e2e;
  background-color: #ffffff;
  line-height: 1;
}

body,
html {
  overflow-x: hidden !important;
}

.main {
  margin-top: 30px;
}

.navigation {
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  right: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem);
  bottom: 20px;
}
.navigation--white .navigation__pagination {
  color: #ffffff;
}
.navigation--white .navigation__pagination .swiper-pagination-current {
  color: #ffffff;
}
.navigation__prev,
.navigation__next {
  box-shadow: 7px 17px 12px 0px rgba(59, 64, 74, 0.1019607843);
}
.navigation__pagination {
  font-family: "Gilroy SemiBold", serif;
  font-size: clamp(1rem, 1.751vw + -0.152rem, 1.5rem);
  margin-left: clamp(1rem, 1.751vw + -0.152rem, 1.5rem);
  margin-right: clamp(1rem, 1.751vw + -0.152rem, 1.5rem);
  color: #93969c;
}
.navigation__pagination .swiper-pagination-total {
  font-size: clamp(0.75rem, 1.313vw + -0.114rem, 1.125rem);
}
.navigation__pagination .swiper-pagination-current {
  color: #29a71a;
}

@media screen and (max-width: 1023px) {
  .main {
    margin-top: 20px;
  }
  .navigation {
    display: none;
  }
}
@font-face {
  font-family: "Inter Italic";
  src: url("../fonts/Inter/Inter-Italic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Inter Regular";
  src: url("../fonts/Inter/Inter-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter Medium";
  src: url("../fonts/Inter/Inter-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter SemiBold";
  src: url("../fonts/Inter/Inter-SemiBold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter Bold";
  src: url("../fonts/Inter/Inter-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter ExtraBold";
  src: url("../fonts/Inter/Inter-ExtraBold.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy Regular";
  src: url("../fonts/Gilroy_font/Gilroy-Regular.eot");
  src:
    local("Gilroy Regular"),
    local("Gilroy-Regular"),
    url("../fonts/Gilroy_font/Gilroy-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Gilroy_font/Gilroy-Regular.woff") format("woff"),
    url("../fonts/Gilroy_font/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("../fonts/Gilroy_font/Gilroy-Medium.eot");
  src:
    local("Gilroy Medium"),
    local("Gilroy-Medium"),
    url("../fonts/Gilroy_font/Gilroy-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Gilroy_font/Gilroy-Medium.woff") format("woff"),
    url("../fonts/Gilroy_font/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy Bold";
  src: url("../fonts/Gilroy_font/Gilroy-Bold.eot");
  src:
    local("Gilroy Bold"),
    local("Gilroy-Bold"),
    url("../fonts/Gilroy_font/Gilroy-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Gilroy_font/Gilroy-Bold.woff") format("woff"),
    url("../fonts/Gilroy_font/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy SemiBold";
  src: url("../fonts/Gilroy_font/Gilroy-Semibold.eot");
  src:
    local("Gilroy Semibold"),
    local("Gilroy-Semibold"),
    url("../fonts/Gilroy_font/Gilroy-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Gilroy_font/Gilroy-Semibold.woff") format("woff"),
    url("../fonts/Gilroy_font/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy ExtraBold";
  src: url("../fonts/Gilroy_font/Gilroy-Extrabold.eot");
  src:
    local("Gilroy Extrabold"),
    local("Gilroy-Extrabold"),
    url("../fonts/Gilroy_font/Gilroy-Extrabold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Gilroy_font/Gilroy-Extrabold.woff") format("woff"),
    url("../fonts/Gilroy_font/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.field--horizontal {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.field--even {
  grid-template-columns: auto minmax(auto, 240px);
}
.field__label {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}
@media (max-width: 992px) {
  .field--horizontal {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.input {
  display: grid;
  grid-template-columns: 1fr auto;
}
.input__element {
  grid-area: 1/1/-1/-1;
  border: 1px solid #93969c;
  background-color: transparent;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1;
  font-family: "Inter Regular", sans-serif;
  padding: 16px;
  transition: border-color 0.38s ease-in-out;
  color: #2e2e2e;
}
.input__element::placeholder {
  color: #93969c;
}
.input__element:focus,
.input__element:focus-visible {
  outline: unset;
  border-color: #93969c;
}
.input__element--password {
  padding-right: 50px;
}
.input__element--grey {
  color: #ffffff;
  cursor: pointer;
}
.input__element--grey:focus,
.input__element--grey:focus-visible {
  outline: unset;
  border-color: #93969c;
}
.input__icon {
  cursor: pointer;
  grid-area: 1/2/-1/-1;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}
.input__check {
  grid-area: 1/2/-1/-1;
  font-size: 20px;
  color: #6acc2e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}
.input__element--date + .input__icon {
  pointer-events: none;
}
.input__error {
  margin-top: 4px;
  font-size: 12px;
}

@media (max-width: 992px) {
  .input__icon {
    width: 50px;
  }
}
.select--big {
  min-width: 275px;
}
.select__error {
  margin-top: 4px;
  font-size: 12px;
}

.choices {
  font-size: 16px;
  margin: unset;
  line-height: 1.2;
}

.choices__list--single {
  padding: 0;
}

.choices__inner {
  border: 1px solid #93969c;
  background-color: #ffffff;
  border-radius: 15px;
  line-height: 1.2;
  font-size: 16px;
}

.select--filter .choices__inner {
  font-size: 16px;
  font-weight: 400;
}

.choices[data-type*="select-one"] .choices__inner {
  padding: 11px 15px;
}

.choices__list--dropdown .choices__item {
  font-size: 16px;
  line-height: 1.4;
}

.select--filter .choices[data-type*="select-one"] .choices__inner {
  padding-left: 44px;
  padding-right: 4px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f4f4f5;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  padding: 12px 16px;
}

.choices[data-type*="select-one"]::after {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.4694 6.53061L7.4694 11.5306C7.53908 11.6005 7.62187 11.656 7.71304 11.6939C7.8042 11.7317 7.90194 11.7512 8.00065 11.7512C8.09936 11.7512 8.1971 11.7317 8.28827 11.6939C8.37943 11.656 8.46222 11.6005 8.5319 11.5306L13.5319 6.53061C13.6728 6.38972 13.752 6.19862 13.752 5.99936C13.752 5.80011 13.6728 5.60901 13.5319 5.46811C13.391 5.32722 13.1999 5.24806 13.0007 5.24806C12.8014 5.24806 12.6103 5.32722 12.4694 5.46811L8.00003 9.93749L3.53065 5.46749C3.38976 5.32659 3.19866 5.24744 2.9994 5.24744C2.80015 5.24744 2.60905 5.32659 2.46815 5.46749C2.32726 5.60838 2.2481 5.79948 2.2481 5.99874C2.2481 6.19799 2.32726 6.38909 2.46815 6.52999L2.4694 6.53061Z" fill="%238596A0"/></svg>');
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  border: unset;
  margin-top: -8px;
  right: 20px;
}

.select--filter .choices[data-type*="select-one"]::after {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.25 4.6875C1.25 4.43886 1.34877 4.2004 1.52459 4.02459C1.7004 3.84877 1.93886 3.75 2.1875 3.75H17.8125C18.0611 3.75 18.2996 3.84877 18.4754 4.02459C18.6512 4.2004 18.75 4.43886 18.75 4.6875C18.75 4.93614 18.6512 5.1746 18.4754 5.35041C18.2996 5.52623 18.0611 5.625 17.8125 5.625H2.1875C1.93886 5.625 1.7004 5.52623 1.52459 5.35041C1.34877 5.1746 1.25 4.93614 1.25 4.6875ZM4.375 9.6875C4.375 9.43886 4.47377 9.2004 4.64959 9.02459C4.8254 8.84877 5.06386 8.75 5.3125 8.75H14.6875C14.9361 8.75 15.1746 8.84877 15.3504 9.02459C15.5262 9.2004 15.625 9.43886 15.625 9.6875C15.625 9.93614 15.5262 10.1746 15.3504 10.3504C15.1746 10.5262 14.9361 10.625 14.6875 10.625H5.3125C5.06386 10.625 4.8254 10.5262 4.64959 10.3504C4.47377 10.1746 4.375 9.93614 4.375 9.6875ZM8.4375 13.75C8.18886 13.75 7.9504 13.8488 7.77459 14.0246C7.59877 14.2004 7.5 14.4389 7.5 14.6875C7.5 14.9361 7.59877 15.1746 7.77459 15.3504C7.9504 15.5262 8.18886 15.625 8.4375 15.625H11.5625C11.8111 15.625 12.0496 15.5262 12.2254 15.3504C12.4012 15.1746 12.5 14.9361 12.5 14.6875C12.5 14.4389 12.4012 14.2004 12.2254 14.0246C12.0496 13.8488 11.8111 13.75 11.5625 13.75H8.4375Z" fill="%238596A0"/></svg>');
  height: 20px;
  width: 20px;
  right: unset;
  left: 20px;
}

.choices[data-type*="select-one"].is-open::after {
  margin-top: -8px;
  transform: rotate(180deg);
}

.select--filter .choices[data-type*="select-one"].is-open::after {
  transform: unset;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #93969c;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.select--filter .is-focused .choices__inner,
.select--filter .is-open .choices__inner {
  border-color: #93969c;
  border-radius: 15px;
}

.is-flipped.is-open .choices__inner {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #93969c;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-width: 0;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  border-color: #93969c;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-width: 1px;
  border-bottom-width: 0;
}

.select--filter .is-open .choices__list--dropdown,
.select--filter .is-open .choices__list[aria-expanded] {
  margin-top: 8px;
  border-radius: 15px;
  border: unset;
  box-shadow: 0px 4px 15.6px 0px rgba(133, 150, 160, 0.2117647059);
}
.select--filter .is-flipped .choices__list--dropdown,
.select--filter .is-flipped .choices__list[aria-expanded] {
  margin-bottom: 8px;
}
.select--filter .choices__list--dropdown .choices__item,
.select--filter .choices__list[aria-expanded] .choices__item {
  font-size: 16px;
  line-height: 1.25;
  padding-top: 11px;
  padding-bottom: 11px;
  word-break: auto-phrase;
}
.select--filter .choices__list--dropdown .choices__list,
.select--filter .choices__list[aria-expanded] .choices__list {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-inline: 20px;
}

.select--filter
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted,
.select--filter
  .choices__list[aria-expanded]
  .choices__item--selectable.is-highlighted {
  background-color: unset;
}
.select--filter .choices__list--dropdown .choices__item,
.select--filter .choices__list[aria-expanded] .choices__item {
  padding-inline: unset;
}
@media (max-width: 992px) {
  .choices__inner {
    border: 1px solid #93969c;
    background-color: #ffffff;
    border-radius: 15px;
  }
  .choices[data-type*="select-one"] .choices__inner {
    padding: 16px;
  }
  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    padding: 12px 16px;
  }
  .choices[data-type*="select-one"]::after {
    right: 16px;
  }
}
.checkbox {
  display: flex;
  gap: 10px;
}
.checkbox--mt20 {
  margin-top: 20px;
}
.checkbox--mi-10 {
  margin-inline: -10px;
}
.checkbox--normal {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1;
}
.checkbox--small {
  font-size: 12px;
}
.checkbox__link {
  color: #2274a5;
}
.checkbox__link--black {
  color: #ff5010;
}
.checkbox__label {
  cursor: pointer;
  hyphens: auto;
  color: #3a3a44;
  font-size: 12px;
  line-height: 17px;
}
.checkbox__label--black {
  color: #f4f4f5;
}
.checkbox__element {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  color: #ff5010;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #93969c;
  cursor: pointer;
  transition-property: border-color color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.38s;
}
.checkbox__element:checked {
  border: 1px solid #ff5010;
  background-size: 12px;
  background-color: currentColor;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M11.7151 1.11651L11.3687 0.778889C10.9884 0.407037 10.3653 0.407037 9.98379 0.778889L4.1023 6.5184L2.01531 4.48285C1.63501 4.11139 1.01154 4.11139 0.631239 4.48324L0.285222 4.82047C-0.0950741 5.19193 -0.0950741 5.79988 0.285222 6.17133L3.40825 9.2217C3.78895 9.59277 4.41202 9.59277 4.79272 9.2217L11.7151 2.46737C12.095 2.09591 12.095 1.48797 11.7151 1.11651Z" fill="white"/> </svg>');
}
.checkbox a {
  transition: color 0.38s ease-in-out;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .checkbox {
    margin-inline: unset;
  }
}
.fieldset {
  max-width: 1046px;
}
.fieldset__legend {
  font-weight: 500;
  margin-bottom: 15px;
}
.fieldset__row--one {
  display: grid;
  grid-auto-columns: minmax(auto, 375px);
}
.fieldset__row--third {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.fieldset__row--third:not(:last-child) {
  margin-bottom: 15px;
}
.fieldset__row--full {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fieldset__row--tag {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}
.fieldset__add {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.38s ease-in-out;
  width: max-content;
}
@media (max-width: 992px) {
  .fieldset__legend {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .fieldset__row--third {
    grid-template-columns: 1fr;
  }
  .fieldset__row--one {
    grid-template-columns: 1fr;
  }
  .fieldset__row--tag {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .fieldset__row--tag {
    grid-template-columns: repeat(1, 1fr);
  }
}
.textarea {
  display: flex;
  flex-direction: column;
}
.textarea__element {
  border: 1px solid #93969c;
  background-color: transparent;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.25;
  resize: none;
  font-weight: 400;
  padding: 16px;
  transition: color 0.38s ease-in-out;
  color: #ffffff;
  margin-bottom: 20px;
  width: 100%;
  min-height: 92px;
}
.textarea__element::-webkit-resizer {
  height: 8px;
  width: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.textarea__element::placeholder {
  color: #93969c;
}
.textarea__element:focus,
.textarea__element:focus-visible {
  outline: unset;
}
.textarea__error {
  margin-top: 4px;
  font-size: 12px;
}

@media (max-width: 992px) {
  .textarea__element {
    padding: 12px 16px;
  }
}
.file__element {
  display: none;
}
.file__label {
  font-size: 14px;
  border-radius: 8px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  cursor: pointer;
  transition: background-color 0.38s ease-in-out;
}
.file__icon {
  font-size: 20px;
}
.file__list {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  max-width: 256px;
}
.file__list:empty {
  margin-top: unset;
}
.file__row {
  order: 2;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.file__col {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.file__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  font-size: 14px;
  border-radius: 8px;
  padding: 10px 20px;
  overflow-wrap: anywhere;
  gap: 15px;
  padding-right: 10px;
  animation: fade-in 0.5s forwards;
}
.file__image {
  border-radius: 8px;
  height: 74px;
  width: 74px;
  background-size: cover;
  position: relative;
  animation: fade-in 0.5s forwards;
}
.file__close {
  font-size: 12px;
  padding: 5px;
  cursor: pointer;
}
.file__image .file__close {
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: difference;
}
.file__image .file__close:hover {
  mix-blend-mode: unset;
}

@media (max-width: 576px) {
  .file__label {
    width: 100%;
    justify-content: center;
  }
  .file__list {
    max-width: unset;
  }
}
.header--active {
  margin-top: clamp(4.25rem, 8.096vw + -1.078rem, 6.563rem);
}
.header--active .header__wrapper {
  position: fixed;
  box-shadow: 0px 8px 8px 0px rgba(59, 64, 74, 0.1019607843);
  z-index: 2;
  top: 0;
  left: 0;
}
.header--active .header__container {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header--active .header__container:after {
  content: none;
}
.header--active .header__logo {
  width: clamp(14.5rem, 18.818vw + 2.115rem, 19.875rem);
  height: clamp(2.375rem, 3.282vw + 0.215rem, 3.313rem);
}
.header--active .header__btn {
  padding-top: 12px;
  padding-bottom: 12px;
}
.header__wrapper {
  width: 100%;
  background-color: #ffffff;
  top: -100%;
  transition: top 0.38s ease-in-out;
}
.header__burger {
  display: none;
}
.header__container {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(0.75rem, 1.751vw + -0.402rem, 1.25rem);
  padding-bottom: clamp(0.75rem, 1.751vw + -0.402rem, 1.25rem);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .header__container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .header__container {
    max-width: none;
  }
}
.header__container:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 98%;
  margin-left: 15px;
  height: 1px;
  background-color: #cfd3da;
}
.header__navigation {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(0.75rem, 1.751vw + -0.402rem, 1.25rem);
}
@media screen and (max-width: 1023px) {
  .header__navigation {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .header__navigation {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .header__navigation {
    max-width: none;
  }
}
.header__logo {
  width: clamp(14.5rem, 33.479vw + -7.534rem, 24.063rem);
  height: clamp(2.375rem, 5.908vw + -1.513rem, 4.063rem);
  display: block;
}
.header__logo-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.header__logo-img--mobile {
  display: none;
}
.header__linkMobile {
  display: none;
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 4.376vw + -1.63rem, 2.5rem);
}
.header__contacts-item {
  display: flex;
  align-items: center;
  margin-right: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
}
.header__contacts-item:hover .header__contacts-title {
  color: #ff5010;
}
.header__contacts-item:hover .header__contacts-icon {
  color: #ff5010;
}
.header__contacts-title {
  font-family: "Gilroy SemiBold", serif;
  font-size: clamp(0.875rem, 1.313vw + 0.011rem, 1.25rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: clamp(4.375rem, 4.376vw + 1.495rem, 5.625rem);
  transition: color 0.38s ease-in-out;
}
.header__contacts-title--none {
  width: fit-content;
}
.header__contacts-link {
  font-size: clamp(1rem, 0.875vw + 0.424rem, 1.25rem);
  color: #ff5010;
  font-family: "Gilroy SemiBold", serif;
  transition: color 0.38s ease-in-out;
}
.header__contacts-link:hover {
  color: #29a71a;
}
.header__contacts-icon {
  align-self: flex-end;
  font-size: clamp(1.25rem, 0.875vw + 0.674rem, 1.5rem);
  margin-right: clamp(0.313rem, 0.656vw + -0.12rem, 0.5rem);
  transition: color 0.38s ease-in-out;
}
.header__social {
  display: flex;
  gap: clamp(0.625rem, 1.313vw + -0.239rem, 1rem);
}
.header__social-icon {
  font-size: clamp(1.5rem, 1.751vw + 0.348rem, 2rem);
  color: #2e2e2e;
  transition: color 0.38s ease-in-out;
}
.header__social .icon-tg:hover {
  color: #2aabee;
}
.header__social .icon-wtsapp:hover {
  color: #29a71a;
}
.header__btn {
  padding-left: clamp(1rem, 0.875vw + 0.424rem, 1.25rem);
  padding-right: clamp(1rem, 0.875vw + 0.424rem, 1.25rem);
}
.header__link {
  display: flex;
  align-items: center;
  color: #ff5010;
  transition: color 0.38s ease-in-out;
  gap: 10px;
}
.header__link:hover {
  color: #29a71a;
}
.header__link-icon {
  font-size: clamp(1rem, 1.751vw + -0.152rem, 1.5rem);
}
.header__link-icon--small {
  font-size: 12px;
}
.header__link-text {
  font-family: "Inter Medium", sans-serif;
  font-size: 14px;
}

.nav {
  background-color: #2e2e2e;
  display: flex;
}
.nav__container {
  padding-top: clamp(0.313rem, 1.094vw + -0.408rem, 0.625rem);
  padding-bottom: clamp(0.313rem, 1.094vw + -0.408rem, 0.625rem);
  display: flex;
  color: #f4f4f5;
  gap: clamp(3.125rem, 10.941vw + -4.075rem, 6.25rem);
  margin-right: clamp(3.125rem, 10.941vw + -4.075rem, 6.25rem);
}
.nav__link {
  font-family: "Gilroy Regular", serif;
  font-size: clamp(0.875rem, 0.231vw + 0.723rem, 1rem);
  transition: color 0.38s ease-in-out;
  white-space: nowrap;
}
.nav__link:hover {
  color: #ff5010;
}

@media screen and (max-width: 1023px) {
  .nav {
    display: none;
  }
  .header {
    box-shadow: 6px 0px 18px 0px rgba(0, 0, 0, 0.1215686275);
  }
  .header--active {
    margin-top: 56px;
  }
  .header--active .header__logo {
    width: 132px;
    height: 40px;
  }
  .header__container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header__container:after {
    content: none;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 24px;
    height: 16px;
    margin-right: 30px;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::before,
  .header__burger::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 5px;
    width: 100%;
    height: 2px;
    background-color: #2e2e2e;
    transition: all 0.38s ease-in-out;
  }
  .header__burger-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: #2e2e2e;
  }
  .header__linkMobile {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .header__linkMobile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #ff5010;
  }
  .header__item {
    display: flex;
    align-items: center;
  }
  .header__logo {
    width: 132px;
    height: 40px;
  }
  .header__logo-img {
    display: none;
  }
  .header__logo-img--mobile {
    display: block;
  }
  .header__contacts {
    display: none;
  }
  .header__link {
    display: none;
  }
  .header__navigation {
    margin-top: 0;
  }
}
.btn {
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 12px 18px 0px rgba(255, 255, 255, 0.2509803922) inset;
  background-color: #ff5010;
  padding-top: clamp(0.75rem, 0.875vw + 0.174rem, 1rem);
  padding-bottom: clamp(0.75rem, 0.875vw + 0.174rem, 1rem);
  font-size: clamp(1rem, 0.875vw + 0.424rem, 1.25rem);
  font-family: "Gilroy SemiBold", serif;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  border-radius: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem);
  transform: scale(1);
  transition:
    background-color 0.38s ease-in-out,
    color 0.38s ease-in-out,
    transform 0.38s ease-in-out;
}
.btn:after {
  content: "";
  box-shadow: 7px 17px 12px 0px rgba(59, 64, 74, 0.1019607843);
  position: absolute;
  border-radius: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.btn:hover {
  background-color: #29a71a;
  transform: scale(1.01);
}
.btn--small {
  font-size: clamp(0.875rem, 0.438vw + 0.587rem, 1rem);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
}
.btn--big {
  font-size: clamp(1.125rem, 0.438vw + 0.837rem, 1.25rem);
  padding-top: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem);
  padding-bottom: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem);
  border-radius: clamp(0.938rem, 2.188vw + -0.503rem, 1.563rem);
}
.btn--yellow {
  background-color: #f4c030;
}
.btn--yellow:hover {
  color: #ffffff;
  background-color: #93969c;
}
.btn--iconLeft {
  border: 1px solid #f4f4f5;
  background-color: #f4f4f5;
  color: #2e2e2e;
}
.btn--iconLeft:hover {
  color: #ffffff;
}
.btn--iconLeft:after {
  content: none;
}
.btn--white {
  background-color: #f4f4f5;
  color: #2e2e2e;
}
.btn--white:after {
  content: none;
}
.btn--white:hover {
  color: #ffffff;
}
.btn--submit {
  display: block;
}
.btn__icon {
  font-size: clamp(1rem, 1.751vw + -0.152rem, 1.5rem);
  margin-left: clamp(0.25rem, 0.875vw + -0.326rem, 0.5rem);
}
.btn__iconLeft {
  font-size: clamp(1.5rem, 1.751vw + 0.348rem, 2rem);
  margin-right: clamp(0.375rem, 0.875vw + -0.201rem, 0.625rem);
}

.sliderNavigateBtn {
  border: none;
  width: clamp(1.875rem, 2.188vw + 0.435rem, 2.5rem);
  height: clamp(1.875rem, 2.188vw + 0.435rem, 2.5rem);
  border-radius: 50%;
  background-color: #ffffff;
  color: #2e2e2e;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.38s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.sliderNavigateBtn:hover {
  color: #ffffff;
  background-color: #ff5010;
}
.sliderNavigateBtn--static {
  position: static;
  transform: none;
}
.sliderNavigateBtn--left {
  left: -12px;
}
@media (min-width: 1023px) {
  .sliderNavigateBtn--left {
    left: calc(-0.0089186176 * 100vw + -2.8762541806px);
  }
}
@media (min-width: 1920px) {
  .sliderNavigateBtn--left {
    left: -20px;
  }
}
.sliderNavigateBtn--right {
  right: -12px;
}
@media (min-width: 1023px) {
  .sliderNavigateBtn--right {
    right: calc(-0.0089186176 * 100vw + -2.8762541806px);
  }
}
@media (min-width: 1920px) {
  .sliderNavigateBtn--right {
    right: -20px;
  }
}

.arrowBtn {
  font-size: 22px;
}
.arrowBtn--left {
  transform: rotate(180deg);
}

@media screen and (max-width: 1023px) {
  .sliderNavigateBtn {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .btn--iconLeft {
    background-color: transparent;
    padding: 0;
    color: #ffffff;
  }
  .btn__iconLeft {
    margin-right: 0;
    font-size: 32px;
  }
}
.title {
  font-family: "Gilroy Bold", serif;
  font-size: clamp(1.75rem, 1.751vw + 0.598rem, 2.25rem);
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.title--white {
  color: #ffffff;
}
.title--big {
  font-size: clamp(1.75rem, 3.063vw + -0.266rem, 2.625rem);
  font-family: "Gilroy ExtraBold", serif;
}
.title--small {
  font-size: 24px;
  font-family: "Gilroy Bold", serif;
}
.title--center {
  width: 100%;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1023px) {
  .title {
    font-family: "Gilroy ExtraBold", serif;
  }
}
@media screen and (max-width: 576px) {
  .title {
    margin-left: 5px;
  }
  .title--center {
    text-align: left;
  }
}
.menu--mobile {
  display: none;
}
.menu__list {
  display: flex;
  gap: 40px;
}
.menu__close {
  display: none;
}
.menu__logo {
  display: none;
}
.menu__footer {
  display: none;
}
.menu__link {
  padding-top: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
  font-size: clamp(0.875rem, 0.438vw + 0.587rem, 1rem);
  position: relative;
}
.menu__link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: -2px;
  background-color: #ff5010;
  transform: scale(0);
  border-radius: 2px;
  transition: transform 0.38s ease-in-out;
}
.menu__link:hover:after {
  transform: scale(1);
}
.menu__link--active:after {
  transform: scale(1);
}
.menu__link-icon {
  display: none;
}

@media screen and (max-width: 1023px) {
  .menu {
    display: none;
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    flex-direction: column;
    top: 0;
    left: -100%;
    z-index: 2;
    transition: left 0.38s ease-in-out;
  }
  .menu--mobile {
    display: flex;
    overflow-y: auto;
  }
  .menu--active {
    left: 0;
  }
  .menu__container {
    padding: 20px;
    padding-top: 45px;
  }
  .menu__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
  }
  .menu__footer {
    display: block;
    padding: 30px 20px 40px;
    background-color: #f4f4f5;
    margin-top: auto;
  }
  .menu__footer-item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .menu__footer .contactsBox {
    margin-bottom: 20px;
  }
  .menu__footer .contactsBox__title {
    font-size: 18px;
  }
  .menu__footer .contactsBox__link {
    font-size: 18px;
  }
  .menu__footer-icon {
    font-size: 32px;
    color: #2e2e2e;
  }
  .menu__logo {
    display: block;
    width: 300px;
    height: 50px;
  }
  .menu__logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .menu .is-active .ac-header .menu__link {
    font-family: "Inter Bold", sans-serif;
  }
  .menu .is-active .ac-header .menu__link-icon {
    transform: rotate(90deg);
  }
  .menu__list {
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid #cfd3da;
    padding-top: 20px;
    margin-top: 20px;
    height: 100%;
  }
  .menu__list--ml {
    margin-left: 16px;
    padding-top: 0;
    border: none;
  }
  .menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    font-size: 18px;
  }
  .menu__link:after {
    content: none;
  }
  .menu__link--active {
    color: #ff5010;
  }
  .menu__link-icon {
    display: block;
  }
  .menu__title {
    display: none;
    align-items: center;
  }
  .menu__title-icon {
    font-size: 22px;
    transform: rotate(-180deg);
    margin-right: 16px;
  }
  .menu__title-text {
    font-size: 24px;
    font-family: "Gilroy Bold", serif;
  }
  .menu--second .menu__container {
    padding-top: 20px;
  }
  .menu--second .menu__title {
    display: flex;
  }
  .menu--second .menu__close {
    display: none;
  }
  .menu--second .menu__logo {
    display: none;
  }
}
.home {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
@media screen and (max-width: 1023px) {
  .home {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .home {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .home {
    max-width: none;
  }
}
.home__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 1.751vw + -0.402rem, 1.25rem);
}
.home__card {
  width: 23%;
  background-color: #2e2e2e;
  padding: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  position: relative;
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  color: #ffffff;
}
.home__card:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/picture/suitcase-mockup.png") no-repeat;
  background-size: contain;
  background-position: right;
}
.home__card-item {
  display: flex;
  gap: clamp(0.313rem, 0.656vw + -0.12rem, 0.5rem);
  flex-wrap: wrap;
}
.home__card-title {
  font-family: "Gilroy ExtraBold", serif;
  font-size: clamp(1.25rem, 1.751vw + 0.098rem, 1.75rem);
  margin-bottom: clamp(0.75rem, 1.751vw + -0.402rem, 1.25rem);
  line-height: 1;
}
.home__card-text {
  line-height: 1.2;
  font-size: clamp(0.75rem, 0.656vw + 0.318rem, 0.938rem);
  padding-left: clamp(0.563rem, 0.875vw + -0.014rem, 0.813rem);
  padding-right: clamp(0.563rem, 0.875vw + -0.014rem, 0.813rem);
  padding-top: clamp(0.25rem, 0.438vw + -0.038rem, 0.375rem);
  padding-bottom: clamp(0.25rem, 0.438vw + -0.038rem, 0.375rem);
  background-color: rgba(255, 255, 255, 0.3019607843);
  border-radius: clamp(0.438rem, 0.656vw + 0.005rem, 0.625rem);
  white-space: nowrap;
}

.sliderHome {
  position: relative;
  width: 75%;
  height: 100%;
}
.sliderHome__img {
  width: 100%;
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  overflow: hidden;
}
.sliderHome__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sliderHome__pagination {
  display: none;
}
.sliderHome .swiper-slide {
  height: clamp(10.75rem, 18.381vw + -1.347rem, 16rem);
}
.sliderHome__container {
  height: 100%;
}
.sliderHome .sliderNavigateBtn {
  opacity: 0;
}
.sliderHome:hover .sliderNavigateBtn {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .home {
    margin-bottom: 40px;
  }
  .home__card {
    display: none;
  }
  .sliderHome {
    width: 100%;
  }
  .sliderHome .swiper-slide {
    height: 230px;
  }
  .sliderHome__img img {
    object-fit: contain;
  }
  .sliderHome__pagination {
    display: flex;
    margin-top: 17px;
    justify-content: center;
  }
  .sliderHome__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
    background-color: #cfd3da;
  }
  .sliderHome__pagination .swiper-pagination-bullet-active {
    width: 27px;
    height: 8px;
    border-radius: 50px;
    background-color: #ff5010;
  }
}
.discountBanner {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  margin-bottom: clamp(1.5rem, 7.877vw + -3.684rem, 3.75rem);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .discountBanner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .discountBanner {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .discountBanner {
    max-width: none;
  }
}
.discountBanner__container {
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  padding-top: clamp(0.313rem, 1.751vw + -0.84rem, 0.813rem);
  padding-bottom: clamp(0.313rem, 1.751vw + -0.84rem, 0.813rem);
  background-color: #f4f4f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discountBanner__title {
  font-family: "Gilroy SemiBold", serif;
  font-size: clamp(1.125rem, 2.188vw + -0.315rem, 1.75rem);
  margin-right: 30px;
}
.discountBanner__btn {
  padding-left: 24px;
  padding-right: 16px;
}
.discountBanner__img {
  width: clamp(8.125rem, 12.691vw + -0.228rem, 11.75rem);
  height: 100%;
  position: absolute;
  right: clamp(5.313rem, 19.475vw + -7.504rem, 10.875rem);
  top: 0;
  object-fit: contain;
}

@media screen and (max-width: 1023px) {
  .discountBanner {
    display: none;
  }
}
.catalog {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .catalog {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .catalog {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .catalog {
    max-width: none;
  }
}
.catalog__title {
  line-height: 1.2;
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
.catalog__title--mb0 {
  margin-bottom: 0;
}
.catalog__more {
  width: fit-content;
  padding-left: clamp(1.563rem, 4.595vw + -1.462rem, 2.875rem);
  padding-right: clamp(1.563rem, 4.595vw + -1.462rem, 2.875rem);
  align-self: center;
  margin-top: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
.catalog__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
.catalog__top-link {
  font-size: clamp(0.875rem, 0.875vw + 0.299rem, 1.125rem);
  color: #ff5010;
  transition: color 0.38s ease-in-out;
}
.catalog__top-link:hover {
  color: #29a71a;
}
.catalog__container {
  overflow: visible;
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
  display: flex;
  flex-direction: column;
}
.catalog__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.813rem, 1.532vw + -0.196rem, 1.25rem);
  row-gap: clamp(0.938rem, 3.282vw + -1.223rem, 1.875rem);
}
.catalog__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.catalog__tab {
  width: 245px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #f4f4f5;
  transition: background-color 0.38s ease-in-out;
}
.catalog__tab:hover {
  background-color: #f4f4f5;
}
.catalog__tab-img {
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.catalog__tab-text {
  font-size: 14px;
  line-height: 1.2;
  color: #3a3a44;
}

@media screen and (max-width: 1023px) {
  .catalog--home .catalog__wrapper {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .catalog__tab {
    width: 100%;
  }
  .catalog__more {
    width: 100%;
    display: block;
  }
}
.card {
  width: 15.5%;
  cursor: pointer;
  border-top-left-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  border-top-right-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  transition: box-shadow 0.38s ease-in-out;
}
.card:hover {
  background-color: #ffffff;
  box-shadow: 0 4px 18px 0 rgba(59, 64, 74, 0.1490196078);
}
.card:hover .card__img {
  background-color: #ff5010;
}
.card:hover .card__links {
  opacity: 1;
  z-index: 1;
}
.card--none {
  display: none;
}
.card--btn:hover {
  background-color: transparent;
  box-shadow: none;
}
.card--btn:hover .card__img-text {
  color: #ffffff;
}
.card--btn .card__img {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card--btn .card__img-icon {
  transform: rotate(90deg);
  width: clamp(3.125rem, 4.376vw + 0.245rem, 4.375rem);
  height: clamp(3.125rem, 4.376vw + 0.245rem, 4.375rem);
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.313rem, 2.407vw + -0.272rem, 2rem);
  margin-bottom: clamp(0.625rem, 1.094vw + -0.095rem, 0.938rem);
}
.card--btn .card__img-text {
  font-family: "Gilroy Regular", serif;
  font-size: clamp(0.875rem, 1.313vw + 0.011rem, 1.25rem);
  transition: color 0.38s ease-in-out;
}
.card__container {
  position: relative;
}
.card__img {
  background-color: #f4f4f5;
  padding-top: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  padding-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  margin-bottom: 10px;
  transition: background-color 0.38s ease-in-out;
}
.card__img img {
  width: 100%;
  height: clamp(5.938rem, 8.972vw + 0.033rem, 8.5rem);
  object-fit: contain;
}
.card__title {
  color: #3a3a44;
  padding-left: 5px;
  font-family: "Gilroy Bold", serif;
  padding-right: 5px;
  font-size: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem);
  text-align: center;
}
.card__links {
  box-shadow: 0 18px 18px 0 rgba(59, 64, 74, 0.1490196078);
  display: flex;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  border-bottom-left-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  border-bottom-right-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  background-color: #ffffff;
  color: #3a3a44;
  font-size: clamp(0.875rem, 0.438vw + 0.587rem, 1rem);
  gap: clamp(0.5rem, 1.751vw + -0.652rem, 1rem);
  padding-top: 10px;
  padding-bottom: clamp(0.625rem, 1.094vw + -0.095rem, 0.938rem);
  padding-left: clamp(0.313rem, 2.188vw + -1.128rem, 0.938rem);
  padding-right: clamp(0.313rem, 2.188vw + -1.128rem, 0.938rem);
  transition: all 0.38s ease-in-out;
}
.card__links-btn {
  display: block;
}
.card__links-link {
  transition: color 0.38s ease-in-out;
  line-height: 1.2;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__links-link:hover {
  color: #ff5010;
}

.cardLink {
  width: 15.5%;
  cursor: pointer;
  background-color: #f4f4f5;
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  height: 80%;
}
.cardLink:hover .cardLink__title {
  background-color: #29a71a;
}
.cardLink:hover .cardLink__img {
  transform: scale(1.1);
}
.cardLink__img {
  object-fit: contain;
  width: 100%;
  height: clamp(9.063rem, 9.847vw + 2.582rem, 11.875rem);
  margin-top: -44px;
  transform: scale(1);
  transition: transform 0.38s ease-in-out;
}
.cardLink__title {
  text-align: center;
  font-family: "Gilroy Bold", serif;
  font-size: clamp(0.875rem, 1.313vw + 0.011rem, 1.25rem);
  padding-top: clamp(0.563rem, 0.656vw + 0.13rem, 0.75rem);
  padding-bottom: clamp(0.625rem, 1.094vw + -0.095rem, 0.938rem);
  background-color: #ff5010;
  color: #ffffff;
  border-bottom-left-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  border-bottom-right-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  transition: background-color 0.38s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .card {
    width: 23.5%;
    background-color: #f4f4f5;
    padding: 10px;
    border-radius: 17px;
    height: auto;
  }
  .card:hover {
    box-shadow: none;
    background-color: #f4f4f5;
  }
  .card:hover .card__img {
    background-color: #f4f4f5;
  }
  .card--btn {
    display: none;
  }
  .card--none {
    display: block;
  }
  .card__img {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 6px;
  }
  .card__title {
    font-family: "Gilroy SemiBold", serif;
    word-break: break-word;
  }
  .card__links {
    display: none;
  }
  .cardLink {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .card {
    width: 31.6%;
  }
}
@media screen and (max-width: 576px) {
  .card {
    width: 48%;
  }
}
.reliability {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 1610px;
  background-color: #2e2e2e;
  border-radius: clamp(1.563rem, 3.282vw + -0.598rem, 2.5rem);
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .reliability {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .reliability {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .reliability {
    max-width: none;
  }
}
.reliability__container {
  padding: clamp(1.875rem, 13.129vw + -6.766rem, 5.625rem)
    clamp(0.063rem, 17.287vw + -11.314rem, 5rem);
}
.reliability__title {
  margin-bottom: clamp(1.25rem, 6.565vw + -3.07rem, 3.125rem);
}
.reliability__items {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: clamp(1.875rem, 6.565vw + -2.445rem, 3.75rem);
}
.reliability__items-item {
  padding: clamp(1.125rem, 1.313vw + 0.261rem, 1.5rem)
    clamp(1.5rem, 1.313vw + 0.636rem, 1.875rem);
  background-color: #363533;
  width: 100%;
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
}
.reliability__text {
  width: 57%;
  color: #ffffff;
  font-size: clamp(1rem, 0.875vw + 0.424rem, 1.25rem);
  margin-bottom: clamp(1.25rem, 6.565vw + -3.07rem, 3.125rem);
  line-height: 1.4;
}
.reliability__text span {
  font-family: "Inter Bold", sans-serif;
}
.reliability__btn {
  width: fit-content;
  padding-left: clamp(1.875rem, 6.565vw + -2.445rem, 3.75rem);
  padding-right: clamp(1.875rem, 6.565vw + -2.445rem, 3.75rem);
}
.reliability__img {
  object-fit: contain;
  width: clamp(23.125rem, 54.705vw + -12.877rem, 38.75rem);
  height: clamp(23.125rem, 54.705vw + -12.877rem, 38.75rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(0.75rem, 2.845vw + -1.122rem, 1.563rem);
}
.reliability__counter {
  display: flex;
  justify-content: space-between;
  gap: clamp(6.25rem, 14.004vw + -2.967rem, 10.25rem);
  padding-left: clamp(1.5rem, 1.313vw + 0.636rem, 1.875rem);
}
.reliability__counter-title {
  font-family: "Gilroy ExtraBold", serif;
  font-size: clamp(1.75rem, 3.063vw + -0.266rem, 2.625rem);
  margin-bottom: clamp(0.375rem, 0.438vw + 0.087rem, 0.5rem);
  color: #ffffff;
}
.reliability__counter-title span {
  font-size: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
.reliability__counter-text {
  font-family: "Gilroy SemiBold", serif;
  color: rgba(236, 236, 237, 0.8);
  font-size: clamp(0.875rem, 1.313vw + 0.011rem, 1.25rem);
  line-height: 1.2;
  width: 93%;
}

@media screen and (max-width: 1023px) {
  .reliability {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
  }
  .reliability:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 237px;
    height: 237px;
    background: url("../img/picture/ruscon-mobile.svg") no-repeat right;
    background-size: contain;
    border-radius: 25px;
  }
  .reliability__title {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .reliability__text {
    width: 100%;
  }
  .reliability__img {
    display: none;
  }
  .reliability__items-item {
    background: transparent;
    padding: 0 15px;
  }
  .reliability__counter {
    padding: 0;
    gap: 10px;
    margin-bottom: 40px;
  }
  .reliability__counter-item {
    padding: 15px 10px;
    background-color: #363533;
    border-radius: 17px;
  }
  .reliability__counter-title {
    text-align: center;
    margin-bottom: 10px;
  }
  .reliability__counter-text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .reliability__counter {
    flex-wrap: wrap;
  }
  .reliability__counter-item {
    width: 49%;
  }
}
@media screen and (max-width: 576px) {
  .reliability__counter-item {
    width: 48%;
  }
  .reliability__btn {
    width: 100%;
    display: block;
  }
}
.time {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .time {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .time {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .time {
    max-width: none;
  }
}
.time__container {
  display: flex;
  justify-content: space-between;
  gap: clamp(3.75rem, 6.565vw + -0.57rem, 5.625rem);
  padding-left: clamp(2.875rem, 4.158vw + 0.139rem, 4.063rem);
  padding-right: clamp(2.875rem, 4.158vw + 0.139rem, 4.063rem);
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
.time__img {
  object-fit: contain;
  height: clamp(5.625rem, 9.628vw + -0.711rem, 8.375rem);
  width: 100%;
  margin-bottom: 11px;
  margin-top: -50px;
  position: relative;
}
@media (min-width: 1023px) {
  .time__img {
    margin-top: calc(-0.0301003344 * 100vw + -19.2073578595px);
  }
}
@media (min-width: 1920px) {
  .time__img {
    margin-top: -77px;
  }
}
.time__item {
  padding-left: clamp(2.063rem, 3.282vw + -0.098rem, 3rem);
  padding-right: clamp(2.063rem, 3.282vw + -0.098rem, 3rem);
  padding-bottom: clamp(1rem, 1.751vw + -0.152rem, 1.5rem);
  border-radius: clamp(1.063rem, 2.845vw + -0.81rem, 1.875rem);
  background-color: rgba(255, 92, 32, 0.0509803922);
  width: 28%;
  border: 1px solid;
  border-image-source: linear-gradient(
    205.93deg,
    rgba(255, 80, 16, 0) 0%,
    rgba(255, 80, 16, 0.1) 143.09%
  );
}
.time__text {
  font-family: "Gilroy Medium", serif;
  font-size: clamp(1rem, 1.751vw + -0.152rem, 1.5rem);
  line-height: 1.2;
  text-align: center;
}
.time__title {
  margin-bottom: clamp(4.375rem, 15.317vw + -5.706rem, 8.75rem);
}
.time__title--mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .time {
    margin-top: -30px;
    background-color: #ffffff;
    padding-top: 30px;
    border-radius: 20px;
    position: relative;
  }
  .time__container {
    padding: 0;
    gap: 24px;
  }
  .time__item {
    width: 31%;
  }
  .time__title {
    display: none;
  }
  .time__title--mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .time {
    margin-top: -20px;
  }
  .time__container {
    flex-direction: column;
    gap: 30px;
  }
  .time__title {
    margin-bottom: 25px;
  }
  .time__text {
    text-align: left;
  }
  .time__item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 16px 5px 16px;
  }
  .time__img {
    width: 60px;
    height: 60px;
    margin-top: -12px;
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.money {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .money {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .money {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .money {
    max-width: none;
  }
}
.money--mobile {
  display: none;
}
.money__title {
  margin-bottom: clamp(0.313rem, 1.094vw + -0.408rem, 0.625rem);
}
.money__title--mb20 {
  margin-bottom: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem);
}
.money__text {
  font-size: 18px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem);
  width: 76%;
  color: #3a3a44;
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
.money__subtitle {
  color: #93969c;
  font-size: clamp(1rem, 1.751vw + -0.152rem, 1.5rem);
  font-family: "Gilroy Medium", serif;
  text-align: center;
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
.money__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 1.751vw + -0.402rem, 1.25rem);
}
.money__item {
  width: 49.3%;
}
.money__item:hover .money__video:after {
  background-color: rgba(255, 80, 16, 0.5019607843);
}
.money__item:hover .money__adress-title {
  background-color: #ff5010;
  color: #ffffff;
}
.money__item:hover .money__video-btn--pause {
  opacity: 1;
}
.money__video {
  position: relative;
  width: 100%;
  height: clamp(17.25rem, 27.133vw + -0.607rem, 25rem);
  cursor: pointer;
  margin-bottom: clamp(0.688rem, 1.094vw + -0.033rem, 1rem);
}
.money__video:after {
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.38s ease-in-out;
}
.money__video-player {
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.money__video-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.money__video-btn img {
  width: clamp(3.875rem, 6.127vw + -0.157rem, 5.625rem);
  height: clamp(3.875rem, 6.127vw + -0.157rem, 5.625rem);
  object-fit: contain;
}
.money__video-btn--pause {
  display: none;
  opacity: 0;
  transition: opacity 0.38s ease-in-out;
}
.money__adress {
  display: flex;
  align-items: center;
  font-family: "Gilroy SemiBold", serif;
}
.money__adress-title {
  padding: clamp(0.375rem, 0.438vw + 0.087rem, 0.5rem)
    clamp(0.688rem, 1.094vw + -0.033rem, 1rem);
  margin-right: clamp(0.813rem, 1.532vw + -0.196rem, 1.25rem);
  font-size: clamp(1rem, 1.751vw + -0.152rem, 1.5rem);
  border-radius: clamp(0.625rem, 1.094vw + -0.095rem, 0.938rem);
  transition: all 0.38s ease-in-out;
}
.money__adress-icon {
  font-size: clamp(1rem, 1.751vw + -0.152rem, 1.5rem);
  margin-right: 4px;
}
.money__adress-text {
  display: flex;
  align-items: center;
  color: #93969c;
  font-size: clamp(0.875rem, 0.875vw + 0.299rem, 1.125rem);
}

@media screen and (max-width: 1023px) {
  .money {
    display: none;
  }
  .money--mobile {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .money--aboutUs {
    display: block;
  }
  .money--aboutUs .money__title {
    display: block;
  }
  .money--aboutUs .money__adress-title {
    color: #2e2e2e;
  }
  .money--aboutUs .money__item:hover .money__adress-title {
    color: #2e2e2e;
  }
  .money__title {
    display: none;
  }
  .money__text {
    width: 100%;
  }
  .money__subtitle {
    display: none;
  }
  .money__adress-title {
    color: #ffffff;
  }
  .money__video {
    height: 193px;
  }
  .money__video-btn--pause {
    opacity: 1;
  }
  .money__item:hover .money__video:after {
    background-color: transparent;
  }
  .money__item:hover .money__adress-title {
    background-color: transparent;
    color: #ffffff;
  }
  .money__item:hover .money__video-btn--pause {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .money {
    margin-bottom: 50px;
  }
  .money__item {
    width: 100%;
  }
  .money__video {
    margin-bottom: 5px;
  }
}
.reviews {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .reviews {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .reviews {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .reviews {
    max-width: none;
  }
}
.reviews__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reviews__title {
  margin-bottom: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem);
}
.reviews__text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  width: 76%;
  color: #3a3a44;
}
.reviews__titleMobile {
  display: none;
}
.reviews__block {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.reviews__sliderTitle {
  display: flex;
  align-items: center;
  width: 50%;
  line-height: 1;
  padding-left: clamp(2.5rem, 8.753vw + -3.26rem, 5rem);
  padding-right: clamp(2.5rem, 4.376vw + -0.38rem, 3.75rem);
  font-family: "Gilroy ExtraBold", serif;
  font-size: clamp(1.75rem, 3.063vw + -0.266rem, 2.625rem);
}

.sliderReviews {
  position: relative;
  width: 50%;
}
.sliderReviews .swiper-slide-active {
  background-color: #ebf9f0;
}
.sliderReviews__slide {
  padding-top: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  padding-left: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  padding-bottom: clamp(1.563rem, 1.969vw + 0.266rem, 2.125rem);
  padding-right: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
  height: 100%;
  background-color: #ffffff;
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  border: 1px solid rgba(236, 236, 237, 0.8);
  display: flex;
  flex-direction: column;
}
.sliderReviews__box {
  display: flex;
  align-items: center;
  margin-bottom: clamp(0.625rem, 1.313vw + -0.239rem, 1rem);
}
.sliderReviews__img {
  object-fit: contain;
  width: clamp(3.375rem, 5.689vw + -0.369rem, 5rem);
  height: clamp(3.375rem, 5.689vw + -0.369rem, 5rem);
  border-radius: 50%;
  margin-right: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
.sliderReviews__item-title {
  font-family: "Gilroy SemiBold", serif;
  font-size: clamp(1.125rem, 1.313vw + 0.261rem, 1.5rem);
  margin-bottom: clamp(0.188rem, 0.219vw + 0.043rem, 0.25rem);
}
.sliderReviews__item-text {
  font-size: clamp(0.875rem, 0.438vw + 0.587rem, 1rem);
  color: #3a3a44;
}
.sliderReviews__text {
  font-size: clamp(1rem, 0.438vw + 0.712rem, 1.125rem);
  line-height: 1.4;
  margin-bottom: clamp(1.313rem, 2.845vw + -0.56rem, 2.125rem);
}
.sliderReviews__link {
  text-decoration: underline;
  font-size: clamp(0.875rem, 0.438vw + 0.587rem, 1rem);
  line-height: 1.2;
  color: #2274a5;
  margin-top: auto;
  transition: color 0.38s ease-in-out;
}
.sliderReviews__link:hover {
  color: #ff5010;
}

@media screen and (max-width: 1023px) {
  .reviews__text {
    width: 100%;
  }
  .reviews__sliderTitle {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .reviews {
    background-color: #ebf9f0;
    padding-top: 30px;
    padding-bottom: 60px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    position: relative;
  }
  .reviews:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/picture/pictures.png") no-repeat right;
    background-size: contain;
  }
  .reviews:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 122px;
    height: 100px;
    background: url("../img/picture/like-orange-1.png") no-repeat left center;
    background-size: contain;
  }
  .reviews--aboutUs {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
  }
  .reviews--aboutUs:before {
    content: none;
  }
  .reviews--aboutUs:after {
    content: none;
  }
  .reviews--aboutUs .sliderReviews__slide {
    background-color: #ebf9f0;
  }
  .reviews--aboutUs .sliderReviews .swiper-slide-active {
    background-color: #ebf9f0;
  }
  .reviews__sliderTitle {
    display: none;
  }
  .reviews__titleMobile {
    display: block;
    margin-bottom: 20px;
  }
  .sliderReviews {
    width: 100%;
  }
  .sliderReviews .swiper-slide-active {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .sliderReviews__slide {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 17px;
    padding-bottom: 30px;
  }
  .sliderReviews__slide:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 8px 8px 0 rgba(85, 85, 85, 0.0509803922);
    backdrop-filter: blur(8px);
    border-radius: 17px;
  }
  .sliderReviews__box {
    position: relative;
    z-index: 1;
  }
  .sliderReviews__text {
    position: relative;
    z-index: 1;
  }
  .sliderReviews__link {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 576px) {
  .sliderReviews {
    overflow: visible;
  }
  .sliderReviews__box {
    flex-direction: column;
    align-items: flex-start;
  }
  .sliderReviews__img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.bid {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .bid {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .bid {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .bid {
    max-width: none;
  }
}
.bid:after {
  content: "";
  right: 15px;
  top: 0;
  width: 40%;
  height: 100%;
  position: absolute;
  background: url("../img/picture/mail.png") no-repeat;
  background-size: cover;
  border-radius: clamp(1.563rem, 3.282vw + -0.598rem, 2.5rem);
}
.bid__container {
  background-color: #2e2e2e;
  border-radius: clamp(1.063rem, 5.033vw + -2.25rem, 2.5rem);
  padding: clamp(1.563rem, 5.47vw + -2.038rem, 3.125rem);
}
.bid__form {
  display: none;
}
.bid__title {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.bid__subtitle {
  color: #93969c;
  margin-bottom: 50px;
  font-size: clamp(1.125rem, 1.313vw + 0.261rem, 1.5rem);
  font-family: "Gilroy Medium", serif;
  position: relative;
  z-index: 1;
}
.bid__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.bid__item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
}
.bid__item-text {
  color: #93969c;
  text-align: right;
  font-size: clamp(1rem, 0.438vw + 0.712rem, 1.125rem);
  margin-right: 10px;
  width: 32%;
  line-height: 1.4;
}
.bid__item-btn {
  padding-left: clamp(0.5rem, 1.751vw + -0.652rem, 1rem);
  padding-right: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
}
.bid__item-btnTg {
  padding-left: clamp(0.5rem, 1.751vw + -0.652rem, 1rem);
  padding-right: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
}
.bid__item-btnTg:hover {
  background-color: #2aabee;
}
.bid__btn {
  padding-left: clamp(1.75rem, 4.376vw + -1.13rem, 3rem);
  padding-right: clamp(1.75rem, 4.376vw + -1.13rem, 3rem);
}

@media screen and (max-width: 1023px) {
  .bid:after {
    width: 80%;
  }
  .bid__item-text {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .bid:after {
    background: url("../img/picture/mail-mobile.png") no-repeat;
    background-size: contain;
    width: 170px;
    height: 356px;
    top: auto;
    bottom: 0;
  }
  .bid__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bid__title {
    margin-bottom: 20px;
  }
  .bid__subtitle {
    display: none;
  }
  .bid__form {
    display: block;
    width: 100%;
  }
  .bid__form-btn {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .bid__box {
    flex-direction: column;
  }
  .bid__btn {
    display: none;
  }
  .bid__item {
    gap: 15px;
  }
  .bid__item-text {
    width: auto;
    border-right: 1px solid #93969c;
    padding-right: 15px;
    margin-right: 0;
  }
  .bid__item-btn {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 576px) {
  .bid__item {
    justify-content: center;
  }
  .bid__item-text {
    width: 61%;
  }
  .bid__item-btnText {
    display: none;
  }
  .bid__item-btn {
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    color: #ffffff;
  }
  .bid__item-btn:hover {
    background-color: transparent;
  }
  .bid__item-btnTg {
    padding: 0;
    border-radius: 50%;
    color: #ffffff;
    background-color: transparent;
  }
  .bid__item-btnTg:hover {
    background-color: transparent;
  }
}
.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion__container {
  background-color: #f4f4f5;
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  padding: clamp(1.125rem, 1.313vw + 0.261rem, 1.5rem)
    clamp(1.25rem, 0.875vw + 0.674rem, 1.5rem);
  transition: background-color 0.38s ease-in-out;
}
.accordion__container.is-active {
  background-color: #2e2e2e;
}
.accordion__container.is-active .accordion__title {
  color: #ffffff;
}
.accordion__container.is-active .accordion__icon {
  color: #ff5010;
  transform: rotate(-90deg);
}
.accordion__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion__title {
  font-family: "Gilroy SemiBold", serif;
  font-size: clamp(1.125rem, 1.313vw + 0.261rem, 1.5rem);
  transition: color 0.38s ease-in-out;
}
.accordion__icon {
  font-size: clamp(1.5rem, 1.751vw + 0.348rem, 2rem);
  color: #93969c;
  transform: rotate(90deg);
  transition: color 0.38s ease-in-out;
}
.accordion__content {
  font-size: clamp(1rem, 0.438vw + 0.712rem, 1.125rem);
  margin-top: clamp(1.75rem, 1.313vw + 0.886rem, 2.125rem);
  margin-bottom: 10px;
  color: #f4f4f5;
  line-height: 1.4;
}

.faq {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .faq {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .faq {
    max-width: none;
  }
}
.faq__title {
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}

.directions {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .directions {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .directions {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .directions {
    max-width: none;
  }
}
.directions__container {
  position: relative;
}
.directions__title {
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
.directions__slide {
  background-color: #f4f4f5;
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  padding-top: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  padding-left: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: background-color 0.38s ease-in-out;
}
.directions__slide:hover {
  background-color: #2e2e2e;
}
.directions__slide:hover .directions__slide-title {
  color: #ffffff;
}
.directions__slide:hover .directions__slide-text {
  color: #f4f4f5;
}
.directions__slide:hover .directions__slide-link {
  opacity: 0;
}
.directions__slide:hover .directions__slide-btn {
  opacity: 1;
}
.directions__slide-title {
  font-family: "Gilroy Bold", serif;
  font-size: clamp(1.25rem, 0.875vw + 0.674rem, 1.5rem);
  margin-bottom: clamp(0.375rem, 0.875vw + -0.201rem, 0.625rem);
  padding-right: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  transition: color 0.38s ease-in-out;
  line-height: 1.2;
}
.directions__slide-text {
  padding-right: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  font-size: clamp(1rem, 0.438vw + 0.712rem, 1.125rem);
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  color: #3a3a44;
  line-height: 25px;
  transition: color 0.38s ease-in-out;
}
.directions__slide-item {
  position: relative;
  margin-top: auto;
}
.directions__slide-btn {
  opacity: 0;
  position: absolute;
  bottom: clamp(1.5rem, 1.313vw + 0.636rem, 1.875rem);
  padding-left: clamp(1rem, 3.501vw + -1.304rem, 2rem);
  padding-right: clamp(0.625rem, 1.751vw + -0.527rem, 1.125rem);
}
.directions__slide-link {
  color: #ff5010;
  font-family: "Gilroy SemiBold", serif;
  position: absolute;
  bottom: clamp(1.5rem, 1.313vw + 0.636rem, 1.875rem);
  opacity: 1;
  font-size: clamp(0.875rem, 1.313vw + 0.011rem, 1.25rem);
  transition: opacity 0.38s ease-in-out;
}
.directions__slide-img {
  width: clamp(8.25rem, 13.567vw + -0.679rem, 12.125rem);
  height: clamp(12.813rem, 20.788vw + -0.868rem, 18.75rem);
  object-fit: contain;
  object-position: right;
  margin-left: auto;
}

.contactsBox {
  display: flex;
  align-items: center;
  margin-right: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
  position: relative;
  pointer-events: none;
}
.contactsBox--active {
  pointer-events: all;
}
.contactsBox--active:hover .contactsBox__title {
  color: #ff5010;
}
.contactsBox--active:hover .contactsBox__icon {
  color: #ff5010;
}
.contactsBox--small {
  margin-right: 0;
  margin-bottom: clamp(1rem, 0.875vw + 0.424rem, 1.25rem);
}
.contactsBox--small .contactsBox__title {
  font-size: 16px;
}
.contactsBox--small .contactsBox__icon {
  font-size: 20px;
}
.contactsBox--small .contactsBox__link {
  font-size: 16px;
}
.contactsBox__title {
  font-family: "Gilroy SemiBold", serif;
  color: #3a3a44;
  font-size: clamp(0.875rem, 0.875vw + 0.299rem, 1.125rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: clamp(5rem, 2.188vw + 3.56rem, 5.625rem);
  transition: color 0.38s ease-in-out;
}
.contactsBox__title--none {
  width: fit-content;
}
.contactsBox__link {
  font-size: clamp(1rem, 0.875vw + 0.424rem, 1.25rem);
  color: #ff5010;
  font-family: "Gilroy SemiBold", serif;
  transition: color 0.38s ease-in-out;
  pointer-events: all;
}
.contactsBox__link:hover {
  color: #29a71a;
}
.contactsBox__icon {
  align-self: flex-end;
  font-size: clamp(1.25rem, 0.875vw + 0.674rem, 1.5rem);
  margin-right: 8px;
  transition: color 0.38s ease-in-out;
}

.groupCompanies {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .groupCompanies {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .groupCompanies {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .groupCompanies {
    max-width: none;
  }
}
.groupCompanies__top {
  display: flex;
  align-items: center;
  margin-bottom: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem);
}
.groupCompanies__top-img {
  object-fit: contain;
  width: clamp(9.063rem, 14.661vw + -0.586rem, 13.25rem);
  height: clamp(2.625rem, 4.814vw + -0.543rem, 4rem);
  margin-right: clamp(0.625rem, 1.751vw + -0.527rem, 1.125rem);
}
.groupCompanies__text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  width: 76%;
  color: #3a3a44;
}
.groupCompanies__container {
  position: relative;
}
.groupCompanies__prev,
.groupCompanies__next {
  display: none;
}
.groupCompanies__item {
  width: 18.8%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: clamp(1.063rem, 0.656vw + 0.63rem, 1.25rem);
  padding-left: clamp(1.063rem, 0.656vw + 0.63rem, 1.25rem);
  border-radius: clamp(1.063rem, 0.656vw + 0.63rem, 1.25rem);
  background-color: #f4f4f5;
}
.groupCompanies__item-logo {
  object-fit: contain;
  width: 100%;
  height: clamp(2.75rem, 1.313vw + 1.886rem, 3.125rem);
  margin-bottom: clamp(0.875rem, 0.438vw + 0.587rem, 1rem);
  object-position: left;
  padding-right: clamp(1.063rem, 0.656vw + 0.63rem, 1.25rem);
}
.groupCompanies__item-title {
  font-size: 18px;
  font-family: "Gilroy Medium", serif;
  line-height: 1.2;
  margin-bottom: 6px;
  padding-right: clamp(1.063rem, 0.656vw + 0.63rem, 1.25rem);
}
.groupCompanies__item-row {
  display: flex;
  justify-content: space-between;
  gap: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
  margin-top: auto;
}
.groupCompanies__item-img {
  object-fit: contain;
  width: clamp(5.625rem, 2.845vw + 3.753rem, 6.438rem);
  height: clamp(8.75rem, 4.376vw + 5.87rem, 10rem);
}
.groupCompanies__item-link {
  font-family: "Gilroy SemiBold", serif;
  font-size: 16px;
  margin-bottom: clamp(1.063rem, 0.656vw + 0.63rem, 1.25rem);
  margin-top: auto;
  color: #ff5010;
  transition: color 0.38s ease-in-out;
}
.groupCompanies__item-link:hover {
  color: #29a71a;
}
.groupCompanies__wrapper {
  gap: 20px;
}

@media screen and (max-width: 1366px) {
  .groupCompanies__wrapper {
    gap: 0;
  }
  .groupCompanies__prev,
  .groupCompanies__next {
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .groupCompanies__prev,
  .groupCompanies__next {
    display: none;
  }
  .groupCompanies__text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .groupCompanies__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .groupCompanies__top-img {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .groupCompanies__slider {
    overflow: visible;
  }
}
.contacts {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .contacts {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .contacts {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .contacts {
    max-width: none;
  }
}
.contacts__title {
  margin-bottom: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
}
.contacts__container {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
}
.contacts__content {
  width: 49.3%;
  border-radius: 17px;
  background-color: #f4f4f5;
  padding: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
  row-gap: 30px;
}
.contacts__block {
  width: 48%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.contacts__img {
  width: 49.3%;
  border-radius: 17px;
  object-fit: cover;
  height: auto;
}
.contacts__map {
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  object-fit: cover;
  width: 100%;
  height: clamp(20.625rem, 34.136vw + -1.841rem, 30.375rem);
}
.contacts__map ymaps {
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
}
.contacts__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts__item-title {
  font-size: 14px;
  color: #93969c;
}
.contacts__item-text {
  font-size: 18px;
  font-family: "Inter Medium", sans-serif;
}
.contacts__item-text--lh {
  line-height: 1.4;
}
.contacts__item-box {
  margin-bottom: 0;
}
.contacts__item-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contacts__item-icon {
  font-size: 40px;
  color: #29a71a;
}
.contacts__item-icon--tg {
  color: #2aabee;
}

.requisite {
  margin-top: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.requisite__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 18px;
  line-height: 1.2;
}
.requisite__item-title {
  color: #93969c;
}

@media screen and (max-width: 1023px) {
  .contacts__content {
    width: 100%;
  }
  .contacts__img {
    width: 100%;
    height: 317px;
  }
}
@media screen and (max-width: 576px) {
  .contacts__block {
    width: 100%;
  }
  .contacts__content {
    gap: 30px;
  }
}
.aboutUs {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .aboutUs {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .aboutUs {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .aboutUs {
    max-width: none;
  }
}
.aboutUs__title {
  margin-bottom: clamp(0.938rem, -0.656vw + 1.37rem, 0.75rem);
}
.aboutUs__text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  width: 76%;
  color: #3a3a44;
}
.aboutUs__container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: clamp(19.25rem, 30.635vw + -0.911rem, 28rem);
  padding: 30px;
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  gap: clamp(3.75rem, 4.376vw + 0.87rem, 5rem);
}
.aboutUs__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutUs__item {
  background-color: #ffffff;
  border-radius: clamp(1.063rem, 0.656vw + 0.63rem, 1.25rem);
  padding: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem)
    clamp(0.938rem, 3.282vw + -1.223rem, 1.875rem);
  position: relative;
}
.aboutUs__item-title {
  color: #ff5010;
  font-family: "Gilroy Bold", serif;
  font-size: clamp(1.75rem, 2.626vw + 0.022rem, 2.5rem);
  margin-bottom: 8px;
}
.aboutUs__item-title span {
  font-size: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
.aboutUs__item-text {
  font-family: "Gilroy SemiBold", serif;
  font-size: clamp(0.875rem, 1.313vw + 0.011rem, 1.25rem);
  line-height: 1.2;
  color: #3a3a44;
}

@media screen and (max-width: 1023px) {
  .aboutUs__text {
    width: 100%;
  }
  .aboutUs__container {
    padding: 15px;
    gap: 10px;
    height: auto;
    flex-wrap: wrap;
    padding-top: 200px;
  }
  .aboutUs__item {
    width: 49.2%;
  }
}
@media screen and (max-width: 768px) {
  .aboutUs__container {
    align-items: normal;
  }
  .aboutUs__item {
    width: 48.9%;
    text-align: center;
  }
  .aboutUs__img {
    object-position: right;
  }
}
@media screen and (max-width: 576px) {
  .aboutUs__container {
    padding-top: 258px;
  }
  .aboutUs__item {
    padding: 15px 10px;
    width: 48.4%;
  }
  .aboutUs__img {
    object-position: 58%;
  }
}
.clients {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .clients {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .clients {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .clients {
    max-width: none;
  }
}
.clients__title {
  margin-bottom: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
}

.pay__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}
.pay__item-img {
  margin-right: 30px;
  width: 40px;
  height: 40px;
}
.pay__item-content {
  width: 70%;
}
.pay__item-title {
  margin-bottom: 15px;
}
.pay__item-text {
  font-size: 18px;
  line-height: 25px;
  color: #3a3a44;
}
.pay__item-text.subtext {
  margin-left: 5px;
}
.pay__item-subtitle {
  margin: 15px 0;
}

.delivery {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.delivery__car {
  margin-bottom: 20px;
}
.delivery__item {
  width: 100%;
}
.delivery__item-title {
  margin-bottom: 15px;
}
.delivery__item-text {
  font-size: 18px;
  line-height: 25px;
  color: #3a3a44;
  margin-bottom: 15px;
}
.delivery__item-imgSubtext {
  font-family: "Inter Italic", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #3a3a44;
  margin-bottom: 30px;
  width: 75%;
}
.delivery__item-pickup {
  margin-bottom: 15px;
}
.delivery__item-pickupSubtitle {
  font-size: 18px;
  line-height: 25px;
  color: #3a3a44;
  margin-bottom: 15px;
}
.delivery__item-town {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 18px;
  color: #3a3a44;
  line-height: 25px;
  margin-bottom: 15px;
}
.delivery__item-pickupText {
  font-size: 18px;
  line-height: 25px;
  color: #3a3a44;
}

.agreement {
  width: 76%;
  margin-bottom: 60px;
}
.agreement__title {
  margin-bottom: 15px;
}
.agreement__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 25.2px;
  margin-bottom: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
}
.agreement__item-text {
  font-size: 18px;
  font-family: "Inter Regular", sans-serif;
  color: #3a3a44;
  line-height: 25.2px;
}
.agreement__item-list {
  font-size: 18px;
  font-family: "Inter Bold", sans-serif;
  font-style: italic;
  color: #3a3a44;
}
.agreement .span {
  font-family: "Inter Bold", sans-serif;
}

@media screen and (max-width: 1023px) {
  .agreement {
    width: 100%;
  }
  .pay__item {
    flex-direction: column;
  }
  .pay__item-img {
    margin-bottom: 10px;
  }
  .pay__item-content {
    width: 100%;
  }
  .delivery__item-imgSubtext {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .agreement {
    width: 100%;
  }
}
.carPark {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  gap: clamp(0.75rem, 6.127vw + -3.282rem, 2.5rem);
  flex-wrap: wrap;
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .carPark {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .carPark {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .carPark {
    max-width: none;
  }
}
.carPark__content {
  width: 48%;
  padding-top: clamp(0rem, 6.346vw + -4.176rem, 1.813rem);
  padding-bottom: clamp(0rem, 6.346vw + -4.176rem, 1.813rem);
}
.carPark__title {
  margin-bottom: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem);
}
.carPark__text {
  margin-bottom: clamp(1.25rem, 4.376vw + -1.63rem, 2.5rem);
  font-size: 18px;
  line-height: 1.4;
  color: #3a3a44;
}

.sliderCarPark {
  width: 49.2%;
  margin: 0;
}
.sliderCarPark__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
}

@media screen and (max-width: 1023px) {
  .carPark {
    flex-direction: column;
  }
  .carPark__content {
    width: 100%;
    margin-bottom: 20px;
  }
  .sliderCarPark {
    width: 100%;
  }
  .sliderCarPark__img {
    height: 314px;
    object-position: right;
  }
}
@media screen and (max-width: 576px) {
  .sliderCarPark {
    overflow: visible;
  }
}
.leftContent {
  display: flex;
  flex-direction: column;
  width: 265px;
  flex-shrink: 0;
}

.sidebar {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
  padding: 24px 16px;
  width: 100%;
  border: 2px solid #f4f4f5;
  border-radius: clamp(1.063rem, 0.656vw + 0.63rem, 1.25rem);
  gap: 16px;
}
.sidebar__title {
  font-family: "Inter SemiBold", sans-serif;
  color: #3a3a44;
  font-size: 16px;
  line-height: 16px;
}
.sidebar__list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar__list-child {
  display: flex;
  flex-direction: column;
}
.sidebar__trigger {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #3a3a44;
  transition: color 0.38s ease-in-out;
}
.sidebar__trigger:hover {
  color: #ff5010;
}
.sidebar__trigger-icon {
  margin-right: 8px;
}
.sidebar__trigger-text {
  line-height: 19px;
}
.sidebar__item {
  display: flex;
  flex-direction: column;
  margin-left: clamp(1.25rem, 0.875vw + 0.674rem, 1.5rem);
  margin-top: 24px;
}
.sidebar__item:first-child {
  margin-top: 10px;
}
.sidebar__link {
  font-size: 16px;
  line-height: 22px;
  color: #3a3a44;
  transition: color 0.38s ease-in-out;
}
.sidebar__link:hover {
  color: #ff5010;
}
.sidebar__link--active {
  color: #ff5010;
}
.sidebar .is-active .ac-header .sidebar__trigger-icon {
  transform: translate(-3px, 0px) rotate(90deg);
}
.sidebar__more {
  display: flex;
  justify-content: flex-start;
  color: #2274a5;
  cursor: pointer;
  margin-bottom: 15px;
}
.sidebar__more:last-child {
  margin-bottom: 0;
}
.sidebar__more-text {
  font-size: 16px;
  line-height: 25px;
}
.sidebar__more-icon {
  rotate: 90deg;
}
.sidebar .rotate .sidebar__more-icon {
  transform: translate(0px, -8px) rotate(180deg);
}

.hidden {
  display: none;
}

.cardRequest {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  width: 100%;
  height: auto;
  border-radius: clamp(1.063rem, 0.656vw + 0.63rem, 1.25rem);
  background: url("../img/picture/cardRequest.svg") no-repeat left/cover;
}
.cardRequest__text {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  position: relative;
}
.cardRequest__text-title {
  font-family: "Gilroy Bold", serif;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.cardRequest__text-subtitle {
  font-family: "Gilroy Medium", serif;
  font-size: 18px;
  line-height: 21px;
  color: #f4f4f5;
  margin-bottom: 34px;
}
.cardRequest__btn {
  padding: 16px 24px;
  font-size: 20px;
  width: 100%;
  justify-content: center;
}

.rightContent {
  display: flex;
  flex-direction: column;
  width: clamp(9.813rem, 14.88vw + 0.02rem, 14.063rem);
  flex-shrink: 0;
}

.cardDelivery {
  object-fit: cover;
  margin-bottom: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
  width: 100%;
  height: clamp(14.75rem, 23.851vw + -0.947rem, 21.563rem);
  border-radius: clamp(1.063rem, 0.656vw + 0.63rem, 1.25rem);
  border: 2px solid rgba(255, 80, 16, 0.1019607843);
}

.cardChoose {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  width: 100%;
  border: 2px solid #ebf9f0;
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
}
.cardChoose__title {
  font-size: clamp(1rem, 1.751vw + -0.152rem, 1.5rem);
  line-height: clamp(1.188rem, 1.969vw + -0.109rem, 1.75rem);
  text-align: center;
  font-family: "Gilroy Bold", serif;
  color: transparent;
  background: linear-gradient(90deg, #0d9c9c, #064f54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: clamp(0.813rem, 1.532vw + -0.196rem, 1.25rem);
}
.cardChoose__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(0.813rem, 1.532vw + -0.196rem, 1.25rem);
}
.cardChoose__content:last-child {
  margin-bottom: 0;
}
.cardChoose__content-img {
  object-fit: contain;
  width: clamp(2.188rem, 3.72vw + -0.261rem, 3.25rem);
  height: clamp(2rem, 3.282vw + -0.16rem, 2.938rem);
  margin-bottom: clamp(0.438rem, 0.656vw + 0.005rem, 0.625rem);
  margin-top: clamp(0.438rem, 0.656vw + 0.005rem, 0.625rem);
}
.cardChoose__content-text {
  font-family: "Gilroy Medium", serif;
  color: #3a3a44;
  font-size: clamp(0.875rem, 0.875vw + 0.299rem, 1.125rem);
  line-height: clamp(1rem, 1.094vw + 0.28rem, 1.313rem);
  text-align: center;
  margin-bottom: clamp(0.375rem, 0.875vw + -0.201rem, 0.625rem);
}

@media screen and (max-width: 1023px) {
  .leftContent {
    display: none;
  }
  .rightContent {
    display: none;
  }
}
.car {
  display: flex;
  gap: clamp(1.875rem, 5.908vw + -2.013rem, 3.563rem);
}
.car__item:nth-child(1) img {
  height: clamp(2.25rem, 4.158vw + -0.486rem, 3.438rem);
  width: 100%;
  object-fit: contain;
  object-position: left;
}
.car__item:nth-child(2) img {
  height: clamp(2.25rem, 4.158vw + -0.486rem, 3.438rem);
  width: 100%;
  object-fit: contain;
  object-position: left;
}
.car__item:nth-child(3) img {
  height: clamp(2.25rem, 4.158vw + -0.486rem, 3.438rem);
  width: 100%;
  object-fit: contain;
  object-position: left;
}
.car__item-num {
  font-size: clamp(0.688rem, 1.094vw + -0.033rem, 1rem);
  line-height: clamp(0.813rem, 1.969vw + -0.484rem, 1.375rem);
  font-family: "Gilroy Bold", serif;
  color: #3a3a44;
}

@media screen and (max-width: 1023px) {
  .car__item:nth-child(1) {
    width: 146px;
  }
  .car__item:nth-child(2) {
    width: 78px;
  }
  .car__item:nth-child(3) {
    width: 60px;
  }
}
.partners {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .partners {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .partners {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .partners {
    max-width: none;
  }
}
.partners__title {
  margin-bottom: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem);
}
.partners__text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  width: 76%;
  color: #3a3a44;
}
.partners__container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.partners__img {
  object-fit: contain;
  width: auto;
  height: clamp(2.813rem, 3.282vw + 0.652rem, 3.75rem);
}

@media screen and (max-width: 1023px) {
  .partners__text {
    width: 100%;
  }
  .partners__container {
    gap: 0;
    justify-content: normal;
  }
}
@media screen and (max-width: 576px) {
  .partners__slider {
    overflow: visible;
  }
}
.catalogDetail {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  gap: clamp(0.625rem, 4.376vw + -2.255rem, 1.875rem);
  margin-bottom: clamp(3.75rem, 8.753vw + -2.01rem, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .catalogDetail {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .catalogDetail {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .catalogDetail {
    max-width: none;
  }
}

.cardDetail {
  width: 79.6%;
  margin-top: clamp(0.25rem, 1.313vw + -0.614rem, 0.625rem);
}
.cardDetail__title {
  margin-bottom: clamp(0.75rem, 2.188vw + -0.69rem, 1.375rem);
}
.cardDetail__title--mb15 {
  margin-bottom: 15px;
}
.cardDetail__wrapper {
  display: flex;
  gap: clamp(0.625rem, 4.376vw + -2.255rem, 1.875rem);
}
.cardDetail__wrapper-content {
  width: 100%;
}
.cardDetail__container {
  display: flex;
  gap: clamp(0.625rem, 2.188vw + -0.815rem, 1.25rem);
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
.cardDetail__img {
  object-fit: cover;
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
  width: 49%;
}
.cardDetail__items {
  display: flex;
  gap: clamp(2.5rem, 4.376vw + -0.38rem, 3.75rem);
}
.cardDetail__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cardDetail__content {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.875vw + 0.674rem, 1.5rem);
  padding: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  border: 2px solid #f4f4f5;
  border-radius: clamp(1.063rem, 1.751vw + -0.09rem, 1.563rem);
}
.cardDetail__content-title {
  font-family: "Gilroy Medium", serif;
  font-size: clamp(0.75rem, 0.438vw + 0.462rem, 0.875rem);
  color: #93969c;
}
.cardDetail__tag {
  font-family: "Gilroy Medium", serif;
  font-size: clamp(0.875rem, 0.438vw + 0.587rem, 1rem);
  color: #29a71a;
  padding: clamp(0.188rem, 0.219vw + 0.043rem, 0.25rem)
    clamp(0.375rem, 0.438vw + 0.087rem, 0.5rem);
  background-color: #ebf9f0;
  border-radius: clamp(0.438rem, 0.656vw + 0.005rem, 0.625rem);
}
.cardDetail__pay {
  display: flex;
  gap: clamp(0.313rem, 1.094vw + -0.408rem, 0.625rem);
}
.cardDetail__pay-img {
  width: 54px;
  height: 32px;
  position: relative;
  cursor: pointer;
}
.cardDetail__pay-img:hover .cardDetail__pay-tooltip {
  visibility: visible;
  opacity: 1;
}
.cardDetail__pay-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cardDetail__pay-tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: #ffffff;
  background-color: #3a3a44;
  font-family: "Inter Medium", sans-serif;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 5px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.38s ease-in-out;
}
.cardDetail__delivery {
  display: flex;
  align-items: center;
  gap: clamp(0.438rem, 0.656vw + 0.005rem, 0.625rem);
}
.cardDetail__delivery-icon {
  object-fit: contain;
  width: 16px;
  height: 16px;
}
.cardDetail__delivery-text {
  font-family: "Inter Medium", sans-serif;
  font-size: 16px;
  color: #3a3a44;
}
.cardDetail__btn {
  width: fit-content;
  padding-left: 75px;
  padding-right: 67px;
}
@media (min-width: 1023px) {
  .cardDetail__btn {
    padding-left: calc(-0.016722408 * 100vw + 92.1070234114px);
  }
}
@media (min-width: 1920px) {
  .cardDetail__btn {
    padding-left: 60px;
  }
}
@media (min-width: 1023px) {
  .cardDetail__btn {
    padding-right: calc(-0.016722408 * 100vw + 84.1070234114px);
  }
}
@media (min-width: 1920px) {
  .cardDetail__btn {
    padding-right: 52px;
  }
}
.cardDetail__link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Gilroy SemiBold", serif;
  font-size: clamp(0.875rem, 0.438vw + 0.587rem, 1rem);
  text-decoration: underline;
  color: #ff5010;
  cursor: pointer;
  transition: color 0.38s ease-in-out;
  display: none;
}
.cardDetail__link:hover {
  color: #29a71a;
}
.cardDetail__price {
  font-family: "Inter SemiBold", sans-serif;
  font-size: clamp(1.25rem, 1.313vw + 0.386rem, 1.625rem);
  cursor: pointer;
  position: relative;
}
.cardDetail__price::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -20px;
  width: 120%;
  height: 150%;
  background: linear-gradient(
    89.61deg,
    rgba(255, 255, 255, 0) -38.49%,
    rgba(255, 255, 255, 0.1496) -16.02%,
    rgba(255, 255, 255, 0.207621) 10.69%,
    rgba(255, 255, 255, 0.22) 28.91%
  );
  backdrop-filter: blur(8px);
}
.cardDetail__description {
  font-size: 18px;
  color: #3a3a44;
  line-height: 1.4;
  margin-bottom: clamp(0.625rem, 1.094vw + -0.095rem, 0.938rem);
  height: 120px;
  overflow: hidden;
}
.cardDetail__more {
  display: flex;
  align-items: center;
  color: #2274a5;
  font-size: 16px;
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
  transition: color 0.38s ease-in-out;
  cursor: pointer;
}
.cardDetail__more:hover {
  color: #29a71a;
}
.cardDetail__more-icon {
  margin-left: 5px;
  transform: rotate(90deg);
}
.cardDetail__more--active .cardDetail__more-icon {
  transform: rotate(-90deg);
}
.cardDetail__table {
  margin-bottom: clamp(0.625rem, 1.094vw + -0.095rem, 0.938rem);
  height: 308px;
  overflow: hidden;
}
.cardDetail__list {
  font-size: clamp(1rem, 0.438vw + 0.712rem, 1.125rem);
  color: #3a3a44;
  list-style: disc;
  line-height: 1.4;
  padding-left: 30px;
}
.cardDetail__list a {
  text-decoration: underline;
  color: #2274a5;
  transition: color 0.38s ease-in-out;
}
.cardDetail__list a:hover {
  color: #29a71a;
}

.heightAuto {
  height: auto;
}

.recommendations {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  margin-bottom: clamp(1.25rem, 8.753vw + -4.51rem, 3.75rem);
}
@media screen and (max-width: 1023px) {
  .recommendations {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .recommendations {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .recommendations {
    max-width: none;
  }
}
.recommendations__title {
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
.recommendations__container {
  position: relative;
}
.recommendations__slider {
  padding-bottom: 40px;
}
.recommendations__prev,
.recommendations__next {
  top: 35%;
}

@media screen and (max-width: 1023px) {
  .cardDetail {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .cardDetail__container {
    flex-direction: column;
  }
  .cardDetail__img {
    width: 100%;
    height: 238px;
  }
  .cardDetail__content {
    width: 100%;
  }
  .cardDetail__btn {
    width: 100%;
    justify-content: center;
  }
}
th {
  background-color: #f4f4f5;
  text-align: left;
  padding: 12px 10px;
  font-family: "Inter Regular", sans-serif;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  color: #93969c;
}
th:first-child {
  border-top-left-radius: 5px;
}
th:last-child {
  border-top-right-radius: 5px;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

td {
  border-bottom: 1px solid #f4f4f5;
  padding: 12px 10px;
  font-family: "Inter Regular", sans-serif;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a44;
}
td:first-child {
  border-left: 1px solid #f4f4f5;
}
td:last-child {
  border-right: 1px solid #f4f4f5;
}

tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.footer {
  background-color: #f4f4f5;
  padding-top: clamp(1.25rem, 4.376vw + -1.63rem, 2.5rem);
  padding-bottom: clamp(2.5rem, 4.376vw + -0.38rem, 3.75rem);
}
.footer__logo {
  width: clamp(14.5rem, 33.26vw + -7.389rem, 24rem);
  height: clamp(2.375rem, 5.689vw + -1.369rem, 4rem);
  object-fit: contain;
}
.footer__container {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(3.125rem, 12.035vw + -4.796rem, 6.563rem);
  margin-bottom: clamp(1.875rem, 2.188vw + 0.435rem, 2.5rem);
}
@media screen and (max-width: 1023px) {
  .footer__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .footer__container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .footer__container {
    max-width: none;
  }
}
.footer__items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.875vw + 0.174rem, 1rem);
}
.footer__contacts {
  display: flex;
  flex-direction: column;
}
.footer__contacts-item {
  display: flex;
  gap: 16px;
  margin-bottom: clamp(1.875rem, 2.188vw + 0.435rem, 2.5rem);
}
.footer__contacts-icon {
  font-size: 32px;
  transition: color 0.38s ease-in-out;
}
.footer__contacts-icon:hover {
  color: #29a71a;
}
.footer__contacts-icon--tg:hover {
  color: #2aabee;
}
.footer__contacts-img {
  display: flex;
}
.footer__contacts-img img {
  object-fit: contain;
  width: 49px;
  height: 16px;
}
.footer__title {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 16px;
  transition: color 0.38s ease-in-out;
}
.footer__title:hover {
  color: #ff5010;
}
.footer__link {
  font-size: 14px;
  transition: color 0.38s ease-in-out;
}
.footer__link:hover {
  color: #ff5010;
}
.footer__copyright {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .footer__copyright {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .footer__copyright {
    max-width: none;
  }
}
.footer__copyright-text {
  font-size: 14px;
  color: #93969c;
  line-height: 1.4;
}
.footer__copyright-link {
  display: block;
  font-size: 14px;
  transition: color 0.38s ease-in-out;
  margin-bottom: 16px;
}
.footer__copyright-link:hover {
  color: #ff5010;
}

@media screen and (max-width: 1023px) {
  .footer__list {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .footer__container {
    flex-direction: column;
    gap: 30px;
  }
  .footer__items {
    padding-left: 15px;
  }
  .footer__copyright {
    padding-left: 30px;
  }
  .footer__logo {
    width: 100%;
    height: 52px;
    object-position: left;
  }
}
.tab__list {
  width: fit-content;
  display: flex;
  border-radius: 15px;
  background-color: #f4f4f5;
  margin-bottom: clamp(1.25rem, 2.188vw + -0.19rem, 1.875rem);
}
.tab__item {
  padding: 14px 20px;
  border-radius: 15px;
  font-size: 18px;
  cursor: pointer;
  transition:
    background-color 0.38s ease-in-out,
    color 0.38s ease-in-out;
}
.tab__item--active {
  background-color: #2e2e2e;
  color: #ffffff;
}
.tab__choices {
  display: none;
}
.tab__content {
  display: none;
  opacity: 0;
  transition: opacity 0.38s ease-in-out;
}
.tab__content--active {
  display: block;
}
.tab__content--opacity {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .tab__list {
    display: none;
  }
  .tab__choices {
    display: block;
    margin-bottom: 20px;
  }
}
.footer {
  background-color: #f4f4f5;
  padding-top: clamp(1.25rem, 4.376vw + -1.63rem, 2.5rem);
  padding-bottom: clamp(2.5rem, 4.376vw + -0.38rem, 3.75rem);
}
.footer__logo {
  width: clamp(14.5rem, 33.26vw + -7.389rem, 24rem);
  height: clamp(2.375rem, 5.689vw + -1.369rem, 4rem);
  object-fit: contain;
}
.footer__container {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(3.125rem, 12.035vw + -4.796rem, 6.563rem);
  margin-bottom: clamp(1.875rem, 2.188vw + 0.435rem, 2.5rem);
}
@media screen and (max-width: 1023px) {
  .footer__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .footer__container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .footer__container {
    max-width: none;
  }
}
.footer__items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.875vw + 0.174rem, 1rem);
}
.footer__contacts {
  display: flex;
  flex-direction: column;
}
.footer__contacts-item {
  display: flex;
  gap: 16px;
  margin-bottom: clamp(1.875rem, 2.188vw + 0.435rem, 2.5rem);
}
.footer__contacts-icon {
  font-size: 32px;
  transition: color 0.38s ease-in-out;
}
.footer__contacts-icon:hover {
  color: #29a71a;
}
.footer__contacts-icon--tg:hover {
  color: #2aabee;
}
.footer__contacts-img {
  display: flex;
}
.footer__contacts-img img {
  object-fit: contain;
  width: 49px;
  height: 16px;
}
.footer__title {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 16px;
  transition: color 0.38s ease-in-out;
}
.footer__title:hover {
  color: #ff5010;
}
.footer__link {
  font-size: 14px;
  transition: color 0.38s ease-in-out;
}
.footer__link:hover {
  color: #ff5010;
}
.footer__copyright {
  width: 100%;
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .footer__copyright {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .footer__copyright {
    max-width: none;
  }
}
.footer__copyright-text {
  font-size: 14px;
  color: #93969c;
  line-height: 1.4;
}
.footer__copyright-link {
  display: block;
  font-size: 14px;
  transition: color 0.38s ease-in-out;
  margin-bottom: 16px;
}
.footer__copyright-link:hover {
  color: #ff5010;
}

@media screen and (max-width: 1023px) {
  .footer__list {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .footer__container {
    flex-direction: column;
    gap: 30px;
  }
  .footer__items {
    padding-left: 15px;
  }
  .footer__copyright {
    padding-left: 30px;
  }
  .footer__logo {
    width: 100%;
    height: 52px;
    object-position: left;
  }
}
.jivoBtn {
  position: fixed;
  right: clamp(0.938rem, 14.223vw + -8.423rem, 5rem);
  bottom: clamp(3.125rem, 6.565vw + -1.195rem, 5rem);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #ff5010;
  display: flex;
  align-items: center;
  transition: background-color 0.38s ease-in-out;
  cursor: pointer;
  z-index: 9;
}
.jivoBtn:hover {
  background-color: #29a71a;
}
.jivoBtn__icon {
  font-size: 24px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .jivoBtn {
    width: 50px;
    height: 50px;
  }
}
.btnDiscount {
  position: fixed;
  right: 0;
  bottom: clamp(12.5rem, 10.941vw + 5.3rem, 15.625rem);
  padding: clamp(0.938rem, 1.094vw + 0.217rem, 1.25rem);
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #cfd3da;
  border-top-left-radius: clamp(1.063rem, 0.656vw + 0.63rem, 1.25rem);
  border-bottom-left-radius: clamp(1.063rem, 0.656vw + 0.63rem, 1.25rem);
  background-color: #ffffff;
  width: clamp(11.063rem, -3.72vw + 13.511rem, 10rem);
  box-shadow: 7px 17px 12px 0px rgba(59, 64, 74, 0.1019607843);
  display: none;
  z-index: 1;
}
.btnDiscount--active {
  display: block;
}
.btnDiscount__img {
  object-fit: contain;
  width: clamp(3.313rem, 2.845vw + 1.44rem, 4.125rem);
  height: clamp(3.125rem, 2.626vw + 1.397rem, 3.875rem);
}
.btnDiscount__icon {
  font-size: 24px;
  cursor: pointer;
}
.btnDiscount__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(0.938rem, 1.969vw + -0.359rem, 1.5rem);
}
.btnDiscount__title {
  font-family: "Gilroy SemiBold", serif;
  font-size: clamp(0.875rem, 0.438vw + 0.587rem, 1rem);
  line-height: 1.2;
  margin-bottom: 10px;
  color: #3a3a44;
}
.btnDiscount__btn {
  justify-content: center;
  color: #2e2e2e;
}

.modal {
  display: none;
  border-radius: 25px;
  width: 447px;
  padding: 30px;
}
.modal .input {
  margin-bottom: 20px;
}
.modal__container {
  position: relative;
}
.modal__title {
  margin-bottom: 5px;
  font-family: "Gilroy SemiBold", serif;
  margin-left: 0;
  font-size: 24px;
}
.modal--black {
  background-color: #2e2e2e;
  box-shadow: 7px 17px 12px 0 rgba(59, 64, 74, 0.1019607843);
}
.modal--black:before {
  content: "";
  position: absolute;
  left: 84px;
  top: 1%;
  width: 538px;
  height: 634px;
  background: url("../img/picture/letter.png") no-repeat left center;
  background-size: contain;
}
.modal__text {
  color: #93969c;
  font-size: 14px;
  margin-bottom: 15px;
}
.modal__file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.modal__file-text {
  font-family: "Inter Bold", sans-serif;
  font-size: 12px;
  margin-right: 8px;
}
.modal__file-icon {
  margin-right: 4px;
  color: #217346;
}
.modal__file-iconText {
  font-size: 12px;
}
.modal__btn {
  width: 100%;
  font-family: "Gilroy Medium", serif;
  font-size: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.modal--small {
  width: 345px;
  padding: 20px;
}
.modal--big {
  width: 992px;
  padding: 0;
}
.modal__checkbox {
  margin-bottom: 15px;
}
.modal__checkbox--black {
  margin-bottom: 30px;
}

.modalDiscount {
  display: flex;
}
.modalDiscount:before {
  content: "";
  position: absolute;
  right: 0;
  transform: rotate(1deg);
  width: 181px;
  height: 172px;
  background: url("../img/picture/discount-green.png") no-repeat left center;
  background-size: contain;
}
.modalDiscount__picture {
  border-radius: 25px;
}
.modalDiscount__content {
  padding: 44px 32px 45px 35px;
}
.modalDiscount__logo {
  margin-bottom: 30px;
  width: 111px;
}
.modalDiscount__title {
  margin-bottom: 10px;
  font-family: "Gilroy Bold", serif;
  margin-left: 0;
  font-size: 36px;
}
.modalDiscount__text {
  color: #93969c;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 29px;
}
.modalDiscount__btn {
  width: 311px;
  justify-content: center;
  font-size: 20px;
  color: #2e2e2e;
}

.modalNotification {
  display: flex;
  align-items: center;
}
.modalNotification__checkmark {
  margin-right: 10px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.modalNotification__text {
  font-family: "Gilroy Medium", serif;
  font-size: 18px;
}

.modalApplication__title {
  font-size: 24px;
  color: #ffffff;
  font-family: "Gilroy SemiBold", serif;
  margin-left: 0;
  margin-bottom: 20px;
}
.modalApplication__file {
  display: flex;
  margin-bottom: 20px;
}
.modalApplication__file-icon {
  color: #ff5010;
  width: 12px;
  height: 14px;
  margin-right: 7px;
}
.modalApplication__file-text {
  color: #ff5010;
  font-size: 16px;
}
.modalApplication__doc {
  margin-left: 10px;
}
.modalApplication__doc-text {
  color: #ffffff;
  font-size: 16px;
  margin-top: 2px;
  line-height: 14px;
  margin-bottom: 10px;
}
.modalApplication__doc-subtext {
  color: #ffffff;
  font-size: 16px;
  line-height: 14px;
}

.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 0.6);
}

.fancybox__content > .f-button.is-close-btn {
  top: 0;
  right: -45px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #2e2e2e;
  opacity: 1;
  transition:
    color 0.38s ease-in-out,
    background-color 0.38s ease-in-out;
}
.fancybox__content > .f-button.is-close-btn:hover {
  background-color: #ff5010;
  color: #ffffff;
  border-color: #ff5010;
}

.f-button:focus-visible {
  box-shadow: none;
}

@media screen and (max-width: 1100px) {
  .is-compact .fancybox__content > .f-button.is-close-btn {
    top: -40px;
    right: 0;
  }
  .fancybox__content > .f-button.is-close-btn {
    top: -40px;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .modal {
    width: 345px;
  }
  .modal--black:before {
    left: -5px;
    height: 611px;
  }
  .modalDiscount {
    width: 345px;
  }
  .modalDiscount:before {
    width: 126px;
    height: 114px;
    right: 13px;
  }
  .modalDiscount__content {
    padding: 20px;
  }
  .modalDiscount__picture {
    display: none;
  }
  .modalDiscount__logo {
    width: 96px;
    height: 90px;
  }
  .modalDiscount__title {
    font-size: 24px;
  }
  .modalDiscount__text {
    font-size: 14px;
    line-height: 1;
  }
  .modalDiscount__btn {
    width: 305px;
    height: 56px;
  }
  .modalDiscount__btn .btn__icon {
    font-size: 24px;
    margin-left: 8px;
  }
  .modalFeedback__title {
    font-size: 24px;
    margin-bottom: 16px;
    font-family: "Gilroy SemiBold", serif;
    margin-left: 0;
  }
  .modalFeedback__contacts {
    justify-content: center;
    margin-bottom: 16px;
  }
  .modalFeedback__contacts .contactsBox__title {
    font-size: 20px;
    margin-right: 10px;
    width: 100px;
  }
  .modalFeedback__contacts .contactsBox__title--none {
    width: fit-content;
  }
  .modalFeedback__contacts .contactsBox__icon {
    margin-right: 10px;
  }
  .modalFeedback__contacts .contactsBox__link {
    font-size: 20px;
  }
  .modalFeedback__item {
    color: #93969c;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .modalFeedback__messanger {
    display: flex;
    justify-content: space-evenly;
  }
  .modalFeedback__messanger-btn {
    color: #ffffff;
    width: 147px;
    background-color: #29a71a;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .modalFeedback__messanger-btnTg {
    width: 131px;
    background-color: #2aabee;
    color: #ffffff;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .modalFeedback__messanger-btnTg:hover {
    background-color: #2aabee;
    color: #ffffff;
  }
}
@media screen and (max-width: 576px) {
  .modalFeedback__item-btnText {
    font-size: 18px;
    display: contents;
  }
  .modalFeedback .btn__iconLeft {
    margin-right: 6px;
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
