html {
  scroll-behavior: smooth;
  height: auto !important;
  overflow-y: auto !important;
}

:root {
  --void: #090608;
  --void-soft: #12090b;
  --iron: #1b1012;
  --iron-2: #271416;
  --blood: #b80f22;
  --blood-hot: #e11f34;
  --ember: #ff493a;
  --ash: #e8d9d5;
  --ash-muted: #b79c96;
  --line: rgba(255, 73, 58, 0.28);
}

body {
  overflow-x: hidden;
  overflow-y: auto !important;
  height: auto !important;
  background: var(--void);
  color: var(--ash);
}

body.modal-open {
  overflow-y: auto !important;
  padding-right: 0 !important;
}

header {
  min-height: 680px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(9, 6, 8, 0.96) 0%, rgba(9, 6, 8, 0.76) 32%, rgba(9, 6, 8, 0.18) 58%, rgba(9, 6, 8, 0.56) 100%),
    linear-gradient(180deg, rgba(9, 6, 8, 0.72) 0%, rgba(9, 6, 8, 0.06) 42%, rgba(9, 6, 8, 0.93) 100%),
    url("../images/lolwallpaper-13160.jpg") no-repeat center 43% !important;
  background-size: auto, auto, cover !important;
  overflow: hidden;
}

header::before {
  content: none;
}

header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 76% 38%, rgba(255, 73, 58, 0.13) 0%, transparent 34%),
    radial-gradient(ellipse at 28% 60%, rgba(7, 2, 4, 0.86) 0%, rgba(7, 2, 4, 0.42) 38%, transparent 62%),
    linear-gradient(180deg, transparent 72%, var(--void) 100%);
  z-index: 0;
}

.hero-entry {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100% - 40px));
  margin-left: clamp(22px, 7vw, 124px);
  padding-top: clamp(136px, 18vh, 176px);
  text-align: left;
}

.hero-label {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 73, 58, 0.32);
  border-radius: 999px;
  background: rgba(9, 6, 8, 0.56);
  color: var(--ember);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.hero-brand {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  width: min(620px, 100%);
  margin-bottom: 18px;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.62));
}

.hero-brand-emblem {
  position: relative;
  width: 96px;
  height: 108px;
  overflow: hidden;
  clip-path: polygon(50% 0%, 93% 20%, 88% 73%, 50% 100%, 12% 73%, 7% 20%);
  background:
    linear-gradient(180deg, rgba(9, 6, 8, 0.12), rgba(9, 6, 8, 0.42)),
    url("../images/icon.png?v=redblack") center center / 70% auto no-repeat,
    linear-gradient(180deg, #140709, #080305);
  box-shadow: inset 0 0 0 3px #d6a243, inset 0 0 0 6px rgba(225, 31, 52, 0.62);
}

.hero-brand-emblem::after {
  content: "";
  position: absolute;
  inset: 8px 10px auto;
  height: 20px;
  background: linear-gradient(180deg, rgba(255, 207, 106, 0.22), rgba(255, 207, 106, 0));
  clip-path: polygon(0 0, 100% 0, 86% 100%, 14% 100%);
  opacity: 0.55;
}

.hero-brand-copy {
  min-width: 0;
}

.hero-brand-eyebrow {
  margin-bottom: 2px;
  color: #d6a243;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.hero-brand-name {
  color: var(--ash);
  font-family: Montserrat, Arial Black, Arial, sans-serif;
  font-size: clamp(42px, 4.7vw, 64px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-shadow: 0 4px 0 #070203, 0 0 26px rgba(225, 31, 52, 0.22);
}

.hero-brand-name span {
  color: var(--ember);
  letter-spacing: -1px;
}

.hero-brand-rule {
  width: min(360px, 100%);
  height: 4px;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--blood-hot), rgba(255, 73, 58, 0.24), transparent);
  border-radius: 999px;
}

.hero-headline {
  max-width: 520px;
  margin: 0 0 12px;
  color: var(--ash);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.5px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.72);
}

.hero-kicker {
  max-width: 500px;
  margin: 0 0 20px;
  color: var(--ash-muted);
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.55;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

.hero-button:hover,
.hero-button:focus {
  text-decoration: none;
}

.hero-button-primary {
  color: var(--ash);
  background: linear-gradient(180deg, var(--blood-hot), var(--blood));
}

.hero-button-primary:hover,
.hero-button-primary:focus {
  color: #fff7f4;
}

.hero-button-secondary {
  color: var(--ash);
  border: 1px solid rgba(255, 73, 58, 0.42);
  background: rgba(9, 6, 8, 0.62);
}

.hero-button-secondary:hover,
.hero-button-secondary:focus {
  color: var(--ember);
  border-color: var(--ember);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 520px;
}

.hero-trust span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 73, 58, 0.24);
  border-radius: 999px;
  background: rgba(9, 6, 8, 0.48);
  color: var(--ash-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navcontainer {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 20;
  width: auto;
  padding: 0;
  transform: translateX(-50%);
}

.navcontainer nav ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: calc(100vw - 36px);
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255, 73, 58, 0.22);
  border-radius: 8px;
  background: rgba(12, 4, 6, 0.88);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.navcontainer nav ul li {
  display: block;
}

.navcontainer nav ul li a {
  display: block;
  min-width: 92px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 73, 58, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(36, 12, 16, 0.9), rgba(15, 5, 8, 0.96));
  color: var(--ash);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 220, 210, 0.08);
  transition: transform 180ms ease-out, background 180ms ease-out, border-color 180ms ease-out, color 180ms ease-out, box-shadow 180ms ease-out;
}

.navcontainer nav ul li a:hover,
.navcontainer nav ul li a:focus {
  transform: translateY(-2px);
  border-color: rgba(255, 73, 58, 0.72);
  background: linear-gradient(180deg, rgba(184, 15, 34, 0.95), rgba(71, 8, 16, 0.96));
  color: #fff3ef;
  box-shadow:
    inset 0 1px 0 rgba(255, 220, 210, 0.16),
    0 10px 22px rgba(225, 31, 52, 0.28);
}

.navcontainer nav ul li a::after,
.navcontainer nav ul li a::before {
  display: none !important;
}

a {
  color: var(--blood-hot);
}

a:hover,
a:focus {
  color: var(--ember);
}

a:focus,
button:focus,
.country-pack li:focus {
  outline: 2px solid var(--ember);
  outline-offset: 4px;
}

.navcontainer a[href="#"],
.navcontainer a[href="#reviews"],
.navcontainer a[href="#contact"] {
  cursor: pointer;
}

.country-pack li {
  user-select: none;
}

.country-pack li.country-active {
  filter: brightness(1.16);
  transform: translateY(-2px);
}

#whychoose,
#prices,
.panel-body {
  background: var(--void);
}

#whychoose {
  max-width: 1180px;
}

#whychoose .padtop {
  padding-top: 28px;
}

#whychoose .padtop > p {
  max-width: 760px;
  margin: 0 auto 28px;
}

#whychoose .col-xs-12.col-sm-12.col-md-4.col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 300px;
  padding: 28px 26px 24px;
  border: 1px solid rgba(255, 72, 61, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 59, 48, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(23, 8, 10, 0.72), rgba(8, 5, 7, 0.92));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

#whychoose .col-xs-12.col-sm-12.col-md-4.col-lg-4 br {
  display: none;
}

#whychoose .why-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 104px;
  height: 104px;
  margin-bottom: 2px;
  border: 1px solid rgba(255, 73, 58, 0.42);
  border-radius: 28px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 118, 89, 0.34), transparent 32%),
    linear-gradient(145deg, rgba(225, 31, 52, 0.22), rgba(9, 6, 8, 0.94) 62%);
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 224, 0.12),
    0 18px 34px rgba(0, 0, 0, 0.35),
    0 0 34px rgba(225, 31, 52, 0.16);
}

#whychoose .why-icon::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 73, 58, 0.16);
  border-radius: 20px;
}

#whychoose .why-icon .fa {
  position: relative;
  z-index: 1;
  color: var(--ember);
  font-size: 42px;
  text-shadow: 0 0 22px rgba(255, 73, 58, 0.38);
}

#whychoose .col-xs-12.col-sm-12.col-md-4.col-lg-4 + .col-xs-12.col-sm-12.col-md-4.col-lg-4 {
  border-left-color: rgba(255, 72, 61, 0.08);
}

@media (min-width: 992px) {
  #whychoose .col-xs-12.col-sm-12.col-md-4.col-lg-4 {
    width: calc(33.33333333% - 24px);
    margin: 0 12px;
  }
}

#whychoose h1,
#prices h1,
.h1-region {
  color: var(--ash);
}

#whychoose h1 b,
#prices h1 b,
.h1-region b,
h2 {
  color: var(--ember);
}

#whychoose h2 {
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.12;
  width: 100%;
  text-align: center;
}

#whychoose .col-md-4 p {
  max-width: 315px;
  margin: 0 auto;
  line-height: 1.55;
  text-align: center;
}

p,
.pricing-content li {
  color: var(--ash-muted);
}

hr {
  background: linear-gradient(90deg, transparent, var(--blood-hot), transparent) !important;
  color: var(--blood-hot) !important;
  height: 1px;
  border: 0;
}

.btn-primary {
  color: var(--ash);
  background: linear-gradient(180deg, var(--blood-hot), var(--blood)) !important;
  border-color: var(--blood-hot) !important;
  box-shadow: 0 10px 28px rgba(184, 15, 34, 0.28);
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff7f4;
  background: linear-gradient(180deg, #ff3d46, #c30f24) !important;
  border-color: var(--ember) !important;
}

.country-active,
.country-pack ul li:hover {
  border-bottom-color: var(--blood-hot) !important;
}

.country-pack ul li {
  color: var(--ash);
  border-color: var(--blood) !important;
  -webkit-filter: grayscale(100%) brightness(0.72) contrast(1.08) !important;
  filter: grayscale(100%) brightness(0.72) contrast(1.08) !important;
}

.country-active,
.country-pack ul li:hover {
  -webkit-filter: sepia(100%) saturate(520%) hue-rotate(315deg) brightness(0.96) contrast(1.18) !important;
  filter: sepia(100%) saturate(520%) hue-rotate(315deg) brightness(0.96) contrast(1.18) !important;
}

#whychoose img,
.ordering img,
footer img {
  -webkit-filter: sepia(100%) saturate(440%) hue-rotate(315deg) brightness(0.92) contrast(1.18);
  filter: sepia(100%) saturate(440%) hue-rotate(315deg) brightness(0.92) contrast(1.18);
}

#whychoose img {
  display: block;
  flex: 0 0 auto;
  width: 118px;
  height: 118px;
  object-fit: contain;
  padding: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 92, 70, 0.36);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 86, 65, 0.18), transparent 58%),
    rgba(8, 4, 6, 0.72);
  box-shadow:
    0 0 0 8px rgba(255, 55, 45, 0.035),
    0 16px 28px rgba(0, 0, 0, 0.26);
}

.pricing {
  background: var(--iron);
  border-color: rgba(255, 73, 58, 0.18);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.36);
}

.pricing:hover {
  border-color: var(--blood-hot);
  box-shadow: 0 24px 52px rgba(184, 15, 34, 0.32);
}

.pricing-head h3 {
  color: var(--ash);
  border-bottom-color: var(--line);
  background: linear-gradient(135deg, #220b0e 0%, var(--blood) 48%, #450911 100%) !important;
}

.pricing-head h4 {
  color: var(--ash);
  background: var(--void-soft);
  border-bottom-color: var(--line);
}

.pricing:hover h4,
.price-active h4 {
  color: var(--ember);
}

.pricing-content li {
  border-bottom-color: rgba(255, 73, 58, 0.12);
}

.ordering {
  background-color: var(--void) !important;
  background-image:
    linear-gradient(90deg, rgba(9, 6, 8, 0.92), rgba(128, 13, 25, 0.46), rgba(9, 6, 8, 0.94)),
    url("../images/orderingbg.jpg") !important;
  background-blend-mode: color, luminosity;
  box-shadow: inset 0 1px 0 var(--line), inset 0 -1px 0 var(--line);
}

.ordering h1,
.ordering h2,
.ordering h3,
.ordering p {
  color: var(--ash);
}

.ordering-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ordering-intro {
  max-width: 720px;
  margin: 12px auto 34px;
  color: var(--ash-muted) !important;
  font-size: 17px;
  line-height: 1.55;
}

.order-step {
  position: relative;
  padding: 0 28px;
}

.order-step-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 73, 58, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(225, 31, 52, 0.24), rgba(9, 6, 8, 0.28) 58%),
    linear-gradient(180deg, rgba(39, 20, 22, 0.88), rgba(12, 6, 8, 0.96));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--ember);
}

.order-step-icon .fa {
  font-size: 38px;
  line-height: 1;
}

.order-step-number {
  position: absolute;
  top: -9px;
  right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blood-hot);
  color: var(--ash);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(184, 15, 34, 0.44);
}

.order-step h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.order-step p {
  max-width: 310px;
  margin-right: auto;
  margin-left: auto;
  color: var(--ash-muted) !important;
  line-height: 1.55;
}

.darkbg,
footer,
#contact {
  background: linear-gradient(180deg, #16080a, #080506) !important;
  color: var(--ash);
}

footer p,
footer a,
#contact,
#contact a {
  color: var(--ash);
}

.container-load {
  pointer-events: none;
  z-index: 9000;
}

.ordering {
  animation: none !important;
}

.country-pack ul li,
#whychoose img,
.ordering img,
footer img {
  will-change: auto;
}

footer a:hover,
#contact a:hover {
  color: var(--ember);
}

footer .telegram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 73, 58, 0.34);
  border-radius: 50%;
  background: rgba(255, 73, 58, 0.08);
  transition: color 180ms ease-out, border-color 180ms ease-out, background 180ms ease-out;
}

footer .telegram-link:hover,
footer .telegram-link:focus {
  background: rgba(255, 73, 58, 0.16);
  border-color: rgba(255, 73, 58, 0.7);
}

footer .telegram-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 73, 58, 0.54);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(184, 15, 34, 0.96), rgba(65, 8, 15, 0.96)),
    #3d070d;
  color: var(--ash);
  box-shadow:
    inset 0 1px 0 rgba(255, 220, 210, 0.15),
    0 16px 34px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(225, 31, 52, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.94);
  transition: opacity 180ms ease-out, transform 180ms ease-out, border-color 180ms ease-out, box-shadow 180ms ease-out;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top:hover,
.back-to-top:focus {
  border-color: rgba(255, 204, 120, 0.72);
  color: #fff7f0;
  transform: translateY(-3px) scale(1);
  box-shadow:
    inset 0 1px 0 rgba(255, 220, 210, 0.18),
    0 20px 42px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(225, 31, 52, 0.34);
}

.back-to-top i {
  font-size: 18px;
  line-height: 1;
}

.panel-default,
.panel-default > .panel-heading,
.panel-collapse,
.panel-body {
  background: var(--iron);
  border-color: var(--line);
  color: var(--ash);
}

.panel-title > a,
.more-less {
  color: var(--ash);
}

.panel-title > a {
  font-size: 16px;
  line-height: 1.35;
}

.panel-body {
  font-size: 15px;
  line-height: 1.65;
}

.sk-circle .sk-child:before {
  background: var(--blood-hot);
  background: linear-gradient(45deg, var(--blood-hot), var(--ember));
}

.pricing-head h3 font,
.pricing-head h3 {
  line-height: 1.35;
}

.pricing-content li a {
  color: inherit;
  text-decoration: underline;
}

.pricing-footer .btn {
  border: 0;
}

.pricing-footer .sold-out-btn,
.pricing-footer .sold-out-btn:hover,
.pricing-footer .sold-out-btn:focus {
  background: #302326 !important;
  border-color: #493137 !important;
  color: #b99a9a;
  cursor: not-allowed;
  opacity: 0.72;
  box-shadow: none;
}

.panel-heading a {
  display: block;
}

.carousel-inner .item {
  transition: opacity 240ms ease-out;
}

.carousel-control {
  cursor: pointer;
}

#contact {
  color: var(--ash);
  padding: 44px 16px;
  text-align: center;
}

#contact h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

#contact p {
  max-width: 540px;
  margin: 0 auto;
  color: var(--ash-muted);
  font-size: 16px;
  line-height: 1.55;
}

#contact a {
  color: var(--ash);
}

@media (max-width: 767px) {
  header {
    min-height: 574px;
    background-position: 61% center !important;
    background-size: auto, auto, cover !important;
  }

  .hero-entry {
    width: calc(100% - 24px);
    margin: 0 auto;
    padding-top: 104px;
    text-align: center;
  }

  .hero-brand {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 9px;
    max-width: 322px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .hero-brand-emblem {
    width: 52px;
    height: 62px;
    background-size: 84% auto;
  }

  .hero-brand-emblem::after {
    inset: 11px 18px;
  }

  .hero-brand-eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .hero-brand-name {
    font-size: 27px;
    letter-spacing: 0;
  }

  .hero-brand-rule {
    width: 100%;
  }

  .hero-label {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-headline {
    margin-right: auto;
    margin-left: auto;
    max-width: 342px;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .hero-kicker {
    margin-right: auto;
    margin-left: auto;
    max-width: 318px;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-actions,
  .hero-trust {
    justify-content: center;
  }

  .hero-actions {
    gap: 10px;
    width: 100%;
    max-width: 342px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-button {
    flex: 1 1 100%;
    min-height: 42px;
    padding: 11px 14px;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 232px;
    margin-right: auto;
    margin-left: auto;
    gap: 6px;
  }

  .hero-trust span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 6px;
    font-size: 10px;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }

  #whychoose {
    width: 100%;
    overflow: hidden;
  }

  #whychoose h1 {
    font-size: 42px;
    line-height: 1.08;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  #whychoose .padtop > p {
    width: min(340px, calc(100% - 28px));
    margin-bottom: 22px;
  }

  #whychoose .col-xs-12.col-sm-12.col-md-4.col-lg-4 {
    width: calc(100% - 28px);
    min-height: auto;
    margin: 0 auto 18px;
    padding: 24px 20px 22px;
  }

  .navcontainer {
    top: 10px;
    left: 50%;
    width: calc(100% - 20px);
    padding: 0;
    transform: translateX(-50%);
  }

  .navcontainer nav ul {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 6px;
    overflow: visible;
  }

  .navcontainer nav ul li {
    margin: 0;
  }

  .navcontainer nav ul li:nth-child(1),
  .navcontainer nav ul li:nth-child(3),
  .navcontainer nav ul li:nth-child(4),
  .navcontainer nav ul li:nth-child(5) {
    grid-column: span 2;
  }

  .navcontainer nav ul li:nth-child(2) {
    grid-column: span 4;
  }

  .navcontainer nav ul li a {
    min-width: 0;
    min-height: 38px;
    padding: 8px 6px;
    font-size: 10px;
    letter-spacing: 0.04em;
    white-space: normal;
  }

  .navcontainer nav ul::-webkit-scrollbar {
    display: none;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }

  .country-pack ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 22px;
    padding: 0;
    overflow: visible;
  }

  .country-pack li {
    width: 100% !important;
    min-width: 0;
    min-height: 64px;
    height: auto !important;
    margin: 0;
    padding: 10px 6px;
    scroll-snap-align: start;
    white-space: normal;
    border-radius: 6px;
    background-size: contain !important;
    background-position: center 18px !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
  }

  .country-pack ul::-webkit-scrollbar {
    display: none;
  }

  #prices {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  #prices > .row.center > .col-md-12 {
    padding-right: 0;
    padding-left: 0;
  }

  #prices h1 {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 1.05;
  }

  #prices .h1-region {
    padding: 8px 0 16px;
    font-size: 18px;
    line-height: 1.25;
  }

  #prices .row.center:not(.ordering) {
    margin-right: 0;
    margin-left: 0;
  }

  #prices .product,
  .product {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  #prices .row.center[id^="country-"]:not(.hidden) {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: stretch;
  }

  #prices .row.center[id^="country-"] > .h1-region {
    grid-column: 1 / -1;
    margin: 0;
    padding: 16px 4px 4px;
    font-size: 20px;
  }

  .pricing {
    height: 100%;
    margin-bottom: 0;
    border-width: 1px;
    border-radius: 7px;
    overflow: hidden;
  }

  .pricing-head h3 {
    padding: 14px 12px;
    font-size: 19px;
    line-height: 1.2;
  }

  .pricing-head h4 {
    padding: 8px 0;
    font-size: 32px;
  }

  .pricing-content li {
    min-height: 36px;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.35;
  }

  .pricing-footer .btn {
    min-height: 44px;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.03em;
  }

  .ordering {
    height: auto;
    margin-top: 20px;
    padding: 34px 0 14px;
    background-size: cover !important;
  }

  .ordering .container,
  #faq .container,
  #reviews .container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .ordering .col-xs-4 {
    width: 100%;
    margin-bottom: 22px;
  }

  .ordering-title {
    font-size: 30px;
  }

  .ordering-intro {
    margin-bottom: 24px;
    padding: 0 14px;
    font-size: 15px;
  }

  .order-step {
    padding: 0 18px;
  }

  .order-step-icon {
    width: 88px;
    height: 88px;
    margin-bottom: 12px;
  }

  .order-step-icon .fa {
    font-size: 28px;
  }

  .order-step-number {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .order-step h2 {
    margin-bottom: 8px;
    font-size: 21px;
  }

  .order-step p {
    max-width: 320px;
    font-size: 14px;
    line-height: 1.5;
  }

  #whychoose {
    padding-right: 0;
    padding-left: 0;
  }

  #whychoose h1 {
    font-size: 34px;
  }

  #whychoose h2 {
    font-size: 22px;
  }

  #whychoose .why-icon {
    width: 86px;
    height: 86px;
    border-radius: 22px;
  }

  #whychoose .why-icon .fa {
    font-size: 34px;
  }

  #reviews {
    padding-top: 26px;
  }

  #reviews h1 {
    font-size: 26px;
    line-height: 1.15;
  }

  #reviews .carousel,
  #reviews .carousel-inner,
  #reviews .item,
  #reviews img {
    width: 100%;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
  }

  #faq {
    padding-bottom: 28px;
  }

  #faq h1 {
    font-size: 34px;
  }

  .panel-title > a {
    padding-right: 4px;
    font-size: 14px;
    line-height: 1.35;
  }

  .panel-body {
    font-size: 14px;
  }

  #contact {
    padding: 34px 16px;
  }

  #contact h2 {
    font-size: 24px;
  }

  footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  footer p {
    font-size: 13px;
    line-height: 1.45;
  }

  footer p a[style] {
    display: inline-flex;
    margin: 4px 3px;
    font-size: 16px !important;
  }
}
