/*@typography*/


/*@buttons*/


/*@timer*/


/*@menu*/


/*@slider*/


/*@sec-one*/


/*@sec-two*/


/*@sec-three*/


/*@sec-four*/


/*@sec-five*/


/*@sec-six*/


/*@sec-seven*/


/*@sec-eight*/


/*@sec-nine*/


/*@sec-ten*/


/*@sec-eleven*/


/*@sec-twelve*/


/*@<768 and up*/


/*@<992 and up*/


/*@<1200 and up*/


/*@typography*/

/*
    body, p, h1, h2, h3, h4, h5, h6, span, div {
      user-select: none;           
      -webkit-user-select: none;   
      -moz-user-select: none;      
      -ms-user-select: none;       
    }


    img {
      -webkit-user-drag: none;
      user-drag: none;
      pointer-events: none;     
    }*/


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic,greek');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=cyrillic,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:700&subset=cyrillic');
@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot);
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.svg);
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.ttf);
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.woff);
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.woff2);
}

@font-face {
    font-family: '`';
    src: url("../fonts/AA_Bebas_Neue.woff");
}

@font-face {
    font-family: 'AA Bebas Neue', Arial, Helvetica, sans-serif;
    src: url("../fonts/AA_Bebas_Neue.eot");
}

@font-face {
    font-family: 'AA Bebas Neue', Arial, Helvetica, sans-serif;
    src: url("../fonts/AA_Bebas_Neue.otf");
}

@font-face {
    font-family: 'AA Bebas Neue', Arial, Helvetica, sans-serif;
    src: url("../fonts/AA_Bebas_Neue.ttf");
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #363636;
}
.clearfix_block{
    display: none;
    clear: both;
}

/*@timer*/

.timer-end {
    margin: 0 0 5px 0;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px; /* по вкусу */
}

.countdown-container .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Карточки с цифрами */
.countdown-container .time {
  background-color: #446687;   /* синий фон */
  color: #ffffff;              /* белые цифры */
  border-radius: 8px;          /* чуть больше скругление */
  width: 60px;
  height: 60px;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Двоеточие между блоками */
.countdown-container .time__delimeter {
  font-size: 28px;
  color: #4e88b0;             /* можно чуть светлее, например #6ea6c0 */
  margin: 0 10px 15px 10px;
  line-height: 1;
}

/* Подписи под цифрами */
.countdown-container .time__text {
  margin-top: 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
}

.time {
    background-color: #ffffff;
    color: #4e88b0;
    border-radius: 5px;
    height: 50px;
    width: 55px;
    font-size: 34px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.time__delimeter {
    font-size: 30px;
    margin: 0 5px;
    color: #4e88b0;
}


/*@buttons*/



.shields__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.form__shield-img {
  width: 70%;
  margin-top: 5px;
}

.form__shield-text {
  margin-top: 5px;
  font-size: 14px;
  color: #363636;
  text-align: center;
}

.navbar-default .navbar-nav>.btn-wrapp {
    display: none;
}


/*@forms*/
    .sec-one-form__wrap {
      background: #fff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
      max-width: 400px;
      width: 100%;
    }
    /* Блок с ценами (таймер) */
.sec-one__prices {
  display: flex;
  justify-content: center;
  gap: 20px;            /* расстояние между карточками */
  margin-bottom: 30px;  /* отступ снизу по вкусу */
}

.sec-one__prices .price-group {
  flex: 1;                    /* чтобы обе карточки растягивались поровну */
  max-width: 200px;           /* можно подкорректировать ширину */
  padding: 10px 10px;         /* внутренние отступы */
  border-radius: 12px;        /* скруглённые углы */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  /* убираем старые отступы/ширины */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.sec-one__prices .price-label {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;  /* сделает надписи типа ALTER PREIS, RABATT/NEUER PREIS */
  margin-bottom: 8px;
  letter-spacing: 1px;
  font-weight: 600;
}

.sec-one__prices .price-value {
  line-height: 1;
}

/* Старая цена — зачёркнутая, чуть меньше */
.sec-one__prices .price-value .wv_old-price {
  font-size: 30px;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  margin-bottom: 4px;
}

/* Новая цена — большая и яркая */
.sec-one__prices .price-value .wv_new-price {
  font-size: 33px;
  font-weight: 700;
  color: #ffffff;
}

/* При желании можно добавить адаптив: 
@media (max-width: 768px) {
  .sec-one__prices {
    flex-direction: column;
    gap: 15px;
  }
  .sec-one__prices .price-group {
    max-width: none;
    width: 100%;
  }
}

.price-group {
  display: inline-block;
  width: 48%;
  margin: 0 1%;
  vertical-align: top;
}

.price-label {
  font-size: 16px;
  color: #888;
  margin-bottom: 5px;
  display: block;
}

.price-value {
  font-size: 22px;
  font-weight: bold;
  color: #00bcd4;
  line-height: 1.2;
}



.price-currency {
  margin-left: 5px;
}

    /* Кастомный селектор для выбора страны */
    .custom-select-wrapper {
      position: relative;
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
    }
    .custom-select-trigger {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 15px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    .custom-select-trigger .flag {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      margin-right: 10px;
      object-fit: cover;
    }
    .custom-select-trigger span {
      flex-grow: 1;
    }
    .custom-select-trigger .arrow {
      font-size: 14px;
      color: #666;
      transition: transform 0.3s ease;
    }
    /* Поворот стрелки при открытии */
    .custom-select.open .custom-select-trigger .arrow {
      transform: rotate(180deg);
    }

    .custom-select.open .custom-options {
      display: block;
    }
    .custom-option .flag {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      margin-right: 10px;
      object-fit: cover;
    }
    .custom-option:hover {
      background: #f4f4f4;
    }
    /* Стили полей ввода */
    .form-group {
      margin-bottom: 20px;
      position: relative;
    }
    label {
      display: block;
      margin-bottom: 5px;
      color: #333;
      font-weight: 500;
    }
    input[type="text"],
    input[type="tel"] {
      width: 100%;
      padding: 12px 40px 12px 40px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 16px;
      color: #333;
      outline: none;
      transition: border 0.3s;
      background: #fff;
    }
    input[type="text"]:focus,
    input[type="tel"]:focus {
      border-color: #00bcd4;
    }
    /* Иконки внутри полей ввода */
    .input-with-icon {
      position: relative;
    }
    .input-with-icon i {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      color: #999;
      font-size: 18px;
    }
    .input-with-icon input {
      padding-left: 40px;
    }
    /* Пульсирующая кнопка */
	
	@media (max-width: 758px) {
    .btn-buy {
      padding: 5px 15px;
	  font-size: 24px;
    }
	
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

#special-img {
  animation: pulse 3s infinite;
}

.btn-buy {
  display: block;
  font-family: 'PT Sans', sans-serif;
  background-color: #4e88b0;
  color: #ffffff;
  border-radius: 50px;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  font-size: 26px;
  padding: 10px 60px;
  outline: none;
  text-align: center;
  letter-spacing: 0;
  margin: 1.5rem auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  /* вот что добавляем: */
  animation: pulse-btn 3s ease-in-out infinite;
  will-change: transform, box-shadow;
}

/* чтобы не конфликтовало с :active, оно остаётся */
.btn-buy:active {
  transform: translateY(2px);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
}

/* ключевые кадры пульсации */
@keyframes pulse-btn {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
}


@media (max-width: 768px) {
  .navbar-header .order-btn {
    margin-top: 20px; /* Отступ сверху, регулируйте по вкусу */
    /* Если нужно, можно добавить и дополнительные паддинги */
    padding-top: 10px;
  }
  
}


/*@menu*/

        header {
            background-color: var(--primary-color);
            color: var(--text-color);
            padding: 0.9375rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .header-container {
            max-width: 75rem;
            margin: 0 auto;
            padding: 0 1.25rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            display: flex;
            align-items: center;
            gap: 0.625rem;
        }
        
        .logo img {
            height: 2.5rem;
            width: auto;
        }
        
        .logo-text {
            font-size: 1.5rem;
            font-weight: 700;
        }
        
        /* Navigation */
        .nav-container {
            display: flex;
            align-items: center;
            gap: 1.25rem;
        }
        
        /* Desktop Navigation */
        .desktop-nav {
            display: none;
        }
        
        .desktop-nav ul {
            display: flex;
            list-style: none;
            gap: 1.25rem;
        }
        
        .desktop-nav a {
            color: var(--text-color);
            text-decoration: none;
            font-weight: 500;
            padding: 0.5rem 0;
            transition: color 0.2s ease;
            position: relative;
        }
        
        .desktop-nav a:hover {
            color: var(--hover-color);
        }
        
        .desktop-nav a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: var(--hover-color);
            transition: width 0.3s ease;
        }
        
        .desktop-nav a:hover::after {
            width: 100%;
        }
        
        /* Order Button */
        .order-btn {
            background-color: var(--secondary-color);
            color: var(--text-color);
            border: none;
            border-radius: 0.25rem;
            padding: 0.5rem 1.25rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
        }
        
        .order-btn:hover {
            background-color: var(--dark-red);
            transform: translateY(-1px);
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        
        /* Mobile Navigation */
        .mobile-nav {
            display: flex;
            align-items: center;
            gap: 0.625rem;
        }
        
        .hamburger {
            background: none;
            border: none;
            color: var(--text-color);
            font-size: 1.5rem;
            cursor: pointer;
            padding: 0.3125rem;
            transition: transform 0.3s ease;
        }
        
        .hamburger.active {
            transform: rotate(90deg);
        }
        
        .mobile-menu {
            position: fixed;
            top: 4.375rem;
            left: 0;
            width: 100%;
            background-color: var(--primary-color);
            z-index: 999;
            transform: translateY(-100%);
            transition: transform 0.3s ease, opacity 0.3s ease;
            opacity: 0;
            visibility: hidden;
            box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        }
        
        .mobile-menu.active {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }
        
        .mobile-menu ul {
            list-style: none;
        }
        
        .mobile-menu li {
            border-bottom: 1px solid var(--border-color);
        }
        
        .mobile-menu li:last-child {
            border-bottom: none;
        }
        
        .mobile-menu a {
            color: var(--text-color);
            text-decoration: none;
            display: block;
            padding: 1rem 1.25rem;
            transition: background-color 0.2s ease;
        }
        
        .mobile-menu a:hover {
            background-color: rgba(255,255,255,0.1);
        }
        
        /* Countdown Banner */
        .countdown-banner {
            background-color: var(--secondary-color);
            color: var(--text-color);
            text-align: center;
            padding: 0.625rem;
            font-weight: 700;
            position: relative;
        }
        
        .countdown-timer {
            font-size: 1.125rem;
            display: inline-block;
            margin-left: 0.625rem;
        }
        
        /* Media Queries */
        @media (min-width: 48rem) {
            .mobile-nav {
                display: none;
            }
            
            .desktop-nav {
                display: block;
            }
            
            .mobile-menu {
                display: none;
            }
        }
        
        /* Accessibility */
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border-width: 0;
        }
        
        /* Focus styles */
        a:focus, button:focus {
            outline: 2px solid var(--hover-color);
            outline-offset: 2px;
        }

/*@sec-one*/

.sec-one {
    background-color: #d2e8f2;
}

.sec-header__title {
    font-family: 'AA Bebas Neue', Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    color: #4e88b0;
    line-height: 1.2;
}

.sec-header__pretitle {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sec-one-offer__img {
    margin: 0 auto ;
    max-height: auto;
	width: 350px;
	margin-right: 0;
}

.sec-one-form__wrap {
    background-color: #ffffff;
    padding: 20px 20px;
}

.sec-one-form__discount-wrap {
    background: rgba(255, 255, 255, 0.4);
    padding-top: 20px;
}

.sec-one-form__discount {
    color: #4e88b0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.sec-one-form__discount2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.sec-one-form .btn-buy {
    width: 100%;
    -webkit-box-shadow: 0px 5px 20px 1px rgba(78, 137, 176, 0.4);
    box-shadow: 0px 5px 20px 1px rgba(78, 137, 176, 0.4);
}

.sec-one-form .btn-buy:hover {
    -webkit-box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
}

.sec-one-form .btn-buy:hover {
    -webkit-box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
}

.sec-one-form .input-phone {
    margin-bottom: 30px;
}

.sec-one__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.price-text {
    white-space: pre-line;
    font-size: 16px;
    font-weight: 700;
}


.price-new,
.price-old {
    font-size: 32px;
}

.price-currency{
    font-size: 32px;
    color: #4e88b0;
}

.price-currency.old {
    color: #363636;
}

.price-old {
    position: relative;
}

.price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff !important; /* Принудительное применение цвета */
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.price-new {
    color: #4e88b0;
}

.advant:last-child .advant-wrap {
    padding-bottom: 46px;
}

.advant {
    margin-top: 25px;
    text-align: center;
}

.sec-one-advantages .advant:first-child {
    margin-top: 25px;
}

.advant__icon {
    width: 50px;
    height: 50px;
    margin: 16px auto;
    margin-top: 0;
}

.advant-wrap {
    text-align: center;
}

.advant__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #4e88b0;
    margin: 0;
    white-space: pre-line;
}

.advant__title--dark {
    color: #363636;
}

.advant__text {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    color: #535353;
    font-weight: 300;
}

.sec .terms {
    margin-bottom: 10px;
}

.sec .checkboxes {
    font-size: 11px;
}

.sec .checkboxes input {
    margin-top: 0;
}

.sec .checkboxes label {
    font-weight: normal;
}

.sec .checkboxes span {
    margin-top: 5px;
}

.checkboxes-group {
    display: flex;
    text-align: justify;
}

.checkboxes .checkboxes-group:nth-child(1) {
    height: 32px;
    overflow: hidden;
    outline: none;
    transition: 0.4s ease;
}

.checkboxes .checkboxes-group:nth-child(1) label {
    width: 70%;
    padding-right: 10px;
}

.checkboxes .checkboxes-group input {
    margin-right: 5px;
}

.wv-gdpr__show-more {
    line-height: 1;
    color: #0d36a1;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.checkboxes .checkboxes-group:nth-child(1):focus {
    overflow: hidden;
    height: auto;
}

.checkboxes .checkboxes-group:nth-child(1):focus label {
    width: 100%;
    padding-right: 0;
}

.checkboxes .checkboxes-group:nth-child(1):focus .wv-gdpr__show-more {
    display: none;
}

/* section  second */
.sec-second{
    overflow: hidden;
}

.sec-second__title {
    white-space: pre-line;   
    text-align: center;	
}

h2, h3 {
	text-align: center;
}

.sec-second__img {
    display: none;
}

.sec-second__title span {
    display: inline-block;
    margin-top: 15px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #e37e7e;
    white-space: nowrap;
    text-transform: uppercase;
}

.symptoms__list {
    padding-left: 25px;
}

.symptoms__item span {
    font-weight: bold;
}

.symptoms__desc {
    font-family: 'AA Bebas Neue', Arial, Helvetica, sans-serif;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 21px;
    color: #e37e7e;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}


/*SECTion three  */

.sec-three {
    padding-top: 48px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2ecec), to(#eed6d7));
    background-image: -webkit-linear-gradient(top, #f2ecec, #eed6d7);
    background-image: -o-linear-gradient(top, #f2ecec, #eed6d7);
    background-image: linear-gradient(to bottom, #f2ecec, #eed6d7);
}

.sec-three__text {
    margin-top: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #e37e7e;
    text-align: center;
	text-transform: uppercase;
}

.disease__title {
    margin-bottom: 20px;
}

.disease_text {
    font-size: 18px;
    text-transform: initial;
    font-weight: 400;
}

.disease_icon {
    width: 66px;
    height: 66px;
    margin: 16px auto;
    margin-top: 0;
}


/*section expert  */

.sec-expert {
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
}

.sec-expert .btn-buy {
    padding: 8px 57px;
}

.sec-expert__title {
    color: #4e88b0;
}

.expert__prof {
    font-weight: 900;
}

.sec-expert__article {
    font-size: 18px;
	margin-top: 10px;
}

.sec-expert__article span {
    font-weight: 900;
}

.expert__img {
    -webkit-box-shadow: 5px 5px 10px #e9f0f3;
    box-shadow: 5px 5px 10px #e9f0f3;
}

.sec-expert__text {
    text-transform: uppercase;
}

.sec-text {
    font-weight: 300;
    font-size: 24px;
    color: #535353;
    text-align: center;
}

.expert__name {
    margin: 0;
}


/*section five  */

.sec-five {
    padding-top: 40px;
    padding-bottom: 54px;
    background-color: #d2e8f2;
}

.sec-five__title {
    color: #4e88b0;
    line-height: 1;
    margin-bottom: 30px;
}

.sec-five__text {
    white-space: initial;
}

.components {
    width: 260px;
    height: 295px;
    margin: 20px auto auto auto;
}

.components__item {
    padding: 16px 15px 26px 15px;
    background-color: #ecf7fc;
    text-align: center;
}

.components__img {
    margin: 0px auto 10px auto;
}

.components__wrapp {
    position: relative;
}

.components__denom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: 'AA Bebas Neue', Arial, Helvetica, sans-serif;
    font-size: 27px;
    text-transform: uppercase;
}

.components__desc {
    padding: 0px 30px;
}

.components .item:nth-child(even) .components__desc {
    margin-bottom: 30px;
}

.carousel-indicators {
    bottom: -49px;
}

.carousel-indicators li {
    background-color: #ffffff;
}
.sec-reviews .carousel-indicators li {
    background-color: #d2e8f2;
}
.carousel-indicators .active {
    border: 2px solid #0d8ab4;
    background-color: transparent;
}


/*SECTIN scientists  */

.sec-scientists {
    display: none;
}


/*section reviews  */

.sec-reviews {
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
}

.sec-reviews__title {
    color: #4e88b0;
    margin: 0;
}

.sec-text--weight {
    font-weight: 400;
}

.sec-reviews__text {
    color: #333;
}

.sec-reviews .btn-buy {
    display: block;
    width: 290px;
    height: 60px;
    margin: 0 auto;
    background-color: #4e88b0;
    -webkit-box-shadow: 4px 4px 10px 0px rgb( 78, 136, 176);
    box-shadow: 4px 4px 10px 0px rgb( 78, 136, 176);
    font-family: "PT Sans";
    font-weight: 900;
    line-height: 2.2;
    color: #fff;
    font-size: 18px;
}

.sec-reviews__text {
    text-transform: uppercase;
}

.reviews {
    margin-bottom: 60px;
}

.reviews__img {
    margin: auto;
}

.reviews__wrap {
    position: relative;
}

.reviews__name {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 108%);
    -ms-transform: translate(-50%, 108%);
    transform: translate(-50%, 108%);
}

.reviews__name span {
    font-weight: 900;
}

.reviews-carousel-control {
    display: none;
}


/*section plus  */

.sec-plus {
    padding-top: 30px;
    padding-bottom: 46px;
}

.sec-plus__title {
    color: #4e88b0;
    line-height: 1;
}

.sec-pluse__text {
    text-transform: uppercase;
}

.plus {
    margin-top: 20px;
}

.plus__item {
    text-align: center;
}

.plus__title {
    font-family: 'AA Bebas Neue', Arial, Helvetica, sans-serif;
    font-size: 48px;
    color: #333;
    text-transform: uppercase;
}

.plus__title--none {
    display: none;
}

.plus__desc {
    font-size: 24px;
    white-space: pre-line;
    text-align: center;
    padding: 0px 25px;
    white-space: pre-line;
}

.plus__desc::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 15px auto;
    background-color: #363636;
}


/*section usage  */

.sec-usage {

	padding: 50px 100px !important;
}

.sec-usage {
    background-image: -webkit-gradient(linear, left top, right top, from(#bbd3df), to(#a1c5d6));
    background-image: -webkit-linear-gradient(left, #bbd3df, #a1c5d6);
    background-image: -o-linear-gradient(left, #bbd3df, #a1c5d6);
    background-image: linear-gradient(to right, #bbd3df, #a1c5d6);
}

.sec-usage__title {
    color: #fff;
}

.usage {
    text-align: center;
}

.usage__icon {
    width: 160px;
    margin: 16px auto;
}

.usage__icon img {
    max-height: 98px;
}

.usage__text {
    margin: 0 auto 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

.usage__text span {
    font-family: 'AA Bebas Neue', Arial, Helvetica, sans-serif;
    font-size: 25px;
}

@media (max-width: 768px) {
  .sec-header__title {
    text-align: center;
	font-size: 30px;
  }
  .sec-header__pretitle {
	text-align: center;
  }
}


/*  SECTION desire*/

.sec-desire {
    padding: 48px 100px;
    overflow: hidden;
}

.desire__item {
    text-align: center;
}


.sec-desire__title {
    color: #4e88b0;
}

.desire {
    margin-top: 50px;
}

.desire__title {
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0;
}

.desire__text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    color: #535353;
    text-transform: initial;
    text-align: center
}


/*SECTION DELIVERY  */

.sec-delivery {
    padding: 47px 0;
    background-color: #d2e8f2;
    text-align: center;
}

.sec-delivery__title {
    color: #4e88b0;
    margin-bottom: 10px;
}

.sec-delivery__text {
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    text-transform: uppercase;
    padding: 0px 50px;
}

.delivery {
    margin-top: 40px;
}

.delivery__item {
    margin-bottom: 50px;
}

.delivery__item:last-child {
    margin-bottom: 0;
}

.delivery__icon {
    width: 102px;
    height: 120px;
    margin: 29px auto;
    margin-top: 0px;
}

.delivery__text {
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    color: #535353;
}

.delivery__title {
    font-weight: 700;
    text-transform: uppercase;
}


/*SECTION ORDER  */

.sec-order {
    background-image: url("../img/bg_order-mob.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 123px;
    padding-bottom: 102px;
    text-align: center;
}

.sec-order__title {
    color: #4e88b0;
	font-weight: 600;
}

.sec-order__text {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 400;
}


/*SECTION CHANCE  */

.sec-chance {
    padding: 50px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2ecec), to(#eed6d7));
    background-image: -webkit-linear-gradient(top, #f2ecec, #eed6d7);
    background-image: -o-linear-gradient(top, #f2ecec, #eed6d7);
    background-image: linear-gradient(to bottom, #f2ecec, #eed6d7);
    text-align: center;
}

.sec-chance__title--light {
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 300;
}

.sec-chance__desc {
    /*display: none;*/
	margin-bottom: 30px;
}

.sec-chance__title {
    padding: 0;
}

.sec-chance__title--none {
    display: none;
}

.sec-chance__text {
    font-size: 20px;
    font-family: 'AA Bebas Neue', Arial, Helvetica, sans-serif;
    color: #e37e7e;
    text-transform: uppercase;
}

.shields__block > div {
    width: 100%;
}

.free-delivery {
    background: #ECF6FB;
    display: flex;
    justify-content: space-evenly;
    padding: 12px 0;
}

.free-delivery-title {
    text-transform: uppercase;
    color: #4e88b0;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.free-delivery-cards img {
    width: 30px;
}

.shields {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
}

.shields img {
    height: 24px;
    width: auto;
}


@media screen and (min-width: 425px) and (max-width: 767px) {
  .form__shield-img {
    width: 50%;
  }
}

@media screen and (min-width:768px) {
    .navbar-nav>li {
        float: none;
    }
    /*SECTION ONE  */
    .sec-one {
        background-image: url("../img/bg_section-one768.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .sec-one-form__wrap {
        box-shadow: 0 0 30px #e6eef5;
    }
    .sec-header__title {
        font-size: 60px;
        margin-bottom: 0;
    }
    .sec-header__pretitle {
        font-size: 30px;
    }
    .sec-one-offer__img {
        margin: 50px auto 0;
        padding-top: 20px;
        min-height: auto;
    }
	.sec-one-offer__img2 {
        margin: 160px auto 0;
        padding-top: 20px;
        min-height: 450px;
    }
    .sec-one-advantages .advant:first-child {
        margin-top: 50px;
    }
    .advant {
        margin-top: 50px;
    }
    /*section Second  */
    .sec-second {
        padding-bottom: 18px;
    }
    .sec-second__title {
        margin: 0 0 48px 0
    }
    .sec-second__img {
        display: block;
    }
    .symptoms__item {
        margin-bottom: 2px;
    }
    /*SECTION thee  */
    .sec-three__title {
        margin: 0;
        line-height: 1.4;
    }
    .disease {
        margin-top: 68px;
    }
    .disease__title span {
        display: none;
    }
    /*SECTION EXPERT  */
    .sec-expert {
        padding-top: 50px;
    }
    .sec-expert__title {
        font-size: 48px;
        margin: 0 0 24px 0;
    }
    .sec-expert__wrapp {
        margin-top: 36px;
    }
    .expert__img {
        margin-bottom: 13px;
    }
    .sec-expert .btn-buy {
        font-size: 24px;
        padding: 7px 107px;
    }
    /*SECTION FIVE  */
    .sec-five_head {
        margin-bottom: 30px;
    }
    .sec-five__title {
        margin-bottom: 0;
    }
    .components {
        width: 100%;
        height: 100%;
    }
    .components__item {
        /* width: 270px; */
        margin-bottom: 27px;
    }
    .components__denom {
        left: 16%;
        right: 16%;
    }
    .components__denom p {
        font-size: 16px;
    }
    .carousel-indicators {
        display: none;
    }
    /*SECTION reviews  */
    .sec-reviews {
        background-image: linear-gradient(to bottom, #d9e5ea, #adcddb);
        padding: 40px 35px;
    }
    .sec-reviews .carousel-indicators {
        display: block;
    }
    .sec-reviews__text {
        font-size: 30px;
        font-family: 'Roboto Condensed';
        font-weight: 400;
        color: #fff;
    }
    .sec-reviews__text--dark {
        color: #363636;
    }
    .reviews {
        position: relative;
    }
    .reviews__wrapper {
        display: flex;
        margin-top: 43px;
        justify-content: center;
    }
    .reviews__wrap {
        width: 170px;
        margin-right: 30px;
    }
    .reviews__text {
        width: 45%;
    }
    .reviews__img {
        border-radius: 7px;
    }
    .sec-reviews .btn-buy {
        width: 354px;
        height: 52px;
    }
    .reviews-carousel-control {
        position: absolute;
        top: 50%;
        transform: translateX(-50%);
        transition: all .3s;
        display: inline-block;
    }
    .reviews-carousel-control:active svg {
        fill: #1e92b8;
    }
    .carousel-control-next {
        right: 15px;
    }
    .carousel-control-prev {
        left: 15px;
    }
    /*SECTION PLUS   */
    .sec-plus {
        padding-top: 47px;
    }
    .sec-plus__title {
        font-size: 40px;
    }
    .sec-pluse__text {
        font-size: 30px;
    }
    .plus__title--none {
        display: block;
    }
    .plus__item {
        height: 278px;
        padding: 20px;
        background-color: #ededed;
        margin-bottom: 20px;
        box-shadow: 0px 6px 11px #c1c1c1;
    }
    .plus__desc,
    .plus__title {
        position: relative;
        bottom: 25px;
        z-index: 3;
        color: #fff;
        padding: 0px 23px;
    }
    .plus__desc::before {
        display: none;
    }
    .plus__wrapp {
        position: relative;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top: 43px;
    }
    .plus1 {
        background-image: url("../img/plus1.jpg");
    }
    .plus2 {
        background-image: url("../img/plus2.jpg");
    }
    .plus3 {
        background-image: url("../img/plus3.jpg");
    }
    .plus4 {
        background-image: url("../img/plus4.jpg");
    }
    .plus__wrapp::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }
    /*SECTION usage  */
    .sec-usage {
        padding: 50px 0px;
        background-image: linear-gradient(to bottom, #bdd5e1, #94bdd2);
    }
    .sec-usage__title {
        font-size: 40px;
        letter-spacing: 3px;
    }
    .usage__text {
        padding: 0;
    }
    /*SECTION desire  */
    .sec-desire__title {
        font-size: 48px;
        padding: 0 15px;
    }
    /*SECTION delivery */
    .sec-delivery__title {
        font-size: 40px;
    }
    .sec-delivery__text {
        font-size: 30px;
    }
    /*SECTION ORDER  */
    .sec-order {
        background-image: url(../img/bg_order-tablet.jpg);
        padding: 156px 0px 143px 0px;
    }
    .sec-order__title {
        margin: 0;
    }
    /*SECTION CHANCE  */
    .sec-chance__title {
        margin: 0 0 36px 0;
        white-space: initial;
    }
    .sec-chance__title--none {
        display: inline-block;
    }
    .sec-chance__desc {
        display: block;
        margin-bottom: 36px;
    }
    .sec-chance__desc span {
        font-weight: 900;
    }
    /*SECTION scientists  */
    .sec-scientists {
        display: block;
        text-align: center;
        padding-bottom: 35px;
		margin-top: 50px;
		padding: 0 100px;
    }
    .sec-scientists__title {
        font-size: 40px;
        color: #4e88b0;
    }
    .sec-scientists__subtitle {
        font-size: 30px;
        font-weight: 300;
		text-transform: uppercase;
    }
    .sec-scientists__text {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 35px;
        padding: 0px 50px;
    }
    .sec-scientists__text span {
        font-weight: 700;
    }
    .sec-scientists__row {
        width: 100%;
        vertical-align: bottom;
        border-bottom: 1px solid #fff;
    }
    .sec-scientists__row:first-child {
        border-bottom: none;
    }
    .sec-scientists__col--bold {
        font-weight: 700;
    }
    .sec-scientists__col {
        width: 100%;
        padding-top: 15px;
    }
    .sec-scientists__col:first-child {
        text-align: left;
    }
    .sec-scientists__col--blue {
        color: #4e88b0;
    }
    .sec-scientists__col--minus {
        color: #acacac;
    }
    .sec-scientists__col--blue,
    .sec-scientists__col--minus {
        font-size: 30px;
    }
    .sec-scientists__col--padding {
        padding-right: 15px;
    }
    .sec-scientists__tablet {
        position: relative;
        z-index: 3;
        background-color: #e2eaed;
        padding: 30px 20px 30px 30px;
        border-radius: 7px;
        box-shadow: 3px 3px 5px #c1c1c1;
        margin-bottom: 35px;
    }
    .sec-scientists__tablet--dashed {
        position: relative;
        z-index: 0;
        margin-left: -5px;
        bottom: 8px;
        margin-top: 21px;
        padding: 30px 26px 17px 35px;
        border: 1px dotted #000;
        border-left: none;
        background-color: transparent;
        box-shadow: none;
    }
    .sec-scientists__tablet--dashed .sec-scientists__col {
        text-align: center;
    }
    .sec-scientists__tablet--dashed .sec-scientists__row {
        border-bottom: 1px dotted #000;
    }
    .sec-scientists__tablet--dashed table {
        width: 100%;
    }
    .sec-scientists__footnote {
        font-weight: 700;
        font-size: 18px;
        color: #4e88b0;
    }
    .sec-scientists__tablet--dashed .border-none {
        border-bottom: none;
    }
    .free-delivery {
        flex-direction: column;
    }

    .free-delivery-title {
        text-align: center;
        padding: 0 5px;
    }

    .free-delivery-subtitle {
        display: block;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #000000;
    }

    .delivery-mobile {
        display: inline;
        text-transform: uppercase;
        color: #4e88b0;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
    }

    .free-delivery-cards {
        margin-top: 3px;
        display: flex;
        justify-content: center;
    }

    .free-delivery-cards img {
        width: 45px;
        margin: 0 5px;
    }
}

@media screen and (max-width:1200px) {
    .p-l-r-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.menu-buy {
  float: left;
  margin-top: 6px;
  margin-left: 15px;
  font-size: 18px;

  /* чтобы анимация работала корректно */
  display: inline-block;
  will-change: transform, box-shadow;
  animation: pulse-menu 2.5s ease-in-out infinite;
}

@keyframes pulse-menu {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  }
}


.sec-title {
    margin: 0 0 20px 0;
    padding: 0 0;
    font-family: 'AA Bebas Neue', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #4e88b0;
    text-align: center;
    white-space: pre-line;
    text-transform: uppercase;
    line-height: 1;
}

/*MEDIA 1170PX  */

@media screen and (min-width:1200px) {
    .sec-title {
        font-size: 48px;
		width: 80%;
		margin: 0 auto;
    }
    /*SECTION ONE  */
    div#bs-example-navbar-collapse-1 {
        display: block;
    }
    .navbar {
        min-height: 70px;
        display: flex;
        align-items: center;
    }
    .navbar-heade .menu-buy {
        display: none;
    }
    li a.btn-buy.menu-buy {
        font-size: 24px;
        color: #fff;
        padding: 13px 31px;
        margin: 0;
    }
    .navbar-collapse {
        width: none;
    }
    .navbar-nav>li {
        float: left;
        margin-left: 20px;
    }
    .navbar-default .navbar-nav>.btn-wrapp {
        display: inline-block;
    }

    /*SECTION SECOND  */
    .sec-second {
        padding-bottom: 50px;
    }
    .sec-second__title span {
        font-size: 36px;
		margin-bottom: 30px;
    }
    .symptoms__list {
        padding-left: 15px;
    }
    .symptoms__desc {
        text-align: left;
    }
    .symptoms {
        padding-top: 9px;
    }
    .symptoms__list {
        font-size: 20px
    }
    .symptoms__item {
        margin-bottom: 9px;
    }
    .symptoms__item:last-child {
        margin-bottom: 36px;
    }
    .symptoms__desc {
        padding: 0;
        line-height: 1.3;
        font-size: 30px;
    }
    /* SECTION THREE   */
    .sec-three {
        padding: 50px 0px;
    }
    .disease {
        padding: 0px 45px;
    }
    .disease__title {
        padding: 0px 30px;
    }
    .disease__title span {
        display: inline-block;
    }
    .sec-three__text {
        margin-top: 60px;
        font-size: 30px
    }
    /*SECTION EXPERT  */
    .sec-expert {
        padding: 48px 0px;
    }
    .sec-expert__text {
        font-size: 36px;
    }
    .expert {
        position: relative;
        color: #fff;
    }
    .expert__wrapp {
        position: absolute;
        margin-left: 80px;
        bottom: -90px;
        color: #000;
		border: 2px;
		border-radius: 4px;
		background-color: #bdbdbd;
		padding: 5px 12px;
		width: 368px;
    }
    .sec-expert__text {
        font-size: 28px;
		color: rgb(83, 83, 83);
    }
    .sec-expert__text--flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 85px;
		margin-bottom: 30px;
    }
    .sec-expert__text p {
        margin: 0 auto;
		font-size: 24px;
    }
    .sec-expert__text .btn-buy {
        margin-right: 150px;
        padding: 7px 77px;
    }
    /*SECTION FIVE  */
    .sec-five {
        background-image: url("../img/bg_component.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top: 48px;
        padding-bottom: 60px;
    }
    .sec-five__text {
        font-size: 36px;
    }
    .components__item {
        padding: 11px 11px 26px 11px;
    }
    .components__desc {
        margin-top: 35px;
    }
    .components__desc {
        margin-top: 37px;
    }
    /*SECTION  scientists*/
    .sec-scientists__tablet {
        max-width: 640px;
        font-size: 18px;
    }
    .sec-scientists__tablet--dashed {
        width: 300px;
    }
    .sec-scientists-wrapp {
        display: flex;
    }
    .sec-scientists__col--padding {
        font-weight: 700;
    }
    /*SECTION reviews  */
    .sec-reviews {
        padding-bottom: 50px;
    }
    .reviews__text {
        font-size: 18px;
    }
    .reviews__name {
        width: 100%;
        text-align: center;
        transform: translate(-50%, 164%);
    }
    .reviews__text {
        width: 60%;
    }
    .sec-reviews__text--flex {
        display: flex;
        justify-content: center;
    }
    .sec-reviews__text .btn-buy {
        width: 270px;
        line-height: 2.1;
        margin-right: 0px;
        margin-left: 56px;
    }
    .sec-reviews__text p {
        margin: 0;
    }
    /*SECTION PLUS  */
    .sec-plus {
        padding: 50px 100px;
    }
    .plus {
        margin-top: 53px;
    }
    /*SECTION USAGE  */
    .usage {
        margin-top: 44px;
    }
    /*SECTION desire  */
    .sec-delivery {
        padding: 50px 0px;
        background-image: url('../img/bg_order.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
    }
    .sec-desire__title {
        padding: 0 150px;
    }
    .delivery__item {
        margin-bottom: 0;
    }
    /*SECTION chance   */
    .sec-chance__desc {
        font-size: 18px;

    }
    .sec-chance__title--light,
    .sec-chance__text {
        font-size: 36px;
	    margin-bottom: 30px;
    }
}
@media screen and (max-width: 992px){
    .clearfix_block{
        display: block;

    }
}
@media screen and (max-width: 1200px){
    .reviews__name{
        top: 45%;
        line-height: 20px;
    }
}
@media screen and (max-width: 767px){
    .reviews__name{
        top: 70%;
    }
}
@media screen and (max-width: 425px) {
    .delivery-mobile {
        text-transform: none;
        color: #000000;
        display: block;
        font-size: 10px;
    }

    .free-delivery-subtitle {
        display: none;
    }
}

/* fix code style */
.sec-one-imgbg{
    margin: 20% auto 0 -30%;    
    z-index: 0;
}
.c_i-1 {
    margin: 0 0 27px auto;
}
.c_i-2 {
    margin: 0 auto 27px 0;
}
.hide-for-desctop{
    display: none;
}
/*MEDIA 1024PX  */

@media screen and (max-width:1020px) {
    .hide-for-tabl{
        display: none;
    }
}
@media screen and (min-width:1200px) {
    .sec-one-imgbg{
        display: none;
    }
    .components__denom p {
        font-size: 20px;
    }
}
@media screen and (min-width: 1020px) {
    .c_i-1,
    .c_i-2 {
        width: 100%;
        height: 320px;
    }
}

@media screen and (max-width: 768px){
    .sec-one-offer__img {
        margin: 84px auto 0;
		margin-right: 0;
    }    
      
}
@media screen and (max-width: 767px){
    .sec-one-offer__img {
        margin: 0 auto ;
    }
    .hide-for-mobile{
        display: none !important;
    }
    .show-for-mobile{
        display: block !important;
    }    
    .components__denom {
        font-size: 30px;
    }
}

/* End fix code style */

.form__checkbox {
    position: relative;
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    max-width: 280px;
    width: 100%;
}

.form__checkbox a {
    text-decoration: underline;
    color: #000;
}


.form__checkbox input[type=checkbox] {
    margin-top: 0;
    cursor: pointer;
    width: 17px;
    height: 17px;
}

/* Минимальные стили */
.country-wrapper {
  position: relative;
  width: 100%;
  height: 50px;
  font-family: sans-serif;
  margin-bottom: 15px;
}
.custom-select {
  cursor: pointer;
  user-select: none;
}
.custom-trigger {
  display: flex;
  align-items: center;
  padding: 0.4em 0.55em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.custom-trigger img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
    object-fit: cover;
  margin-right: 0.5em;
}
.custom-trigger .trigger-text {
  flex: 1;
}
.custom-options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}
.custom-options.open {
  display: block;
}
.custom-option {
  display: flex;
  align-items: center;
  padding: 0.5em 0.75em;
  cursor: pointer;
}
.custom-option:hover {
  background: #f0f0f0;
}
.custom-option img {
  width: 20px;
  height: auto;
  margin-right: 0.5em;
}

/* по умолчанию прячем список */
.custom-select .custom-options {
  display: none;
}

/* когда селект открыт — показываем список */
.custom-select.open .custom-options {
  display: block;
}

/* анимация стрелки */
.custom-trigger .trigger-arrow {
  transition: transform 0.3s ease;
}

/* при открытом селекте крутим стрелку вверх */
.custom-select.open .trigger-arrow {
  transform: rotate(180deg);
}

.trigger-arrow {
  font-size: 25px;
}

/* Стили для ошибок */
input.error {
  border-color: #e74c3c;
}
.error-message {
  display: block;
  margin-top: 0.25em;
  color: #e74c3c;
  font-size: 0.875em;
}


.new-price {
	background-color: #446687;
	flex: 1;
    max-width: 200px;
    padding: 10px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin: 0;
	display: inline-block;          /* чтобы работали трансформации */
    animation: pulse-price 2s ease-in-out infinite;
	
}

@keyframes pulse-price {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  }
}


.old-price {
    background-color: #b3b3b3;
	flex: 1;
    max-width: 200px;
    padding: 10px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}


/* Общие настройки */
.sec-one-main {
  margin-top: 3rem;
}

.sec-header__pretitle {
  font-size: 2.7rem;
  color: #555;
}





/* Адаптив */
@media (min-width: 992px) {
  .sec-header__title {
    font-size: 5.5rem;
  }
}
@media (max-width: 767px) {
  .sec-one-content {
    flex-direction: column;
  }

}


@media (min-width: 992px) {
  .sec-one-offer-img-wrapper {
    display: flex !important;            /* вместо блочного поведения */
    justify-content: flex-end !important;/* прижать содержимое вправо */
    overflow: visible;                   /* чтобы ничего не обрезалось */
  }

}

.sec-one-offer__img {
  margin-right: -30px !important;
}



@media (max-width:768px) {
	.col-md-8 {
	  line-height: 1.5;     /* 160% от размера шрифта */
	  
	}
	.col-md-8 ul li{
	  margin-bottom: 24px;	
	  
	}
	.col-md-8 {
	  margin-top: 10px;
	  margin-left: 10px;
	}
	.sec-header__pretitle {
	  font-size: 23px;
	}
	.sec-one-form__wrap {
	  margin-bottom: 60px;
	}
	.menu-buy {
        display: flex;
  align-items: center;    /* по вертикали */
  justify-content: center; /* по горизонтали, если нужно */
  height: auto;          /* или любая высота */
  margin: 10px auto;
	}
	.sec-one-benefits {
	  margin-top: 10px !important;
	}
	.ingredients-section {
	  padding: 30px 20px !important;
	}

}


.sec-one-benefits {
  margin-top: 250px;	
  font-size: 20px;
  line-height: 2.9;     /* 160% от размера шрифта */
}

/* Убираем стандартные маркеры и отступы у списка */
.sec-one-benefits ul {
  list-style: none;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.4;     /* 160% от размера шрифта */
}


/* Стили для иконок Font Awesome */
.sec-one-benefits ul li i.fas {
  color: #4e88b0;       /* цвет иконки */
  margin-right: 0.5em;  /* расстояние до текста */
  font-size: 1.2em;     /* размер иконки */
  vertical-align: middle;
}


/* === ingredients-section === */
.ingredients-section {
  padding: 60px 100px;
  background-color: #e6f4fb;
  font-family: sans-serif;
  color: #333;
}

/* Header */
.ingredients-header {
  text-align: center;
  margin-bottom: 40px;
}
.ingredients-header__title {
  font-size: 4.6rem;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: rgb(78, 136, 176);
  text-transform: uppercase;
}
.ingredients-header__subtitle {
  font-size: 2.6rem;
  color: #4a4a4a;
  margin: 0;
  text-transform: uppercase;
}

/* Grid of cards */
.ingredients-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

/* Individual card */
.ingredient-card {
  flex: 1 1 calc(25% - 20px);
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}
.ingredient-card__image {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 auto 12px;
  flex-shrink: 0;
}
.ingredient-card__name {
  font-size: 2.4rem;
  margin: 0 0 25px;
  font-weight: 800;
  color: #286a8f;
}
.ingredient-card__desc {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #555;
  margin: 0;
  flex-grow: 1;
}

/* Note at bottom */
.ingredients-note {
  text-align: center;
  margin-top: 40px;
  font-size: 1.55rem;
  color: #555;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .ingredient-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .ingredient-card {
    flex: 1 1 100%;
  }
}


.sec-one-benefits li {
	margin-bottom: 25px;
}



  .wish-section {
    padding: 60px 20px;
    background-color: #f0f8ff;
    font-family: 'PT Sans', sans-serif;
  }
  .wish-section__header {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
	font-size: 30px;
  }
  
  .wish-section__header h3 {
    font-size: 4rem;
    color: #3a6e8f;
    margin-bottom: 0.5em;
  }
  
  .wish-section__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .wish-card {
    flex: 1 1 calc(33.333% - 20px);
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .wish-card__image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  .wish-card__content {
    padding: 25px;
  }
  .wish-card__title {
    font-size: 2.1rem;
    color: #444;
    margin-bottom: 0.5em;
  }
  .wish-card__desc {
    font-size: 1.55rem;
    line-height: 1.4;
    color: #666;
    margin: 0;
  }
  /* Responsive */
  @media (max-width: 768px) {
    .wish-card {
      flex: 1 1 100%;
    }
	.img-responsive {
	display: block;
    max-width: 100% !important;
    height: auto;
	margin: 30px auto;
	
    }
	.ingredients-header__title {
	  font-size: 30px;
	}
	.ingredients-header__subtitle {
	  font-size: 20px;
	}
}

.img-responsive {
	display: block;
    max-width: 70%;
    height: auto;
	margin: 10px auto;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.55);
}

  .feedback-section {
    padding: 60px 20px;
    background-color: #f0f8ff;
    font-family: 'PT Sans', sans-serif;
    color: #333;
  }
  .feedback-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .feedback-title {
    font-size: 2rem;
    font-weight: 600;
    color: #286a8f;
    margin: 0;
  }
  .feedback-subtitle {
    font-size: 1.125rem;
    color: #4a4a4a;
    margin: 8px 0 0;
  }

  /* Carousel container */
  .feedback-carousel {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
  }

  /* Each card now flows image left, text wraps right */
  .feedback-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    display: block;
  }
  .feedback-card__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 16px;
  }
  .feedback-card__img {
    flex: 0 0 160px;
    width: 160px;
    height: auto;
    margin-right: 16px;
    border-radius: 8px;
    object-fit: cover;
    float: left;
  }
  .feedback-card__info {
    flex: 1 1 auto;
    display: block;
  }
  .feedback-card__author {
    font-size: 1rem;
    font-weight: 600;
    color: #444;
    margin: 0 0 8px;
  }
  .feedback-card__author span {
    font-weight: 400;
    color: #777;
  }
  .feedback-card__text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
  }

  /* CTA block */
  .feedback-cta {
    text-align: center;
    margin-top: 20px;
  }
  .feedback-cta p {
    margin: 0 0 12px;
    font-size: 1rem;
  }
  .btn-redo {
    display: inline-block;
    background-color: #4e88b0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .btn-redo:hover {
    background-color: #3a6e8f;
  }

  /* Responsive: collapse to column on small screens */
  @media (max-width: 768px) {
    .feedback-card__content-wrapper {
      display: block;
    }
    .feedback-card__img {
      width: 100%;
      height: auto;
      margin: 0 0 16px;
      float: none;
    }
  }
  
  
  
    .testimonials-section {
    align-items: center;
	display: block;
    max-width: 100%;
    margin: 40px auto;
    padding: 80px 100px;
	background-image: linear-gradient(to bottom, #d9e5ea, #adcddb);
  }
  .testimonial-card {
	width: 80%;
    background-color: #e2e1e1;
    border-radius: 12px;
    padding: 24px;
    margin: 0 auto 30px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .testimonial-img {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
  .testimonial-content {
    flex: 1;
  }
  .testimonial-text {
    margin: 0 0 16px;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #1f3e46;
  }
  .testimonial-author {
    margin: 0;
    font-size: 1.6rem;
    color: #102a30;
	font-weight: 800;
  }
  
   /* Header */
  .testimonials-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .testimonials-header__title {
    font-size: 48px;
    color: #5a8fb4;
    margin: 0 auto;
	text-transform: uppercase;
  }
  .testimonials-header__subtitle {
    font-size: 2rem;
    color: #333;
    margin: 8px 0 0;
  }
    /* CTA */
  .testimonials-cta {
    max-width: 1000px;
    margin: 0 auto;
	margin-bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: space-between;

  }
  .testimonials-cta__text {
    font-size: 2.5rem;
    color: #ffffff;
  }
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(90, 143, 180, 0.6);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 20px rgba(90, 143, 180, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(90, 143, 180, 0.6);
  }
}

/* Применяем анимацию к кнопке */
.testimonials-cta__btn {
  display: inline-block;
  background-color: #5a8fb4;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  padding: 10px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  
  /* Пульсация кнопки и тени */
  animation: pulse 2.5s infinite ease-in-out;
}

/* Убираем подчеркивание при наведении, фокусе или нажатии */
.testimonials-cta__btn:hover,
.testimonials-cta__btn:focus,
.testimonials-cta__btn:active {
  background-color: #49738c;
  text-decoration: none;
  outline: none; /* при необходимости убирает рамку фокуса */
}

/* Если нужно явно убрать подчеркивание для всех ссылок при нажатии */
a:active,
a:focus {
  text-decoration: none;
}
  /* Responsive for smaller screens */
  @media (max-width: 768px) {
    .testimonial-card {
      flex-direction: column;
      align-items: center;
      text-align: center;
	  width: 90%;
      padding: 25px;
    }
    .testimonial-img {
      width: 40%;
      height: auto;
      margin: 0 0 16px;
      float: none;
      border-radius: 8px;
    }
    .testimonial-text {
      font-size: 1.55rem;
      line-height: 1.5;
      margin-bottom: 12px;
    }
    .testimonial-author {
      font-size: 1.95rem;
    }
    .testimonials-cards {
      padding: 0 10px;
    }
    .testimonials-section {
      padding: 40px 0 20px;
    }
	
	.testimonials-cta {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 40px 10px;
      gap: 12px;
    }
	.testimonials-cta__text {
      margin-bottom: 20px;
    }
	    .expert__wrapp {
        position: absolute;
		width: 93%;
        color: #000;
		border: 2px;
		border-radius: 4px;
		background-color: #bdbdbd;
		padding: 5px 12px;
    }
	.sec-expert__article {
		margin-top: 100px;
	}
  }
  
  
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; /* опционально — убирать рамку фокуса */
}