.d-flex {
  display: flex;
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
main {
  overflow: hidden;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
  padding-right: 6px !important;
  padding-left: 52px !important;
}
header {
  position: fixed;
  top: 25px;
  width: 100%;
  z-index: 99999;
  transition: .2s all ease;
}

.header-row {
  border-radius: 20px;
  padding: 24px 0;
  justify-content: center;
  transition: .2s all ease;
}

header.sticky {
  transform: translateY(-25px);
  background: #2E2E31;
}

header.sticky .header-row {
  padding: 12px 0;
}

.header-start {
  gap: 15px;
}
.products__wrapper-rent{
  display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.header-start span {
  color: rgba(201, 201, 201, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  text-transform: uppercase;
}

.header-end {
  margin-left: auto;
}

.nav-link {
  color: #FFF;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  transition: .2s all ease;
}

.navigation-list {
  gap: 36px;
}

.nav-link:hover {
  color: #E9C83D;
}

.burger-menu {
  display: none;
}

/* 1212 */

.header__row-language-box {
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.language-dropdown {
  position: relative;
}

.language-dropdown>div {
  padding: 9px 14px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  min-width: 80px;
  border-radius: 5px;
  border: 1px solid #434343;
  background: #1F1F1F;
}

.language-dropdown div>div {
  margin-left: 9px;
}

.language-dropdown .lang-list {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  padding: 0 !important;
  margin: 0 !important;
  top: 100%;
  width: 100%;
  background: #110E0F;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: -4px !important;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border: 1px solid #434343;
}

.lang {
  color: #141414;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  padding: 10px 0;
  transition: .2s all linear;
  background: #fff;
  cursor: pointer;
}

.lang:hover {
  opacity: .8;
}

.language-dropdown ul.lang-list li.selected {
  display: none;
}

.language-dropdown>div img {
  filter: invert(1);
}

.lang-item:last-child {
  border: 0;
}

.language-dropdown.open ul.lang-list {
  visibility: visible;
  opacity: 1;
}

.hero-block {
  position: relative;
  background: #141414;
}

.hero__block__row-img {
  position: absolute;
  top: 0;
  right: 0;
}

.hero__block__row-txt {
  padding: 240px 0 280px;
  position: relative;
  z-index: 2;
  max-width: 595px;
}

.hero__top-sp {
  background: var(--00000, linear-gradient(94deg, #DFBE74  -5.04%, #DFBE74 28.84%, #F8E694 69.7%, #C2914F 102.49%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 34.897px; /* 290.804% */
  text-transform: uppercase;
  font-family: var(--ya-d);
}

.hero__block__row-txt h1 {
  color: #FFF;
  font-family: var(--ya-d);
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  margin-bottom: 16px;
}

.hero__block__row-txt p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  max-width: 460px;
}

.hero__block__row__txt-links {
  margin-top: 48px;
  gap: 42px;
}

.hero__block__row__txt-links p {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 300;
  line-height: 22px; 
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.btn {
  padding: 16px 40px;
  align-items: center;
  gap: 8px;
  font-family: var(--ya-d);
  transition: .2s all ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-yellow {
  border-radius: 6px;
  background: linear-gradient(94deg, #DFBE74  -5.04%, #DFBE74 28.84%, #F8E694 69.7%, #C2914F 102.49%);
  color: #000;
  font-family: var(--ya-d);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;

  transition: all .4s ease-in-out; 
  position: relative;
  border: none;
  overflow: hidden;
  box-shadow: 0em 2px 1em 1px #f9ae1c21;
  text-transform: uppercase;
}

.ff {
  color: #DFBE74 !important;
}

.hero__block__row__txt-links .btn-yellow {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.577px;
  padding: 16px 15px;
  justify-content: center;
}

.btn-yellow:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  box-shadow: none;
}

.filters__nav-row {
  padding: 30px 40px;
  border-radius: 16px;
  gap: 16px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  align-items: flex-end;
  border-radius: 16px;
  border: 1px solid #383838;
  background: rgba(32, 32, 32, 0.90);
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  position: relative;
  z-index: 3;
}

.flatpickr-calendar * {
  font-family: var(--ya-d) !important;
}

.flatpickr-calendar,
.dayContainer,
.flatpickr-days {
  width: 235px;
  min-width: 235px;
  max-width: 235px;
}

.flatpickr-day {
  height: 35px;
  line-height: 35px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  display: flex;
}

.flatpickr-current-month {
  padding-top: 4px;
  font-size: 100%;
}

.flatpickr-current-month .numInputWrapper {
  display: none;
}

.filters__nav__row-label {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.filters__nav__row-label h4 {
  color: #000;
  font-family: var(--ya-d);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.filters__nav__row-label input,
.filters__nav__row-label select {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 16px;
  outline: 0;
  color: #000;
  font-family: var(--ya-d);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.filters__nav__row-label select {
  min-width: 295px;
}

.filters__nav__row-label input {
  width: 200px;
}

.btn-black {
  margin-left: auto;
  color: #FFF;
  font-family: var(--ya-d);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 8px;
  background: #0F0F0F;
  height: 56px;
}

.btn-black:hover {
  border-color: #0f0f0f;
  background: transparent;
  color: #0f0f0f;
}

.btn-black:hover img {
  filter: brightness(0);
}

.btn-black img {
  transition: .2s all ease;
}

.main-filters {
  padding-bottom: 95px;
  padding-top: 60px;
}

.filters-row {
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 26px;
  align-items: initial;
}

.filter__row-box {
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 20px;
  width: calc(100% / 4 - 20px);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #1F1F1F;
  position: relative;
}
.filter__row-box:before  {
  content:'';
  background-image: url(../img/bg_cars.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  
}

.filter__row__box-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  z-index: 2;
}

.filter__row__box-img img {
  border-radius: 15px;
  transition: 1.8s all ease;
  object-fit: contain;
  object-position: center;
  max-height: 215px;
}

.success__column {
  text-align: center;
}


.success_center {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.success__column h2 {
  color: #000;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
}

.success__column h4 {
  color: #000;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
}

.filter__row__box-img span {
  border-radius: 7px;
  background: #E9C83D;
  display: flex;
  padding: 0 9px;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.502px;
  height: 26px;
  align-items: center;
}

.filter__row__box-txt {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transition: .3s all linear;
  margin-top: auto;
  
}

.woocommerce-error {
  padding: 10px 45px;
}
.filter__row__box-btn{
  width:100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s all linear;
  transform:translateY(70px);
  position: relative;
  height: 0;
  z-index: 2;
 
}
.filter__row-box:hover .filter__row__box-btn {
  transform:translateY(-40px);
  opacity: 1;
  visibility: visible;
}
.filter__row-box:hover .filter__row__box-txt{
  opacity: 0;
  visibility: hidden;
}

.filter__row__box__txt-title h5 {
  color: #fff;
  font-family: var(--ya-d);
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

 .t__price {
  color: rgba(255, 255, 255, 0.50);
  font-family: var(--ya-d);
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}

 .t__price span {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.50);
}

.t__price span.woocommerce-Price-amount {
  color: #fff;
  font-size: 26.5px;
  font-weight: 300;
}
.t__price-month {
  margin-top: 5px;
  font-size: 12px;
  color:#fff;
}
.t__price-month span.woocommerce-Price-amount{
  font-size: 12px;
}

.filter__row__box__txt-title {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
}
.product__sp-row span.cat__new{
  color: #C0C0C0;
  font-family: var(--ya-d);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0.65px solid #C0C0C0;
  background: #33312D;
  padding: 3px 8px;
  display: inline-flex;
  height: auto;
}

.filter__row__box__txt__sp-row {
  justify-content: space-between;
  gap:0 3px;
  margin-top: 20px;

}

.filter__row__box__txt__sp-box {
  gap:0 3px;
  border-radius: 50px;
  background: #33312D;
  padding: 3px 8px;

}

.btn-outset {
  border-radius: 26px;
  border: 1px solid #000;
  padding: 10px;
  gap:0 5px;
  justify-content: center;
  text-transform: uppercase;
  color: #000;
  font-family: var(--ya-d);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  background: var(--00000, linear-gradient(94deg, #DFBE74  -5.04%, #DFBE74 28.84%, #F8E694 69.7%, #C2914F 102.49%));
}

.filter__row__box-txt .btn-outset {
  margin-top: 15px;
}

.filter__row__box__txt__sp-box p {
  color: #C0C0C0;
  font-family: var(--ya-d);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.btn-outset:hover {
 
}

.filter__row__box-img:hover img {

}
.brand-slider .swiper-slide {
  width: 226px;
  height: 166px;
}
.brand-slide {
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 22px 22px;
}

.brand-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.brand-slide {
  justify-content: center;
}

.brand-swiper .swiper-wrapper {

}

.brand-block {
  background: #2E2E31;
  padding: 65px 0;
  overflow: hidden;
}

.brand-title {
  color: #FFF;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 45px;
}
.main__carousel-row {
  position: relative;
}
.main__carousel-title {
  position: relative;
  max-width: 220px;
}
.main__carousel-title::before {
  content: "";
  width: 52px;
  height: 266px;
  background: linear-gradient(90deg, #2E2E31 0%, #2E2E31 100%);
  box-shadow: 20px 0px 12px -16px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}
.main__carousel-title h2 {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; 
  font-family: var(--ya-d);
}
.main__carousel-slider {
  position: absolute;
  left: 190px;
  max-width: 1950px;
}


.exclusive__block-row {
  gap: 75px;
  align-items: flex-start;
}
.first-ex .exclusive__block-row {
  justify-content: flex-end;
}

.exclusive__block__row-img {
  max-width: 50%;
  position: relative;
}
.first-ex .exclusive__block__row-img {
  position: absolute;
  top: 30px;
  left: 0;
  height: 100%;
}

.exclusive__block__row-txt {
  max-width: calc(50% - 35px);
}

.exclusive__block__row-img::after {
  display: none;
  content: "";
  width: 615px;
  height: 460px;
  border-radius: 5px;
  border: 1px solid #E9C83D;
  position: absolute;
  bottom: -44px;
  right: -34px;
  z-index: -1;
}

.exclusive__block__row-img img {
  border-radius: 5px;
}

.exclusive-block {
  padding: 75px 0 65px;
  background-image: url(../img/exclusive.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.exclusive-block.double-ex{
  background-image: url(../img/exclusive2.png);
}
.text-center {
  text-align: center;
}

.exclusive__block__row-txt h2,
.main-filters h2 {
  color: #FFF;
  font-family: var(--ya-d);
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 29px;
  max-width: 380px;
}

.exclusive__block__row-txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  margin-bottom: 10px;
}

.exclusive__block__row-txt .btn-yellow {
  max-width: max-content;
  margin-top: 19px;
}

.abonement-block {
  background: #0F0F0F;
  padding: 75px 0;
  overflow: hidden;
  display: none !important;
}

.abonement__block__row-txt span {
  color: #E9C83D;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}

.abonement__block__row-txt h2 {
  color: #FFF;
  font-family: var(--ya-d);
  font-size: 37px;
  font-weight: 800;
  line-height: normal;
  max-width: 300px;
  margin: 6px 0 10px;
}

.abonement__block__row-txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.abonement__block__row-txt {
  max-width: 310px;
}

.abonement__block-row {
  gap: 33px;
}

.abonement__block__row-main {
  position: relative;
  align-items: stretch;
}

.abonement__block__row__main-start h4 {
  color: #000;
  font-family: var(--ya-d);
  font-size: 35.55px;
  font-weight: 800;
  line-height: 39.5px;
  max-width: 235px;
}

.abonement__block__row__main-start p {
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1D1D1D;
  margin-top: auto;

}

.abonement__block__row__main-start .btn-black {
  margin-top: 14px;
  max-width: max-content;
  margin-left: 0;
  padding: 16px 40px;
}

.abonement__block__row__main__end-title h4 {
  color: #000;
  font-size: 27px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 1px;
}

.abonement__block__row__main__end-title p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.abonement__block__row__main__end-title {
  margin-bottom: 12px;
}

.abonement-list li {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
  gap: 8px;
}

.abonement-list li span {
  font-size: 13px;
  font-weight: 300;
}

.abonement-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

.abonement__sp-row {
  gap: 16px;
  margin-bottom: 12px;
}

.abonement__sp__row-box h6 {
  color: #000;
  font-size: 12.058px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2.17px;
  text-transform: uppercase;
}

.abonement__sp__row-box span {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #D4D4D4;
  background: #EFEFEF;
}

.abonement__block__row__main-end a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.492px;
}

.abonement-number {
  position: absolute;
  top: 35px;
  right: 0;
  color: #FFF;
  font-family: var(--ya-d);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  background: #000;
  padding: 10px;
}

.abonement__block__row__main-end {
  padding: 27px 50px 21px 0;
  position: relative;
  z-index: 1;
}

.abonement__block__row__main-start {
  padding: 30px 50px 30px 40px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.abonement__block__row-main::before {
  content: "";
  width: 1085px;
  height: 388px;
  background: url(../img/main/abonement-bg2.png)no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  left: -35px;
  top: -30px;
}

.abonement__block__row-main::after {
  content: "";
  width: 485px;
  height: 211px;
  position: absolute;
  right: -170px;
  bottom: -50px;
  background: url(../img/abonement/porshe5.png)no-repeat;
}

.exclusive__block__row-txt .btn-yellow:hover {
}

.double-ex .exclusive__block-row {
  gap: 40px;
}

.double-ex .exclusive__block__row-img {
    padding-right: 0; 
    position: absolute;
    top: 30px;
    right: 0;
    height: 100%;
}

.double-ex .exclusive__block__row-img::after {
  right: 0;
}

.accordion {
  margin: 0 auto;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #D7DEF0;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.accordion-header span {
  transition: transform 0.3s ease;
}

.accordion-header span.open {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-content.open {
  max-height: 200px;
}

.toggle {
  color: #E9C83D;
  font-weight: 300;
  font-size: 30px;
}

.accordion-item:first-child {
  border-top: 1px solid #D7DEF0;
}

.accordion-content p {
  color: rgba(226, 226, 226, 0.85);
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  padding-bottom: 24px;
}

.faq__block__row__start-title h2 {
  color: #fff;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  font-family: var(--ya-d);
  max-width: 150px;
  margin-left: 180px;
}

.faq__block__row-start {
  max-width: 315px;
  width: 100%;
}

.faq__block-row {
  gap: 160px;
  align-items: flex-start;
}

.faq__block__row__start-title {
  margin-bottom: 20px;
}

.faq__block__row__start-about {

  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  padding: 20px;
  padding-bottom: 270px;
}

.faq__block__row__start__about-img {
  position: absolute;
  width: max-content;
  top: -285px;
  left: -285px;
}

.accordion-content.open {
  margin-top: -8px;
}

.faq-block {
  background: #2E2E31;
  padding: 110px 0 280px;
	overflow:hidden;
}

.info__block-row {
  gap: 40px;
  align-items: initial;
  justify-content: space-between;
}

.ggg {
  height: 400px;
  filter: brightness(70%);
}

.info__block__row-box {
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100%/4 - 27px);
}

.info__block__row__box__top-title {
  flex-direction: column;
  align-items: flex-start;
}

.info__block__row__box__top-title h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 138.889% */
  text-transform: uppercase;
  color: #888;
  font-family: var(--ya-d);
}

.info__block__row__box-bottom .btn-yellow {
  letter-spacing: 0;
  padding: 16px 22px;
}

.info__block__row__box-middle p {
  color: #49575A;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}
.info__block__row__box-middle-last {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 10px 0 !important;
}

.info__block__row__box__top-title p {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.32px;
}

.info__block__row-box:nth-child(2) .info__block__row__box__top-title h3 {
  line-height: 36px;
}

.info-block {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #0F0F0F;
}

footer {
  background: #2E2E31;
  padding: 14px;
}

.footer-row {
  justify-content: space-between;
}

.footer__row-middle p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.footer__row-middle p a {
  color: #fff;
}

.footer__soc-row {
  gap: 15px;
}

.footer__soc__row-box {
  transition: .2s all ease;

}

.footer__soc__row-box:hover {
  scale: 1.2;
}

.footer__row-middle p a:hover {
  color: #e9c83d;
}

.filters__row-link {
  width: 100%;
  justify-content: center;
  margin-top: 50px;
} 

.product__block__row-start {
  max-width: calc(1000px - 30px);
  overflow: hidden;
}

.lizing__block .product__block__row-start {
    max-width: calc(50% - 30px);
    overflow: hidden;
    width: 100%;
}
.lizing__block .product__block__row-end {
     width: 100%;
     max-width: 50%;
    margin-top: 50px;
}
.lizing__block .product-slide img{
  padding: 10px;
}

.lizing__block .product-slide:before {
  background-size: 0;
}

.product__block-row {
  gap: 50px;
  align-items: flex-start;
  justify-content: space-between;
}

.product__block__row-end {
  position: sticky;
  top:80px;
  width: 100%;
  max-width: 315px;
}
#lizing__catalog .btn-outset {
  font-size: 14px;
}


.calc-block { margin-bottom: 25px; }
.input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
input[type="range"] {
    flex: 1;
    color:rgba(255, 255, 255, 0.10);
}
input[type="number"] {
    width: 150px;
    padding: 10px 5px;
    border-radius: 4px;
    text-align: center;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    font-family: var(--ya-d);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #919191;
  }
.radio-group {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
.result {
  border-radius: 8px;
  border: 1px solid var(--0122, #B58039);
  background: #1F1F1F;
  box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08), 0 8px 8px -4px rgba(16, 24, 40, 0.03);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  gap:15px;
  padding: 15px 20px;
  justify-content: space-between;
}
.res__left{
  color: #FFF;
  text-align: justify;
  font-family: var(--ya-d);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 161.538% */
  text-transform: uppercase;
  max-width: 125px;
}
.res__center{
  color: #FFF;
  font-family: var(--ya-d);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 18px */
}
.res__center span {
  font-size: 36px;
  font-weight: 700;
}
.res__right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #B1B1B1;
  font-family: var(--ya-d);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 14.4px */
  text-transform: lowercase;
}
.btn-lizing {
  width: 100%;
  justify-content: center;
}
.lizing--int{
  border-radius: 8px;
  border: 1px solid #383838;
  background: #1F1F1F;
  box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08), 0 8px 8px -4px rgba(16, 24, 40, 0.03);
  backdrop-filter: blur(14px);
  display: flex;
  gap:15px;
  color:#E5E5E5;
  font-family: var(--ya-d);
  padding: 15px 15px;
}
.lizing--int-brown {
  color:#000;
  background: #8D8460;
}
.lizing--int-brow svg path {
  fill:#000;
}
.liz--title{
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; 
}
.liz--text{
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-top: 5px;
}
.lizing--int svg {
  min-width: 14px;
  max-width: 14px;
}
.lizing--int:not(:last-child){
  margin-bottom: 20px;
}
.liz--prices{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.liz--total{
  font-size: 26.447px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  color:#fff;
  display: flex;
  align-items: center;
  gap:5px
}
.liz--total span {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 15.6px */
  text-transform: uppercase;
  color:#ABABAB
}
.liz--orient{
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  color:#fff;
}
input[type=range] {
  background: linear-gradient(94deg, #B58039 -5.04%, #DFBE74 28.84%, #F8E694 69.7%, #C2914F 102.49%);
  accent-color: #DFBE74;
}


.lizing__form {
  margin-bottom: 20px;
}



.abonement-main .product__block__row-end {
  max-width: 50%;
}
.product-block {
  padding: 145px 0 175px;
  background: #0F0F0F;
}

.prod-next,
.prod-prev {
  background: rgba(24, 26, 31, 0.50);
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 12px;
  width: 44px;
}

.prod-next::after,
.prod-prev::after {
  font-size: 0;
}

.product__sp-row {

  gap: 10px;
  z-index: 2;
}

.product__sp-row span {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  color: #C0C0C0;
  font-family: var(--ya-d);
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0.966px solid #C0C0C0;
  background: #33312D;
  height: 26px;
  padding: 0 9px;
}

.thumb-slider {
  width: 100%;
}

.thumb-slide {
  border-radius: 4px;
  border: 1.316px solid #454545;
  overflow: hidden;
  cursor: pointer;

}
.thumb__wrapper {


}
.view__wrapper {
  min-width: 112px;
  max-width: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  color: #FFF;
  text-align: center;
  font-family: var(--ya-d);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 175% */
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #454545;
  background: rgba(255, 255, 255, 0.10);
  margin-left: 15px;
  padding: 0 10px;

}

.bread-link {
  color: #AAA;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.breadcrumbs {
  gap: 32px;
}

.thumb-slide img {
  width: 100%;
  object-fit: cover;
  min-height: 85px;
  max-height: 85px;
  object-position: center;
}

.bread-link::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/product/bread-ic.svg)no-repeat;
  background-size: contain;
}

.product__block__row__end-txt {
  margin-top: 24px;
}

.product__block__row__end__txt-title h1 {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 13px;
}
.lizing__block .product__block__row__end__txt-title h1 {
  font-size: 36px;
}



.product__block__row__end__txt-title {
  margin-top: 20px;
}
.product__exerpt {
  margin-top: 40px;
}
.product__block__row-end p.price {
  display: none;
}
.select__dates h2 {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  font-family: var(--ya-d);
}

.lizing__block .select__dates h2 {
  color: #8B8B8B;
  text-transform: uppercase;
  font-weight: 300;
}

.select__dates {
  margin-bottom: 25px;
}

.product__block__row__end__txt-about p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  font-family: var(--ya-d);
}

.product__block__row__end__txt-about p:not(:last-child) {
  margin-bottom: 13px;
}

.product__block__row__end__txt-about p a {
  color: #E9C83D;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.product__block__row__end-prices {
  border-radius: 8px;
  border: 1px solid #383838;
  background: #161616;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  padding: 17px 21px;
  margin-top: 24px;
  gap: 5px;
}

.product__block__row__end__prices-start {
  flex-direction: column;
  align-items: flex-start;
}
.filter__product-icons{
  display: flex;
  align-items: center;

}
.filter__product-image-grid{
  width: 54%;
  display: flex;
  align-items: center;
}
.filter__product-image{
  width: 100%;
  display: flex;
  align-items: center;
}
.filter__row__box__txt__sp-products {
  min-width: 290px;
  width: 100%;
  margin-top: 0;
  gap: 10px 0;
  flex-wrap: wrap;
  margin-right: 30px;
  padding-right: 30px;
  border-right:1px solid #545454;
}
.filter__row__box__txt__sp-products .filter__row__box__txt__sp-box {
  width: calc(100% / 2 - 10px);
  border-radius: 90.909px;
  border: 0.667px solid #7E7E7E;
  background: #0D0D0D;
  padding: 5px 15px;
  gap:0 5px;
  justify-content:flex-start;
}
.filter__row__box__txt__sp-products .filter__row__box__txt__sp-box svg {
  min-width: 23px;
  max-width: 23px;
}
.filter__row__box__txt__sp-products  .filter__row__box__txt__sp-box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.727px;
  text-transform: uppercase;
  color: #C0C0C0;
}

.day__price {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.day__price .amount {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.times__grid.active .day__total {
  display: none;
}

.booking-error{
  max-width: 120px;
  display: inline-block;
  margin-bottom: 5px;
  color: #ABABAB;
  font-family: var(--ya-d);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;

}
.times__grid .day__price:has(strong)+.product-price,
.wc-bookings-booking-cost {
  display: none !important;
}
.times__grid.active .times__day {
  font-size: 0;
}
.times__grid.active .times__day .amount {
  color: #FFF;
  font-family: var(--ya-d);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}
.times__grid.active .product__block__row__end__prices__start-bottom,
.product__block__row__end__prices__start-bottom  {
  display: flex;
  align-items: center;
  gap:5px;
  margin-top: 5px;
  flex-wrap: wrap;
}
.times__grid.active .product__block__row__end__prices__start-bottom .day__price,
.times__grid.active .product__block__row__end__prices__start-bottom span,
.product__block__row__end__prices__start-bottom span {
  color: #C79B53;
  font-family: var(--ya-d);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 14.416px */
  text-transform: uppercase;
}
.product__block__row__end-prices .product-price {
  color: #FFF;
  font-weight: 700;
  line-height: 1;
}

.product__block__row__end__prices-start .product-price .woocommerce-Price-amount {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}


.product__block__row__end__prices__start-bottom {
  gap: 13px;
}

.product__block__row__end__prices__start-bottom a {
  color: #E9C83D;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  gap: 4px;
}

.product__block__row__end__prices-end {
  margin-left: auto;
}
.product__block__row__end__prices-end .btn-yellow {
  padding: 15px 10px;
  font-size: 14px;
  min-width: max-content;
}
.product__block__row__end__prices-end .btn-yellow:hover {

}

.product__block__row__end-important {
  border-radius: 8px;
  border: 1px solid #383838;
  background: rgba(32, 32, 32, 0.90);
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  padding: 8px 14px;
  margin-top: 17px;
  gap: 24px;
}
.product__block__row__end-important-grey {
  background: #383838 !important;
}

.product__block-km-title{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  margin-bottom: 7px;
}
.product__block-km-desc{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
}

.product__block-km {
  border-radius: 8px;
  border: 1px solid #383838;
  background: #8D8460;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  backdrop-filter: blur(14px);
  padding: 8px 14px;
  margin-top: 17px;
  gap: 10px;
  display: none;
  align-items: baseline;
}
.product__block-km-icon{
  min-width: 14px;
}

.custom-km-wrapper{
  border-radius: 2px;
  border: 1px solid #DBDBDB;
  background: #F9F9F9;
  padding: 10px  15px;
}
.buy_km{
  color: #8A8A8A;
  text-align: justify;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 140% */
  letter-spacing: 0.4px;
  margin-top: 5px;
}

.total__km{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:10px;
}
.km-add-button{
  border-radius: 5.41px;
  background: #E9C83D;
  border:1px solid #E9C83D;
  padding: 5px 10px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.639px; /* 180.321% */
  cursor: pointer;
}
.km-total-price{
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.total__couunt-km input {
  color: #414141;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 66.667% */
  text-transform: uppercase;
  border:none;
  border-left: 1px solid #E3E3E3 ;
  border-right: 1px solid #E3E3E3 ;
  height: 95%;
}
.k-input{
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E3E3E3;
  background: #F4F4F4;
  padding: 5px 6px;
  color: #414141;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  height: 100%;
  cursor: pointer;

}
.total__couunt-km {
  height: 37px;
  border: 1px solid #E3E3E3 ;
}
.km-minus{
  border-radius: 0 2px 0 2px;
  border-right: 0;
}
.km-plus{
  border-radius: 0px 2px 2px 0px;
  border-left: 0;
}
.product__block__row__end__important-start h4 {
  color: #ABABAB;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.product__block__row__end__important-end p {
  color: #ABABAB;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px
}
.product__block__row__end-important-grey .product__block__row__end__important-end p {
  font-style: normal !important;
  color:#fff;
  font-size: 14px;
  line-height: 22px;
}
.product__block__row__end-important-grey .product__block__row__end__important-end p a {
    color:#f9d934 !important
}

.product__block__row__end-important-white .product__block__row__end__important-end p {
  font-style: normal !important;
  color:#fff;
  font-size: 14px;
  line-height: 22px;
}
.breadcrumbs li:last-child .bread-link {
  color: #E9C83D;
  pointer-events: none;
}

.breadcrumbs li:last-child .bread-link::before {
  display: none;
}

.swiper-slide-thumb-active .thumb-slide {
  border-color: #e9c83d;
}

.product-auto {
  padding: 50px 0 80px;
  background: #161616;
box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.20);
}

.product__auto__titles-end {
  margin-left: auto;
}

.product__auto__titles-start span {
  color: #E9C83D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}

.product__auto__titles-start h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
}

.btn-offset {
  border-radius: 8px;
  border: 1px solid #A4A4A4;
  background: #0F0F0F;
  color: #FFF;
}

.product-abonement {
  background: none;
  padding: 80px 55px;
}

.product-brand {
  padding: 42px 0 185px;
}

.info__block__row__box-bottom {
  gap: 12px;
}
.info__block__row__box-bottom a {
  display: flex;
  align-items: baseline;
  gap:0 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  color:#fff;
  font-family: var(--ya-d);
}
.info__block__row__box-middle {
  display: flex;
  align-items: center;
  gap:0 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  color: #CBCBCB;
  font-family: var(--ya-d);
}

.about-block {
  padding: 155px 0 50px;
}

.titles-main h1 {
  color: #FFF;
  font-size: 27px;
  font-weight: 800;
  line-height: normal;
  margin-top: 20px;
  font-family: var(--ya-d);
}

.about__block-row {
  margin-top: 55px;
  gap: 50px;
  align-items: flex-start;
}

.about__list__nav-link,
.about-list a {
  gap: 10px;
  padding: 14px 16px;
  background: #343434;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: .2s all ease;
}

.about-list .current_page_item a {
  background: #E9C83D;
  color: #000;
}

.about__block__row-txt {
  max-width: calc(100% - 350px);
}

.about__block__row-sidebar {
  width: 300px;
}

.about-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.about__list__nav-link:hover {
  opacity: .95;
}

.about__block__row-txt h3,
.about__block__row-txt h2 {
  color: #E1E1E1;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 8px;
}

.about__block__row-txt p,
.about__block__row-txt ul li {
  color: #E1E1E1;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 8px;
}

.about__block__row-txt ul {
  padding-left: 40px;
  list-style: disc;
}

.about__block__row-txt img {
  max-width: 100%;
  margin-bottom: 8px;
}

.gm-style .gm-style-iw-tc {
  -webkit-transform: translateX(-453%);
  -ms-transform: translateX(-453%);
  transform: translateX(-453%);
}

.gm-style-iw-ch {
  display: none;
}

button.gm-ui-hover-effect {
  width: auto !important;
  height: auto !important;
  position: absolute !important;
  right: 10px;
  top: 10px;
}

.gm-ui-hover-effect>span {
  margin: 0 !important;
}

.gm-style-iw-d {
  padding-top: 15px;
}

.map-info {
  gap: 15px;
}

.map__info-txt p {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.28px;
  margin: 15px 0 10px;
  max-width: 130px;
}

.map__info-txt a {
  color: #2979D6;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.map__info-txt {
  padding-right: 50px;
}

.contact__block-row {
  align-items: flex-start;
  gap: 30px;
}

.contact__block__row-start {
  flex-direction: column;
  background: #fff;
  padding: 41px 55px;
  border-radius: 8px;
  box-shadow: 0px -20px 80px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  max-width: calc(100% - 460px);
}

.contact__block__row__start-title h2 {
  color: #000;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 15px;
}

.contact__block__row__start-title p {
  color: #2E2E2E;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.form-contact {
  flex-wrap: wrap;
  gap: 30px;
}

.form__contact-label input {
  border-radius: 4px;
  border: 1px solid #919191;
  background: #FFF;
  padding: 13px 18px;
  width: 100%;
  color: #8A8A8A;
  text-align: justify;
  font-family: var(--ya-d);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.form__contact-label select {
  border-radius: 4px;
  border: 1px solid #919191;
  background: #FFF;
  padding: 13px 18px;
  width: 100%;
  color: #8A8A8A;
  text-align: justify;
  font-family: var(--ya-d);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.w-50 {
  width: calc(50% - 15px);
}

.w-100 {
  width: 100%;
}

.form__contact-label textarea {
  border-radius: 4px;
  border: 1px solid #919191;
  background: #FFF;
  padding: 13px 18px;
  width: 100%;
  color: #8A8A8A;
  text-align: justify;
  font-family: var(--ya-d);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  resize: none;
  height: 135px;
}

.contact__block__row__start-title {
  margin-bottom: 30px;
}

.contact__block__row__start-bottom h2 {
  color: #000;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
}

.contact__block__row__start-bottom p {
  color: #2E2E2E;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.contact__block__row__start-bottom .btn {
  margin: 30px auto 0;
  justify-content: center;
  width: max-content;
}

.contact__block__row__start-bottom {
  margin: 0 auto;
  transition: .2s all ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.form-row p {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.form-row {
  gap: 30px;
}

.contact__block__row-end .info__block-row {
  flex-direction: column;
  gap: 0;
  justify-content:flex-end;
  height: 100%;
  padding-top: 105px;
}

.contact__block__row-end .info__block__row-box {
  width: 100%;
  padding: 20px 24px;
  gap: 0;
}

.contact__block__row-end .info__block__row__box-middle p {
  margin-bottom: 6px;
}

.contact__block__row-end .info__block__row__box-top {
  margin-bottom: 11px;
}

.form-row p a {
  color: #939393;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.form-row .btn {
  min-width: max-content;
}

.form-row {
  margin-top: 30px;
}

.contact-block {
  padding-bottom: 60px;
  margin-top: -95px;
  position: relative;
  z-index: 1;
}

.page-template-template-contacts header,
.abonement-page header {
  transform: translateY(-25px);
  background: #2E2E31;
}

.map-container {
  padding-top: 97px;
}

.show .contact__block__row__start-top {
  opacity: 0;
}

.contact__block__row__start-top {
  transition: .2s all ease;
}

.show .contact__block__row__start-bottom {
  opacity: 1;
  visibility: visible;
}

.abonement-main {
  padding: 155px 0 85px;
}

.abonement__main-row {
  padding: 45px 65px;
  background: url(../img/abonement/abonement-bg.jpg)no-repeat;
  background-size: cover;
  border-radius: 12px;
  position: relative;
  margin: 30px 0 105px;
}

.abonement__main__row-txt h1 {
  color: #000;
  font-family: var(--ya-d);
  font-size: 54px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 13px;
}
.rent__main-row h3 {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3.115px;
}

.abonement__main__row-txt p {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  max-width: 430px;
  margin-bottom: 26px;
}

.abonement__main__row-txt .btn {
  max-width: max-content;
  margin-left: 0;
}

.exclus-off {
  border-radius: 2px;
  background: #FBFBFB;
  max-width: max-content;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  padding: 0 14px;
  position: absolute;
  top: 28px;
  right: 28px;
}

.abonement__main__row-img {
  position: absolute;
  right: -45px;
  bottom: -100px;
  max-width: 64%;
}

.abonement__main__row-txt {
  max-width: 430px;
}
.rent__main-row .abonement__main__row-img  {
  position: absolute;
  right: 0px;
  bottom: -54px;
  max-width: 64%;
}
.rent__main-row  .abonement__main__row-txt {
  max-width: 100%;
}

.product__block__row__end__abon-title h2 {
  color: #FFF;
  font-family: var(--ya-d);
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 25px;
}

.product__block__row__end__abon-about p {
  color: #FFF;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.product__block__row__end__abon__about-list {
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 12px;
}

.product__block__row__end__abon__about-list li {
  gap: 8px;
  width: 100%;
}

.product__block__row__end__abon__about-list li p {
  font-weight: 400;
}

.product__block__row__end__abon__about-list li p span {
  font-size: 13px;
  line-height: 1;
  display: block;
}

/* New Style */

.woocommerce-form-coupon-toggle {
  display: none;
}

.main__cart {
  padding: 155px 0;
}

.cart__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 35px;
}

.checkout__grid {
  width: 68%;
  background: #fff;
  border-radius: 12px;
  padding: 35px 55px 50px;
}

.cart__grid {
  background: #fff;
  border-radius: 12px;
  padding: 35px 35px 40px;
  width: 32%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-radius: 4px;
  border: 1px solid #919191;
  background: #FFF;
  height: 52px;
  font-family: var(--ya-d);
  padding-left: 15px;
  color: #0F0F0F;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}
.select2-container .select2-selection--single {
   height: 52px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
}
.woocommerce-billing-fields h3 {
  display: none;
}

.checkout__grid h3 {
  color: #000;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
}

.checkout__grid>p {
  color: #2E2E2E;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.woocommerce-billing-fields__field-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 30px;
  margin-bottom: 30px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 100%;
}

.woocommerce form .form-row label {
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 6px;
}

.woocommerce form .form-row {
  width: calc(50% - 15px);
  padding: 0;
  margin: 0;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: transparent;
}

.product-remove {
  position: absolute;
  right: 0px;
  top: 0px;
}

.woocommerce-cart-form__cart-item {
  position: relative;
  gap: 16px;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  color: #000;
}

.iti--separate-dial-code .iti__selected-flag {
  padding: 0 7px 0 13px;
}

.iti__selected-dial-code {
  color: #393939;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

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

.menu ul li a {
  color: #FFF;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  transition: .2s all ease;
}

.menu ul li a:hover {
  color: #E9C83D;
}

.wc-coupon,
.wc__cart-top {
  display: none;
}

.woocommerce-notices-wrapper {
  display: none;
}

.cart__grid h3 {
  color: #000;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  font-size: 22px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 25px;
}

.product-thumbnail {
  display: flex;
  align-items: center;
  max-width: 125px;
}

.product-quantity {
  display: none;
}

.woocommerce-order-received .checkout__grid h3,
.woocommerce-order-received .checkout__grid p,
.woocommerce-order-received .checkout__grid .order_details,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .cart__grid {
  display: none !important;
}

.woocommerce-order-received .checkout__grid {
  width: 100%;
}

.variation {
  margin: 0;
  color: #8A8A8A;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.cart__grid h4 {
  color: #8A8A8A;
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.product-name a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 3px;
  display: block;
  max-width: max-content;
}
.woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}
.variation dd,
.variation dt {
  margin: 0;
}

.variation dd {
  width: calc(100% - 95px);
  margin-left: auto;
  text-align: right;
}

.product-price .woocommerce-Price-amount {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.variation dt {
  max-width: 85px;
  font-weight: 600;
}

.woocommerce-cart-form__cart-item-end {
  max-width: calc(100% - 141px);
}

.woocommerce a.remove {
  color: #000 !important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #2e2e31;
}

.product-subtotal {
  display: none;
}

.wc__cart-bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 13px;
}

.value__colums {
  display: flex;
  justify-content: space-between;
}

.name__grid {
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.value__grid {
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.value__colums:last-child .name__grid,
.value__colums:last-child .value__grid {
  font-weight: 700;
  color: #000;
}

.value__colums:not(:last-child) {
  margin-bottom: 9px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.checkout__btn,
.button.checkout__btn {
  border-radius: 6px;
  background: linear-gradient(94deg, #DFBE74  -5.04%, #DFBE74 28.84%, #F8E694 69.7%, #C2914F 102.49%);
  font-family: var(--ya-d);
  padding: 16px 40px;
  gap: 8px;
  transition: .2s all ease;
  cursor: pointer;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}

.iti {
  width: 100%;
}

.single-product .widget_anchor_menu_widget {
  display: none !important;
}

.woocommerce-checkout-review-order {}

#place_order,
.payment_methods {
  display: none !important
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
}

.place-order {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
}

.woocommerce-terms-and-conditions-wrapper .form-row {
  width: 100% !important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.checkout__btn:hover,
.button.checkout__btn:hover {
  border-color: #E9C83D;
  color: #000;
  background: #fff;
}

.thwcfd-field-paragraph {
  padding-top: 29px !important;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.woocommerce-breadcrumb {
  display: none;
}

.breadcrumbs a {
  color: #AAA;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.breadcrumbs a::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/product/bread-ic.svg) no-repeat;
  background-size: contain;
}

.breadcrumbs .current-item>span {
  color: #E9C83D;
  pointer-events: none;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.product__block__row__end__txt-title .hero__top-sp {
  line-height: 29px;
  text-transform: none;
  padding: 0 8px;
  font-size: 16px;
}

.product__block__row__end-txt p.price {
  display: none;
}

.wc-bookings-booking-form {
  border: 0;
  padding: 0;
  margin: 0;
}

.wc-bookings-booking-form fieldset {
  margin: 0;
  padding: 0;
}

.wc-bookings-booking-form fieldset .picker.hasDatepicker {
  margin: 0;
}

.wc-bookings-date-picker .ui-widget-content {
  border-radius: 7.037px;
  border: 1.173px solid #383838;
  background: #161616;
  box-shadow: 0px 4.691px 46.91px 0px rgba(0, 0, 0, 0.60);
  overflow: hidden;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-title {
  color: #E3E3E3;
  text-align: center;
  font-family: var(--ya-d);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.wc-bookings-date-picker .ui-datepicker th {
  background: #161616;
  border: 0;
  color: #656565;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  font-family: var(--ya-d);
}

.wc-bookings-date-picker .ui-datepicker-header {
  background: #242424;
  border: 0;
  border-bottom: 1px solid #383838;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 23px;
  height: 23px;
  background: rgba(86, 86, 86, 0.50);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev span,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next span {
  position: initial;
  margin: 0;
}

.ui-datepicker .ui-datepicker-next {
  right: 20px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 20px;
}

.wc-bookings-date-picker .ui-datepicker td {
  border: 0;
  background: transparent;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a {
  background: transparent !important;
  border-radius: 45px;
  color: #B7B7B7 !important;
  text-align: center;
  font-family: var(--ya-d);
  font-size: 17px;
  font-weight: 400;
  line-height: 37px;
  border: 1px solid transparent !important;
  padding: 0;
}

.wc-bookings-date-picker .ui-datepicker td .ui-state-default {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 0;
  display: block;
  height: 100%;
  line-height: 39px;
}

.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
  background: rgba(233, 200, 61, 0.30) !important;
  color: #E9C83D;
}

.wc-bookings-date-picker .ui-datepicker td.bookable-range.selection-start-date .ui-state-default {
  border-radius: 45px 0px 0px 45px;
  background: #E9C83D !important;
  box-shadow: 0px 2px 4px 0px rgba(165, 163, 174, 0.30);
  color: #242424;
}

.wc-bookings-date-picker .ui-datepicker td.bookable-range.selection-end-date .ui-state-default {
  border-radius: 0px 45px 45px 0px;
  background: #E9C83D !important;
  box-shadow: 0px 2px 4px 0px rgba(165, 163, 174, 0.30);
  color: #242424;
}


.wc-bookings-booking-form .wc-bookings-booking-cost {
  margin: 15px 0;
  color: #E3E3E3;
  font-family: var(--ya-d);
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  border: 1px solid #383838;
  background: #242424;
  border-radius: 7px;
}

.product_meta {
  display: none;
}

.woocommerce .product form.cart {
  margin: 0;
}

.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-other-month {
  background: transparent;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a.ui-state-hover {
  border-color: #e9c83d !important;
}

.wc-bookings-date-picker .ui-datepicker td.bookable {
  padding: .75em 0 !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

#primary-sidebar {
  display: none;
}

.catalog__wrapper {
  display: flex;
  gap: 50px;
}

.sidebar__filter {
  width: 290px;
}

.products__wrapper {
  width: calc(100% - 340px);
}

.products__wrapper .products {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.products__wrapper .products .filter__row-box {
  width: calc(100% / 3 - 18px);
}

.products__wrapper .products::before,
.products__wrapper .products::after {
  display: none !important;
}

.product__block__row__end__txt-about {
  margin-bottom: 15px;
}

.woocommerce-ordering select {
  border-radius: 4px;
  border: 1px solid #A7A7A7;
  background: rgba(255, 255, 255, 0.11);
  color: #FFF;
  font-family: var(--ya-d);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding: 6px 9px;
}

.woocommerce-ordering select option {
  border-radius: 4px;
  border: 1px solid #A7A7A7;
  background: #2e2e31;
  color: #fff;
  font-family: var(--ya-d);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.woocommerce-ordering select option:hover {
  background: #fff;
  color: #2e2e31;
}

#cwbf-filters {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.filter-row {
  margin: 0;
  width: calc(100% / 3 - 16px);
}

.filter-row input {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 16px;
  outline: 0;
  color: #000;
  font-family: var(--ya-d);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: .2s all ease;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 255, 255, 0.77);
}

.cwbf-filters-head h3 {
  font-size: 25px;
  display: none;
}

.filter-row label {
  color: #000;
  font-family: var(--ya-d);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
}

.filter-row:last-child {
  display: flex;
  gap: 20px;
}

.titles-main+.filters-nav {
  /* max-width: max-content; */
  margin: 25px 0;
}

.filter-row:last-child input {
  min-width: auto;
}

.woocommerce-result-count {
  color: #E1E1E1;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.filter-row:last-child input:hover {
  background: #2e2e31;
  color: #fff;
}

.wpc-filters-widget-top-container {
  background: transparent !important;
  border: 0;
}

.wpc-filters-widget-top-container:before {
  background: transparent !important;
}

.wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
  overflow: auto !important;
  margin-bottom: 40px;
}

.filter__h2 {
  color: #E8E8E8;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 26px;
  padding-left: 25px;
  position: relative;
}

.wpc-filter-chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10PX;
}

.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
  border-radius: 4px;
  background: #E9C83D;
  padding: 4px 9px;
  color: #212121;
  font-size: 14px;
  font-weight: 300;
  line-height: 220%;
  border-color: transparent;
}

body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
  border-color: transparent !important;
}

.wpc-chip-remove-icon {
  width: 14px;
  height: 14px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #212121;
  border-radius: 50%;
  color: #fff !important;
  padding: 5px;
  font-size: 14px !important;
}

.wpc-filter-chips-list li,
body .wpc-filter-chips-list li.wpc-filter-chip,
li.wpc-filter-chip {
  margin: 0 !important;
}

.wpc-filter-chip {
  order: 1;
}

.wpc-chip-reset-all {
  order: 2;
  width: 100%;
}

.wpc-chip-reset-all a {
  color: #DBDBDB !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: normal !important;
  background: transparent !important;
  border-color: transparent !important;
  border-bottom: 1px dashed #DBDBDB !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.filter__h2::before {
  content: "";
  width: 16px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/main/filter-ic.svg)no-repeat;
  background-size: contain;
  background-position: center;
}

.wpc-filter-title {
  color: #D3D3D3;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.56px;
  text-transform: uppercase;
}

.wpc-filters-range-column input {
  border: 1px solid #393939;
  background: #FAFAFA;
  height: 48px;
  color: #383838;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  outline: 0;
}

.wpc-filters-range-inputs .ui-slider-horizontal {
  background: #F6F6F6 !important;
  height: 2px !important;
}

.wpc-filters-range-inputs .ui-slider .ui-slider-handle {
  border-radius: 4px !important;
  border: 3px solid #FFF !important;
  background: #E9C83D !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) !important;
  width: 20px !important;
  height: 20px !important;
}

.wpc-filters-range-slider-wrapper {
  margin: 25px 0 10px !important;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  background: #E9C83D !important;
  height: 4px !important;
  top: -4px !important;
}

.wpc-filters-range-min-column {
  margin: 0 !important;
}

body .wpc-filters-main-wrap .wpc-term-item-content-wrapper a {
  color: #F9F9F9;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.wpc-filters-main-wrap li.wpc-term-item label {
  padding: 0 !important;
}

.wpc-chip-reset-all a .wpc-chip-remove-icon {
  display: none !important;
}

.wpc-filters-main-wrap ul.wpc-filters-ul-list {
  padding: 0 !important;
}

body .wpc-filters-main-wrap .wpc-term-item-content-wrapper input:checked+label::after {
  visibility: visible;
  opacity: 1;
}

body .wpc-filters-main-wrap .wpc-term-item-content-wrapper label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #E9C83D;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  transition: .2s all ease;
  opacity: 0;
  visibility: hidden;
}

body .wpc-filters-main-wrap .wpc-term-item-content-wrapper label::before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border-radius: 4px;
  border: 1px solid #DEDEDE;
}
html[lang="lv"] .wpc-term-count-1.wpc-term-id-14 {
  display: none !important;
}

html[lang="ru-RU"] .product__block__row__end__prices-end .btn-yellow {
  padding: 11px 5px;
  font-size: 12px;
}


body .wpc-filters-main-wrap .wpc-term-item-content-wrapper {
  padding-left: 38px;
}

body .wpc-filters-main-wrap .wpc-term-item-content-wrapper input {
  display: none;
}

header.woocommerce-products-header {
  display: none;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle:last-child {
  transform: translateX(-40%) !important;
}

.wpc-filters-section {
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #F2F2F2;
}

.wpc-posts-found {
  display: none !important;
}

.wpc-filters-section:nth-child(2) {
  border-top: 1px solid #f2f2f2;
}

.wpc-filters-scroll-container .wpc-filters-widget-wrapper {
  margin-top: 0 !important;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle:nth-child(2) {
  transform: translateX(40%) !important;
}

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

.woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 20px;
}

.filter-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cwbf-fields-label {
  min-width: max-content;
  margin: 0 !important;
  color: #fff !important;
}

#cwbf_ajax_search_btn {
  background: linear-gradient(94deg, #DFBE74  -5.04%, #DFBE74 28.84%, #F8E694 69.7%, #C2914F 102.49%);
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.577px;
}

.form__contact-label .wpcf7-not-valid,
.wpcf7-not-valid {
  border-color: red !important;
  color: red !important;
}

.form__contact-label .wpcf7-not-valid::placeholder {
  color: red;
}
.btn_arenda{
  width: 100%;
  justify-content: center;
}
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output,
.cf7sg-response-output {
  display: none !important;
}

#cwbf-filters br {
  display: none;
}

.wpc-term-count {
  color: #fff;
}

.lang-item {
  text-align: center;
  transition: .2s all linear;
  background: #1f1f1f;
  cursor: pointer;
  border-bottom: 1px solid #434343;
}

.lang-item a {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
}

.lang-item:hover {
  opacity: .8;
}

.ui-widget-content {
  border-radius: 7px;
  border: 1px solid #383838;
  background: #242424;
  box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.60);
  padding: 0;
}

.ui-datepicker th {
  font-family: var(--ya-d);
  color: #656565;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.ui-datepicker .ui-datepicker-header {

  background: #161616;
  border: 0;
  border-bottom: 1px solid #383838;
  padding: 20px 0;
}

.ui-datepicker .ui-datepicker-title {
  color: #E3E3E3;
  text-align: center;
  font-family: var(--ya-d);
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid transparent;
  color: #B7B7B7;
  text-align: center;
  font-family: var(--ya-d);
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  border-radius: 50%;
}

.ui-datepicker {
  width: auto;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 35px;
  background: rgba(86, 86, 86, 0.50);
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ui-widget-header .ui-icon {
  margin: 0 !important;
  transform: translate(-50%, -50%);
  background: url(../img/contact/right-ic.svg)no-repeat;
  background-position: center;
}

.ui-datepicker .ui-datepicker-prev span {
  transform: translate(-50%, -50%) scaleX(-1);
}

.ui-state-default,
.ui-widget-content .ui-state-hover {
  border-color: #E9C83D;
  color: #E9C83D;
}

#cwbf-filters .cwbf-error {
  position: absolute;
  bottom: -25px;
  right: 0;
}

.filter-row {
  position: relative;
}

.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev span,
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 50%;
}

.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev,
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
  width: 33px;
  height: 33px;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a {
  margin: 0 auto;
}

.wc-bookings-date-picker .ui-datepicker td .ui-state-default {
  margin: 0 auto;
}

.clear__page {
  height: 56px;
  display: flex;
  align-items: center;
  padding: 16px;
  outline: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.577px;
  cursor: pointer;
  transition: .2s all ease;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 255, 255, 0.77);
  justify-content: center;
}

.clear__page:hover {
  background: #2e2e31;
  color: #fff;
}

.filter-row:last-child input,
.clear__page {
  width: calc(100% / 2);
}

.faq__block__row-end {
  max-width: calc(100% - 475px);
}

.woocommerce nav.woocommerce-pagination ul li {
  border-radius: 8px;
  background: #F2F2F1;
  width: 44px;
  height: 44px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #4B465C;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 0;
  width: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  gap: 8px;
  max-width: max-content;
  margin: 0 auto;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  border-radius: 8px;
  background: #FD5;
  box-shadow: 0px 2px 4px 0px rgba(165, 163, 174, 0.30);
  color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-radius: 8px;
  background: #FFEDA7;
  box-shadow: 0px 2px 4px 0px rgba(165, 163, 174, 0.30);
  color: #000;
}

.prev.page-numbers,
.next.page-numbers {
  font-size: 0 !important;
  position: relative;
}

.prev.page-numbers::before {
  background: url(../img/about/left-ic.svg) no-repeat;
  background-position: center;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.next.page-numbers::before {
  background: url(../img/about/right-ic.svg) no-repeat;
  background-position: center;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.woocommerce ul.products {
  margin-bottom: 23px;
}

.abonement__block__row__main-start>img {
  display: none;
}

.soc__fix-box {
  position: fixed;
  top: 175px;
  left: 5%;
  z-index: 10;
}

.soc__fix-row {
  position: relative;
  gap: 14px;
  flex-direction: column;
}

.soc__fix__row-link {
  max-width: 20px;
  transition: .2s all ease;
}

.soc__fix-row::before,
.soc__fix-row::after {
  content: "";
  width: 2px;
  height: 45px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #4E4E4E;
}

.soc__fix-row::before {
  top: -70px;
}

.soc__fix-row::after {
  bottom: -70px;
}

.soc__fix__row-link:hover {
  scale: 1.15;
}

.faq-block {
  position: relative;
  z-index: 11;
  background: #0F0F0F;
}

.info-block {
  position: relative;
  z-index: 12;
}

.page-template-template-contacts .soc__fix-box {
  display: none;
}

.mob-img {
  display: none;
}

.product-swiper .swiper-wrapper {
  align-items: center;
}
.product-slide {
  position: relative;
}
.product-slide:before {
  content: '';
  background-repeat: no-repeat;
  background-size: 110%;
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  background-image: url(../img/bg_prod.png);
  z-index: -1;
  background-position: bottom;

}


.product-slide img {
  width: 100%;
  object-fit: cover;
  padding: 70px;
}
#product-3786 .product-slide img,
#product-3843 .product-slide img,
#product-3862 .product-slide img,
#product-3866 .product-slide img,
#product-3869 .product-slide img,
#product-3872 .product-slide img,
#product-3876 .product-slide img {
  padding: 0;;
}
#product-3786 .woocommerce-variation-description,
#product-3843 .woocommerce-variation-description,
#product-3862 .woocommerce-variation-description,
#product-3866 .woocommerce-variation-description,
#product-3869 .woocommerce-variation-description,
#product-3872 .woocommerce-variation-description,
#product-3876 .woocommerce-variation-description {
  left: inherit;
  bottom: inherit;
  top:130px;
  line-height: 22px;
  font-size: 13px;
}
#product-3786 .product__variable-text,
#product-3843 .product__variable-text,
#product-3872 .product__variable-text,
#product-3876 .product__variable-text {
    padding-bottom: 210px;
}
#product-3862 .product__variable-text,
#product-3866 .product__variable-text,
#product-3869 .product__variable-text {
      padding-bottom: 280px;
}


#product-3786 .product__variable-text p,
#product-3843 .product__variable-text p,
#product-3862 .product__variable-text p,
#product-3866 .product__variable-text p,
#product-3869 .product__variable-text p,
#product-3872 .product__variable-text p,
#product-3876 .product__variable-text p {
  font-size: 0;
}
.woocommerce-variation-description h2 {
  margin-bottom: 10px;
}
.woocommerce-variation-description ul {
  padding-left:25px;
}
.woocommerce-variation-description ul li {
  list-style: disc;
}
.woocommerce-variation-description ul li:not(:last-child) {
  margin-bottom: 5px;;
}






.filter__row__box__txt__sp-box img {
  max-width: 20px;
}

.hero__links-row {
  gap: 30px;
  position: relative;
  z-index: 2;
}

.hero__links__row__box-txt h4 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.hero__links__row__box-txt p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}

.hero__links__row__box-txt .btn-yellow {
  letter-spacing: 1.273px;
  text-transform: uppercase;
  max-width: max-content;
  margin-top: 15px;
  height: 49px;
}

.hero__links__row-box {
  border-radius: 8px;
  border: 1px solid #585858;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  min-height: 361px;
  width: calc(100% / 3);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero__links__row__box-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}

.hero__links__row__box-txt {
  position: relative;
  padding: 34px 36px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  transition: .4s all ease;

}

.hero__links__row-box:hover .hero__links__row__box-txt {

}

.hero-links {
  position: relative;
  margin-top: -130px;
  padding-bottom: 115px;
}

.hero-links::before {
  content: "";
  width: 100%;
  height: 205px;
  height: 0;
  background: linear-gradient(0deg, #0F0F0F 0%, rgba(15, 15, 15, 0.00) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero__links__row-box:hover .hero__links__row__box-txt .btn-yellow {

}

.btn-yellow::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(276deg, #DFBE74  -5.04%, #DFBE74 28.84%, #F8E694 69.7%, #C2914F 102.49%);
  z-index: 2;
  border-radius: 6px;
  transition: .2s all ease;
  opacity: 0;
}

.btn-yellow:hover::before {
  width: 100%;
  opacity: 1;
  z-index: 1;
}


.btn-yellow span {
  position: relative;
  z-index: 4;
  text-align: center;
}

.btn-yellow img {
    position: relative;
    z-index: 5;
}
.header-start-mobile {
  display: none;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}
.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-term-count-0:not(.wpc-has-not-empty-children), .wpc-term-count-0:not(.wpc-has-not-empty-children) a, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
  pointer-events: none;
  cursor:not-allowed
}

.hero__links-video {
    margin-bottom: 45px;
    border-radius: 4px;
    overflow: hidden;
	position: relative;
    z-index: 101;
}

.mob-vr {
    display: none;
}
.card-radio-btn {
  position: relative;
}
.card-radio-btn .content_head {
  color: #919191;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}

.card-radio-btn .content_sub {
  color: #919191;
  font-size: 12px;
}
.app__radio,.acf_rent_choice{
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-input-element + .card {
  width: 70px;
  height: 51px;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #919191;
  background: #272727;
  text-align: center;
  color:#EDEDED;
  font-size: 12px;

}
.lizing__block .card{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 21px;
  font-weight: normal;
  width: 100%;
  height: auto !important;
  padding: 15px 0 !important;
}
.lizing__block .card span {
  font-size: 12px;
  font-weight: 300;
}

.card-input-element + .card:hover {
  cursor: pointer;
}
.lizing__form .card-radio-btn{
  width: 100%;
}

.card-input-element:checked + .card {
  border-radius: 4px;
  border: 1px solid var(--Primary-Primary-400, #0951BE);
  background: var(--00000, linear-gradient(94deg, #DFBE74  -5.04%, #DFBE74 28.84%, #F8E694 69.7%, #C2914F 102.49%));
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  color:#000;
}

.card-input-element:checked + .card .content_sub ,
.card-input-element:checked  + .card .content_head {
  color:#000;
}
.type-auto  .card-input-element + .card {
  width: 100%;
}

.type-auto  .card-radio-btn {
  width: 50%;
}
.lizing__catalog-wrapper {
  margin-top: 50px;
}
.disabled {
    opacity: 0.6;
    pointer-events: none;
}
.mb-20 {
  margin-bottom: 20px;
}
.app__input label,
.label-arenda
 {
  color: #8A8A8A;
  text-align: justify;
  font-family: var(--ya-d);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}

.calc-block .label {
  color: #fff;
  font-family: var(--ya-d);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}
.calc-block span {
  display: flex;
  align-items: flex-start;
  color: #919191;
  font-family: var(--ya-d);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  gap:5px;
  max-width: 375px;
  margin-left: 10px;
}


.app__input input {
  border-radius: 4px;
  border: 1px solid #919191;
  background: rgba(255, 255, 255, 0.10);
  padding: 13px 18px;
  width: 100%;
  color: #8A8A8A;
  text-align: justify;
  font-family: var(--ya-d);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;

}
.app__radio input, 
.acf_rent_choice input {
  display: none;
}
.rent__km {
  color: #C0C0C0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rent__total {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.rent__select {
  color: #C0C0C0;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wpcf7-list-item{
  margin:0 !important;
}

.color-white {
  color:#fff;
}
.color-white h2,
.color-white p {
  color:#fff;
}
.app__form.show .app__form-grid {
  opacity: 0;
}
.abomenent__row {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abonement__child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.abonement__row-child {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.label-abomement {
  flex: 0 0 100%;
}
.acf_abomenent_choice{
  display: flex;
  align-items: center;
  gap: 0 !important;
  flex-wrap: wrap;
}
.abomenent__row .label-arenda {
  width: 100%;
}
.abomenent__row .card-radio-btn{
  width: 48%;
}
.abomenent__row  .card-body{
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.abomenent__row  .card-body .content_head{
  font-size: 20px;
  font-weight: bold;
}
.abonement__child .card-radio-btn{
  width: 32%;
}
.abonement__child  .card-body {
  width: 100%;
}
.hide{
  display: none;
}

.product-slides {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  position: relative;
  height: 0;
}
.product-slides.hiddens {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  z-index: 0;
  height: 0;
}

.product-slides.visibility {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1;
  height: auto;
}
.product-slide-arenda:before {
  z-index: 1 !important;
}
.product__text h2 {
  color: #E9C83D;
  font-size: 16px;
  font-family: var(--ya-d);
}
.product__text {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  font-family: var(--ya-d);
  position: absolute;
  bottom: 50px;
  left: 0;
  max-width: 300px;
}
.product__text p:not(:last-child) {
  margin-bottom: 15px;
}
.main-filters-short h2 {
  max-width: 100% !important;
}
.row__short{
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.short--block {
  width: calc(100%/3 - 15px);
  transition: .3s all linear;
}
.short--grid{
  border-radius: 8px;
  border: 1px solid var(--00000, #DFBE74 );
  padding: 25px;
  position: relative;
  min-height: 260px;
  max-height: 260px;
  display: flex;
  flex-direction: column;
  transition: .2s all ease;
}
.short--title{
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--00000, linear-gradient(94deg, #DFBE74  -5.04%, #DFBE74 28.84%, #F8E694 69.7%, #C2914F 102.49%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-family: var(--ya-d);
}
.short--image{
  position: absolute;
  top:30px;
  right: -15px;
  z-index: 2;
  
}
.short--guar{
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  color:#fff;
  font-family: var(--ya-d);
  margin-top: auto;
}
.short--text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #DFBE74 ;
  color:#fff;
}
.short--block:hover .short--grid {
  background: var(--00000, linear-gradient(94deg, #DFBE74  -5.04%, #DFBE74 28.84%, #F8E694 69.7%, #C2914F 102.49%));
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.short--block:hover .short--title {
  color: #372000;
  -webkit-text-fill-color:inherit
}
.short--block:hover .short--guar {
  color: #000;
}
.short--block:hover .short--text {
  color: #000;
  border-top: 1px solid #784F0D;
}
.product__simple-block h2 {
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    font-family: var(--ya-d);
    margin-bottom: 15px;
}
.product__simple-block h3 {
    color: #C79B53;
    font-family: var(--ya-d);
    font-size: 17px;
    font-style: normal;
    margin-bottom: 15px;
}
.product__simple-block  p {
  color:#fff;
  line-height: 22px;
  font-size: 14px;
   font-family: var(--ya-d);
}
.product__simple-block {
  border-bottom: 1px solid #ffffff7a;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.btn-lizing {
  display: flex;
  justify-content: center;
}
.product--btn-lizing {
  margin-top: 15px;
}
/* New Style End */

.spain--tours-wrapper {
  border-radius: 16px;
  border: 2px solid #FFF;
  background: #FFF;
  padding: 0 !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(102, 102, 102, 0.00) 50.06%), linear-gradient(0deg, rgba(102, 102, 102, 0.60) 0%, rgba(102, 102, 102, 0.60) 100%);

}
.st--block{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 35px 35px 35px !important;
    position: relative;
    overflow: hidden;
    border-radius: 16px;


}
.st--block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(102, 102, 102, 0.00) 50.06%), linear-gradient(0deg, rgba(102, 102, 102, 0.60) 0%, rgba(102, 102, 102, 0.60) 100%);
}
.st--block h2 {
  margin-top: 0;
  color: #FFF;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  font-family: var(--ya-d);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
}
.st--block h2:before{
  position: absolute;
  left:0;
  bottom:0;
  content:'';
  background: #fff;
  width: 95px;
  height: 1px;
}
.st--block h2:after{
  position: absolute;
  left:0;
  bottom:-2px;
  content:'';
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
.st--block p {
  color: #FFF;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  font-family: var(--ya-d);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 0;
  margin-bottom: 0;
  max-width: 310px;
    position: relative;
  z-index: 2;
}
.st--grid{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
  position: relative;
  z-index: 2;
}
.st--icon {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #FFF;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  font-family: var(--ya-d);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 180px;
}
.st--icon img {
  min-width: 22px;
  max-width: 22px;
}
.st--btn{
  border-radius: 4.872px;
  border: 2px solid var(--332, #F0DA8A);
  background: var(--warmgold, linear-gradient(180deg, #12100E 0%, #000 100%));
  padding: 10px 24px;
  font-family: var(--ya-d);
  color:#DFBE74;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase; 
  display: inline-flex;
  margin-top: 25px;
    position: relative;
  z-index: 2;
}
.st-limit{
  color: #FFF;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  font-family: var(--ya-d);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  letter-spacing: 2.88px;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  
}
.st--wrapper img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left:0;
  top:0;

}
.st--wrapper {
    padding: 35px 35px;
    display: block;
}
.st--title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 53.924px; /* 112.341% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  font-family: var(--ya-d);
  color:#DFBE74 ;
}
.st--title br {
  display: none;
}
.st--wrapper p {
  color: #FFF;
  font-family: var(--ya-d);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.392px; /* 166.958% */
  letter-spacing: 0.2px;
}
.st--grid-home {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.st--grid-home img {
  position: static;
}
.st--grid-home .st--icon {
  max-width: 100%;
}
.st-limit-home{
  position: absolute;
  bottom:15px;
  right:15px;
  color: #FFF;
  text-align: right;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  font-family: var(--ya-d);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 3.36px;
  text-transform: uppercase;
}