@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0; }

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

body {
  background-image: url(/img/body.png);
  background-repeat: no-repeat;
  background-position: left top; }

body.no_bac {
  background: none; }

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none; }

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block; }

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em; }

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit; }

/* Удаляем все анимации и переходы для людей, которые предпочитают их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
html, body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #202020;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

.btn {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  outline: none;
  color: #72B301;
  border: 2px solid #72B301;
  border-radius: 4px;
  padding: 8px 12px; }

.btn:hover {
  background: #72B301;
  color: white; }

.btn:hover path {
  stroke: white; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0px 15px;
  width: 100%; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #BEBEBE; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #BEBEBE; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #BEBEBE; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #BEBEBE; }

input::placeholder, textarea::placeholder {
  color: #BEBEBE; }

.wrap {
  flex-wrap: wrap; }

.taitl {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  color: black; }

.subtaitl {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px; }

textarea, input[type="text"] {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #BED680;
  border-radius: 4px;
  padding: 16px; }

.flex.center {
  align-items: center; }

.col_2 {
  width: 49%; }

.header {
  background: white; }
  .header .header_top {
    padding: 5px 0px 5px 0px; }
  .header .top_nav a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    letter-spacing: 0.021em;
    color: #664A3C;
    text-decoration: none;
    margin-right: 25px; }
  .header .top_nav a span {
    font-weight: 400;
    padding-left: 5px; }
  .header .lang a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #BEBEBE;
    margin-left: 10px;
    text-decoration: none;
    vertical-align: super; }
  .header .lang a.active {
    color: #202020; }
  .header .header_top .container {
    border-bottom: 1px solid #bed68080; }
  .header .header_mid {
    padding: 10px 0px 15px 0px; }
  .header .info_top img {
    width: 24px;
    margin-right: 5px; }
  .header .info_top a {
    color: #202020;
    text-decoration: none;
    margin-right: 25px; }
  .header .header .info_top a:last-child {
    margin-right: 0;
    margin-left: 70px; }
 /* Добавлен ховер на тел и меэл 09.02.23 */   
   .header .info_top a:hover {
    color: #72B301; } 
    
  .header .header_bottom {
    background: #204000;
    padding: 15px 0px 10px 0px; }
  .header .header_bottom a {
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: white;
    text-decoration: none; }
  .header .header_bottom a:hover{
  color: #72B301;
  }
  .header .header_bottom .sub_menu {
    display: none;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px #979ac026, 0px 4px 32px #979ac04d;
    border-radius: 4px;
    padding: 16px;
    left: -7px;
    top: 33px;
    z-index: 99; }
  .header .sub_menu a {
    white-space: nowrap;
    color: #202020;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 400;
    text-transform: inherit;
    line-height: 24px; }
  .header .sub_menu a:hover {
    background: #204000;
    color: white; }
  .header .header_bottom li:hover .sub_menu, .header .sub_menu:hover, .header .header_bottom li.active .sub_menu {
    display: block; }
  .header .header_bottom li:hover > a, .header .header_bottom li.active > a {
    color: #72B301; }
  .header .header_bottom li:hover > span path, .header .header_bottom li.active > span path {
    stroke: #72B301; }
  .header .header_bottom li:hover svg, .header .header_bottom li.active svg {
    -moz-transform: rotate(180deg);
    /* Для Firefox */
    -ms-transform: rotate(180deg);
    /* Для IE */
    -webkit-transform: rotate(180deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg);
    /* Для Opera */
    transform: rotate(180deg); }
  .header .header_bottom ul.flex {
    width: fit-content;
    margin: auto; }
  .header .header_bottom ul.flex > li {
    margin: 0px 20px;
    position: relative;
    line-height: 33px; }
  .header ul.flex span {
    display: inline-block;
    vertical-align: middle; }

.logo_top a, .logo_footer a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #204000;
  text-decoration: none; }

.logo_top a span, .logo_footer span {
  width: 250px;
  padding-left: 20px; }

.home_top {
  background-image: url(/img/top.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 125px 0px 215px 0px; }
/*  .home_top h1 {
    letter-spacing: 0.11em;
    color: #204000;
    font-weight: 600;
    font-size: 95.0764px;
    line-height: 95.99%; }
  .home_top h1 span {
    display: block;
    color: #F9FFE5; } */
  .home_top h1 {
    color: #204000;
    font-weight: 600;
    font-size: clamp(3.5rem, 9vw, 95px); /* Адаптивный размер */
    line-height: 1.05; /* Улучшенный интерлиньяж */
    letter-spacing: 0.11em;
/*    margin: 0.5em 0; */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}

  .home_top h1 span {
    display: block;
    color: #F9FFE5;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin-top: 0.2em;
    position: relative;
    z-index: 1;
}

/* Декоративный элемент для акцента */
  .home_top h1::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #204000, transparent);
    opacity: 0.3;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
  .home_top h1 {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
    letter-spacing: 0.07em;
    line-height: 1.1;
  }
  
  .home_top h1 span {
    margin-top: 0.15em;
  }
}

/* Эффекты при наведении (опционально) */
@media (hover: hover) {
  .home_top h1:hover {
    transform: translateY(-2px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  }
  
  .home_top h1:hover::after {
    opacity: 0.5;
  }
}
  .home_top p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 10px; }
  .home_top h2 {
    color: #f5f5dc; /* Аналог antiquewhite с лучшей читаемостью */
    font-weight: 500; /* Чуть более выраженное начертание */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Мягкая тень */
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(50,50,50,0.6) 100%); /* Градиент */
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    font-size: clamp(1.2rem, 4vw, 1.5rem); /* Адаптивный размер шрифта */
    text-align: center;
    margin: 15px auto;
    backdrop-filter: blur(2px); /* Эффект матового стекла */
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    }
    /* Эффекты при наведении */
  .home_top h2:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    /* Мобильная адаптация */
    @media (max-width: 768px) {
      .home_top h2 {
        padding: 10px 15px;
        font-size: 1.3rem;
        width: 90%;
        margin: 10px auto;
      }
    }

.harvest {
  margin: 105px 0px 0px 0px; }
  .harvest .bac_block .bac_text {
    width: 48.5%;
    margin: 81px 0px 0px -50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #204000;
    text-transform: uppercase; }
  .harvest .bac_block .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 36px;
    text-transform: initial; }
  .harvest .bac_block {
    padding: 90px 10px 0px 631px;
    background: linear-gradient(90deg, #CFF383 0%, #AFD857 100%);
    border-radius: 144px 0px 0px 0px; }
  .harvest .bac_block {
    padding: 0px 10px 0px 0px;
    background: linear-gradient(90deg, #CFF383 0%, #AFD857 100%);
    border-radius: 0px 144px 0px 0px; }
  .harvest .text_item {
    padding: 70px 0px 0px 110px;
    width: 58%; }
  .harvest .text_item p {
    margin-bottom: 20px; }
  .harvest .text_item p:last-child {
    color: #204000;
    font-weight: 700; }
  .harvest .img_block {
    width: 40.5%; }
  .harvest .img_block .info {
    width: 280.06px;
    height: 280.06px;
    border: 1px dashed #664A3C;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #664A3C;
    position: relative;
    top: -38px;
    right: -63px;
    text-align: center; }
  .harvest .img_block .info:before {
    content: '';
    position: absolute;
    width: 280.06px;
    height: 280.06px;
    border: 1px dashed #664a3c80;
    right: -17px;
    bottom: -10px;
    border-radius: 50%; }
  .harvest .img_block .info .strong {
    margin-top: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px; }
  .harvest .img_block .img {
    width: 188px;
    height: 188px;
    background: #204000;
    border-radius: 50%;
    position: relative;
    top: -15px;
    padding: 10px; }

.ingredients {
  position: relative;
  top: -61px; }
  .ingredients .container {
    position: relative; }
  .ingredients .img_block {
    width: 861px;
    height: 861px;
    background-image: url(/img/ingredients.png);
    border-radius: 50%;
    margin-left: -45px;
    background-size: cover;
    justify-content: center;
    padding: 0px 9.5rem;
    z-index: 2; }
  .ingredients .img_block .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px; }
  .ingredients .img_block ul {
    padding: 0px; }
  .ingredients .img_block li {
    margin-bottom: 10px;
    position: relative;
    list-style: none;
    padding-left: 40px; }
  .ingredients .img_block li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #72B301;
    left: 11px;
    border-radius: 50%;
    top: 11px; }
  .ingredients .info_block {
    width: 658.4px;
    height: 658.4px;
    border: 1px dashed #664A3C;
    position: absolute;
    border-radius: 50%;
    right: -125px;
    bottom: -52px;
    padding: 0px 12rem;
    flex-direction: column;
    justify-content: center; }
  .ingredients .info_block:before {
    content: '';
    position: absolute;
    width: 658.4px;
    height: 658.4px;
    border: 1px dashed #674b3c4d;
    border-radius: 50%;
    top: -39px;
    left: -12px; }
  .ingredients .info_block .table, .ingredients .info_block .name {
    width: 244px; }
  .ingredients .info_block .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #664A3C;
    text-align: center;
    margin-bottom: 20px; }
  .ingredients .table .flex {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px dashed #664A3C;
    padding-bottom: 5px;
    margin-bottom: 5px; }

.how_to_use .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  align-items: center;
  color: #FFFFFF;
  background: #72B301;
  border-radius: 238px 8px;
  max-width: 925px;
  margin: 50px auto 65px auto;
  height: 140px;
  justify-content: center; }

.tabs_block {
  position: relative; }
  .tabs_block:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 45px;
    height: 1px;
    background: #bed68080; }
  .tabs_block .tabs_name {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #204000;
    height: 40px;
    margin-bottom: 25px; }
  .tabs_block .nav_tabs {
    width: 32%;
    border-right: 2px solid #71b20180; }
  .tabs_block .nav_tabs ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  .tabs_block .nav_tabs a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    color: #BEBEBE;
    display: block;
    padding: 10px 24px; }
  .tabs_block .nav_tabs a:hover, .tabs_block .nav_tabs a.active {
    color: #FFFFFF;
    background: #204000; }
  .tabs_block .content_tab {
    width: 66%; }
  .tabs_block .content_tab table {
    width: 100%;
    border-collapse: collapse; }
  .tabs_block .content_tab tr {
    background: #F9FFE5; }
  .tabs_block .content_tab tr:nth-child(2n + 2) {
    background: #ECFBCC; }
  .tabs_block .content_tab td {
    padding: 10px;
    vertical-align: top; }
  .tabs_block .content_tab .tabs_name {
    padding-left: 10px; }
  .tabs_block .content_tab td:nth-child(1), .tabs_block .content_tab .tabs_name:nth-child(1) {
    width: 63%; }
  .tabs_block .content_tab .flex {
    justify-content: flex-start; }
  .tabs_block .tab_block {
    display: none; }
  .tabs_block .tab_block.active {
    display: block; }

.power {
  background-image: url(/img/power.png);
  margin-top: 120px;
  padding-top: 23rem;
  background-repeat: no-repeat;
  overflow: hidden; }
  .power .container:before, .power .container:after {
    content: '';
    clear: both;
    display: block; }
  .power .text {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    color: #FFFFFF;
    float: right;
    height: 256px;
    position: relative;
    width: 58%;
    padding: 0px 0px 0px 111px;
    text-align: right; }
  .power .text:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -9999px;
    background: #72B301;
    border-radius: 90px 0px 0px 0px; }
  .power .text * {
    position: relative;
    z-index: 2; }

.certificates {
  margin-top: 120px; }
  .certificates .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #204000;
    margin-bottom: 50px; }
  .certificates .col_2 {
    justify-content: center;
    border-radius: 60px 4px;
    padding: 58px 0px; }
  .certificates .left {
    background: #F9FFE5; }
  .certificates .right {
    background: #ECFBCC; }
  .certificates .col_2 a {
    filter: drop-shadow(0px 16px 36px #2040014d);
    text-decoration: none; }

.form_block {
  background-image: url(/img/form.png);
  background-size: cover;
  margin-top: 100px;
  padding: 120px 0px 120px 0px; }
  .form_block.no_marin {
    margin: 0px; }
  .form_block .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 25px; }
  .form_block form {
    max-width: 1091px;
    margin: auto;
    background: linear-gradient(125.55deg, #FFFFFF 0.44%, #ffffffd4 100%);
    border-radius: 8px;
    padding: 20px 30px; }
  .form_block .left {
    width: 38%;
    transform: inherit;}
  .form_block .input_block {
    position: relative;
    margin-bottom: 15px; }
  .form_block .label {
    font-size: 16px;
    line-height: 24px;
    color: #BEBEBE;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 17px 0px 0px 17px; }
  .form_block .input_block.errore .label {
    display: none; }
  .form_block .input_block.errore .label_erore {
    display: block; }
  .form_block .label_erore {
    position: absolute;
    top: 5px;
    right: 0px;
    bottom: 0px;
    left: 17px;
    color: #EE2017;
    font-size: 12px;
    line-height: 16px;
    display: none; }
  .form_block .input_block.active .label {
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
    bottom: auto; }
  .form_block .label_erore img {
    position: absolute;
    right: 10px;
    top: 10px; }
  .form_block .right {
    width: 60%; }
  .form_block textarea {
    height: 201px; }
  .form_block .asept {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    position: relative; }
  .form_block .asept label {
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 3px;
    display: block;
    margin-right: 10px;
    cursor: pointer; }
  .form_block .asept input[type="checkbox"] {
    display: none; }
  .form_block .asept input[type="checkbox"]:checked + label {
    background: url(/img/checkboxok.svg) #72B301; }
  .form_block .asept a {
    color: black; }
  .form_block .asept a:hover, .form_block .file:hover {
    color: #72B301; }
  .form_block .asept_errore {
    position: absolute;
    background: url(/img/tr.svg);
    border-radius: 4px 4px 0px 4px;
    padding: 11px 18px 12px 14px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: white;
    top: -38px;
    background-size: cover;
    background-position: left top;
    left: -6px;
    display: none; }
  .form_block .asept.errore .asept_errore {
    display: block; }
  .form_block .file {
    position: relative;
    margin-top: 10px; }
  .form_block .file input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    cursor: pointer; }
  .form_block .file .flex.center {
    justify-content: flex-start;
    cursor: pointer; }
  .form_block button.btn {
    color: white;
    background: #72B301;
    width: 353px;
    margin-top: 35px; }
  .form_block button.btn:hover {
    background: #85AF17; }

footer {
  padding: 125px 0px 0px 0px; }
  footer .logo_footer p {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    margin: 14px 53px 0px 0px;
    font-family: 'Roboto'; }
  footer .nav {
    margin: 15px 0px 0px 0px; }
  footer .nav a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #664A3C;
    text-decoration: none;
    display: block;
    margin-bottom: 30px; }
  footer .info_top {
    margin-top: 9px; }
  footer .info_top .map img, footer .info_top a img {
    margin-right: 10px; }
  footer .info_top .map, footer .info_top a {
    margin-bottom: 17px;
    text-decoration: none;
    color: #204000;
    width: fit-content; }
  footer .info_top a:hover, footer .nav a:hover {
    color: #72B301; }
  footer .info_top .nomarg {
    margin-bottom: 6px; }
  footer .info_top .phone {
    margin: 0px 0px 15px 30px;
    display: block; }
  footer .copuring {
    background: #204000;
    margin-top: 45px;
    text-align: center;
    padding: 15px 0px; }
  footer .copuring a {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none; }
  footer .copuring a:hover {
    color: #BED680; }

.breadcrumbs {
  font-size: 12px;
  line-height: 16px;
  padding: 25px 0px 25px 0px;
  justify-content: flex-start;
  z-index: 9;
  position: relative; }

.breadcrumbs a {
  color: #202020;
  padding-right: 15px;
  position: relative; }

/*Добавлен ховер на крошки 090223*/  
 .breadcrumbs a:hover { 
   color: #72B301; }
  
.breadcrumbs a:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #72B301;
  right: 7px;
  top: 7px;
  border-radius: 50%; }

.catalog_row {
 margin-bottom: 120px; }
    .catalog_row .iteim {
        justify-content: space-evenly;
        margin: 10px 0 40px 0;
        width: 49%;
        min-height: 200px;}
        .catalog_row .iteim left {
            transform: scale(-1,1);
        }
    
/* Превью категорий, позиций */    

.catalog_row {
 margin-bottom: 120px; }
    .catalog_row .position {
        justify-content: space-evenly;
        margin: 10px 0 40px 0;
        width: 49%;
        min-height: 200px;}
        .catalog_row .position .left {
            transform: scale(-1,1);
        }

 .left {
        transform: scale(-1,1);
        }
        .left a {
        transform: scale(-1,1);
        }
        .left a:hover {
        transform: scale(-1,1);
        }

.preview_img {
/*    min-width: fit-content;*/
}
.preview_name {
    background: linear-gradient(90deg, #dddedb 0%, #AFD857 100%);
    border-radius: 0 56px 0 0;
    box-shadow: rgb(0 0 0 / 20%) 2px 2px 3px;
    width: 380px;
}

.preview_name h2 {
    text-align: left;
    color: #393939;
    font-size: 1.3em;
    margin: 10px 16px 0 16px;
    min-width: 240px;
}
.preview_name h3 {
    margin: 13px 10px 0 16px;
    text-align:left;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.catalog_row a {
    display: flex;
    color: #203f0b;
    text-decoration: none;
    align-items: flex-end;
    line-height: 1.1;
    transition: all 0.3s ease;
    max-width: 505px;
    width: 100%;
}
    
.catalog_row a:hover {
    font-weight: 600;
/*    line-height: 1.5em;
    display: flex; */
    transform: scale(1.05);
/*    transition-property: all;
    transition-duration: 0.6s;
    -webkit-transform: scale(1.05);
    -ms-ransform: scale(1.05);
    transform: scale(1.05);
    align-items: end; */
    }

.catalog_row a h1 {
    text-decoration: none;
    background: linear-gradient(90deg, #dddedb 0%, #AFD857 100%);
    padding: 24px 8px 8px;
    width: 100%;
    border-radius: 0 56px 0 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    margin: 0;
    transition: inherit;
}

.catalog_row .left {
justify-content: space-evenly}
.catalog_row .left a {
    transform: scale(-1,1); }

.catalog_row .right {
/*    background: url(/img/bg2.png); */
/*    font-size: 36px;*/ }
.catalog_row .right {
/*    border-radius: 0px 144px 0px 0px;*/ }
.catalog_row .right a {
/*    border-radius: 0px 60px 0px 0px;*/ }

.iteim .flex .right {
    transform: scale(-1,1); 
}

.spec {
/*    display: inline-block;*/
    margin: 0 0 40px 40px;
}
.spec a {
    max-width: 250px;
    margin: 40px;
    align-items: center;
    font-weight: 500;
    justify-content: space-evenly;
    padding: 0;
}
.spec a:hover {
    color: white;
    background: #72B301;
    align-items: center;
    text-align: left;
    font-size: inherit;
    max-width: 250px;
    margin: 40px;
    font-weight: 500;
    }

.product-thumb {
    transition: border 0.2s, transform 0.2s;
}
.product-thumb:hover {
    transform: scale(1.05);
}

.product_info {
    align-items: flex-start; }
  .product_info .img_block {
    width: 40.5%;
    border: 5px solid #204000;
    border-radius: 8px; }
  .product_info .img_block img {
	height: auto;
	margin: auto;
	object-fit: contain;}
  .product_info .info {
    width: 57.5%; }
  .product_info h1 {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.7em;
    color: #204000;
    margin-bottom: 1.25rem; }
  .product_info .desc {
    font-weight: 600;
    color: #204000;
    text-align: justify;
/*    max-width: 425px; */
    margin-bottom: 1rem;
/*    min-width: 700px;*/ }
  .product_info .desc ul li {
      margin-bottom: .65rem; }
  .product_info .ves {
    border: 1px dashed #664A3C;
    border-radius: 40px;
    width: 230px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-bottom: 40px; }
  .product_info .text p {
    margin-bottom: 15px;
    text-align: justify;}
  .product_info .btn {
    margin-top: 40px;
    width: 238px; }
  .single_product h2 {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.7em;
    color: #833c0b;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
/*  display: flex;
    align-items: center; */ }
  .single_product h3 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.3em;
    color: #204000;
    margin: 1.2rem 0;
    text-transform: uppercase; }

.tabs_gorizontal_block {
  background: #FFFFFF;
  box-shadow: 0px 16px 36px #708c2726;
  border-radius: 8px 67px 8px 8px;
  width: 110%;
  padding: 65px 120px 60px 105px;
  display: none; }
  .tabs_gorizontal_block.active {
    display: block; }
  .tabs_gorizontal_block .description strong {
    color: #204000; }
  .tabs_gorizontal_block .description ul {
    padding-left: 26px;
    max-width: 1030px;
    margin-bottom: 0px; }

.tabs_gorizontal_nav li {
  display: inline-block; }
  .tabs_gorizontal_nav li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #BEBEBE;
    background: #FFFFFF;
    border-radius: 8px 8px 0px 0px;
    text-decoration: none;
    height: 48px;
    padding: 0px 25px;
    margin-right: 18px; }
  .tabs_gorizontal_nav li a:hover, .tabs_gorizontal_nav li a.active {
    color: white;
    background: #72B301; }

.product_tabs {
  margin: 60px 0px 0px 0px;
  padding: 100px 0px 100px 0px;
  position: relative; }

.product_tabs:before {
  content: '';
  position: absolute;
  left: -99999px;
  top: 0px;
  bottom: 0px;
  right: -230px;
  background: #ECFBCC;
  box-shadow: 0px 16px 36px #708c2726;
  border-radius: 0px 144px 0px 0px; }

.product_tabs_block {
  position: relative; }

.ingredients_page table {
  border-collapse: collapse; }
.ingredients_page tr {
  border-bottom: 1px dashed #664A3C; }
.ingredients_page td {
  font-size: 14px;
  line-height: 18px;
  padding: 3px 0px; }
.ingredients_page td:nth-child(2) {
  text-align: right; }

.certificates_tabs a {
  display: inline-block;
  max-width: 255px;
  margin-right: 165px; }
.certificates_tabs a::last-child {
  margin-right: 0px; }

.information {
  border-bottom: 1px solid #bed68080; }
  .information h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #204000;
    text-align: center;
    margin: 0px 0px 55px 0px; }

.information_block {
  padding: 35px 9% 35px 0px;
  position: relative;
  margin-bottom: 35px; }
  .information_block * {
    position: relative; }
  .information_block:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px; }
  .information_block:nth-child(2n+1):before {
    background: #F9FFE5;
    border-radius: 0px 348px 348px 0px;
    left: -9999px;
    right: -60px; }
  .information_block:nth-child(2n+2):before {
    background: #ECFBCC;
    border-radius: 348px 0px 0px 348px;
    right: -9999px;
    left: -60px; }
  .information_block .img {
    width: 276px;
    height: 276px;
    border: 10px solid #204000;
    border-radius: 50%;
    background-size: cover;
    background-position: center; }
  .information_block .text {
    width: 72%;
    margin-top: 18px; }
  .information_block .dat {
    color: #664A3C; }
  .information_block .dat svg {
    margin-right: 5px;
    vertical-align: bottom; }
  .information_block h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0px 20px 0px; }
  .information_block h2 a {
    color: #204000;
    text-decoration: none; }
  .information_block .btn {
    margin-top: 20px;
    width: 130px;
    background: #72B301;
    color: white; }

.paginate {
  width: fit-content;
  margin: auto;
  align-items: center;
  padding: 25px 0 60px 0; }
  .paginate a, .paginate span {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #664A3C; }
  .paginate a:not([class]), .paginate span {
    width: 30px;
    height: 30px;
    border: 2px solid #72b30100;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px; }
  .paginate a:not([class]):hover, .paginate span:hover {
    border-color: #72B301; }
  .paginate span {
    background: #72B301;
    color: white; }
  .paginate a.prev svg, .paginate a.next svg {
    vertical-align: bottom; }
  .paginate a.prev path, .paginate a.next path {
    stroke: #664A3C; }
  .paginate a.prev {
    margin-right: 10px; }
  .paginate a.next {
    margin-left: 10px; }
  .paginate a.next:hover, .paginate a.prev:hover {
    color: #72B301; }
  .paginate a.next:hover path, .paginate a.prev:hover path {
    stroke: #72B301; }

.information_bac {
  position: relative; }

.information_bac:before {
  content: '';
  position: absolute;
  background: #F9FFE5;
  top: 0px;
  bottom: -500px;
  left: 0px;
  right: 0px; }

.information_single .dat {
  color: #664A3C;
  margin-bottom: 25px;
  position: relative;
  z-index: 1; }
.information_single .dat svg {
  margin-right: 5px;
  vertical-align: bottom; }
.information_single h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #204000;
  max-width: 1040px;
  margin-bottom: 55px;
  position: relative;
  z-index: 1; }
.information_single .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #204000;
  margin-bottom: 25px; }
.information_single .bold {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #204000;
  margin-bottom: 15px; }
.information_single p {
  margin-bottom: 30px; }
.information_single .img {
  border: 10px solid #72B301;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }
.information_single .one {
  padding-bottom: 30px; }
.information_single .one .text {
  width: 60%; }
.information_single .one .img {
  width: 450.5px;
  height: 450.5px;
  position: relative;
  right: -45px;
  top: -35px; }
.information_single .text_block {
  position: relative; }
.information_single .text_block.one:before {
  content: '';
  position: absolute;
  background: #F9FFE5;
  border-radius: 0px 0px 348px 0px;
  top: 0px;
  right: -160px;
  bottom: 0px;
  left: -99999px; }
.information_single .text_block * {
  position: relative; }
.information_single .two {
  margin: 60px 0px 60px 0px; }
.information_single .two .img {
  width: 400px;
  height: 400px; }
.information_single .two .text {
  width: 66%;
  margin-top: 45px; }
.information_single .two .text ul, .information_single .three .text ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 25px 0px; }
.information_single .two .text .green {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #72B301; }
.information_single .three {
  padding: 55px 0px 30px 0px; }
.information_single .three:before {
  content: '';
  position: absolute;
  background: #ECFBCC;
  border-radius: 144px 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -140px; }
.information_single .three .text, .information_single .four .text {
  width: 61%; }
.information_single .three .img {
  width: 554px;
  height: 554px;
  right: -50px;
  position: absolute;
  top: 80px;
  z-index: 1; }
.information_single .four {
  margin: 60px 0px 0px 0px;
  padding: 60px 0px 0px 0px; }
.information_single .four:before {
  content: '';
  position: absolute;
  background: #ECFBCC;
  border-radius: 0px 348px 0px 0px;
  top: 0px;
  right: -160px;
  bottom: 0px;
  left: -9999px; }
.information_single .five {
  padding: 10px 0px 55px 0px; }
.information_single .five:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -160px;
  bottom: 0px;
  left: -9999px;
  background: #ecfbcc; }
.information_single .five .img {
  width: 501px;
  height: 501px;
  margin-top: 40px; }
.information_single .five .text {
  width: 58%; }
.information_single .five .quote {
  background: #72B301;
  border-radius: 60px 0px;
  text-align: center;
  font-weight: 500;
  color: white;
  padding: 60px 125px;
  margin-bottom: 60px;
  position: relative; }
.information_single .five .quote:before, .information_single .five .quote:after {
  position: absolute;
  color: #FFFFFF;
  opacity: 0.3;
  font-weight: 500;
  font-size: 76.8px;
  line-height: 115px;
  top: 50px; }
.information_single .five .quote:before {
  content: '«';
  left: 45px; }
.information_single .five .quote:after {
  content: '«';
  right: 45px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 60px; }
.information_single .five .quote p {
  text-transform: uppercase; }
.information_single .five .quote .name {
  font-weight: 600;
  font-size: 18px; }
.information_single .five .doljnost {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.021em; }
.information_single .five .text > p {
  margin-bottom: 15px; }

.information_nav {
  padding: 70px 0px 60px 0px;
  border-bottom: 1px solid #bed68080; }
  .information_nav .btn {
    background: #72B301;
    color: white;
    width: 90px; }
  .information_nav .link_block a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #664A3C;
    text-decoration: none;
    margin-left: 20px; }
  .information_nav .link_block a:hover {
    color: #204000; }
  .information_nav .link_block a:hover path {
    stroke: #204000; }

.certificates a, .certificates_tabs a {
  position: relative; }

.certificates a:after, .certificates a:before, .certificates_tabs a:after, .certificates_tabs a:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0; }

.certificates a:before, .certificates_tabs a:before {
  background: linear-gradient(0deg, #204000e6, #204000e6);
  box-shadow: 0px 16px 36px #2040014d; }

.certificates a:after, .certificates_tabs a:after {
  background-image: url(/img/serts_hover.png);
  background-position: center;
  background-repeat: no-repeat; }

.certificates a:hover:before, .certificates a:hover:after, .certificates_tabs a:hover:after, .certificates_tabs a:hover:before {
  opacity: 1; }

.overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #214200f2;
  z-index: 999;
  display: none; }
  .overlay.active {
    display: block; }

.popup {
  position: fixed;
  top: 15vh;
  z-index: 999;
  max-width: 1090px;
  left: calc(50% - 545px);
  display: none; }
  .popup .form_block {
    padding: 0px;
    background: none;
    margin: 0px; }
  .popup .title {
    color: #204000; }
  .popup form {
    padding: 45px 30px; }
  .popup .close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer; }
  .popup.active {
    display: block; }

#tranks {
  width: 400px;
  text-align: center;
  left: calc(50% - 200px); }

.btn_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  display: none; }

.btn_top.active {
  display: block; }

.btn_top:hover path {
  fill: #708C27; }

@media screen and (max-width: 1278px) {
  .harvest .bac_block .bac_text {
    width: 46.5%; }

  .power .text {
    width: 64%; }

  .information_single .one .img {
    right: 0px; }
  .information_single .two .text {
    width: 62%; }
  .information_single .three .img {
    right: 0px; }
  .information_single .five .text {
    width: 53%; } }
@media screen and (max-width: 1200px) {
  .logo_top a span {
    font-size: 14px;
    line-height: 24px;
    width: 200px; }

  .harvest .bac_block .item {
    width: 51%; }

  .ingredients {
    top: 0px; }

  .ingredients .img_block {
    width: 650px;
    height: 650px;
    padding: 0px 6.5rem; }
  .ingredients .img_block .title {
    font-size: 26px;
    line-height: 29px; }

  .power .text {
    width: 78%; }

  .catalog_row a {
    width: 400px; }

  .popup {
    width: 95%;
    left: 2.5%; }

  .ingredients_page .img {
    width: 68%; }

  .certificates_tabs a {
    margin-right: 2%; }

  .information_block .text {
    width: 64%; }

  .information_single .one .img {
    position: absolute; }
  .information_single .one .text {
    width: 48%; }
  .information_single .two .text {
    width: 55%; }
  .information_single .three .img, .information_single .five .img {
    width: 400px;
    height: 400px; }

  .home_top {
    background-position: -123px top; } }
.mobile {
  display: none; }

@media screen and (max-width: 992px) {
  .desc {
/*    display: none;*/ }

  .mobile {
    display: block; }

  .header .top {
    flex-direction: column-reverse;
    text-align: center;
    padding-bottom: 5px; }

  .mobile_menu {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    background: white;
    display: none;
    z-index: 99; }
    .mobile_menu.active {
      display: block; }
    .mobile_menu .info_top {
      max-width: 170px;
      margin: 20px auto 20px auto; }
    .mobile_menu .info_top a {
      margin: 0px;
      justify-content: flex-start; }
    .mobile_menu .btn_block {
      text-align: center; }
    .mobile_menu .info_top a.phone {
      margin-left: 30px; }
    .mobile_menu .btn_block {
      margin-bottom: 20px; }

  .mobile_menu_top {
    border-bottom: 1px solid #bed68080;
    padding: 5px 0px 0px 0px; }

  .harvest .bac_block .flex.wrap {
    flex-direction: column; }
  .harvest .bac_block {
    padding: 0px 15px 30px 15px;
    margin-left: -15px;
    width: calc(100% + 30px); }
  .harvest .bac_block .item {
    width: 100%;
    margin-left: 0px; }
  .harvest .bac_block img {
    margin-left: -15px; }

  .ingredients .info_block {
    position: relative;
    bottom: 0px;
    top: -50px; }
  .ingredients .img_block {
    margin: auto; }

  .tabs_block .nav_tabs a {
    font-size: 14px; }

  .power .text {
    width: 100%; }

  .form_block .left, .form_block .right {
    width: 100%; }
  .form_block button.btn {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 60px);
    padding: 8px 0px; }
  .form_block .file {
    margin-bottom: 20px; }
  .form_block form {
    padding-bottom: 100px;
    position: relative; }

  .catalog_row .left, .catalog_row .right {
    width: 100%;
    background-size: 120%;
    border-radius: 10px;
    background-position: -69px; }
  .catalog_row .left {
    margin-bottom: 30px; }
  .catalog_row .left a, .catalog_row .right a {
    width: 100%;
    border-radius: 0px; }

  .product_info .img_block, .product_info .info {
    width: 100%; }
  .product_info .img_block {
    margin-bottom: 30px; }

  .tabs_gorizontal_block {
    padding: 30px;
    width: 100%;
    border-radius: 8px; }

  .ingredients_page .img {
    width: 60%; }

  .information_block {
    padding-right: 0px; }
    .information_block .img {
      margin: auto; }
    .information_block .text {
      width: 100%; }
    .information_block:nth-child(2n+2):before, .information_block:nth-child(2n+1):before {
      border-radius: 0px; }

  .information_single .one .text {
    width: 100%; }
  .information_single .one .img {
    position: relative;
    margin: auto;
    top: 0px;
    margin-bottom: 30px; }
  .information_single .one {
    flex-direction: column-reverse; }
  .information_single .two .img {
    margin: auto; }
  .information_single .two .text {
    width: 100%; }
  .information_single .three .text, .information_single .four .text {
    width: 100%; }
  .information_single .three .img, .information_single .five .img {
    position: relative;
    margin: auto;
    top: 0px;
    margin-bottom: 30px; }
  .information_single .three {
    flex-direction: column-reverse; }
  .information_single .five .text {
    width: 100%; } }
.nav_tabs.accardion {
  display: none; }

@media screen and (max-width: 768px) {
  .header .top_nav a span {
    display: inline; }
  .header .top_nav a {
    text-align: left;
    display: block; }

  .harvest .bac_block {
    padding-bottom: 70px; }
  .harvest .text_item, .harvest .img_block {
    width: 100%; }
  .harvest .text_item {
    padding-left: 0px; }
  .harvest .text_block .flex.wrap {
    flex-direction: column-reverse; }
  .harvest .img_block .info {
    margin: auto; }
  .harvest .img_block .img {
    margin: auto;
    top: -72px; }
  .harvest .text_item {
    padding: 0px; }

  .ingredients {
    padding-top: 700px; }
    .ingredients .container {
      position: initial; }
    .ingredients .info_block {
      right: -50px; }
    .ingredients .img_block {
      width: 724px;
      height: 724px;
      margin-left: calc(50% - 362px);
      position: absolute;
      top: 0px; }

  .how_to_use .title {
    font-size: 36px;
    line-height: 48px;
    text-align: center; }

  .tabs_block .nav_tabs {
    display: none; }
  .tabs_block .content_tab {
    width: 100%; }
  .tabs_block .nav_tabs.accardion {
    display: block;
    width: 100%;
    border: 0px; }
  .tabs_block .nav_tabs svg {
    position: absolute;
    right: 10px; }
  .tabs_block .nav_tabs a.active svg {
    -moz-transform: rotate(180deg);
    /* Для Firefox */
    -ms-transform: rotate(180deg);
    /* Для IE */
    -webkit-transform: rotate(180deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg);
    /* Для Opera */
    transform: rotate(180deg); }
  .tabs_block .content_tab > .flex {
    display: none; }

  .col_2 {
    width: 100%; }

  .certificates .container {
    padding: 0px; }
  .certificates .left {
    margin-bottom: 30px; }

  .catalog_row .left {
    background-position: right; }
  .catalog_row .right {
    background-position: left; }

  .tabs_gorizontal_nav li {
    width: 100%; }
  .tabs_gorizontal_nav li a {
    border-radius: 8px;
    margin: 0px;
    margin-bottom: 10px; }

  .ingredients_page .img, .ingredients_page .text {
    width: 100%; }
  .ingredients_page table {
    width: 100%;
    margin-bottom: 30px; }

  .certificates_tabs a {
    max-width: 100%;
    margin: 0px auto 20px auto;
    display: block;
    width: fit-content; } }
@media screen and (max-width: 576px) {
  .container {
    padding: 0px 10px; }

  .header .top_nav a {
    margin: 0px;
    letter-spacing: 0.017em;
    margin-bottom: 7px; }
  .header .top_nav a:last-child {
    margin-bottom: 0px; }
  .header .top_nav a span {
    padding: 0px; }
  .header .header_mid {
    padding: 0px 0px 0px 0px; }
  .header .header_bottom ul.flex {
    width: 100%; }
  .header .header_bottom {
    padding: 30px 0px; }
  .header .header_bottom ul.flex > li {
    margin: 0px 10px 15px 10px; }
  .header .header_bottom .sub_menu {
    position: relative;
    left: 0px;
    top: 7px;
    padding: 0px;
    background: #F9FFE5; }
  .header .sub_menu a {
    width: 100%;
    padding: 8px 8px; }
  .header .sub_menu li:nth-child(2n - 1) a {
    background: #ECFBCC;
    color: #204000; }
  .header .sub_menu a:hover {
    background: #72B301; }

  .mobile_menu .info_top {
    max-width: 170px;
    margin: 20px auto 10px 16%; }
  .mobile_menu .info_top a.phone {
    margin-bottom: 20px;
    display: block; }
  .mobile_menu .btn_block {
    text-align: left;
    margin-left: 16%; }

  .logo_top img {
    width: 40px; }

  .logo_top a span {
    font-size: 15px;
    line-height: 18px;
    padding-left: 9px; }

  .home_top {
    padding: 54px 0px 60px 0px; }
    .home_top h1 {
      font-size: 48px;
      line-height: 95.99%; }
    .home_top p {
      font-size: 12px;
      line-height: 16px;
      max-width: 186px;
      margin-top: 0px; }

  .harvest {
    margin: 60px 0px 0px 0px; }
    .harvest .bac_block {
      border-radius: 0px 40px 0px 0px;
      padding-bottom: 55px; }
    .harvest .bac_block .title {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px; }
    .harvest .bac_block .bac_text {
      margin-top: 45px; }
    .harvest .img_block .info {
      width: 228.38px;
      height: 228.38px;
      top: -19px;
      right: -30px;
      font-size: 14px;
      line-height: 20px; }
    .harvest .img_block .info:before {
      width: 228.38px;
      height: 228.38px;
      right: -13px;
      bottom: -6px; }
    .harvest .img_block .info .strong {
      font-size: 20px;
      line-height: 24px; }
    .harvest .img_block .img {
      margin: auto;
      top: -59px;
      margin-right: 30%; }
    .harvest .text_item {
      padding: 0px;
      top: -21px;
      position: relative; }

  .ingredients {
    margin-top: 78px; }
    .ingredients .img_block {
      align-items: flex-start;
      padding: 75px 12.5rem 0px 14.5rem;
      margin-left: calc(50% - 388px); }
    .ingredients .img_block .title {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px; }
    .ingredients .img_block li {
      margin-bottom: 8px; }
    .ingredients .info_block {
      right: auto;
      left: -26%;
      top: 27px;
      width: 519.74px;
      height: 519.74px; }
    .ingredients .info_block:before {
      width: 519.74px;
      height: 519.74px;
      top: -39px;
      left: 0%; }

  .tabs_block .nav_tabs a {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 10px; }

  .power {
    margin-top: 60px;
    padding-top: 13.5rem;
    overflow: initial; }
    .power .text {
      font-size: 24px;
      line-height: 30px;
      padding: 0px 0px 0px 39px;
      height: 147px;
      margin-bottom: -30px; }
    .power .text:before {
      border-radius: 40px 0px 0px 0px; }

  .certificates {
    margin-top: 90px; }
    .certificates .title {
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      margin-bottom: 25px; }
    .certificates .col_2 {
      border-radius: 40px 4px;
      padding: 58px 10px; }

  .form_block {
    margin-top: 60px;
    padding: 60px 0px 60px 0px; }
    .form_block .container {
      padding: 0px; }
    .form_block .title {
      font-size: 24px;
      line-height: 30px; }
    .form_block form {
      padding: 20px 20px 76px 20px; }
    .form_block textarea, .form_block input[type="text"], .form_block .label {
      padding: 11px 15px; }
    .form_block textarea {
      height: 60px; }
    .form_block .file {
      position: absolute;
      top: 278px; }
    .form_block .asept {
      padding-top: 45px; }

  footer {
    padding: 60px 0px 0px 0px; }
    footer .nav {
      margin: 40px 0px 0px 22%; }
    footer .info_top, footer .btn_block {
      margin-left: 21%; }
    footer .copuring {
      margin-top: 25px; }

  .logo_footer span {
    padding-left: 10px; }

  .catalog_row a {
/*    font-size: 24px;
    line-height: 30px;
    padding: 20px;*/ }

  .catalog_row {
    margin-bottom: 60px; }

  .product_info h1 {
    font-size: 48px;
    line-height: 95.99%; }

  .tabs_gorizontal_block {
    padding: 15px; }

  .information_single h1 {
    font-size: 24px;
    line-height: 30px; }
  .information_single .one .img, .information_single .two .img, .information_single .three .img, .information_single .five .img {
    width: 250px;
    height: 250px; }
  .information_single .five .quote {
    padding: 30px 2px;
    border-radius: 8px 0px; }
  .information_single .five .quote:before, .information_single .five .quote:after {
    display: none; }

  .information_nav {
    padding: 40px 0px 40px 0px; }
    .information_nav .link_block {
      margin-top: 20px;
      justify-content: space-between;
      width: 100%; }
    .information_nav .link_block a {
      margin: 0px;
      font-size: 12px; }

  .information_single .three:before {
    right: -15px; }

  .header_bottom ul.flex {
    flex-direction: column; }

  .breadcrumbs {
    flex-wrap: wrap; }

  .how_to_use .title {
    font-size: 24px;
    line-height: 30px;
    border-radius: 40px 4px;
    height: 94px;
    padding: 0px 20px;
    margin: 90px auto 25px auto; }

  .popup .form_block .file {
    top: 327px; }

  .popup {
    top: 10vh; }

  #tranks {
    width: 100%;
    left: 0px; } }

    
  .category-name  {
    font-weight: 700;
    font-size: clamp(1.8em, 4vw, 2.2em);
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(135deg, #72B301, #5A8F00);
    border-radius: 238px 8px;
    width: min(90%, 800px);
    padding: 0.8em 1.5em;
    margin: 2rem auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  .category-name:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Добавляем стили для вьюх текстовых страниц*/
.information_bac1 {
  position: relative; }

.information_bac1:before {
  position: absolute;
  background: #F9FFE5;
  top: 0px;
  bottom: -500px;
  left: 0px;
  right: 0px; }

.information_single1 {
    background: #F9FFE5;
    padding-bottom: 50px;
    padding-top: 25px;
    border-bottom: 1px solid #bed68080;
    border-top: 1px solid #bed68080;
}
.information_single1 h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #204000;
    max-width: 1040px;
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
}
.text_block_information_page {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
/*    min-height: 100vh; */
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 2.5;
    position: relative;
}
.information_row {
    min-height: 25vh;
}

/*# sourceMappingURL=style.css.map */
/* Обновленные стили для каталога (040425) */
.catalog_row {
  margin-bottom: 60px;
}

.position {
  margin-bottom: 40px;
  position: relative;
}

/* Зеркальное отображение для нечетных элементов */
.position:nth-child(odd) {
  transform: scaleX(-1);
}

.position:nth-child(odd) a {
  transform: scaleX(-1);
}

/* Стили для превью */
.preview_img {
  text-align: center;
  margin-bottom: 10px;
}

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

.preview_name {
  padding: 15px;
}

/* Ховер-эффекты */
.position a {
  color: #203f0b;
  text-decoration: none;
  transition: all 0.3s ease;
}

.position a:hover {
  transform: scale(1.02);
}

.position:nth-child(odd) a:hover {
  transform: scaleX(-1) scale(1.02);
}

/* Адаптация для мобильных */
@media screen and (max-width: 768px) {
  .position {
    width: 100%;
  }
  
  .position:nth-child(odd),
  .position:nth-child(odd) a {
    transform: none;
  }
}

/* Иконки для кнопки загрузки в каталоге SVG */
.download-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .download-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Языковые версии в хедере */
.lang {
    display: flex;
    gap: 15px;
    align-items: center;
}

.lang-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    padding: 6px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
}

/* Контейнер для флагов */
.flag-icon {
    display: inline-block;
    width: 24px;
    height: 16px;
    position: relative;
}

/* Стили SVG-флагов */
.flag-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

/* Цветные версии */
.flag-color {
    opacity: 0;
}

/* Монохромные версии */
.flag-mono {
    opacity: 0.7;
    filter: grayscale(100%);
}

/* Активное состояние */
.lang-link.active .flag-color {
    opacity: 1;
}

.lang-link.active .flag-mono {
    opacity: 0;
}

/* Неактивное состояние */
.lang-link:not(.active) .flag-color {
    opacity: 0;
}

.lang-link:not(.active) .flag-mono {
    opacity: 0.7;
}

/* Эффекты при наведении */
.lang-link:hover .flag-mono {
    opacity: 0.9;
    filter: grayscale(50%);
}

.lang-link:hover .flag-color {
    opacity: 0.3;
}

/* Текст */
.lang-text {
    font-size: 16px;
    transition: all 0.3s ease;
}

.lang-link.active .lang-text {
    font-weight: 600;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .flag-icon {
        width: 20px;
        height: 14px;
    }
    .lang-text {
        font-size: 14px;
    }
}


/* Цвета флагов

.fa-flag-uk {
    color: #012169; /* Основной синий Великобритании */
    position: relative;
}
/*
.fa-flag-uk:before {
    content: "\f024"; /* Иконка флага */
    color: #012169;
}
/*
.fa-flag-uk:after {
    content: "\f0ac"; /* Иконка глобуса (как символ Содружества) */
    position: absolute;
    left: 0;
    font-size: 0.5em;
    bottom: -5px;
    right: 0;
    text-align: center;
    color: #C8102E; /* Красный креста */
}
/*
.fa-flag {
    color: #D52B1E; /* Красный российского флага */
    background: linear-gradient(to bottom, 
        #fff 33%, 
        #0039A6 33% 66%, 
        #D52B1E 66%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media (max-width: 48rem) { /* 768px */
  .single_product h2 {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
   .single_product h3 {
    font-size: 1.3rem; 
    line-height: 1.3em;
  }
}

.tabs_block_product {
    position: relative;
    width: 100%;
}
.tabs_block_product:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 45px;
    height: 1px;
    background: #bed68080;
}
.tabs_block_product .content_tab {
    width: inherit;
}
.tabs_block_product .content_tab table {
    width: 100%;
    border-collapse: collapse;
}
.tabs_block_product .content_tab tr {
    background: #F9FFE5;
}
.tabs_block_product .content_tab tr:nth-child(2n + 2) {
    background: #ECFBCC;
}
.tabs_block_product .content_tab td:nth-child(1) {
    width: auto;
    text-align: left;
}
.tabs_block_product .content_tab td {
    padding: 4px;
    vertical-align: middle;
}