@charset "UTF-8";
@font-face {
  font-family: 'Barlow Condensed';
  src: url("../font/BarlowCondensed-Medium.eot");
  src: url("../font/BarlowCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../font/BarlowCondensed-Medium.woff2") format("woff2"), url("../font/BarlowCondensed-Medium.woff") format("woff"), url("../font/BarlowCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cruinn';
  src: url("../font/Cruinn-Black.eot");
  src: url("../font/Cruinn-Black.eot?#iefix") format("embedded-opentype"), url("../font/Cruinn-Black.woff2") format("woff2"), url("../font/Cruinn-Black.woff") format("woff"), url("../font/Cruinn-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
.loader-3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fffef9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999; }

.spore-dots {
  display: flex;
  gap: 15px; }

.dot {
  width: 14px;
  height: 14px;
  background: radial-gradient(circle, #004e53 0%, #003a3f 70%, #00262b 100%);
  border-radius: 50%;
  animation: sporePulse 1.5s ease-in-out infinite; }

.dot::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%; }

.dot:nth-child(1) {
  animation-delay: 0s; }

.dot:nth-child(2) {
  animation-delay: 0.2s; }

.dot:nth-child(3) {
  animation-delay: 0.4s; }

.dot:nth-child(4) {
  animation-delay: 0.6s; }

.dot:nth-child(5) {
  animation-delay: 0.8s; }

.loading-text {
  margin-top: 25px;
  font-family: 'Cruinn', sans-serif;
  font-size: 1.1rem;
  color: #003a3f;
  letter-spacing: 0.05em; }

@keyframes sporePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
    box-shadow: 0 0 0 rgba(0, 58, 63, 0.4); }
  50% {
    transform: scale(1.8);
    opacity: 1;
    box-shadow: 0 0 12px rgba(0, 58, 63, 0.8); } }
.mobile_menu {
  width: 100%;
  height: 110vh;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  padding-top: 130px;
  top: 111vh;
  left: 0;
  background-color: #fffef9;
  z-index: 999;
  font-size: 1.5em;
  transition: all .3s;
  overflow-y: auto;
  /* вертикальная прокрутка */
  overflow-x: hidden;
  /* горизонтальная прокрутка отключена */
  /* Полностью скрываем скроллбар во всех браузерах */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE и Edge */
  /* Webkit браузеры (Chrome, Safari, новые Edge) */ }
  .mobile_menu::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0; }
  .mobile_menu a {
    color: #003a3f; }
  .mobile_menu ul {
    width: 70%;
    list-style: none;
    padding: 0;
    padding-top: 10px;
    margin: 0;
    border-top: solid 1px #003a3f; }
    .mobile_menu ul li {
      padding-bottom: 10px; }
    .mobile_menu ul ul {
      border: none;
      padding: 0;
      margin-left: 20px; }

.mobile_menu_active {
  top: 0; }

.top_panel {
  padding: 10px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fffef9;
  z-index: 1000; }
  .top_panel ul {
    list-style: none;
    display: flex;
    margin: 0;
    margin-left: auto;
    padding: 0; }
  .top_panel .my_flex_container {
    display: flex; }
  .top_panel a.logo {
    position: relative;
    display: block;
    color: #003a3f; }
    .top_panel a.logo img.img-logo, .top_panel a.logo img.bg-logo, .top_panel a.logo div {
      position: absolute; }
    .top_panel a.logo img.img-logo {
      width: 3.3em;
      left: 0;
      top: .7em;
      z-index: 1; }
    .top_panel a.logo img.bg-logo {
      width: 5.3em;
      left: -.8em;
      z-index: 0; }
    .top_panel a.logo div {
      top: 1.96em;
      left: 1.5em;
      font-family: "Cruinn";
      font-size: .8em;
      line-height: 1em;
      letter-spacing: .16em;
      z-index: 1; }
      .top_panel a.logo div span {
        font-size: .799em; }
  .top_panel .nav_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: auto; }
    .top_panel .nav_container a {
      color: #003a3f; }
    .top_panel .nav_container .top_contacts {
      align-items: center; }
      .top_panel .nav_container .top_contacts a.soc_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15px;
        height: 15px;
        background-color: #003a3f;
        border-radius: 50%; }
      .top_panel .nav_container .top_contacts li {
        margin-left: 4px; }
      .top_panel .nav_container .top_contacts li.phone_li {
        margin-left: 14px;
        line-height: 0; }
      .top_panel .nav_container .top_contacts img {
        height: 5px; }
      .top_panel .nav_container .top_contacts a.max_top img, .top_panel .nav_container .top_contacts a.wa_top img, .top_panel .nav_container .top_contacts a.ok_top img {
        height: 6.5px; }
    .top_panel .nav_container li.price_menu {
      position: relative; }
      .top_panel .nav_container li.price_menu .drop_price_menu {
        position: absolute;
        width: 105px;
        font-size: 1.3em;
        top: 100%;
        left: 0;
        padding: 10px 5px;
        background-color: #fffef9;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
        transition: all .3s;
        display: none; }
        .top_panel .nav_container li.price_menu .drop_price_menu li {
          padding: 5px 3px;
          width: fit-content; }
        .top_panel .nav_container li.price_menu .drop_price_menu ul {
          flex-direction: column; }
@keyframes opacity_drop {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      .top_panel .nav_container li.price_menu:hover .drop_price_menu {
        display: block;
        animation-name: opacity_drop;
        /* Название анимации */
        animation-duration: .3s;
        /* Длительность */
        animation-timing-function: ease;
        /* Функция плавности */
        animation-delay: 0s;
        /* Задержка перед началом */
        animation-iteration-count: 1;
        /* Количество повторений (infinite для бесконечности) */
        animation-direction: normal;
        /* Направление (normal, reverse, alternate) */
        animation-fill-mode: both;
        /* Поведение до/после анимации */ }
    .top_panel .nav_container .burger_menu {
      width: 30px;
      height: 26px;
      padding-bottom: 4px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end;
      cursor: pointer;
      transition: all .3s; }
      .top_panel .nav_container .burger_menu div {
        flex-basis: 20%;
        border-radius: 10px;
        border: solid 1px #003a3f;
        transition: all .3s; }
      .top_panel .nav_container .burger_menu div.top {
        width: 100%; }
      .top_panel .nav_container .burger_menu div.middle {
        width: 100%; }
      .top_panel .nav_container .burger_menu div.bottom {
        width: 100%; }
      .top_panel .nav_container .burger_menu:hover div.top {
        width: 70%; }
      .top_panel .nav_container .burger_menu:hover div.middle {
        width: 90%; }
      .top_panel .nav_container .burger_menu:hover div.bottom {
        width: 50%; }
    .top_panel .nav_container .burger_menu_active {
      width: 20px;
      transform: rotate3d(0, 0, 1, 90deg); }
    .top_panel .nav_container .top_adress {
      margin-bottom: auto;
      font-size: .7em; }
    .top_panel .nav_container .top_menu ul {
      margin-right: -5px; }
    .top_panel .nav_container .top_menu ul li {
      font-size: .7em;
      margin-left: 7px;
      line-height: .6em;
      padding: 5px;
      border-radius: 2px;
      transition: all .3s; }
      .top_panel .nav_container .top_menu ul li:hover {
        background-color: #b1ec10; }
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
  .top_panel .basket {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    text-transform: uppercase;
    color: #003a3f;
    font-size: .7em;
    cursor: pointer; }
    .top_panel .basket .basket_img {
      position: relative; }
    .top_panel .basket img.basket_self {
      width: 42px; }
    .top_panel .basket img.griby {
      position: absolute;
      top: 6px;
      right: calc(50% - 10px);
      width: 20px;
      display: none; }
    .top_panel .basket:hover .basket_img {
      animation-name: swing;
      /* Название анимации */
      animation-duration: .7s;
      /* Длительность */
      animation-timing-function: ease;
      /* Функция плавности */
      animation-delay: 0s;
      /* Задержка перед началом */
      animation-iteration-count: 1;
      /* Количество повторений (infinite для бесконечности) */
      animation-direction: normal;
      /* Направление (normal, reverse, alternate) */
      animation-fill-mode: both;
      /* Поведение до/после анимации */ }

/* ОБЯЗАТЕЛЬНО - отключаем нативную плавную прокрутку */
html, body {
  scroll-behavior: auto !important; }

body {
  background: #fffef9;
  font-family: "Barlow Condensed";
  color: #003a3f;
  padding: 0; }

body a {
  text-decoration: none !important; }
  body a:hover {
    text-decoration: none !important; }

p {
  text-align: justify;
  /* Выравнивание по ширине */
  hyphens: auto;
  /* Автоматические переносы (предпочтительный способ) */
  overflow-wrap: break-word;
  /* Запасной вариант для длинных слов */
  padding: 0; }

a.callback_butt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #1eb949;
  padding: 10px;
  color: #fffef9;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all .3s;
  cursor: pointer; }
  a.callback_butt:hover {
    box-shadow: 0.5px 0.5px 5px #003a3f; }

h2 {
  margin: 0px 0 30px 0; }

.accent_text {
  text-transform: uppercase;
  background-color: #b1ec10; }

.main_page, .products, .delivery, .reviews, .faq {
  margin: 50px 0; }

#basket_table {
  font-size: .8em; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(30%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.main_page {
  margin-top: 82px; }
  .main_page h1 {
    margin: 30px 0; }
    .main_page h1 .accent_container {
      display: inline-block;
      position: relative; }
      .main_page h1 .accent_container .bg_accent {
        position: absolute;
        top: 2px;
        left: -1%;
        width: 102%;
        height: 102%;
        background-color: #b1ec10;
        animation-name: fadeInRight;
        /* Название анимации */
        animation-duration: .7s;
        /* Длительность */
        animation-timing-function: ease;
        /* Функция плавности */
        animation-delay: 2s;
        /* Задержка перед началом */
        animation-iteration-count: 1;
        /* Количество повторений (infinite для бесконечности) */
        animation-direction: normal;
        /* Направление (normal, reverse, alternate) */
        animation-fill-mode: both;
        /* Поведение до/после анимации */
        z-index: -1; }
  .main_page p {
    position: relative; }
    .main_page p img {
      position: absolute;
      top: -15px;
      left: -15px;
      z-index: -1;
      width: 50px; }
  .main_page .callback_butt {
    margin: 20px 0; }
  .main_page .advantages {
    margin-top: 40px; }
    .main_page .advantages h3 {
      position: relative;
      margin-top: 60px;
      font-size: 1.37em; }
      .main_page .advantages h3 img {
        position: absolute;
        bottom: -7px;
        left: -15px;
        width: 95px;
        z-index: -1; }
    .main_page .advantages p {
      font-size: .8em; }

.products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .products .product_item {
    display: flex;
    flex-direction: column;
    width: 32%;
    padding: 7px;
    margin-bottom: 30px;
    border: solid 1px #b1ec10;
    border-radius: 10px;
    transition: all .5s; }
    .products .product_item ul a {
      color: #1eb949; }
    .products .product_item h3 {
      text-align: center;
      border-bottom: solid 1px #b1ec10;
      padding-bottom: 10px;
      font-size: 1em;
      padding-top: 10px; }
      .products .product_item h3 a {
        color: #1eb949;
        padding: 0; }
    .products .product_item p {
      font-size: .8em; }
    .products .product_item .price_item {
      text-align: center;
      font-size: 1.5em;
      color: #da5a0d; }
      .products .product_item .price_item span {
        font-size: 1.6em; }
    .products .product_item img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .products .product_item:hover {
      box-shadow: 0 0 7px #003a3f; }

.weight-buttons {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-top: auto; }

.weight-btn {
  flex: 1;
  padding: 8px 5px;
  border: 1px solid #b1ec10;
  /* $color-crazy-green */
  border-radius: 5px;
  background: transparent;
  color: #003a3f;
  /* $color-text */
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.8em;
  text-align: center; }

.weight-btn:hover {
  border-color: #1eb949;
  /* $color-dark-green */ }

.weight-btn.active {
  border: 1px solid #1eb949;
  /* $color-dark-green */ }

.price_item {
  text-align: center;
  font-size: 1.5em;
  color: #da5a0d;
  margin-bottom: 10px; }

.price_item span {
  font-size: 1.6em; }

.delivery .delivery_item {
  margin: 30px 0; }
  .delivery .delivery_item .delivery_contant {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0; }
    .delivery .delivery_item .delivery_contant div {
      margin-left: 10px; }
    .delivery .delivery_item .delivery_contant p {
      text-align: left;
      font-size: .8em; }
  .delivery .delivery_item img {
    margin: 0 auto; }
  .delivery .delivery_item h3 {
    font-size: 1.2em;
    margin-bottom: 20px; }
  .delivery .delivery_item .container {
    padding: 0; }
    .delivery .delivery_item .container .row {
      margin: -5px; }

.how_item {
  position: relative;
  margin: 50px 0 20px 0; }
  .how_item img, .how_item div.num {
    position: absolute; }
  .how_item img {
    width: 40%;
    top: -3.2em;
    left: -5px;
    z-index: -2; }
  .how_item div.num {
    font-size: 2.5em;
    opacity: .5;
    top: -1.3em;
    left: 10px; }
  .how_item h4 {
    font-size: 1em; }
  .how_item p {
    text-align: left;
    font-size: .8em; }

.reviews h2 {
  position: relative; }
  .reviews h2 img {
    height: 1.2em;
    margin-right: 5px; }
  .reviews h2 a {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #1eb949;
    font-size: .5em;
    font-weight: normal;
    text-decoration: underline !important; }
.reviews a.all_comm {
  display: block;
  width: fit-content;
  text-decoration: underline !important;
  color: #1eb949;
  margin: 0 auto; }

.review-card {
  border: 1px solid #b1ec10;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%; }

.review-card:hover {
  box-shadow: 0 0 10px #003a3f; }

.review-photos {
  padding: 15px;
  height: 100%; }

.review-main-slider {
  position: relative;
  margin-bottom: 10px; }

.review-main-photo {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  display: none; }

.review-main-photo.active {
  display: block; }

.review-thumbnails {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap; }

.review-thumb {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  flex-shrink: 0; }

.review-thumb.active {
  border-color: #1eb949; }

.review-content {
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column; }

.review-header {
  margin-bottom: 10px; }

.user-name {
  font-size: 1.1em;
  font-weight: bold; }

.user-city {
  font-size: 0.9em;
  color: #666; }

.review-date {
  font-size: 0.8em;
  color: #666; }

.review-details {
  margin-bottom: 15px; }

.detail-item {
  font-size: 0.9em;
  margin-bottom: 3px; }

.review-text {
  background-color: #d7ffe2;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  flex-grow: 1;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: justify;
  /* Выравнивание по ширине */
  hyphens: auto;
  /* Автоматические переносы (предпочтительный способ) */
  overflow-wrap: break-word;
  /* Запасной вариант для длинных слов */ }

.review-text::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: url("img/quote_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3; }

/* Адаптивность для больших экранов */
@media (min-width: 992px) {
  .review-photos {
    padding: 20px 15px 20px 20px; }

  .review-content {
    padding: 20px 20px 20px 15px; }

  .review-main-photo {
    height: 180px; }

  .review-thumb {
    width: 50px;
    height: 50px; } }
/* Адаптивность для средних экранов */
@media (min-width: 768px) and (max-width: 991.98px) {
  .review-photos {
    padding: 15px 10px 15px 15px; }

  .review-content {
    padding: 15px 15px 15px 10px; }

  .review-main-photo {
    height: 160px; }

  .review-thumb {
    width: 40px;
    height: 40px; }

  .review-thumbnails {
    gap: 4px; } }
/* Адаптивность для мобильных */
@media (max-width: 767.98px) {
  .review-photos {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0; }

  .review-main-photo {
    height: 250px; }

  .review-thumb {
    width: 55px;
    height: 55px; }

  .review-thumbnails {
    gap: 8px; } }
/* Дополнительные правки для очень маленьких экранов */
@media (max-width: 575.98px) {
  .review-main-photo {
    height: 200px; }

  .review-thumb {
    width: 45px;
    height: 45px; }

  .review-thumbnails {
    gap: 6px; } }
/* Убираем лишние отступы у row */
.review-card .row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.review-card .row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.faq-item {
  margin-bottom: 15px; }

.faq-question {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  color: #1eb949;
  text-shadow: 1px 1px 0 #fffef9;
  margin: 0;
  min-height: 40px;
  display: flex;
  align-items: center; }

.faq-question h3 {
  font-size: 1.17em;
  font-weight: normal;
  color: #1eb949;
  margin: 0; }

.faq-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #1eb949;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffef9;
  font-size: 20px;
  transition: transform 0.3s ease; }

.faq-icon span {
  position: absolute;
  transition: all 0.3s ease; }

.icon-plus {
  opacity: 1;
  transform: rotate(0deg); }

.icon-minus {
  opacity: 0;
  transform: rotate(90deg); }

.faq-item.active .faq-icon {
  transform: translateY(-50%) rotate(180deg); }

.faq-item.active .icon-plus {
  opacity: 0;
  transform: rotate(-90deg); }

.faq-item.active .icon-minus {
  opacity: 1;
  transform: rotate(0deg); }

.faq-answer {
  margin-left: 50px;
  height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  background-color: rgba(215, 255, 226, 0.9);
  color: #003a3f;
  font-size: 0.8em;
  border-radius: 10px;
  transform: scaleY(0.8) translateX(-20px);
  transform-origin: top left; }

.faq-item.active .faq-answer {
  height: auto;
  opacity: 1;
  padding: 15px 20px;
  transform: scaleY(1) translateX(0); }

.faq-answer p {
  margin: 0;
  line-height: 1.5; }

.forest_container {
  position: relative; }
  .forest_container img#forest_top, .forest_container img#forest_bottom {
    position: absolute;
    width: 40%;
    right: 15px; }
  .forest_container #forest_top {
    filter: brightness(0) saturate(100%) invert(15%) sepia(48%) saturate(748%) hue-rotate(152deg) brightness(93%) contrast(101%);
    bottom: 0;
    z-index: -1; }
  .forest_container #forest_bottom {
    filter: brightness(0) saturate(100%) invert(99%) sepia(61%) saturate(241%) hue-rotate(34deg) brightness(104%) contrast(98%);
    top: 0; }

.footer {
  padding: 20px 0;
  background-color: #003a3f;
  color: #fffef9; }
  .footer .contacts {
    margin: auto 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-size: .7em;
    letter-spacing: 2px; }
    .footer .contacts span {
      text-transform: uppercase; }
    .footer .contacts li.flex_li {
      display: flex;
      justify-content: flex-start; }
      .footer .contacts li.flex_li a {
        color: #fffef9;
        margin-right: 10px; }
  .footer .first_cont {
    margin-top: 65px; }
  .footer .wa_butt, .footer .tg_butt, .footer .max_butt, .footer .vk_butt {
    margin-top: 5px !important;
    text-transform: none; }
  .footer .wa_butt {
    background-color: #2dd34d; }
  .footer .tg_butt {
    background-color: #28a4e4; }
  .footer .max_butt {
    background: -webkit-linear-gradient(90deg, #526eeb, #9d60cf);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(90deg, #526eeb, #9d60cf);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .footer .vk_butt {
    background-color: #4e7db2; }
  .footer a.logo {
    position: relative;
    display: block;
    color: #fffef9; }
    .footer a.logo img.img-logo, .footer a.logo div {
      position: absolute; }
    .footer a.logo img.img-logo {
      width: 3.3em;
      left: 0;
      top: .7em;
      z-index: 1;
      filter: brightness(0) saturate(100%) invert(99%) sepia(61%) saturate(241%) hue-rotate(34deg) brightness(104%) contrast(98%); }
    .footer a.logo div {
      top: 1.96em;
      left: 1.5em;
      font-family: "Cruinn";
      font-size: .8em;
      line-height: 1em;
      letter-spacing: .16em;
      z-index: 1; }
      .footer a.logo div span {
        font-size: .799em; }
  .footer .contacts_cont, .footer .question {
    display: flex;
    flex-direction: column; }
  .footer .contacts_cont .copyright_cont {
    font-size: .6em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -10px; }
  .footer .question {
    padding-top: 18px;
    justify-content: space-between; }
  .footer .callback_butt {
    margin-top: auto; }
  .footer .nav_cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    font-size: .8em; }
    .footer .nav_cont .copyright_cont {
      font-size: .7em;
      margin-top: 15px;
      text-align: right; }
    .footer .nav_cont ul {
      list-style: none;
      margin: 3px 0;
      padding: 0;
      text-align: right; }
      .footer .nav_cont ul ul {
        margin-right: 15px;
        font-size: .9em; }
      .footer .nav_cont ul a {
        color: #fffef9;
        text-decoration: underline !important; }

.form_basket {
  display: none; }
  .form_basket .form-select, .form_basket .form-control {
    margin-bottom: 10px; }

.message {
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 1200px) {
  .how_item img {
    top: -42px; }
  .how_item div.num {
    top: -47px;
    left: 10px; }

  .h1_red {
    font-size: 2.26em; }

  .h1_pantera {
    font-size: 2.12em; }

  .h1_white {
    font-size: 2.6em; } }
@media (max-width: 992px) {
  .products .product_item {
    width: 49%; }

  .delivery .delivery_item h3 {
    text-align: center; }
  .delivery .delivery_item .delivery_contant {
    justify-content: center; }
  .delivery .delivery_item .delivery_contant div {
    margin: 0 5px; }

  .how_item img {
    top: -31px; }
  .how_item div.num {
    font-size: 1.8em;
    top: -35px;
    left: 10px; }
  .how_item h4 {
    font-size: .78em; }
  .how_item p {
    font-size: .588em; }

  .forest_container img#forest_top, .forest_container img#forest_bottom {
    width: 45%; }

  .footer {
    padding: 0 0 20px 0; }

  .footer .contacts li.flex_li {
    flex-direction: column; }

  .h1_red {
    font-size: 1.96em; }

  .h1_pantera {
    font-size: 1.846em; }

  .h1_white {
    font-size: 2.26em; } }
@media (max-width: 756px) {
  .products .product_item {
    width: 100%; }

  .how_item img {
    width: 30%;
    top: -35px; }

  .forest_container img#forest_top, .forest_container img#forest_bottom {
    width: 70%; }

  .h1_red {
    font-size: 1.44em; }

  .h1_pantera {
    font-size: 1.35em; }

  .h1_white {
    font-size: 1.66em; } }
@media (max-width: 576px) {
  .how_item img {
    width: 55px; }

  .forest_container img#forest_top, .forest_container img#forest_bottom {
    width: 48%; }

  .h1_red {
    font-size: 6vw; }

  .h1_pantera {
    font-size: 6vw; }

  .h1_white {
    font-size: 6vw; } }

/*# sourceMappingURL=style.css.map */
