html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 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;
  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;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-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;
}

body {
  font-family: "Manrope", sans-serif;
  background: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #101010;
}

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important;
}
a:hover {
  color: #C72222;
}

.red {
  color: #C72222;
}

.container {
  padding: 0 15px;
  max-width: 1282px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.d-flex, .q {
  display: flex;
}

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

h1 {
  font-size: 64px;
  font-weight: 800;
  color: #ffffff;
  font-family: "Gilroy";
  line-height: 53px;
  letter-spacing: -0.2rem;
  margin: 0;
}

h2 {
  margin: 0;
  font-size: 64px;
  font-weight: 800;
  font-family: "Gilroy";
  color: #101010;
  line-height: 53px;
  letter-spacing: -0.2rem;
}

.title {
  display: flex;
  align-items: center;
}

.sub {
  opacity: 0.6;
  font-size: 17px;
  font-weight: 400;
  font-family: "Manrope";
  color: #000000;
  letter-spacing: -0.02rem;
  padding-left: 46px;
  padding: 20px 0 20px 27px;
  margin-left: 37px;
  line-height: 148%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.sub span {
  font-weight: bold;
}

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

p {
  margin: 0;
}

.svg, rect, line, circle {
  transition: 0.5s ease;
}

a {
  transition: color 0.5s ease;
  box-sizing: border-box;
}

li a {
  transition: color 0.5s ease;
}

button {
  cursor: pointer;
  box-sizing: border-box;
}

textarea {
  transition: border 0.5s;
  box-sizing: border-box;
}
textarea:focus {
  transition: border 0.5s;
  outline: none;
  border: 1px solid #C72222;
}

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff;
}
input:disabled {
  pointer-events: none;
  opacity: 0.5;
}
input:focus {
  border: 1px solid #C72222;
  transition: 0.5s;
}
input:focus-visible {
  outline: initial;
}

path {
  transition: fill 0.5s, stroke 0.5s;
}

div {
  box-sizing: border-box;
}

.icon {
  transition: fill 0.5s, stroke 0.5s;
}

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #C72222;
}

.popup__bg, .spec .tabs__nav, .info .tabs__nav {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #C72222;
  border-radius: 6px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  width: 195px;
  height: 51px;
  background: #101010;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Manrope";
  letter-spacing: -0.05rem;
}
.btn:hover {
  background: #C72222;
  color: white;
}
.btn_2 {
  background: #C72222;
  color: white;
}
.btn_2:hover {
  background: #101010;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Semi";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.eot");
  src: url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype"), url("../fonts/Manrope-Bold.svg#Manrope-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Semibold.eot");
  src: url("../fonts/Manrope-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Semibold.woff2") format("woff2"), url("../fonts/Manrope-Semibold.woff") format("woff"), url("../fonts/Manrope-Semibold.ttf") format("truetype"), url("../fonts/Manrope-Semibold.svg#Manrope-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.eot");
  src: url("../fonts/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.ttf") format("truetype"), url("../fonts/Gilroy-Extrabold.svg#Gilroy-Extrabold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular.svg#Manrope-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.eot");
  src: url("../fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype"), url("../fonts/Gilroy-Semibold.svg#Gilroy-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
input::-webkit-input-placeholder {
  color: white !important;
  opacity: 0.3 !important;
}

input::-moz-placeholder {
  color: white !important;
  opacity: 0.3 !important;
}

input:-ms-input-placeholder {
  color: white !important;
  opacity: 0.3 !important;
}

input:-moz-placeholder {
  color: white !important;
  opacity: 0.3 !important;
}

.menu-btn, .menu {
  display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2;
}

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  background-color: #C72222 !important;
  opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 9;
}

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.mob {
  display: none;
}

.pag {
  display: none;
  width: max-content;
  justify-content: center;
  margin: 25px auto 0;
  position: relative;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.pag .swiper-pagination-bullet {
  background: rgb(230, 230, 230);
  opacity: 1;
  margin-right: 9px !important;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
}
.pag .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.pag .swiper-pagination-bullet-active {
  background: white !important;
}

label.error {
  display: none !important;
}

.form__field.error {
  border: 1px solid red;
}

.nav {
  padding: 20px 0;
}
.nav__box {
  padding: 12px 12px 12px 19px;
  background: rgba(217, 217, 217, 0.04);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  justify-content: space-between;
  align-items: center;
}
.nav__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  left: 57px;
}
.nav__list li a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 27px;
  letter-spacing: -0.05rem;
}
.nav__list li a:hover {
  color: white;
}

.header {
  position: relative;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.header__wrap {
  margin-top: 69px;
}
.header__wrap h1 {
  margin-bottom: 29px;
}
.header__text {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  letter-spacing: -0.05px;
  margin-bottom: 44px;
  line-height: 125%;
}
.header__text span {
  font-weight: 800;
}
.header__row {
  display: flex;
  margin-bottom: 20px;
}
.header__block {
  background: rgba(217, 217, 217, 0.04);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  padding: 20px 24px 27px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 167px;
  width: 295px;
}
.header__block:first-child {
  margin-right: 16px;
}
.header__block small {
  opacity: 0.6;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -1px;
}
.header__block p {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.18rem;
  margin-top: auto;
  text-transform: uppercase;
}
.header__block p span {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
  letter-spacing: -0.14px;
  opacity: 0.6;
  margin-left: 5px;
}
.header__flex {
  align-items: center;
}
.header__form {
  width: 381px;
  position: relative;
  height: 71px;
  margin-right: 15px;
}
.header__form input {
  width: 100%;
  background: rgba(246, 246, 246, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  height: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.05rem;
}
.header__form button {
  border: none;
  position: absolute;
  right: 10px;
  top: 9px;
}
.header__info {
  width: 140px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: transparent;
}
.header__info .svg {
  margin-left: 6px;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 59px;
  background: #101010;
  position: relative;
  margin-top: 179px;
}

.marquee-track {
  display: flex;
  gap: 48px;
  align-items: center;
  animation: marquee 10s linear infinite;
}

.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-item {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee-item p {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 27px;
  letter-spacing: 0.08px;
  text-transform: uppercase;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.main {
  padding: 100px 0 60px;
}
.main .title {
  margin-bottom: 42px;
}
.main__row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.main__block {
  width: 24.45%;
  height: 134px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  justify-content: center;
  padding-top: 45px;
  margin-right: 0 !important;
}
.main__block small {
  color: #000;
  opacity: 0.6;
}
.main__block p {
  margin-top: 8px;
  line-height: 120%;
  color: #000;
  font-family: "Inter";
}
.main__block p span {
  color: #000;
  opacity: 0.6;
}
.main__block:first-child {
  background: linear-gradient(180deg, #ff4a4a, #cb1e1e 100%);
}
.main__block:first-child small {
  color: white;
  opacity: 1;
}
.main__block:first-child span, .main__block:first-child p {
  color: white;
}
.main__block:nth-child(4), .main__block:nth-child(3) {
  padding-top: 23px;
}
.main__flex {
  align-items: center;
  justify-content: space-between;
}
.main__man {
  width: 298px;
  height: 288px;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}
.main__area {
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 20px;
  padding: 53px 47px;
  width: 100%;
  max-width: 74.5%;
}
.main__area h3 {
  margin-top: 0;
  font-size: 23px;
  font-weight: 700;
  color: #000000;
  line-height: 19px;
  letter-spacing: -0.09rem;
  margin-bottom: 24px;
}
.main__area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}
.main__area ul li {
  width: 49%;
  display: flex;
  align-items: center;
}
.main__area ul li img {
  margin-right: 9px;
}
.main__area ul li p {
  opacity: 0.6;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 19px;
  letter-spacing: -0.05px;
  font-family: "Inter";
}

.pag {
  display: none;
}

.info {
  padding: 60px 0;
}
.info .swiper1, .info .swiper11 {
  overflow: hidden;
}
.info__box {
  flex-wrap: wrap;
}
.info__box .swiper-slide {
  margin-bottom: 30px;
}
.info__box .swiper-slide:nth-child(5n) {
  margin-right: 0 !important;
}
.info__box .swiper-slide img {
  margin-bottom: 14px;
  max-width: 100%;
  object-fit: contain;
}
.info__text {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(16, 16, 16, 0.6);
  line-height: 19px;
  letter-spacing: -0.3px;
}
.info__sum {
  font-size: 24px;
  font-weight: 700;
  color: #101010;
  line-height: 19px;
  display: flex;
  letter-spacing: -0.12rem;
  align-items: center;
}
.info__sum span {
  margin-left: 2px;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 400;
  color: #101010;
  line-height: 19px;
  letter-spacing: -0.08px;
}
.info__top {
  align-items: center;
  margin-bottom: 43px;
  justify-content: space-between;
}

.tabs__nav {
  gap: 4px;
  width: 379px;
  height: 61px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 5px;
}
.tabs__nav a {
  width: max-content;
  padding: 0 24px;
  height: 51px;
  background: #ededed;
  white-space: nowrap;
  border-radius: 16px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.05px;
}
.tabs__nav a:hover {
  background: #C72222;
  color: white;
}

.tabs__pane {
  display: none;
}

.tabs__pane_show {
  display: block;
}

.tabs__btn_active {
  color: white !important;
  background: #101010 !important;
}

.spec {
  padding: 60px 0;
}
.spec .btn_2 {
  margin: 0 auto;
  width: 258px;
}
.spec .show {
  width: 103px;
}
.spec .title {
  margin-bottom: 44px;
}
.spec .tabs__nav {
  margin-bottom: 36px;
  width: 100%;
}
.spec .tabs__nav a {
  min-width: 181px;
}
.spec .tabs__nav a:first-child {
  min-width: initial;
}
.spec .swiper2 {
  overflow: hidden;
}
.spec .swiper2 .swiper-slide img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 16px;
  height: 232px;
  border-radius: 20px;
}
.spec .swiper2 .swiper-slide .info__text {
  color: #101010;
  font-weight: 500;
}
.spec .swiper2 .swiper-slide .info__sum span {
  margin-left: 10px;
}
.spec .swiper2 .swiper-slide .btn {
  width: 100%;
  height: 51px;
  border: 1px solid rgba(16, 16, 16, 0.1);
  background: white;
  color: #101010;
  padding: 0 22px;
  justify-content: space-between;
  margin-top: 20px;
}
.spec .swiper2 .swiper-slide .btn:hover {
  background: #101010;
  color: white;
}
.spec .swiper2 .swiper-slide .btn:hover .svg path {
  stroke: white;
}

.way {
  padding: 60px 0 96px;
}
.way__row {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 14px;
  margin-left: -25px;
}
.way__item {
  margin-bottom: 10px;
  width: 33%;
  border-radius: 40px;
  padding: 29px;
  background: transparent;
  transition: 0.5s;
}
.way__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 47px;
  height: 47px;
  background: #f8f8f8;
  font-size: 19px;
  font-weight: 700;
  color: #101010;
  letter-spacing: -0.06px;
  transition: 0.5s;
}
.way__item h3 {
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 17px;
  letter-spacing: -0.3px;
  font-weight: 700;
  transition: 0.5s;
  color: #0b0b0b;
}
.way__item p {
  font-size: 13px;
  font-weight: 500;
  color: #0b0b0b;
  letter-spacing: -0.024rem;
  transition: 0.5s;
}
.way__item p small {
  font-size: 15px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: -0.05px;
  transition: 0.5s;
}
.way__item:hover {
  background: rgba(199, 34, 34, 0.1);
}
.way__item:hover span {
  background: #C72222;
  color: white;
}
.way__item:hover h3 {
  color: #C72222;
}

.area {
  padding: 80px 0 60px;
  background: #000000;
}
.area h2 {
  color: white;
}
.area .sub {
  color: white;
  border-left: 1px solid white;
}
.area__row {
  justify-content: space-between;
  margin-top: 50px;
}
.area__item {
  width: 32%;
  padding: 63px 50px 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
.area__item h3 {
  margin: 10px 0 22px;
  font-size: 23px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.07px;
}
.area__item p {
  opacity: 0.6;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.3px;
}

.order {
  padding: 120px 0;
}
.order__box {
  justify-content: space-between;
  align-items: flex-start;
}
.order .title {
  flex-direction: column;
  align-items: flex-start;
}
.order .title .sub {
  margin-left: 0;
  margin-top: 30px;
}
.order__form {
  width: 100%;
  max-width: 624px;
}
.order__form button {
  border: none;
  width: 100%;
  margin-bottom: 27px;
}
.order__form p {
  margin-bottom: 4px;
  opacity: 0.6;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.5px;
}
.order__form span {
  opacity: 0.6;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.2px;
}
.order__flex {
  justify-content: space-between;
  margin-bottom: 18px;
}
.order .form-item {
  width: 48%;
}
.order .form-item input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
.order .form-item input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
.order .form-item input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
.order .form-item input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
.order .form-item label {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.05px;
}
.order .form-item input {
  width: 100%;
  padding-left: 16px;
  height: 51px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.05px;
}
.order .form-item input:focus {
  border: 1px solid rgb(0, 0, 0);
}
.order .form-item input.error {
  border: 1px solid #C72222;
}

.footer {
  background: #000000;
  padding-top: 32px;
}
.footer__flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.footer__flex p {
  opacity: 0.6;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.04px;
  margin-left: 24px;
}
.footer__bottom {
  padding: 16px 0;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__bottom p {
  opacity: 0.3;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.04px;
}
.footer__bottom a {
  opacity: 0.3;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.04px;
}
.footer__bottom a:hover {
  opacity: 1;
}

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

@media screen and (max-width: 1380px) {
  .container {
    max-width: 1200px !important;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
  .nav {
    position: relative;
    z-index: 11;
    padding: 25px 0;
  }
  .nav__box {
    position: relative;
  }
  .nav__list {
    left: 28px;
  }
  .main__row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main__block {
    width: 48.9%;
  }
  .main__flex {
    flex-direction: column-reverse;
  }
  .main__man {
    margin-bottom: 20px;
  }
  .main__area {
    max-width: 100%;
  }
  h1, h2 {
    font-size: 58px;
  }
  .spec .tabs__nav {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .info__text {
    font-size: 13px;
  }
  .info__sum {
    font-size: 20px;
  }
  .info__sum span {
    font-size: 12px;
  }
  .btn {
    font-size: 13px;
  }
  .tabs__nav a {
    font-size: 13px;
  }
  .area__item h3 {
    font-size: 21px;
  }
  .order {
    padding: 80px 0;
  }
  .order__box {
    flex-direction: column;
  }
  .order .title {
    margin-bottom: 25px;
  }
  .order__form {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .container {
    max-width: 720px !important;
  }
  .nav__box {
    flex-wrap: wrap;
  }
  .nav__list {
    margin: 20px auto 0;
    left: 0;
    order: 3;
  }
  .nav__logo {
    order: 1;
  }
  .nav__btn {
    order: 2;
  }
  .header__wrap {
    margin-top: 30px;
  }
  .marquee-container {
    margin-top: 120px;
  }
  .main {
    padding: 40px 0 30px;
  }
  .main .title {
    margin-bottom: 30px;
  }
  .title {
    flex-direction: column;
    align-items: flex-start;
  }
  .sub {
    margin-left: 0;
    margin-top: 15px;
  }
  .main__block {
    width: 100%;
  }
  .main__area {
    padding: 40px 30px;
  }
  .main__area ul li {
    width: 100%;
  }
  .main__area ul li br {
    display: none;
  }
  .info {
    padding: 30px 0;
  }
  .info .tabs__nav {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }
  .info__top {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .info__box {
    flex-wrap: initial;
  }
  .info__box .swiper-slide img {
    width: 100%;
  }
  .pag {
    display: none !important;
  }
  .pag .swiper-pagination-bullet {
    background: lightgrey;
  }
  .pag .swiper-pagination-bullet-active {
    background: #C72222 !important;
  }
  .spec .btn_2 {
    display: none;
  }
  .spec {
    padding: 30px 0;
  }
  .swiper-slide.is-hidden {
    display: block !important;
  }
  .spec .swiper2 {
    overflow: visible;
    width: 97%;
  }
  .info__box .swiper-slide {
    margin-bottom: 0;
  }
  .info .swiper1, .info .swiper11 {
    overflow: visible;
    width: 90%;
  }
  .way {
    padding: 30px 0 40px;
  }
  .way__item {
    width: 48%;
    border-radius: 20px;
    padding: 20px;
  }
  .way__item:last-child {
    width: 100%;
  }
  .area {
    padding: 30px 0;
  }
  h1, h2 {
    font-size: 50px;
  }
  .area__item {
    padding: 20px;
  }
  .area__item h3 {
    font-size: 18px;
  }
  .area__item p {
    font-size: 13px;
  }
  .order {
    padding: 30px 0;
  }
  .info__box .swiper-slide:nth-child(5n) {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
  .header__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .header__row {
    flex-direction: column;
  }
  .header__block:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .header__block {
    width: 100%;
    height: 140px;
  }
  .header__flex {
    flex-direction: column;
  }
  .header__form {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .header__block p {
    font-size: 30px;
  }
  .header__info {
    width: 100%;
  }
  .sub {
    font-size: 14px;
    padding: 10px;
  }
  .sub br {
    display: none;
  }
  .main__row {
    gap: 10px;
  }
  .main__man {
    width: 100%;
    height: auto;
  }
  h1, h2 {
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0;
  }
  .area__row {
    margin-top: 30px;
    gap: 10px;
    flex-direction: column;
  }
  .area__item {
    width: 100%;
  }
  .footer__bottom {
    flex-direction: column-reverse;
  }
  .footer__bottom a {
    margin-bottom: 15px;
  }
  .footer__flex {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .footer__flex p {
    font-size: 12px;
    text-align: center;
    margin-left: 0;
    margin-top: 15px;
  }
  .menu-btn {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 17px;
    top: 22px;
    z-index: 11;
    display: none;
    overflow: hidden;
    background: url(../img/bur1.svg) no-repeat center center;
  }
  .menu-btn.active {
    background: url(../img/bur2.svg) no-repeat center center;
  }
  .menu {
    position: fixed;
    top: 107px;
    left: 0;
    height: auto;
    width: 100%;
    transform: translatey(-200%);
    transition: transform 0.5s;
    z-index: 100;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .menu.active {
    transform: initial;
  }
  .menu__wrap {
    padding: 30px 20px 20px;
    height: auto;
    background: rgb(119, 109, 100);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    width: 100%;
  }
  .menu .nav__list {
    margin-top: 0;
    text-align: center;
    display: block;
  }
  .menu .nav__list li {
    margin-bottom: 5px;
  }
  .menu .nav__list li a {
    letter-spacing: 0;
    color: white;
  }
  .menu-btn.active span:nth-of-type(1) {
    display: none;
  }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    width: 24px;
    transform: translate(-50%, 0%) rotate(45deg);
  }
  .menu-btn.active span:nth-of-type(3) {
    width: 24px;
    top: 50%;
    transform: translate(-50%, 0%) rotate(-44deg);
  }
  .menu-btn, .menu {
    display: block;
  }
  .nav__btn {
    width: 144px;
    height: 43px;
  }
  .btn {
    font-size: 14px;
  }
  .nav__list {
    display: none;
  }
  .nav__box {
    padding-right: 80px;
  }
}
@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none;
  }
  button::-moz-focus-inner {
    border: 0;
  }
  a:active, a:focus {
    outline: none;
  }
  .mob {
    display: block !important;
  }
  input, textarea {
    outline: none;
  }
  input:active, textarea:active {
    outline: none;
  }
  input:focusout {
    outline: none;
  }
  .nav__list li a {
    font-size: 14px;
  }
  .nav__list {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .nav__btn {
    width: 150px;
    height: 45px;
  }
  .btn {
    height: 45px;
    border-radius: 12px;
  }
  .header__wrap {
    margin-top: 10px;
  }
  h1, h2 {
    font-size: 28px;
  }
  .header__wrap h1 {
    margin-bottom: 15px;
  }
  .header__block p {
    font-size: 26px;
    letter-spacing: 0;
  }
  .header__text {
    margin-bottom: 20px;
  }
  .marquee-container {
    margin-top: 100px;
  }
  .sub {
    font-size: 13px;
  }
  .header__block:first-child {
    margin-bottom: 10px;
  }
  .header__block small {
    letter-spacing: 0;
  }
  .main__block {
    padding-top: 37px;
  }
  .header__block small {
    font-size: 13px;
    line-height: 115%;
  }
  .main__area {
    border-radius: 12px;
    padding: 20px;
  }
  .main__area h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .main__area ul li p {
    font-size: 13px;
    line-height: 115%;
  }
  .main__area ul {
    gap: 10px;
  }
  .tabs__nav a {
    height: 45px;
  }
  .info .tabs__nav {
    justify-content: flex-start;
    overflow-x: auto;
    border-radius: 12px;
  }
  .nav__list li a {
    letter-spacing: 0;
  }
  .header__block {
    height: auto;
  }
  .way__item {
    border-radius: 12px;
    width: 100%;
  }
  .way__row {
    margin-left: 0;
  }
  .area__item h3 {
    margin-bottom: 15px;
  }
  .order__flex {
    margin-bottom: 10px;
    flex-direction: column;
  }
  .order .form-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .order .form-item input {
    border-radius: 12px;
    font-size: 14px;
  }
  .order .form-item label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .order__form p {
    font-size: 14px;
  }
  .order__form span {
    font-size: 12px;
    line-height: 110%;
  }
  .footer__bottom {
    padding-bottom: 30px;
  }
  .footer__bottom a {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .footer__bottom p {
    font-size: 13px;
  }
  .header__wrap h1 {
    font-size: 36px;
    margin: 0 auto;
    text-align: center;
    line-height: 88%;
    order: 1;
  }
  .header__text {
    font-size: 14px;
    text-align: center;
    width: 100%;
    max-width: 317px;
    order: 2;
    margin: 16px auto 20px;
  }
  .header__text br {
    display: none;
  }
  .header__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__row {
    order: 4;
  }
  .header__flex {
    order: 3;
    width: 100%;
  }
  .header__form {
    height: 63px;
    margin-bottom: 10px;
  }
  .header__form input {
    padding-left: 15px;
    font-size: 14px;
  }
  .header__form button {
    width: 152px;
    height: 43px;
  }
  .header__info {
    margin-bottom: 24px;
    height: 50px;
    font-size: 16px;
  }
  .header__block {
    padding: 20px;
  }
  .header__row {
    margin-bottom: 0;
    width: 100%;
  }
  .header__block small {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .header__block p {
    font-size: 24px;
  }
  .header__block p span {
    font-size: 16px;
  }
  .marquee-item p {
    font-size: 14px;
    line-height: 100%;
  }
  .main {
    padding-top: 80px;
  }
  h2 {
    line-height: 90%;
    font-size: 36px;
  }
  .sub {
    padding-left: 16px;
  }
  .main .header__block:first-child {
    margin-bottom: 0;
  }
  .main .header__block {
    text-align: center;
  }
  .main .header__block small {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  .main .header__block p {
    margin-top: 0;
    width: 100%;
    letter-spacing: -0.18rem;
    font-size: 36px;
    text-align: center;
  }
  .main .main__block p span {
    font-size: 24px;
  }
  .main .main__row {
    gap: 7px;
  }
  .main__area {
    padding: 30px 40px;
  }
  .main__area h3 {
    font-size: 24px;
    line-height: 115%;
  }
  .main__area ul li p {
    font-size: 14px;
  }
  .main__area ul {
    gap: 15px;
  }
  .info .tabs__nav {
    justify-content: space-between;
  }
  .info .tabs__nav a {
    width: 49%;
  }
  .info__text {
    font-size: 16px;
  }
  .info__sum {
    font-size: 24px;
  }
  .info__sum span {
    font-size: 14px;
    margin-left: 7px;
  }
  .info .swiper1, .info .swiper11 {
    width: 77%;
  }
  .spec .title {
    margin-bottom: 20px;
  }
  .spec .swiper2 {
    width: 77%;
  }
  .way__item {
    padding-bottom: 0;
    padding-left: 0;
    background: transparent !important;
  }
  .way__item span {
    background: #f8f8f8 !important;
    color: #101010 !important;
  }
  .way__item h3 {
    color: #101010 !important;
  }
  .area__item {
    padding: 35px;
  }
  .area__item h3 {
    font-size: 19px;
  }
  .area {
    padding-bottom: 50px;
  }
  .order__form p {
    font-size: 17px;
  }
  .order__form span {
    font-size: 14px;
  }
  .footer__flex p {
    font-size: 14px;
  }
}