body {
   font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 font-size: 16px;
 line-height: 26px;
 color: #535353;
 background: #white;
}

.eye-order-form {
  max-width: 440px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* поля */
.eye-input,
.eye-select {
  width: 100%;
  padding: 16px 18px;
  border-radius: 28px;
  border: 1px solid #e6d8cc;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  background: #faf7f4;
  color: #3a2a20;
  text-align: center;
}
.eye-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header_offer11 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.eye-hero-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.eye-form-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.eye-footer {
  margin-top: 50px;
  padding: 26px 20px 30px;
  background: #f8f3ee;
  border-top: 1px solid #e6d8cc;
  text-align: center;
}

.eye-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.eye-footer-links a {
  font-size: 13px;
  color: #8b5a2b;
  text-decoration: none;
  transition: 0.25s;
}

.eye-footer-links a:hover {
  color: #3a2a20;
  text-decoration: underline;
}

.eye-footer-copy {
  font-size: 12px;
  color: #9a8474;
}

.eye-order-form {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.eye-input::placeholder {
  color: #9a8474;
}

.eye-input:focus,
.eye-select:focus {
  border-color: #8b5a2b;
  background: #ffffff;
}

/* кнопка */
.eye-submit-btn {
  margin-top: 10px;
  padding: 18px 20px;
  border-radius: 32px;
  border: none;
  background: linear-gradient(180deg, #9a5f2c, #7a461f);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
  transition: 0.25s;
}

.eye-submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.22);
}

/* подпись */
.eye-form-note {
  margin-top: 10px;
  font-size: 12px;
  color: #9a8474;
  text-align: center;
}


.eye-order {
  max-width: 440px;
  margin: 40px auto 0;
  padding: 26px 22px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  text-align: center;
}

.eye-order-title {
  font-size: 22px;
  font-weight: 900;
  color: #3a2a20;
  margin-bottom: 24px;
}

.eye-order-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
}

.eye-order-step {
  position: relative;
  background: #f8f3ee;
  border-radius: 18px;
  padding: 22px 14px 18px;
  text-align: center;
}

.eye-order-num {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #8b5a2b;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eye-order-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.eye-order-text {
  font-size: 13px;
  color: #6a5646;
  line-height: 1.5;
}


.eye-review-slider {
  max-width: 440px;
  margin: 40px auto 0;
  position: relative;
}

.eye-review-title {
  font-size: 22px;
  font-weight: 900;
  color: #3a2a20;
  text-align: center;
  margin-bottom: 20px;
}

.eye-review-wrapper {
  overflow: hidden;
  position: relative;
}

.eye-review-track {
  display: flex;
  transition: transform 0.4s ease;
}

.eye-review-card {
  min-width: 100%;
  padding: 22px;
  box-sizing: border-box;
  background: #f7f4f1;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  text-align: center;
}

.eye-review-ava {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 8px;
}

.eye-review-photo {
  width: 100%;
  border-radius: 14px;
  margin: 12px 0;
}

.eye-review-name {
  font-weight: 800;
  color: #3a2a20;
  font-size: 15px;
}

.eye-review-date {
  font-size: 12px;
  color: #9a8474;
  margin-bottom: 8px;
}

.eye-review-text {
  font-size: 14px;
  color: #6a5646;
  line-height: 1.6;
}

/* стрелки */
.eye-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  font-size: 22px;
  cursor: pointer;
  color: #8b5a2b;
}

.eye-arrow.prev { left: 6px; }
.eye-arrow.next { right: 6px; }



.eye-info {
  max-width: 440px;
  margin: 40px auto 0;
  padding: 26px 22px;
  background: #f7f4f1;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

.eye-info-title {
  font-size: 22px;
  font-weight: 900;
  color: #3a2a20;
  text-align: center;
  margin-bottom: 20px;
}

.eye-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.eye-info-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6a5646;
  border-bottom: 1px dashed #e8ddd2;
  padding-bottom: 6px;
}

.eye-info-row strong {
  color: #3a2a20;
  font-weight: 800;
}

.eye-usage {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 18px;
}

.eye-usage-title {
  font-size: 16px;
  font-weight: 800;
  color: #3a2a20;
  margin-bottom: 12px;
  text-align: center;
}

.eye-usage-steps {
  font-size: 13px;
  color: #6a5646;
  line-height: 1.6;
  padding-left: 18px;
}

.eye-usage-steps li {
  margin-bottom: 6px;
}



.eye-real-result {
  max-width: 440px;
  margin: 40px auto 0;
  padding: 26px 22px;
  background: #f7f4f1;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  text-align: center;
}

.eye-real-title {
  font-size: 22px;
  font-weight: 900;
  color: #3a2a20;
  margin-bottom: 12px;
}

.eye-real-text {
  font-size: 14px;
  line-height: 1.7;
  color: #6a5646;
  margin-bottom: 20px;
}

.eye-real-note {
  font-size: 12px;
  color: #9a8474;
  margin-top: 14px;
}


.eye-gallery {
  max-width: 440px;
  margin: 30px auto 0;
}

.eye-main {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

#eyeMainImg {
  width: 100%;
  display: block;
  object-fit: cover;
}

.eye-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  justify-content: center;
}

.eye-thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

.eye-thumb.active {
  opacity: 1;
  outline: 2px solid #8b5a2b;
}



.eye-formula {
  max-width: 440px;
  margin: 30px auto 0;
  padding: 28px 24px;
  background: #f7f4f1;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  text-align: center;
}

.eye-formula-title {
  font-size: 22px;
  font-weight: 900;
  color: #3a2a20;
  margin-bottom: 10px;
}

.eye-formula-subtitle {
  font-size: 14px;
  color: #6a5646;
  line-height: 1.6;
  margin-bottom: 20px;
}

.eye-formula-image {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 24px;
  display: block;
  border-radius: 18px;
}

.eye-formula-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eye-formula-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}

.eye-formula-icon {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.eye-formula-name {
  font-size: 15px;
  font-weight: 800;
  color: #3a2a20;
  margin-bottom: 4px;
}

.eye-formula-text {
  font-size: 13px;
  color: #6a5646;
  line-height: 1.5;
}


.eye-about {
  max-width: 440px;
  margin: 30px auto 0;
  padding: 28px 24px;
  background: #f7f4f1;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  text-align: center;
}

.eye-about-title {
  font-size: 22px;
  font-weight: 900;
  color: #3a2a20;
  margin-bottom: 14px;
}

.eye-about-text {
  font-size: 14px;
  line-height: 1.7;
  color: #5a4636;
  margin-bottom: 22px;
}

.eye-benefits {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eye-benefit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}

.eye-benefit-icon {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.eye-benefit-title {
  font-size: 15px;
  font-weight: 800;
  color: #3a2a20;
  margin-bottom: 4px;
}

.eye-benefit-text {
  font-size: 13px;
  color: #6a5646;
  line-height: 1.5;
}


.centerwebp {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 20px auto;

  border-radius: 22px;
  overflow: hidden;

  box-shadow: 0 14px 36px rgba(0,0,0,0.14);

  object-fit: cover;
}

.eye-ba-frame {
  position: relative;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 2 / 1;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 26px 60px rgba(0,0,0,0.14);
}

/* обе картинки всегда одного размера */

.eye-ba-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* BEFORE — под низом */
.eye-ba-before {
  z-index: 1;
}

/* AFTER — поверх, режется clip-path */
.eye-ba-after {
  z-index: 2;
  clip-path: inset(0 50% 0 0); /* старт 50% */
}

/* ЛИНИЯ */

.eye-ba-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.15);
  cursor: ew-resize;
  z-index: 5;
}

/* КРУЖОК */

.eye-ba-line::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* ПОДПИСИ */

.eye-ba-label {
  position: absolute;
  top: 12px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(0,0,0,0.55);
  color: #fff;
  border-radius: 8px;
  z-index: 6;
}

.eye-ba-label-before {
  left: 12px;
}

.eye-ba-label-after {
  right: 12px;
}



.eye-pain-box {
  max-width: 440px;
  margin: 30px auto 0;
  padding: 26px 24px 24px;
  background: #f7f4f1;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  font-family: Inter, Arial, sans-serif;
}

.eye-pain-title {
  font-size: 20px;
  font-weight: 900;
  color: #3a2a20;
  margin-bottom: 14px;
  text-align: center;
}

.eye-pain-text {
  font-size: 14px;
  color: #5a4636;
  line-height: 1.6;
  margin-bottom: 14px;
  text-align: center;
}

.eye-pain-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.eye-pain-list li {
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #3a2a20;
  position: relative;
}

.eye-pain-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #a66b3d;
  font-size: 12px;
}

.eye-pain-note {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
}




.eye-discount-tag {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 6px 16px;

  background: linear-gradient(135deg, #d83434, #ff6b6b);
  color: #ffffff;

  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;

  border-radius: 6px;

  box-shadow: 0 6px 16px rgba(255,59,59,0.45);

  position: relative;
  left: 50%;
  transform: translateX(-50%);

  animation: eyeDiscountPulse 2s infinite;
}
@keyframes eyeDiscountPulse {
  0%   { transform: translateX(-50%) scale(1); }
  50%  { transform: translateX(-50%) scale(1.06); }
  100% { transform: translateX(-50%) scale(1); }
}

.eye-cta-button {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 26px auto 0;
  padding: 18px 20px;

  text-align: center;
  text-decoration: none;

  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.3px;

  color: #ffffff;
  background: linear-gradient(135deg, #7a4a23, #a66b3d);
  border-radius: 999px;

  box-shadow:
    0 8px 20px rgba(122,74,35,0.45),
    inset 0 1px 0 rgba(255,255,255,0.25);

  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

/* НАВЕДЕНИЕ */

.eye-cta-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 30px rgba(122,74,35,0.6),
    inset 0 1px 0 rgba(255,255,255,0.35);
}

/* НАЖАТИЕ */

.eye-cta-button:active {
  transform: translateY(1px);
  box-shadow:
    0 5px 14px rgba(122,74,35,0.4),
    inset 0 3px 6px rgba(0,0,0,0.2);
}

/* СВЕТОВОЙ БЛИК */

.eye-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );
  animation: eyeBtnShine 3s infinite;
}

@keyframes eyeBtnShine {
  0% { left: -60%; }
  50% { left: 120%; }
  100% { left: 120%; }
}

/* ПОДПИСЬ ПОД КНОПКОЙ */

.eye-cta-note {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  color: #888;
}




.benefits-box {
  max-width: 440px;
  margin: 30px auto 0;
  padding: 22px 22px 10px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  font-family: Inter, Arial, sans-serif;
}

.benefits-title {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 18px;
  color: #3a2a20;
}

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

.benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.benefits-list li:last-child {
  border-bottom: none;
}

.benefit-icon {
  font-size: 24px;
  line-height: 1;
  margin-top: 2px;
}

.benefits-list b {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #2b1f18;
  margin-bottom: 4px;
}

.benefits-list p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* Лёгкая анимация появления */

.benefits-list li {
  opacity: 0;
  transform: translateY(10px);
  animation: benefitFade 0.6s ease forwards;
}

.benefits-list li:nth-child(1) { animation-delay: 0.1s; }
.benefits-list li:nth-child(2) { animation-delay: 0.2s; }
.benefits-list li:nth-child(3) { animation-delay: 0.3s; }
.benefits-list li:nth-child(4) { animation-delay: 0.4s; }
.benefits-list li:nth-child(5) { animation-delay: 0.5s; }

@keyframes benefitFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== ОСНОВА ===== */

.deal-box {
  max-width: 440px;
  margin: 30px auto;
  padding: 18px 20px 22px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  font-family: Inter, Arial, sans-serif;
}

/* ===== АКЦИИ ===== */

.deal-offers {
  background: #f7f7f7;
  border-radius: 14px;
  padding: 10px 12px 12px;
  margin-bottom: 14px;
}

.deal-offers-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #888;
  margin-bottom: 8px;
  text-align: center;
}

.deal-offers-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

/* БЕЙДЖИ */

.deal-badge {
  flex: 1;
  text-align: center;
  padding: 8px 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  animation: badgePulse 2.5s infinite;
}

.deal-badge.discount {
  background: linear-gradient(135deg, #ff3b3b, #ff7a7a);
}

.deal-badge.bonus {
  background: linear-gradient(135deg, #ffb703, #ffd166);
  color: #3a2a00;
  animation-delay: 1.3s;
}

/* ===== СТРОКА ЦЕН ===== */

.deal-price-row {
  display: flex;
  overflow: hidden;
  border-radius: 18px;
  background: #f1f1f1;
}

/* ЛЕВАЯ ЧАСТЬ — СТАРАЯ ЦЕНА */

.deal-price-old {
  flex: 1;
  background: #f3f3f3;
  padding: 18px 14px;
  text-align: center;
  position: relative;
}

.deal-price-old span {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 6px;
}

.deal-price-old strong {
  font-size: 26px;
  font-weight: 700;
  color: #666;
  text-decoration: line-through;
}

/* ПРАВАЯ ЧАСТЬ — НОВАЯ ЦЕНА */

.deal-price-new {
  flex: 1;
  background: linear-gradient(135deg, #684d3a, #a2795e);
  padding: 20px 14px;
  text-align: center;
  color: #fff;
  box-shadow: inset 4px 0 10px rgba(255,255,255,0.15);
  animation: priceGlow 2.6s infinite;
}

.deal-price-new span {
  display: block;
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 6px;
}

.deal-price-new strong {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -1px;
}

/* ===== ОСТАТОК ===== */

.deal-stock {
  margin-top: 14px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.deal-stock b {
  color: #000000;
  animation: stockBlink 1.8s infinite;
}

/* ===== АНИМАЦИИ ===== */

@keyframes badgePulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.07); }
  100% { transform: scale(1); }
}

@keyframes priceGlow {	
  0% { box-shadow: 0 0 0 rgba(16,172,132,0.4); }
  50% { box-shadow: 0 0 30px rgba(16,172,132,0.75); }
  100% { box-shadow: 0 0 0 rgba(16,172,132,0.4); }
}

@keyframes stockBlink {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

/* ===== МОБИЛА ===== */

@media (max-width: 480px) {

  .deal-price-row {
    flex-direction: row;   /* ОСТАЁТСЯ В РЯД */
  }

  .deal-price-old,
  .deal-price-new {
    padding: 16px 10px;
  }

  .deal-price-old strong {
    font-size: 22px;
  }

  .deal-price-new strong {
    font-size: 30px;
  }
}





.gf {
 display: block;
 position: absolute;
 left: 143px;
 top: 305px;
}

.wrap {
 width: 480px;
 padding: 0;
 margin: 0 auto;
 background: #fff;
}

img.center {
 display: block;
 margin: 0 auto 25px;
}

h2.venzel {
 text-align: center;
 font-family: 'Intro', sans-serif;
 font-weight: 400;
 font-size: 32px;
 line-height: 40px;
 padding: 25px 10px 25px;
 position: relative;
}

h2.venzel span {
 color: #003355;
}

h2.venzel-white {
 color: #fff;
}

h2.venzel-white:after {
 background: url("https://eyes.kovski.store/img/venzel-white.png") center 0 no-repeat;
}

h3 {
 font-size: 18px;
 text-transform: uppercase;
 font-weight: 900;
 padding: 0 25px 5px;
}

p {
 padding: 0 25px 20px;
}

.center {
 text-align: center;
}

.small_padding h3 {
 padding: 0 10px 5px;
}

.small_padding p {
 padding: 0 10px 20px;
}

.justify {
 text-align: justify;
 text-align-last: center;
}

.color1 {
 background: #86c926;
}

.color2 {
 background: #ff76ae;
}

.color3 {
 background: #fafafa;
}

.color4 {
 background: #222;
}

.color5 {
 background: #E65B78;
 color: #fff;
}

.color6 {
 background: #fff;
}

.separation {
 background: url("https://eyes.kovski.store/img/border.png") left bottom repeat-x;
 padding-bottom: 7px;
}

/**********************Header**********************/

/*Блок шапки 1*/
.header {
}

.header_top ul {
 font-size: 14px;
 line-height: 16px;
 height: 58px;
 background: url("../img/header_top.jpg") 10px 50% no-repeat;
 padding-top: 14px;

}

.header_top ul li {
 width: 260px;
 float: left;
 padding: 0 10px 0 50px;

}

.header_top ul li:nth-child(2) {
 width: 215px;
 padding-left: 35px;
 padding-right: 0;
}

.footer .header_offer {
 background: url("https://eyes.kovski.store/img/offer3.jpg") 50% 0 no-repeat;
 height: 618px;
 padding-top: 87px;
}

.header_offer {
 position: relative;
 background: url("https://eyes.kovski.store/img/offer3.jpg") center top no-repeat;
 width: 480px;
 height: 618px;
 padding-top: 29px;
}

.header_offer:after {
 display: block;
 background: url("../img/header-v2/line-offer-im.png") 0 0 no-repeat;
 width: 480px;
 height: 11px;
 position: absolute;
 left: 0;
 bottom: 0;
 z-index: 10;
 content: '';
}

.footer .header_offer .main-title {
 position: absolute;
 left: 0;
 top: 0;
 height: 52px;
 line-height: 52px;
 background: rgba(111, 111, 111, 0.7);
 text-align: center;
 padding-left: 0;
 width: 100%;
}

.header_offer .sub-title2 {
 height: 74px;
 font-size: 20px;
 font-family: 'Intro', sans-serif;
 color: #fff000;
 padding-left: 305px;
}

.header_offer .sub-title2 span {
 display: block;
 font-size: 51px;
 line-height: 36px;
 padding-top: 12px;
}

.header_offer .main-title {
 font-family: 'Philosopher', sans-serif;
 color: #fff;
 height: 53px;
 font-size: 34px;
 font-weight: 700;
 line-height: 53px;
 padding-left: 245px;
}

.footer .header_offer .sub-title {
 font-weight: 700;
 font-size: 20px;
 line-height: 23px;
 color: #222;
 padding: 10px 20px 0 305px;
}

.header_offer .sub-title {
 padding: 5px 20px 0 245px;
 color: #fff;
 font-size: 17px;
 font-weight: 500;
 line-height: 20px;
}

.header_offer .sale {
 position: absolute;
 right: 0;
 bottom: 0;
 background: url("../img/header-v2/sale-bg.png") 0 0 no-repeat;
 width: 131px;
 height: 139px;
 color: #fff;
 font-size: 14px;
 font-weight: 900;
 text-transform: uppercase;
}

.header_offer .sale b {
 font-size: 19px;
}

.header_offer .sale span {
 position: absolute;
 top: 64px;
 right: -5px;
 display: inline-block;
 transform: rotate(-48deg);
}

.header_price {
 background: #f4f4f4;
}

.header_price .price {
 position: relative;
 top: -23px;
 height: 170px;
 background: url("https://eyes.kovski.store/img/header_price.png") center top no-repeat;
}

.header_price .price div {
 float: left;
 width: 160px;
 font-size: 15px;
}

.header_price .price div span {
 display: block;
 font-size: 30px;

}

.header_price .price .old {
 text-align: right;
 color: #fff;

 padding: 44px 5px 0 0;
}

.header_price .price .sale {
 text-align: center;
 font-weight: 900;
 color: #fff;
 padding-top: 30px;
}

.header_price .price .sale span {
 font-size: 36px;
 line-height: 36px;
 color: #ffc400;
}

.header_price .price .new {
 text-align: left;

 padding: 44px 0 0 5px;
}

.header_price .price .old span {
 font-family: 'Intro';
 font-weight: 400;
 text-decoration: line-through;
}

.header_price .price .new span {
 font-family: 'Intro';
 font-weight: 400;
 color: #ff76ae;
}

.button-m {
 outline: none;
 display: block;
 width: 380px;
 height: 72px;
 line-height: 74px;
 font-family: 'Intro', sans-serif;
 font-weight: 400;
 margin: 0 auto;
 border: none;
 border-radius: 36px;
 -webkit-border-radius: 36px;
 text-align: center;
 font-size: 22px;
 letter-spacing: 0.5px;
 text-transform: uppercase;
 text-decoration: none;
 cursor: pointer;
 color: #fff;
 box-shadow: 0 0 0 8px #00335552;
 background: #003355;
}

.button-m-ser {
 margin: 30px auto;
}

.products_count {
 margin: 25px 0 0 0;
 font-weight: 400;
 font-size: 13px;
 text-align: center;
 text-transform: uppercase;
}

.products_count span {
 display: inline-block;
 vertical-align: middle;
 margin: -3px 3px 0 3px;
 padding: 0 6px;
 height: 24px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-size: 17px;
 font-weight: 700;
 color: #fff;
 background: #003355;
}

/*Блок шапки 2*/
.header-v2 {

}

.ul_topper_all {
 background: url("../img/header-v2/ul-topper.png") left top repeat-x;
 padding-top: 11px;
 margin: -11px 0px 50px;
}

.ul_topper {
 background: #f4f4f4;
 padding: 25px 30px 15px;
}

.ul_topper li {
 padding: 0 0 15px 30px;
 font-size: 17px;
 line-height: 24px;
}

.ul_topper li:before {
 content: '';
 display: block;
 float: left;
 width: 20px;
 height: 20px;
 margin-left: -30px;
 background: url("../img/header-v2/li2.png") center top no-repeat;
}

.price-v2 {
 margin: 0 auto 25px;
 width: 380px;
 overflow: hidden;
 border-radius: 3px;
}

.price-v2 > div {
 width: 50%;
 float: left;
 text-align: center;
 padding: 8px 15px 8px;
}

.price-v2 .old {
 background: #fff;
 color: #222;
}

.price-v2 .old .val span {
 text-decoration: line-through;
}

.price-v2 .new {
 color: #fff;
 background: #003355;
}

.price-v2 div i {
 font-size: 28px;
 font-style: normal;
 text-transform: uppercase;
}

.price-v2 div .val {
 display: block;
 font-size: 31px;
 line-height: 36px;
 font-family: 'Intro', sans-serif;
 font-weight: 400;
}

/*Блок шапки 3*/
.header-v3 {

}

.price-v3 {
 background: url("https://eyes.kovski.store/img/header-v3.png") center top repeat-x;
 padding: 32px 0 95px;
 margin: -23px 0px 0;
 line-height: 18px;
}

.price-v3 div {
 float: left;

}

.price-v3 .old {
 text-align: right;
 width: 190px;
 padding: 0 20px 0 15px;
}

.price-v3 .sale {
 text-align: center;
 width: 100px;
 color: #fff;
 font-size: 16px;
 font-weight: 900;
}

.price-v3 .sale span {
 font-size: 32px;
 line-height: 36px;
}

.price-v3 .new {
 text-align: left;
 width: 190px;
 padding: 0 15px 0 20px;
}

.price-v3 .new span, .price-v3 .old span {
 font-family: 'Intro';
 font-weight: 400;
 font-size: 36px;
 line-height: 36px;
}

.price-v3 .old span {
 text-decoration: line-through;
}

.price-v3 .new span {
 color: #ff76ae;
}

/*Видео блок*/
.video-container {
 position: relative;
 width: 480px;
 height: 270px;
 overflow: hidden;
 margin: 0 auto 10px;
 background: #000;
}

.video-container iframe, .video-container object, .video-container embed {
 position: absolute;
 display: block;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}

/**********************Main**********************/
.main {

}

.main {

}

/*Список 0*/
.ul_null {
 padding: 0px 25px 15px;
}

.ul_null li {
 padding: 0 0 15px 30px;
 line-height: 24px;
}

.ul_null li:before {
 content: '';
 display: block;
 float: left;
 width: 20px;
 height: 20px;
 margin-left: -30px;
 background: url("../img/header-v2/li.png") center top no-repeat;
}

/*Список 1*/
.spisok {
 color: #fff;
 text-align: center;
 padding: 23px 0 5px;
}

.ab {
}

.ab li {
 display: inline-block;
 vertical-align: top;
 width: 31%;
 margin-bottom: 15px;
 font-size: 14px;
 font-weight: 900;
 text-transform: uppercase;
}

.ab li:before {
 content: '';
 display: block;
 width: 96px;
 height: 96px;
 margin: 0 auto 10px;
 border-radius: 100%;
 -webkit-border-radius: 100%;
 border: 3px solid #92ca6a;
 background: url("https://eyes.kovski.store/img/spisok.png") no-repeat center 20px #78b54c;
}

.ab li:nth-child(2):before {
 background-position: center -69px;
}

.ab li:nth-child(3):before {
 background-position: center -152px;
}

.ab li:nth-child(4):before {
 background-position: center -241px;
}

.ab li:nth-child(5):before {
 background-position: center -333px;
}

.ab li:nth-child(6):before {
 background-position: center -426px;
}

/*Список 2*/
.spisok-v2 {
 text-align: center;
 color: #fff;
 padding: 20px 0;
}

.ab-v2 {
}

.ab-v2 li {
 display: inline-block;
 vertical-align: top;
 width: 32%;
 padding: 0 10px;

 font-size: 16px;
}

.ab-v2 li:before {
 content: '';
 display: block;
 position: relative;
 background: url("https://eyes.kovski.store/img/li.png") center top no-repeat;
 width: 24px;
 height: 24px;
 left: 50%;
 margin: 0 0 10px -12px;
}

/*Преимущества товара 1*/
.preim_tovara_block {
 background: #fafafa;
 text-align: center;
 clear: both;
}

.preim_tovara_block p {
 text-align: center;
 padding: 0 20px;
}

.img_left {
 display: block;
 float: left;
 width: 50%;
 height: 240px;
}

.text_right {
 margin-left: 50%;
 position: relative;
}

.preim_tovara_block .v-middle {
 height: 240px;
 display: table-cell;
 vertical-align: middle;
}

.text_right:before {
 content: '';
 display: block;
 background: url("../img/text-right.png") center top no-repeat;
 width: 14px;
 height: 28px;
 top: 50%;
 margin-top: -14px;
 left: -14px;
 position: absolute;
}

.text_right_color2:before {
 background: url("https://eyes.kovski.store/img/text-right_color2.png") center top no-repeat;
}

.img_right {
 margin-left: 50%;
 height: 240px;
}

.text_left {
 display: block;
 float: left;
 width: 50%;
 height: 240px;
 position: relative;
}

.text_left:before {
 content: '';
 display: block;
 background: url("../img/text-left.png") center top no-repeat;
 width: 14px;
 height: 28px;
 top: 50%;
 margin-top: -14px;
 right: -14px;
 position: absolute;
}

/*Преимущества товара 2*/
.main_preim_tovara-v2 ul {
 text-align: center;
 font-size: 0;
}

.main_preim_tovara-v2 ul li {
 display: inline-block;
 vertical-align: top;
 width: 50%;
 font-size: 16px;
}

.main_preim_tovara-v2 ul li img {
 border-radius: 50%;
 margin-top: 15px;
 margin-bottom: 5px;
 border: 5px solid #b090c9;
}

/*Состав товара 2*/
.sostav-v2 {
 padding-bottom: 10px;
}

.sostav-v2-inner {
 padding: 0px 0 10px;
 overflow: hidden;
}

.img_left-v2 {
 float: left;
 height: 160px;
}

.text_right-v2 {
 background: #fff;
 min-height: 160px;
 padding-left: 180px;
}

.text_right-v2 h3 {
 padding: 10px 0 0;
}

.text_right-v2 p {
 padding: 0 0 10px;
}

.sostav-v2-inner .v-middle {
 height: 160px;
 display: table-cell;
 vertical-align: middle;
}

/*Состав товара 3*/
.sostav-v3 {
 text-align: center;
}

.sostav-v3-inner-big h3 {
 font-size: 24px;
}

.sostav-v3 ul {
 text-align: center;
}

.sostav-v3 ul li {
 display: inline-block;
 vertical-align: top;
 width: 50%;
}

.sostav-v3 ul li img {
 border-radius: 50%;
 margin-top: 15px;
}

/*Способ применения 1*/
.sposob {
}

.sposob_inner {
 color: #222;
 text-align: center;
 clear: both;
}

.sposob_inner p {
 text-align: center;
}

.sposob_inner h3 {
 color: #86c926;
 border-radius: 50%;
 font-size: 40px;
 line-height: 60px;
 width: 60px;
 margin: 0 auto 10px;
 padding: 0;
 display: block;
}

.sposob_inner .v-middle {
 height: 240px;
 display: table-cell;
 vertical-align: middle;
}

.sposob_inner .text_right:before, .sposob_inner .text_left:before {
 content: '';
 display: none;
}

/*Способ применения 2*/
.sposob-v2 {
}

ul.sposob-v2_inner li {
 clear: both;
 padding: 20px;
 overflow: hidden;
}

ul.sposob-v2_inner li img {
 float: left;
 border-radius: 50%;
}

ul.sposob-v2_inner li .v-middle {
 height: 127px;
 display: table-cell;
 vertical-align: middle;
}

ul.sposob-v2_inner li .v-middle p, ul.sposob-v2_inner li .v-middle h3 {
 padding: 0 0 0 20px;
}

ul.sposob-v2_inner li:nth-child(2n) {
 background: #fafafa;
}

/*Способ применения 3*/
.sposob-v3_inner {
}

ul.sposob-v3_inner {
 text-align: center;
}

ul.sposob-v3_inner li {
 display: inline-block;
 vertical-align: top;
 width: 50%;
 padding: 20px 10px 0;

}

ul.sposob-v3_inner li:nth-child(2), ul.sposob-v3_inner li:nth-child(3), ul.sposob-v3_inner li:nth-child(5) {
 background: #fafafa;
}

ul.sposob-v3_inner li img {
 border-radius: 10px;
}

ul.sposob-v3_inner li h3 {
 color: #fff;
 border-radius: 50%;
 font-size: 40px;
 line-height: 60px;
 width: 60px;
 margin: -40px auto 10px;
 padding: 0;
 display: block;
 position: relative;
}

/*Мнение специалиста 1*/
.spec .text {
 height: 190px;
 background: url("../img/spec/spec.jpg") 35px top no-repeat;
 padding: 0 0 0 200px;
}

.spec .desc p:first-child:before {
 content: '';
 display: block;
 background: url("../img/spec/before.jpg") center top no-repeat;
 width: 426px;
 height: 20px;
 margin: 5px auto 15px;
}

.spec .desc p {
 font-size: 18px;
 line-height: 27px;
 color: #222;
}

.spec .desc p:last-child {
 padding-bottom: 5px;
}

/*Мнение специалиста 2*/
.spec-v2 {
}

.spec-v2 .text {
 height: 160px;
 background: url("https://eyes.kovski.store/img/spec-v2/spec.jpg") 25px 5px no-repeat #fff;
 padding: 20px 0 0 170px;
 margin: 0 20px;
}

.spec-v2 .text h3 {
 font-size: 22px;
 font-family: 'Intro';
 font-weight: 400;
}

.spec-v2 p.justify {
 padding: 0px 20px 27px;
}

.spec-v2 p.justify span {
 padding: 10px 20px;
 display: block;
 color: #fff;
}

/*Мнение специалиста 3*/
.spec-v3 {
}

.spec-v3 img {
 display: block;
 margin: 30px auto 0;
}

.spec-v3 h3 {
 text-align: center;
 font-family: 'Intro';
 font-weight: 400;
 position: relative;
 margin-top: -40px;
 z-index: 10;
}

.spec-v3 h3 span {
 color: #fff;
 background: #ff76ae;
 font-size: 26px;
 padding: 7px 15px;
}

.spec-v3 h4 {
 text-align: center;
 font-family: 'Intro';
 font-weight: 400;
 position: relative;
 top: 2px;
}

.spec-v3 h4 span {
 color: #fff;
 background: #222;
 font-size: 18px;
 padding: 7px 15px;
}

.spec-v3 p.justify {
 background: #f7f7f7;
 padding-top: 20px;
 margin-top: -20px;
}

.spec-v3 p.justify span {
 display: block;
 border: 1px solid #efefef;
 padding: 20px;
 margin-top: 20px;
 background: #fff;
}

/*КАК ЗАКАЗАТЬ? 1*/
.deliv {
 background: url("https://eyes.kovski.store/img/deliv-back.jpg") center top no-repeat;
 height: 621px;
}

ul.kak_zakaz {
 text-align: center;
 color: #fff;
}

ul.kak_zakaz li {
 display: inline-block;
 vertical-align: top;
 width: 50%;
}

ul.kak_zakaz li h3 {
 display: block;
 font-family: 'Intro';
 font-weight: 400;
 font-size: 16px;
 line-height: 36px;
 width: 34px;
 height: 34px;
 padding: 0;
 margin: -15px auto 10px;
 border-radius: 50%;
}

ul.kak_zakaz li:before {
 content: '';
 display: block;
 width: 137px;
 height: 137px;
 background: url("https://eyes.kovski.store/img/deliv-sprite.png");
 margin: 0 auto;
}

ul.kak_zakaz li:nth-child(1):before {
 background-position: 0 0;
}

ul.kak_zakaz li:nth-child(2):before {
 background-position: -239px 0;
}

ul.kak_zakaz li:nth-child(3):before {
 background-position: 0px -258px;
}

ul.kak_zakaz li:nth-child(4):before {
 background-position: -239px -258px;
}

/*КАК ЗАКАЗАТЬ? 2*/
.kak_zakaz-v2 {
}

ul.kak_zakaz-v2_inner {
 text-align: center;
}

ul.kak_zakaz-v2_inner li {
 display: inline-block;
 vertical-align: top;
 width: 50%;
 padding: 20px 10px 0;

}

ul.kak_zakaz-v2_inner li:nth-child(2), ul.kak_zakaz-v2_inner li:nth-child(3) {
 background: #fafafa;
}

ul.kak_zakaz-v2_inner li h3 {
 color: #fff;
 border-radius: 50%;
 font-size: 40px;
 line-height: 60px;
 width: 60px;
 margin: -30px auto 10px;
 padding: 0;
 display: block;
 position: relative;
}

ul.kak_zakaz-v2_inner li:before {
 content: '';
 display: block;
 width: 180px;
 height: 180px;
 background: url("https://eyes.kovski.store/img/kak_zakaz-v2.jpg");
 margin: 0 auto;
}

ul.kak_zakaz-v2_inner li:nth-child(1):before {
 background-position: 0 0;
}

ul.kak_zakaz-v2_inner li:nth-child(2):before {
 background-position: -180px 0;
}

ul.kak_zakaz-v2_inner li:nth-child(3):before {
 background-position: 0px -180px;
}

ul.kak_zakaz-v2_inner li:nth-child(4):before {
 background-position: -180px 180px;
}

/*Доставка и Оплата*/
.dostavka {
}

ul.dostavka_inner li {
 clear: both;
 padding: 20px;
 overflow: hidden;
}

ul.dostavka_inner li:before {
 content: '';
 display: block;
 float: left;
 width: 125px;
 height: 125px;
 border-radius: 50%;
}

ul.dostavka_inner li:nth-child(1):before {
 background: url("https://eyes.kovski.store/img/dostavka.png") 0 0 #86c926;
}

ul.dostavka_inner li:nth-child(2):before {
 background: url("https://eyes.kovski.store/img/dostavka.png") 0 -125px #ff76ae;
}

ul.dostavka_inner li:nth-child(3):before {
 background: url("https://eyes.kovski.store/img/dostavka.png") 0 -250px #80b1f3;
}

ul.dostavka_inner li .v-middle {
 height: 127px;
 display: table-cell;
 vertical-align: middle;
}

ul.dostavka_inner li .v-middle p, ul.dostavka_inner li .v-middle h3 {
 padding: 0 0 0 20px;
}

ul.dostavka_inner li:nth-child(2n) {
 background: #fafafa;
}

/*Доставка и Оплата 2*/

ul.dostavka-v2_inner {
 padding: 20px 0 20px;
}

ul.dostavka-v2_inner li {
 height: 41px;
 line-height: 41px;
 background: #fff;
 margin: 0px 25px 10px;
}

ul.dostavka-v2_inner li:before {
 content: '';
 display: block;
 float: left;
 width: 41px;
 height: 41px;
 background: url("https://eyes.kovski.store/img/dostavka-v2.png") #ff76ae;
 margin-right: 10px;
}

ul.dostavka-v2_inner li:nth-child(1):before {
 background-position: -1px -10px;
}

ul.dostavka-v2_inner li:nth-child(2):before {
 background-position: -1px -70px;
}

ul.dostavka-v2_inner li:nth-child(3):before {
 background-position: -1px -128px;
}

/*ОТЗЫВЫ ПОКУПАТЕЛЕЙ 1*/
.reviews {
}

.reviews img {
 display: block;
 margin: 0 auto;
}

.name_rev {
 height: 70px;
 text-align: center;
 margin-bottom: 20px;
}

.name_rev h3 {
 font-size: 18px;
 text-transform: uppercase;
 font-family: 'Intro';
 font-weight: 400;
 padding: 10px 70px;
}

.name_rev h3:after {
 content: '';
 display: block;
 width: 94px;
 height: 14px;
 position: relative;
 left: 50%;
 margin-left: -47px;
 top: 5px;
}

.name_rev h3.five:after {
 background: url("https://eyes.kovski.store/img/5stars.png") center top no-repeat;
}

.name_rev h3.four:after {
 background: url("https://eyes.kovski.store/img/4stars.png") center top no-repeat;
}

/*ОТЗЫВЫ ПОКУПАТЕЛЕЙ 2*/
.reviews-v2 {
}

.reviews-v2 img {
 display: block;
 margin: 0 auto;
 border-radius: 50%;
}

.reviews-v2 .name_rev {
 height: 50px;
}

/*ОТЗЫВЫ ПОКУПАТЕЛЕЙ 3*/
.reviews-v3-inner {
 border-top: 1px solid #eee;
 margin-bottom: 20px;
}

.author {
 padding: 10px 25px;
 border-bottom: 1px solid #eee;
 margin-bottom: 15px;
 background: #f1f1f1;
}

.author img {
 float: left;
 border-radius: 50%;
}

.author .text {
 margin-left: 55px;
}

.author .text h3 {
 font-size: 16px;
 line-height: 20px;
 padding: 0;
 text-transform: none;
 font-weight: 900;
}

.author .text h4 {
 padding: 0;
}

/*Форма*/
.footer .header_price {
 padding-bottom: 30px;
 padding-top: 35px;
}

.footer .timer_block {
 margin: 0 auto 20px;
}

.form-txt {
 text-align: center;
 color: #000;
 padding: 15px 0 0;
}

.form-txt .form-title {
 font-family: 'Intro', sans-serif;
 font-size: 25px;
 padding-bottom: 5px;
}

.form-txt p {
 font-size: 18px;
 line-height: 24px;
 padding: 0 15px 20px;
}

.protection {
 background: url("../img/protection-icon.png") 15px 50% no-repeat;
 border: 2px dashed #a581c1;
 padding: 15px 10px 15px 85px;
 font-size: 15px;
 line-height: 21px;
 margin: 0 20px;
 color: #222;
}

.protection strong {
 display: block;
 font-family: 'Intro', sans-serif;
 font-size: 13px;
 font-weight: 400;
 padding-bottom: 5px;
}

.form-inner {
 background: rgba(255, 255, 255, 0.5);
 width: 420px;
 margin: -25px auto 0;
 padding: 20px 25px 30px;
 box-shadow: 0 0 35px rgba(0, 1, 1, 0.13);
}

.form-inner form {
 padding-bottom: 30px;
}

.m1-form input,.m1-form select {
 outline: none;
 width: 378px;
 height: 70px;
 margin-bottom: 10px;
 background: #fff;
 border: 1px solid #dedede;
 border-radius: 35px;
 text-align: center;
 font-family: 'Museo Sans', sans-serif;
 font-weight: 400;
 font-size: 18px;
}

.m1-form .button-m {
 margin-top: 10px;
 width: 100%;
}

.m1-form ::-webkit-input-placeholder {
 color: #777;
}

.m1-form ::-moz-placeholder {
 color: #777;
}

.m1-form :-moz-placeholder {
 color: #777;
}

.m1-form :-ms-input-placeholder {
 color: #777;
}

.m1-form :focus::-webkit-input-placeholder {
 color: transparent;
}

.m1-form :focus::-moz-placeholder {
 color: transparent;
}

.m1-form :focus:-moz-placeholder {
 color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
 color: transparent;
}

.cpu {
 text-align: center;
}

.cpu img {
 display: block;
 margin: 30px auto 20px;
}

.cpu p {
 font-size: 14px;
}

.cpu p a {
 color: #222;
 text-decoration: none;
 border-bottom: 1px solid #222;
}

.timer_block {
 margin: -50px auto 20px;
 padding: 10px 10px 6px;
 box-sizing: border-box;
 width: 380px;
 border: 1px dashed #bababa;
 font-family: 'Intro', sans-serif;
 background: #fff;
 overflow: hidden;
}

.timer_block p {
 float: left;
 width: 120px;
 font-size: 16px;
 line-height: 24px;
 color: #222;
 text-align: center;
 padding: 0;
}

.timer_block p span {
 font-size: 26px;
}

.timer_block .timer {
 float: left;
 width: 230px;
}

.timer_block .timer_item {
 float: left;
 width: 33.333333%;
 font-size: 50px;
 line-height: 50px;
 color: #003355;
 text-align: center;
 position: relative;
}

.timer_block .timer_item:nth-child(2):before,
.timer_block .timer_item:nth-child(2):after {
 display: block;
 content: ':';
 width: 10px;
 font-size: 28px;
 line-height: 44px;
 position: absolute;
 top: 0;
}

.timer_block .timer_item:nth-child(2):before {
 left: -5px;
}

.timer_block .timer_item:nth-child(2):after {
 right: -5px;
}

.slick-prev,
.slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 281px;
 display: block;
 width: 70px;
 height: 70px;
 border-radius: 0;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: url("https://eyes.kovski.store/img/arrow.png") no-repeat #ff76ae;
 z-index: 3;
}

.slick-prev {
 left: 0px;
 background-position: -10px 16px;
}

.slick-next {
 right: 0px;
 background-position: -122px 16px;
}

/* Arrows 2 */
.reviews-v2 .slick-prev,
.reviews-v2 .slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 70px;
 display: block;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: url("https://eyes.kovski.store/img/arrow-v2.png") no-repeat #ff76ae;
 z-index: 3;
}

.reviews-v2 .slick-prev {
 left: 50px;
 background-position: -28px 12px;
}

.reviews-v2 .slick-next {
 right: 50px;
 background-position: -279px 12px;
}

/* Arrows 3*/
.galery .slick-prev,
.galery .slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 50%;
 margin-top: -25px;
 display: block;
 width: 50px;
 height: 50px;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: url("https://eyes.kovski.store/img/arrow-v2.png") no-repeat #ff76ae;
 z-index: 3;
}

.galery .slick-prev {
 left: 0px;
 background-position: -28px 12px;
}

.galery .slick-next {
 right: 0px;
 background-position: -279px 12px;
}

.img-block {
 display: block;
 margin: 0 auto;
}

.ul_topper {
 padding: 25px 30px 15px;
}

.ul_topper li:before {
 margin-top: 1px;
}

.video-container {
 margin-bottom: 0;
}

.about {
 padding: 20px 0 40px;
}
.about img{
 border-radius: 0px;
}

.main_preim_tovara-v2, .sposob {
 padding: 20px 0;
}

.about > p {
 font-size: 18px;
 line-height: 27px;
}

.about .ul_topper {
 background: #fff;
 padding: 30px 10px 20px 30px;
}

.about .ul_topper li {
 font-weight: 700;
 padding-bottom: 20px;
}

.main_preim_tovara-v2 {
 color: #fff;
 background: #a581c1;
}

.main_preim_tovara-v2 h3 {
 font-family: 'Intro', sans-serif;
 font-weight: 400;
 font-size: 16px;
 color: #fffc00;
}

.main_preim_tovara .alert-v1 {
 background: #9875b3;
 text-align: center;
 color: #fff;
 font-weight: 700;
 font-size: 18px;
 line-height: 27px;
 padding: 20px 40px;
 margin-bottom: 50px;
}

.main_preim_tovara .alert-v1 b {
 color: #fffc00;
}

.main_preim_tovara .alert-v2 {
 background: url("https://eyes.kovski.store/img/alert-v2-bg.jpg") 50% 0 no-repeat;
 height: 328px;
}

.main_preim_tovara .alert-v2 h4 {
 height: 140px;
 font-family: 'Intro', sans-serif;
 font-weight: 400;
 color: #222;
 font-size: 22px;
 line-height: 50px;
 padding: 40px 0 0 20px;
}

.main_preim_tovara .alert-v2 h4 b {
 display: block;
 font-size: 66px;
 color: #86c926;
}

.main_preim_tovara .alert-v2 p {
 font-size: 22px;
 font-weight: 700;
 line-height: 24px;
 color: #fff;
 padding: 5px 255px 0 20px;
}

.main_preim_tovara .button-m {
 margin-bottom: 55px;
}

.main_preim_tovara, .reviews {
 padding: 20px 0 0;
}

.main_preim_tovara h3, .spec h3 {
 font-family: 'Intro', sans-serif;
 font-weight: 400;
 font-size: 18px;
 color: #000000;
}

.spec h3 {
 padding-bottom: 0;
}

.spec .text p {
 color: #777;
}

.spec h3 {
 color: #222;
}

.alert-v3 {
 background: url("https://eyes.kovski.store/img/alert-v3.jpg") 50% 0 no-repeat;
 height: 327px;
 padding: 26px 0 0 225px;
 font-family: 'Intro', sans-serif;
 margin-top: 50px;
}

.alert-v3 h4 {
 height: 96px;
 font-size: 29px;
 font-weight: 400;
 line-height: 35px;
 padding-top: 17px;
 color: #fff;
}

.alert-v3 p {
 font-size: 23px;
 color: #222;
 padding: 15px 0 0;
}

.preim_tovara_block p {
 padding: 0 15px;
 line-height: 1.4em;
}

.spec {
 padding: 0;
}

.reviews {
 background: #f4f4f4;
 padding-top: 10px;
 padding-bottom: 40px;
}

.reviews h2.venzel {
 color: #003355;
 padding-bottom: 15px;
}

.reviews .top-text:after {
 display: block;
 clear: both;
 content: '';
}

.reviews .top-text {
 color: #000000;
 border-radius: 10px;
 margin: 0 40px 30px;
 padding: 10px;
}

.reviews .top-text b {
 display: block;
 float: left;
 font-size: 45px;
 font-weight: 900;
 line-height: 45px;
 color: #535353;
}

.reviews .top-text span {
 display: block;
 overflow: hidden;
 font-weight: 700;
 font-size: 17px;
 line-height: 21px;
 padding-left: 10px;
 color: #535353;
}

.rev-list {
 padding-bottom: 10px;
}

.rev-list .item {
 background: #fff;
 margin: 0 20px 25px;
}

.rev-list .item img {
 display: block;
 margin-bottom: 25px;
}

.rev-list .desc {
 padding: 0 15px 20px;
 text-align: center;
 font-size: 18px;
 line-height: 24px;
 color: #222;
}

.rev-list .desc strong {
 display: block;
 font-size: 20px;
 padding-bottom: 10px;
}

.rev-list .desc p {
 padding: 0;
}

.rev-list .author-rev {
 background: url("../img/quote-rev.png") 100% 100% no-repeat;
 height: 45px;
 font-size: 17px;
 font-family: 'Intro', sans-serif;
 padding: 10px 0 0 20px;
}

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

.order-step h2.venzel span {
 display: block;
}

.order-step ul {
 font-size: 0;
 text-align: center;
 padding: 0 10px;
 margin-bottom: -15px;
}

.order-step ul li {
 position: relative;
 display: inline-block;
 vertical-align: top;
 width: 50%;
 font-size: 18px;
 line-height: 26px;
}

.order-step ul li:before {
 display: block;
 width: 128px;
 height: 128px;
 border: 2px solid #535353;
 background-position: 50% 50%;
 background-repeat: no-repeat;
 content: '';
 border-radius: 50%;
 margin: 0 auto 15px;
}

.order-step ul li .num {
 position: absolute;
 left: 40px;
 top: 7px;
 background: #003355;
 width: 42px;
 height: 42px;
 line-height: 42px;
 font-size: 28px;
 font-family: 'Intro', sans-serif;
 color: #fff;
 text-align: center;
 border-radius: 50%;
}

.order-step ul li:nth-child(1):before {
 background-image: url("../img/order-icon1.png");
}

.order-step ul li:nth-child(2):before {
 background-image: url("../img/order-icon2.png");
}

.order-step ul li:nth-child(3):before {
 background-image: url("../img/order-icon3.png");
}

.order-step ul li:nth-child(4):before {
 background-image: url("../img/order-icon4.png");
}

.order-step ul li p {
 padding: 0 15px 35px;
}

.do-it {
 font-family: 'Intro', sans-serif;
 font-weight: 400;
 font-size: 30px;
 line-height: 1em;
 text-align: center;
 padding: 15px 10px;
 color: #fff;
 background: #86c926;
}

.form-inner {
 margin-top: auto;
}

.footer .anonym {
 width: 420px;
 margin: -20px auto 20px;
}

.ajax_loader {
    display: none;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 80px 0;

  list-style: none;

  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}