@font-face {
  font-family: 'Fact';
  src: url('../fonts/Fact-Light.woff2') format('woff2');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'icon-font';
  src: url('../fonts/icon-font.woff?l3nooo') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #ffffff;
  --dark: #0B0B0B;
  --accent: #D8C184;
  --light: #F1EAE4;
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "icon-font" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-benefit_big-1:before {
  content: "\e901";
}

.icon-benefit_big-2:before {
  content: "\e902";
}

.icon-benefit_-big-3:before {
  content: "\e903";
}

.icon-benefit_-big-3-1:before {
  content: "\e904";
}

.icon-benefit-1:before {
  content: "\e905";
}

.icon-benefit-2:before {
  content: "\e906";
}

.icon-benefit-3:before {
  content: "\e907";
}

.icon-calendar:before {
  content: "\e908";
}

.icon-carcase:before {
  content: "\e909";
}

.icon-check:before {
  content: "\e90a";
}

.icon-chevrone:before {
  content: "\e90b";
}

.icon-class:before {
  content: "\e90c";
}

.icon-color:before {
  content: "\e90d";
}

.icon-cross:before {
  content: "\e90e";
}

.icon-date:before {
  content: "\e90f";
}

.icon-engine:before {
  content: "\e910";
}

.icon-fav:before {
  content: "\e911";
}

.icon-fav-fill:before {
  content: "\e912";
}

.icon-gas:before {
  content: "\e913";
}

.icon-kpp:before {
  content: "\e914";
}

.icon-limit:before {
  content: "\e915";
}

.icon-loup:before {
  content: "\e916";
}

.icon-mail:before {
  content: "\e917";
}

.icon-max:before {
  content: "\e918";
}

.icon-mens:before {
  content: "\e919";
}

.icon-phone:before {
  content: "\e91a";
}

.icon-plus:before {
  content: "\e91b";
}

.icon-sort:before {
  content: "\e91c";
}

.icon-speed:before {
  content: "\e91d";
}

.icon-tag:before {
  content: "\e91e";
}

.icon-tag-fill:before {
  content: "\e91f";
}

.icon-user:before {
  content: "\e920";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Fact', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #0b0b0b;
  color: #F1EAE4;
  overflow-x: hidden
}

body.no-scroll {
  overflow: hidden;
}

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

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

.intro-h1 {
  font-weight: 350;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

h1 {
  font-weight: 350;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
}

h2 {
  font-weight: 350;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
}

h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
}

h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
}

p,
li {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
}

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

a {
  text-decoration: none;
  transition: color 0.3s ease;
}

button {
  font-family: 'Fact', sans-serif;
  cursor: pointer;
  outline: none;
  transition:
    color 0.3s ease,
    background-color 0.5s ease,
    border-color 0.4s ease;
}

input {
  font-family: 'Fact', sans-serif;
  outline: none;
  transition:
    color 0.3s ease,
    background-color 0.5s ease,
    border-color 0.4s ease;
}

select {
  display: none;
}

.weight-bold {
  font-weight: 500 !important;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  background: transparent;
  color: var(--light);
  font-size: 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: color .3s linear, background-color 0.3s linear, border-color 0.5s linear;
}

.btn--go {
  padding: 9px 9px 9px 20px;
  gap: 65px;
  background-color: transparent;
  border-color: rgba(216, 193, 132, 0.35);
}

.btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 4px;
  background-color: rgba(216, 193, 132, 0.25);
  transition: background-color 0.5s linear;
}

.btn i:before {
  font-size: 14px;
  color: var(--light);
}

.btn--go:hover,
.btn--dropdown.active {
  color: var(--accent);
}

.btn:hover i,
.btn--dropdown.active i {
  background-color: rgba(216, 193, 132, 0.5);
}

.btn--go:active,
.btn--dropdown.active {
  background-color: rgba(216, 193, 132, .1);
}

.btn--dropdown {
  padding: 4px 4px 4px 15px;
  font-size: 16px;
}

.btn--dropdown i {
  width: 31px;
  height: 31px;
}

.btn--dropdown i:before {
  font-size: 8px;
  transition: transform 0.2s ease;
}

.btn--dropdown.active i:before {
  margin-bottom: 2px;
  transform: rotate(180deg);
}

.btn--read {
  padding: 6px 6px 6px 20px;
  gap: 20px;
}

.btn--read i {
  width: 28px;
  height: 28px;
}

.btn--read i:before {
  transform: rotate(-45deg);
  font-size: 12px;
}

.btn--accent {
  justify-content: center;
  padding: 10px 25px;
  background-color: rgba(216, 193, 132, .15);
  border-color: rgba(216, 193, 132, .5);
}

.btn--accent:hover {
  background-color: rgba(216, 193, 132, .2);
  color: var(--accent);
  border-color: rgba(216, 193, 132, .75);
}

.btn--accent:active {
  background-color: rgba(216, 193, 132, .25);
}

.btn--action {
  justify-content: center;
  padding: 10px 25px;
  border-color: rgba(216, 193, 132, .15);
}

.btn--action:hover {
  background-color: rgba(216, 193, 132, .1);
  color: var(--accent);
  border-color: rgba(216, 193, 132, .50);
}

.btn--action:active {
  background-color: rgba(216, 193, 132, .20);
}

.btn--def {
  justify-content: center;
  padding: 10px 25px;
  color: rgba(241, 234, 228, 0.85);
  border-color: rgba(241, 234, 228, 0.25);
}

.btn--def:hover {
  color: rgba(241, 234, 228, 1);
  border-color: rgba(241, 234, 228, 0.5);
}

.btn--def:active {
  background-color: rgba(241, 234, 228, 0.1);
}

.btn--glare {
  background-color: #202020;
  padding: 11px 11px 11px 20px;
  gap: 35px;
  font-size: 20px;
  border: none;
  overflow: hidden;
  border-radius: 8px;
  z-index: 0;
  animation: light-shadow 5s infinite;
}

.btn--glare::before {
  content: "";
  background: linear-gradient(45deg, #825b4d 10%, #e8b98b 45%, #e8b98b 50%, #825b4d 85%);
  position: absolute;
  top: 0;
  left: 0;
  background-size: 400%;
  z-index: -2;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  width: 100%;
  height: 100%;
  -webkit-animation: glare 20s linear infinite;
  animation: glare 10s linear infinite;
  display: block;
}

.btn--glare::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #202020;
  border-radius: 5px;
}

@keyframes glare {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -400% 0;
  }
}

@keyframes light-shadow {
  50% {
    box-shadow: 0 0 24px rgba(216, 193, 132, .5);
  }
}

.btn--glare:active {
  background-color: #1A1A1A;
}

.btn__more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.offset {
  margin-bottom: 140px;
}

.offset--sm {
  margin-bottom: 70px;
}

.container {
  width: auto;
  margin: 0 7.5%;
  box-sizing: border-box;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.1s linear, border-color .2s ease;
  border-bottom: 1px solid transparent;
  z-index: 999;
}

.header.fixed,
.header.inner {
  background-color: #21211F;
  border-color: rgba(255, 255, 255, 0.1);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.header__logo {
  position: relative;
}

.header__logo:before {
  display: none;
  content: 'Аренда автомобилей';
  position: relative;
  color: var(--light);
  opacity: .85;
}

.header__logo .logo {
  width: 98px;
  height: 34px;
  object-fit: contain;
}


.nav {
  flex: 1 1 auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

.menu-item {
  position: static;
}

.menu-item.show::before {
  opacity: 0;
}

.menu-item.show::after {
  opacity: 1;
}

.menu-item>a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
  padding: 35px 0;
}

.menu-item a:hover,
.menu-item a:active {
  color: #D8C184;
}

.menu-item_link.icon-chevrone:before {
  order: 1;
  margin-top: 1px;
  font-size: 6px;
  transition: transform .3s ease;
}

.menu-item_link.icon-chevrone:hover:before {
  transform: rotate(180deg);
}

.nav-contacts {
  display: flex;
  align-items: center;
  gap: 25px;
}

.bookmark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .5);
  transition: background-color .3s ease;
}

.bookmark:before {
  margin: 1px 0 0;
  width: 15px;
  font-size: 11px;
  color: var(--white);
  opacity: .65;
  transition: opacity .3s ease;
}

.bookmark:hover {
  background-color: rgba(255, 255, 255, .3);
}

.bookmark:hover:before {
  opacity: 1;
}

.nav-media {
  display: flex;
  align-items: center;
  gap: 25px;
}

.nav-social {
  display: flex;
  align-items: center;
  gap: 7px;
}

.nav-social_whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: rgba(37, 211, 102, .15);
  border: 1px solid #25D366;
  border-radius: 100px;
  box-sizing: border-box;
  transition: background-color .3s ease;
}

.nav-social_whatsapp:hover {
  background-color: rgba(37, 211, 102, .3);
  border: 1px solid #25D366;
}

.nav-social_whatsapp:active {
  background-color: rgba(37, 211, 102, .08);
  border: 1px solid #25D366;
}

.nav-social_whatsapp::before {
  display: block;
  content: '';
  background: url(../images/whatsapp-small.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.nav-social_telegram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: rgba(38, 164, 227, .15);
  border: 1px solid #26A4E3;
  border-radius: 100px;
  box-sizing: border-box;
  transition: background-color .3s ease;
}

.nav-social_telegram:hover {
  background-color: rgba(38, 164, 227, .3);
  border: 1px solid #26A4E3;
}

.nav-social_telegram:active {
  background-color: rgba(38, 164, 227, .08);
  border: 1px solid #26A4E3;
}

.nav-social_telegram::before {
  display: block;
  content: '';
  background: url(../images/telegram-small.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
}


.btn-reserv {
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  width: 166px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #D8C18480;
}

.nav-telephone {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.telephone {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #EDEDED;
}

.telephone:hover {
  color: #D8C184;
}

.telephone:active {
  color: #D8C184;
}

.nav-telephone p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #EDEDED;
}

.nav-telephone span {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #EDEDED;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 30px 0 60px;
  background-color: #21211F;
  backdrop-filter: blur(24px);
  z-index: 100;
}

.submenu-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px 45px;
}

.submenu-items {
  width: calc(50% - 22.5px);
}

.submenu-items:only-child {
  width: 100%;
}

.submenu-items p {
  font-weight: 350;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #D8C184;
  margin: 0 0 30px;
}

.submenu-items ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.submenu-items ul li {
  width: auto;
  min-width: 210px;
  box-sizing: border-box;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #D8C18426;
  padding: 10px 15px;
  cursor: pointer;
  transition: border-color .3s ease;
}

.submenu-items ul li:hover {
  border: 1px solid #D8C18480;
}

.submenu-items ul li:active {
  background: #D8C1841A;
  border: 1px solid #D8C18480;
}

.submenu-items ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.submenu-items ul li:hover a {
  color: #D8C184;
}

.submenu-items ul li:active a {
  color: #D8C184;
}

.submenu-items ul li a span {
  font-weight: 350;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
  opacity: 0.5;
}

.intro {
  position: relative;
  background: url('../images/intro-bg.webp') no-repeat bottom;
  background-size: cover;
  height: 970px;
  margin-bottom: 70px;
  padding: 150px 0 40px;
}

.section-title {
  margin: 0 0 40px;
}

.intro .container {
  height: 100%;
}

.intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.intro__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 770px;
}

.intro__text h1 {
  margin: 0 0 10px;
  text-align: center;
}

.intro__text p {
  font-weight: 350;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #EDEDED;
  margin: 0 0 40px;
  max-width: 67%;
}

@keyframes shimmer {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

.intro__advantages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 820px;
}

.advantage {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 180px;
}

.advantage img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.advantage p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #EDEDED;
  width: 70%;
}

.section-title {
  margin: 0 0 40px;
}

.car-tabs-section {
  padding-top: 0;
}

.car-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 40px;
}

.car-tabs .tab {
  font-weight: 350;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.car-tabs .tab:hover {
  color: #D8C184;
}

.car-tabs .tab.active {
  position: relative;
  color: #D8C184;
}

.car-tabs .tab.active::after {
  content: '';
  border-bottom: 1px solid #D8C184;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
}

.tab-contents {
  position: relative;
}

.tab-content {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  gap: 45px 20px;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: calc(33.3% - 14px);
  box-sizing: border-box;
  position: relative;
}

.card.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  visibility: visible;
}

.card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 25px;
}

.card-title a {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.card-title a:hover {
  color: #D8C184;
}

.card-title span,
.car-page__title span {
  flex: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 4.5px 15px;
  color: #D8C184;
  border: 1px solid #D8C18440;
  border-radius: 3px;
}

.card-characteristics {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin: 0 0 30px;
}

.card-characteristic:first-child {
  border: none;
  padding: 0;
}

.card-characteristic {
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 1px solid rgba(241, 234, 228, 0.25);
  padding-left: 15px;
}

.card-characteristic p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.card-price {
  font-weight: 350;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #D8C184;
}

.card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}

.card a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.card:hover a img {
  transform: scale(1.08);
}

.card:hover .card-title a {
  color: var(--accent);
}

.advantages h2 {
  margin: 0 0 40px;
}

.advantages-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.advantages-item {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(279.76deg, rgba(27, 27, 27, 0.5) 0%, rgba(78, 72, 56, 0.5) 447.31%);
  border: 1px solid #FFFFFF1A;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  width: calc(25% - 15px);
  padding: 40px 25px 40px 115px;
  overflow: hidden;
}

.advantages-item img {
  position: absolute;
  top: 50%;
  left: -85px;
  width: 170px;
  height: 170px;
  object-fit: contain;
  transform: translateY(-50%);
}

.advantages-item_text div {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #D8C184;
  margin: 0 0 15px;
  width: 80%;
}

.advantages-item_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
  opacity: 0.85;
}


.services-content h2 {
  margin: 0 0 40px;
}

.services-items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.services-item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: calc(33.33% - 15px);
}

.services-item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
  border-radius: 12px;
}

.services-item_link__img {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.services-item:hover .services-item_img {
  transform: scale(1.08);
}

.services-item_link {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.services-item:hover .services-item_link,
.services-item:active .services-item_link {
  color: #D8C184;
}

.request-block {
  position: relative;
  background: url(../images/request-bacg.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid #2d2d2b;
  overflow: hidden;
}

.request-block::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: linear-gradient(270deg, rgba(20, 20, 19, .1) 0%, rgba(20, 20, 19, .4) 40.11%, rgba(20, 20, 19, .4) 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.request-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 55px;
  padding: 58px 70px;
  z-index: 1;
}

.request-content > p {
  font-weight: 350;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.request-content p span {
  color: #D8C184;
}

.request-content p a {
  color: #D8C184;
}

.faq-answer ul {
   list-style: decimal;
   padding-left: 20px;
}

.form-row p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-row p br {
  display: none;
}

.form-row p span {
  line-height: initial;
}

.form-row input:not(.btn) {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgba(241, 234, 228, 0.75);
  border: 1px solid rgba(241, 234, 228, 0.35);
  border-radius: 6px;
  padding: 0 15px;
  width: 271px;
  height: 55px;
  background: transparent;
  box-sizing: border-box;
}

.form-row input:not(.btn)::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgba(241, 234, 228, 0.75);
}

.form-row input:not(.btn):hover {
  border: 1px solid rgba(241, 234, 228, 0.50);
}

.form-row input:not(.btn):hover::placeholder {
  color: rgba(241, 234, 228, 0.85);
}

.form-row input:not(.btn):focus {
  border: 1px solid rgba(241, 234, 228, 0.75);
}

.form-row input:not(.btn):focus::placeholder {
  color: rgba(241, 234, 228, 1);
}

.form-row input:not(.btn).error {
  border: 1px solid rgba(255, 59, 59, 0.75);
}

.form-row input:not(.btn).error::placeholder {
  color: #FF3B3B;
}

.form-row input.error span {
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #FF3B3B;
}

.form-row .btn {
  justify-content: center;
  width: 100%;
  max-width: 270px;
  height: 55px;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
  top: 3px;
  right: 5px;
  color: #FF3B3B !important;
  line-height: initial;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  gap: 8px;
  color: white;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.form-consent input[type="checkbox"], .wpcf7-acceptance label input[type="checkbox"] {
  display: none;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance label {
  display: block;
  margin-top: 15px;
}

.wpcf7-acceptance label span {
  position: relative;
  color: white;
  font-size: 14px;
  padding-left: 24px;
  cursor: pointer;
}

.wpcf7-acceptance label span:before {
  flex: none;
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: transparent no-repeat center;
  border: 1px solid rgba(241,234,228, .5);
  border-radius: 4px;
  transition: background 0.3s, border-color 0.3s;
}

.wpcf7-acceptance label span:hover:before {
  border-color: rgba(241,234,228, .75);
}

.wpcf7-acceptance label input[type="checkbox"]:checked+span:before {
  background: url(../images/check-active.svg) no-repeat center;
  border-color: rgba(241,234,228, .75);
}

.wpcf7-form br {
  display: none;
}

.wpcf7-spinner {
  display: none;
  margin: 15px auto 0;
}

.form-row p span.wpcf7-spinner {
  margin: 0 24px;
}

.wpcf7-form.submitting .wpcf7-spinner {
    display: block;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #F1EAE440;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s;
}

.custom-checkbox:hover {
  border: 1px solid #D8C18480;
}

.custom-checkbox:active {
  border: 1px solid #F1EAE440;
}

.form-consent input[type="checkbox"]:checked+.custom-checkbox::after {
  content: "";
  background: url(../images/check-active.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 7px;
}

.form-consent p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.form-consent p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
  text-decoration: underline;
}

.form-consent p a:hover {
  color: #D8C184;
}

.wpcf7-acceptance label span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.wpcf7-acceptance label span a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
  text-decoration: underline;
  transition: color .2s ease;
}

.wpcf7-acceptance label span a:hover {
  color: var(--accent);
}

.form-row input.wpcf7-not-valid, input.wpcf7-not-valid {
  color: #FF3B3B;
  border-color: #FF3B3B;
}

.form-row input.wpcf7-not-valid::placeholder, input.wpcf7-not-valid::placeholder {
  color: #FF3B3B;
}

.text-cover {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 140px;
}

.text-cover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/text-cover.webp) no-repeat bottom;
  background-size: cover;
  width: 100%;
  height: 560px;
}

.text-cover_blog {
  padding: 226px 0 0;
}

.text-cover_blog > h2 {
  position: relative;
  margin: 0 0 40px;
}

.text-cover_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 100px;
  overflow: hidden;
  transition: all 1s;
  break-inside: avoid;
  page-break-inside: avoid;
  position: relative;
}

.text-cover_content {
  max-height: 100px;
}

.text-cover_content.expanded {
  max-height: 100%;
}

.text-cover_content h2 {
  margin-bottom: 0;
}

.text-cover_content h2.h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 115%;
  color: var(--light);
  margin: 0;
}

.text-cover_content ul {
  padding-left: 10px;
}

.text-cover_content ul li {
  position: relative;
  padding-left: 20px;
}

.text-cover_content ul li:not(:last-child) {
  margin-bottom: 12px;
}

.text-cover_content ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  border: 1px solid var(--accent);
}

.text-cover_content .table-wrapper {
  flex: none;
}

.text-cover_content table {
  width: 100%;
  border-collapse: collapse;
}

.text-cover_content table thead td {
  background: rgba(216, 193, 132, .2);
  padding: 15px 35px;
  text-align: left;
  font-weight: 500;
}

.text-cover_content table td {
  font-size: 18px;
  padding: 15px 35px;
  transition: background .3s ease;
}

.text-cover_content table tbody tr:nth-child(odd) td {
  background: rgba(216, 193, 132, .05);
}

.text-cover_content table tbody tr:hover td {
  background: rgba(216, 193, 132, .1);
}

.more::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(0deg, rgba(11, 11, 11, 1) 0%, rgba(11, 11, 11, 1) 50%, rgba(11, 11, 11, 0) 100%);
  width: 100%;
  height: 150px;
  z-index: 1;
}

.more.show::before {
  content: none;
}

.more p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
  width: 100%;
  z-index: 2;
  margin: 15px 0 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

.more p:hover {
  color: #D8C184;
}

.more p::after {
  content: '';
  background: url(../images/more.svg);
  width: 14px;
  height: 14px;
  transition: all .3s ease;
}

.more.show p::after {
  transform: rotate(180deg);
}

.more p:hover::after {
  content: '';
  background: url(../images/more-hover.svg);
  width: 14px;
  height: 14px;
  transition: all .3s ease;
}

.more.show::after {
  transform: rotate(180deg);
}


.faq h2 {
  margin: 0 0 40px;
}

.faq-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.faq-item {
  width: calc(50% - 12px);
  border: 1px solid #F1EAE440;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
  transition: background-color 0.5s linear, border-color .8s ease;
}

.faq-item.active {
  background: #161615;
  border: 1px solid #D8C18459;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease;
}

.faq-question:hover span {
  color: #D8C184;
}

.faq-item.active .faq-question {
  border-color: rgba(216, 193, 132, .25);
}

.faq-question span {
  font-size: 16px;
  line-height: 1.4;
  transition: color .4s ease;
}

.faq-toggle {
  flex: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(216, 193, 132, .50);
  color: var(--white);
  cursor: pointer;
  padding: 0;
  border-radius: 100px;
  transition: border-color .4s ease;
}

.faq-toggle::before {
  font-size: 15px;
  transition: transform .4s ease, color .3s ease;
}

.faq-item.active .faq-toggle {
  border-color: var(--accent);
}

.faq-item.active .faq-toggle::before {
  color: var(--accent);
  transform: rotate(-45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item.active .faq-answer {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 100%;
}

.faq-question span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.faq-item.active .faq-question span {
  color: #D8C184;
}


.gallery h2 {
  margin: 0 0 40px;
}

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

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-item--large {
  grid-column: span 2;
  grid-row: span 2;
}

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

.gallery-item a::after,
.gallery-item a::before {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.gallery-item a::after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
  z-index: 1;
}

.gallery-item a::before {
  content: '';
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  background-image: url(../images/loop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.gallery-item a:hover::after,
.gallery-item a:hover::before {
  opacity: 1;
}

.gallery__modal {
  display: none;
}

.gallery__modal.fslightbox-source {
  display: block;
}

.gallery__modal img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.gallery__modal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 20px;
}

.gallery__modal-row div {
  font-size: 22px;
}

.gallery__modal-row .btn {
  background-color: var(--dark);
}

.carusel {
  overflow: hidden;
}

.carusel h2 {
  margin: 0 0 40px;
}

.carusel-navigation {
  position: absolute;
  top: 50%;
  left: -25px;
  width: calc(100% + 50px);
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0;
  pointer-events: none;
}

.carusel-prev,
.carusel-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgba(216, 193, 132, .05);
  backdrop-filter: blur(48px);
  box-shadow: 0px 0px 68px 0px #FFFFFF0D inset;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  pointer-events: all;
}

.carusel-prev:hover,
.carusel-next:hover {
  background-color: rgba(216, 193, 132, .15);
  box-shadow: 0px 0px 68px 0px #FFFFFF0D inset;
}

.carusel-prev:active,
.carusel-next:active {
  background: #D8C18426;
  box-shadow: 0px 0px 68px 0px #FFFFFF0D inset;
}

.carusel-prev {
  transform: rotate(180deg);
}

.carusel-prev::before,
.carusel-next::before {
  margin-left: 5px;
  transform: rotate(-90deg);
  font-size: 10px;
  transition: color .3s ease;
}

.carusel-prev:hover:before,
.carusel-next:hover:before {
  color: var(--accent);
}

.carusel-next:before {
  margin-bottom: 2px;
}

.carusel-slide img {
  width: 100%;
  height: 100%;
}

.carusel-slide,
.carusel-slide.swiper-slide {
  width: 100%;
  overflow: visible;
  opacity: .35;
  transition: opacity 0.4s ease;
  transition-property: transfom, opacity;
}

.swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.carusel-slide::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 99px;
  height: 70px;
  background: url(../images/play.svg) no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}

.carusel-slide:hover::before {
  opacity: 1;
}

.carusel-swiper.swiper {
  margin: 0 0 40px;
  overflow: visible;
}

.carusel-reviews {
  max-width: 227px;
  margin: 0 auto 140px;
}

.carusel-reviews .premier {
  padding: 8.5px 12px 8.5px 20px;
}

.carusel-reviews .premier::before {
  content: none;
}

.article-read .premier::before {
  content: none;
}

.reviews-maps h2 {
  margin: 0 0 40px;
}

.reviews-maps-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 40px;
}

.reviews-maps-tabs .tab {
  font-weight: 350;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
  cursor: pointer;
  transition: color 0.3s ease;
}

.reviews-maps-tabs .tab.active {
  position: relative;
  color: #D8C184;
}

.reviews-maps-tabs .tab.active::after {
  content: '';
  border-bottom: 1px solid #D8C184;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
}

.review-maps_grade {
  display: flex;
  gap: 15px;
  margin: 0 0 20px;
}

.review-maps_grade p {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.review-maps_grade span {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
  opacity: .75;
}

.review-maps_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.review-maps_item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px;
  background: linear-gradient(279.76deg, rgba(27, 27, 27, 0.5) 0%, rgba(78, 72, 56, 0.5) 447.31%);
  border: 1px solid #FFFFFF1A;
  border-radius: 10px;
  width: calc(33.33% - 14px);
  box-sizing: border-box;
}

.review-maps_item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.review-maps_author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.review-maps_author__left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.review-maps_author__title {
  padding-left: 15px;
  border-left: 1px solid #EDEDED26;
}

.review-maps_author__title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.review-maps_author__left img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100px;
}

.review-maps_date {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
  opacity: .85;
}

.stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.stars img {
  width: 25px;
  height: 25px;
}

.stars span {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
  padding-left: 4px;
}

.reviews-maps-tabs .tab:hover {
  color: #D8C184;
}

.articles h2 {
  margin: 0 0 40px;
}

.article-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}

.article-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(33.33% - 14px);
}

.article-item_img {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  border-radius: 8px;
  overflow: hidden;
}

.article-item_img img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 1s ease;
}

.article-item_title {
  flex: 1 1 auto;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
  min-height: 56px;
}

.article-item:hover .article-item_title {
  color: #D8C184;
}

.article-item:hover .article-item_img img {
  transform: scale(1.08);
}

.article-item_text {
  font-weight: 350;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 40px;
  opacity: .85;
}

.article-read {
  max-width: 210px;
}

.article-read .premier {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  gap: 20px;
  padding: 4.5px 7px 4.5px 20px;
  border-radius: 4px;
}

.article-read .premier i {
  width: 29px;
  height: 29px;
}

.article-read .premier i::after {
  content: '';
  background: url(../images/find-2.svg) no-repeat center;
  background-size: contain;
  width: 13px;
  height: 13px;
}


.contacts h2 {
  margin: 0 0 40px;
}

.contacts-content {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 35px;
}

.contacts-content_items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  background: linear-gradient(279.76deg, rgba(27, 27, 27, 0.5) 0%, rgba(78, 72, 56, 0.5) 447.31%);
  border: 1px solid #FFFFFF1A;
  padding: 40px 50px;
  border-radius: 12px;
  box-sizing: border-box;
}

.contacts-content_items {
  width: calc(36.4% - 18px);
}

.contacts-content_map {
  width: calc(63.6% - 18px);
}

.contacts-content_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(241, 234, 228, 0.15);
}

.contacts-content_item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.contacts-tel {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F1EAE4;
  margin: 10px 0 0;
}

.contacts-mail {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #F1EAE4;
  margin: 0 0 10px;
}

.contacts-content_item a:hover {
  color: #D8C184;
}

.contacts-content_item div {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
}

.contacts-content .nav-social a {
  width: 45px;
  height: 45px;
}

.contacts-content .nav-social a:before {
  height: 21px;
  width: 21px;
}

.contacts-content_item.last {
  padding-bottom: 0;
  border: none;
}

.contacts-content_items .btn {
  justify-content: center;
  width: 100%;
  max-width: 270px;
  height: 55px;
}

.contacts-content_map {
  position: relative;
}

.contacts-content_map iframe {
  height: 100%;
  border-radius: 12px;
}

.contacts-block_map {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 15px;
  background: linear-gradient(279.76deg, rgba(27, 27, 27, 0.85) 0%, rgba(78, 72, 56, 0.85) 447.31%);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 68px 0px #FFFFFF0D inset;
  border-radius: 12px;
  width: fit-content;
}

.contacts-organiz {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #F1EAE4;
}


.blocks-social_imets {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blocks-social_imet {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  width: calc(33.33% - 14px);
  box-sizing: border-box;
  padding: 35px 30px;
  background: linear-gradient(279.76deg, rgba(27, 27, 27, 0.5) 0%, rgba(78, 72, 56, 0.5) 447.31%);
  border: 1px solid #FFFFFF1A;
  border-radius: 12px;
}

.blocks-social_imet::after {
  content: '';
  position: absolute;
  top: 30px;
  right: -15%;
  background: url(../images/blocks-social.webp) no-repeat center;
  background-size: contain;
  width: 236px;
  height: 482px;
}

.blocks-social_imet__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #F1EAE4;
}

.blocks-social_imet p {
  flex: 1 1 auto;
  font-family: Fact;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
  opacity: 0.75;
  width: 60%;
  margin: 0 0 30px;
}

.blocks-social_imet .btn {
  padding: 15px 20px;
  height: 55px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 60px;
}

.footer-logo {
  width: 100px;
  height: 35px;
  margin: 0 0 5px;
}

.logo-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.logo-info p, .logo-info a {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
  opacity: .70;
}


.footer-col {
  max-width: 270px;
}

.footer-col > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
  margin: 0 0 15px;
}

.footer-col > div:before {
  display: none;
  order: 1;
  font-size: 8px;
  transition: transform .3s ease;
}

.footer-col > div.active:before {
  transform: rotate(180deg);
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-col ul li a, .footer-col ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
  opacity: .7;
  transition: opacity .3s ease, background-color .3s ease;
}

.footer-col ul li:hover a {
  opacity: 1;
}

.footer-col ul li .map-pin {
  width: 70%;
}

.footer-col ul li .map-pin,
.footer-col ul li .mail,
.footer-col ul li .phone {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-col ul li .map-pin::before {
  flex: none;
  content: '';
  background: url(../images/map-pin.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.footer-col ul li .mail::before {
  content: '';
  background: url(../images/mail.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.footer-col ul li .phone::before {
  content: '';
  background: url(../images/smartphone.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.footer-col .nav-social {
  margin: 0 0 0 30px;
}

.footer-col .nav-social a {
  opacity: 1;
}

.footer-col.contacts {
  margin: 0 0 20px;
}

.footer-col.contacts ul {
  gap: 20px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16.5px 0;
}

.hr {
  border-top: 1px solid #2E3137;
}

.payment-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-links a,
.footer-copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
  opacity: .50;
}

.footer-links a {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  transition: opacity .3s ease;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-links a:active {
  color: var(--accent);
}

.scroll-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 40px;
  bottom: 100px;
  width: 45px;
  height: 45px;
  background-color: rgba(216, 193, 132, .35);
  box-shadow: 0px 0px 16px 0px #5858581A;
  border-radius: 100px;
  cursor: pointer;
  z-index: 1000;
  display: none;
  transition: background-color .3s ease;
}

.scroll-to-top::before {
  content: '';
  background: url(../images/scroll-top.svg) no-repeat center;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.site-footer {
  background: linear-gradient(279.76deg, rgba(27, 27, 27, 0.5) 0%, rgba(78, 72, 56, 0.5) 447.31%);
  border-top: 1px solid #FFFFFF1A;
  padding: 60px 0 0;
}

.site-footer--car {
  padding-bottom: 80px;
}

/* Каталог */

main.inner {
  padding-top: 115px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgba(241, 234, 228, 0.50);
  margin: 0 0 25px;
}

.breadcrumbs li {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgba(241, 234, 228, 0.50);
}

.breadcrumbs li:not(:last-child) {}

.breadcrumbs li:not(:last-child):after {
  content: '-';
  padding-left: 5px;
}

.breadcrumbs li:last-child {
  color: var(--light);
}

.breadcrumbs li a {
  color: rgba(241, 234, 228, 0.50);
  transition: color .2s ease;
}

.breadcrumbs li a:hover {
  color: var(--accent);
}

.page-title {
  margin: 0 0 25px;
}

.page-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F1EAE4;
  margin: 0 0 40px;
}

.catalog__find {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(279.76deg, rgba(27, 27, 27, 0.5) 0%, rgba(78, 72, 56, 0.5) 447.31%);
  border: 1px solid #FFFFFF1A;
  padding: 30px;
  border-radius: 8px;
  margin: 0 0 70px;
}

.catalog__find .form__item.place {
  width: 100%;
  max-width: 700px;
}

.catalog__find .form__item.place .field,
.form__item.place .field {
  padding: 0 50px;
  line-height: 55px;
}

.form__item {
  position: relative;
}

.form__item.seats .field {
  padding-left: 48px;
}

.catalog__find .form__item-pair {
  flex: 1 1 auto;
  min-width: 300px;
}

.catalog__find .form__item-pair .form__item {
  width: 50%;
  z-index: 0;
}

.catalog__find .form__item-pair .form__item .field {
  height: 53px;
}

.catalog__find .btn {
  min-width: 250px;
  height: 55px;
}

.catalog__find .form__item.seats {
  min-width: 160px;
  max-width: 180px;
}

.form__item-pair {
  display: flex;
  border-radius: 6px;
  border: 1px solid rgba(241, 234, 228, 0.35);
  transition: border-color .3s ease;
}

.form__item-pair:hover {
  border-color: rgba(241, 234, 228, 0.50);
}

.form__item-pair .form__item:before {
  left: initial;
  right: 20px;
  cursor: pointer;
  z-index: -1;
  opacity: 0.75;
}

.form__item-pair .form__item:hover:before {
  opacity: 1;
}

.form__item-pair .field {
  border-radius: 0;
  border: none;
  cursor: pointer;
}

.form__item-pair .form__item:nth-child(1) .field {
  border-right: 1px solid rgba(241, 234, 228, 0.35);
}


.field,
.nice-select.filed {
  width: 100%;
  height: 55px;
  font-size: 15px;
  padding: 15px 20px;
  border: 1px solid rgba(241, 234, 228, 0.35);
  border-radius: 6px;
  background-color: transparent;
  color: rgba(241, 234, 228, 1);
  transition: color .3s ease, border-color .3s ease;
}


.form__item--icon:before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 15px;
  opacity: .75;
  z-index: 5;
  transition: opacity .2s ease;
}

.form__item .field:hover {
  border-color: rgba(241, 234, 228, 0.50);
}

.form__item .filed:focus {
  color: rgba(241, 234, 228, 1);
  border-color: rgba(241, 234, 228, 0.75);
}

.form__item .field::placeholder {
  color: rgba(241, 234, 228, 0.75);
  transition: color .3s ease;
}

.form__item .field:hover::placeholder {
  color: rgba(241, 234, 228, 0.85);
}

.form__item .field:focus::placeholder {
  color: rgba(241, 234, 228, 1);
}

.form__item .field.error {
  border: 1px solid rgba(255, 59, 59, 0.75);
}

.form__item .field.error::placeholder {
  color: #FF3B3B;
}

.form__item .field.error span {
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #FF3B3B;
}

.nice-select.open .nice-select-dropdown {
  width: 100%;
  background-color: #161514;
  border: 1px solid rgba(241, 234, 228, 0.5);
}

.form__item.place .nice-select .option {
  color: var(--light);
  font-size: 15px;
  padding-left: 20px;
  line-height: 50px;
}

.nice-select .option {
  color: var(--light);
  font-size: 15px;
}

.nice-select .option:not(:last-child) {
  border-bottom: 1px solid rgba(241, 234, 228, 0.1);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: rgba(216, 193, 132, .1);
}

.nice-select:after {
  width: 10px;
  height: 10px;
  top: 47%;
  right: 22px;
}

.catalog__filter {
  position: relative;
  display: flex;
  gap: 10px;
}

.catalog__filter-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog__filter-list:nth-child(2) {
  flex: 1 1 auto;
  justify-content: space-between;
}

.select__wrapper {
  position: relative;
}

.select__wrapper select {
  display: none;
}

.select__wrapper .select {
  width: 100%;
  height: 40px;
  line-height: 38px;
  background: transparent;
  font-size: 16px;
  border: 1px solid rgba(216, 193, 132, .35);
  border-radius: 6px;
  padding: 0px 15px;
  color: var(--light);
  transition: color .3s ease, border-color .3s ease;
}

.select__wrapper .select:after {
  border-color: var(--light);
}

.select__wrapper .select:hover {
  color: var(--accent);
  border-color: rgba(216, 193, 132, .50);
}

.select__wrapper .select:hover:after {
  border-color: var(--accent);
}

.select__wrapper .select:after {
  width: 8px;
  height: 8px;
  right: 17px;
  transition: transform .2s ease, border-color .2s ease;
}

.select__wrapper.icon-sort {
  min-width: 190px;
}

.select__wrapper.icon-sort .select {
  padding-left: 43px;
}

.select__wrapper.icon-sort .nice-select.open .nice-select-dropdown {
  background-color: var(--dark);
}

.select__wrapper.icon-sort:before {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 15px;
  color: var(--accent);
  transform: translateY(-50%);
}

.catalog__filter-item {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 180px;
  height: 40px;
  line-height: 41px;
  background: transparent;
  font-size: 16px;
  border: 1px solid rgba(216, 193, 132, .35);
  border-radius: 6px;
  padding: 0px 50px 0 15px;
  color: var(--light);
  transition: color .3s ease, border-color .3s ease;
  cursor: pointer;
}

.catalog__filter-dropdown {
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  width: 100%;
  background-color: var(--dark);
  border-radius: 3px;
  border: 1px solid rgba(216, 193, 132, .5);
  z-index: 10;
}

.catalog__filter-dropdown li {
  padding: 10px 15px;
  font-size: 15px;
  transition: background-color .2s ease;
}

.catalog__filter-dropdown li:not(:last-child) {
  border-bottom: 1px solid rgba(241, 234, 228, 0.1);
}

.catalog__filter-dropdown li:hover {
  background-color: rgba(216, 193, 132, .1);
}

.catalog__filter-item:before {
  position: absolute;
  top: 53%;
  right: 17px;
  font-size: 8px;
  transform: translateY(-50%);
  transition: transform .2s ease;
}

.catalog__filter-item .clear {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  border-radius: 100px;
  color: rgba(241, 234, 228, 0.75);
  border: 1px solid rgba(241, 234, 228, 0.75);
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}

.catalog__filter-item .clear:before {
  font-size: 11px;
  transform: rotate(45deg);
}

.catalog__filter-item .clear:hover {
  color: rgba(241, 234, 228, 1);
  border-color: rgba(241, 234, 228, 1);
}

.catalog__filter-item .count {
  color: var(--light);
  opacity: .75;
}

.catalog__filter-item:hover {
  color: var(--accent);
  border-color: rgba(216, 193, 132, .50);
}

.catalog__filter-item.active {
  color: var(--accent);
  border-color: rgba(216, 193, 132, .50);
}

.catalog__filter-item.active:before {
  top: 50%;
  transform: rotate(180deg) translateY(50%);
}

.catalog__filter-list .btn--dropdown {
  width: 100%;
  width: 200px;
  justify-content: flex-start;
  gap: 5px;
}

.catalog__filter-list .btn--dropdown span {
  display: flex;
  justify-content: flex-start;
  flex: 1 1 auto;
  color: var(--light);
  opacity: .75;
  margin-right: 15px;
}

.catalog__grid {
  margin-top: 30px;
}

.filter-full {
  display: none;
  position: absolute;
  top: 135%;
  width: 100%;
  max-width: 1632px;
  background: linear-gradient(279.76deg, rgba(27, 27, 27, 1) 0%, rgba(78, 72, 56, 1) 447.31%);
  padding: 35px;
  border-radius: 12px;
  z-index: 99;
  opacity: 0;
  transition: opacity .4s ease;
}

.filter-full__head {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 15px;
}

.filter-full__title {
  font-size: 22px;
}

.filter-full__close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  color: var(--light);
  border: 1px solid var(--light);
  opacity: .75;
}

.filter-full__close:before {
  margin-bottom: 1px;
  font-size: 13px;
  transform: rotate(45deg);
}

.filter-full__content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 15px;
}

.filter-full__item {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(241, 234, 228, 0.15);
}

.filter-full__label {
  margin-bottom: 15px;
  font-size: 18px;
}

.filter-full__list {}

.filter-full__list.horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-full__col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(25% - 11.5px);
}

.filter-full__action {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 15px;
  width: 100%;
  margin-top: 15px;
}

.filter-full__action .btn {
  width: 220px;
}

.checkbox-wrapper input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-wrapper input[type="checkbox"]+label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 21px;
  user-select: none;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease;
}

.checkbox-wrapper input[type="checkbox"]+label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: rgba(216, 193, 132, .05);
  border: 1px solid rgba(241, 234, 228, 0.25);
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.checkbox-wrapper input[type="checkbox"]:checked+label {
  color: var(--accent);
}

.checkbox-wrapper input[type="checkbox"]:checked+label::before {
  border-color: rgba(216, 193, 132, .5);
  background-image: url(../images/check-active.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.checkbox-wrapper input[type="checkbox"]:disabled+label {
  opacity: .45;
  cursor: not-allowed;
}

.filter-full__list li .checkbox-wrapper.bordered label {
  position: relative;
  gap: 7px;
  width: 170px;
  padding: 9px 15px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid rgba(241, 234, 228, 0.35);
  transition: border-color .2s ease;
}

.filter-full__list li .checkbox-wrapper.bordered label:hover {
  border-color: rgba(216, 193, 132, .5);
}

.filter-full__list li .checkbox-wrapper.bordered label::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.filter-full__list li .checkbox-wrapper.bordered label img {
  width: 30px;
  height: 24px;
  object-fit: contain;
}

.checkbox-wrapper input[type="checkbox"]:checked+label {
  border-color: rgba(216, 193, 132, .5);
}

.filter-full__col .filter-full__list:not(.horizontal) li:not(:last-child) {
  margin-bottom: 10px;
}

.checkbox-wrapper.colors {
  height: 35px;
}

.checkbox-wrapper.colors label {
  position: relative;
}

.checkbox-wrapper.colors label div {
  width: 35px;
  height: 35px;
  border-radius: 4px;
}

.checkbox-wrapper.colors input[type="checkbox"]+label::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(11, 11, 11, .35);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  z-index: 1;
  opacity: 0;
  transition: opacity .2s ease;
}

.checkbox-wrapper.colors input[type="checkbox"]+label:hover:before {
  opacity: .5;
}

.checkbox-wrapper.colors input[type="checkbox"]:checked+label::before {
  opacity: 1;
}

.filter-full__col .form__item-pair {
  border-radius: 4px;
}

.filter-full__col .field {
  height: 45px;
}

.car-page__photo {
  margin-bottom: 45px;
}

.car-page__images {
  margin-bottom: 20px;
}

.car-page__images-item {
  max-width: 810px;
}

.car-page__images-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.car-page__images-item a img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 12px;
}

.car-page__thumbs-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center 90%;
  border-radius: 6px;
  cursor: pointer;
}
.car-page__thumbs-item {
  transition: opacity .3s ease;
}

.car-page__photo .container {
  position: relative;
}

.car-page__photo .container .carusel-navigation--thumb {
  left: 25px;
  width: calc(100% - 50px);
}

.car-page__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 35px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(241, 234, 228, 0.1);
}

.car-page__title {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.car-page__title h1 {
  margin: 0;
}

.car-page__title span {
  margin-bottom: 10px;
  padding: 7px 20px;
  font-size: 16px;
}

.car-page__rent {
  display: flex;
  align-items: center;
  gap: 25px;
}

.car-page__rent-price {
  flex: none;
}

.car-page__rent-price span {
  display: block;
  font-size: 18px;
  opacity: .75;
}

.car-page__rent-price span:nth-child(1) {
  font-size: 28px;
  color: var(--accent);
  opacity: 1;
  line-height: 100%;
}

.car-page__rent .btn {
  width: 250px;
  height: 50px;
}

.car-page__chars {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 35px;
}

.car-page__chars li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: calc(25% - 26.5px);
}

.car-page__chars-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(325deg, rgba(27, 27, 27, 0.2) 0%, rgba(78, 72, 56, 0.2) 100%);
  border-radius: 6px;
  border: 1px solid rgba(241, 234, 228, 0.1);
}

.car-page__chars-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.car-page__chars-info span {
  display: block;
  font-size: 16px;
  opacity: .75;
  line-height: 125%;
}

.car-page__chars-info span:nth-child(2) {
  margin-top: 3px;
  font-size: 20px;
  opacity: 1;
}

.car-page__chars-info a {
  display: block;
  color: var(--accent);
  font-size: 20px;
  margin-top: 3px;
  text-decoration: underline;
  transition: opacity .2s ease;
}

.car-page__chars-info a:hover {
  opacity: .85;
}

.tariffs {}

.tariffs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.tariffs__list-item {
  width: calc(16.6% - 8px);
  background: linear-gradient(325deg, rgba(27, 27, 27, 0.2) 0%, rgba(78, 72, 56, 0.2) 100%);
  padding: 20px 25px;
  border-radius: 6px;
  border: 1px solid rgba(241, 234, 228, 0.1);
}

.tariffs__list-item span {
  display: block;
  font-size: 16px;
  opacity: .75;
}

.tariffs__list-item span:nth-child(2) {
  margin-top: 4px;
  font-size: 24px;
  opacity: 1;
  line-height: 100%;
}

.rent-form {
  position: relative;
  background: linear-gradient(325deg, rgba(27, 27, 27, 0.2) 0%, rgba(78, 72, 56, 0.2) 100%);
  padding: 50px;
  border-radius: 12px;
  border: 1px solid rgba(241, 234, 228, 0.1);
  overflow: hidden;
}

.rent-form:hover:before {
  opacity: 0;
  animation-play-state: paused;
}

.rent-form:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 127px;
  height: 746px;
  background: rgba(216, 193, 132, 0.5);
  border: 36px solid rgba(216, 193, 132, 0.3);
  box-shadow: 0 0 50px 24px rgba(216, 193, 132, 0.25);
  filter: blur(34px);
  transform: rotate(30deg);
  opacity: 0.1;
  z-index: -1;
  animation: blick 5s infinite;
  transition: opacity .3s ease;
}

.rent-form h3 {
  margin-bottom: 40px;
}

.rent-form__content {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.rent-form__content .form__item,
.rent-form__content .form__item-pair {
  width: calc(50% - 7.5px);
}

.rent-form__content .btn {
  width: 100%;
  height: 55px;
}

@keyframes blick {
  0% {
    transform: translate(-500%, -25%) rotate(30deg);
  }

  100% {
    transform: translate(3000px, -25%) rotate(30deg);
  }
}

.car-page__info {}

.tabs-block {}

.car-page__info-tabs {}

.tabs-block__list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 0 40px;
}

.tabs-block__list--big {
  gap: 40px;
}

.tabs-block__list--big .tab {
  font-size: 36px;
  opacity: .75;
}

.tabs-block__list--big .tab:after {
  bottom: -5px;
  border-width: 2px;
}

.tabs-block__list--big .tab:hover {
  opacity: 1;
}

.tab {
  position: relative;
  font-weight: 350;
  font-size: 20px;
  line-height: 100%;
  color: var(--light);
  cursor: pointer;
  transition: color 0.3s ease, opacity .3s ease;
}

.tab:after {
  content: '';
  border-bottom: 1px solid var(--accent);
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  opacity: 0;
  transition: opacity .3s ease;
}

.tab.active {
  color: var(--accent);
  opacity: 1;
}

.tab.active:after {
  opacity: 1;
}

.car-page__info-contents .tab-content {
  padding-top: 25px;
}

.tab-block__content {
  display: none;
}

.tab-block__content.active {
  display: flex;
}

.rules-wrapper {
  display: flex;
  align-items: stretch;
  gap: 70px;
  width: 100%;
}
.rules-list {
  width: calc(50% - 35px);
}

.rules-list:nth-child(2) {
  width: calc(50%);
  padding-left: 70px;
  border-left: 1px solid rgba(241, 234, 228, 0.1);
}

.rules-list li {
  display: flex;
  gap: 10px;
}

.rules-list li:not(:last-child) {
  margin-bottom: 30px;
}

.rules-list li hr {
  flex: 1 1 auto;
  border: none;
  border-bottom: 1px dashed rgba(241, 234, 228, 0.25);
}

.rules-list li dt {
  margin: 0;
  font-size: 18px;
  opacity: .75;
}

.rules-list li dd {
  margin: 0;
  font-size: 18px;
  opacity: 1;
}

.rules-list li dd a {
  color: var(--accent);
  text-decoration: underline;
  transition: opacity .2s ease;
}
.rules-list li dd a:hover {
  opacity: .85;
}

.table-wrapper {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(241, 234, 228, 0.1);
  overflow: hidden;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table th {
  background: rgba(216, 193, 132, .2);
  padding: 15px 35px;
  text-align: left;
  font-weight: 500;
}

.price-table th, .price-table td {
  width: 80%;
  font-size: 18px;
  padding: 15px 35px;
  transition: background .3s ease;
}

.price-table td:nth-child(2) {
  color: var(--accent);
}

.price-table tr:nth-child(odd) td {
  background: rgba(216, 193, 132, .05);
}

.price-table tr:hover td {
  background: rgba(216, 193, 132, .1);
}

.equpiment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 70px;

}

.equpiment-list li {
  position: relative;
  width: calc(50% - 35px);
  padding-left: 38px;
  font-size: 18px;
}

.equpiment-list li:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/check.svg) no-repeat center;
  border-radius: 3px;
  border: 1px solid rgba(216, 193, 132, .35);
}

.description-text p {
  font-size: 18px;
  margin: 0 0 20px;
}

.description-text p:last-child {
  margin-bottom: 0;
}

.car-page__bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #21211f;
  padding: 15px 0;
  border-top: 1px solid rgba(241, 234, 228, 0.1);
  z-index: 100;
  transform: translateY(150%);
  transition: transform .4s ease;
}
.car-page__bar.visible {
  transform: translateY(0);
}
.car-page__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
.car-page__bar-col {
  display: flex;
  align-items: center;
  gap: 15px;
}
.car-page__bar-col:nth-child(1) {
  flex: 1 1 auto;
}
.car-page__bar-title {
  flex: 1 1 auto;
  font-size: 24px;
}
.car-page__bar-rent {
  display: flex;
  align-items: center;
  gap: 30px;
}
.car-page__bar-price {
  display: flex;
  align-items: center;
  gap: 5px;
}

.car-page__bar-price span {
  font-size: 14px;
  opacity: .75;
}

.car-page__bar-price span:nth-child(1) {
  color: var(--accent);
  font-size: 22px;
  opacity: 1;
}

.car-page__bar-rent .btn {
  flex: none;
  width: 240px;
  height: 50px;
}

.car-page__bar-col .btn--go {
  gap: 12px;
  height: 50px;
  padding-right: 6px;
}

.car-page__bar-col .btn--go div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 1px solid transparent;
}

.car-page__bar-col .btn--go span {
  flex: 1 1 auto;
  text-align: left;
  margin-right: 35px;
}

.car-page__bar-col .btn--go div img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
}

.car-page__bar-col .btn--go.telegram {
  border-color: rgba(38,164,227,.5);
}

.car-page__bar-col .btn--go.telegram div {
  background-color: rgba(38,164,227,.15);
  border-color: rgba(38,164,227,1);
}

.car-page__bar-col .btn--go.telegram i {
  background-color: rgba(38,164,227,.25);
}

.car-page__bar-col .btn--go.telegram:hover {
  color: rgba(38,164,227,1);
}

.car-page__bar-col .btn--go.telegram:hover i {
  background-color: rgba(38,164,227,.5);
}

.car-page__bar-col .btn--go.telegram:active {
  background-color: rgba(38,164,227,.1)
}

.car-page__bar-col .btn--go.whatsapp div {
  background-color: rgba(37,211,102,.15);
  border-color: rgba(37,211,102,1);
}

.car-page__bar-col .btn--go.whatsapp i {
  background-color: rgba(37,211,102,.25);
}

.car-page__bar-col .btn--go.whatsapp:hover {
  color: rgba(37,211,102,1);
}

.car-page__bar-col .btn--go.whatsapp:hover i {
  background-color: rgba(37,211,102,.5);
}

.car-page__bar-col .btn--go.whatsapp:active {
  background-color: rgba(37,211,102,.1)
}

.swiper:not(.swiper-initialized) .swiper-slide {
  width: fit-content;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.85);
  opacity: 0;
  z-index: 999999;
  transition: opacity .3s ease;
}

.modal__form {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 560px;
  background: linear-gradient(325deg, #1b1b1b 0%, #232019 100%);
  padding: 35px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  transform: translate(-50%, -50%);
}

.modal__form-cancel {
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  border: 1px solid Var(--light);
  opacity: .8;
  transition: opacity .2s ease, color .2s ease, border-color .2s ease;
  cursor: pointer;
}

.modal__form-cancel:before {
  font-size: 10px;
  transform: rotate(45deg);
}

.modal__form-cancel:hover {
  color: var(--accent);
  border-color: var(--accent);
  opacity: 1;
}

.modal__form-title {
  margin-bottom: 10px;
  font-size: 36px;
  text-align: center;
  line-height: 115%;
}

.modal__form-desc {
  padding: 0 10%;
  margin: 0 0 30px;
  font-size: 18px;
  text-align: center;
  opacity: .75;
}

.modal__form form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.modal__form .btn {
  width: 100%;
  height: 50px;
}

.form-error, .wpcf7-response-output {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 5px 20px !important;
  color: #F55353;
  font-size: 16px;
  background: rgba(195, 18, 18, 0.25);
  border-radius: 0 0 4px 0;
  border: none !important;
}

.modal__form--success .modal__form-cancel {
  display: none;
}

.modal__form--success__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  margin: 0 auto 15px;
  color: var(--accent);
  border-radius: 500px;
  border: 2px solid var(--accent);
  opacity: .8;
}

.modal__form--success__icon:before {
  font-size: 24px;
}

#cookie {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  gap: 45px;
  background: #21211F;
  padding: 15px 35px;
  bottom: 20px;
  left: 50%;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 0 24px rgba(0,0,0,.35);
  transform: translateX(-50%);
  z-index: 999;
  transition: opacity .2s ease;
}

#cookie.hidden {
  display: none;
}

#cookie p {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 700px;
  font-size: 14px;
  line-height: 130%;
}

#cookie p a {
  color: var(--accent);
  text-decoration: underline;
}

#cookie p a:hover {
  opacity: .85;
}

#cookie .btn {
  padding: 4px 55px;
  height: 40px;
  font-size: 14px;
}
.catalog__preloader {
  display: none;
  width: 100px;
  height: 30px;
  margin: 0 auto 30px;
  background: url(../images/preloader.gif) 50% 50% / 100% no-repeat;
}

.catalog__filter-item__hidden {
  display: none !important;
}

.catalog__find .form-error {
  display: none;
  padding: 1px 12px !important;
}

.blog__cover {
  width: 100%;
}

.blog__cover img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.blog__header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 30px 0;
}

.blog__header-info ul {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.blog__header-info ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--light);
  font-size: 16px;
  font-weight: 350;
  opacity: .85;
}

.blog__header-info ul li:before {
  content: '';
  flex: none;
  width: 14px;
  height: 14px;
}

.blog__header-info ul li:first-child:before {
  background: url(../images/icon-read-time.svg) 50% 50% / 100% no-repeat;
}

.blog__header-info ul li:nth-child(2):before {
  background: url(../images/icon-views.svg) 50% 50% / 100% no-repeat;
}

.blog__head-fav {
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: var(--light);
  font-size: 16px;
  transition: color .3s ease;
  border: none;
}

.blog__head-fav:before {
  content: '';
  display: block;
  width: 11px;
  height: 14px;
  background: url(../images/icon-fav.svg) 50% 50% / 100% no-repeat;
  margin-top: 1px;
}

.blog__head-fav:hover {
  color: var(--accent);
}

.blog__head-fav.added:before {
  background: url(../images/icon-fav-fill.svg) 50% 50% / 100% no-repeat;
}

.blog__body {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 40px;
}

.blog__content {
  flex: 1 1 auto;
}

.blog__sidebar {
  flex: none;
  width: 280px;
}

.blog__content-list {
  background: linear-gradient(325deg, rgba(27, 27, 27, 0.2) 0%, rgba(78, 72, 56, 0.2) 100%);
  padding: 30px 25px;
  border-radius: 8px;
  border: 1px solid rgba(241, 234, 228, 0.1);
}