@charset "UTF-8";
/*
Theme Name: p-c-f.ru
Author: Команда p-c-f.ru
Author URI: https://p-c-.ru/
Version: 1
*/
@font-face {
  font-family: 'GolosText-Regular';
  src: url("./fonts/GolosText-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'PlayfairDisplay-Italic';
  src: url("./fonts/PlayfairDisplay-Italic.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'GolosText-Bold';
  src: url("./fonts/GolosText-Bold.ttf");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.body-hidden-scroll {
  overflow-y: hidden;
}

.icons {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}

.container {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.container_relative {
  position: relative;
}

.container_height {
  height: 100%;
}

.button-pcf {
  font-family: 'GolosText-Regular';
  font-size: 16px;
  color: #ffffff;
  background: #0E233A;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  height: 60px;
  width: 100%;
}

.button-pcf:hover {
  cursor: pointer;
}

.button-pcf_green {
  background: #478065;
}

.title-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'PlayfairDisplay-Italic';
  font-size: 48px;
  color: #0E233A;
  font-weight: normal;
}

.title-h2_center {
  text-align: center;
}

.title-h3 {
  font-family: 'GolosText-Bold';
  font-size: 24px;
  line-height: 36px;
  color: #0E233A;
  margin: 0;
}

.header {
  width: 100%;
  height: auto;
}

.header-top {
  width: 100%;
  height: 100px;
  background: #FFFFFF;
}

.header-top__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-button {
  display: none;
}

.header-top-logo {
  width: 84px;
  height: 60px;
}

.header-top-logo__svg {
  width: 100%;
  height: 100%;
}

.header-top-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.header-top-menu__item {
  margin-right: 30px;
}

.header-top-menu__item:last-child {
  margin-right: 0;
}

.header-top-menu__link {
  font-family: 'GolosText-Regular';
  font-size: 20px;
  color: #0E233A;
  text-decoration: none;
}

.header-top__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__phone {
  font-family: 'GolosText-Regular';
  font-size: 24px;
  color: #0E233A;
  text-decoration: none;
  margin-bottom: 5px;
}

.header-top__feedback {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  font-family: 'GolosText-Regular';
  font-size: 15px;
  color: #0E233A;
  padding-bottom: 2px;
  border-bottom: 1px solid #0E233A;
}

.header-top__feedback:hover {
  cursor: pointer;
  border-color: transparent;
}

.header-bottom {
  width: 100%;
  height: 50px;
  background: #0E233A;
}

.header-bottom-menu {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.header-bottom-menu__link {
  font-family: 'GolosText-Regular';
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}

.welcome {
  width: 100%;
  height: 800px;
  background-image: url(./images/main/welcome.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.webp .welcome {
  background-image: url(./images/main/welcome.webp);
}

.welcome__container {
  width: 677px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 165px;
  margin-left: 24px;
}

.welcome__logo {
  width: 352px;
  height: 250px;
  margin-bottom: 35px;
}

.welcome__title {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: 'PlayfairDisplay-Italic';
  font-size: 40px;
  color: #0E233A;
  font-weight: normal;
}

.welcome__button {
  width: 300px;
}

.assortment {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 617px;
  background-image: url(./images/assortment/assortment.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  overflow: hidden;
}

.webp .assortment {
  background-image: url(./images/assortment/assortment.webp);
}

.assortment__list {
  position: relative;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 300px);
  grid-template-rows: auto;
  row-gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.assortment__list.assortment-slider {
  display: block;
}

.assortment-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.assortment-slider .owl-item {
  width: 300px !important;
  height: 500px;
}

.assortment-item {
  width: 300px;
  height: 500px;
  overflow: hidden;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0px 0px 16px 0px #30323126;
          box-shadow: 0px 0px 16px 0px #30323126;
  text-decoration: none;
  position: relative;
  display: block;
}

.assortment-slider .assortment-item {
  opacity: 0;
  pointer-events: none;
}

.assortment-slider .owl-item.active .assortment-item {
  opacity: 1;
  pointer-events: auto;
}

.assortment-item__thumbnail {
  width: 100%;
  height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.assortment-item__img {
  height: 100%;
  width: auto;
  min-width: 100%;
}

.assortment-item__name {
  width: 100%;
  height: 70px;
  font-family: 'GolosText-Regular';
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  color: #0E233A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.assortment-item_full-height .assortment-item__name {
  height: 100%;
}

.assortment-slider .owl-dots {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.assortment-slider .owl-dot {
  border: none;
  outline: none;
  padding: 0;
  margin: 0 10px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #0e233a4d;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.assortment-slider .owl-dot:hover {
  cursor: pointer;
}

.assortment-slider .owl-dot.active {
  background: #0e233a;
}

.assortment-slider .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.assortment-slider .owl-nav button {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  outline: none;
  border: 1px solid #0e233a26;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px #30323126;
          box-shadow: 0px 4px 4px #30323126;
  position: absolute;
  top: 225px;
}

.assortment-slider .owl-nav button.owl-prev {
  left: -70px;
}

.assortment-slider .owl-nav button.owl-next {
  right: -70px;
}

.slider-arrow {
  width: 11px;
  height: 16px;
  fill: #0e233a;
  margin-left: 2px;
}

.assortment-slider .owl-nav button.owl-next .slider-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about {
  padding: 120px 0;
  overflow: hidden;
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about__content {
  margin-left: 186px;
  width: 493px;
  position: relative;
  z-index: 10;
}

.about__content .title-h3 {
  margin-top: 70px;
  margin-bottom: 30px;
}

.about__text {
  font-family: 'GolosText-Regular';
  font-size: 20px;
  line-height: 36px;
  color: #0E233A;
  margin-bottom: 36px;
}

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

.about-berries {
  width: 259px;
  height: 151px;
  display: block;
  position: absolute;
  z-index: -1;
  top: -190px;
  left: -171px;
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.about-berries__img {
  width: 100%;
  height: auto;
}

.about-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-gallery__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 20px;
}

.about-gallery__column:last-child {
  margin-right: 0;
}

.about-gallery__column-1 {
  width: 300px;
}

.about-gallery__column-2 {
  width: 320px;
}

.about-gallery__picture {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-gallery__picture:last-child {
  margin-bottom: 0;
}

.about-gallery__img {
  height: 100%;
  width: auto;
}

.feedback {
  width: 100%;
  background-image: url(./images/feedback/feedback.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 100px 0 120px;
}

.webp .feedback {
  background-image: url(./images/feedback/feedback.webp);
}

.feedback__container {
  background: #EFF2F4;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  width: 600px;
  position: relative;
  padding: 60px 50px 70px;
  -webkit-box-shadow: 0px 0px 16px 0px #30323140;
          box-shadow: 0px 0px 16px 0px #30323140;
  overflow: hidden;
}

.feedback__content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.feedback__text {
  font-family: 'GolosText-Regular';
  font-size: 16px;
  color: #0E233A;
  margin-bottom: 26px;
}

.feedback__text:last-child {
  margin-top: 0;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feedback .form {
  width: 100%;
}

.footer-feedback__text {
  font-family: 'GolosText-Regular';
  font-size: 20px;
  line-height: 28px;
  color: #0E233A;
  margin-top: 50px;
  overflow: hidden;
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.feedback .form__label {
  width: 240px;
}

.form__caption {
  font-family: 'GolosText-Regular';
  font-size: 14px;
  color: #0e233a99;
  margin-bottom: 3px;
  margin-left: 25px;
}

.form__input {
  width: 100%;
  border: 1px solid #fff;
  outline: 0;
  height: 60px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 0 25px;
  font-size: 16px;
  color: #0E233A;
}

.form__input::-webkit-input-placeholder {
  font-size: 16px;
  color: #0e233a99;
}

.form__input::-moz-placeholder {
  font-size: 16px;
  color: #0e233a99;
}

.form__input::-ms-input-placeholder {
  font-size: 16px;
  color: #0e233a99;
}

.form__input::placeholder {
  font-size: 16px;
  color: #0e233a99;
}

.form__input_error {
  border-color: #ff0000;
}

.consent {
  margin-top: 20px;
  font-family: 'GolosText-Regular';
  font-size: 14px;
  color: #0e233a80;
  width: 100%;
}

.consent__link {
  color: inherit;
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #eff2f4cc;
  display: none;
  z-index: 1000;
}

.loader__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: none;
  width: 80px;
  height: 80px;
  -webkit-animation: 1s linear 0s normal none infinite running rotate;
  animation: 1s linear 0s normal none infinite running rotate;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contacts {
  padding: 100px 0 120px;
}

.contacts__container {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts__map {
  width: 700px;
  height: 500px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
}

.contacts__content {
  margin-left: 70px;
  width: 460px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts__name {
  font-family: 'GolosText-Regular';
  font-size: 28px;
  color: #0E233A;
  margin-bottom: 20px;
}

.contacts__value {
  font-family: 'GolosText-Regular';
  font-size: 20px;
  color: #0E233A;
  margin-bottom: 40px;
  text-decoration: none;
  display: inline-block;
}

.contacts .button-pcf {
  width: 300px;
}

.contacts__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
  right: -75px;
  bottom: -78px;
}

.contacts__img {
  width: 100%;
  height: auto;
}

.footer {
  padding: 60px 0;
  background: #0E233A;
}

.footer-feedback {
  width: 100%;
  position: relative;
  padding: 60px 80px 70px;
  background: #EFF2F4;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-feedback .form {
  width: 580px;
}

.footer-feedback .form__label {
  width: 280px;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}

.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 120px;
}

.footer__column:first-child {
  margin-left: 0;
}

.footer__column_1 {
  width: 478px;
}

.footer-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.footer-logo {
  width: 140px;
  height: 100px;
}

.footer-logo__svg {
  width: 100%;
  height: 100%;
}

.footer-information__text {
  font-family: 'GolosText-Regular';
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-left: 20px;
}

.hotline {
  width: 100%;
  padding: 30px 20px 35px;
  background: #192E45;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.hotline__text {
  font-family: 'GolosText-Regular';
  font-size: 16px;
  color: #fff;
  padding-left: 11px;
  position: relative;
  margin-bottom: 20px;
}

.hotline__text:before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  background: #56E576;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.hotline__br {
  display: none;
}

.hotline__phone {
  font-family: 'GolosText-Regular';
  font-size: 36px;
  color: #fff;
  text-decoration: none;
}

.footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-menu__item {
  margin-bottom: 20px;
}

.footer-menu__item:last-child {
  margin-bottom: 0;
}

.footer-menu__link {
  font-family: 'GolosText-Regular';
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.footer-socials {
  margin-bottom: 50px;
}

.footer-socials:last-child {
  margin-bottom: 0;
}

.footer-socials__name {
  font-family: 'GolosText-Regular';
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.footer-socials__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-socials__link-social {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.footer-socials__link-social:last-child {
  margin-right: 0;
}

.footer-socials__link-marketplace {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.footer-socials__link-marketplace:last-child {
  margin-right: 20px;
}

.footer-socials__icon {
  width: 100%;
  height: 100%;
}

.mobile {
  display: none;
}

.modals {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171e24cc;
  z-index: 3000;
  display: none;
}

.modals__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal {
  width: 1082px;
  height: auto;
  background: #EFF2F4;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
  padding: 47px 60px;
  position: relative;
  display: none;
}

.modal-close {
  background: #E8EBEE;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  margin: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-close:hover {
  cursor: pointer;
  background: #D3DBE2;
}

.modal-close__icon {
  width: 22px;
  height: 22px;
  fill: transparent;
  stroke: #0E233A;
}

.modal__title {
  font-family: 'GolosText-Regular';
  font-size: 38px;
  color: #0E233A;
  margin-top: 0;
  margin-bottom: 21px;
}

.modal__description {
  font-family: 'GolosText-Regular';
  font-size: 18px;
  color: #0E233A;
  margin-top: 0;
  margin-bottom: 36px;
}

.modal .form__label {
  width: 306px;
}

.modal .submit.button-pcf {
  width: 306px;
}

.modal__button-close {
  width: 200px;
}

.breadcrumbs {
  padding-top: 50px;
  padding-bottom: 30px;
}

.breadcrumbs p {
  margin: 0;
}

.breadcrumbs span {
  font-family: 'GolosText-Regular';
  font-size: 16px;
  color: #0E233A;
}

.breadcrumbs a {
  color: #0E233A;
  text-decoration: none;
}

.wholesaler-advantages {
  margin-top: 100px;
}

.wholesaler-advantages__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.wholesaler-advantages__item {
  width: 300px;
  background: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(48, 50, 49, 0.25);
          box-shadow: 0px 0px 16px 0px rgba(48, 50, 49, 0.25);
  padding: 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wholesaler-advantages__icon {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wholesaler-advantages__svg {
  width: 100%;
  height: 100%;
  fill: #0E233A;
}

.wholesaler-advantages__text {
  font-family: 'GolosText-Regular';
  font-size: 24px;
  line-height: 34px;
  color: #0E233A;
  text-align: center;
  margin-top: 30px;
}

.assortment-product {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 16px 0px #30323126;
          box-shadow: 0px 0px 16px 0px #30323126;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.assortment-product__thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.assortment-product__thumbnail img {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}

.assortment-product__content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: calc(100% - 200px);
}

.assortment-product__title {
  font-family: 'GolosText-Regular';
  font-size: 16px;
  color: #0E233A;
}

.assortment-product-attributes {
  width: 100%;
  margin-top: 20px;
}

.assortment-product-attributes__item {
  font-family: 'GolosText-Regular';
  font-size: 14px;
  color: #0E233A;
  margin-bottom: 5px;
}

.assortment-product-attributes__item:last-child {
  margin-bottom: 0;
}

.assortment-product__information {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.assortment-product__information {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.assortment-product__price {
  font-family: 'GolosText-Regular';
  font-size: 20px;
  color: #0E233A;
}

.assortment-product__button {
  font-family: 'GolosText-Regular';
  font-size: 14px;
  color: #ffffff;
  background: #0E233A;
  padding: 12px 16px 11px;
  margin: 0;
  border: 0;
  outline: 0;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.assortment-product__button:hover {
  cursor: pointer;
}

.product-single {
  margin-top: 100px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce div.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.woocommerce-product-gallery {
  width: 600px !important;
}

.woocommerce-product-gallery__image {
  width: 600px;
  height: 600px;
  overflow: hidden;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin-bottom: 20px;
}

.woocommerce-product-gallery__image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.woocommerce-product-gallery__image a img {
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100px !important;
  height: 100px !important;
  display: inline-block;
  margin-right: 20px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 740px !important;
  margin-left: 60px;
}

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  margin-bottom: 20px;
  font-family: 'PlayfairDisplay-Italic';
  font-size: 36px;
  color: #0E233A;
  font-weight: normal;
}

.product-single__description {
  font-family: 'GolosText-Regular';
  font-size: 20px;
  color: #0E233A;
}

.product-single__description p {
  margin-top: 0;
  margin-bottom: 20px;
}

.product-single__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.price {
  font-family: 'GolosText-Regular';
  font-size: 32px;
  color: #0E233A;
  margin-right: 60px;
}

.product-single__information__button {
  width: 220px;
}

.product-single-marketplace {
  margin-top: 40px;
}

.product-single-marketplace__title {
  font-family: 'GolosText-Regular';
  font-size: 24px;
  color: #0E233A;
  margin-bottom: 20px;
}

.product-single-marketplace__link {
  width: 80px;
  height: 80px;
  display: block;
  margin-right: 20px;
}

.product-single-marketplace__icon {
  width: 100%;
  height: 100%;
}

.standard-page {
  padding: 100px 0;
}

.standard-page__container {
  margin-top: 60px;
  font-family: 'GolosText-Regular';
  font-size: 18px;
  color: #0E233A;
}

.standard-page__container a {
  color: #0E233A;
}

@media (max-width: 1600px) {
  .container {
    width: 1200px;
  }
  .title-h2 {
    font-size: 44px;
  }
  .welcome {
    height: 700px;
  }
  .welcome__logo {
    width: 300px;
    height: 213px;
    margin-bottom: 30px;
  }
  .welcome__title {
    margin-bottom: 40px;
    font-size: 29px;
  }
  .assortment {
    padding-top: 90px;
    padding-bottom: 480px;
  }
  .assortment__list {
    margin-top: 60px;
    grid-template-columns: repeat(4, 270px);
    row-gap: 40px;
  }
  .assortment-slider .owl-item {
    width: 270px !important;
    height: 460px;
  }
  .assortment-item {
    width: 270px;
    height: 460px;
  }
  .assortment-item__thumbnail {
    height: 390px;
  }
  .assortment-item__img {
    width: auto;
    min-width: inherit;
  }
  .assortment-item__name {
    font-size: 18px;
    line-height: 28px;
  }
  .assortment-slider .owl-nav button {
    top: 215px;
  }
  .about {
    padding: 100px 0;
  }
  .about__content {
    margin-left: 0px;
  }
  .feedback {
    padding: 90px 0 100px;
  }
  .contacts {
    padding: 90px 0 100px;
  }
  .contacts__map {
    width: 620px;
  }
  .footer-feedback {
    padding: 50px 70px 60px;
  }
  .footer-feedback .form {
    width: 500px;
  }
  .footer-feedback .form__label {
    width: 240px;
  }
  .footer-feedback__text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 40px;
  }
  .footer__column {
    margin-left: 60px;
  }
  .modal {
    width: 1014px;
  }
  .modal .form__label {
    width: 284px;
  }
  .modal .submit.button-pcf {
    width: 284px;
  }
  .wholesaler-advantages__item {
    width: 270px;
  }
  .woocommerce-product-gallery {
    width: 500px !important;
  }
  .woocommerce-product-gallery__image {
    width: 500px;
    height: 500px;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 80px !important;
    height: 80px !important;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 640px !important;
  }
}

@media (max-width: 1440px) {
  .container {
    width: 1024px;
  }
  .title-h2 {
    font-size: 36px;
  }
  .title-h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .form__input {
    height: 54px;
    font-size: 15px;
  }
  .form__input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .form__input::-moz-placeholder {
    font-size: 15px;
  }
  .form__input::-ms-input-placeholder {
    font-size: 15px;
  }
  .form__input::placeholder {
    font-size: 15px;
  }
  .button-pcf {
    font-size: 15px;
    height: 54px;
  }
  .header-top {
    height: 86px;
  }
  .header-top-menu__link {
    font-size: 18px;
  }
  .header-top__phone {
    font-size: 22px;
    margin-bottom: 3px;
    letter-spacing: .01em;
  }
  .header-top__feedback {
    font-size: 14px;
  }
  .header-bottom-menu__link {
    font-size: 16px;
  }
  .header-bottom {
    height: 40px;
  }
  .welcome {
    height: 600px;
  }
  .welcome__container {
    width: 600px;
    padding-top: 150px;
    margin-left: 0;
  }
  .welcome__logo {
    width: 240px;
    height: 171px;
    margin-bottom: 20px;
  }
  .welcome__title {
    margin-bottom: 35px;
    font-size: 24px;
  }
  .welcome__button {
    width: 260px;
  }
  .assortment {
    padding-top: 80px;
    padding-bottom: 420px;
  }
  .assortment__list {
    grid-template-columns: repeat(3, 300px);
  }
  .assortment-slider .owl-item {
    width: 300px !important;
    height: 500px;
  }
  .assortment-item {
    width: 300px;
    height: 500px;
  }
  .assortment-item__thumbnail {
    height: 430px;
  }
  .about {
    padding: 90px 0;
  }
  .about-berries {
    width: 200px;
    height: 122px;
    top: -140px;
    left: -115px;
  }
  .about__content .title-h3 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .about__text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .about-gallery__column {
    margin-right: 10px;
  }
  .about-gallery__column-1 {
    width: 230px;
  }
  .about-gallery__column-2 {
    width: 250px;
  }
  .about-gallery__picture {
    margin-bottom: 10px;
  }
  .about-gallery__picture_1 {
    height: 230px;
  }
  .about-gallery__picture_2 {
    height: 320px;
  }
  .about-gallery__picture_3 {
    height: 560px;
  }
  .feedback {
    padding: 90px 0;
  }
  .feedback__container {
    width: 580px;
    padding: 50px 40px 60px;
  }
  .contacts {
    padding: 90px 0;
  }
  .contacts__map {
    width: 500px;
    height: 400px;
  }
  .contacts__content {
    margin-left: 50px;
  }
  .contacts__name {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .contacts__value {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .contacts .button-pcf {
    width: 260px;
  }
  .contacts__picture {
    right: 0px;
    bottom: -50px;
    width: 150px;
    height: auto;
  }
  .footer {
    padding: 50px 0;
  }
  .footer-feedback {
    padding: 40px 60px 50px;
  }
  .footer-feedback__text {
    font-size: 14px;
    line-height: 21px;
    margin-top: 30px;
  }
  .footer-feedback .form {
    width: 440px;
  }
  .footer-feedback .form__label {
    width: 210px;
  }
  .footer__container {
    margin-top: 60px;
  }
  .footer__column_1 {
    width: 415px;
  }
  .footer-information {
    margin-bottom: 40px;
  }
  .footer-logo {
    width: 100px;
    height: 72px;
  }
  .footer-information__text {
    font-size: 14px;
    line-height: 21px;
    margin-left: 15px;
  }
  .hotline {
    padding: 20px 15px 25px;
  }
  .hotline__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .hotline__phone {
    font-size: 30px;
  }
  .footer__column {
    margin-left: 40px;
  }
  .footer-menu__item {
    margin-bottom: 15px;
  }
  .footer-menu__link {
    font-size: 16px;
  }
  .footer-socials {
    margin-bottom: 40px;
  }
  .footer-socials__name {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .footer-socials__link-marketplace {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .modal {
    width: 964px;
    padding: 32px 50px;
  }
  .modal-close {
    width: 50px;
    height: 50px;
  }
  .modal-close__icon {
    width: 16px;
    height: 16px;
  }
  .modal__title {
    font-size: 34px;
    margin-bottom: 11px;
  }
  .modal__description {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .modal .form__label {
    width: 274px;
  }
  .modal .submit.button-pcf {
    width: 274px;
  }
  .breadcrumbs {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .wholesaler-advantages {
    margin-top: 80px;
  }
  .wholesaler-advantages__list {
    margin-top: 50px;
  }
  .wholesaler-advantages__item {
    width: 230px;
    padding: 20px;
  }
  .wholesaler-advantages__icon {
    width: 140px;
    height: 140px;
  }
  .wholesaler-advantages__text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .assortment-product__information {
    margin-top: 20px;
  }
  .assortment-product__content {
    padding: 15px;
  }
  .assortment-product__price {
    font-size: 16px;
  }
  .assortment-product__button {
    font-size: 14px;
    padding: 10px 14px 10px;
  }
  .product-single {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .woocommerce-product-gallery {
    width: 400px !important;
  }
  .woocommerce-product-gallery__image {
    width: 400px;
    height: 400px;
    margin-bottom: 15px;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 70px !important;
    height: 70px !important;
    margin-right: 15px;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 540px !important;
    margin-left: 40px;
  }
  .woocommerce div.product .product_title {
    font-size: 30px;
  }
  .product-single__description {
    font-size: 18px;
  }
  .product-single__description p {
    margin-bottom: 15px;
  }
  .product-single__information {
    margin-top: 30px;
  }
  .price {
    font-size: 28px;
    margin-right: 50px;
  }
  .product-single-marketplace {
    margin-top: 30px;
  }
  .product-single-marketplace__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .product-single-marketplace__link {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
  .standard-page {
    padding: 60px 0;
  }
  .standard-page__container {
    margin-top: 40px;
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .container {
    width: 960px;
  }
  .title-h2 {
    font-size: 32px;
  }
  .title-h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .form__caption {
    margin-left: 20px;
  }
  .form__input {
    height: 48px;
    font-size: 14px;
    padding: 0 20px;
  }
  .button-pcf {
    font-size: 14px;
    height: 48px;
  }
  .header-top {
    height: 70px;
  }
  .header-top-logo {
    width: 60px;
    height: 43px;
  }
  .header-top-menu__link {
    font-size: 16px;
  }
  .header-top__phone {
    font-size: 18px;
    margin-bottom: 2px;
    letter-spacing: .03em;
  }
  .header-top__feedback {
    font-size: 12px;
  }
  .header-bottom {
    height: 32px;
  }
  .header-bottom-menu__link {
    font-size: 14px;
  }
  .welcome {
    height: 500px;
  }
  .welcome__container {
    width: 570px;
  }
  .welcome__logo {
    width: 170px;
    height: 120px;
  }
  .welcome__title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .welcome__button {
    width: 220px;
  }
  .assortment {
    padding-top: 60px;
    padding-bottom: 380px;
  }
  .assortment__list.assortment-slider {
    width: 810px;
    margin-right: auto;
    margin-left: auto;
  }
  .assortment-slider .owl-item {
    width: 250px !important;
    height: 420px;
  }
  .assortment-item {
    width: 250px;
    height: 420px;
  }
  .assortment-item__thumbnail {
    height: 370px;
  }
  .assortment-item__name {
    font-size: 16px;
    line-height: 24px;
    height: 50px;
  }
  .assortment-slider .owl-nav button {
    top: 190px;
    width: 40px;
    height: 40px;
  }
  .slider-arrow {
    width: 9px;
    height: 14px;
    margin-left: 4px;
  }
  .assortment-slider .owl-dots {
    margin-top: 30px;
  }
  .assortment-slider .owl-dot {
    width: 12px;
    height: 12px;
  }
  .about {
    padding: 60px 0;
  }
  .about__content {
    width: 450px;
  }
  .feedback {
    padding: 60px 0;
  }
  .contacts {
    padding: 60px 0;
  }
  .contacts__content {
    width: 405px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer__column_1 {
    width: 365px;
  }
  .hotline__br {
    display: block;
  }
  .footer-socials__name {
    font-size: 16px;
  }
  .modal {
    width: 688px;
  }
  .modal__title {
    font-size: 34px;
    margin-bottom: 18px;
  }
  .modal__description {
    margin-bottom: 32px;
  }
  .modal .form__label {
    width: 288px;
  }
  .modal .submit.button-pcf {
    width: 100%;
  }
  .breadcrumbs span {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .title-h2 {
    font-size: 28px;
  }
  .consent {
    font-size: 12px;
  }
  .header {
    -webkit-box-shadow: 0px 0px 16px 0px #30323126;
            box-shadow: 0px 0px 16px 0px #30323126;
    position: fixed;
    top: 0;
    z-index: 1500;
  }
  .header-top {
    height: 60px;
  }
  .header-button {
    display: block;
    width: 132px;
  }
  .header-button__button {
    width: 32px;
    height: 20px;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    position: relative;
  }
  .header-button__line {
    width: 100%;
    height: 2px;
    display: block;
    background: #0E233A;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
  }
  .header-button__line-1 {
    top: 0;
  }
  .header-button__line-2,
.header-button__line-3 {
    top: 0;
    bottom: 0;
  }
  .header-button__line-4 {
    bottom: 0;
  }
  .header-button__button_close .header-button__line-1 {
    opacity: 0;
  }
  .header-button__button_close .header-button__line-2 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-button__button_close .header-button__line-3 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header-button__button_close .header-button__line-4 {
    opacity: 0;
  }
  .header-top-logo {
    width: 56px;
    height: 40px;
  }
  .header-top__phone {
    font-size: 16px;
    margin-bottom: 0px;
    letter-spacing: 0;
  }
  .header-top__feedback {
    display: none;
  }
  .header-top-menu {
    display: none;
  }
  .header-bottom {
    display: none;
  }
  .main {
    margin-top: 60px;
  }
  .welcome {
    height: 400px;
  }
  .welcome__container {
    width: 375px;
    padding-top: 85px;
  }
  .assortment {
    padding-top: 60px;
    padding-bottom: 310px;
  }
  .assortment__list {
    margin-top: 50px;
    grid-template-columns: repeat(3, 250px);
  }
  .assortment__list.assortment-slider {
    width: 100%;
  }
  .assortment-slider .owl-item {
    width: 50% !important;
  }
  .assortment-item {
    margin-right: auto;
    margin-left: auto;
  }
  .about {
    padding: 90px 0 60px;
  }
  .about__content {
    width: 390px;
  }
  .about__content .title-h3 {
    margin-top: 30px;
  }
  .about__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .about-gallery__column-1 {
    width: 140px;
  }
  .about-gallery__column-2 {
    width: 160px;
  }
  .about-gallery__picture_1 {
    height: 150px;
  }
  .about-gallery__picture_2 {
    height: 200px;
  }
  .about-gallery__picture_3 {
    height: 360px;
  }
  .about-berries {
    width: 110px;
    height: auto;
    top: -90px;
    left: -20px;
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .feedback__container {
    width: 60%;
    padding: 30px 30px 35px;
  }
  .feedback__content {
    margin-bottom: 40px;
  }
  .feedback__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .feedback .form__label {
    width: 100%;
  }
  .form__caption {
    margin-left: 10px;
  }
  .form__input {
    padding: 0 10px;
  }
  .contacts__container {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contacts__content {
    width: 100%;
    margin-left: 0;
  }
  .contacts__name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contacts__picture {
    right: 0px;
    bottom: 20px;
  }
  .contacts__map {
    width: 100%;
    height: 300px;
    margin-top: 50px;
  }
  .footer-feedback {
    padding: 30px 30px 35px;
  }
  .footer-feedback__content {
    width: 280px;
  }
  .footer-feedback__text br {
    display: none;
  }
  .footer-feedback .form {
    width: calc(100% - 320px);
  }
  .footer-feedback .form__label {
    width: 100%;
  }
  .footer__column {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .footer__column_1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__column_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .footer__column_3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .hotline {
    padding: 20px 15px 25px;
    width: 50%;
  }
  .footer-information {
    margin-bottom: 0;
    margin-left: 30px;
  }
  .footer-logo {
    width: 70px;
    height: 50px;
  }
  .footer-information__text {
    line-height: 18px;
    margin-left: 10px;
  }
  .mobile {
    display: block;
    position: fixed;
    z-index: 1200;
    top: 0;
    right: auto;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .mobile_open {
    left: 0;
  }
  .mobile__container {
    padding-top: 60px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-menu {
    margin-top: 0;
    margin-bottom: 60px;
    padding: 0;
    list-style-type: none;
  }
  .mobile-menu__item {
    margin-bottom: 20px;
    text-align: center;
  }
  .mobile-menu__item:last-child {
    margin-bottom: 0;
  }
  .mobile-menu__link {
    font-family: 'GolosText-Regular';
    font-size: 20px;
    color: #0E233A;
    text-decoration: none;
  }
  .mobile__button {
    width: 260px;
  }
  .mobile-socials__container {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-socials__link-social {
    width: 50px;
    height: 50px;
    margin: 0 10px;
  }
  .mobile-socials__icon {
    width: 100%;
    height: 100%;
  }
  .wholesaler-advantages {
    margin-top: 60px;
  }
  .wholesaler-advantages__list {
    margin-top: 40px;
  }
  .wholesaler-advantages__item {
    width: calc(25% - 15px);
    padding: 15px;
  }
  .wholesaler-advantages__icon {
    width: 100%;
    height: 100px;
  }
  .wholesaler-advantages__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .product-single {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .woocommerce-product-gallery {
    width: 300px !important;
  }
  .woocommerce-product-gallery__image {
    width: 300px;
    height: 300px;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 60px !important;
    height: 60px !important;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: calc(100% - 300px);
    margin-left: 0;
    padding-left: 30px;
  }
  .woocommerce div.product .product_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .product-single__description {
    font-size: 14px;
  }
  .price {
    font-size: 24px;
    margin-right: 40px;
  }
  .product-single__information__button {
    width: 200px;
  }
  .product-single-marketplace__title {
    font-size: 16px;
  }
  .product-single-marketplace__link {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .container__no-padding_mobile {
    padding-right: 0;
    padding-left: 0;
  }
  .welcome {
    height: auto;
    background: #edeae3;
    background: -webkit-linear-gradient(45deg, #edeae3 0%, #dfd7cc 100%);
    background: -o-linear-gradient(45deg, #edeae3 0%, #dfd7cc 100%);
    background: linear-gradient(45deg, #edeae3 0%, #dfd7cc 100%);
  }
  .welcome__container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .assortment {
    padding-top: 60px;
    padding-bottom: 275px;
    -webkit-background-size: auto 400px;
            background-size: auto 400px;
  }
  .assortment__list {
    grid-template-columns: repeat(1, 250px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .assortment-slider .owl-item {
    width: 100% !important;
  }
  .about__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-berries {
    width: 130px;
    top: -60px;
    left: auto;
    right: 0;
  }
  .about__content {
    width: 100%;
    margin-bottom: 0;
  }
  .about__text br {
    display: none;
  }
  .about-gallery {
    display: none;
  }
  .feedback {
    padding: 0;
    background: #fff;
  }
  .webp .feedback {
    background: #fff;
  }
  .feedback__background-mobile {
    background-image: url(./images/feedback/feedback.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    height: 250px;
    margin-bottom: -30px;
  }
  .webp .feedback__background-mobile {
    background-image: url(./images/feedback/feedback.webp);
  }
  .feedback__container {
    width: 100%;
    padding: 30px 25px 35px;
  }
  .contacts__picture {
    right: 0px;
    bottom: 100px;
  }
  .footer-feedback {
    padding: 30px 25px 35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-feedback__content {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-feedback .form {
    width: 100%;
  }
  .footer__column_3 {
    width: 100%;
  }
  .footer__column_2 {
    width: 100%;
  }
  .footer__column_1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-information {
    margin-left: 0;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hotline {
    width: 100%;
  }
  .footer-logo {
    width: 100px;
    height: 71px;
    margin-bottom: 15px;
  }
  .footer-information__text {
    margin-left: 0;
    text-align: center;
  }
  .modal {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 25px;
  }
  .modal__container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .modal-close {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .modal__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .modal__description {
    margin-bottom: 21px;
    font-size: 14px;
  }
  .modal .form__label {
    width: 100%;
  }
  .wholesaler-advantages__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wholesaler-advantages__item {
    width: calc(50% - 15px);
    padding: 25px 15px;
    margin-bottom: 30px;
  }
  .woocommerce div.product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .woocommerce-product-gallery {
    width: 100% !important;
  }
  .woocommerce-product-gallery__image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 50px !important;
    height: 50px !important;
    margin-right: 10px;
  }
  .woocommerce div.product div.images {
    margin-bottom: 20px;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100% !important;
    padding-left: 0;
  }
  .woocommerce div.product .product_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .price {
    font-size: 20px;
    margin-right: 20px;
  }
  .product-single__information__button {
    width: 180px;
  }
}

@media (max-width: 450px) {
  .wholesaler-advantages__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wholesaler-advantages__item {
    width: 100%;
    padding: 25px;
    margin-bottom: 25px;
  }
  .wholesaler-advantages__text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 390px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container__no-padding_mobile {
    padding-right: 0;
    padding-left: 0;
  }
  .header-button {
    width: 115px;
  }
  .header-top__phone {
    font-size: 14px;
  }
  .welcome__logo {
    width: 150px;
    height: 107px;
  }
  .welcome__title {
    font-size: 16px;
  }
  .contacts .button-pcf {
    width: 100%;
  }
  .mobile-menu {
    margin-bottom: 40px;
  }
  .mobile__button {
    width: 240px;
  }
  .mobile-socials__container {
    margin-top: 40px;
  }
  .mobile-socials__link-social {
    width: 40px;
    height: 40px;
  }
  .modal {
    padding: 15px;
  }
  .modal__title {
    font-size: 20px;
  }
  .modal__description br {
    display: none;
  }
}

@media (max-width: 360px) {
  .about-berries {
    width: 100px;
    top: -70px;
  }
  .contacts__picture {
    bottom: 115px;
    width: 120px;
  }
}

@media (max-width: 340px) {
  .title-h2 {
    font-size: 26px;
  }
  .hotline__br {
    display: none;
  }
}
