@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html ::selection {
  background: #C81615;
  color: #ffffff;
}

body {
  position: relative;
  line-height: 1.35;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background: #1A1A1A;
  color: #ffffff;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  width: 100%;
  max-width: 100vw;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
button,
input,
select,
textarea {
  outline: 0;
}

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

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

.slick-slide,
.slick-slide * {
  outline: 0 !important;
}

.hidden {
  display: none;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 1336px;
}
@media (max-width: 1439px) {
  .container {
    width: 1160px;
  }
}
@media (max-width: 1279px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 343px;
  }
}
@media (max-width: 374px) {
  .container {
    width: 90%;
  }
}

.section {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1279px) {
  .section {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 48px 0;
  }
}

.h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .h1 {
    font-size: 32px;
  }
}

.h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 28px;
  }
}

.h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .h3 {
    font-size: 20px;
  }
}

.h4 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  font-family: "Oswald", sans-serif;
}

.h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
@media (max-width: 1279px) {
  .h5 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .h5 {
    font-size: 16px;
    font-weight: 500;
  }
}

.body1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .body1 {
    font-size: 14px;
  }
}

.sub1 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.n1 {
  font-size: 110px;
  line-height: 1;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .n1 {
    font-size: 96px;
  }
}
@media (max-width: 767px) {
  .n1 {
    font-size: 72px;
  }
}

.field-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.link-text {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn-text {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 700;
}

.wysiwyg {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .wysiwyg {
    font-size: 14px;
  }
}
.wysiwyg p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .wysiwyg p {
    font-size: 14px;
  }
}
.wysiwyg h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .wysiwyg h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .wysiwyg h1 {
    font-size: 32px;
  }
}
.wysiwyg h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .wysiwyg h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .wysiwyg h2 {
    font-size: 28px;
  }
}
.wysiwyg h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .wysiwyg h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .wysiwyg h3 {
    font-size: 20px;
  }
}
.wysiwyg h4 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  font-family: "Oswald", sans-serif;
}
.wysiwyg h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
@media (max-width: 1279px) {
  .wysiwyg h5 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .wysiwyg h5 {
    font-size: 16px;
    font-weight: 500;
  }
}
.wysiwyg ul,
.wysiwyg li {
  list-style: disc;
  margin-left: 15px;
}

.ttu {
  text-transform: uppercase;
}

.no-scroll {
  overflow: hidden;
}

.poe {
  pointer-events: none;
}

.stop {
  overflow: hidden;
  margin-right: 17px;
}

@media (max-width: 1279px) {
  .stop {
    margin-right: 0;
  }
}
.dark {
  color: #303030;
}

.pre-hide {
  opacity: 0;
  pointer-events: none;
}

.line {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.24);
  margin: 10px 0;
}

.btn {
  color: #ffffff;
  text-align: center;
  background: #C81615;
  height: 44px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 700;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 6;
  overflow: hidden;
  transition: 0.3s ease;
}
.btn:hover {
  background: #b11414;
}
.btn:active {
  border-color: #791010;
  background: #791010;
}

button {
  color: #303030;
  border: none;
}

.btn-secondary {
  background: none;
  border: 1px solid #C81615;
}
.btn-secondary:hover {
  background: #C81615;
}
.btn-secondary:active {
  border-color: #791010;
  background: #791010;
}

.link {
  transition: 0.3s ease;
}
.link:hover {
  color: #b11414;
}
.link:active {
  color: #791010;
}

.area,
.input {
  padding: 30px 50px;
  background-color: #252525;
  color: #747474;
  width: 100%;
  position: relative;
  border: 0;
}

input:disabled {
  background-color: #C81615 !important;
}

.area::-moz-placeholder,
.input::-moz-placeholder {
  color: #747474;
}

.area:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: #747474;
}

.area::placeholder,
.input::placeholder {
  color: #747474;
}

.area:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: #747474;
}

.area::-ms-input-placeholder,
.input::-ms-input-placeholder {
  color: #747474;
}

input:-ms-input-placeholder {
  color: #747474;
}

input::-moz-placeholder {
  color: #747474;
}

input::placeholder {
  color: #747474;
}

textarea:-ms-input-placeholder {
  color: #747474;
}

textarea::-moz-placeholder {
  color: #747474;
}

textarea::placeholder {
  color: #747474;
}

textarea {
  resize: none;
  width: 100%;
  height: 136px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  background-color: rgba(76, 140, 204, 0.22);
  -webkit-text-fill-color: #303030;
  -webkit-box-shadow: none;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
  caret-color: #303030;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: rgba(8, 19, 35, 0.5) !important;
}

input:-internal-autofill-selected,
input:-webkit-autofill {
  background-color: transparent !important;
}

/* Дополнительные стили при фокусе */
input:-internal-autofill-selected:focus,
input:-webkit-autofill:focus {
  background-color: transparent !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #E4E4E4 inset !important;
  transition: background-color 50000s ease-in-out 0s !important;
}

.form-input {
  padding: 12px 16px;
  width: 100%;
  height: 46px;
  color: #303030;
  background: rgba(200, 200, 200, 0.25);
  border: 1px solid transparent;
  transition: 0.3s ease;
  border-radius: 8px;
  position: relative;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}
.form-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-input:focus {
  border: 1px solid #C81615;
  background: #ffffff;
}
.form-input:focus::-webkit-input-placeholder {
  color: #303030;
}
.form-input:focus::-moz-placeholder {
  color: #303030;
}
.form-input:focus::-ms-input-placeholder {
  color: #303030;
}
.form-input:hover {
  border: 1px solid #C81615;
}
.form-input.error {
  color: rgba(0, 0, 0, 0.5);
  background: rgba(200, 200, 200, 0.25);
  border: 1px solid #FF1A0C;
}
.form-input.error:hover {
  border: 1px solid #FF1A0C !important;
}
.form-input.error:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-input.error:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-input.error:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

label.error {
  display: block;
  color: #FF1A0C;
  margin-top: 8px;
  font-size: 14px;
}

.form-checkbox > div input {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
}

.form-checkbox > div.checked {
  background-color: #C81615;
  border: 1px solid #C81615;
}

.form-checkbox > div {
  width: 18px;
  height: 18px;
  margin-right: 16px;
  border: 1px solid #FF1A0C;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  flex-shrink: 0;
}

.form-checkbox:hover > div {
  border: 1px solid #C81615;
}

.form-checkbox, .form-checkbox > div {
  display: flex;
  align-items: center;
}

.form-checkbox > div img, .form-checkbox > div svg {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-checkbox > div.checked img, .form-checkbox > div.checked svg {
  opacity: 1;
}

.form-checkbox p {
  cursor: pointer;
  text-align: left;
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: 400;
  outline: 0;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  border-bottom: 0.1041666667vw solid #FF1A0C;
  border-right: 0.1041666667vw solid #FF1A0C;
  content: "";
  display: block;
  height: 0.2604166667vw;
  margin-top: -0.2083333333vw;
  pointer-events: none;
  position: absolute;
  right: 0.625vw;
  top: 45%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0.2604166667vw;
}
.nice-select .list {
  background-color: #ffffff;
  border-radius: 0.2604166667vw;
  -webkit-box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.2083333333vw;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.option {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.0833333333vw;
  list-style: none;
  min-height: 2.0833333333vw;
  outline: 0;
  padding-left: 0.9375vw;
  padding-right: 1.5104166667vw;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.current {
  position: relative;
}

.form-select {
  padding: 0 2.34375vw;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  width: 18.90625vw;
  height: 5.2083333333vw;
  font-weight: 400;
  color: #FF1A0C;
}
.form-select.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-select .list {
  width: 100%;
  top: 90%;
  border: 0;
  border-bottom-left-radius: 2.6041666667vw;
  border-bottom-right-radius: 2.6041666667vw;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-select::after {
  border: 0;
  width: 0.46875vw;
  height: 0.46875vw;
  border-left: 0.0520833333vw solid #FF1A0C;
  border-bottom: 0.0520833333vw solid #FF1A0C;
  -webkit-transform: translate(-300%, -50%) rotate(-45deg);
  transform: translate(-300%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  display: block;
}
.form-select .list .option {
  line-height: 4vw;
  padding: 0 2.34375vw;
}

@media (max-width: 600px) {
  .form-select .list .option {
    line-height: 14vw;
    padding: 0 5vw;
  }
  .form-select .list {
    border-bottom-left-radius: 8vw;
    border-bottom-right-radius: 8vw;
  }
  .form-select::after {
    border: 0;
    width: 1.4vw;
    height: 1.4vw;
    border-left: 0.5vw solid #FF1A0C;
    border-bottom: 0.5vw solid #FF1A0C;
    right: 4vw;
  }
  .current {
    line-height: 0px;
  }
}
label {
  cursor: pointer;
}
label:has(input[type=checkbox]) .checkbox-input {
  flex-shrink: 0;
  overflow: hidden;
  width: 19px;
  height: 19px;
  background: #ffffff;
  border: 1px solid #303030;
  border-radius: 4px;
  position: relative;
  transition: 0.3s ease;
}
label:has(input[type=checkbox]) .checkbox-input::before {
  opacity: 0;
}
label:has(input[type=checkbox]):hover .checkbox-input {
  border-color: #C81615;
}
label:has(input[type=checkbox]).disabled {
  pointer-events: none;
}
label:has(input[type=checkbox]).disabled .checkbox-input {
  border-color: rgba(8, 19, 35, 0.5);
}
label:has(input[type=checkbox]).disabled p {
  color: rgba(8, 19, 35, 0.5);
}
label:has(input[type=checkbox]:checked) .checkbox-input {
  border-color: #C81615;
}
label:has(input[type=checkbox]:checked) .checkbox-input::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 1;
  transition: 0.3s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7363 5.77726C15.9052 5.95463 16 6.19518 16 6.44599C16 6.69681 15.9052 6.93735 15.7363 7.11473L8.98687 14.2044C8.89768 14.2981 8.79178 14.3725 8.67523 14.4232C8.55868 14.4739 8.43376 14.5 8.3076 14.5C8.18145 14.5 8.05653 14.4739 7.93998 14.4232C7.82343 14.3725 7.71753 14.2981 7.62833 14.2044L4.27491 10.6826C4.1889 10.5953 4.1203 10.491 4.07311 10.3756C4.02591 10.2602 4.00107 10.136 4.00003 10.0104C3.99899 9.88485 4.02178 9.7603 4.06706 9.64405C4.11233 9.52781 4.1792 9.4222 4.26375 9.33339C4.3483 9.24458 4.44884 9.17434 4.55951 9.12678C4.67017 9.07922 4.78875 9.05529 4.90831 9.05638C5.02788 9.05747 5.14604 9.08357 5.25591 9.13314C5.36577 9.18271 5.46513 9.25477 5.5482 9.34511L8.3073 12.2433L14.4625 5.77726C14.5461 5.68936 14.6454 5.61963 14.7547 5.57206C14.864 5.52449 14.9811 5.5 15.0994 5.5C15.2177 5.5 15.3348 5.52449 15.4441 5.57206C15.5534 5.61963 15.6527 5.68936 15.7363 5.77726Z' fill='%23C81615' /%3E%3C/svg%3E");
}
label.error {
  cursor: auto;
}

.swiper {
  position: relative;
}
.swiper-container {
  overflow-y: visible;
  overflow-x: hidden;
}
.swiper-slide {
  width: fit-content;
  height: auto;
}
.swiper-button-lock {
  display: none;
  opacity: 0;
  transition: 0s !important;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
  border-radius: 4px;
  background: #C81615;
}
.swiper-button-prev::after, .swiper-button-next::after {
  opacity: 1;
  content: "";
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.3;
}
.swiper-button-prev {
  left: -14px;
  transform: translate(-100%, -50%);
}
.swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.43985 8.00004C2.43985 8.2868 2.54934 8.57351 2.76786 8.79213L9.64757 15.6718C10.0852 16.1094 10.7948 16.1094 11.2322 15.6718C11.6697 15.2343 11.6697 14.5249 11.2322 14.0872L5.14466 8.00004L11.232 1.91282C11.6695 1.47518 11.6695 0.765843 11.232 0.328421C10.7945 -0.109427 10.085 -0.109427 9.64736 0.328421L2.76764 7.20795C2.54909 7.42668 2.43985 7.7134 2.43985 8.00004Z' fill='white' /%3E%3C/svg%3E");
}
.swiper-button-next {
  right: -14px;
  transform: translate(100%, -50%);
}
.swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5601 8.00004C13.5601 8.2868 13.4507 8.57351 13.2321 8.79213L6.35243 15.6718C5.9148 16.1094 5.20525 16.1094 4.76779 15.6718C4.33033 15.2343 4.33033 14.5249 4.76779 14.0872L10.8553 8.00004L4.768 1.91282C4.33054 1.47518 4.33054 0.765843 4.768 0.328421C5.20546 -0.109427 5.91501 -0.109427 6.35264 0.328421L13.2324 7.20795C13.4509 7.42668 13.5601 7.7134 13.5601 8.00004Z' fill='white' /%3E%3C/svg%3E");
}
.swiper-scrollbar {
  height: 1px;
  background: #ffffff;
  flex-grow: 1;
}
.swiper-scrollbar-drag {
  position: relative;
  display: block;
  bottom: 4px;
  height: 4px;
  background: #ffffff;
  cursor: pointer;
}
.swiper-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}
.swiper-nav .swiper-button-prev, .swiper-nav .swiper-button-next {
  flex-shrink: 0;
  right: auto;
  top: auto;
  left: auto;
  transform: none;
  position: relative;
}

@media (max-width: 1279px) {
  .swiper {
    position: relative;
  }
  .swiper-container {
    overflow-y: visible;
    overflow-x: hidden;
  }
  .swiper-slide {
    width: fit-content;
    height: auto;
  }
  .swiper-button-lock {
    display: none;
    opacity: 0;
    transition: 0s !important;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .swiper-scrollbar {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s ease;
  z-index: 100;
  width: 100%;
  background: #1A1A1A;
  color: #ffffff;
}
.header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.header-main-logo {
  width: 175px;
  height: 80px;
  flex-shrink: 0;
}
.header-main-logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-main-nav {
  align-items: center;
  display: flex;
  gap: 16px;
}
.header-main-nav-top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-main-btn {
  height: 68px;
}
.header-main-btn.ddn {
  display: none;
}
.header-main-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-select {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 16px;
  padding: 17px 16px;
  border-radius: 4px 4px 0 0;
  transition: background 0.3s ease;
}
.header-select-selected {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-select-icon {
  width: 29px;
  height: 20px;
}
.header-select:hover {
  background: rgba(8, 19, 35, 0.5);
  border-radius: 4px;
}
.header-select.active {
  background: rgba(8, 19, 35, 0.5);
  border-radius: 4px 4px 0 0;
}
.header-select.active .header-select-options {
  background: rgba(8, 19, 35, 0.5);
}
.header-select-options {
  background: transparent;
  transition: background 0.3s ease;
  position: absolute;
  top: 100%;
  padding: 7px 16px 17px;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 4px 4px;
  width: 100%;
}
.header-select-option {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
}
.nav-wrapper-item {
  position: relative;
  display: flex;
  text-align: center;
  padding: 24px 16px;
  cursor: pointer;
  transition: 0.3s ease;
}
.nav-wrapper-item:hover {
  transform: translateY(-3px);
}

.burger-menu {
  display: none;
}

@media (max-width: 1279px) {
  .header {
    color: #303030;
  }
  .header-container {
    position: static;
  }
  .header-main {
    position: static;
    transition: 0.3s ease;
    padding: 12px 0;
  }
  .header-main-logo {
    width: 131.25px;
    height: 60px;
  }
  .header-main-wrapper {
    position: static;
  }
  .header-main-nav {
    height: calc(100vh - 84px);
    position: absolute;
    width: 100vw;
    top: 84px;
    padding: 16px;
    left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease;
    transform: translateX(100vw);
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.24);
  }
  .header-main-nav.active {
    transform: translateX(0);
  }
  .header-main-nav-top {
    flex-direction: column;
    width: 100%;
  }
  .header-main-nav-bot {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .header-main-nav-bot-line {
    margin: 10px 0;
    height: 1px;
    width: 536px;
    background: rgba(255, 255, 255, 0.5);
  }
  .header-main-nav-bot-logo {
    width: 468px;
    height: 50px;
    display: block;
    margin: 24px 0 16px;
  }
  .header-main-nav-bot-logo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-main-nav-bot-links {
    display: flex;
    align-items: center;
    gap: 36px;
  }
  .header-main-nav-bot-link {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 16px;
  }
  .header-main-btn {
    width: 100%;
    height: 44px;
  }
  .header-main-btn.ddn {
    display: flex;
  }
  .header-main-btn.mdn {
    display: none;
  }
  .nav {
    width: 100%;
  }
  .nav-wrapper {
    flex-direction: column;
  }
  .nav-wrapper-item {
    padding: 20px 16px;
  }
  .nav-wrapper-item:hover {
    transform: translateY(0);
  }
  .burger-menu {
    display: block;
    cursor: pointer;
    position: relative;
    width: 24px;
    height: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .burger-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: #C81615;
    border-radius: 4px;
  }
  .burger-menu > span {
    width: 20px;
    background-color: #ffffff;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .burger-menu > span:nth-child(1) {
    top: 5px;
  }
  .burger-menu > span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .burger-menu > span:nth-child(3) {
    bottom: 5px;
  }
  .burger-menu-active > span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .burger-menu-active > span:nth-child(2) {
    width: 0%;
  }
  .burger-menu-active > span:nth-child(3) {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .header-select {
    margin-left: 2px;
    color: #ffffff;
  }
}
.main {
  position: relative;
  padding: 230px 0;
  min-height: 800px;
  margin-top: 104px;
}
.main-wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-wrapper-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-wrapper-bg.ddn {
  display: none;
}
.main-content {
  width: 602px;
}
.main-title {
  margin-bottom: 16px;
}
.main-subtitle {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
@media (max-width: 1279px) {
  .main-subtitle {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .main-subtitle {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (max-width: 1439px) {
  .main {
    padding: 173px 0;
    min-height: 680px;
  }
}
@media (max-width: 1279px) {
  .main {
    padding: 48px 0;
    min-height: 800px;
    margin-top: 84px;
  }
  .main-wrapper-bg.ddn {
    display: block;
  }
  .main-wrapper-bg.mdn {
    display: none;
  }
  .main-content {
    width: auto;
  }
  .main-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 48px 0;
    min-height: 640px;
    margin-top: 68px;
  }
  .main-wrapper-bg.ddn {
    display: block;
  }
  .main-wrapper-bg.mdn {
    display: none;
  }
  .main-content {
    width: auto;
  }
  .main-subtitle {
    margin-bottom: 24px;
  }
}
.numbers {
  background: #ffffff;
}
.numbers-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 150px) 192px;
  gap: 16px;
}
.numbers-item {
  position: relative;
  background: #F1F1F1;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
}
.numbers-item:first-child {
  grid-column: 2/4;
  grid-row: 1/4;
  border-radius: 24px;
}
.numbers-item:nth-child(odd) .numbers-item-main {
  color: #C81615;
}
.numbers-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.numbers-item:last-child {
  background: #303030;
}
.numbers-item:last-child .numbers-item-main {
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .numbers-item:last-child .numbers-item-main {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .numbers-item:last-child .numbers-item-main {
    font-size: 28px;
  }
}
.numbers-item:last-child .numbers-item-sub {
  color: #ffffff;
}
.numbers-item-main {
  color: #303030;
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .numbers-item-main {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .numbers-item-main {
    font-size: 32px;
  }
}
.numbers-item-sub {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .numbers-item-sub {
    font-size: 14px;
  }
}
.numbers-item .btn {
  margin-top: 16px;
}
.numbers-btn.ddn {
  display: none;
}

@media (max-width: 1279px) {
  .numbers-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .numbers-item {
    padding: 16px;
    flex: 1 0 30%;
  }
  .numbers-item:first-child {
    order: 2;
    border-radius: 24px;
    height: 442px;
  }
}
@media (max-width: 767px) {
  .numbers-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .numbers-item {
    padding: 16px;
    flex: 1 0 40%;
    min-height: 138px;
  }
  .numbers-item:first-child {
    order: 2;
    border-radius: 8px;
    height: 210px;
  }
  .numbers-item:last-child {
    background: #303030;
  }
  .numbers-item:last-child .numbers-item-main {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    font-family: "Oswald", sans-serif;
  }
}
@media (max-width: 767px) and (max-width: 1279px) {
  .numbers-item:last-child .numbers-item-main {
    font-size: 36px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .numbers-item:last-child .numbers-item-main {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .numbers-item:last-child .numbers-item-sub {
    color: #ffffff;
  }
  .numbers-item-main {
    color: #303030;
    margin-bottom: 16px;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
  }
}
@media (max-width: 767px) and (max-width: 1279px) {
  .numbers-item-main {
    font-size: 44px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .numbers-item-main {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .numbers-item-sub {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .numbers-item-sub {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .numbers-item .btn {
    display: none;
  }
  .numbers-btn {
    width: 100%;
    order: 1;
  }
  .numbers-btn.ddn {
    display: flex;
  }
}
.products {
  padding: 100px 0;
  position: relative;
}
.products-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.products-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-bg.ddn {
  display: none;
}
.products-title {
  margin-bottom: 48px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .products-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .products-title {
    font-size: 28px;
  }
}
.products-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 244px;
  height: 100%;
  margin: 0 14px;
}
.products-item-img {
  width: 100%;
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #C81615;
}
.products-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-item-name {
  flex-grow: 1;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  background: #1A1A1A;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  font-family: "Oswald", sans-serif;
}
.products .swiper {
  margin-bottom: 480px;
}
.products-container {
  margin: 0 -14px;
}
.products-bot {
  gap: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  color: #303030;
  padding: 32px;
  border-radius: 8px;
  width: 724px;
}
.products-bot-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1280px) {
  .products-bot-wrapper .container {
    width: fit-content;
    margin: 0;
  }
}
.products-bot-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.products-bot-text p {
  text-transform: uppercase;
  color: #C81615;
  font-size: 110px;
  line-height: 1;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .products-bot-text p {
    font-size: 96px;
  }
}
@media (max-width: 767px) {
  .products-bot-text p {
    font-size: 72px;
  }
}
.products-bot-text span {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .products-bot-text span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .products-bot-text span {
    font-size: 28px;
  }
}
.products-bot-sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
@media (max-width: 1279px) {
  .products-bot-sub {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .products-bot-sub {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (max-width: 1279px) {
  .products {
    padding: 64px 0 0 0;
    position: relative;
    min-height: 1184px;
  }
  .products .container {
    position: static;
  }
  .products-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .products-bg > img {
    width: 100%;
    height: calc(100% - 184px);
    object-fit: cover;
  }
  .products-bg.ddn {
    display: block;
  }
  .products-bg.mdn {
    display: none;
  }
  .products-title {
    margin-bottom: 32px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    font-family: "Oswald", sans-serif;
  }
}
@media (max-width: 1279px) and (max-width: 1279px) {
  .products-title {
    font-size: 36px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .products-title {
    font-size: 28px;
  }
}
@media (max-width: 1279px) {
  .products-title span {
    color: #C81615;
  }
  .products-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 244px;
    height: 100%;
    margin: 0 28px 0 0;
  }
  .products-item-img {
    width: 100%;
    height: 260px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #C81615;
  }
  .products-item-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .products-item-name {
    flex-grow: 1;
    width: 100%;
    border-radius: 8px;
    padding: 16px;
    background: #1A1A1A;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
    font-family: "Oswald", sans-serif;
  }
  .products .swiper {
    margin-bottom: 480px;
  }
  .products .swiper .swiper-slide:first-child .products-item {
    margin-left: 0;
  }
  .products .swiper .swiper-slide:last-child .products-item {
    margin-right: 0;
  }
  .products-container {
    margin: 0;
  }
  .products-bot {
    gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 0;
    border-radius: 0;
    width: auto;
  }
  .products-bot-wrapper {
    background: #ffffff;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #303030;
  }
  .products-bot-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    width: 100%;
  }
  .products-bot-text p {
    text-transform: uppercase;
    color: #C81615;
    font-size: 110px;
    line-height: 1;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
  }
}
@media (max-width: 1279px) and (max-width: 1279px) {
  .products-bot-text p {
    font-size: 96px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .products-bot-text p {
    font-size: 72px;
  }
}
@media (max-width: 1279px) {
  .products-bot-text span {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
  }
}
@media (max-width: 1279px) and (max-width: 1279px) {
  .products-bot-text span {
    font-size: 44px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .products-bot-text span {
    font-size: 32px;
  }
}
@media (max-width: 1279px) {
  .products-bot-sub {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 1279px) and (max-width: 1279px) {
  .products-bot-sub {
    font-size: 17px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .products-bot-sub {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .products {
    padding: 48px 0 0 0;
    position: relative;
    min-height: 1032px;
  }
  .products-title {
    margin-left: 8px;
    margin-right: 8px;
  }
  .products-bg > img {
    height: calc(100% - 192px);
  }
  .products-item-name {
    flex-grow: 1;
    width: 100%;
    border-radius: 8px;
    padding: 16px;
    background: #1A1A1A;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
    font-family: "Oswald", sans-serif;
  }
  .products .swiper {
    margin-bottom: 0;
  }
  .products-bot {
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 0;
    border-radius: 0;
    width: auto;
  }
  .products-bot-wrapper {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .products-bot-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .products-bot-text p {
    text-transform: uppercase;
    color: #C81615;
    font-size: 110px;
    line-height: 1;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    line-height: 1.2;
  }
}
@media (max-width: 767px) and (max-width: 1279px) {
  .products-bot-text p {
    font-size: 96px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .products-bot-text p {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .products-bot-text span {
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    font-family: "Oswald", sans-serif;
  }
}
@media (max-width: 767px) and (max-width: 1279px) {
  .products-bot-text span {
    font-size: 36px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .products-bot-text span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .products-bot-sub {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 767px) and (max-width: 1279px) {
  .products-bot-sub {
    font-size: 17px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .products-bot-sub {
    font-size: 16px;
    font-weight: 500;
  }
}
.advantages {
  padding: 100px 0 0;
  background: #ffffff;
  color: #000;
}
.advantages-wrapper {
  display: flex;
  gap: 40px;
  margin-right: var(--dynamic-margin);
}
.advantages-img {
  width: 45vw;
  height: 796px;
  border-radius: 0px 24px 0 0;
  overflow: hidden;
  flex-shrink: 0;
}
.advantages-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantages-title {
  margin-bottom: 48px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .advantages-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .advantages-title {
    font-size: 32px;
  }
}
.advantages-title span {
  color: #C81615;
}
.advantages-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
.advantages-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.advantages-item-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}
.advantages-item-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1439px) {
  .advantages-img {
    width: 52.5vw;
  }
  .advantages-title {
    margin-bottom: 48px;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
  }
}
@media (max-width: 1439px) and (max-width: 1279px) {
  .advantages-title {
    font-size: 44px;
  }
}
@media (max-width: 1439px) and (max-width: 767px) {
  .advantages-title {
    font-size: 32px;
  }
}
@media (max-width: 1439px) {
  .advantages-title span {
    color: #C81615;
  }
  .advantages-items {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }
  .advantages-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .advantages-item-icon {
    width: 64px;
    height: 64px;
  }
  .advantages-item-icon > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1279px) {
  .advantages {
    padding: 64px 0 0;
  }
  .advantages-wrapper {
    flex-direction: column-reverse;
    margin-right: var(--dynamic-margin);
  }
  .advantages-img {
    width: 100%;
    height: 521px;
  }
  .advantages-text {
    margin-left: var(--dynamic-margin);
  }
  .advantages-title {
    margin-bottom: 32px;
  }
  .advantages-items {
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .advantages {
    padding: 48px 0 0;
  }
  .advantages-img {
    height: 252px;
  }
}
.bottom {
  padding: 100px 0;
  background: radial-gradient(30.83% 57.75% at 50% 50%, #540000 0%, #1A1A1A 90%);
  color: #000;
}
.bottom-wrapper {
  display: flex;
  gap: 40px;
}
.bottom-item {
  width: 648px;
}

.partner {
  background: #ffffff;
  border-radius: 8px;
  padding: 44px;
  flex-shrink: 0;
}
.partner-title {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .partner-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .partner-title {
    font-size: 28px;
  }
}
.partner-subtitle {
  margin-bottom: 30px;
}
.partner label:has(input[type=checkbox]) {
  position: relative;
}
.partner label:has(input[type=checkbox]) input[type=checkbox] {
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.partner label:has(input[type=checkbox]) .error {
  position: absolute;
  top: 45px;
  left: 35px;
  width: 525px;
}
.partner label:has(input[type=checkbox]):hover .checkbox-input {
  border-color: #303030;
}

.contacts {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.contacts-title {
  margin-top: 39px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .contacts-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .contacts-title {
    font-size: 28px;
  }
}
.contacts-items {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts-item {
  align-items: center;
  display: flex;
  gap: 15px;
  color: #ffffff;
}
.contacts-item:last-child {
  align-items: flex-start;
}
.contacts-item-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.contacts-item-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-map {
  flex-grow: 1;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

@media (max-width: 1439px) {
  .bottom-item {
    width: 560px;
  }
  .partner label:has(input[type=checkbox]) .error {
    position: absolute;
    top: 45px;
    left: 35px;
    width: 437px;
  }
}
@media (max-width: 1279px) {
  .bottom-wrapper {
    flex-direction: column;
  }
  .bottom-item {
    width: 100%;
  }
  .partner-title {
    font-size: 36px;
  }
  .partner-subtitle {
    font-size: 18px;
  }
  .partner label:has(input[type=checkbox]) .error {
    width: 573px;
  }
  .contacts-title {
    margin-top: 0;
    font-size: 36px;
  }
  .contacts-map {
    width: 100%;
    height: 610px;
  }
}
@media (max-width: 767px) {
  .bottom {
    padding: 48px 0;
  }
  .partner {
    padding: 24px;
  }
  .partner-title {
    font-size: 32px;
  }
  .partner-subtitle {
    font-size: 14px;
  }
  .partner label:has(input[type=checkbox]) .error {
    top: 77px;
    width: 276px;
  }
  .contacts-title {
    margin-top: 0;
    font-size: 24px;
  }
  .contacts-items {
    margin-bottom: 32px;
  }
  .contacts-item {
    font-size: 16px;
  }
  .contacts-map {
    height: 298px;
  }
}
.gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
}

.gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
}

.gm-style-iw-ch {
  padding: 0;
}

.gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}

.contacts-map-card {
  padding: 24px;
  width: 400px !important;
}
.contacts-map-card-logo {
  width: 114px;
  height: 32px;
  margin-bottom: 16px;
}
.contacts-map-card-logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-map-card-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.contacts-map-card-item-text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.contacts-map-card-item-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.contacts-map-card-item-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-map-card-road {
  margin-top: 6px;
  width: 100%;
  color: #000;
}

@media (max-width: 767px) {
  .gm-style-iw-d {
    padding: 0 0 16px !important;
    overflow: auto !important;
    max-height: 150px !important;
  }
  .contacts-map-card {
    padding: 16px 0 0 16px;
    width: auto !important;
  }
}
.benefit {
  padding: 100px 0 0 0;
  background: radial-gradient(30.83% 57.75% at 50% 50%, #540000 0%, #1A1A1A 90%);
}
.benefit-title {
  margin-bottom: -62px;
  width: 500px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .benefit-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .benefit-title {
    font-size: 32px;
  }
}
.benefit-title span {
  color: #C81615;
}
.benefit-wrapper {
  display: flex;
  gap: 16px;
}
.benefit-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  flex: 1 1 30%;
}
.benefit-column:last-child {
  padding-bottom: 180px;
}
.benefit-item {
  padding: 24px;
  border-radius: 8px;
  background: #303030;
  letter-spacing: 0.03em;
}
.benefit-item-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
}
.benefit-item-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefit-item-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .benefit-item-title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .benefit-item-title {
    font-size: 20px;
  }
}

@media (max-width: 1279px) {
  .benefit {
    padding: 64px 0;
  }
  .benefit-title {
    margin-bottom: 32px;
    width: auto;
  }
  .benefit-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .benefit-column {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    flex: 1 1 100%;
  }
  .benefit-column:last-child {
    padding-bottom: 0;
  }
  .benefit-item {
    flex: 1 1 50%;
  }
  .benefit-item-title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    font-family: "Oswald", sans-serif;
  }
}
@media (max-width: 1279px) and (max-width: 1279px) {
  .benefit-item-title {
    font-size: 21px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .benefit-item-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .benefit {
    padding: 48px 0;
  }
  .benefit-column {
    flex-direction: column;
  }
  .benefit-item {
    flex: 1 1 100%;
  }
  .benefit-item-title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    font-family: "Oswald", sans-serif;
  }
}
@media (max-width: 767px) and (max-width: 1279px) {
  .benefit-item-title {
    font-size: 21px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .benefit-item-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .benefit-item-icon {
    margin-bottom: 24px;
  }
}
.brands {
  padding: 100px 0 50px 0;
  background: #ffffff;
}
.brands-title {
  color: #000;
  margin-bottom: 48px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .brands-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .brands-title {
    font-size: 32px;
  }
}
.brands .swiper-slide:last-child .brands-item {
  margin-right: 0;
}
.brands .swiper-scrollbar {
  background: #C81615;
}
.brands .swiper-scrollbar-drag {
  background: #C81615;
}
.brands-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 313px;
  margin: 0 28px 0 0;
  flex-shrink: 0;
  height: 100%;
}
.brands-item-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #C81615;
}
.brands-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brands-item-bot {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #F1F1F1;
  padding: 16px;
  gap: 8px;
  overflow: hidden;
  border-radius: 8px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  font-family: "Oswald", sans-serif;
}
.brands-item-logo {
  height: 45px;
}
.brands-item-logo > img {
  height: 100%;
}

@media (max-width: 1279px) {
  .brands {
    padding: 64px 0 32px 0;
  }
  .brands-title {
    margin-bottom: 32px;
  }
  .brands-item {
    gap: 8px;
    width: 260px;
    margin: 0 28px 0 0;
  }
  .brands-item-img {
    height: 216px;
  }
}
@media (max-width: 767px) {
  .brands {
    padding: 48px 0 24px 0;
  }
}
.partners {
  padding: 50px 0 100px;
  background: #ffffff;
}
.partners-title {
  color: #000;
  margin-bottom: 48px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .partners-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .partners-title {
    font-size: 32px;
  }
}
.partners-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.partners-item > img {
  max-width: 250px;
  max-height: 87px;
}
.partners-container {
  background: #F1F1F1;
  padding: 24px 0;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  gap: 56px;
}
.partners-wrapper {
  display: flex;
  gap: 56px;
  width: fit-content;
}
.partners-wrapper:first-child {
  animation: marquee1 40s infinite linear;
  animation-delay: -20s;
}
.partners-wrapper:last-child {
  animation: marquee2 40s infinite linear;
  animation-delay: -40s;
}

@keyframes marquee1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@media (max-width: 1279px) {
  .partners {
    padding: 32px 0 64px;
  }
  .partners-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .partners {
    padding: 24px 0 32px;
  }
  .partners-title {
    margin-bottom: 24px;
  }
}
.footer {
  padding: 40px 0;
  background: #1A1A1A;
}
.footer-logo {
  display: block;
  width: 175px;
  height: 80px;
}
.footer-logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-logo-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-data {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.footer-data > a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-links {
  display: flex;
}
.footer-links > p {
  cursor: pointer;
  padding: 16px;
}

@media (max-width: 1279px) {
  .footer-data {
    justify-content: space-between;
  }
  .footer-logo {
    width: 131.25px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 24px 0 86px;
  }
  .footer-logo {
    width: 175px;
    height: 80px;
    margin-bottom: 24px;
  }
  .footer-logo-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }
  .footer-links {
    gap: 16px;
  }
  .footer-data {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.seo-text {
  background: #1A1A1A;
  color: #ffffff;
  padding: 40px 0;
}
.seo-text-content {
  display: none;
  margin-bottom: 32px;
}
.seo-text-content-visible {
  margin-bottom: 32px;
}
.seo-text-content ol li {
  margin-left: 20px;
}
.seo-text-content ul li {
  list-style: disc;
  margin-left: 20px;
}
.seo-text-bottom {
  cursor: pointer;
  font-weight: 700;
}
.seo-text-bottom .button-text-hidden {
  display: none;
}
.seo-text-bottom .button-text {
  display: block;
}
.seo-text-bottom.open .button-text-hidden {
  display: block;
}
.seo-text-bottom.open .button-text {
  display: none;
}

@media (max-width: 767px) {
  .seo-text {
    padding: 32px 0;
  }
  .seo-text-content-visible {
    margin-bottom: 24px;
  }
}
.modal {
  position: absolute;
  transition: all 0.8s ease;
  z-index: 77;
  padding: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  margin-bottom: 0;
  background-color: #ffffff;
  color: #303030;
}
.modal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(8, 19, 35, 0.5);
}
.modal-close {
  position: absolute;
  top: 36px;
  right: 36px;
  cursor: pointer;
  transition: 0.3s ease;
  filter: grayscale(100%);
  width: 24px;
  height: 24px;
}
.modal-close > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-close:hover {
  filter: grayscale(0%);
}
.modal-title {
  margin-bottom: 24px;
}
.modal-input-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.modal-input-item {
  width: 100%;
}
.modal-input-item.required .modal-input-sup::after {
  content: "*";
}
.modal-input-item:hover input:not(.error) {
  border-color: #C81615;
}
.modal-input-sup {
  margin-bottom: 8px;
  font-weight: 600;
}
.modal-input.valid {
  background-color: #ffffff !important;
  border: 1px solid rgb(200, 200, 200) !important;
}
.modal-input.valid:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}
.modal-form-privacy {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.modal-form-privacy-text {
  flex-grow: 1;
}
.modal-form-privacy-text > a {
  color: #303030;
  text-decoration: underline;
  transition: 0.3s ease;
}
.modal-form-privacy-text > a:hover {
  color: #C81615;
}
.modal-form-privacy-checkbox {
  flex-shrink: 0;
  margin-right: 16px;
}
.modal-form-privacy-checkbox .checkbox-input:hover {
  border-color: #C81615 !important;
}
.modal-form-privacy:has(input.error) {
  padding-bottom: 56px;
}
.modal-thank {
  padding: 24px;
  border-radius: 25px;
}
.modal-thank::before {
  --mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" ><rect x="1" y="1" width="100%" height="100%" style="height:calc(100% - 2px);width:calc(100% - 2px)" rx="24" ry="24" stroke-width="1.5" fill="transparent" stroke="white"/></svg>');
}
.modal-thank .modal-close {
  top: 24px;
  right: 24px;
}
.modal-thank-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 404px;
  text-align: center;
}
.modal-thank-icon {
  margin-top: 24px;
  margin-bottom: 16px;
  width: 56px;
  height: 56px;
}
.modal-thank-title {
  margin-bottom: 8px;
}

.iti {
  width: 100%;
  z-index: 30;
}
.iti:focus input {
  border-color: #FF1A0C;
  background: #ffffff;
}
.iti__country {
  transition: 0.3s ease;
  border-bottom: 1px solid rgba(8, 19, 35, 0.5);
}
.iti__country-container {
  height: 46px;
  padding: 0 !important;
}
.iti__selected-country {
  border-radius: 7px 0 0 7px !important;
  overflow: hidden;
  border: 1px solid transparent !important;
}
.iti__selected-country-primary {
  transition: 0.3s ease;
}
.iti__dropdown-content {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s ease;
}
.iti__search-input {
  display: block;
}

.iti__arrow {
  filter: brightness(0);
}

@media (max-width: 1279px) {
  .modal {
    padding: 24px;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    background-image: unset;
    border-radius: 0;
    overflow: auto;
  }
  .modal-close {
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
  }
  .modal-input-items {
    width: 100%;
  }
  .modal-input-item {
    flex: 1 1 100%;
  }
  .modal-form-privacy {
    position: relative;
    width: 100%;
  }
  .modal-form-privacy:has(input.error) {
    padding-bottom: 44px;
  }
  .modal-btn {
    padding: 24px 42px;
  }
  .modal label:has(input[type=checkbox]) {
    position: static;
  }
  .modal label:has(input[type=checkbox]) .error {
    position: absolute;
    top: 63px;
    left: 35px;
    width: 70%;
    max-width: 1000px;
  }
  .modal-thank {
    border-radius: 0;
  }
  .modal-thank .modal-close {
    top: 24px;
    right: 24px;
  }
  .modal-thank-container {
    max-width: 100%;
  }
  .modal:not(.partner-form-wrapper) .modal-form-privacy {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .modal-form-privacy {
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    gap: 16px;
  }
  .modal-form-privacy:has(input.error) {
    padding-bottom: 64px;
  }
  .modal-form-privacy-text {
    width: 80%;
  }
  .modal-form-privacy-checkbox {
    display: flex;
    align-items: center;
    gap: 16px;
    width: auto;
    flex-shrink: 1;
    margin: 0;
  }
  .modal-btn {
    width: 100%;
    margin: 8px 0 0 0;
    padding: 16px 20px;
  }
  .modal label:has(input[type=checkbox]) {
    position: static;
  }
  .modal label:has(input[type=checkbox]) .error {
    position: absolute;
    top: 63px;
    left: 35px;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
  }
}
.error-page {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  color: #ffffff;
  background: #303030;
}
.error-page-bg {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 1;
  pointer-events: none;
}
.error-page-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.error-page-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.error-page-big {
  font-size: 200px;
  line-height: 200px;
  margin-bottom: 32px;
}
.error-page-title {
  margin-bottom: 16px;
}
.error-page-subtitle {
  margin-bottom: 56px;
}

@media (max-width: 1280px) {
  .error-page {
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    color: #ffffff;
    background: #303030;
  }
  .error-page-bg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .error-page-bg-pc {
    display: none;
  }
  .error-page-bg-tablet {
    display: block;
  }
  .error-page-wrapper {
    position: absolute;
    text-align: center;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .error-page-big {
    font-size: 160px;
    line-height: 160px;
    margin-bottom: 8px;
  }
  .error-page-title {
    margin-bottom: 16px;
  }
  .error-page-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .error-page {
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
    overflow: hidden;
    color: #ffffff;
    background: #303030;
  }
  .error-page-bg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .error-page-wrapper {
    position: absolute;
    text-align: center;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .error-page-big {
    font-size: 96px;
    line-height: 96px;
    margin-bottom: 8px;
  }
  .error-page-title {
    margin-bottom: 16px;
  }
  .error-page-subtitle {
    margin-bottom: 24px;
  }
  .error-page-btn {
    width: 100%;
  }
}
.breadcrumbs {
  display: block;
  position: relative;
  z-index: 99;
}
.breadcrumbs a {
  color: #303030;
}
.breadcrumbs-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0;
}
.breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  gap: 8px;
  font-weight: 400;
}
.breadcrumbs-item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3e%3cg clip-path='url(%23clip0_1373_8662)'%3e%3cpath d='M6.06924 3.78047L2.36901 0.0904667C2.24778 -0.0303609 2.0515 -0.0301578 1.93046 0.0910917C1.80953 0.212326 1.80984 0.408715 1.93109 0.529637L5.41108 4.00001L1.93096 7.47037C1.80973 7.59131 1.80942 7.78758 1.93034 7.90883C1.99101 7.96961 2.0705 8 2.14998 8C2.22926 8 2.30843 7.96981 2.36899 7.90945L6.06924 4.21954C6.12763 4.16145 6.1604 4.08239 6.1604 4.00001C6.1604 3.91764 6.12754 3.83867 6.06924 3.78047Z' fill='%231A1A1A' /%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1373_8662'%3e%3crect width='8' height='8' fill='red' /%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.breadcrumbs-item:last-child::after {
  display: none;
}
.breadcrumbs-item.active > p {
  color: rgba(8, 19, 35, 0.5);
}
.breadcrumbs-item.active > a {
  color: rgba(8, 19, 35, 0.5);
}
.breadcrumbs.light .breadcrumbs-item::after {
  filter: invert(100%);
}
.breadcrumbs.light .breadcrumbs-item > a {
  color: #ffffff;
}
.breadcrumbs.light .breadcrumbs-item.active > p {
  display: inline;
  word-wrap: break-word;
  color: #ffffff;
  opacity: 0.6;
}
.breadcrumbs.light .breadcrumbs-item.active > a {
  color: #C81615;
}
.breadcrumbs.light .breadcrumbs-item:hover > a {
  color: #C81615;
}

.privacy-policy {
  padding: 0 0 64px;
  background: #ffffff;
  color: #000;
  margin-top: 104px;
}

.privacy-policy-wrapper h1, .privacy-policy-wrapper h2, .privacy-policy-wrapper h3, .privacy-policy-wrapper h4, .privacy-policy-wrapper h5, .privacy-policy-wrapper h6 {
  text-align: center;
  margin-bottom: 10px;
}
.privacy-policy-wrapper p {
  margin-top: 24px;
}

.data {
  background-color: #ffffff;
  color: #303030;
  margin-top: 104px;
  padding-bottom: 60px;
}
.data-title {
  padding: 32px 0 32px 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1279px) {
  .data-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .data-title {
    font-size: 28px;
  }
}
.data-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.data-items {
  flex-grow: 1;
  flex-basis: 50%;
}
.data-item {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  gap: 16px;
}
.data-item-primary {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .data-item-primary {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .data-item-primary {
    font-size: 16px;
    font-weight: 500;
  }
}
.data-item-secondary {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .data-item-secondary {
    font-size: 14px;
  }
}

.contacts-top {
  position: relative;
  padding: 26.5px 32px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 64px;
  overflow: hidden;
  border-radius: 8px;
  background: #303030;
}
.contacts-top-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 32px;
  margin-right: 32px;
  border-right: 1px solid #ffffff;
  z-index: 1;
}
.contacts-top-main span {
  color: #C81615;
}
.contacts-top-items {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  gap: 16px;
  z-index: 1;
}
.contacts-top-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  flex: 1 1 auto;
  gap: 16px;
}
.contacts-top-item-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.contacts-top-item-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1279px) {
  .data-wrapper {
    flex-direction: column;
  }
  .data-items {
    margin-right: 0px;
  }
  .contacts-top {
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  .contacts-top.light .contacts-top-main {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .contacts-top-main {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 16px;
    margin-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  .contacts-top-main br {
    display: none;
  }
  .contacts-top-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    gap: 16px;
  }
  .contacts-top-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ffffff;
    flex: 1 1 33%;
  }
}
@media (max-width: 767px) {
  .data-item {
    flex-direction: column;
    padding: 8px 0;
    gap: 4px;
  }
  .data-item-primary {
    font-weight: 700;
  }
  .data-item-secondary {
    text-align: left;
  }
  .contacts-top {
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  .contacts-top.light .contacts-top-main {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .contacts-top-main {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 16px;
    margin-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  .contacts-top-main br {
    display: none;
  }
  .contacts-top-items {
    width: 100%;
    flex-direction: column;
    align-items: flex-starts;
    flex-grow: 1;
    gap: 16px;
  }
  .contacts-top-item {
    display: flex;
    flex-direction: row;
  }
}
.gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
}

.gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
}

.gm-style-iw-ch {
  padding: 0;
}

.gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}

.contacts-map-card {
  padding: 24px;
  width: 400px !important;
}
.contacts-map-card-logo {
  width: 114px;
  height: 32px;
  margin-bottom: 16px;
}
.contacts-map-card-logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-map-card-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.contacts-map-card-item-text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.contacts-map-card-item-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.contacts-map-card-item-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-map-card-road {
  margin-top: 6px;
  width: 100%;
  color: #000;
}

@media (max-width: 767px) {
  .gm-style-iw-d {
    padding: 0 0 16px !important;
    overflow: auto !important;
    max-height: 150px !important;
  }
  .contacts-map-card {
    padding: 16px 0 0 16px;
    width: auto !important;
  }
}
#cookie-notice {
  position: fixed !important;
  min-width: 100% !important;
  height: auto !important;
  z-index: 100000 !important;
  left: 0 !important;
  font-weight: 400 !important;
  background-color: #303030 !important;
  font-family: "Nunito Sans", sans-serif !important;
}

#cookie-notice,
#cookie-notice * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

#cookie-notice.cn-animated {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}

#cookie-notice.cn-animated.cn-effect-none {
  -webkit-animation-duration: 0.001s !important;
  animation-duration: 0.001s !important;
}

#cookie-notice .cookie-notice-container {
  display: flex !important;
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
  display: none !important;
}

#cookie-notice .cookie-revoke-container {
  display: block !important;
}

#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
  display: none !important;
}

.cn-position-top {
  top: 0 !important;
}

.cn-position-bottom {
  bottom: 0 !important;
}

.cookie-notice-container {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  width: 1320px !important;
  margin: 0 auto !important;
  padding: 16px 0 !important;
  text-align: left !important;
}

.cn-notice-text {
  font-size: 14px !important;
  margin: 0 16px 0 0 !important;
}

.cn-text-container {
  margin: 0 16px 0 0 !important;
  font-size: 14px !important;
}

.cookie-revoke-container {
  padding: 15px 30px !important;
  width: 100% !important;
  z-index: 1 !important;
}

.cn-close-icon {
  display: none !important;
}

.cn-button {
  width: 119px !important;
  height: 42px !important;
  margin: 0 !important;
  transition: all 0.4s !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 6 !important;
}

.cn-button:after {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  left: auto;
  right: 0;
  transition: 0.8s;
  background: #b11414;
  height: 100%;
  z-index: -1;
}

.cn-button:first-child {
  margin-bottom: 16px !important;
  background: #C81615 !important;
  border-radius: 3px !important;
  background-color: unset !important;
}

.cn-button:first-child:hover::after {
  width: 100%;
}

.cn-button:nth-child(2) {
  background-color: transparent !important;
  background: #FF1A0C !important;
}

#cookie-notice .cn-revoke-cookie {
  margin: 0 !important;
}

#cookie-notice .cn-button {
  display: block !important;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 130% !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
  white-space: nowrap !important;
  outline: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  border-radius: 3px !important;
}

.cn-text-container,
.cn-buttons-container {
  display: inline-block !important;
}

#cookie-notice.cookie-notice-visible.cn-effect-none,
#cookie-notice.cookie-revoke-visible.cn-effect-none {
  -webkit-animation-name: fadeIn !important;
  animation-name: fadeIn !important;
}

#cookie-notice.cn-effect-none {
  -webkit-animation-name: fadeOut !important;
  animation-name: fadeOut !important;
}

#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
  -webkit-animation-name: fadeIn !important;
  animation-name: fadeIn !important;
}

#cookie-notice.cn-effect-fade {
  -webkit-animation-name: fadeOut !important;
  animation-name: fadeOut !important;
}

#cookie-notice.cookie-notice-visible.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-effect-slide {
  -webkit-animation-name: slideInUp !important;
  animation-name: slideInUp !important;
}

#cookie-notice.cn-effect-slide {
  -webkit-animation-name: slideOutDown !important;
  animation-name: slideOutDown !important;
}

#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
  -webkit-animation-name: slideInDown !important;
  animation-name: slideInDown !important;
}

#cookie-notice.cn-position-top.cn-effect-slide {
  -webkit-animation-name: slideOutUp !important;
  animation-name: slideOutUp !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0 !important;
  }
  to {
    opacity: 1 !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1 !important;
  }
  to {
    opacity: 0 !important;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1 !important;
  }
  to {
    opacity: 0 !important;
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0) !important;
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0) !important;
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  to {
    visibility: hidden !important;
    -webkit-transform: translate3d(0, 100%, 0) !important;
    transform: translate3d(0, 100%, 0) !important;
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  to {
    visibility: hidden !important;
    -webkit-transform: translate3d(0, 100%, 0) !important;
    transform: translate3d(0, 100%, 0) !important;
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0) !important;
    transform: translate3d(0, -100%, 0) !important;
    visibility: visible !important;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0) !important;
    transform: translate3d(0, -100%, 0) !important;
    visibility: visible !important;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  to {
    visibility: hidden !important;
    -webkit-transform: translate3d(0, -100%, 0) !important;
    transform: translate3d(0, -100%, 0) !important;
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  to {
    visibility: hidden !important;
    -webkit-transform: translate3d(0, -100%, 0) !important;
    transform: translate3d(0, -100%, 0) !important;
  }
}
@media (max-width: 1400px) {
  .cookie-notice-container {
    width: 1140px !important;
  }
}
@media (max-width: 1279px) {
  .cookie-notice-container {
    width: 720px !important;
  }
}
@media (max-width: 767px) {
  .cookie-notice-container {
    width: 343px !important;
    flex-direction: column !important;
    align-items: flex-end !important;
  }
  .cn-text-container {
    margin: 0 0 16px 0 !important;
  }
  .cn-text-container,
  .cn-buttons-container {
    display: flex !important;
  }
  .cn-button:first-child {
    margin-bottom: 0 !important;
    margin-right: 16px !important;
  }
}
@media (max-width: 374px) {
  .cookie-notice-container {
    width: 90% !important;
  }
}
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #303030;
  width: 100vw;
  z-index: 150;
  animation-delay: 1s;
  padding: 16px 0;
}
.cookies-wrapper {
  display: flex;
  align-items: center;
}
.cookies-btn {
  width: 119px;
  height: 42px;
}
.cookies-btn-primary {
  margin-bottom: 16px;
}
.cookies-btn-disagree {
  background: #FF1A0C;
  transition: 0.3s ease;
}
.cookies-btn-disagree::after {
  display: none;
}
.cookies-btn-disagree:hover {
  background: #FF1A0C;
}
.cookies-text {
  font-size: 14px;
  margin-right: 16px;
}

.cookies-noties-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 1320px;
  margin: 0 auto;
  padding: 16px 0;
  text-align: left !important;
}

.cn-notice-text {
  font-size: 14px;
  margin: 0 16px 0 0;
  font-family: "Fira Sans";
}
.cn-close-icone {
  display: none;
}
.cn-button {
  width: 119px;
  height: 42px;
  margin: 0;
}
.cn-button:first-child {
  margin-bottom: 16px;
  border-radius: 0 !important;
  letter-spacing: 0;
}

@media (max-width: 1279px) {
  .cookies-wrapper {
    flex-direction: column;
  }
  .cookies-btn {
    width: 119px;
    height: 42px;
  }
  .cookies-btn-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .cookies-btn-primary {
    margin-bottom: 0px;
    margin-right: 16px;
  }
  .cookies-text {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cookies-btn-wrapper {
    justify-content: flex-start;
  }
}/*# sourceMappingURL=style.css.map */