html {
  font-family: "Baloo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  font-style: normal;
}
body {
  margin: 0;
}
h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: left;
  color: #f39b0a;
}
.orange {
  color: #f39b0a;
}
.orange_2 {
  color: #dc5f00;
}
.blue {
  color: #1a3c90;
}
.green {
  color: #4aa144;
}
.green_2 {
  color: #479741;
}
.red {
  color: #e23514;
}
.grey {
  color: #b3b3b3;
}
.grey_2 {
  color: #f2f2f2;
}
.black {
  color: #000;
}
.black_2 {
  color: #232033;
}
header {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: -1px;
  left: -1px;
  right: -1px;
  z-index: 1000;
  transition: all 0.1s ease;
}
.first-block {
  margin-top: 95px;
}
.anchor {
  position: relative;
  top: -115px;
  display: inline;
}
.menu {
  padding: 20px 0;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.menu li {
  list-style-type: none;
}
.menu__item {
  display: inline-block;
  text-decoration: none;
  padding: 4px 5px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0em;
  text-align: center;
  border-bottom: 2px solid transparent;
  color: #000;
  white-space: nowrap;
}
.menu:not(.active) .menu__item:hover,
.menu:not(.active) .active .menu__item {
  border-color: #f39a0a7e;
  color: #1a3c90;
}
.menu__item:hover,
.active .menu__item {
  color: #1a3c90;
}
.menu-mobile {
  display: none;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.1s ease;
}
#menu-content {
  display: flex;
  justify-content: flex-start;
}
header .container > .flex {
  justify-content: space-between;
  align-items: center;
  min-height: 115px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow-x: hidden;
}
.information-bl .container {
  overflow-x: visible;
}
.logo img {
  height: 80px;
  width: auto;
}
header .logo {
  display: flex;
  height: 115px;
  align-items: flex-end;
}
header .logo img {
  height: 100px;
}
header .logo a {
  font-size: 0;
}
.phone {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  color: #000;
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin: 0 20px;
}
header .social-network {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: auto;
}
.fb {
  background-image: url("/img/icons/icon__fb.svg");
}
.yt {
  background-image: url("/img/icons/icon__yt.svg");
}
.in {
  background-image: url("/img/icons/icon__in.svg");
}
footer .container > .flex {
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
  box-sizing: border-box;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #f2f2f2;
  margin-bottom: 35px;
  margin-top: 35px;
}
footer .social-network {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: auto;
}
.social-network a {
  width: 30px;
  height: 30px;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #1a3c90;
  box-sizing: content-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.social-network a:hover {
  opacity: 0.8;
}
.copyright {
  font-size: 18px;
  text-align: center;
}
.hamburger {
  height: 26px;
  width: 26px;
}
.hamburger:after,
.hamburger:before,
.hamburger div {
  background-color: #232033;
  content: "";
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: all 0.1s ease;
}
.menu-mobile.active .hamburger:before {
  transform: translateY(7px) rotate(135deg);
}
.menu-mobile.active .hamburger:after {
  transform: translateY(-7px) rotate(-135deg);
}
.menu-mobile.active .hamburger div {
  transform: scale(0);
}
.mobile-menu__wrapper {
  position: fixed;
  top: 114px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: none #fff;
  overflow: scroll;
}
.mobile-menu__header {
  position: absolute;
  top: 22px;
  left: 20px;
  right: 20px;
  z-index: 2000;
}
.mobile-menu__footer {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.mobile-menu__wrapper .social-network {
  display: none;
}
.explore-our-diverse > .container > div {
  text-align: center;
  padding: 0 80px;
  margin: 40px 0 20px;
}
.explore-our-diverse > .container > div.rewards {
  margin: 20px 0;
  display: flex;
  gap: 20px 5px;
  flex-wrap: wrap;
  justify-content: center;
}
div.rewards > div {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  box-sizing: content-box;
}
.separator {
  height: 80px;
}
.about-us {
  position: relative;
}
.about-us .flex {
  align-items: center;
}
.about-us .flex--42-58 > *:last-child {
  text-align: left;
  flex-basis: 58%;
  padding-left: 7%;
}
.about-us .flex--42-58 > *:last-child div {
  padding-bottom: 20px;
}
.about-us .like-h1 {
  margin: 0 0 20px 0;
}
.bg-strawberry {
  background: url("/img/bg-strawberry.png") no-repeat scroll 50% 50% transparent;
  width: 91px;
  height: 188px;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -120px;
}
.family-values .flex {
  align-items: center;
}
.family-values .flex--58-42 > *:first-child {
  padding-right: 7%;
}
.family-values .flex--58-42 > *:last-child {
  text-align: right;
  flex-basis: 42%;
}
.family-values .flex--58-42 > *:first-child > div {
  padding-bottom: 20px;
}
.family-values .like-h1 {
  margin: 0 0 20px 0;
}
.family-values .contact-us {
  display: flex;
  align-items: center;
}
.family-values .contact-us a {
  font-weight: 600;
  color: #fff;
  background-color: #1a3c90;
  padding: 20px 52px;
  border-radius: 20px;
  cursor: pointer;
}
.family-values .contact-us div {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
}
.family-values .contact-us a:hover {
  opacity: 0.8;
}
.about-us .img--fluid,
.family-values .img--fluid {
  border-radius: 40px;
}
.information-bl {
  margin: 40px 0;
}
.information-bl .flex--50-50 {
  gap: 80px;
}
.information-bl .flex--50-50 > *:last-child {
  text-align: left;
}
.connect-contact .flex--65-35 {
  gap: 80px;
}
.product-highlights {
  position: relative;
}
.bg-apple {
  background: url("/img/bg-apple.png") no-repeat scroll 50% 50% transparent;
  width: 87px;
  height: 221px;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: -1;
}
.product-highlights h3 {
  text-align: center;
}
.products-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
}
.products-list .products-item {
  text-align: center;
  flex-basis: 25%;
  padding: 20px;
}
.products-list .img {
  height: 23vw;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  margin-bottom: 20px;
  background-size: contain;
}
.products-list .title {
  font-weight: 700;
  margin-bottom: 20px;
}
.our-orchards .info {
  margin-bottom: 20px;
}
.our-orchards .info div {
  padding-bottom: 20px;
}
.our-orchards .slider {
  margin: 0 70px;
}
.our-orchards img {
  margin: 0 auto;
  width: 95%;
  border-radius: 20px;
}
.beckov-orchard .slider {
  margin: 40px 116px;
}
.beckov-orchard .slick-slide {
  height: 270px;
}
.beckov-orchard .slick-track > div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 40px;
}
.beckov-orchard .slick-prev {
  left: -100px;
}
.beckov-orchard .slick-next {
  right: -100px;
}
.beckov-orchard .slick-arrow.slick-disabled.slick-next,
.beckov-orchard .slick-arrow.slick-disabled.slick-next:hover,
.beckov-orchard .slick-arrow.slick-disabled.slick-next:active {
  right: -100px;
}
.beckov-orchard .slick-arrow.slick-disabled.slick-prev,
.beckov-orchard .slick-arrow.slick-disabled.slick-prev:hover,
.beckov-orchard .slick-arrow.slick-disabled.slick-prev:active {
  left: -100px;
}
.fruits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 77px 16px 0;
}
.fruits .item {
  position: relative;
  z-index: 5;
}
.fruits .item .wrapper {
  background: transparent;
  border-radius: 20px;
  min-height: 147px;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.fruits .item:hover .wrapper {
  background: #f2f2f2;
}
.fruits .item.active .wrapper {
  background: #4aa144;
}
.fruits .item .title {
  color: #232033;
  font-weight: 700;
  margin-bottom: 10px;
}
.fruits .item.active .title {
  color: #fff;
  font-weight: 700;
}
.fruits .item .number {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.02em;
  color: #4aa144;
  margin-bottom: 5px;
}
.fruits .item.active .number {
  color: #ffffff;
}
.fruits .item .text {
  font-weight: 400;
  color: #b3b3b3;
}
.fruits .item.active .text {
  font-weight: 400;
  color: #ffffff;
}
.fruits .item .picture {
  position: absolute;
  width: 115px;
  height: 115px;
  z-index: 1;
  background-repeat: no-repeat;
  top: -57px;
  right: -57px;
  background-position: 0 bottom;
}
.fruits .item:nth-of-type(1) .picture {
  top: -39px;
  right: -39px;
}
.fruits .item.active:nth-of-type(1) .picture,
.fruits .item:nth-of-type(1):hover .picture {
  background-image: url("/img/fruits/apricot.png");
}
.fruits .item:nth-of-type(2) .picture {
  top: -49px;
  right: -20px;
}
.fruits .item.active:nth-of-type(2) .picture,
.fruits .item:nth-of-type(2):hover .picture {
  background-image: url("/img/fruits/pear.png");
}
.fruits .item:nth-of-type(3) .picture {
  top: -75px;
  right: -30px;
}
.fruits .item.active:nth-of-type(3) .picture,
.fruits .item:nth-of-type(3):hover .picture {
  background-image: url("/img/fruits/cherry.png");
}
.fruits .item:nth-of-type(4) .picture {
  top: -77px;
  right: -19px;
}
.fruits .item.active:nth-of-type(4) .picture,
.fruits .item:nth-of-type(4):hover .picture {
  background-image: url("/img/fruits/plums.png");
}
.fruits .item:nth-of-type(5) .picture {
  top: -73px;
  right: -27px;
}
.fruits .item.active:nth-of-type(5) .picture,
.fruits .item:nth-of-type(5):hover .picture {
  background-image: url("/img/fruits/aronia.png");
}
.fruits .item:nth-of-type(6) .picture {
  top: -62px;
  right: -25px;
  background-position: -13px bottom;
}
.fruits .item.active:nth-of-type(6) .picture,
.fruits .item:nth-of-type(6):hover .picture {
  background-image: url("/img/fruits/sea-buckthorn.png");
}
.connect-contact__info {
  background-color: #f39b0a;
  border-radius: 30px;
  padding: 20px 40px;
  margin: 20px 0;
}
.connect-contact__info > div {
  display: flex;
  gap: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  flex-direction: column;
  text-align: center;
}
.connect-contact__info > div a {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding-left: 45px;
  min-height: 40px;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.connect-contact__info > div a:hover {
  text-decoration: underline;
}
.info-phone {
  background-image: url("/img/icons/icon__phone--white.svg");
}
.info-mail {
  background-image: url("/img/icons/icon__mail--white.svg");
}
.connect-contact .address {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.connect-contact .address.flex--50-50 > *:last-child {
  text-align: left;
}
.connect-contact .address p {
  margin: 20px 0 40px 0;
}
.connect-contact form > .flex {
  flex-direction: column;
  gap: 20px;
}
.connect-contact form input[type="text"],
.connect-contact form input[type="tel"],
.connect-contact form input[type="email"] {
  background: #f2f2f2;
  border: 0 none;
  padding: 20px;
  border-radius: 20px;
  font-size: 20px;
  line-height: 1.1;
  color: #232033;
  box-sizing: border-box;
  font-family: "Baloo 2", sans-serif;
}
.connect-contact form textarea {
  background-color: #f2f2f2;
  font-size: 20px;
  resize: none;
  min-height: 150px;
  padding: 20px;
  line-height: 1.1;
  transition: padding 0.15s ease-in-out;
  border-radius: 20px;
  border: 0 none;
  color: #232033;
  box-sizing: border-box;
  font-family: "Baloo 2", sans-serif;
}
.form__note {
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 0;
  color: #232033;
  margin-bottom: 60px;
}
.form__note a {
  text-decoration: underline;
}
.form-wrapper label {
  width: 100%;
  position: relative;
  display: block;
  margin: 0;
}
.form-wrapper input {
  background-color: #fff;
  padding: 14px 20px 10px 20px;
  font-size: 14px;
  line-height: 20px;
  transition: padding 0.15s ease-in-out;
  color: #7d7d7d;
  border-radius: 4px;
  border: 0;
  outline-color: #f39b0a;
}

.form-wrapper textarea,
.form-wrapper input {
  background-color: #fff;
  padding: 14px 20px 10px 20px;
  font-size: 14px;
  line-height: 20px;
  transition: padding 0.15s ease-in-out;
  color: #7d7d7d;
  border-radius: 4px;
  border: 0;
  outline-color: #f39b0a;
}

.form-control {
  display: block;
  width: 100%;
  font-weight: 400;
  background-clip: padding-box;
}
.form-wrapper span {
  position: absolute;
  display: block;
  left: 20px;
  top: 20px;
  color: #7d7d7d;
  line-height: 20px;
  padding-right: 30px;
  letter-spacing: normal;
  transition: font-size 0.15s ease-in-out, top 0.15s ease-in-out;
}
.form-wrapper .btn {
  border-radius: 20px;
  display: inline-block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 600;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  line-height: 1.1;
  text-decoration: none;
  outline: none;
  position: relative;
  margin: 0;
  border: 0;
  background-color: #1a3c90;
  width: 200px;
  cursor: pointer;
}
.form-wrapper .btn:hover {
  background-color: #54648e;
}
.form-wrapper input:focus,
.form-wrapper input.filled {
  padding: 20px 20px 4px 15px;
}
.form-wrapper input:focus ~ span,
.form-wrapper input.filled ~ span {
  font-size: 12px;
  top: 3px;
}

.form-wrapper textarea:focus ~ span,
.form-wrapper textarea.filled ~ span,
.form-wrapper .input-spacer:focus ~ span,
.form-wrapper .input-spacer.filled ~ span {
  font-size: 12px;
  top: 1px;
  padding-top: 2px;
}

.form-control,
.form-control:focus {
  box-shadow: none;
  border-color: #f39b0a;
}
.banner .flex--58-42 > *:first-child {
  width: 58%;
}
.banner .flex--58-42 > *:last-child {
  width: 42%;
}
.banner .flex {
  margin: 0 20px;
  gap: 60px;
  min-height: 580px;
  align-items: center;
}
.banner .flex > *:first-child {
  position: relative;
  margin-top: 95px;
}
.banner .text-circle {
  position: absolute;
  top: -110px;
  left: 165px;
  width: 200px;
  height: 191px;
  background-image: url(/img/text-round-type.png);
  background-position: 50% 50%;
  background-size: cover;
}
.banner h1 span {
  font-size: 51px;
  color: #232033;
}
.banner .subtitle {
  color: #f39b0a;
  font-size: 28px;
  margin: 20px 0;
}
.banner .contact-us {
  display: flex;
  align-items: center;
}
.banner .contact-us a {
  font-weight: 600;
  color: #fff;
  background-color: #1a3c90;
  padding: 20px 52px;
  border-radius: 20px;
  cursor: pointer;
}
.banner .contact-us div {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
}
.banner .contact-us a:hover {
  opacity: 0.8;
}
.banner .slider-products {
  width: 100%;
  max-width: 550px;
}
.banner .slides {
  background: #ccc;
}
.banner .slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 450px;
  outline: 0 !important;
  color: #ccc;
  font-size: 40px;
}
.banner .controls {
}
.banner .pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.banner .pagination__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.banner .pagination__button.slick-disabled {
  cursor: not-allowed;
}
.banner .slick-track > div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.banner .slider-caption {
  font-weight: 700;
  color: #1a3c90;
  font-size: 24px;
  border-radius: 0;
  height: auto;
  width: auto;
  background-color: transparent !important;
  max-width: 350px;
  text-align: center;
}
.banner .slick-arrow {
  position: relative;
}
.banner .slick-prev {
  left: -20px;
}
.banner .slick-arrow.slick-disabled.slick-prev,
.banner .slick-arrow.slick-disabled.slick-prev:hover,
.banner .slick-arrow.slick-disabled.slick-prev:active {
  left: -20px;
}
.banner .slick-next {
  right: -20px;
}
.banner .slick-arrow.slick-disabled.slick-next,
.banner .slick-arrow.slick-disabled.slick-next:hover,
.banner .slick-arrow.slick-disabled.slick-next:active {
  right: -20px;
}

.contact-item {
  gap: 15px;
}
.contact-item > .flex {
  justify-content: space-around;
}
.contact-item .name {
  font-size: 30px;
}

@media screen and (min-width: 1920px) {
  .bg-strawberry,
  .bg-apple {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    width: 1380px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .container {
    width: 1142px;
  }
}

@media (max-width: 1199px) {
  .fruits {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
  }
  .fruits .item .picture {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100%;
    height: 100%;
    background-position: 100% 100% !important;
    z-index: 20;
  }
  .fruits .item.active:nth-of-type(3) .picture,
  .fruits .item:nth-of-type(3):hover .picture {
    background-image: url(/img/fruits/cherry_2.png);
  }
  .fruits .item.active:nth-of-type(2) .picture,
  .fruits .item:nth-of-type(2):hover .picture {
    background-image: url(/img/fruits/pear_2.png);
  }
  .fruits .item.active:nth-of-type(6) .picture,
  .fruits .item:nth-of-type(6):hover .picture {
    background-image: url(/img/fruits/sea-buckthorn_2.png);
  }
  .connect-contact .address {
    gap: 40px;
  }
  .connect-contact .address p {
    margin: 20px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu__item {
    margin: 0 5px;
  }
  .phone {
    margin: 0 10px;
  }
  .social-network {
    gap: 10px;
  }
}

@media (max-width: 991px) {
  header .container > .flex {
    justify-content: space-between;
    align-items: center;
    min-height: 115px;
    padding-right: 70px;
    box-sizing: border-box;
  }
  .menu__close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 28px 30px;
    background: url("../img/icons/icon__close.svg") center center no-repeat;
    background-size: 20px 20px;
  }
  .menu {
    position: absolute;
    min-width: unset;
    top: 45px;
    right: 15px;
    padding: 0;
  }
  .menu-mobile {
    display: inline-block;
    padding: 0 4px;
  }
  .menu-content {
    display: none;
  }
  .menu__item {
    padding: 10px 0;
    margin: 0;
  }
  .menu.active .menu__item {
    text-align: center;
    font-size: 18px;
  }
  header .menu__item {
    color: #fff;
  }
  .menu__item:hover,
  .menu__item.active {
    color: #0aabb3 !important;
  }

  .title-underline:after {
    margin: 20px auto 0;
  }

  .menu.active .menu-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 10000;
    max-height: unset;
    overflow-x: auto;
  }
  .menu__subitem {
    padding: 15px;
  }
  .menu__close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 28px 30px;
    background: url("../img/icons/icon__close.svg") center center no-repeat;
    background-size: 20px 20px;
  }
  footer .container > .flex {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  footer .phone {
    display: none;
  }
  .copyright {
    margin: 0 20px;
  }
  .mobile-menu__menu li {
    list-style: none;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 40px;
    padding: 0;
  }
  .mobile-menu__menu .mobile-menu__item {
    padding: 0;
  }
  .mobile-menu__menu ul {
    padding-left: 20px;
    margin-top: 40px;
  }
  .mobile-menu__info {
    background-color: #f39b0a;
    border-radius: 30px;
    padding: 20px 40px;
    margin: 0 20px 20px;
  }
  .connect-contact__info > div,
  .mobile-menu__info > div {
    display: flex;
    gap: 25px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    flex-direction: column;
    text-align: center;
  }
  .connect-contact__info > div a,
  .mobile-menu__info > div a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding-left: 45px;
    min-height: 40px;
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: 0 50%;
  }
  .connect-contact__info > div a:hover,
  .mobile-menu__info > div a:hover {
    text-decoration: underline;
  }
  .mobile-menu__wrapper > .flex {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .explore-our-diverse > .container > div {
    padding: 0 20px;
    margin: 20px 0;
  }
  .explore-our-diverse > .container > div.rewards {
    gap: 10px 5px;
  }
  .separator {
    height: 20px;
  }
  .about-us {
    padding-bottom: 80px;
  }
  .about-us .flex {
    flex-direction: column;
  }
  .about-us .image {
    margin: 20px 0;
  }
  .about-us .flex--42-58 > *:last-child {
    text-align: left;
    flex-basis: 100%;
    padding-left: 0;
  }
  .about-us .like-h1 {
    margin: 20px 0;
  }
  .bg-strawberry {
    bottom: -80px;
  }
  .family-values {
    padding-bottom: 80px;
  }
  .family-values .flex {
    flex-direction: column;
  }
  .family-values .image {
    margin: 40px 0 20px;
  }
  .family-values .flex--58-42 {
    flex-direction: column-reverse;
  }
  .family-values .flex--58-42 > *:first-child {
    text-align: left;
    flex-basis: 100%;
    padding-right: 0;
  }
  .family-values .like-h1 {
    margin: 0 0 20px 0;
  }
  .information-bl .flex--50-50 {
    gap: 40px;
  }
  .connect-contact .flex--65-35 {
    gap: 40px;
  }
  .products-list {
    flex-wrap: wrap;
    gap: 2%;
  }
  .products-list .products-item {
    flex-basis: 45%;
    padding: 2%;
  }
  .connect-contact .address {
    display: block;
    margin-top: 40px;
  }
  .banner .flex--58-42 {
    flex-direction: column;
  }
  .banner h1 span {
    font-size: 45px;
    display: inline-block;
    line-height: 45px;
    max-width: 600px;
  }
  .banner .flex {
    min-height: unset;
    margin: 0;
  }
  .banner .flex--58-42 > *:first-child {
    max-width: 600px;
    /* min-height: 310px; */
    margin-top: 195px;
  }
  .banner .text-circle {
    top: -75px;
    left: 165px;
    width: 157px;
    height: 150px;
  }
  .banner .slider-products {
    max-width: unset;
  }
  .banner .flex--58-42 > *:last-child {
    width: 100%;
  }
  .connect-contact .flex.flex--65-35 {
    display: block;
  }
  .connect-contact .flex--65-35 > *:last-child {
    margin-top: 60px;
  }
  .slider-products {
    overflow-y: hidden;
  }
  .banner .slider-caption {
    max-width: 190px;
  }
}

@media screen and (max-width: 820px) {
  .contact-item {
    gap: 0;
  }
  .contact-item > .flex {
    flex-direction: column;
  }
  .mobile-menu__info > div,
  .connect-contact__info > div {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  header .phone,
  footer .social-network {
    display: none;
  }
  .bg-strawberry {
    bottom: -60px;
  }
  .information-bl .flex--50-50 {
    gap: 0;
    flex-direction: column;
  }
  .information-bl {
    margin: 0;
  }
  .information-bl .flex--50-50 > div {
    margin: 40px 0;
  }
  .product-highlights h3 {
    text-align: left;
    padding-right: 100px;
  }
  .products-list {
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .fruits {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 640px) {
  .our-orchards .slider {
    margin: 0 50px;
  }
  .beckov-orchard .slider {
    margin: 20px 50px;
  }
  .beckov-orchard .slick-slide {
    height: 245px;
  }
  .beckov-orchard .slick-prev {
    left: -50px;
  }
  .beckov-orchard .slick-next {
    right: -50px;
  }
  .beckov-orchard .slick-arrow.slick-disabled.slick-next,
  .beckov-orchard .slick-arrow.slick-disabled.slick-next:hover,
  .beckov-orchard .slick-arrow.slick-disabled.slick-next:active {
    right: -50px;
  }
  .beckov-orchard .slick-arrow.slick-disabled.slick-prev,
  .beckov-orchard .slick-arrow.slick-disabled.slick-prev:hover,
  .beckov-orchard .slick-arrow.slick-disabled.slick-prev:active {
    left: -50px;
  }
}

@media (max-width: 576px) {
  h1,
  .like-h1 {
    font-size: 40px !important;
  }
  h1 span {
    font-size: 32px !important;
    line-height: 35px !important;
    max-width: 80% !important;
  }
  h3,
  .like-h3 {
    font-size: 32px !important;
  }
  .banner .text-circle {
    top: -45px;
    left: 112px;
    width: 110px;
    height: 110px;
  }
  .banner .subtitle {
    font-size: 24px;
    max-width: 80% !important;
  }
  header .social-network {
    display: none;
  }
  footer .container > .flex {
    flex-direction: column;
  }
  .copyright {
    margin-top: 20px;
  }
  .mobile-menu__wrapper .social-network {
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: auto;
    margin-bottom: 40px;
  }
  .banner .flex--58-42 > *:first-child {
    width: 100%;
  }
  .banner .slide {
    height: 350px;
  }
  .banner .contact-us a,
  .family-values .contact-us a {
    padding: 20px 22px;
  }
  .banner .contact-us div,
  .family-values .contact-us div {
    padding: 0 0 0 10px;
  }
  .bg-apple {
    top: -70px;
  }
  .product-highlights h3 {
    text-align: left;
    margin: 40px 0;
    padding-right: 80px;
  }
  .products-list {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .products-list .products-item {
    flex-basis: 100%;
    padding: 2% 0;
  }
  .products-list .img {
    height: 45vw;
    width: 100%;
  }
  .fruits {
    grid-template-columns: 1fr;
  }
  .fruits .item .wrapper {
    background: #f2f2f2;
  }
  .fruits .item:nth-of-type(1) .picture {
    background-image: url("/img/fruits/apricot.png");
  }
  .fruits .item:nth-of-type(2) .picture {
    background-image: url("/img/fruits/pear_2.png");
  }
  .fruits .item:nth-of-type(3) .picture {
    background-image: url("/img/fruits/cherry_2.png");
  }
  .fruits .item:nth-of-type(4) .picture {
    background-image: url("/img/fruits/plums.png");
  }
  .fruits .item:nth-of-type(5) .picture {
    background-image: url("/img/fruits/aronia.png");
  }
  .fruits .item:nth-of-type(6) .picture {
    background-image: url("/img/fruits/sea-buckthorn_2.png");
  }
  .family-values {
    padding-bottom: 40px;
  }

  .mobile-menu__info > div a,
  .connect-contact__info > div a {
    font-size: 20px;
    padding-left: 35px;
    background-size: 30px 30px;
  }
}

@media (max-width: 400px) {
  .product-highlights h3 {
    padding-right: 0px;
  }
  .mobile-menu__info {
    padding: 20px 10px;
  }
  .mobile-menu__info > div a {
    padding-left: 50px;
  }
   {
    margin: 20px 0;
  }
  .our-orchards .slider,
  .beckov-orchard .slider {
    margin-left: 0;
    margin-right: 0;
  }
}
