

body *:not(i) {
  font-family: sans-serif !important
}

/* Оптимизация для аудитории 40+ */
body {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.4em !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

p, li, span, div {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.premium-input {
  font-size: 16px !important;
  padding: 15px !important;
  min-height: 50px !important;
}

.btn-premium {
  font-size: 18px !important;
  padding: 15px 25px !important;
  min-height: 55px !important;
}

@media (max-width: 768px) {
  body {
    font-size: 15px !important;
  }
  
  .premium-input {
    font-size: 16px !important;
    padding: 12px !important;
  }
  
  .btn-premium {
    font-size: 16px !important;
    padding: 12px 20px !important;
  }
}

p,
ul li,
ol li {
  font-size: inherit;
  line-height: inherit
}

.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: 700
}

.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px
}

.danger-text {
  color: red;
  font-weight: 700;
  white-space: nowrap
}

.time_remains {
  font-size: 1.1em;
  color: #FAB900;
  font-weight: 700
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 10000;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("cross.svg");
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  background: linear-gradient(135deg, #FAB900 0%, #096540 100%);
  color: #fff !important;
  border: none;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(250, 185, 0, 0.3);
}

.pop-up-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(250, 185, 0, 0.4);
  color: #fff !important;
}

.pop-up-window {
  position: relative;
  max-width: 450px;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  text-align: center;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 3px solid #FAB900;
  animation: pop-up-appear 0.7s ease;
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}


@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px)
  }

  30% {
    transform: translateY(100px)
  }

  100% {
    transform: translateY(-50%)
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important
}

@media all and (max-width:520px) {

  .close-popup {
    right: 0 !important
  }
}

@media(max-width:500px) {

  .door_box,
  .door {
    width: 85px;
    height: 180px
  }
}

@media(max-width:480px) {
  .door_box {
    max-width: 150px;
  }

  .door {
    width: 120px;
    height: 160px;
  }

  .door__sales {
    font-size: 20px !important;
    padding: 10px 5px !important;
  }

  .door__title {
    font-size: 16px !important;
    padding: 8px 12px !important;
  }

  .door__head {
    font-size: 14px !important;
  }

  #form-block {
    margin: 15px 5px !important;
    padding: 15px !important;
  }

  #order {
    margin: 15px 5px !important;
    padding: 15px !important;
  }
}


@supports (column-gap:0.5em) {}

@supports(-webkit-overflow-scrolling:touch) {}

@supports(position:sticky) {}

@supports(position:sticky) {}

@supports(position:sticky) {}

@supports(position:sticky) {}

@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {}

@supports(position:sticky) {}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

article,
aside,
header,
main,
nav {
  display: block
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2c3e50;
  text-align: left;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}

/* Премиальный layout */
.premium-layout {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
  position: relative;
}

.premium-layout::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.2) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

img {
  vertical-align: middle;
  border-style: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  img {
    page-break-inside: avoid
  }

  h2,
  p {
    orphans: 3;
    widows: 3
  }

  h2 {
    page-break-after: avoid
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

h2 {
  margin: 2em 0 1em
}

h2 {
  font-size: 1.4375em;
  line-height: 1.2
}

@media(min-width:768px) {
  h2 {
    font-size: 1.9375em;
    margin-bottom: .77419355em
  }
}

h2:first-child {
  margin-top: 0
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

.humburger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 16px
}

.humburger:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px
}

.humburger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  left: 50%;
  margin-left: -12px;
  -webkit-transition: background-color .3s, opacity .3s, -webkit-transform .3s;
  transition: background-color .3s, opacity .3s, -webkit-transform .3s;
  -o-transition: transform .3s, background-color .3s, opacity .3s;
  transition: transform .3s, background-color .3s, opacity .3s;
  transition: transform .3s, background-color .3s, opacity .3s, -webkit-transform .3s
}

.humburger span:first-child {
  top: 0
}

.humburger span:nth-child(2) {
  top: 50%;
  margin-top: -1px
}

.humburger span:last-child {
  bottom: 0
}

::-moz-selection {
  background-color: #4d3bfe;
  color: #fff
}

::selection {
  background-color: #4d3bfe;
  color: #fff
}

html {
  position: relative;
  min-height: 100%
}

body {
  font-size: 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  margin-bottom: 121px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-height: 100vh;
}

a,
a:visited {
  color: #096540;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:active,
a:focus,
a:hover {
  color: #FAB900;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted
}

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

.post-card__comments:before,
.search-icon {
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h2 {
  font-weight: 700;
  color: #2c3e50;
  position: relative;
  padding-bottom: 10px;
}

h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #FAB900, #096540);
  border-radius: 2px;
}

.main-navigation-inner,
.site-content,
.site-header-inner {
  padding-left: 20px;
  padding-right: 20px
}

@media(min-width:768px) {

  .main-navigation-inner,
  .site-content,
  .site-header-inner {
    padding-left: 45px;
    padding-right: 45px
  }
}

@media(min-width:1400px) {

  .main-navigation-inner,
  .site-content,
  .site-header-inner {
    padding-left: 45px;
    padding-right: 45px
  }
}

.site {
  overflow: hidden
}

.fixed.site-content,
.fixed.site-header-inner,
.main-navigation.fixed,
.site-header.fixed {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media(min-width:768px) {

  .fixed.site-content,
  .fixed.site-header-inner,
  .main-navigation.fixed,
  .site-header.fixed {
    max-width: 720px
  }
}

@media(min-width:992px) {

  .fixed.site-content,
  .fixed.site-header-inner,
  .main-navigation.fixed,
  .site-header.fixed {
    max-width: 960px
  }
}

@media(min-width:1200px) {

  .fixed.site-content,
  .fixed.site-header-inner,
  .main-navigation.fixed,
  .site-header.fixed {
    max-width: 1190px
  }
}

.site-content {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
}

.site-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #FAB900 0%, #096540 50%, #BE2A2A 100%);
}

.site-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.content-area {
  position: relative;
  width: 100%;
  max-width: 800px;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 1px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 auto;
}

@media(min-width:992px) {
  .content-area {
    max-width: calc(100% - 300px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 300px);
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    padding-right: 70px
  }
}

.widget-area {
  display: none;
  position: relative;
  width: 100%;
  max-width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 1px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

@media(min-width:992px) {
  .widget-area {
    display: block;
    padding-bottom: 30px
  }
}

.site-header {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  padding-bottom: 25px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  margin-bottom: 40px;
  border-bottom: 3px solid #FAB900;
  position: relative;
}

.site-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FAB900 0%, #096540 50%, #BE2A2A 100%);
}

.site-header+.main-navigation {
  margin-top: -30px
}

.site-header-inner {
  position: relative
}

@media(min-width:768px) {
  .site-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.site-branding {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:768px) {
  .site-branding {
    padding-right: 0;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media(min-width:992px) {
  .site-branding {
    padding-left: 0
  }
}

@media(min-width:768px) {
  .site-logotype {
    margin-right: 1.3rem
  }
}

.site-logotype img {
  max-height: 100px
}

@media(max-width:767px) {
  .header-search {
    position: absolute;
    top: 5px;
    right: 20px
  }
}

.humburger {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 700
}

@media(min-width:768px) {
  .humburger {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media(min-width:992px) {
  .humburger {
    display: none
  }
}

.main-navigation {
  display: none;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 15px;
  margin: 0 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media(min-width:992px) {
  .main-navigation {
    display: block
  }
}

.main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(min-width:992px) {
  .main-navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px
  }
}

.main-navigation ul li {
  position: relative
}

.main-navigation ul li>a {
  position: relative;
  display: block;
  padding: 20px;
  text-decoration: none;
  font-weight: 600;
  z-index: 1;
  color: #2c3e50;
  transition: all 0.3s ease;
  border-radius: 10px;
  margin: 5px;
}

@media(min-width:992px) {
  .main-navigation ul li>a {
    padding: 20px 15px
  }

  .main-navigation ul li>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: -1;
    background: linear-gradient(135deg, #FAB900, #096540);
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .main-navigation ul li>a:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
  }

  .main-navigation ul li>a:hover {
    color: #ffffff;
    transform: translateY(-2px);
  }
}

@media(min-width:992px) {
  .main-navigation ul li.only-hamburger {
    display: none
  }
}

.main-navigation {
  margin-bottom: 30px
}

@media(min-width:992px) {
  .mobile-menu-placeholder {
    display: none
  }
}

.top-menu {
  display: none;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 700
}

@media(min-width:992px) {
  .top-menu {
    display: block
  }
}

.top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.top-menu ul li {
  position: relative;
  padding-left: 15px;
  padding-right: 15px
}

.top-menu ul li>a {
  text-decoration: none;
  opacity: .8;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.top-menu ul li>a:hover {
  opacity: 1
}

.top-menu>ul>li>a:before {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 40%;
  height: 2px;
  background: #4d3bfe;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.top-menu>ul>li>a:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.widget {
  margin-bottom: 2.5rem
}

.widget:last-child {
  margin-bottom: 0
}

.widget-header {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 1em
}

.widget-area .widget-articles .post-card {
  margin-bottom: 30px
}

.search-icon {
  font-size: 1.5em;
  cursor: pointer
}

.search-icon:hover {
  color: #4d3bfe
}

.search-icon:before {
  content: "🔍"
}

.post-card {
  position: relative;
  max-width: 730px;
  margin: 0 auto 50px
}

.post-card__title {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: .4em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

@media(min-width:576px) {
  .post-card__title {
    font-size: 1.3em
  }
}

@media(min-width:768px) {
  .post-card__title {
    font-size: 1.6em;
    line-height: 1.4
  }
}

@media(min-width:992px) {
  .post-card__title {
    font-size: 2em
  }
}

.post-card__title a {
  padding-top: .1em;
  padding-bottom: .1em;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.post-card__meta {
  position: relative;
  font-size: .85em;
  margin-bottom: .8em;
  opacity: .8
}

.post-card__comments {
  position: relative;
  display: inline-block;
  padding-left: 1.7em;
  margin-right: 20px;
  margin-bottom: .3em
}

.post-card__comments:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4d3bfe
}

.post-card__comments:before {
  content: "💬"
}

.post-card__thumbnail {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  margin-bottom: 1em
}

.post-card__thumbnail a:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #4d3bfe;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.post-card__thumbnail a:hover:before {
  top: 0;
  opacity: .15
}

.post-card__body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%
}

@media(min-width:576px) {
  @supports(display:grid) {}
}

@supports(display:grid) {}

.post-card--vertical {
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  min-width: 280px;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto
}

@supports(display:grid) {
  .post-card--vertical {
    min-width: auto;
    margin-bottom: 0
  }
}

@media(min-width:576px) {
  .post-card--vertical {
    min-width: 185px;
    margin-left: 20px;
    margin-right: 20px
  }

  @supports(display:grid) {
    .post-card--vertical {
      margin-left: 0;
      margin-right: 0
    }
  }
}

@media(min-width:1200px) {
  .post-card--vertical {
    min-width: 240px
  }
}

.post-card--vertical .post-card__title {
  font-size: 1em
}

@media(min-width:768px) {
  .post-card--vertical .post-card__title {
    line-height: 1.4
  }
}

@media(min-width:1200px) {
  .post-card--vertical .post-card__title {
    font-size: 1.1em
  }
}

.post-card--vertical .post-card__meta {
  font-size: .8em;
  margin-bottom: 0
}

.entry-title {
  margin-top: .8em
}

.comments-area {
  padding-top: 0
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none
}

.comment-list .comment {
  margin-bottom: 0
}

.comment-list .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px
}

@media(min-width:992px) {
  .comment-list .comment-avatar {
    width: 50px
  }
}

.comment-list .comment-avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.avatar-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FAB900, #FF6B35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

/* Trust signals */
.trust-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 120px;
}

.trust-icon {
  font-size: 24px;
  margin-bottom: 5px;
}

.trust-text {
  font-size: 12px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .trust-signals {
    gap: 10px;
    margin: 10px !important;
    padding: 15px !important;
  }
  
  .trust-item {
    min-width: 100px;
    padding: 8px;
    flex: 1;
    max-width: calc(50% - 5px);
  }
  
  .trust-text {
    font-size: 11px;
  }
}

/* Urgency banner */
.urgency-banner {
  background: linear-gradient(135deg, #ff4757, #ff3838);
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  margin: 15px 0;
  text-align: center;
  animation: pulse 2s infinite;
  box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
}

.urgency-text {
  font-weight: bold;
  font-size: 16px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

@media (max-width: 768px) {
  .urgency-text {
    font-size: 14px;
  }
  
  .urgency-banner {
    padding: 10px 15px;
  }
}

/* Enhanced CTA Button */
.cta-button {
  position: relative;
  padding: 18px 20px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 25px rgba(250, 185, 0, 0.4) !important;
  transition: all 0.3s ease !important;
  border: 3px solid #fff !important;
  white-space: nowrap;
  min-width: 280px;
}

.cta-button:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 35px rgba(250, 185, 0, 0.6) !important;
}

.cta-subtitle {
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  opacity: 0.9;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .cta-button {
    padding: 15px 18px !important;
    font-size: 15px !important;
    min-width: 260px;
    letter-spacing: 0.2px;
  }
  
  .cta-subtitle {
    font-size: 11px;
  }
}

/* FAQ Section */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-question {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #2c3e50;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: linear-gradient(135deg, #e9ecef, #dee2e6);
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  color: #FAB900;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

.faq-item.active .faq-answer {
  padding: 20px;
  max-height: 200px;
}

.faq-answer {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

@media (max-width: 768px) {
  .faq-question {
    padding: 15px;
    font-size: 14px;
  }
  
  .faq-item.active .faq-answer {
    padding: 15px;
  }
  
  .faq-answer {
    font-size: 13px;
  }
}

/* Risk reduction elements */
.risk-reduction {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.guarantee-badge, .security-badge {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
  min-width: 200px;
  text-align: center;
}

.security-badge {
  background: linear-gradient(135deg, #007bff, #0056b3);
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.guarantee-icon, .security-icon {
  font-size: 24px;
  margin-right: 10px;
}

.guarantee-text, .security-text {
  font-size: 12px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .risk-reduction {
    flex-direction: column;
    align-items: center;
  }
  
  .guarantee-badge, .security-badge {
    min-width: 100%;
    padding: 12px 15px;
  }
  
  .guarantee-text, .security-text {
    font-size: 11px;
  }
}

/* Mobile optimizations */
@media (max-width: 768px) {
  .premium-card {
    margin: 10px !important;
    padding: 15px !important;
  }
  
  .form-body {
    padding: 15px !important;
  }
  
  .countdown-timer {
    font-size: 14px !important;
    padding: 10px !important;
  }
  
  .delivery-info {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  
  .comment-list .comment {
    padding: 15px !important;
    margin-bottom: 0 !important;
  }
  
  .comment-content p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

/* Touch-friendly elements */
@media (max-width: 768px) {
  .btn-premium, .scroll-button, .cta-button {
    min-height: 50px !important;
    min-width: 120px !important;
    touch-action: manipulation;
  }
  
  .premium-input {
    min-height: 50px !important;
    touch-action: manipulation;
  }
  
  .faq-question {
    min-height: 50px !important;
    touch-action: manipulation;
  }
}

/* Performance optimizations */
.premium-card {
  will-change: transform;
  transform: translateZ(0);
}

.btn-premium, .cta-button {
  will-change: transform;
  transform: translateZ(0);
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.comment-list .comment-meta {
  margin-bottom: 0
}

.comment-list .comment-author {
  font-style: normal;
  font-weight: 700;
  color: #333
}

.comment-list .comment-time {
  color: #000;
  margin-left: 20px;
  font-size: .8em;
  opacity: .6;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.comment-list .comment-body {
  position: relative;
  padding-left: 45px;
  margin-bottom: 0;
  
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 6px;
  padding: 8px 10px 8px 50px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  border-left: 2px solid #FAB900;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .comment-list .comment-body {
    padding: 2px 3px 2px 25px;
    margin-bottom: 0;
    margin-top: 0;
  }
  
  .comment-list .comment-avatar {
    width: 20px;
  }
  
  .comment-list .comment-avatar img {
    width: 20px;
    height: 20px;
  }
  
  .comment-list .comment-meta {
    margin-bottom: 0;
  }
  
  .comment-list .comment-content {
    font-size: 12px;
    line-height: 1.2;
  }
  
  .comment-list .comment-content p {
    margin: 0;
  }
  
  .comment-list .comment-content picture {
    margin: 0;
    text-align: center;
  }
  
  .comment-list .comment-content .comm__img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
  }
}

.comment-list .comment-body:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

@media(min-width:992px) {
  .comment-list .comment-body {
    padding-left: 70px;
    min-height: 50px
  }
}

.comment-list .comment-body:hover .comment-reply-link {
  opacity: .3
}

.comment-list .comment-body:hover .comment-reply-link:hover {
  opacity: 1
}

.comment-list .comment-content {
  font-size: .95em
}

.comment-list .comment-content p {
  margin-top: 0;
  margin-bottom: 0
}

.comment-list .comment-content picture {
  display: block;
  text-align: center;
  margin: 0;
}

.comment-list .comment-content .comm__img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.comment-reply-link {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-size: .85em;
  cursor: pointer
}

.scroll-button-wrapper {
  text-align: center
}

.scroll-button {
  padding: 18px 50px;
  color: #fff!important;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, #FAB900 0%, #096540 100%);
  border: none;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(250, 185, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.scroll-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.scroll-button:hover::before {
  left: 100%;
}

.scroll-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(250, 185, 0, 0.4);
  color: #fff!important;
}

a,
a:visited,
.comment-reply-link {
  color: #0c9e9c;
}

img {
  max-width: 100%;
  height: auto
}

picture {
  display: block;
  margin-bottom: 1rem
}

.cr {
  color: red
}

.text--center {
  text-align: center
}

.api-form1 .form_control_vik_group {
  margin: 0 0 15px 0 !important
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
  margin: 0 !important;
  text-align: left !important
}

input.form_control_vik:focus::placeholder {
  color: transparent
}

.api-form1 .error_note {
  text-align: center;
  margin: 4px 0 0 0 !important;
  font-size: 13px;
  line-height: 16px;
  color: #c92f54
}

@media only screen and (max-width: 500px) {
  .vik-winners-bl .lb_top {
    padding: 10px 10px 10px 30px;
  }

  .vik-winners-bl .lb_top:before {
    top: 5px;
    left: 5px;
    width: 20px;
    height: 25px;
    background-size: 100%;
  }

  .vik-winners-bl .lbt_text_1 {
    font-size: 18px;
    line-height: 20px;
  }

  .vik-winners-bl .lbt_text_2 {
    margin-top: 5px;
  }

  .vik-winners-bl .lb_text {
    font-size: 26px;
    line-height: 27px;
    margin-top: 20px;
  }

  .vik-winners-bl .lb_text>span {
    font-size: 40px;
    line-height: 41px;
  }

}

.vik-winners-bl .left_block {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  padding: 50px;
  background: #f9f9f9;
}

.vik-winners-bl .lb_top,
.vik-winners-bl .wins {
  background: #fff;
}

.vik-winners-bl .lb_top {
  border: 1px solid #b5b5b5;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}

.vik-winners-bl .lb_top:before {
  display: block;
  content: '';
  width: 40px;
  height: 50px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.vik-winners-bl .lbt_text_1 {
  font-size: 20px;
  line-height: 30px;
  color: #272727;
  text-align: center;
}

.vik-winners-bl .lbt_text_2 {
  font-size: 13px;
  line-height: 15px;
  color: #626262;
  margin-top: 10px;
  text-align: center;
}

.vik-winners-bl .lb_text {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  margin: 50px 0 15px;
  text-align: center;
}

.vik-winners-bl .lb_text>span {
  display: inline-block;
  font-size: 30px;
  line-height: 76px;
}

.vik-winners-bl .wins {
  border: 1px solid #d8d8d8;
  border-radius: 15px;
}

.vik-winners-bl .win_line {
  display: table;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #d8d8d8;
}

.vik-winners-bl .win_line>div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 5px 0 15px;
  font-size: 17px;
  line-height: 19px;
}

.vik-winners-bl .win_line:first-child {
  background: linear-gradient(89.47deg, #ed7b22 0, #f59a14 100%);
}

.vik-winners-bl .win_line:last-child {
  border-bottom: none;
}


@media only screen and (max-width: 1100px) {
  .vik-winners-bl .left_block {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .vik-winners-bl .left_block {
    padding: 30px 10px;
    max-width: 435px;
  }
}

@media only screen and (max-width: 880px) {
  .vik-winners-bl .left_block {
    max-width: 100%;
    float: none;
  }

  .vik-winners-bl .lb_text {
    text-align: center;
  }
}

@media (max-width: 720px) {
  .vik-winners-bl .win_line:first-child {
    display: none;
  }

  .vik-winners-bl .win_line {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .vik-winners-bl .win_line>div {
    width: 100% !important;
  }
}

@media only screen and (max-width: 500px) {
  .vik-winners-bl .lb_top {
    padding: 10px 10px 10px 30px !important;
  }

  .vik-winners-bl .lb_top:before {
    top: 5px;
    left: 5px;
    width: 20px;
    height: 25px;
    background-size: 100%;
  }

  .vik-winners-bl .lbt_text_1 {
    font-size: 18px;
    line-height: 20px;
  }

  .vik-winners-bl .lbt_text_2 {
    margin-top: 5px;
  }

  .vik-winners-bl .lb_text {
    font-size: 26px;
    line-height: 27px;
    margin-top: 20px;
  }

  .vik-winners-bl .lb_text>span {
    font-size: 40px;
    line-height: 41px;
  }
}

@media only screen and (max-width: 450px) {
  .vik-winners-bl .win_line>div {
    padding: 0 5px 0 10px;
    font-size: 15px;
    line-height: 19px;
  }
}

@media (max-width: 460px) {
  .vik-winners-bl .left_block {
    padding: 0 !important;
  }

  .vik-winners-bl .win_line>div {
    font-size: 14px !important;
  }

  .vik-winners-bl .lb_text>span {
    font-size: 20px;
  }

  .vik-winners-bl .lb_top {
    padding: 10px;
  }
}

.api-form1 * {
  padding: 0 !important;
  margin: 0 !important
}

.api-form1 .submit:hover {
  background: #2e7d32
}


.api-form1 .submit,
.blg {
  outline: none !important;
  max-width: 100% !important;
  font-style: normal !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
  position: static !important;
  height: auto !important;
  box-shadow: 0 8px 25px rgba(250, 185, 0, 0.3) !important;
  text-align: center !important;
  clear: both !important;
  font-weight: 700 !important;
  border: 0;
  background: linear-gradient(135deg, #FAB900 0%, #096540 100%);
  color: #fff !important;
  font-size: 22px !important;
  text-decoration: none !important;
  padding: 18px 40px !important;
  border-radius: 50px !important;
  width: 100% !important;
  display: block;
  cursor: pointer !important;
  margin: 20px 0 0 !important;
  text-transform: none !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

.api-form1 .submit::before,
.blg::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.api-form1 .submit:hover::before,
.blg:hover::before {
  left: 100%;
}

.api-form1 .submit:hover,
.blg:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 35px rgba(250, 185, 0, 0.4) !important;
}

.api-form1 *:before,
.api-form1 *:after {
  content: none
}

.api-form1 .footnote1 {
  line-height: 15px !important;
  text-indent: 0 !important;
  font-size: 10px !important;
  margin: 10px 0 0 !important;
  text-align: center !important;
  padding: 0 !important;
  color: #888 !important;
  border-bottom: none !important
}

.api-form1 .text {
  border: none !important;
  text-align: center !important;
  color: #222 !important;
  padding: 0 !important;
  font-size: 18px !important;
  width: 100% !important;
  float: none !important;
  line-height: 25px !important;
  font-weight: 700 !important;
  margin: 10px 0 !important
}

.api-form1 form {
  padding: 0 !important;
  background: 0 0 !important;
  margin: 15px auto 0 !important;
  border: none
}

.api-form1 .form-body .text .offer-name {
  font: 700 18px/1.7 roboto, sans-serif !important;
  color: #ca2d2d !important
}

.api-form1 {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
  box-sizing: border-box !important;
  max-width: 500px !important;
  position: relative !important;
  margin: 0 auto !important;
  text-align: center !important;
  border: 3px solid #FAB900 !important;
  border-radius: 25px !important;
  padding: 40px !important;
  clear: both !important;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15) !important;
  backdrop-filter: blur(10px) !important;
}

.api-form1::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(45deg, #FAB900, #096540, #BE2A2A, #FAB900);
  border-radius: 25px;
  z-index: -1;
  animation: borderGlow 3s ease-in-out infinite;
}

@keyframes borderGlow {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

.api-form1 .deadline1 {
  font: 700 15px/1.7 roboto, sans-serif !important;
  color: #222 !important;
  text-align: center !important;
  margin: 0 !important
}

.time_remains {
  font: 700 1.1em/1.5 roboto, sans-serif !important;
  color: #FAB900 !important
}

.api-form1 .name:invalid,
.api-form1 .phone:invalid,
.api-form1 .name,
.api-form1 .phone {
  font-style: normal;
  transition: all 0.3s ease !important;
  line-height: 20px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  outline: none !important;
  box-sizing: border-box !important;
  border: 2px solid #e9ecef !important;
  border-radius: 25px !important;
  padding: 18px 25px !important;
  margin: 0 0 20px !important;
  color: #2c3e50 !important;
}

.api-form1 .name:focus,
.api-form1 .phone:focus {
  border: 2px solid #FAB900 !important;
  box-shadow: 0 6px 25px rgba(250, 185, 0, 0.2) !important;
  transform: translateY(-2px);
}

.api-form1.name:focus,
.api-form1 .phone:focus {
  border: 2.5px solid #aaa !important
}

.api-form1 {
  padding: 15px !important
}

.api-form1 .submit {
  font-size: 16px !important;
  padding: 15px 5px !important
}

.form-header1 .form-header1 {
  text-align: center !important
}

.api-form1 .cta-form1 {
  margin: 0 !important
}

.product-image1 {
  position: relative !important;
  margin: 0 auto !important;
  background: #fff !important;
  text-align: center !important
}

.product-image1 img {
  margin: 0 auto !important;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 350px;
  z-index: 0 !important;
  position: static !important
}

.product-banner-text1 {
  font-size: 12px !important
}

.product-banner1 {
  width: 117px !important;
  height: 117px !important
}

.product-banner1 {
  opacity: .9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 117px !important;
  height: 117px !important;
  line-height: 25px !important;
  color: #fff !important;
  font-size: 18px !important;
  text-align: center !important;
  background: url("product-banner.png") no-repeat center !important;
  background-size: 100% !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  text-decoration: none !important
}

.old-price {
  display: none;
}
.new-price {
  display: none;
}
.product-banner-text1 {
  text-align: center !important;
  margin: 0 !important;
  font-weight: 700 !important;
  color: #f2f2f2 !important;
  display: table-cell !important;
  font-size: 20px !important;
  vertical-align: middle !important;
  position: relative
}

.product-banner-text1:after {
  position: relative;
  top: -5px;
  left: -2.5px
}

.product-banner-text1 {
  font-size: 16px !important
}


.api-form1 .phone:invalid {
  text-align: center !important;
  max-width: 445px;
  margin: 15px auto
}

@media(max-width:768px) {
  .api-form1 .deadline1 {
    font-size: 10px !important
  }

  .api-form1 .text {
    font-size: 15px !important
  }

  .api-form1 .name:invalid,
  .api-form1 .phone:invalid,
  .api-form1 .name,
  .api-form1 .phone {
    padding: 10px !important;
    margin: 0 0 10px !important
  }

  
  .api-form1 .submit,
  .blg {
    margin: 10px 0 0 !important;
    font-size: 18px !important;
    padding: 10px 25px !important
  }

  .api-form1 .footnote1 {
    font-size: 8px !important
  }

  .close-popup {
    right: 0 !important
  }

  .pop-up-text {
    font-size: 13px !important
  }

  .main {
    width: 100%
  }
}

.order_block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 2em !important;
  box-shadow: none !important;
  width: 100% !important;
  border: none !important;
  max-width: 100% !important;
  line-height: 1.7 !important
}

.api-form1 .form_control_vik_group {
  margin: 0 0 15px !important
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
  margin: 0 !important;
  text-align: left !important
}

input.form_control_vik:focus::placeholder {
  color: transparent
}

.api-form1 .error_note {
  text-align: center;
  margin: 4px 0 0 !important;
  font-size: 13px;
  line-height: 16px;
  color: #c92f54
}

.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
  animation: loadingD 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.shakingbutton {
  animation: shakinganime 5s infinite;
}

@keyframes shakinganime {
  0% {
    transform: translateX(0);
  }

  46% {
    transform: translateX(0);
  }

  48% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(10px);
  }

  52% {
    transform: translateX(-10px);
  }

  54% {
    transform: translateX(10px);
  }

  56% {
    transform: translateX(-5px);
  }

  58% {
    transform: translateX(5px);
  }

  60% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

.x_country_select {
    display: none !important;
}

/* Литовские декоративные элементы */
.lithuanian-pattern {
  position: relative;
  overflow: hidden;
}

.lithuanian-pattern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20px 20px, rgba(250, 185, 0, 0.1) 2px, transparent 2px),
    radial-gradient(circle at 40px 40px, rgba(9, 101, 64, 0.1) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.lithuanian-border {
  position: relative;
}

.lithuanian-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    #FAB900 20%, 
    #096540 40%, 
    #BE2A2A 60%, 
    #096540 80%, 
    transparent 100%);
  border-radius: 2px;
}

/* Премиальные карточки */
.premium-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
  border-radius: 25px;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 8px 25px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 40px;
  margin: 25px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.premium-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FAB900 0%, #096540 50%, #BE2A2A 100%);
}

.premium-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 30px 80px rgba(0, 0, 0, 0.2),
    0 15px 40px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border-color: rgba(250, 185, 0, 0.3);
}

/* Литовские цвета для акцентов */
.lithuanian-yellow { color: #FAB900; }
.lithuanian-green { color: #096540; }
.lithuanian-red { color: #BE2A2A; }

.lithuanian-bg-yellow { background-color: #FAB900; }
.lithuanian-bg-green { background-color: #096540; }
.lithuanian-bg-red { background-color: #BE2A2A; }

/* Анимации */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* Улучшенная типографика */
.premium-text {
  font-family: 'Georgia', 'Times New Roman', serif;
  line-height: 1.8;
  color: #2c3e50;
}

.premium-heading {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  color: #2c3e50;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.premium-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #FAB900 0%, #096540 50%, #BE2A2A 100%);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(250, 185, 0, 0.3);
}

/* Оптимизации производительности */
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

/* Оптимизация шрифтов */
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI'), local('SegoeUI');
  font-display: swap;
}

/* Оптимизация для быстрой загрузки */
.premium-layout {
  contain: layout style paint;
}

.premium-card {
  contain: layout style;
}

/* Оптимизация для сжатия */
.premium-layout::before {
  background-attachment: fixed;
  will-change: transform;
}

/* Оптимизация для GPU ускорения */
.premium-card,
.btn-premium,
.premium-input {
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Оптимизация для сжатия */
.premium-layout {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Оптимизация для мобильных устройств */
@media (max-width: 768px) {
  .premium-layout {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}

/* Оптимизация для кэширования */
.premium-layout {
  contain: layout style paint;
  content-visibility: auto;
}

.premium-card {
  contain: layout style;
  content-visibility: auto;
}

/* Оптимизация для сжатия */
.premium-layout::before {
  background-attachment: fixed;
  will-change: transform;
  transform: translateZ(0);
}

/* Оптимизация для кэширования */
.premium-layout {
  contain: layout style paint;
  content-visibility: auto;
}

.premium-card {
  contain: layout style;
  content-visibility: auto;
}

/* Оптимизация для сжатия */
.premium-layout {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Оптимизация анимаций для производительности */
.premium-card,
.premium-heading,
.btn-premium,
.premium-input {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Оптимизация для мобильных устройств */
@media (max-width: 768px) {
  .premium-card,
  .premium-heading {
    will-change: auto;
  }
}

/* Отключение анимаций для слабых устройств */
.reduced-motion * {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

.reduced-motion .premium-card:hover {
  transform: none !important;
}

.reduced-motion .btn-premium:hover {
  transform: none !important;
}

/* Оптимизация для мобильных устройств */
@media (max-width: 768px) {
  .premium-layout::before {
    background-attachment: scroll;
  }
  
  .premium-card {
    contain: none;
  }
  
  .premium-layout {
    contain: none;
  }
}

/* Адаптивные улучшения */
@media (max-width: 768px) {
  .premium-layout::before {
    background-size: 200px 200px;
  }
  
  .site-content {
    margin: 15px auto;
    border-radius: 20px;
    max-width: 100%;
  }
  
  .site-content-inner {
    justify-content: center;
  }
  
  .content-area {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .premium-card {
    padding: 25px;
    margin: 20px 0;
    border-radius: 20px;
  }
  
  .api-form1 {
    padding: 30px !important;
    margin: 0 15px !important;
    border-radius: 20px !important;
  }
  
  .site-header {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  
  .main-navigation {
    margin: 0 15px;
    border-radius: 15px;
  }
  
  /* Форма для мобильных */
  .orderForm {
    padding: 25px !important;
  }
  
  .premium-input {
    padding: 18px 25px;
    font-size: 16px;
    border-radius: 25px;
  }
  
  .btn-premium {
    padding: 18px 25px;
    font-size: 18px;
  }
  
  .premium-heading {
    font-size: 1.4em;
    margin-bottom: 25px;
  }
  
  .lithuanian-pattern::before {
    background-size: 50px 50px;
  }
}

@media (max-width: 480px) {
  .premium-layout::before {
    background-size: 150px 150px;
  }
  
  .site-content {
    margin: 10px auto;
    max-width: 100%;
  }
  
  .premium-card {
    padding: 20px;
    margin: 15px 0;
    border-radius: 20px;
  }
  
  .api-form1 {
    padding: 25px !important;
    border-radius: 20px !important;
    margin: 0 10px !important;
  }
  
  .scroll-button {
    padding: 18px 35px;
    font-size: 18px;
  }
  
  h2 {
    font-size: 1.3em;
  }
  
  .premium-heading {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  
  .premium-input {
    padding: 16px 22px;
    font-size: 16px;
  }
  
  .btn-premium {
    padding: 16px 22px;
    font-size: 16px;
  }
}

/* Дополнительные премиальные эффекты */
.premium-card {
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Плавные анимации появления */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fade-in-up {
  animation: slideInUp 0.8s ease-out;
}

.fade-in-scale {
  animation: fadeInScale 0.6s ease-out;
}

/* Улучшенные тени и эффекты */
.site-content {
  box-shadow: 
    0 25px 80px rgba(0, 0, 0, 0.15),
    0 10px 40px rgba(0, 0, 0, 0.1);
}

.site-header {
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.15),
    0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Стили для системы комментариев */
.reply-form-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.reply-form {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 3px solid #FAB900;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
}

@media (max-width: 768px) {
  .reply-form {
    padding: 20px;
    max-width: 95%;
    width: 95%;
    max-height: 90vh;
  }
  
  .reply-form .form-group {
    margin-bottom: 12px;
  }
  
  .reply-form .form-group label {
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  .reply-form .premium-input {
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 8px;
    min-height: 40px;
  }
  
  .reply-form .premium-textarea {
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 8px;
    min-height: 60px;
  }
  
  .reply-form .btn-premium {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 8px;
    min-height: 40px;
  }
}

.reply-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.reply-form-header h3 {
  margin: 0;
  color: #2c3e50;
  font-size: 1.5em;
}

.close-reply-form {
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.close-reply-form:hover {
  background: #f8f9fa;
  color: #333;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2c3e50;
  font-size: 14px;
}

.premium-textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  color: #2c3e50;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  outline: none;
  resize: vertical;
  min-height: 50px;
  font-family: inherit;
}

.premium-textarea:focus {
  border: 2px solid #FAB900;
  box-shadow: 0 6px 25px rgba(250, 185, 0, 0.2);
  transform: translateY(-2px);
}

.premium-textarea::placeholder {
  color: #6c757d;
  font-weight: 500;
}

.form-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 12px;
}

.form-actions .btn-premium {
  padding: 6px 12px !important;
  font-size: 12px !important;
  border-radius: 12px !important;
  min-height: auto !important;
}

.comment-form .premium-input {
  padding: 6px 10px !important;
  font-size: 12px !important;
  border-radius: 8px !important;
  min-height: 30px !important;
  border: 1px solid #e9ecef !important;
}

.comment-form .form-group {
  margin-bottom: 8px;
}

.comment-form .form-group label {
  font-size: 11px !important;
  margin-bottom: 3px;
}

.btn-cancel {
  padding: 6px 12px;
  border: 1px solid #6c757d;
  border-radius: 12px;
  background: transparent;
  color: #6c757d;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-cancel:hover {
  background: #6c757d;
  color: white;
  transform: translateY(-2px);
}

.new-comment-form {
  margin-top: 15px;
  padding: 15px;
}

@media (max-width: 768px) {
  .new-comment-form {
    margin-top: 10px;
    padding: 10px;
  }
  
  .comment-form {
    max-width: 100%;
  }
  
  .comment-form .form-group {
    margin-bottom: 8px;
  }
  
  .comment-form .form-group label {
    font-size: 12px;
    margin-bottom: 3px;
  }
  
  .comment-form .premium-input {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 8px;
    min-height: 40px;
  }
  
  .comment-form .premium-textarea {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 8px;
    min-height: 60px;
  }
  
  .comment-form .btn-premium {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 8px;
    min-height: 40px;
  }
}

.new-comment-form h3 {
  margin-bottom: 12px;
  color: #2c3e50;
  font-size: 1.2em;
  text-align: center;
}

.comment-form {
  max-width: 300px;
  margin: 0 auto;
}

/* Анимации для форм */
.reply-form-container {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Адаптивность для форм комментариев */
@media (max-width: 768px) {
  .reply-form {
    width: 95%;
    padding: 20px;
    margin: 20px;
  }
  
  .form-actions {
    flex-direction: column;
  }
  
  .btn-cancel,
  .btn-premium {
    width: 100%;
  }
  
  .new-comment-form {
    padding: 10px;
  }
}

/* Модальное окно для ответов на комментарии */
.reply-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(10px) !important;
  z-index: 99999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.reply-modal {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
  border-radius: 20px !important;
  box-shadow: 
    0 25px 80px rgba(0, 0, 0, 0.3),
    0 10px 40px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
  border: 3px solid #FAB900 !important;
  max-width: 500px !important;
  width: 90% !important;
  max-height: 90vh !important;
  overflow: hidden !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  animation: modalSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  backdrop-filter: blur(20px) !important;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.reply-modal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FAB900 0%, #096540 50%, #BE2A2A 100%);
}

.reply-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px 15px;
  border-bottom: 1px solid rgba(233, 236, 239, 0.5);
  background: linear-gradient(135deg, #FAB900 0%, #FFD700 100%);
  position: relative;
}

.reply-modal-header h3 {
  margin: 0;
  color: #2c3e50;
  font-size: 1.5em;
  font-weight: 700;
}

.reply-modal-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #666;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reply-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #333;
  transform: scale(1.1);
}

.reply-modal-content {
  padding: 25px;
  max-height: 70vh;
  overflow-y: auto;
}

.reply-form .form-group {
  margin-bottom: 20px;
}

.reply-form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2c3e50;
  font-size: 14px;
}

.reply-form .premium-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  color: #2c3e50;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  outline: none;
}

.reply-form .premium-input:focus {
  border: 2px solid #FAB900;
  box-shadow: 0 6px 25px rgba(250, 185, 0, 0.2);
  transform: translateY(-2px);
}

.reply-form .premium-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  color: #2c3e50;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  outline: none;
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}

.reply-form .premium-textarea:focus {
  border: 2px solid #FAB900;
  box-shadow: 0 6px 25px rgba(250, 185, 0, 0.2);
  transform: translateY(-2px);
}

.reply-form .form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 20px;
}

.reply-form .btn-premium {
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 12px;
  min-height: auto;
}

.reply-form .btn-cancel {
  padding: 12px 24px;
  border: 2px solid #6c757d;
  border-radius: 12px;
  background: transparent;
  color: #6c757d;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.reply-form .btn-cancel:hover {
  background: #6c757d;
  color: white;
  transform: translateY(-2px);
}

/* Адаптивность для модального окна */
@media (max-width: 768px) {
  .reply-modal {
    width: 95% !important;
    max-width: 450px !important;
    margin: 0 !important;
  }
  
  .reply-modal-header {
    padding: 15px 20px 12px;
  }
  
  .reply-modal-header h3 {
    font-size: 1.3em;
  }
  
  .reply-modal-content {
    padding: 20px;
  }
  
  .reply-form .form-group {
    margin-bottom: 15px;
  }
  
  .reply-form .form-group label {
    font-size: 13px;
  }
  
  .reply-form .premium-input,
  .reply-form .premium-textarea {
    padding: 10px 14px;
    font-size: 14px;
  }
  
  .reply-form .form-actions {
    flex-direction: column;
    gap: 8px;
  }
  
  .reply-form .btn-premium,
  .reply-form .btn-cancel {
    width: 100%;
    padding: 12px 20px;
  }
}

@media (max-width: 480px) {
  .reply-modal {
    width: 98% !important;
    margin: 0 !important;
    border-radius: 15px !important;
  }
  
  .reply-modal-header {
    padding: 12px 15px 10px;
  }
  
  .reply-modal-header h3 {
    font-size: 1.2em;
  }
  
  .reply-modal-content {
    padding: 15px;
  }
  
  .reply-form .form-group {
    margin-bottom: 12px;
  }
  
  .reply-form .form-group label {
    font-size: 12px;
  }
  
  .reply-form .premium-input,
  .reply-form .premium-textarea {
    padding: 8px 12px;
    font-size: 14px;
  }
  
  .reply-form .premium-textarea {
    min-height: 80px;
  }
}

/* Toast уведомление о покупках */
.purchase-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 320px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 8px 25px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(250, 185, 0, 0.3);
  z-index: 10000;
  display: none;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.purchase-toast::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FAB900 0%, #096540 50%, #BE2A2A 100%);
}

.toast-content {
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 12px;
}

.toast-avatar {
  position: relative;
  flex-shrink: 0;
}

.avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid #FAB900;
  box-shadow: 0 4px 15px rgba(250, 185, 0, 0.3);
  object-fit: cover;
}

.avatar-status {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 16px;
  height: 16px;
  background: #28a745;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.avatar-status::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.toast-info {
  flex: 1;
  min-width: 0;
}

.toast-name {
  font-weight: 700;
  color: #2c3e50;
  font-size: 14px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toast-details {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.toast-location {
  color: #6c757d;
  display: flex;
  align-items: center;
}

.toast-location::before {
  content: '📍';
  margin-right: 4px;
  font-size: 10px;
}

.toast-time {
  color: #28a745;
  font-weight: 600;
}

.toast-product {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
}

.product-name {
  font-weight: 700;
  color: #2c3e50;
  font-size: 12px;
}

.product-price {
  background: linear-gradient(135deg, #FAB900 0%, #FFD700 100%);
  color: #2c3e50;
  font-weight: 800;
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(250, 185, 0, 0.3);
}

.toast-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 18px;
  color: #6c757d;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.toast-close:hover {
  background: rgba(108, 117, 125, 0.1);
  color: #333;
  opacity: 1;
  transform: scale(1.1);
}

/* Анимации для toast */
@keyframes toastSlideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes toastSlideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

/* Адаптивность для toast */
@media (max-width: 768px) {
  .purchase-toast {
    bottom: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    max-width: calc(100vw - 40px);
  }
  
  .toast-content {
    padding: 14px;
    gap: 10px;
  }
  
  .avatar-img {
    width: 42px;
    height: 42px;
  }
  
  .avatar-status {
    width: 14px;
    height: 14px;
  }
  
  .toast-name {
    font-size: 13px;
  }
  
  .toast-details {
    font-size: 11px;
    gap: 6px;
  }
  
  .product-name {
    font-size: 11px;
  }
  
  .product-price {
    font-size: 12px;
    padding: 2px 6px;
  }
}

@media (max-width: 480px) {
  .purchase-toast {
    bottom: 15px;
    right: 15px;
    left: 15px;
    max-width: calc(100vw - 30px);
  }
  
  .toast-content {
    padding: 12px;
    gap: 8px;
  }
  
  .avatar-img {
    width: 38px;
    height: 38px;
  }
  
  .avatar-status {
    width: 12px;
    height: 12px;
  }
  
  .toast-name {
    font-size: 12px;
  }
  
  .toast-details {
    font-size: 10px;
    gap: 4px;
  }
  
  .product-name {
    font-size: 10px;
  }
  
  .product-price {
    font-size: 11px;
    padding: 1px 5px;
  }
  
  .toast-close {
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
}


.premium-card:hover {
  backdrop-filter: blur(15px);
}

/* Улучшенные тени */
.site-content {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.site-header {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Плавные переходы для всех элементов */
* {
  transition: all 0.3s ease;
}

/* Улучшенная читаемость */
p {
  line-height: 1.7;
  margin-bottom: 1.2em;
}

/* Литовские акценты в тексте */
.lithuanian-accent {
  background: linear-gradient(135deg, #FAB900, #096540);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

/* CSS переменные для новой формы */
:root {
  --gradient-card: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  --border-radius-large: 25px;
  --medium-gray: #6c757d;
  --success-green: #28a745;
  --gold-color: #FAB900;
  --green-color: #096540;
  --red-color: #BE2A2A;
}

/* Стили для новой премиальной формы */
.premium-input {
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 25px;
  border: 2px solid rgba(233, 236, 239, 0.8);
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.9) 100%);
  color: #2c3e50;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 8px 25px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  outline: none;
  backdrop-filter: blur(10px);
}

.premium-input:focus {
  border: 3px solid #FAB900;
  box-shadow: 
    0 15px 40px rgba(250, 185, 0, 0.3),
    0 8px 25px rgba(9, 101, 64, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-3px) scale(1.02);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
}

.premium-input::placeholder {
  color: #6c757d;
  font-weight: 500;
}

.btn-premium {
  position: relative;
  padding: 20px 45px;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  width: 100%;
  margin-top: 25px;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-gold {
  background: linear-gradient(135deg, #FAB900 0%, #096540 100%);
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(250, 185, 0, 0.3);
}

.btn-gold:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 
    0 20px 50px rgba(250, 185, 0, 0.5),
    0 10px 30px rgba(9, 101, 64, 0.3);
  filter: brightness(1.1);
}

.btn-gold::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-gold:hover::before {
  left: 100%;
}

.shimmer {
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Стили для новой формы */
.form-header {
  text-align: center;
  margin-bottom: 20px;
}

.product-image {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.product-image img {
  max-width: 200px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.product-banner {
  position: absolute;
  top: -10px;
  right: -10px;
  background: linear-gradient(135deg, #FAB900 0%, #FFD700 100%);
  color: #000;
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 5px 15px rgba(250, 185, 0, 0.4);
  animation: pulse 2s infinite;
}

.product-banner-text {
  font-size: 12px;
  font-weight: 900;
}

.form-body {
  text-align: center;
}

.form-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
}

.countdown-timer {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
  color: white;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 25px;
  font-size: 16px;
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
}

.countdown-timer b {
  font-weight: 700;
}

.orderForm {
  background: var(--gradient-card);
  padding: 30px;
  border-radius: var(--border-radius-large);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border: 3px solid #FAB900;
  position: relative;
  overflow: hidden;
}

.orderForm::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(45deg, #FAB900, #096540, #BE2A2A, #FAB900);
  border-radius: var(--border-radius-large);
  z-index: -1;
  animation: borderGlow 3s ease-in-out infinite;
}

/* Стили для информации о доставке */
.delivery-info {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  color: var(--medium-gray);
  line-height: 1.5;
}

.delivery-info .checkmark {
  color: var(--success-green);
  font-weight: bold;
}

.new_price_val {
  font-weight: bold;
  color: #FAB900;
}

.new_price_cur {
  font-weight: bold;
  color: #FAB900;
}

.landing__form {
  position: relative;
  z-index: 1;
}

.footnote {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 10px 0;
  line-height: 1.4;
}

/* Адаптивность для новой формы */
@media (max-width: 768px) {
  .form-title {
    font-size: 16px;
  }
  
  .countdown-timer {
    font-size: 14px;
    padding: 12px;
  }
  
  .product-image img {
    max-width: 150px;
  }
  
  .orderForm {
    padding: 25px;
    margin: 0 10px;
  }
  
  .premium-input {
    padding: 15px 20px;
    font-size: 14px;
  }
  
  .btn-premium {
    padding: 15px 30px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .form-title {
    font-size: 15px;
  }
  
  .countdown-timer {
    font-size: 13px;
    padding: 10px;
  }
  
  .product-image img {
    max-width: 120px;
  }
  
  .product-banner {
    padding: 6px 12px;
    font-size: 12px;
  }
  
  .orderForm {
    padding: 20px;
    border-radius: 20px;
  }
  
  .premium-input {
    padding: 12px 18px;
    font-size: 14px;
  }
  
  .btn-premium {
    padding: 12px 25px;
    font-size: 16px;
  }
  
  .cta-button {
    padding: 12px 16px !important;
    font-size: 14px !important;
    min-width: 240px;
    letter-spacing: 0.1px;
  }
  
  .footnote {
    font-size: 11px;
  }
}