body {
 font-family: 'Museo Sans', sans-serif;
 font-size: 16px;
 line-height: 26px;
 color: #333;
 background: #white;
}

.sky-tech-section {
  background: #f7f7f7;
  padding: 40px 20px;
  text-align: center;
}

.sky-tech-description p {
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.sky-tech-table {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 600px;
  margin: 0 auto;
  font-size: 15px;
  text-align: left;
  color: #222;
}

.sky-tech-table div {
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 150, 200, 0.06);
}

.sky-tech-table span {
  font-weight: 600;
  color: #005577;
}
.sky-tech-img {
  width: 100%;
  margin: 0 auto 25px;
  display: block;
}

.sky-expert-section {
  padding: 40px 20px;
  background: #f7f7f7;
  text-align: center;
}

.sky-section-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1b1b1b;
}

.sky-expert-joint-block {
  max-width: 1000px;
  margin: 0 auto;
}

.sky-expert-img-main {
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 100, 150, 0.1);
  margin-bottom: 30px;
}

.sky-expert-quotes {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: left;
  padding: 0 10px;
}

.sky-expert-quote h3 {
  font-size: 18px;
  color: #003344;
  margin-bottom: 8px;
}

.sky-expert-quote p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}



.sky-block-title {
text-align: center;
font-size: 24px;
font-weight: 700;
margin: 40px 0 24px;
color: #111;
}

.sky-policy-wrapper {
  text-align: center;
  padding: 30px 15px;
  font-size: 14px;
  background: #f9fcff;
  border-top: 1px solid #e1eef7;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sky-policy-wrapper a {
  color: #4a90e2;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sky-policy-wrapper a:hover {
  text-decoration: underline;
  color: #2c6cb0;
}

.sky-steps-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
max-width: 1000px;
margin: 0 auto 40px;
padding: 0 20px;
}

.gpt-rev-wrapper {
  position: relative;
  overflow: hidden;
}

.gpt-rev-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}

.sky-step-card {
background: linear-gradient(to bottom, #f7f7f7, #ffffff);
border-radius: 16px;
padding: 20px;
text-align: center;
box-shadow: 0 6px 16px rgba(0, 100, 150, 0.1);
transition: transform 0.3s ease;
}


.sky-step-card:hover {
transform: translateY(-4px);
}


.sky-step-icon {
font-size: 30px;
margin-bottom: 12px;
}


.sky-step-card h3 {
font-size: 16px;
font-weight: 600;
margin-bottom: 6px;
color: #003344;
}


.sky-step-card p {
font-size: 14px;
color: #444;
margin: 0;
}



.sky-zones-results {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
}

.sky-block-title {
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 20px;
  color: #111;
}

.sky-zones-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}

.sky-zone {
  background: #3f4447;
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 100, 150, 0.1);
}

.sky-results-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.sky-results-gallery img {
  width: 250px;
  max-width: 90%;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* 📱 Mobile адаптация */
@media (max-width: 480px) {
  .sky-block-title {
    font-size: 18px;
  }

  .sky-zone {
    font-size: 13px;
    padding: 8px 14px;
  }

  .sky-results-gallery {
    gap: 12px;
  }

  .sky-results-gallery img {
    width: 100%;
  }
}







 .sky-advantages-section {
    background: #ffffff;
    padding: 20px 20px;
  }

  .sky-advantages-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }

  .sky-section-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 40px;
  }

 .sky-advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 блоки в ряд ЗА ЗАМОВЧУВАННЯМ */
  gap: 20px;
}

  .sky-adv-card {
    background: #f6fafe;
    padding: 5px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
  }

  .sky-adv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 200, 255, 0.1);
  }

  .sky-adv-icon {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .sky-adv-card h3 {
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #111;
  }

  .sky-adv-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.4;
  }

@media (min-width: 768px) {
  .sky-advantages-grid {
    grid-template-columns: repeat(3, 1fr); /* 3 блоки на планшеті і більше */
  }
}




.sky-section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin: 60px auto 30px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .sky-section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3ecbff, #6bdfff);
    margin: 12px auto 0;
    border-radius: 4px;
  }

  @media (max-width: 600px) {
    .sky-section-title {
      font-size: 22px;
      margin: 40px auto 24px;
    }

    .sky-section-title::after {
      width: 40px;
    }
  }




 .sky-btn-glow {
    display: inline-block;
    padding: 20px 48px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(180deg, #0F1113, #3c3f41);
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgb(54 62 69);
    border: 2px solid #ffffff33;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .sky-btn-glow::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 60%);
    transform: rotate(25deg);
    animation: sky-shine 2.5s infinite;
  }

  .sky-btn-glow:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 25px rgb(54 62 69);  
  }

  @keyframes sky-shine {
    0% {
      transform: translateX(-100%) rotate(25deg);
    }
    100% {
      transform: translateX(100%) rotate(25deg);
    }
  }

  @media (max-width: 600px) {
    .sky-btn-glow {
      font-size: 18px;
      padding: 18px 36px;
    }
  }


 .sky-problem-section {
    padding: 0px 20px;
    background: #F7F7F7;
  }

  .sky-problem-container {
    max-width: 800px;
    margin: auto;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
  }

  .sky-section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111;
    text-transform: uppercase;
  }

  .sky-problem-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
  }

  .sky-problem-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 30px;
    text-align: left;
    max-width: 600px;
  }

  .sky-problem-list li {
    margin-bottom: 14px;
    font-size: 16px;
    position: relative;
    padding-left: 24px;
  }

  .sky-problem-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3ecbff;
    font-size: 20px;
    line-height: 1;
  }

  @media (max-width: 600px) {
    .sky-section-title {
      font-size: 22px;
    }

    .sky-problem-text,
    .sky-problem-list li {
      font-size: 15px;
    }
  }






.sky-bullets {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}

.sky-bullets li {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}

.sky-bullets li::before {
  content: '';
  display: none;
}



 .sky-order-block {
    text-align: center;
    padding: 0px 20px;
    
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 170, 255, 0.05);
    margin: 40px auto;
    max-width: 700px;
  }

  .sky-btn-ice {
    display: inline-block;
    padding: 18px 36px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(145deg, #3ecbff, #6bdfff);
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(0, 170, 255, 0.3);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: 2px solid #ffffff55;
    backdrop-filter: blur(5px);
  }

  .sky-btn-ice:hover {
    background: linear-gradient(145deg, #6bdfff, #3ecbff);
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 170, 255, 0.5);
  }

  .sky-stock-info {
    margin-top: 20px;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .sky-stock-count {
    background: #000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    margin: 0 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  }

  @media (max-width: 600px) {
    .sky-btn-ice {
      font-size: 16px;
      padding: 14px 28px;
    }

    .sky-stock-info {
      font-size: 13px;
    }
  }
 .sky-price-block {
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 30px auto;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(to right, #fafdff, #eef9ff); /* льодовий фон */
    border: 1px solid #010102; /* світлий border */
    box-shadow: 0 10px 30px rgb(0 184 255 / 5%); /* легка тінь */
  }

  .sky-price-item {
    flex: 1;
    padding: 20px 10px;
    text-align: center;
  }

  .sky-price-old {
    background: #ffffff;
    color: #111;
  }

  .sky-price-new {
    background: #000000;
    color: #ffffff;
  }

  .sky-price-label {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
  }

  .sky-price-value {
    font-size: 26px;
    font-weight: 700;
    display: block;
  }

  .sky-price-old s {
    text-decoration: line-through;
    color: #333;
  }

  @media (max-width: 600px) {
    .sky-price-block {
      max-width: 90%;
      font-size: 14px;
    }

    .sky-price-label {
      font-size: 13px;
    }

    .sky-price-value {
      font-size: 22px;
    }

    .sky-price-item {
      padding: 16px 8px;
    }
  }

 .sky-section {
      padding: 40px 20px;
      max-width: 800px;
      margin: auto;
    }

    .sky-title {
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
    }

    .sky-benefits {
  max-width: 700px;
  margin: 0px auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sky-benefit-card {
  display: flex;
  align-items: center;
  background: #F7F7F7;
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0, 100, 150, 0.04);
  transition: 0.3s ease;
}

.sky-benefit-card:hover {
  background: #eaf6ff;
  transform: translateY(-1px);
}

.sky-benefit-icon {
  font-size: 22px;
  margin-right: 12px;
  color: #00bcd4;
  flex-shrink: 0;
}

.sky-benefit-text h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 2px;
  color: #111;
}

.sky-benefit-text p {
  font-size: 13px;
  margin: 0;
  color: #555;
  line-height: 1.4;
}

/* 📱 Mobile адаптация */
@media (max-width: 480px) {
  .sky-benefit-card {
    padding: 10px 12px;
  }

  .sky-benefit-icon {
    font-size: 20px;
    margin-right: 10px;
  }

  .sky-benefit-text h3 {
    font-size: 14px;
  }

  .sky-benefit-text p {
    font-size: 12px;
  }
}

    sky-product-section {
    padding: 40px 20px;
    max-width: 800px;
    margin: auto;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    color: #111;
  }

  .sky-img-wrapper {
    margin-bottom: 30px;
  }

  .sky-product-img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }

  .sky-description p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
    text-align: left;
  }

  .sky-problem-list {
    text-align: left;
    padding-left: 20px;
    margin: 0;
  }

  .sky-problem-list li {
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
  }

  .sky-problem-list li::before {
    content: "•";
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }

  @media (max-width: 600px) {
    .sky-description p, .sky-problem-list {
      font-size: 15px;
    }
  }
   .sky-product-section {
    padding: 5px 15px;
    background: #fff;
  }

  .sky-product-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .sky-product-img {
    width: 100%;
    max-width: 600px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    object-fit: cover;
  }

  .sky-product-text {
    max-width: 700px;
    text-align: left;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 1.6;
  }

  .sky-product-text p {
    margin-bottom: 5px;
  }

.sky-product-text ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
}

.sky-product-text li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1em;
}

.sky-product-text li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  position: absolute;
  left: 0;
}


  @media (max-width: 600px) {
    .sky-product-container {
      padding: 0;
    }

    .sky-product-img {
      max-width: 100%;
    }

    .sky-product-text {
      font-size: 15px;
    }
  }
.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: #790000;
}

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

h2.venzel-white:after {
 background: url(../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(../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("../img/offer3.jpg") 50% 0 no-repeat;
 height: 618px;
 padding-top: 87px;
}

.header_offer {
 position: relative;
 background: url(../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(../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;
}
.sky-discount-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.sky-discount-banner {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 25px;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  color: white;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 183, 255, 0.4);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 15px rgba(0, 183, 255, 0.3); }
  50% { transform: scale(1.05); box-shadow: 0 0 25px rgba(0, 183, 255, 0.6); }
  100% { transform: scale(1); box-shadow: 0 0 15px rgba(0, 183, 255, 0.3); }
}

.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;
    background: linear-gradient(348deg, #273636, #202832);
}

.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: #000000;
}

/*Блок шапки 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: #000000;
}

.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(../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(../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(../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(../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(../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(../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(../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(../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(../img/dostavka.png) 0 0 #86c926;
}

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

ul.dostavka_inner li:nth-child(3):before {
 background: url(../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(../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(../img/5stars.png) center top no-repeat;
}

.name_rev h3.four:after {
 background: url(../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: #450001;
 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(../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(../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(../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: 10px;
}

.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("../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("../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: #ffa100;
 padding-top: 10px;
 padding-bottom: 40px;
}

.reviews h2.venzel {
 color: #fff;
 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;
}

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

.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 #a581c1;
 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: #86c926;
 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;
}