@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/Montserrat-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('/assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-display: swap;
}

:root {
    --white: rgb(255, 255, 255);
    --black:rgb(0, 0, 0);
    --org: rgba(232, 176, 138, 1);
    --red: #E62E31;
    --Montserrat: 'Montserrat';
    --Montserrat-SemiBold: 'Montserrat-SemiBold';
    --media: '(max-width: 992px)';
}
/* Общий стиль скроллбара */
::-webkit-scrollbar {
  width: 10px; /* Ширина вертикального скролла */
  height: 10px; /* Высота горизонтального скролла */
}

/* Стиль ползунка */
::-webkit-scrollbar-thumb {
  background: #555; /* Цвет ползунка */
  border-radius: 5px; /* Скругление */
}

/* Стиль фона скроллбара */
::-webkit-scrollbar-track {
  background: var(--bg-footer); /* Цвет дорожки */
}

/* При наведении */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html, body {
    margin: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: var(--Montserrat), sans-serif;
    
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* Высота хедера */
}
main{
  flex: 1 0 auto;
}
a:hover{
  cursor: pointer;
}
button {
    all: unset;
    cursor: pointer;
    display: inline-block; /* Нужно для корректного отображения */
}

input {
    all: unset;  /* Сбрасывает все стили, включая шрифты, отступы и границы */
    -webkit-appearance: none; /* Убирает стили, специфичные для WebKit браузеров */
    -moz-appearance: none; /* Убирает стили для Firefox */
    appearance: none; /* Стандартный синтаксис */
    border: none; /* Убирает границу */
    outline: none; /* Убирает фокус */
    padding: 0; /* Убирает внутренние отступы */
    background: transparent; /* Убирает фон */
    color: inherit; /* Наследует цвет от родительского элемента */
    font: inherit; /* Наследует шрифт */
    box-sizing: border-box; /* Устанавливает box-model для элемента */
}
a{
    text-decoration: none;
    outline: none;
    list-style: none;
    color: var(--black);
    transition: all .2s ease-in-out;
    width: max-content;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}

/*          Бургер           */
body,
html {
  /* height: 100%; */
  padding: 0;
  margin: 0;
  /* position: relative; */
  transition: transform .7s ease-in-out;
  z-index: 7;
}
body.no-scrol{
    overflow:hidden;
}
footer {
  color: var(--white);
  background: rgba(188, 160, 121, 1);
}
footer a {
  color: var(--white);
}
footer a:hover {
  opacity: 0.5;
}
footer li{
  color: rgba(255, 255, 255, 1);
  font-size: 17.33px;

}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;   /* сбросим до размера шрифта родителя */
  font-weight: normal;  /* уберём жирность по умолчанию */
  line-height: 1.2;     /* зададим аккуратную высоту строки */
}
b{
  font-family: var(--Montserrat-ExtraBold);
}

.sidebar-desktop{
  display: block;
  position: relative;
}

/* @media (min-width: 992px) { */
  .sidebar {
    height: 100vh;
    width: 800px;
    padding: 30px 50px;
    position: fixed;
    top: 0;
    z-index: 100;
    right: -800px;
    background: rgba(22, 22, 22, 1);
    transition: transform .7s ease-in-out;
    @media screen and (max-width: 992px) {
      width: 100%;
      right: -100%;
    }
  }
  .sidebar.active {
      transform: translateX(-800px);
      overflow: auto;
      @media screen and (max-width: 992px) {
        transform: translateX(-100%);
      }
    }
  
  .bar {
    display: block;
    height: 3px;
    width: 30px;
    background-color: var(--white);
    margin: 5px auto;
  }
  
  .button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    /* margin: 0 auto; */
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }
  
  .nav-right {
    position: absolute;
    /* position: relative; */
    /* right: 28px;
    top: 35px; */
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
  }
  
  
  .hidden-xs {
    display: none;
  }
  
  .middle {
    margin: 0 auto;
  }
  
  .bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }
  
  .nav-right.visible-xs .active .bar {
    background-color: var(--white);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }
  
  .button.active .top {
    -webkit-transform: translateY(15px) rotateZ(45deg);
    -moz-transform: translateY(15px) rotateZ(45deg);
    -ms-transform: translateY(15px) rotateZ(45deg);
    -o-transform: translateY(15px) rotateZ(45deg);
    transform: translateY(15px) rotateZ(45deg);
  }
  
  .button.active .bottom {
    /* -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg); */
    transform: translateY(-2px) rotateZ(-45deg);
  }
  
  .button.active .middle {
    /* width: 0; */
    transform: translateY(6px) rotateZ(-45deg);
  }
  
  .move-to-left {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  
  
  
  .sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    /* margin-top: 20px; */
  }
  
  .sidebar-item {
    /* margin: 20px 0; */
    opacity: 1;
  }
  
  .sidebar-item{
    -webkit-transition: all .7s .2s ease-in-out;
    -moz-transition: all .7s .2s ease-in-out;
    -ms-transition: all .7s .2s ease-in-out;
    -o-transition: all .7s .2s ease-in-out;
    transition: all .7s .2s ease-in-out;
  }
  
  .sidebar-item.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .sidebar-anchor {
    color: var(--white);
    text-decoration: none;
    padding: 5px 13px;
    transition: all 0.3s;
  }
  .sidebar-anchor:hover{
    border-radius: 0px 10px 0px 10px;
    background: rgba(92, 91, 89, 1);
  }
/* } */



header {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.75);
  top: 0;
  margin: 0 auto;
}

header {  
  z-index: 50;
  color: var(--white);
}

.line-bootom-header{
  border-bottom: 1px solid rgba(128, 128, 128, 1);
}
.logo-header{
  @media (max-width:992px) {
    width: 175px;
  }
}
.first-screen{
  padding: 0 0 50px 0;
}
.search-screen{
  padding-top: 140px;
  padding-bottom: 36px;
}
.search-screen-wrap{
  border: 1px solid rgba(188, 160, 121, 1);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(188, 160, 121, 0.12) 100%);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 20px;
  padding: 22px 24px;
}
.search-screen-title{
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-family: var(--Montserrat-SemiBold);
  margin-bottom: 14px;
}
.search-screen-form{
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(188, 160, 121, 1);
  border-radius: 50px;
  background-color: var(--white);
  padding: 8px 8px 8px 20px;
  transition: box-shadow .2s ease-in-out;
}
.search-screen-form:focus-within{
  box-shadow: 0 0 0 2px rgba(188, 160, 121, 0.32);
}
.search-screen-form input[type="text"]{
  flex: 1;
  min-width: 0;
  width: 100%;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  line-height: 20px;
}
.search-screen-form input[type="text"]::placeholder{
  color: rgba(0, 0, 0, 0.55);
}
.search-screen-form button{
  padding: 12px 26px;
  border-radius: 30px;
  border: 1px solid rgba(188, 160, 121, 1);
  background-color: rgba(188, 160, 121, 1);
  color: rgba(0, 0, 0, 1);
  font-family: var(--Montserrat-SemiBold);
  font-size: 15px;
  line-height: 18px;
  transition: all .2s ease-in-out;
}
.search-screen-form button:hover{
  background-color: rgba(255, 255, 255, 1);
}
.main-consoles-cta{
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(188, 160, 121, 0.1);
  border: 1px solid rgba(188, 160, 121, 0.55);
  border-radius: 16px;
  padding: 12px 14px;
}
.main-consoles-cta__text{
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
.main-consoles-cta__button{
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 30px;
  border: 1px solid rgba(188, 160, 121, 1);
  background: rgba(188, 160, 121, 1);
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 18px;
  font-family: var(--Montserrat-SemiBold);
  transition: all .2s ease-in-out;
}
.main-consoles-cta__button:hover{
  background: rgba(255, 255, 255, 1);
}
.main-info-links{
  margin-top: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.main-info-links a{
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 30px;
  border: 1px solid rgba(188, 160, 121, 1);
  background: rgba(255, 255, 255, 0.85);
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 18px;
  font-family: var(--Montserrat-SemiBold);
}
.main-info-links a:hover{
  background: rgba(188, 160, 121, 1);
  color: rgba(0, 0, 0, 1);
}
@media (max-width:992px) {
  .search-screen{
    padding-top: 120px;
    padding-bottom: 24px;
  }
  .search-screen-wrap{
    padding: 16px 14px;
    border-radius: 16px;
  }
  .search-screen-title{
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .search-screen-form{
    flex-direction: column;
    align-items: stretch;
    border-radius: 16px;
    gap: 10px;
    padding: 10px;
  }
  .search-screen-form button{
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .main-consoles-cta{
    margin-top: 10px;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .main-consoles-cta__button{
    width: 100%;
  }
  .main-info-links{
    align-items: stretch;
    flex-direction: column;
  }
  .main-info-links a{
    width: 100%;
  }
}
.mein-slide .splide__arrow--next{
  right: -25px;
  @media (max-width:992px) {
    right: -7px;
  }
}
.mein-slide .splide__arrow--prev{
  left: -25px;
  @media (max-width:992px) {
    left: -7px;
  }
}
.mein-slide .splide__arrow{
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  opacity: 1;
  height: 50px;
  width: 50px;
  @media (max-width:992px) {
    width: 14px;
    height: 14px;
  }
}
.mein-slide .splide__arrow svg{
  @media (max-width:992px) {
    width: 2px;
    height: 4px;
  }
}
.mein-slide .splide__pagination__page{
  border-radius: 0;
  height: 2px;
  width: 185px;
  margin: 0;
  @media (max-width:992px) {
    width: 50px;
  }
}
.mein-slide .splide__pagination{
  display: flex;
  gap: 10px;
}
.mein-slide .splide__pagination__page.is-active{
  background-color: rgba(188, 160, 121, 1);
  opacity: 1;
  transform: none;
}
.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.header-text{
  color: rgba(0, 0, 0, 1);
  font-size: 11.43px;
  font-weight: 400;
  line-height: 14px;
}
.partner-slide .partner-block{
  border: 1px solid rgba(188, 160, 121, 1);
  border-radius: 15.87px;
  height: 100px;
  
}
.border-service{
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 200px;
}
.border-service-radius-left-top{
  border-radius: 16px 0px 0px 0px;
  @media (max-width:992px) {
    border-radius: 16px 16px 0px 0px;
  }
}
.border-service-radius-left-bottom{
  border-radius: 0px 0px 0px 16px;
  @media (max-width:992px) {
    border-radius: 0px 0px 0px 0px;
  }
}
.border-service-radius-bottom{
  border-radius: 0px 0px 16px 16px;
  @media (max-width:992px) {
    border-radius: 0px 0px 0px 0px;
  }
}
.border-service-radius-right-top{
  border-radius: 0px 16px 0px 0px;
  @media (max-width:992px) {
    border-radius: 0px 0px 0px 0px;
  }
}
.border-service-radius-right-bottom{
  border-radius: 0px 0px 16px 0px;
  @media (max-width:992px) {
    border-radius: 0px 0px 16px 16px;
  }
}
.service-text{
  color: rgba(0, 0, 0, 1);
font-style: Regular;
font-size: 18px;
font-weight: 400;
line-height: 28.32px;
}
.border-service:hover{
  background-color: rgba(188, 160, 121, 1);
  border: 1px solid rgba(188, 160, 121, 1);
}
.title-questions{
  color: rgba(0, 0, 0, 1);
    font-size: 38.49px;
    font-weight: 600;
    line-height: 38.49px;
    font-family: var(--Montserrat-SemiBold);
    @media (max-width:992px) {
      font-size: 17.13px;
    }
}
.text-questions{
  color: rgba(0, 0, 0, 1);
  font-style: Medium;
  font-size: 19.6px;
  font-weight: 500;
  @media (max-width:992px) {
    font-size: 10px;
  }
}
.all-questions{
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 
}
.button-questions{
  padding: 20px 50px;
  color: rgba(0, 0, 0, 1);
  font-family: var(--Montserrat-SemiBold);
  font-size: 16.04px;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgba(188, 160, 121, 1);
  border-radius: 30px;
}
.button-questions:hover{
  background-color: rgba(188, 160, 121, 1);
  color: rgba(0, 0, 0, 1);
}
.text-num{
  color: rgba(0, 0, 0, 1);
  font-size: 19.6px;
  font-weight: 400;
 
  opacity: 0.8; 
  @media (max-width:992px) {
    font-size: 6px;
  }
}
.text-phone{
  color: rgba(0, 0, 0, 1);
  font-family: var(--Montserrat-SemiBold);
  font-size: 23.16px;
  font-weight: 500;
 
  @media (max-width:992px) {
    font-size: 10px;
  }
}
.address-block{
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
}
.address-title{
  color: rgba(153, 153, 153, 1);
  font-size: 8.71px;
  text-transform: uppercase;
}
.address-name{
  color: rgba(51, 51, 51, 1);
  font-size: 20.91px;
  font-weight: 400;
}
.address-text{
  color: rgba(51, 51, 51, 1);
  font-size: 13.07px;
  font-weight: 400;
}

.map-container {
  position: relative;
  overflow: hidden;
  width: 100%;         /* на всю ширину родителя */
  max-width: 100%;     /* не вылазит за блок */
}

.map-container iframe {
  display: block; 
  width: 100%;         /* на всю ширину блока */
  height: auto;        /* автоматическая высота */
  aspect-ratio: 16/9;  /* сохраняем пропорции карты */
  border: 0;
}

.yandex-link-top,
.yandex-link-bottom {
  position: absolute;
  left: 0;
  color: #eee;
  font-size: 12px;
  z-index: 10;
}

.yandex-link-top { top: 0; }
.yandex-link-bottom { top: 14px; }
.footer-line{
  border-bottom: 1px solid white;
}

.company{
  color: rgba(255, 255, 255, 1);
  font-size: 14px;

}







.input-group input ,textarea{
  background: transparent;

  border: none; /* убираем стандартные бордеры */
  border-bottom: 1px solid rgba(89, 89, 87, 1); /* серый бордер только сверху */
  padding: 18px 12px 20px 12px;
  font-size: 16px;
  color: rgba(100, 100, 97, 1);
  outline: none; /* убираем синий контур при фокусе */
  width: 100%;
}

.input-group input::placeholder , textarea::placeholder {
  color: rgba(100, 100, 97, 1);
  opacity: 0.58;
}
.title-modal{
  color: black;
  font-style: Regular;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}

.checkbox-input {
  display: none;
}

.checkbox-custom {
  width: 35px;
  height: 35px;
  border-bottom: 2px solid rgba(89, 89, 87, 1);
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  transition: all 0.3s ease;
}


.checkbox-input:checked + .checkbox-custom::after {
  content: '✓';
  position: absolute;
  color: rgba(89, 89, 87, 1);
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.modal-content{
  padding: 20px 20px;
  background: white;
  color: black;
}
.modal-header{
  border: none;
}
.sec-title{
  font-size: 33px;
  text-transform: uppercase;
}
.form-control{
  border-radius: 0;
  border: none;
  padding: 16px 13px;
  color: rgba(100, 100, 97, 1);
  background: transparent;
}

.form-control:focus{
  /* background: rgba(28, 28, 28, 0.5); */
  border-color: transparent;
  box-shadow: none;
  color: var(--white);
  background: transparent;
}
.form-control::placeholder{
  color: rgba(100, 100, 97, 1);
  font-size: 16px;
  opacity: 0.58;
  text-transform: uppercase;
} 

.text-black{
  color:black;
  cursor: pointer;
}

.social-icon{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,.2);
  color: rgba(0,0,0,1);
  transition: all .2s ease-in-out;
}
.social-icon svg{
  width: 18px;
  height: 18px;
}
header .social-icon:hover{
  background: rgba(188, 160, 121, 1);
  border-color: rgba(188, 160, 121, 1);
  color: #fff;
}
footer .social-icon{
  border-color: rgba(255,255,255,.45);
  color: #fff;
}
footer .social-icon:hover{
  opacity: .6; /* у вас уже есть footer a:hover, но пусть будет явно */
}

.slide-link{
  display: block;
  width: 100% !important;
  height: 100%;
}

.footer-nav-row{
  flex-wrap: nowrap;
}

.footer-nav-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.dev-by{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  text-align:right;
  white-space: nowrap;
}

.dev-by svg{
  width: 150px;
  height: auto;
  display:block;
}

.dev-by-fontsize{
  font-size: 13px;
}

@media (max-width: 991.98px){
  .dev-by{ display:none !important; }
}






/* sharepulse */
@keyframes pulse{
  0%, 100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
  
  50% {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
  }

}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.share {
  position: fixed;
  z-index: 99;
  bottom: 40px;
  right: 40px;
  z-index: 999;
}

.share:before, .share:after {
  content: '';
  will-change: transform;
}
.share, .share:before, .share:after {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  position: fixed;
  cursor: pointer;
}
.share:after {
  background: var(--red);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  z-index: 999;
  -webkit-transition: .39s;
  transition: .39s;
}
.share:hover:after{
  background: var(--white);
  -webkit-transition: .39s;
  transition: .39s;
}
.pulse::before {
  animation: pulse 2s infinite;
  box-shadow: 0px 0px 2px 2px var(--red);
}
.share-svg{
  z-index: 10000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
}
.share:hover .share-svg svg{
  width: 25px;
  height: 25px;
  fill: var(--red);
  animation: pulse 2s infinite;
  -webkit-transition: .39s;
  transition: .39s;

}

.preloader{
  z-index:9999999;
  width:100vw;
  background-color:#152C39;
  backdrop-filter:blur(20px);
  height:100vh;
  position:fixed;
  display:flex;
  top:0;
  justify-content:center;
  align-items:center
}

.preloader.hide{
  animation:2s prehide
}
#preloaderSvg{
  animation:show 1s
}

@media (max-width:992px){
  #preloaderSvg{
    width:85%;
    height:85%;
  }
}
@keyframes prehide{0%{opacity:1}100%{opacity:0}}

.share-svg svg{
  width: 25px;
  height: 25px;
  fill: white;
  animation: pulse 2s infinite;
  -webkit-transition: .39s;
  transition: .39s;
}
@media(max-width:992px){
  .share {
      bottom: 30px;
      right: 30px;
  }
 
}

.footer-nav a{
  width: auto;
}

.info-page {
  padding-top: 140px;
  padding-bottom: 58px;
}

.info-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(188, 160, 121, 1);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(188, 160, 121, 0.12) 100%);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 20px;
}

.info-hero__content {
  min-width: 0;
}

.info-page__eyebrow {
  color: rgba(153, 153, 153, 1);
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.info-page__title {
  color: rgba(0, 0, 0, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 42px;
  line-height: 1.12;
  margin-bottom: 16px;
}

.info-page__lead {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  line-height: 1.65;
  max-width: 920px;
}

.info-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.info-page__link {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
  border: 1px solid rgba(188, 160, 121, 1);
  border-radius: 30px;
  color: rgba(0, 0, 0, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.info-page__link:hover {
  background: rgba(188, 160, 121, 1);
  color: rgba(0, 0, 0, 1);
}

.info-section {
  padding-bottom: 58px;
}

.info-section__head {
  max-width: 740px;
  margin-bottom: 22px;
}

.info-section__head h2,
.info-band h2,
.info-card--wide h2 {
  color: rgba(0, 0, 0, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.info-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.info-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(188, 160, 121, 0.5);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.25);
}

.info-card--wide {
  max-width: 980px;
}

.info-card--compact {
  box-shadow: none;
}

.info-card__number {
  display: inline-block;
  color: rgba(188, 160, 121, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 14px;
}

.info-card h3,
.info-step h3 {
  color: rgba(0, 0, 0, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.info-card p,
.info-card li,
.info-step p,
.info-band p {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  line-height: 1.6;
}

.info-card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.info-card ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.info-card li {
  display: flex;
  gap: 10px;
}

.info-card ol li {
  display: list-item;
  gap: 0;
}

.info-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 9px;
  border-radius: 50%;
  background: rgba(188, 160, 121, 1);
  flex-shrink: 0;
}

.info-card ol li::before {
  content: none;
}

.info-band {
  padding: 58px 0;
  margin-bottom: 58px;
  background: rgba(188, 160, 121, 0.12);
}

.info-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 28px;
  align-items: start;
}

.info-band h2 {
  margin-bottom: 16px;
}

.info-steps {
  display: grid;
  gap: 14px;
}

.info-step {
  background: rgba(255, 255, 255, 1);
  border-left: 4px solid rgba(188, 160, 121, 1);
  border-radius: 14px;
  padding: 18px 20px;
}

@media (max-width: 991.98px) {
  .info-page {
    padding-top: 120px;
    padding-bottom: 42px;
  }

  .info-band__inner {
    grid-template-columns: 1fr;
  }

  .info-hero {
    padding: 22px;
  }

  .info-page__title {
    font-size: 34px;
  }

  .info-page__lead {
    font-size: 16px;
  }

  .info-card-grid,
  .info-card-grid--two {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 575.98px) {
  .info-page__title {
    font-size: 30px;
  }

  .info-section__head h2,
  .info-band h2,
  .info-card--wide h2 {
    font-size: 25px;
  }

  .info-hero__actions,
  .info-page__link,
  .info-hero__actions .button-questions {
    width: 100%;
  }

  .info-page__link,
  .info-hero__actions .button-questions {
    box-sizing: border-box;
    text-align: center;
  }
}

.console-page {
  padding-top: 140px;
  padding-bottom: 60px;
}

.console-page__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.console-page__title {
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 34px;
  line-height: 1.1;
}

.console-page__search {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 560px;
  width: 100%;
}

.console-page__search input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  padding: 11px 14px;
  width: 100%;
}

.console-page__empty {
  font-size: 20px;
  color: #555;
  margin-top: 20px;
}

.console-category-description {
  margin-top: 34px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.console-category-description p:last-child {
  margin-bottom: 0;
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.console-grid--related {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.console-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.35);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.console-card__image {
  width: 100%;
  height: 220px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.console-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.console-card__no-image {
  color: #8d8d8d;
  font-size: 14px;
}

.console-card__body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.console-card__title {
  width: 100%;
  font-size: 17px;
  line-height: 1.3;
  font-family: var(--Montserrat-SemiBold), sans-serif;
  margin-bottom: 8px;
}

.console-card__meta {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 8px;
}

.console-card__price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 12px;
}

.console-card__price-old {
  text-decoration: line-through;
  color: #777;
  font-size: 14px;
}

.console-card__price-current {
  color: #d7232f;
  font-size: 22px;
  font-family: var(--Montserrat-SemiBold), sans-serif;
}

.console-card__button {
  width: 100%;
  text-align: center;
}

.pagination-custom {
  margin-top: 34px;
  display: flex;
  justify-content: flex-end;
}

.pagination-custom .pagination {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination-custom .page-item {
  margin: 0;
}

.pagination-custom .page-link {
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(188, 160, 121, 0.95);
  background: #fff;
  color: rgba(0, 0, 0, 0.88);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.pagination-custom .page-link:hover {
  background: rgba(188, 160, 121, 0.2);
  color: #000;
}

.pagination-custom .page-link:focus {
  box-shadow: 0 0 0 2px rgba(188, 160, 121, 0.35);
  color: #000;
}

.pagination-custom .page-item.active .page-link {
  background: rgba(188, 160, 121, 1);
  border-color: rgba(188, 160, 121, 1);
  color: #000;
}

.pagination-custom .page-item.disabled .page-link {
  opacity: 0.45;
  pointer-events: none;
}

.console-breadcrumbs {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.console-breadcrumbs a {
  width: auto;
}

.console-product-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.35);
  display: flex;
  gap: 22px;
}

.console-product-card__gallery {
  width: 48%;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.console-product-card__gallery a {
  width: 100%;
  height: 210px;
  background: #f6f6f6;
  border-radius: 12px;
  overflow: hidden;
}

.console-product-card__gallery a:first-child {
  grid-column: 1 / -1;
  height: 360px;
}

.console-product-card__gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.console-product-card__no-image {
  width: 100%;
  min-height: 250px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  color: #888;
}

.console-product-card__info {
  width: 52%;
}

.console-product-card__info h1 {
  font-size: 34px;
  line-height: 1.1;
  font-family: var(--Montserrat-SemiBold), sans-serif;
  margin-bottom: 10px;
}

.console-product-card__category {
  color: #666;
  margin-bottom: 14px;
}

.console-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.console-product-card__price-old {
  text-decoration: line-through;
  color: #777;
}

.console-product-card__price-current {
  font-size: 34px;
  color: #d7232f;
  font-family: var(--Montserrat-SemiBold), sans-serif;
}

.console-product-card__order-btn {
  margin-bottom: 14px;
}

.order-product-modal .modal-content {
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.35);
}

.order-product-modal__subtitle {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 22px;
  font-family: var(--Montserrat-SemiBold), sans-serif;
}

.order-product-modal__submit {
  width: 100%;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 16px 24px;
}

.order-product-modal__submit.sending {
  opacity: 0.7;
  pointer-events: none;
}

.console-product-card__description {
  margin-top: 18px;
  color: #222;
  line-height: 1.55;
}

.console-section {
  margin-top: 28px;
}

.console-section h2 {
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 28px;
  margin-bottom: 16px;
}

.console-properties {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.console-properties__item {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.08);
}

.console-properties__name {
  font-family: var(--Montserrat-SemiBold), sans-serif;
  margin-right: 6px;
}

.console-properties__value {
  color: #333;
}

.console-variants {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.08);
}

.console-variants td,
.console-variants th {
  padding: 12px 14px;
  vertical-align: middle;
}

.console-variants__price-old {
  text-decoration: line-through;
  color: #777;
  margin-right: 6px;
}

@media (max-width: 1199.98px) {
  .console-grid,
  .console-grid--related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .console-product-card__gallery {
    grid-template-columns: 1fr;
  }

  .console-product-card__gallery a:first-child {
    height: 420px;
  }
}

@media (max-width: 991.98px) {
  .console-page {
    padding-top: 120px;
  }

  .console-page__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .console-grid,
  .console-grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .console-product-card {
    flex-direction: column;
  }

  .console-product-card__gallery,
  .console-product-card__info {
    width: 100%;
  }

  .console-product-card__gallery a {
    height: 220px;
  }

  .console-product-card__gallery a:first-child {
    height: 360px;
  }
}

@media (max-width: 575.98px) {
  .pagination-custom {
    justify-content: center;
  }

  .pagination-custom .pagination {
    gap: 6px;
  }

  .pagination-custom .page-link {
    min-width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 14px;
    padding: 0 10px;
  }

  .console-grid,
  .console-grid--related,
  .console-properties {
    grid-template-columns: 1fr;
  }

  .console-page__title {
    font-size: 28px;
  }

  .console-product-card__info h1 {
    font-size: 28px;
  }

  .console-product-card__price-current {
    font-size: 28px;
  }

  .console-product-card__gallery a {
    height: 180px;
  }

  .console-product-card__gallery a:first-child {
    height: 280px;
  }

  .order-product-modal__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}

.credit-page {
  padding-bottom: 78px;
}

.credit-page .console-breadcrumbs {
  position: relative;
  z-index: 2;
}

.credit-page .info-hero {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  padding: 48px;
  border-color: rgba(188, 160, 121, 0.7);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 248, 235, 1) 0%, rgba(255, 255, 255, 1) 44%, rgba(188, 160, 121, 0.2) 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.credit-page .info-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(188, 160, 121, 0.18) 0%, rgba(188, 160, 121, 0) 35%),
    repeating-linear-gradient(135deg, rgba(188, 160, 121, 0.1) 0 1px, transparent 1px 18px);
  pointer-events: none;
}

.credit-hero__content,
.credit-hero__visual {
  position: relative;
  z-index: 1;
}

.credit-page .info-page__title {
  max-width: 720px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  margin-bottom: 24px;
}

.credit-hero__text {
  display: grid;
  gap: 16px;
  margin: 0;
  max-width: 720px;
}

.credit-hero__text p {
  margin: 0;
}

.credit-terms {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.credit-terms li {
  padding: 12px 16px;
  border: 1px solid rgba(188, 160, 121, 0.45);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(0, 0, 0, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 16px;
  line-height: 1.45;
  box-shadow: 0 8px 18px rgba(149, 157, 165, 0.15);
}

.credit-hero__accent {
  width: fit-content;
  max-width: 100%;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.credit-hero__note {
  color: rgba(75, 75, 75, 1);
  font-size: 14px;
  line-height: 1.55;
}

.credit-hero__actions {
  margin-top: 30px;
}

.credit-hero__actions .button-questions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(188, 160, 121, 1);
  box-shadow: 0 12px 24px rgba(188, 160, 121, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.credit-hero__actions .button-questions:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(188, 160, 121, 0.46);
}

.credit-page .info-page__link {
  background: rgba(255, 255, 255, 0.82);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.credit-page .info-page__link:hover {
  transform: translateY(-2px);
}

.credit-hero__visual {
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 360px;
}

.credit-hero__visual::before {
  content: "";
  position: absolute;
  inset: 42px 18px 58px 0;
  border-radius: 32px;
  background: rgba(188, 160, 121, 0.22);
  transform: rotate(-5deg);
}

.credit-card {
  position: relative;
  width: min(100%, 390px);
  margin-left: auto;
  padding: 24px;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(18, 18, 18, 1);
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.credit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(188, 160, 121, 0.38), rgba(188, 160, 121, 0) 48%);
  pointer-events: none;
}

.credit-card__top,
.credit-device,
.credit-payment {
  position: relative;
  z-index: 1;
}

.credit-card__top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.credit-card__top span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 18px;
}

.credit-card__top strong {
  max-width: 170px;
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 17px;
  line-height: 1.25;
  text-align: right;
}

.credit-device {
  display: grid;
  justify-items: center;
  padding: 20px 22px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.credit-device__screen {
  display: grid;
  gap: 14px;
  width: min(100%, 210px);
  aspect-ratio: 16 / 10;
  padding: 22px;
  border: 8px solid rgba(245, 245, 245, 1);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(188, 160, 121, 1), rgba(245, 222, 188, 1));
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.credit-device__screen span {
  display: block;
  height: 12px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.8);
}

.credit-device__screen span:last-child {
  width: 62%;
}

.credit-device__base {
  width: 122px;
  height: 12px;
  margin-top: 14px;
  border-radius: 0 0 16px 16px;
  background: rgba(245, 245, 245, 1);
}

.credit-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
}

.credit-payment span {
  color: rgba(75, 75, 75, 1);
  font-size: 13px;
  line-height: 18px;
}

.credit-payment strong {
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
}

.credit-benefits {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.credit-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(188, 160, 121, 0.5);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .credit-page .info-hero {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .credit-hero__visual {
    min-height: auto;
  }

  .credit-card {
    margin-left: 0;
  }

  .credit-benefits {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .credit-page {
    padding-bottom: 52px;
  }

  .credit-page .info-hero {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .credit-page .info-page__title {
    font-size: 34px;
  }

  .credit-hero__accent {
    width: 100%;
    padding: 13px 14px;
    border-radius: 16px;
  }

  .credit-card {
    padding: 18px;
    border-radius: 24px;
  }

  .credit-card__top {
    flex-direction: column;
  }

  .credit-card__top strong {
    max-width: none;
    text-align: left;
  }

  .credit-payment {
    align-items: flex-start;
    flex-direction: column;
  }

  .credit-payment strong {
    text-align: left;
  }

  .credit-benefits span {
    width: 100%;
    justify-content: center;
  }
}

.loyalty-page {
  padding-bottom: 44px;
}

.loyalty-page .console-breadcrumbs {
  position: relative;
  z-index: 2;
}

.loyalty-page .info-hero {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.95fr);
  padding: 48px;
  border-color: rgba(188, 160, 121, 0.7);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 10%, rgba(188, 160, 121, 0.28), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(252, 244, 231, 1) 52%, rgba(188, 160, 121, 0.24) 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.loyalty-page .info-hero::before {
  content: "";
  position: absolute;
  inset: auto -90px -160px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(188, 160, 121, 0.2);
  pointer-events: none;
}

.loyalty-hero__content,
.loyalty-hero__visual {
  position: relative;
  z-index: 1;
}

.loyalty-page .info-page__title {
  max-width: 740px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.04;
  margin-bottom: 24px;
}

.loyalty-hero__text {
  display: grid;
  gap: 16px;
  max-width: 720px;
  margin: 0;
}

.loyalty-hero__text p {
  margin: 0;
}

.loyalty-hero__accent {
  width: fit-content;
  max-width: 100%;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.loyalty-hero__note {
  color: rgba(75, 75, 75, 1);
  font-size: 14px;
  line-height: 1.55;
}

.loyalty-hero__actions {
  margin-top: 30px;
}

.loyalty-hero__actions .button-questions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(188, 160, 121, 1);
  box-shadow: 0 12px 24px rgba(188, 160, 121, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.loyalty-hero__actions .button-questions:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(188, 160, 121, 0.46);
}

.loyalty-page .info-page__link {
  background: rgba(255, 255, 255, 0.86);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.loyalty-page .info-page__link:hover {
  transform: translateY(-2px);
}

.loyalty-hero__visual {
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 360px;
}

.loyalty-card {
  position: relative;
  width: min(100%, 410px);
  margin-left: auto;
  padding: 26px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(19, 19, 19, 1), rgba(63, 52, 37, 1));
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.loyalty-card::before {
  content: "";
  position: absolute;
  inset: -42px -54px auto auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(188, 160, 121, 0.55);
}

.loyalty-card__top,
.loyalty-card__points,
.loyalty-card__bottom {
  position: relative;
  z-index: 1;
}

.loyalty-card__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.loyalty-card__top span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 18px;
}

.loyalty-card__top strong {
  max-width: 190px;
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 17px;
  line-height: 1.25;
  text-align: right;
}

.loyalty-card__points {
  margin: 72px 0 58px;
  color: rgba(255, 255, 255, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
}

.loyalty-card__bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.loyalty-card__bottom span {
  padding: 10px 12px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 18px;
}

.loyalty-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.loyalty-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(188, 160, 121, 0.5);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.loyalty-section {
  padding: 52px 0;
}

.loyalty-section--light {
  background: rgba(188, 160, 121, 0.12);
}

.loyalty-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 30px;
  align-items: start;
}

.loyalty-section__head h2,
.loyalty-program-card h2,
.loyalty-final h2 {
  color: rgba(0, 0, 0, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.loyalty-section__head p,
.loyalty-program-card p,
.loyalty-list__item p {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  line-height: 1.65;
}

.loyalty-list {
  display: grid;
  gap: 14px;
}

.loyalty-list__item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid rgba(188, 160, 121, 0.48);
  border-radius: 18px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
}

.loyalty-list__item span {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border-radius: 50%;
  background: rgba(188, 160, 121, 1);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.65);
}

.loyalty-list__item p {
  margin: 0;
}

.loyalty-program-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 28px;
  align-items: start;
  padding: 32px;
  border: 1px solid rgba(188, 160, 121, 0.42);
  border-radius: 26px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.loyalty-program-card__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.loyalty-program-card__items div {
  padding: 20px;
  border-radius: 20px;
  background: rgba(250, 246, 239, 1);
}

.loyalty-program-card__items span {
  display: block;
  color: rgba(188, 160, 121, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
}

.loyalty-program-card__items strong {
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: var(--Montserrat-SemiBold), sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.loyalty-program-card__items p {
  margin: 0;
}

.loyalty-final {
  padding: 54px 0 76px;
}

.loyalty-final__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 30px 34px;
  border-radius: 26px;
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
}

.loyalty-final h2 {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 1);
}

.loyalty-final .button-questions {
  flex-shrink: 0;
  background: rgba(188, 160, 121, 1);
}

@media (max-width: 991.98px) {
  .loyalty-page .info-hero,
  .loyalty-section__inner,
  .loyalty-program-card {
    grid-template-columns: 1fr;
  }

  .loyalty-page .info-hero {
    padding: 32px;
  }

  .loyalty-hero__visual {
    min-height: auto;
  }

  .loyalty-card {
    margin-left: 0;
  }

  .loyalty-benefits {
    justify-content: flex-start;
  }

  .loyalty-final__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .loyalty-page .info-hero {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .loyalty-page .info-page__title {
    font-size: 34px;
  }

  .loyalty-hero__accent {
    width: 100%;
    padding: 13px 14px;
    border-radius: 16px;
  }

  .loyalty-card {
    padding: 18px;
    border-radius: 24px;
  }

  .loyalty-card__top,
  .loyalty-card__bottom {
    flex-direction: column;
  }

  .loyalty-card__top strong {
    max-width: none;
    text-align: left;
  }

  .loyalty-card__points {
    margin: 52px 0 44px;
  }

  .loyalty-benefits span {
    width: 100%;
    justify-content: center;
  }

  .loyalty-section {
    padding: 38px 0;
  }

  .loyalty-section__head h2,
  .loyalty-program-card h2,
  .loyalty-final h2 {
    font-size: 26px;
  }

  .loyalty-program-card {
    padding: 22px;
  }

  .loyalty-program-card__items {
    grid-template-columns: 1fr;
  }

  .loyalty-final {
    padding: 42px 0 56px;
  }

  .loyalty-final__inner {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .loyalty-final .button-questions {
    width: 100%;
  }
}
