@charset "UTF-8";
a {

}

.icon {
    vertical-align: baseline
}

a, div, li {
    -webkit-tap-highlight-color: transparent
}

html {
}

article, footer, header, nav {
    display: block
}

a {
    background-color: transparent;
    color: #2396F7;
    transition: all .2s ease-out
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

img {
    border: 0
}

body, h1, h2, h3 {
    font-weight: 400
}

table {
}

a, article, body, div, footer, h1, h2, h3, header, html, i, img, li, nav, p, span, strong, table, tbody, td, th, tr, ul {
    margin: 0;
    padding: 0
}

.list span {
                                    font-size: 1.5em;
                                    font-weight: 700;
                                }


.btn--cta {
    color: #f8f8f8
}

.btn {
    border-radius: 4px;
    height: 45px;
    line-height: 47px;
    font-size: 12px;
    letter-spacing: .15em;
    font-weight: 700!important;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
}

.btn--cta {
    background: #2396F7;
    text-align: center;
}

.btn--cta:hover {
    background-color: #65b6fa;
    color: #f8f8f8
}

.btn--has-icon:hover {
    background-color: #2396F7
}

.btn--fixed {
    width: 230px;
    position: relative;
    cursor: pointer
}

.btn--has-icon {
    width: 230px
}

.btn--skeleton {
    background: #4a5662;
    color: #373B40;
    text-align: center
}

.btn--skeleton:hover {
    color: #373B40;
    opacity: .7
}

.btn--skeleton-alt {
    color: #f8f8f8
}

.btn--skeleton-alt:hover {
    color: #f8f8f8;
    opacity: .7
}

.btn__ctatitle {
    color: #f8f8f8;
    display: block;
    height: 100%;
    border-radius: 4px;
    text-decoration: none;
}

.btn__ctatitle:hover {
    color: #f8f8f8;
    background-color: #65b6fa
}

.site-header {
    background: rgba(39, 43, 47, .9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #f8f8f8;

}

.sidebar-headings {
    font-size: 1.5em;
    font-weight: 700;
    margin: 1em 0;
    color: var(--switch-h2-color)!important;
}

@media only screen and (max-width: 990px) {
    .site-header {
        border-radius: 0;
        background: #FF333A
    }
}

.content-hero {
    min-height: 50px;
    border-radius: 4px;
}

@media only screen and (max-width: 480px) {
    .content-hero {
        border-radius: 0;
        margin-bottom: 0
    }
}

.ch-main {
    min-height: 315px;
    background-color: #272B2F;
    position: relative
}

@media only screen and (max-width: 768px) {

    .ch-main {
        border-radius: 0;
        min-height: 200px
    }
}

.ch-main__logo {
    display: block;
    position: absolute;
    right: 130px;
    top: 50%;
    margin-top: -75px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

@media only screen and (max-width: 1024px) {
    .ch-main__logo {
        top: 35px;
        right: auto;
        left: 50%;
        margin-top: 0;
        width: 90px;
        margin-left: -45px;
        height: 90px;

    }
}

.ch-main__info {
    color: #f8f8f8;
    padding: 50px 0 0 50px
}

@media only screen and (max-width: 1024px) {
    .ch-main__info {
        text-align: center;
        padding-bottom: 20px;
    }

    .ch-main__info {
        padding-top: 120px;
        padding-left: 0
    }
}

.ch-title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {

    .ch-title {
        padding-right: 0;
        margin: 0 auto 8px;
        max-width: 80%;
        font-weight: 700;
    }
}

@media only screen and (max-width: 480px) {
    .ch-title {
        font-size: 22px;
        max-width: 80%;
      /*  margin: 0 auto 28px; */
        font-weight: 700;
    }
}

.ch-rating {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 40px;
    letter-spacing: .5px
}
.room-rating {
        font-size: 25px;
margin-bottom: 20px;
letter-spacing: .5px;
color: #ffc107;
}

.ch-cta {
    margin-bottom: 10px
}

.ch-cta .btn--skeleton {
    position: relative;
    top: 1px
}

.ch-cta .btn:first-child {
  /*  margin-right: 15px */
}

.ch-cta .btn:only-child {
    margin-right: 0
}

@media only screen and (max-width: 768px) {

    .ch-cta .btn--cta:first-child {
        margin-bottom: 20px
    }
}

.follow {
    display: inline-block
}

.follow {
    color: #3C3D41;
    position: relative;
    /*margin-right: 15px */
}

.follow .btn:first-child {
    margin-right: 0;
    margin-left: 6px
}

@media only screen and (max-width: 480px) {
    .follow .btn:first-child {
        margin-left: 0
    }
}

.promo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;  /* можно 240px или 260px, по вкусу */
  padding: 10px 14px;
  border: 1px solid #444;
  border-radius: 12px;
  cursor: pointer;
  background: rgba(255,255,255,0.03);
  transition: background 0.2s ease, border-color 0.2s ease;
  user-select: none;
}

.promo-box:hover {
  background: rgba(255,255,255,0.06);
  border-color: #666;
}

.promo-text {
  margin-right: 12px;
}

.promo-text .promo-label {
  font-size: 13px;
  font-weight: 500;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.promo-text .promo-code {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.promo-icon svg {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  padding: 4px;
  transition: opacity 0.2s ease;
}

.hidden {
  display: none !important;
}

.update-time {
  color: #fff;
  font-size: 11px;
}

.hero {
  margin: 0 auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #222, #444, #666); /* fallback */
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--dynamic-gradient, linear-gradient(135deg, #ff0080, #7928ca, #2afadf));
  background-size: 400% 400%;
  animation: gradientShift 12s ease-in-out infinite, gradientPulse 6s ease-in-out infinite;
  z-index: 0;
  opacity: 0.85;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4); /* затемнение */
  z-index: 1;
}

.hero-content { position: relative; z-index: 2; }

/* LEFT */
.hero-left { display: flex; flex-direction: column; gap: 20px; }

.logo-title { display: flex; align-items: center; gap: 16px; }

.logo-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  animation: spinDecelerate 6s cubic-bezier(0.15, 0.85, 0.35, 1) forwards;
}
@keyframes spinDecelerate {
  from { transform: rotate(0deg); }
  to { transform: rotate(1440deg); } /* 5 оборотов = 360 * 5 */
}


/* пункт */
.pros-list li{
        position: relative;
        padding: 8px 0 8px 36px;
        font-weight: 600;
        margin: 0!important;
        text-align: left;
    
    }

/* галочка */
.pros-list li::before{
  content:"";
  position:absolute;
  left:1px;                 /* сдвиг иконки от левого края */
  top:50%;
  width:14px; height:15px;   /* явный размер иконки */
  transform:translateY(-50%);
  background: url(/images/checkmark-green.svg) no-repeat center / contain; 
}


.logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-title span {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.rating {
  font-size: 20px;
  font-weight: 600;
  color: #fbbf24;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pros-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .pros-list {
    margin-left: 62px;
  }
}

/* RIGHT */
.hero-right {
  background: rgba(15, 17, 23, 0.85);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.hero-right span {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.promo {
  background: #111; /* тёмный фон */
  color: #fbbf24;      /* яркий жёлтый текст */
  font-weight: 700;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
}

.cta {
  display: block;
  padding: 14px;
  border-radius: 8px;
  background: linear-gradient(180deg,#1677ff,#0e5fff);
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  width: 50%;
  text-align: center;
}

.cta:hover {
  transform: translateY(-2px);
  color: #fff;
}

/* Анимация */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes gradientPulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.05); opacity: 1; }
}

/* ====== АДАПТИВ ====== */

/* Планшеты */
@media (max-width: 992px) {
  .hero {
    grid-template-columns: 1fr; /* складываем в один столбец */
    gap: 30px;
    padding: 40px 20px;
    text-align: center;
  }

  .hero-left {
    align-items: baseline;
  }

  .logo-title span {
    font-size: 24px;
  }

  .hero-right {
    margin: 0 auto;
    max-width: 320px; /* можно чуть больше для планшета */
  }
}

@media (max-width: 600px) {
  .hero-left {
    align-items: stretch;  /* элементы будут тянуться по ширине */
    text-align: left;      /* чтобы текст не центрировался */
    gap: 14px;
  }

  .logo-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 53px;
  }

  .logo-wrapper {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }

  .logo-title span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }

  .rating {
    font-size: 14px;
    margin-left: 62px; /* сдвигаем, чтобы совпадало с Pros */
  }

  .features {
    font-size: 14px;
    margin-left: 62px; /* сдвиг Pros и звёздочек на одну линию */
  }

  .features li {
    margin-bottom: 5px;
    gap: 6px;
  }
}


/* Мобильные (до 600px) */
@media (max-width: 600px) {
  .hero {
    padding: 30px 15px;
    gap: 24px;
  }

  .logo-wrapper {
    width: 55px;
    height: 55px;
  }

  .logo-title span {
    font-size: 20px;
  }

  .rating {
    font-size: 14px;
  }

  .features {
    font-size: 14px;
  }

  .hero-right {
    padding: 16px;
    max-width: 260px;
    gap: 10px;
  }

  .hero-right span {
    font-size: 16px;
  }

  .promo {
    font-size: 13px;
    padding: 6px 12px;
  }

  .cta {
    min-width: auto;
    width: 100%; /* ✅ кнопка тянется во всю ширину на мобиле */
    font-size: 14px;
    padding: 10px;
  }
}
