@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff"), url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem; }

.overflowH {
  overflow: hidden; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #2F2F2F;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  width: 100%;
  padding: 0 6rem; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem; }
.section-title {
  font-weight: 500;
  line-height: 1;
  font-size: 1.8rem; }
  .section-title-big {
    font-size: 2.4rem; }

.arrows {
  display: flex;
  gap: 1.5rem; }
  .arrows span {
    width: 2.05rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    opacity: .2;
    pointer-events: none; }
    .arrows span img {
      width: 100%; }
    .arrows span.active {
      opacity: 1;
      pointer-events: auto; }

.btn {
  border-radius: 3rem;
  color: #fff;
  background: #01AB01;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3.1rem; }
  .btn:hover {
    background: #4DC44D; }
  .btn-trans {
    background: #fff;
    border: 1px solid;
    color: #01AB01; }
    .btn-trans:hover {
      background: #fff;
      color: #A9F252; }

.page-head {
  padding: 2.15rem 0;
  border-bottom: 1px solid #EDEDED; }
.page-title {
  font-weight: 500;
  font-size: 1.8rem; }

.customSelect {
  position: relative;
  z-index: auto;
  border-radius: .5rem; }
  .customSelect__option {
    padding: 0 1rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    border-radius: .5rem; }
  .customSelect__option--value {
    height: 3.2rem;
    width: 100%;
    padding: 0 1rem;
    padding-right: 2.1rem !important;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: .5rem;
    white-space: normal;
    line-height: 1.1;
    font-weight: 400;
    border: none; }
    .customSelect__option--value::after {
      background-image: url(../img/icons/chevron-down.svg);
      width: .8rem;
      height: .4rem;
      right: .5rem; }
    .customSelect__option--value:hover, .customSelect__option--value:focus {
      background: transparent; }
  .customSelect--active .customSelect__option--value:hover, .customSelect--active .customSelect__option--value:focus {
    background: transparent; }
  .customSelect--active .customSelect__option--value {
    border-radius: 0; }
  .customSelect__dropdown {
    border-radius: .25rem !important;
    background: #fff;
    border: none;
    z-index: 4;
    padding: 1rem 0;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05); }
    .customSelect__dropdown .customSelect__option {
      border-radius: 0;
      height: 2.5rem; }
      .customSelect__dropdown .customSelect__option--selected {
        pointer-events: none;
        font-weight: 500; }
      .customSelect__dropdown .customSelect__option:hover {
        color: #01AB01;
        background: #fff; }

.irs {
  font-size: 0.6rem;
  margin-top: -.4rem;
  z-index: auto; }

.irs--flat {
  height: 2rem; }

.irs--flat .irs-line {
  height: .15rem;
  top: 1.25rem;
  background: #B8B8B8;
  z-index: 0; }

.irs--flat .irs-handle {
  height: auto; }

.irs--flat .irs-max,
.irs--flat .irs-min {
  display: none; }

.irs--flat .irs-bar {
  height: .15rem;
  top: 1.25rem;
  background: #2F2F2F;
  z-index: 1; }

.irs--flat .irs-from,
.irs--flat .irs-to {
  font-size: 0;
  width: 1.35rem;
  height: 1.35rem;
  border: 0.1rem solid #2F2F2F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .7rem;
  z-index: 3;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0;
  background: #fff; }
  .irs--flat .irs-from::before,
  .irs--flat .irs-to::before {
    display: none; }

.irs--flat .irs-single {
  background: #2F2F2F; }
  .irs--flat .irs-single::before {
    border-top-color: #2F2F2F; }

.irs--flat .irs-from,
.irs--flat .irs-to {
  background: #fff; }

.breadcrumbs {
  font-size: 0.8rem; }
  .breadcrumbs a {
    color: #B8B8B8; }
    .breadcrumbs a::after {
      content: ' /';
      color: #B8B8B8;
      pointer-events: none; }
    .breadcrumbs a:hover {
      color: #01AB01; }
    .breadcrumbs a:last-child {
      pointer-events: none; }
      .breadcrumbs a:last-child::after {
        content: none; }

nav {
  width: 100%; }

.pagination {
  display: flex;
  margin-top: 2.5rem;
  overflow: hidden;
  justify-content: center;
  gap: .5rem;
  width: 100%; }
  .pagination .page-item {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff; }
    .pagination .page-item.active .page-link {
      color: #fff;
      background: #01AB01; }
    .pagination .page-item.disabled {
      pointer-events: none;
      opacity: .7; }
  .pagination .page-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid;
    color: #01AB01; }
    .pagination .page-link:hover {
      color: #fff;
      background: #01AB01; }
    .pagination .page-link svg {
      width: 1.2rem;
      height: 1.2rem; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes equalizer {
  0%,
	100% {
    height: .5rem; }
  50% {
    height: 1.5rem; } }
.enter {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.35);
  display: none; }
  .enter-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.6rem 2.1rem;
    background: #fff;
    border-radius: 1rem;
    width: 26.2rem; }
  .enter__close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    opacity: .5;
    width: 1.1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2; }
    .enter__close img {
      width: 100%; }
    .enter__close:hover {
      opacity: 1; }
  .enter__back {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    opacity: .5;
    width: 1.1rem;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 2; }
    .enter__back img {
      width: 100%; }
    .enter__back:hover {
      opacity: 1; }
  .enter__title {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1.25rem; }
  .enter__tel {
    margin-bottom: 1.5rem; }
    .enter__tel input {
      padding: 0 1.25rem;
      height: 3rem;
      border-radius: .5rem;
      border: 1px solid #EDEDED;
      width: 100%;
      font-size: 0.8rem; }
      .enter__tel input::placeholder {
        color: #B8B8B8; }
  .enter__btn {
    width: 100%; }
  .enter__code {
    display: flex;
    gap: .55rem;
    margin-bottom: 1.6rem; }
    .enter__code input {
      width: 5.1rem;
      height: 5.1rem;
      text-align: center;
      border-radius: .5rem;
      border: 1px solid #EDEDED;
      font-size: 2.8rem; }
      .enter__code input:focus {
        border-color: #01AB01; }
    .enter__code.error input {
      color: #FF3B30 !important;
      border-color: #FF3B30 !important; }
  .enter__retry {
    width: 100%; }
  .enter-step {
    display: none; }
    .enter-step.active {
      display: block; }
    .enter-step__code .btn {
      display: none; }
      .enter-step__code .btn.active {
        display: inline-flex; }

.search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.35);
  display: none; }
  .search.active .search-content {
    transform: translateY(0); }
  .search-content {
    background: #fff;
    padding: 5rem 0;
    transform: translateY(-100%);
    transition: .6s transform; }
    .search-content .container {
      border-top: 1px solid #EDEDED; }
  .search-input {
    padding-top: 3.5rem;
    display: flex;
    gap: .5rem;
    margin-bottom: 1.4rem; }
    .search-input.active .search-input__input img {
      display: inline-flex; }
    .search-input.active .search-input__btn {
      display: inline-flex; }
    .search-input__input {
      flex-grow: 1;
      position: relative; }
      .search-input__input input {
        width: 100%;
        border: none;
        height: 3.1rem;
        font-size: 1.2rem;
        font-weight: 500;
        border-bottom: 1px solid #D9D9D9;
        padding-right: 1.5rem; }
        .search-input__input input::placeholder {
          color: #B8B8B8; }
      .search-input__input img {
        width: 1rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        opacity: .4;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none;
        display: none; }
        .search-input__input img:hover {
          opacity: .7; }
    .search-input__btn {
      height: 3.1rem;
      display: none;
      width: 12.7rem; }
  .search-tags {
    display: flex;
    gap: .25rem;
    font-size: 0.8rem; }
    .search-tags li {
      display: inline-flex; }
    .search-tags a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 2.1rem;
      background: #F7F7F7;
      padding: 0 0.75rem;
      color: #2F2F2F;
      border-radius: .5rem; }
      .search-tags a:hover {
        color: #01AB01; }
  .search-result {
    padding-top: 5rem; }
    .search-result__title {
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 700;
      margin-bottom: 2.5rem; }
    .search-result__list {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      margin-bottom: 3rem; }
    .search-result .product-item {
      width: calc(25% - .75rem);
      display: flex;
      gap: .35rem; }
      .search-result .product-item__img {
        width: 8rem;
        height: 8rem;
        flex-shrink: 0;
        margin-bottom: 0; }
      .search-result .product-item__tags {
        font-size: 0.7rem; }
        .search-result .product-item__tags li {
          height: 1.8rem; }
      .search-result .product-item__name {
        font-size: 0.9rem;
        line-height: 0.9rem;
        height: 1.8rem; }
      .search-result .product-item__price {
        font-size: 0.9rem;
        margin-bottom: 0; }
        .search-result .product-item__price span {
          font-size: 0.7rem; }
    .search-result__more {
      text-align: center; }
      .search-result__more .btn {
        width: 20.25rem;
        height: 3.1rem; }

.filter {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.35);
  display: none; }
  .filter.active .filter-content {
    transform: translateX(0); }
  .filter-content {
    background: #fff;
    padding: 4rem 0 2.5rem;
    transform: translateX(-100%);
    transition: .6s transform;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .filter .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
  .filter-wrap {
    width: 20rem; }
  .filter__close {
    width: 1.3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .filter__close img {
      width: 100%;
      display: block; }
    .filter__close:hover {
      opacity: .8; }
  .filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem; }
  .filter-check {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem; }
    .filter-check__label {
      display: inline-flex; }
      .filter-check__label input {
        appearance: none;
        display: none; }
        .filter-check__label input:checked + div {
          background: #01AB01; }
          .filter-check__label input:checked + div span {
            margin-left: 1.05rem; }
      .filter-check__label div {
        height: 1.2rem;
        width: 2.25rem;
        display: inline-flex;
        padding: 0.1rem;
        border-radius: 2rem;
        background: #B8B8B8;
        transition: .2s all;
        cursor: pointer;
        user-select: none; }
      .filter-check__label span {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background: #fff;
        transition: .2s all; }
  .filter-price {
    margin-top: 1.5rem; }
    .filter-price__value {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1rem;
      font-size: 0.8rem; }
    .filter-price__item {
      display: inline-block;
      padding: 0.6rem 0.95rem;
      border-radius: .5rem;
      background: #F7F7F7; }
  .filter__btn {
    width: 100%;
    font-weight: 500; }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: #fff;
  display: none; }
  .mobile-menu .container {
    padding: .5rem 3rem 4rem;
    height: 100dvh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .mobile-menu__close {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: .5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .mobile-menu__close img {
      width: 1rem; }
  .mobile-menu__logo {
    width: 3.15rem;
    display: inline-block; }
    .mobile-menu__logo img {
      width: 100%;
      display: block; }
  .mobile-menu__lang {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    font-size: 1rem;
    text-transform: uppercase; }
    .mobile-menu__lang a {
      color: #2F2F2F; }
      .mobile-menu__lang a.active {
        color: #01AB01; }
  .mobile-menu__list {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase; }
    .mobile-menu__list li {
      margin-bottom: 2rem; }
    .mobile-menu__list a {
      color: #2F2F2F; }
  .mobile-menu .footer-social {
    filter: invert(0.8); }

.header {
  position: relative;
  z-index: 6;
  background: #fff;
  padding: 1.2rem 0;
  border-bottom: 1px solid #EDEDED; }
  .header-main {
    border-bottom: none; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header a {
    color: #2F2F2F; }
    .header a:hover {
      color: #01AB01; }
  .header-menu {
    display: flex;
    gap: 3rem; }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.15rem; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-wrap {
    gap: 1.5rem;
    display: flex;
    align-items: center; }
  .header-lang a.active {
    pointer-events: none;
    color: #01AB01; }
  .header__search {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    gap: .4rem;
    padding: 0 1.4rem;
    height: 2.25rem;
    border: 1px solid;
    border-radius: 2rem; }
    .header__search img {
      width: 1.1rem; }
  .header__basket, .header__profile {
    width: 1.4rem; }
    .header__basket svg, .header__profile svg {
      width: 100%;
      display: block; }
  .header__basket span {
    display: none; }
  .header__basket.active {
    position: relative; }
    .header__basket.active span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: -.3rem;
      top: -.1rem;
      border-radius: 50%;
      width: 0.85rem;
      height: 0.85rem;
      background: #A9F252;
      font-weight: 700;
      font-size: 0.55rem; }
  .header-mobile {
    display: none; }

.main-slider {
  position: relative;
  margin-bottom: 0.5rem; }
  .main-slider__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.75rem; }
    .main-slider__arrows span {
      pointer-events: auto;
      width: 1.4rem;
      height: 1.4rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none; }
      .main-slider__arrows span img {
        height: 100%; }
  .main-slider__item {
    position: relative; }
    .main-slider__item img {
      border-radius: 1rem; }
    .main-slider__item a {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
  .main-slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.9rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 5px; }
    .main-slider .owl-dots .owl-dot {
      width: 6px;
      height: 5px;
      border-radius: 5px;
      background: #fff;
      opacity: .5;
      transition: .6s all; }
      .main-slider .owl-dots .owl-dot.active {
        opacity: 1;
        width: 16px; }
.main-products {
  display: flex;
  gap: .5rem; }
  .main-products__item {
    height: 5.5rem;
    border-radius: .75rem;
    background: #F7F7F7;
    transition: .6s all;
    position: relative;
    gap: 1.8rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(25% - .375rem); }
    .main-products__item img {
      height: 4.1rem; }
    .main-products__item:hover {
      background: #A9F2521A; }
    .main-products__item a {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }

.popular {
  padding-top: 3.5rem; }
  .popular .owl-stage-outer {
    padding-bottom: 0.2rem; }
  .popular .product-item {
    width: 100%; }
  .popular-info {
    display: flex;
    gap: 1rem;
    padding-top: 5rem; }
    .popular-info__item {
      width: calc(50% - .5rem);
      height: 15.5rem;
      background: #A9F252;
      border-radius: 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      overflow: hidden; }
    .popular-info__title {
      background: #01AB01;
      color: #fff;
      border-radius: 2rem;
      font-size: 1.2rem;
      padding: 0.6rem;
      margin-bottom: 0.5rem; }
    .popular-info__text {
      max-width: 17.3rem;
      text-align: center;
      color: #015B03;
      margin-bottom: 1rem; }
    .popular-info__tags {
      display: flex;
      gap: .5rem;
      justify-content: center; }
      .popular-info__tags li {
        background: #fff;
        color: #015B03;
        padding: 0 0.75rem;
        min-width: 7.3rem;
        font-weight: 500;
        border-radius: .25rem;
        height: 2rem;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
    .popular-info__delivery {
      gap: 2rem; }
      .popular-info__delivery:hover .popular-info__img img:nth-child(2) {
        transform: rotate(15deg); }
      .popular-info__delivery .popular-info__img {
        position: relative;
        padding-right: 2.7rem;
        padding-bottom: 2rem; }
        .popular-info__delivery .popular-info__img img:nth-child(1) {
          width: 10.7rem;
          display: block; }
        .popular-info__delivery .popular-info__img img:nth-child(2) {
          display: block;
          width: 9.15rem;
          position: absolute;
          z-index: 2;
          right: 0;
          bottom: 0;
          transition: .6s all; }
    .popular-info__bot {
      gap: 3rem; }
      .popular-info__bot:hover .popular-info__img {
        transform: scale(1.1); }
      .popular-info__bot .popular-info__img {
        width: 10.5rem;
        align-self: flex-end;
        transition: .6s all; }
        .popular-info__bot .popular-info__img img {
          width: 100%;
          display: block; }

.product {
  padding-top: 1.5rem; }
  .product + .popular {
    margin-bottom: 1.5rem; }
  .product .breadcrumbs {
    margin-bottom: 3rem; }
  .product-title-mobile {
    display: none; }
  .product-main {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem; }
  .product-images {
    width: 52%;
    display: flex;
    gap: 1rem; }
  .product-slider {
    width: 6rem; }
    .product-slider__arrow {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      opacity: 0;
      visibility: hidden;
      width: 1.4rem;
      display: flex;
      margin: 0 auto; }
      .product-slider__arrow img {
        width: 100%;
        display: block; }
      .product-slider__arrow:hover {
        opacity: 1; }
      .product-slider__arrow.active {
        opacity: 1;
        visibility: visible; }
    .product-slider #up {
      margin-bottom: 0.5rem; }
    .product-slider #down {
      margin-top: 0.5rem; }
    .product-slider__item {
      width: 6rem;
      height: 6rem;
      border-radius: 1rem;
      background: #F7F7F7;
      margin-bottom: 0.5rem;
      overflow: hidden;
      cursor: pointer; }
      .product-slider__item:last-child {
        margin-bottom: 0; }
      .product-slider__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .product-slider__list {
      height: 32rem;
      overflow: auto; }
      .product-slider__list::-webkit-scrollbar {
        display: none; }
  .product__img {
    width: calc(100% - 7rem);
    height: 34.5rem;
    border-radius: 1rem;
    background: #F7F7F7; }
    .product__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .product-info {
    width: 48%; }
  .product .section-title {
    margin-bottom: 0.75rem; }
  .product__prod {
    margin-bottom: 1rem;
    color: #B8B8B8; }
  .product .product-item__tags {
    margin-bottom: 1.25rem; }
  .product-comp {
    margin-bottom: 1rem; }
    .product-comp__title {
      font-size: 1.2rem;
      font-weight: 500;
      margin-bottom: 0.75rem; }
  .product__balance {
    font-weight: 500;
    color: #01AB01;
    margin-bottom: 1.5rem; }
  .product__price.section-title {
    margin-bottom: 1.25rem; }
  .product__basket {
    width: 20.25rem; }
  .product__count {
    width: 20.25rem;
    justify-content: space-between;
    padding: 0 .5rem;
    display: none; }
    .product__count > span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      padding: 0.5rem;
      font-size: 1.8rem;
      font-weight: 500; }
    .product__count.active {
      display: flex; }
  .product-desc__item {
    margin-bottom: 1.5rem; }
  .product-desc__title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.75rem; }
  .product-item {
    position: relative; }
    .product-item:hover .product-item__name {
      color: #01AB01; }
    .product-item__img {
      height: 20.5rem;
      border-radius: 1rem;
      overflow: hidden;
      background: #F7F7F7;
      margin-bottom: 1rem; }
      .product-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .product-item__tags {
      min-height: 2rem;
      margin-bottom: 0.5rem;
      display: flex;
      gap: .25rem;
      font-size: 0.8rem; }
      .product-item__tags li {
        border: 1px solid;
        height: 2rem;
        padding: 0 0.5rem;
        border-radius: .5rem;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .product-item__tags li.green {
          color: #015B03;
          background: #A9F252;
          border: none; }
    .product-item__name {
      margin-bottom: 0.5rem;
      font-size: 1.2rem;
      line-height: 1.2rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      height: 2.4rem;
      font-weight: 500;
      transition: .6s all; }
    .product-item__type {
      color: #B8B8B8;
      font-size: 0.8rem;
      margin-bottom: 1rem; }
    .product-item__price {
      font-size: 1.2rem;
      color: #01AB01;
      font-weight: 500;
      margin-bottom: 1.5rem; }
      .product-item__price span {
        font-weight: 400;
        text-decoration: line-through;
        color: #B8B8B8;
        font-size: 0.8rem; }
    .product-item__btn {
      flex-wrap: wrap;
      text-align: center;
      width: 100%;
      cursor: pointer;
      position: relative;
      z-index: 2; }
      .product-item__btn div {
        margin-bottom: -0.5rem; }
      .product-item__btn span {
        width: 100%;
        font-size: 0.8rem;
        opacity: .45;
        margin-top: -0.5rem; }
      .product-item__btn.added {
        background: #fff;
        border: 1px solid #01AB01;
        color: #01AB01;
        gap: .4rem; }
        .product-item__btn.added img {
          width: 0.65rem !important; }
        .product-item__btn.added div {
          margin-bottom: 0; }
    .product-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 1; }

.news {
  padding-top: 5rem; }
  .news-slider .news-item {
    width: 100%; }
  .news-item {
    position: relative;
    font-size: 0.8rem; }
    .news-item:hover .news-item__name {
      color: #01AB01; }
    .news-item__img {
      height: 15.5rem;
      margin-bottom: 1.25rem; }
      .news-item__img span {
        position: absolute;
        left: 1rem;
        top: 1rem;
        height: 2rem;
        border-radius: .5rem;
        background: rgba(1, 171, 1, 0.1);
        padding: 0 0.5rem;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 1rem; }
    .news-item__name {
      transition: .6s all;
      font-size: 1rem;
      line-height: 1; }
    .news-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
  .news-page {
    padding-top: 2.25rem; }
    .news-page .page-title {
      margin-bottom: 2rem; }
    .news-page .catalog-side__list {
      margin-bottom: 2.5rem; }
      .news-page .catalog-side__list a {
        background: #F7F7F7; }
  .news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1rem; }
    .news-list .news-item {
      width: calc(33.33333% - .6666rem); }
  .news-single {
    padding-top: 2.25rem; }
    .news-single .breadcrumbs {
      margin-bottom: 1rem; }
    .news-single .page-title {
      margin-bottom: 2.25rem; }
    .news-single__img {
      width: 100%;
      margin-bottom: 2.25rem; }
      .news-single__img img {
        width: 100%;
        display: block;
        object-fit: contain;
        max-height: 45rem;
        border-radius: 1rem; }
    .news-single__wrap {
      max-width: 55.7rem;
      margin: 0 auto; }
    .news-single__content {
      font-size: 1rem;
      margin-bottom: 2.6rem; }
      .news-single__content ul, .news-single__content ol {
        padding-left: 1rem; }
        .news-single__content ul li, .news-single__content ol li {
          display: list-item; }
      .news-single__content h2, .news-single__content h3, .news-single__content h4, .news-single__content h5 {
        font-weight: 500;
        font-size: 1.8rem; }
    .news-single__products {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem; }
      .news-single__products .product-item {
        width: calc(50% - .5rem);
        display: flex;
        gap: .35rem; }
        .news-single__products .product-item__img {
          width: 8rem;
          height: 8rem;
          flex-shrink: 0;
          margin-bottom: 0; }
        .news-single__products .product-item__tags {
          font-size: 0.7rem; }
          .news-single__products .product-item__tags li {
            height: 1.8rem; }
        .news-single__products .product-item__name {
          font-size: 0.9rem;
          line-height: 0.9rem;
          height: 1.8rem; }
        .news-single__products .product-item__price {
          font-size: 0.9rem;
          margin-bottom: 0; }
          .news-single__products .product-item__price span {
            font-size: 0.7rem; }

.catalog {
  padding-top: 3rem; }
  .catalog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem; }
  .catalog-wrap {
    display: flex;
    align-items: center;
    gap: 3rem; }
  .catalog-filter {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    gap: .5rem; }
    .catalog-filter img {
      width: 1.1rem; }
  .catalog-total-mobile {
    display: none; }
  .catalog-main {
    align-items: flex-start;
    display: flex;
    gap: 1rem; }
  .catalog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.8rem 1rem;
    width: calc(75% - .3rem); }
  .catalog .product-item {
    width: calc(33.3333% - .6666rem); }
  .catalog-side {
    width: calc(25% - .7rem);
    background: #F7F7F7;
    padding: 2rem 1.5rem;
    border-radius: .75rem;
    font-size: 1rem;
    position: sticky;
    top: 1rem; }
    .catalog-side__title {
      font-weight: 500;
      margin-bottom: 1rem; }
    .catalog-side__list {
      display: flex;
      flex-wrap: wrap;
      gap: .4rem;
      font-size: 0.9rem; }
      .catalog-side__list li {
        display: inline-flex; }
      .catalog-side__list a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none;
        min-height: 2rem;
        background: #fff;
        border-radius: .5rem;
        padding: .5rem 0.7rem;
        color: #2F2F2F; }
        .catalog-side__list a:hover {
          color: #01AB01; }
        .catalog-side__list a.active {
          color: #01AB01;
          background: rgba(169, 242, 82, 0.1); }

.basket {
  padding-top: 2.5rem; }
  .basket + .popular {
    margin-bottom: 1.5rem; }
  .basket .section-title {
    margin-bottom: 1.5rem; }
    .basket .section-title span {
      font-size: 1.2rem;
      color: #01AB01; }
  .basket-main {
    display: flex;
    gap: 8rem;
    margin-bottom: 2rem; }
  .basket-left {
    width: calc(50% - 8rem); }
  .basket-right {
    width: 50%; }
  .basket .product-item__tags {
    margin-bottom: 2rem; }
  .basket-list {
    height: 12.2rem;
    overflow: auto;
    margin-bottom: 2.5rem;
    padding-right: 1rem;
    margin-right: -1rem; }
    .basket-list::-webkit-scrollbar {
      width: .3rem;
      height: 0.5rem; }
    .basket-list::-webkit-scrollbar-track {
      background: #fff; }
    .basket-list::-webkit-scrollbar-thumb {
      background: #B8B8B8;
      border-radius: 5rem;
      border: none; }
  .basket-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem; }
    .basket-item:last-child {
      margin-bottom: 0; }
    .basket-item__left {
      display: flex;
      align-items: center;
      gap: .75rem; }
    .basket-item__img {
      width: 5.5rem;
      height: 5.5rem;
      border-radius: .75rem;
      background: #F7F7F7;
      flex-shrink: 0;
      overflow: hidden; }
      .basket-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .basket-item__wrap {
      max-width: 18rem;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      height: 100%; }
    .basket-item__info {
      font-size: 0.8rem; }
      .basket-item__info div {
        font-weight: 500;
        margin-bottom: 0.25rem; }
      .basket-item__info p {
        color: #B8B8B8; }
    .basket-item__right {
      flex-shrink: 0; }
    .basket-item__right {
      justify-content: space-between;
      flex-direction: column;
      display: flex; }
    .basket-item__btns {
      display: flex;
      justify-content: flex-end;
      gap: 1.4rem; }
    .basket-item__count {
      font-weight: 500;
      display: flex; }
      .basket-item__count > span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none;
        background: #F7F7F7;
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 50%; }
        .basket-item__count > span.minus {
          padding-bottom: 0.1rem; }
      .basket-item__count div {
        text-align: center;
        width: 2rem; }
    .basket-item__delete {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 0.65rem; }
      .basket-item__delete img {
        width: 100%;
        display: block; }
    .basket-item__price {
      text-align: right;
      color: #01AB01;
      font-weight: 500; }
    .basket-item__bot {
      display: flex;
      align-items: center;
      gap: 1rem; }
  .basket-form__input {
    margin-bottom: 1rem; }
    .basket-form__input input {
      width: 100%;
      height: 3rem;
      border: 1px solid #EDEDED;
      border-radius: .5rem;
      font-size: 0.8rem;
      padding: 0 1.25rem; }
      .basket-form__input input::placeholder {
        color: #B8B8B8; }
  .basket-form__promocode {
    position: relative; }
    .basket-form__promocode button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 1.25rem;
      width: 1.3rem; }
      .basket-form__promocode button img {
        width: 100%;
        display: block; }
    .basket-form__promocode p {
      position: absolute;
      font-size: 0.6rem;
      margin-top: 0.2rem;
      display: none; }
      .basket-form__promocode p.error {
        color: #FF3B30; }
      .basket-form__promocode p.success {
        color: #01AB01; }
  .basket-payment {
    margin: 1.75rem 0 1.5rem; }
    .basket-payment__title {
      font-size: 1.2rem;
      font-weight: 500;
      margin-bottom: 0.85rem; }
    .basket-payment__choose {
      display: flex;
      gap: .75rem; }
    .basket-payment__label {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none; }
      .basket-payment__label input {
        display: none; }
        .basket-payment__label input:checked + span {
          border-color: #2F2F2F; }
      .basket-payment__label span {
        border: 1px solid #EDEDED;
        border-radius: .5rem;
        width: 9.75rem;
        height: 3.75rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all; }
        .basket-payment__label span img {
          width: 5rem;
          display: block; }
  .basket-address__title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 2rem; }
  .basket-address__map {
    border-radius: 1rem;
    background: #F7F7F7;
    height: 29.4rem;
    margin-bottom: 1.5rem; }
  .basket-address .customSelect {
    font-size: 0.8rem; }
    .basket-address .customSelect__option {
      font-size: 0.8rem; }
      .basket-address .customSelect__option--value {
        border: 1px solid #EDEDED !important;
        height: 3rem;
        padding-left: 1.25rem; }
        .basket-address .customSelect__option--value::after {
          right: 0.8rem; }
  .basket-total {
    border-top: 1px solid #EDEDED;
    padding-top: 2rem;
    font-weight: 500; }
    .basket-total__wrap {
      max-width: 34.4rem; }
    .basket-total__title {
      font-size: 1.2rem;
      margin-bottom: 1.5rem; }
    .basket-total__list li {
      margin-bottom: 0.75rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .basket-total__price {
      text-align: right;
      margin-bottom: 1.5rem; }
      .basket-total__price span {
        font-size: 1.2rem;
        color: #01AB01;
        margin-left: 0.25rem; }
    .basket-total__btn {
      width: 100%; }

.message {
  display: none;
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 6;
  border-radius: .3rem; }
  .message-success {
    background: #F2FDE5; }
  .message-error {
    background: #FFDFDF; }
    .message-error .message__text span {
      color: #FF3B30; }
  .message-wrap {
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .8rem;
    padding: 0 0.9rem; }
  .message__close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 1.2rem;
    flex-shrink: 0; }
    .message__close img {
      width: .6rem; }

.profile {
  padding-top: 3.5rem; }
  .profile-wrap {
    display: flex;
    gap: 1rem; }
  .profile-side {
    width: 32.5%;
    align-self: flex-start;
    font-weight: 500; }
    .profile-side__item {
      padding: 1.5rem 2rem;
      background: #F7F7F7;
      border-radius: 1rem;
      margin-bottom: 0.75rem;
      cursor: pointer; }
      .profile-side__item:last-child {
        margin-bottom: 0; }
      .profile-side__item div {
        font-weight: 700;
        margin-bottom: 0.5rem; }
      .profile-side__item p {
        color: #01AB01; }
    .profile-side__name {
      cursor: default; }
  .profile-main {
    width: 67.5%;
    background: #F7F7F7;
    border-radius: 1rem;
    padding: 2.5rem; }
  .profile__title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  .profile-empty {
    padding: 0.5rem 0; }
  .profile-products {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.8rem; }
    .profile-products__item {
      width: calc(33.33333% - .6666rem);
      height: 5rem;
      display: flex;
      align-items: center;
      gap: 1.1rem;
      background: #fff;
      padding: 0 1rem;
      border-radius: .5rem;
      cursor: pointer; }
    .profile-products__images {
      display: flex;
      width: 6.1rem;
      flex-shrink: 0; }
      .profile-products__images img {
        width: 2.6rem;
        height: 2.6rem;
        object-fit: contain;
        background: #F7F7F7;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #fff; }
        .profile-products__images img:nth-child(2) {
          margin-left: -0.8rem;
          position: relative;
          z-index: 1; }
        .profile-products__images img:nth-child(3) {
          margin-left: -0.8rem;
          position: relative;
          z-index: 2; }
      .profile-products__images span {
        margin-left: -0.8rem;
        position: relative;
        z-index: 2;
        width: 2.6rem;
        height: 2.6rem;
        background: #F7F7F7;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #fff; }
    .profile-products__info p {
      color: #B8B8B8;
      margin-top: 0.4rem; }
  .profile-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.35); }
    .profile-popup__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      border-radius: 1rem;
      padding: 2.6rem 2.1rem;
      width: 33.8rem; }
    .profile-popup__close {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      opacity: .5;
      width: 1.1rem;
      position: absolute;
      right: 1rem;
      top: 1rem;
      z-index: 2; }
      .profile-popup__close img {
        width: 100%; }
      .profile-popup__close:hover {
        opacity: 1; }
    .profile-popup .profile__title {
      text-align: center; }
  .profile-order {
    font-size: 0.8rem; }
    .profile-order__info {
      margin-bottom: 1.2rem; }
      .profile-order__info li {
        margin-bottom: 0.3rem;
        display: flex;
        gap: .35rem; }
        .profile-order__info li div {
          font-weight: 500; }
        .profile-order__info li .green {
          color: #01AB01; }
        .profile-order__info li:last-child {
          margin-bottom: 0; }
    .profile-order .basket-list {
      height: 17.5rem;
      margin-bottom: 1.25rem; }
    .profile-order .basket-item {
      margin-bottom: 0.5rem; }
      .profile-order .basket-item__wrap {
        justify-content: flex-start;
        gap: 1rem; }
    .profile-order__price {
      margin-left: -2.1rem;
      width: calc(100% + 4.2rem);
      border-top: 1px solid #EDEDED;
      padding: 0 2.1rem;
      padding-top: 1.2rem;
      display: flex;
      align-items: center;
      gap: .4rem; }
      .profile-order__price span {
        font-size: 1.2rem;
        font-weight: 500;
        color: #01AB01; }
    .profile-order__btn {
      border-top: 1px solid #EDEDED;
      width: calc(100% + 4.2rem);
      margin-left: -2.1rem;
      padding: 1.2rem 2.1rem 0;
      margin-top: 1.2rem; }
      .profile-order__btn .btn {
        width: 100%;
        background: #fff;
        color: #01AB01;
        border: 1px solid #01AB01; }
        .profile-order__btn .btn:hover {
          background: #01AB01;
          color: #fff; }
  .profile-info__form {
    padding-top: 0.5rem; }
    .profile-info__form input {
      width: 100%;
      height: 3rem;
      border: 1px solid #EDEDED;
      border-radius: .5rem;
      font-size: 0.8rem;
      padding: 0 1.25rem;
      margin-bottom: 1rem; }
      .profile-info__form input::placeholder {
        color: #B8B8B8; }
    .profile-info__form span {
      margin-left: -2.1rem;
      width: calc(100% + 4.2rem);
      border-bottom: 1px solid #EDEDED;
      display: block;
      margin: 1rem -2.1rem 1.25rem; }
    .profile-info__form .btn {
      width: 100%; }
  .profile-address__content {
    width: 45rem;
    padding: 0;
    overflow: hidden; }
  .profile-address .profile__title {
    padding: 2.5rem 1rem 1.5rem;
    margin-bottom: 0; }
  .profile-address__map {
    width: 100%;
    background: #F7F7F7;
    height: 30rem; }
  .profile-address__btn {
    position: absolute;
    bottom: 2.6rem;
    left: 2.1rem;
    width: calc(100% - 4.2rem);
    z-index: 2; }

.cooperation {
  height: calc(100vh - 4.7rem);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8rem;
  color: #fff;
  text-align: center; }
  .cooperation__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .cooperation__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .cooperation-content {
    max-width: 60rem;
    padding: 0 3rem; }
  .cooperation .section-title {
    margin-bottom: 2rem; }
  .cooperation__text {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 2.1rem; }
  .cooperation-btns {
    display: flex;
    gap: .75rem;
    justify-content: center; }
    .cooperation-btns .btn {
      width: 18.3rem; }
      .cooperation-btns .btn-trans {
        background: transparent;
        color: #fff; }
        .cooperation-btns .btn-trans:hover {
          background: rgba(255, 255, 255, 0.2); }

.work {
  padding-top: 4rem; }
  .work .section-title {
    margin-bottom: 0.5rem; }
  .work .section-head {
    margin-bottom: 3.7rem; }
  .work__text {
    font-weight: 500;
    font-size: 1.2rem; }
  .work__ico {
    width: 6.5rem; }
    .work__ico img {
      width: 100%;
      display: block;
      animation: rotating 30s linear infinite; }
  .work-list {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap; }
  .work-item {
    width: calc(25% - .75rem);
    background: #F7F7F7;
    border-radius: 1rem;
    padding: 2.5rem 2rem; }
    .work-item:nth-child(3) {
      background: #A9F252; }
    .work-item__ico {
      display: block;
      width: 2.25rem;
      margin-bottom: 1.5rem; }
      .work-item__ico img {
        width: 100%;
        display: block; }
    .work-item__name {
      line-height: 1;
      font-size: 1.2rem;
      font-weight: 500;
      margin-bottom: 1.5rem; }
    .work-item__text {
      line-height: 1; }

.profit {
  padding: 5rem 0; }
  .profit .section-title {
    text-align: center;
    margin-bottom: 2.5rem; }
  .profit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; }
  .profit-item {
    width: calc(25% - .75rem); }
    .profit-item__title {
      height: 4.5rem;
      display: flex;
      align-items: center;
      padding: 0 2.5rem;
      border-radius: 4.5rem;
      font-weight: 500;
      background: #A9F252;
      margin-bottom: 0.25rem; }
      .profit-item__title span {
        max-width: 12rem; }
    .profit-item__text {
      padding: 1.1rem 2.5rem 1.6rem;
      border-radius: 2rem;
      background: #E0FFBA;
      height: calc(100% - 4.75rem); }

.feedback {
  background: #F7F7F7;
  padding: 3rem 0; }
  .feedback + .footer {
    padding-top: 0; }
  .feedback-content {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 3.5rem; }
  .feedback-form {
    width: 56%;
    padding: 2.4rem 3.2rem 2.8rem;
    border-radius: 1rem;
    background: #fff; }
    .feedback-form input, .feedback-form textarea {
      width: 100%;
      padding: 0 1.25rem;
      border-radius: .5rem;
      border: 1px solid #EDEDED;
      height: 3rem;
      font-size: 0.8rem;
      margin-bottom: 0.5rem; }
      .feedback-form input::placeholder, .feedback-form textarea::placeholder {
        color: #6e6e6e; }
    .feedback-form .form__wrap {
      display: flex;
      margin: .5rem 0 1rem;
      gap: .5rem;
      font-size: 0.8rem;
      align-items: center; }
    .feedback-form .form_file {
      display: flex;
      align-items: center; }
      .feedback-form .form_file input {
        appearance: none;
        display: none; }
      .feedback-form .form_file span {
        min-width: 12rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none;
        padding: 0 2rem;
        border: 1px solid #01AB01;
        color: #01AB01;
        border-radius: 2rem;
        height: 2.4rem; }
        .feedback-form .form_file span:hover {
          background: #01AB01;
          color: #fff; }
    .feedback-form .form_del {
      cursor: pointer;
      color: #01AB01;
      display: none; }
      .feedback-form .form_del.active {
        display: block; }
    .feedback-form p {
      margin-bottom: 1rem;
      color: #6e6e6e;
      font-size: 0.8rem;
      white-space: nowrap; }
    .feedback-form textarea {
      margin-bottom: 1rem;
      resize: none;
      padding: 1rem 1.25rem;
      height: 7.5rem;
      outline: none; }
    .feedback-form .btn {
      width: 22rem; }
  .feedback-info {
    width: 44%;
    padding-top: 4.2rem; }
  .feedback__text {
    font-weight: 500;
    font-size: 1.2rem;
    color: #B8B8B8;
    margin-bottom: 6rem; }
  .feedback .contact__btn {
    width: 22rem; }
  .feedback-career .feedback__text {
    margin-bottom: 5.1rem;
    max-width: 21rem; }

.about {
  overflow: hidden; }
  .about-head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 28.6rem;
    text-align: center; }
    .about-head__text {
      font-size: 1.2rem;
      font-weight: 500;
      margin: 2.1rem 0; }
  .about-main {
    padding: 4rem 0 5rem; }
    .about-main__content {
      display: flex;
      max-width: 69rem;
      margin: 0 auto;
      gap: 6.5rem;
      align-items: center; }
    .about-main__wrap {
      width: 36rem;
      flex-shrink: 0;
      text-align: right; }
    .about-main .section-title {
      margin-bottom: 1.5rem;
      line-height: 1.5; }
      .about-main .section-title span {
        color: #01AB01; }
    .about-main__text p {
      margin-bottom: 1.5rem; }
      .about-main__text p:last-child {
        margin-bottom: 0; }
    .about-main__img {
      width: 42%;
      border-radius: 1rem;
      overflow: hidden; }
      .about-main__img img {
        width: 100%;
        display: block; }
  .about-info .container {
    display: flex;
    gap: 1rem; }
  .about-info__list {
    width: calc(28% - .6666rem); }
    .about-info__list li {
      background: #F7F7F7;
      margin-bottom: 0.5rem;
      height: 3.8rem;
      border-radius: 2rem;
      display: flex;
      align-items: center;
      padding: 0 2rem;
      font-size: 1rem;
      gap: 1rem; }
      .about-info__list li img {
        width: 1rem; }
      .about-info__list li:last-child {
        margin-bottom: 0; }
      .about-info__list li strong {
        font-weight: 500; }
  .about-info__center {
    width: calc(28% - .6666rem); }
  .about-info__text {
    height: 8.1rem;
    border-radius: 1rem;
    background: #F7F7F7;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    padding: 0 2.2rem;
    font-size: 0.8rem; }
  .about-audio {
    background: #F7F7F7;
    border-radius: 1rem;
    height: calc(100% - 8.6rem);
    padding: 1.8rem 1.5rem; }
    .about-audio__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem; }
    .about-audio__wrap {
      display: flex;
      align-items: center;
      gap: 1.3rem; }
    .about-audio__img {
      flex-shrink: 0;
      width: 3.5rem; }
      .about-audio__img img {
        width: 100%;
        display: block; }
    .about-audio__name div {
      font-size: 1rem;
      color: #01AB01;
      font-weight: 500;
      margin-bottom: 0.25rem; }
    .about-audio__ico {
      flex-shrink: 0;
      width: 2.1rem;
      height: 2.1rem;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: #01AB01; }
      .about-audio__ico:hover {
        background: #4DC44D; }
      .about-audio__ico img {
        width: 100%; }
        .about-audio__ico img:last-child {
          display: none; }
      .about-audio__ico.active img:first-child {
        display: none; }
      .about-audio__ico.active img:last-child {
        display: block; }
    .about-audio__line {
      display: flex;
      align-items: end;
      align-items: center;
      height: 1.5rem;
      gap: .3rem;
      margin: 1.3rem 0; }
      .about-audio__line span {
        width: .1rem;
        height: .5rem;
        background: #2F2F2F;
        display: inline-block;
        animation: equalizer 1.2s ease-in-out infinite;
        animation-play-state: paused; }
        .about-audio__line span:nth-child(odd) {
          animation-delay: 0.1s; }
        .about-audio__line span:nth-child(even) {
          animation-delay: 0.3s; }
        .about-audio__line span:nth-child(3n) {
          animation-delay: 0.5s; }
        .about-audio__line span:nth-child(4n) {
          animation-delay: 0.7s; }
        .about-audio__line span:nth-child(5n) {
          animation-delay: 0.2s;
          animation-duration: 1.4s; }
        .about-audio__line span:nth-child(6n) {
          animation-delay: 0.6s;
          animation-duration: 1.1s; }
      .about-audio__line.active span {
        animation-play-state: running; }
    .about-audio__text {
      font-size: 0.8rem;
      color: #B8B8B8; }
  .about-percent {
    width: calc(44% - .6666rem);
    padding: 2rem;
    background: #F7F7F7;
    border-radius: 1rem; }
    .about-percent__value {
      font-weight: 500;
      font-size: 2.8rem;
      margin-bottom: 0.5rem; }
    .about-percent__text {
      margin-bottom: 2.3rem; }
    .about-percent__list {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding-right: .5rem; }
    .about-percent__dots {
      display: flex;
      flex-wrap: wrap;
      gap: .15rem;
      width: 2.15rem;
      margin-bottom: 0.4rem; }
      .about-percent__dots span {
        width: 1rem;
        height: 1rem;
        background: #EDEDED;
        border-radius: 50%; }
        .about-percent__dots span.green {
          background: #01AB01; }

.mission {
  padding: 5rem 2rem 0;
  overflow: hidden; }
  .mission-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 5rem;
    text-align: right; }
    .mission-item__wrap {
      width: 20.7rem; }
    .mission-item__img {
      width: calc(100% - 22.7rem);
      height: 23.2rem;
      border-radius: 1rem;
      overflow: hidden; }
      .mission-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .mission-item .section-title {
      margin-bottom: 1.5rem; }
      .mission-item .section-title span {
        display: block;
        color: #01AB01;
        margin-top: 0.5rem; }
    .mission-item__text p {
      margin-bottom: 1rem; }
      .mission-item__text p:last-child {
        margin-bottom: 0; }

.team {
  padding: 4.5rem 0 8rem;
  overflow: hidden; }
  .team-top .container {
    display: flex;
    gap: 1.5rem;
    padding-right: 0; }
  .team-info {
    width: 22.6rem;
    flex-shrink: 0;
    text-align: right;
    margin-right: 7.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .team .section-title {
    margin-bottom: 1.5rem; }
    .team .section-title span {
      display: block;
      color: #01AB01;
      margin-top: 0.5rem; }
  .team__text p {
    margin-bottom: 1rem; }
    .team__text p:last-child {
      margin-bottom: 0; }
  .team-arrows {
    align-self: flex-start;
    gap: .5rem;
    flex-shrink: 0; }
    .team-arrows span {
      width: 2.6rem;
      height: 2.6rem;
      border-radius: 50%;
      background: #F7F7F7;
      padding: 0.8rem;
      opacity: .7; }
      .team-arrows span img {
        opacity: .5; }
      .team-arrows span.active img {
        opacity: 1; }
  .team-main {
    width: calc(100% - 38.5rem); }
  .team-item {
    width: 22.2rem;
    height: 28.1rem;
    position: relative;
    z-index: 1;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 1.5rem 2.9rem; }
    .team-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .team-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .team-item__wrap {
      color: #fff;
      text-align: center;
      width: 100%;
      padding: 0.55rem 0;
      border-radius: 3rem;
      background: #2F2F2F; }
    .team-item__name {
      font-weight: 500;
      margin-bottom: 0.3rem; }
    .team-item__pos {
      font-size: 0.7rem;
      color: #B8B8B8; }
  .team .owl-dots {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    gap: .75rem;
    padding-right: 0.5rem;
    justify-content: center; }
    .team .owl-dots .owl-dot {
      flex-grow: 1;
      height: .2rem;
      border-radius: .2rem;
      background: #F7F7F7;
      max-width: 8rem; }
      .team .owl-dots .owl-dot.active {
        background: #01AB01; }
  .team-video {
    padding-top: 12rem; }
    .team-video .plyr--video {
      border-radius: 1.5rem; }

.contact {
  padding-top: 2.5rem; }
  .contact-card {
    display: flex;
    border-radius: 1rem;
    overflow: hidden;
    background: #F7F7F7; }
  .contact-wrap {
    width: 59.5%;
    padding: 3rem 4rem; }
  .contact__title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.75rem; }
  .contact__text {
    margin-bottom: 1.5rem;
    max-width: 20rem; }
  .contact__tel {
    color: #2F2F2F;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.25rem;
    font-size: 1.2rem; }
    .contact__tel:hover {
      color: #01AB01; }
  .contact__mail {
    margin-bottom: 1.25rem;
    font-size: 0.8rem; }
    .contact__mail span {
      font-weight: 700; }
    .contact__mail a {
      color: #2F2F2F; }
      .contact__mail a:hover {
        color: #01AB01; }
  .contact__btn {
    width: 100%;
    max-width: 27.5rem; }
  .contact .footer-social {
    margin-top: 2rem; }
    .contact .footer-social a {
      color: #2F2F2F; }
      .contact .footer-social a:hover {
        color: #01AB01; }
  .contact__img {
    width: 41.5%; }
    .contact__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.page404 {
  padding: 5rem 0 2.5rem; }
  .page404 + .popular {
    margin-bottom: 1.5rem; }
  .page404-main {
    max-width: 19.3rem;
    margin: 0 auto;
    text-align: center; }
  .page404__title {
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem; }
  .page404__text {
    font-size: 1rem; }
    .page404__text a {
      color: #01AB01; }

.footer {
  padding-top: 5rem; }
  .footer-slogan {
    background: #A9F252;
    overflow: hidden; }
    .footer-slogan__list {
      display: flex;
      gap: 1.5rem;
      height: 6.7rem;
      align-items: center;
      animation: marquee 30s linear infinite; }
      .footer-slogan__list a {
        flex-shrink: 0;
        font-weight: 500;
        font-size: 3.2rem;
        color: #01AB01; }
        .footer-slogan__list a:nth-child(even) {
          color: #fff;
          font-weight: 400;
          font-style: italic; }
  .footer-logos__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0; }
    .footer-logos__list li {
      width: 10.8rem;
      opacity: .4; }
      .footer-logos__list li img {
        width: 100%;
        display: block; }
  .footer-main {
    color: #fff;
    padding: 3rem 0;
    background: #2F2F2F;
    font-size: 0.8rem; }
  .footer__logo {
    width: 12rem;
    display: block;
    margin-bottom: 1.5rem; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .footer__tel {
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
    display: inline-block;
    margin-bottom: 0.5rem; }
    .footer__tel:hover {
      opacity: .8; }
  .footer__mail {
    color: #fff;
    opacity: .5; }
    .footer__mail:hover {
      opacity: 1; }
  .footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem; }
    .footer-social li {
      display: inline-flex; }
    .footer-social a {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      color: #fff; }
      .footer-social a img {
        width: 1rem; }
      .footer-social a:hover {
        opacity: .8; }
  .footer-menu {
    display: flex;
    align-items: flex-start;
    gap: 10rem; }
    .footer-menu__title {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 1rem; }
    .footer-menu__list li {
      margin-bottom: 0.5rem; }
      .footer-menu__list li:last-child {
        margin-bottom: 0; }
    .footer-menu__list a {
      color: #fff;
      opacity: .5; }
      .footer-menu__list a:hover {
        opacity: 1; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; }

  .container {
    padding: 0 5rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; }

  .container {
    padding: 0 4rem; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 3rem; }

  .search-content {
    padding: 4.2rem 0; }
  .search-input {
    padding-top: 2.5rem; }
  .search-result {
    padding-top: 3rem; }
    .search-result__title {
      margin-bottom: 1.5rem; }
    .search-result .product-item {
      width: calc(50% - .5rem); }

  .header {
    padding: 0.5rem 0; }
    .header__logo {
      position: static;
      transform: none; }
    .header-menu, .header-lang {
      display: none; }
    .header-mobile {
      display: flex;
      width: 1.2rem; }
      .header-mobile svg {
        width: 100%; }

  .main-products {
    flex-wrap: wrap; }
    .main-products__item {
      width: calc(50% - .25rem); }

  .popular {
    padding-top: 4rem; }
    .popular-info {
      flex-wrap: wrap; }
      .popular-info__item {
        width: 100%; }

  .product .breadcrumbs {
    margin-bottom: 2rem; }
  .product .product-title-mobile {
    display: block;
    margin-bottom: 1.5rem; }
  .product-main {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem; }
  .product-images {
    width: 100%; }
  .product-info {
    width: 100%; }
    .product-info > .section-title {
      display: none; }

  .news {
    padding-top: 4rem; }
    .news-item__img {
      height: 12rem; }
    .news-list .news-item {
      width: calc(50% - .5rem); }

  .catalog-main {
    flex-direction: column-reverse; }
  .catalog-side {
    width: 100%;
    position: static; }
  .catalog-list {
    width: 100%; }
  .catalog .product-item {
    width: calc(50% - .5rem); }

  .basket-main {
    flex-direction: column;
    gap: 3rem; }
  .basket-left, .basket-right {
    width: 100%; }

  .profile-wrap {
    display: flex;
    flex-direction: column; }
  .profile-side {
    width: 100%;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap; }
    .profile-side__item {
      width: calc(50% - .25rem);
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 4rem; }
      .profile-side__item div {
        margin-bottom: 0; }
  .profile-main {
    width: 100%; }
  .profile-products__item {
    width: calc(50% - .5rem); }

  .work-item {
    width: calc(50% - .5rem); }

  .profit-list {
    gap: 2rem 1rem; }
  .profit-item {
    width: calc(50% - .5rem); }

  .feedback-content {
    flex-direction: column-reverse; }
  .feedback-form {
    width: 100%; }
    .feedback-form p {
      white-space: normal; }
  .feedback-info {
    width: 100%;
    padding-top: 0; }
  .feedback__text {
    margin-bottom: 2rem; }
  .feedback-career .feedback__text {
    margin-bottom: 2rem; }

  .about-main__content {
    flex-wrap: wrap;
    gap: 3rem; }
  .about-main__wrap, .about-main__img {
    width: 100%; }
  .about-info .container {
    flex-wrap: wrap; }
  .about-info__list, .about-info__center {
    width: calc(50% - .5rem); }
  .about-percent {
    width: 100%; }

  .mission {
    padding-left: 0;
    padding-right: 0; }
    .mission-item {
      flex-direction: column; }
      .mission-item__wrap, .mission-item__img {
        width: 100%; }

  .team-top .container {
    flex-wrap: wrap; }
  .team-info {
    width: 100%;
    padding-right: 3rem; }
  .team-main {
    width: calc(100% - 7.2rem); }
  .team-video {
    padding-top: 8rem; }

  .contact-card {
    flex-direction: column; }
  .contact-wrap {
    width: 100%; }
  .contact__img {
    width: 100%; }

  .footer {
    padding-top: 4rem; }
    .footer-slogan__list {
      height: 4rem;
      gap: 1rem; }
      .footer-slogan__list a {
        font-size: 2rem; }
    .footer-logos__list {
      flex-wrap: wrap;
      gap: .5rem; }
    .footer-wrap {
      flex-direction: column-reverse;
      gap: 2rem; }
    .footer-menu {
      justify-content: space-between;
      gap: 1rem;
      width: 100%; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .section-head {
    margin-bottom: 1.5rem; }
  .section-title {
    font-size: 1.4rem; }
    .section-title-big {
      font-size: 1.7rem; }

  .arrows {
    gap: .5rem; }
    .arrows span {
      width: 1.4rem; }

  .page-head {
    padding: 1.2rem 0; }
  .page-title {
    font-size: 1.3rem; }

  .enter-content {
    width: calc(100% - 2rem);
    padding: 2.6rem 1rem; }

  .filter-content {
    width: 100%;
    padding-top: 2rem; }
  .filter-wrap {
    width: 100%; }

  .search-content {
    padding: 3.5rem 0;
    max-height: 100dvh;
    overflow: auto; }
  .search-input {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    .search-input__input input {
      font-size: 1rem;
      height: 2.5rem;
      padding-right: 1rem; }
    .search-input__input img {
      width: 0.8rem; }
    .search-input__btn {
      height: 2.5rem;
      width: auto;
      padding: 0 1rem; }
  .search-tags {
    flex-wrap: wrap; }
    .search-tags li a {
      font-size: 0.7rem;
      height: 1.8rem; }
  .search-result {
    padding-top: 2rem; }
    .search-result__title {
      margin-bottom: 1rem;
      font-size: 1rem; }
    .search-result__list {
      gap: .5rem;
      margin-bottom: 2rem; }
    .search-result .product-item {
      width: 100%; }

  .mobile-menu__logo {
    width: 2.5rem; }
  .mobile-menu .container {
    padding: 0.5rem 1rem 3rem; }
  .mobile-menu__close {
    width: 2.5rem;
    height: 2.5rem; }
  .mobile-menu__list {
    font-size: 1.2rem; }
    .mobile-menu__list li {
      margin-bottom: 1.5rem; }

  .header__logo {
    width: 2.5rem; }
  .header-wrap {
    gap: .7rem; }
  .header__search {
    height: 2rem;
    padding: 0 0.7rem; }
    .header__search svg {
      width: 0.9rem; }
  .header__profile {
    width: 1.2rem; }

  .main {
    padding-top: 1rem; }
    .main-slider__item img {
      border-radius: .75rem; }
    .main-slider__arrows {
      display: none; }
    .main-products__item {
      gap: .5rem;
      font-size: 0.75rem;
      height: 4rem; }
      .main-products__item img {
        height: 3rem; }

  .popular-info__item {
    height: auto;
    padding: 2.2rem 1rem 0;
    flex-direction: column; }
  .popular-info__bot {
    gap: 2rem; }
    .popular-info__bot .popular-info__img {
      align-self: center; }

  .product .breadcrumbs {
    margin-bottom: 1rem; }
  .product-images {
    flex-direction: column-reverse; }
  .product-slider {
    width: 100%; }
    .product-slider__arrow {
      display: none; }
    .product-slider__list {
      height: auto;
      display: flex;
      margin-left: -1rem;
      width: calc(100% + 2rem);
      gap: .5rem;
      padding: 0 1rem; }
    .product-slider__item {
      width: 4.5rem;
      height: 4.5rem;
      border-radius: .75rem;
      flex-shrink: 0;
      margin-bottom: 0; }
  .product__img {
    width: 100%;
    height: 100vw; }
  .product__basket, .product__count {
    width: 100%; }
  .product-item__img {
    height: 15rem; }
  .product-item__title {
    font-size: 1rem;
    line-height: 1rem;
    height: 2rem; }
  .product-item__price {
    font-size: 1rem; }
  .product-item__tags {
    min-height: 0; }

  .news-page {
    padding-top: 1.5rem; }
    .news-page .page-title {
      margin-bottom: 1.5rem; }
    .news-page .catalog-side__list {
      margin-bottom: 1.5rem; }
  .news-list .news-item {
    width: 100%; }
  .news-single {
    padding-top: 1.5rem; }
    .news-single .page-title {
      margin-bottom: 1.5rem; }
    .news-single__img {
      margin-bottom: 1.5rem; }
    .news-single__content {
      font-size: 0.95rem; }
      .news-single__content h2, .news-single__content h3, .news-single__content h4, .news-single__content h5 {
        font-size: 1.3rem; }
    .news-single__products .product-item {
      width: 100%; }

  .catalog {
    padding-top: 1.5rem; }
    .catalog-head {
      flex-direction: column;
      margin-bottom: 1rem; }
    .catalog-side {
      padding: 1.5rem 1rem; }
      .catalog-side__list li {
        font-size: 0.8rem; }
      .catalog-side__list a {
        min-height: 1.8rem;
        padding: 0 0.5rem; }
    .catalog-total {
      display: none; }
      .catalog-total-mobile {
        display: block;
        width: 100%; }
    .catalog .product-item {
      width: 100%; }

  .basket-main {
    gap: 1.5rem; }
  .basket-list {
    height: auto; }
  .basket-item__img {
    width: 4rem;
    height: 4rem; }
  .basket-item__info, .basket-item__total {
    font-size: 0.7rem; }
  .basket-item__btns {
    gap: 1rem; }
  .basket-address__title {
    margin-bottom: 1.2rem; }
  .basket-address__map {
    height: 20rem; }

  .message {
    width: calc(100% - 2rem); }
    .message-wrap {
      height: auto;
      padding: 0.9rem;
      min-height: 3rem; }

  .profile {
    padding-top: 2rem; }
    .profile-side__item {
      padding: 0 0.5rem;
      border-radius: .5rem;
      font-size: 0.8rem;
      text-align: center;
      height: 3.2rem; }
    .profile-main {
      padding: 2rem 1rem; }
    .profile-products__item {
      width: 100%; }
    .profile-popup__content {
      width: calc(100% - 2rem);
      padding: 2rem 1rem; }
    .profile-popup__close {
      top: .8rem;
      right: .8rem; }
    .profile-popup .profile__title {
      margin-bottom: 1rem; }
    .profile-order__price {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      padding: 1rem 1rem 0; }
    .profile-order__btn {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      padding: 1rem 1rem 0;
      margin-top: 1rem; }
    .profile-order .basket-list {
      margin-right: -0.5rem;
      padding-right: 0.5rem; }
    .profile-info__form span {
      margin-left: -1rem;
      margin-right: -1rem;
      width: calc(100% + 2rem); }
    .profile-address__content {
      padding: 0; }
    .profile-address .profile__title {
      margin-bottom: 0;
      padding-top: 2rem; }
    .profile-address__map {
      height: 25rem; }
    .profile-address__btn {
      bottom: 2rem;
      left: 1rem;
      width: calc(100% - 2rem); }

  .cooperation {
    height: 40rem;
    padding-bottom: 6rem; }
    .cooperation__text {
      font-size: 1rem; }
    .cooperation-content {
      padding: 0 1rem; }
    .cooperation-btns {
      flex-wrap: wrap;
      gap: .5rem; }
      .cooperation-btns .btn {
        width: 100%; }

  .work {
    position: relative;
    overflow: hidden;
    padding-top: 4.5rem; }
    .work__ico {
      width: 4.5rem;
      position: absolute;
      top: .5rem;
      right: .5rem; }
    .work__text {
      font-size: 1rem; }
    .work .section-head {
      margin-bottom: 2rem; }
    .work-item {
      width: 100%;
      padding: 2rem 1rem; }

  .profit {
    padding: 4rem 0; }
    .profit .section-title {
      margin-bottom: 1.7rem; }
    .profit-item {
      width: 100%; }

  .feedback-content {
    gap: 2rem; }
  .feedback__text {
    font-size: 1rem;
    margin-bottom: 1.5rem; }
  .feedback-form {
    padding: 2rem 1rem; }
    .feedback-form .btn {
      width: 100%; }
  .feedback.career .feedback__text {
    margin-bottom: 1.5rem; }

  .about-head__content {
    padding: 0 1rem; }
  .about-head__text {
    font-size: 1rem;
    margin: 1.2rem 0; }
  .about-main {
    padding: 3rem 0; }
    .about-main .section-title {
      font-size: 1.1rem; }
  .about-info__list, .about-info__center {
    width: 100%; }
  .about-info__text {
    padding: 0 1rem; }
  .about-audio {
    padding: 1.5rem 1rem; }
    .about-audio__line {
      gap: .2rem;
      justify-content: space-between; }
      .about-audio__line span {
        width: 2px; }
  .about-percent {
    padding: 2rem 1rem; }
    .about-percent__value {
      font-size: 2.5rem; }
    .about-percent__list {
      padding-right: 0;
      font-size: 0.7rem; }
    .about-percent__dots {
      width: 1.5rem;
      gap: .1rem; }
      .about-percent__dots span {
        width: .7rem;
        height: .7rem; }

  .mission {
    padding-top: 4rem; }
    .mission-item {
      margin-bottom: 3rem;
      gap: 1.5rem; }
      .mission-item .section-title {
        margin-bottom: 1rem; }
      .mission-item__img {
        height: 15rem; }

  .team {
    padding: 2rem 0 5rem; }
    .team-info {
      padding-right: 1rem; }
    .team-arrows {
      display: none; }
    .team-main {
      width: calc(100% + 1rem);
      margin-left: -1rem; }
    .team .owl-stage-outer {
      padding: 0 1rem; }
    .team-item {
      width: 21rem;
      padding: 1.5rem 2.2rem; }
    .team .owl-dots {
      padding: 0 1rem; }
    .team-video {
      padding-top: 4rem; }
      .team-video .plyr--video {
        border-radius: 1rem; }
      .team-video video {
        height: 20rem;
        object-fit: cover; }

  .contact {
    padding-top: 1.5rem; }
    .contact-wrap {
      padding: 2rem 1rem; }
    .contact__title {
      font-size: 2rem;
      margin-bottom: 1rem; }

  .page404__title {
    font-size: 2rem; }
  .page404__text {
    font-size: 0.9rem; }

  .footer-slogan__list {
    animation-duration: 20s; }
    .footer-slogan__list a {
      font-size: 1.5rem; }
  .footer-logos__list li {
    width: calc(33.3333% - .6666rem); }
  .footer-menu {
    flex-direction: column;
    flex-wrap: wrap; }
    .footer-menu__col {
      max-width: 50%; }
  .footer-info {
    width: 100%; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
.zbtn{
    background: #fff;
    border:1px solid #01AB01;
    color: #01AB01;
}
.zbtn:hover{
    background: #01AB01;
    color: #fff;
}
.sub_info{
    color:#4b4444; font-size: 0.8rem;
}
.link_in_main{
    color:#015B03
}
.link_in_main:hover{
    color:#01AB01;
}
