@font-face {
  font-family: "e-Ukraine Head";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/e-UkraineHead-Regular.woff") format("woff"), url("../fonts/e-UkraineHead-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "e-Ukraine Head";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/e-UkraineHead-Bold.woff") format("woff"), url("../fonts/e-UkraineHead-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "e-Ukraine Head";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/e-UkraineHead-Light.woff") format("woff"), url("../fonts/e-UkraineHead-Light.woff2") format("woff2");
}
@font-face {
  font-family: "e-Ukraine Head";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/e-UkraineHead-Thin.woff") format("woff"), url("../fonts/e-UkraineHead-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "e-Ukraine Head";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/e-UkraineHead-UltraLight.woff") format("woff"), url("../fonts/e-UkraineHead-UltraLight.woff2") format("woff2");
}
@font-face {
  font-family: "e-Ukraine Head";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/e-UkraineHead-Medium.woff") format("woff"), url("../fonts/e-UkraineHead-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pragmatica Extended";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/PragmaticaExt-Book.woff") format("woff"), url("../fonts/PragmaticaExt-Book.woff2") format("woff2");
}
body {
  font-family: "e-Ukraine Head";
  font-weight: 400;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  outline: none !important;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: unset;
  min-width: 320px;
  max-width: 100%;
}

button,
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
}

.inner {
  max-width: 1232px;
  padding: 0px 16px;
  margin: 0 auto;
}

.site-main {
  margin-top: 95px;
}

a:visited {
  color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: url("../img/search.svg") no-repeat 10px center, #FFF !important;
  -webkit-box-shadow: 0 0 0px 40rem #ffff inset;
}

.site-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.site-container::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}
.site-container.open::before {
  opacity: 1;
  visibility: visible;
}

.page-container {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

a:hover,
a:focus,
a:active {
  opacity: 0.7;
  color: #fff !important;
}

.title {
  color: #000;
  font-family: "e-Ukraine Head";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 30px;
}
.title span,
.title em {
  color: var(--main, #D5804A);
  font-style: normal;
}
@media (max-width: 768px) {
  .title {
    font-size: 24px;
    margin-top: 16px;
  }
}

.text {
  color: #B0B0B0;
  font-family: "Pragmatica Extended";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .text {
    font-size: 14px;
  }
}

.pretitle {
  color: #000;
  font-family: "e-Ukraine Head";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 190px;
}
.pretitle::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 4px;
  background: #D5804A;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .pretitle::before {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .pretitle {
    font-size: 16px;
    padding-left: 120px;
  }
}
.pretitle.reverse {
  padding-right: 72px;
  padding-left: 0;
}
.pretitle.reverse::before {
  left: auto;
  right: 0;
  width: 52px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -25px;
}

.btn {
  color: var(--white, #FFF);
  font-family: "e-Ukraine Head";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  padding: 16px 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  cursor: pointer;
  background: var(--main, #D5804A);
}
.btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}

.pretitle-center {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  padding: 0 190px;
  margin: 0 auto;
  color: #000;
  font-family: "e-Ukraine Head";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .pretitle-center {
    padding: 0 128px;
    font-size: 16px;
  }
}
.pretitle-center::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 4px;
  background: #D5804A;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .pretitle-center::before {
    width: 108.5px;
  }
}
.pretitle-center::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 4px;
  background: #D5804A;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .pretitle-center::after {
    width: 108.5px;
  }
}

#breadcrumbs {
  margin-bottom: 20px;
  font-family: "e-Ukraine Head";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
  color: var(--black, #000);
}
#breadcrumbs a:visited,
#breadcrumbs .breadcrumb_last:visited {
  color: #000;
}
#breadcrumbs a:hover,
#breadcrumbs .breadcrumb_last:hover {
  color: #000 !important;
}
#breadcrumbs .breadcrumb_last,
#breadcrumbs span {
  color: var(--main, #D5804A);
}

.pagination {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  color: var(--black, #000);
  font-family: "e-Ukraine Head";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.pagination a:visited,
.pagination a:hover,
.pagination a {
  color: #000 !important;
}
.pagination .page-numbers.current {
  color: #D5804A;
}
.pagination .page-numbers.current:hover {
  color: #D5804A !important;
}

#order {
  margin-top: 20px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.popup-content {
  background: #fff;
  overflow: hidden;
  padding: 0 40px;
  border-radius: 10px;
  position: relative;
}
.popup-content .contact::before {
  top: -10%;
  left: 4%;
  z-index: 0;
}
.popup-content .contact__right::before {
  bottom: -34%;
  right: 100%;
  z-index: 0;
  background-size: 85%;
}

.close-btn {
  position: absolute;
  top: 32px;
  right: 40px;
  width: 24px;
  height: 24px;
  color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
}

.footer {
  background: #000;
  padding: 40px 0;
  z-index: 1;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
}
.footer__social-list {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.footer__title {
  color: rgba(255, 255, 255, 0.5);
  font-family: "e-Ukraine Head";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.footer__addresses li {
  color: var(--white, #FFF);
  font-family: "e-Ukraine Head";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 26px;
}
.footer__addresses li a {
  color: var(--white, #FFF);
}
.footer__addresses li::before {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/location.svg") no-repeat;
  left: 0;
}
.footer__addresses li:hover a {
  opacity: 1;
  color: #D5804A !important;
}
.footer__addresses .policy {
  display: none;
}
.footer__addresses-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__menu a {
  color: var(--white, #FFF);
  font-family: "e-Ukraine Head";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__menu a:hover {
  opacity: 1;
  color: #D5804A !important;
}
.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__logo .footer__social {
  display: none;
}
.footer__logo a:hover {
  opacity: 1;
}
.footer .policy {
  color: var(--white, #FFF);
  font-family: "e-Ukraine Head";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .policy:hover {
  opacity: 1;
  color: #D5804A !important;
}

@media (max-width: 992px) {
  .footer .inner {
    flex-direction: column;
    gap: 60px;
  }
  .footer__title {
    margin-bottom: 16px;
  }
  .footer__menu {
    flex-direction: row;
  }
  .footer__logo {
    flex-direction: row;
  }
  .footer__logo .footer__social {
    display: flex;
  }
  .footer__logo .policy {
    display: none;
  }
  .footer__social {
    display: none;
  }
  .footer__addresses .policy {
    display: block;
    margin-top: 60px;
  }
}
@media (max-width: 360px) {
  .footer__addresses-list, .footer__menu {
    gap: 10px;
  }
}
.header {
  margin-top: 23.5px;
  z-index: 10;
}
.header__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1232px;
  padding: 0 16px;
  margin: 0 auto;
}
.header__wrapper {
  display: flex;
  margin-left: 27%;
  align-items: center;
}
.header__main-nav ul {
  display: flex;
  gap: 40px;
  margin-right: 40px;
}
.header__main-nav ul .current_page_item a,
.header__main-nav ul .current-menu-item a {
  color: #D5804A !important;
}
.header__main-nav ul .current_page_item a::before,
.header__main-nav ul .current-menu-item a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D5804A;
  border-radius: 50%;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}
.header__main-nav ul a {
  color: #000;
  font-family: "e-Ukraine Head";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.header__main-nav ul a.active, .header__main-nav ul a:hover {
  color: #D5804A !important;
}
.header__main-nav ul a.active::before, .header__main-nav ul a:hover::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D5804A;
  border-radius: 50%;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}
.header__contact-button {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  height: 37px;
  color: #fff;
  border: 1px solid var(--main, #D5804A);
}
.header__contact-button:hover {
  background: #D5804A;
  color: #fff;
}
.header__contact-button:hover a {
  color: #fff;
  opacity: 1;
}
.header__contact-button a {
  color: #D5804A;
  font-family: "e-Ukraine Head";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.header__contact-button a.active, .header__contact-button a:hover {
  color: #fff;
  opacity: 1;
}
.header__contact-button a:hover {
  opacity: 1;
}
.header__contact-button a:visited {
  color: #D5804A !important;
}
.header__burger {
  display: none;
}
.header__logo {
  z-index: 1;
}
.header__logo a:hover {
  opacity: 1;
}
.header .close-black {
  display: none;
}
.header .logo__other {
  display: none;
}
.header form {
  display: none;
}
.header form[action="/search"]:focus-within,
.header form:focus {
  border-bottom: 1px solid #D5804A !important;
}
.header.active {
  background: #fff;
  position: fixed;
  width: 98vw;
  margin-top: 0;
  padding: 20px 0;
}
.header.active .logo__other {
  display: block;
}
.header.active .logo__main {
  display: none;
}
.header.active .header__burger path {
  stroke: #000;
}
.header.not-home {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(242, 242, 242, 0.25);
  margin: 0;
  padding: 20px 0;
  position: fixed;
  width: 98vw;
}
.header.not-home ~ section {
  margin-top: 95px;
}
.header.not-home .header__container {
  justify-content: space-between;
}
.header.not-home .header__wrapper {
  margin-left: 0;
}
.header.not-home .logo__other {
  display: block;
}
.header.not-home .logo__main {
  display: none;
}
.header.not-home form {
  display: flex;
  flex-direction: row-reverse;
  padding: 16px;
  border-bottom: 1px solid var(--second-text, #B0B0B0);
  background: #FFF;
  justify-content: flex-start;
  width: 100%;
  max-width: 320px;
}
.header.not-home form.active {
  border-bottom: 1px solid #D5804A;
}
.header.not-home form.active input {
  color: #000;
}
.header.not-home form button {
  background: url("../img/search.svg") no-repeat;
  font-size: 0;
  padding: 0;
  width: 25px;
  height: 20px;
  margin-right: 20px;
}
.header.not-home form input {
  color: #000;
  font-family: "Pragmatica Extended";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 0;
  border: 0;
}
.header.not-home form input::-moz-placeholder {
  color: #AFAFAF;
}
.header.not-home form input:-ms-input-placeholder {
  color: #AFAFAF;
}
.header.not-home form input::placeholder {
  color: #AFAFAF;
}

@media (max-width: 1156px) {
  .header__wrapper {
    margin-left: 21%;
  }
  .header__main-nav ul {
    gap: 10px;
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .black {
    display: block;
  }

  .header__wrapper {
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #fff;
    margin-left: 0;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    gap: 60px;
    padding: 40px 20px 39px 17px;
    transition: all 0.5s;
  }
  .header__container {
    justify-content: space-between;
  }
  .header__logo {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .header__main-nav {
    margin-top: 44px;
    width: 100%;
    max-width: 295px;
  }
  .header__main-nav ul {
    flex-direction: column;
    margin-right: 0;
    align-items: center;
    gap: 24px;
  }
  .header__main-nav ul li {
    padding-bottom: 24px;
    border-bottom: 1px solid #B0B0B0;
    width: 100%;
    text-align: center;
  }
  .header__burger {
    display: block;
    z-index: 12;
  }
  .header.open .header__wrapper {
    transform: translateX(100%);
  }
  .header.open .black {
    display: none;
  }
  .header.open .close-black {
    display: block;
  }
  .header.not-home form {
    display: none;
  }
  .header.not-home .header__burger path {
    stroke: #000;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: auto;
  }
  .header__container {
    max-width: 375px;
  }
  .header__burger path {
    stroke: #fff;
  }
  .header.not-home .header__container {
    max-width: 100%;
  }
}
.hero {
  margin-top: -83px;
  position: relative;
}
.hero .mobile {
  display: none;
}
.hero .desktop {
  display: block;
}
.hero::before {
  position: absolute;
  content: "";
  width: 121px;
  height: 110px;
  top: 14%;
  right: 0;
  background: url("../img/hero-green.svg") no-repeat;
  z-index: -1;
}
.hero::after {
  position: absolute;
  content: "";
  width: 153px;
  height: 188px;
  bottom: 16%;
  left: -2%;
  background: url("../img/hero-green1.svg") no-repeat;
  z-index: -1;
}
.hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero__title {
  color: var(--black, #000);
  font-family: "e-Ukraine Head";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero__title strong {
  font-weight: 400;
}
.hero__title span,
.hero__title em {
  color: var(--main, #D5804A);
  display: inline-block;
  margin-top: 10px;
  font-style: normal;
}
.hero__subtitle {
  color: var(--second-text, #B0B0B0);
  font-family: "Pragmatica Extended";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  max-width: 409px;
  margin-top: 40px;
}
.hero__left {
  width: 100%;
  max-width: 522px;
}
.hero__right {
  width: 100%;
  max-width: 617px;
}
.hero__search {
  margin-top: 70px;
}
.hero__search form {
  display: flex;
  gap: 82px;
}
.hero__search form.active input {
  border-bottom: 1px solid #D5804A;
  color: #000;
}
.hero__search input {
  width: 400px;
  padding: 16px 16px 16px 52px;
  border-bottom: 1px solid var(--second-text, #B0B0B0);
  background: url("../img/search.svg") no-repeat 10px center, #FFF !important;
  color: #000;
  font-family: "Pragmatica Extended";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.hero__search input::-moz-placeholder {
  color: #AFAFAF;
}
.hero__search input:-ms-input-placeholder {
  color: #AFAFAF;
}
.hero__search input::placeholder {
  color: #AFAFAF;
}
.hero__search input:focus {
  border-bottom: 1px solid #D5804A;
  color: #000;
}

.about {
  padding: 80px 0;
}
.about__wrapper {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.about__text {
  margin-top: 40px;
}
.about__left {
  width: 100%;
  max-width: 595px;
  padding-right: 95px;
  position: relative;
  padding-bottom: 70px;
}
.about__left::before {
  position: absolute;
  content: "";
  width: 193.642px;
  height: 89.144px;
  bottom: 0;
  right: 0;
  background: url("../img/about3.svg") no-repeat;
  opacity: 0.95;
}
.about__image {
  position: relative;
}
.about__image::after {
  position: absolute;
  content: "";
  width: 205.807px;
  height: 143.995px;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/about1.svg") no-repeat;
  opacity: 0.95;
}
.about__right {
  width: 100%;
  max-width: 600px;
  padding: 0 135px 0 45px;
  position: relative;
}
.about__right::before {
  position: absolute;
  content: "";
  width: 134.321px;
  height: 132.207px;
  bottom: 0;
  right: 0;
  background: url("../img/about2.svg") no-repeat;
  z-index: -1;
  opacity: 0.95;
}
.about__right::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 73.304px;
  top: 0;
  right: 0;
  z-index: -1;
  background: url("../img/about-green-1.svg") 0 0/cover no-repeat;
}
.about__right p,
.about__right a {
  display: none;
}
.about__btn {
  margin-top: 40px;
}

.catalog {
  padding: 80px 0;
}
.catalog .inner {
  position: relative;
}
.catalog .inner::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 68px;
  top: -16%;
  left: 14%;
  background: url("../img/cat-green1.svg") no-repeat;
  z-index: -1;
  opacity: 0.95;
}
.catalog .view__more {
  display: none;
}
.catalog__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.catalog__title-wrapper::before {
  position: absolute;
  content: "";
  width: 221px;
  height: 182.26px;
  bottom: -38%;
  left: -7%;
  background: url("../img/cat-svg1.svg") no-repeat;
  z-index: -1;
  opacity: 0.95;
}
.catalog__title-wrapper::after {
  position: absolute;
  content: "";
  width: 95.022px;
  height: 55px;
  bottom: 27%;
  right: -5%;
  z-index: -1;
  background: url("../img/cat-green.svg") 0 0/cover no-repeat;
}
.catalog__btn {
  margin: 40px auto 0;
}
.catalog__items {
  display: flex;
  gap: 26px;
  margin-top: 44px;
  position: relative;
}
.catalog__items::before {
  position: absolute;
  content: "";
  width: 139px;
  height: 133px;
  bottom: -3%;
  right: -6%;
  background: url("../img/cat-svg-2.svg") no-repeat;
  z-index: -1;
  opacity: 0.95;
}
.catalog__item {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 10px 20px 0px #DEDEDE;
  display: flex;
  padding: 16px 14px 20px 14px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 280px;
}
.catalog__item img {
  border-radius: 10px;
  width: 100%;
}
.catalog__item-title {
  margin-top: 16px;
  color: var(--black, #000);
  font-family: "Pragmatica Extended";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 101%;
}
.catalog__item-text {
  margin-top: 10px;
  color: #B0B0B0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "Pragmatica Extended";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  max-width: 248px;
}
.catalog__item .btn {
  margin: 20px auto 0;
}

.process {
  padding: 80px 0;
  position: relative;
}
.process::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 92px;
  top: 3%;
  right: 35%;
  background: url("../img/proc-green.svg") no-repeat;
  z-index: -1;
}
.process::after {
  position: absolute;
  content: "";
  width: 121px;
  height: 81px;
  bottom: 40%;
  left: 0;
  background: url("../img/proc-green1.svg") no-repeat;
  z-index: -1;
}
.process .inner {
  position: relative;
}
.process .inner::before {
  position: absolute;
  content: "";
  width: 171px;
  height: 149px;
  top: 9%;
  right: 4%;
  background: url("../img/proc.svg") no-repeat;
  z-index: -1;
}
.process .inner::after {
  position: absolute;
  content: "";
  width: 49px;
  height: 34px;
  bottom: 4%;
  right: 3%;
  background: url("../img/proc-green2.svg") no-repeat;
  z-index: -1;
}
.process__items {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 65px;
  position: relative;
}
.process__items::before {
  position: absolute;
  content: "";
  width: 978px;
  height: 429px;
  top: 4%;
  background: url("../img/line.svg") no-repeat;
  z-index: -1;
  right: 8%;
}
.process__items-top {
  height: 288px;
  display: flex;
  justify-content: space-between;
}
.process__items-top .process__item:nth-child(1) {
  align-self: flex-start;
}
.process__items-top .process__item:nth-child(2) {
  align-self: flex-end;
  margin-bottom: 36px;
}
.process__items-top .process__item:nth-child(3) {
  align-self: flex-end;
  margin-bottom: 71px;
}
.process__items-top .process__item:nth-child(4) {
  align-self: flex-end;
}
.process__items-bottom {
  height: 246px;
  display: flex;
  gap: 40px;
}
.process__items-bottom .process__item:nth-child(1) {
  align-self: flex-end;
  margin-bottom: 24px;
  margin-right: 40px;
}
.process__items-bottom .process__item:nth-child(2) {
  align-self: flex-start;
}
.process__items-bottom .process__item:nth-child(3) {
  align-self: flex-end;
}
.process__items-bottom .process__item:nth-child(4) {
  align-self: flex-start;
}
.process__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
  max-width: 240px;
}
.process__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60px;
  height: 60px;
  color: var(--white, #FFF);
  font-family: "e-Ukraine Head";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 100px;
  background: var(--main, #D5804A);
}
.process__item-text {
  padding: 10px 0;
}
.process__item-text h2 {
  color: var(--black, #000);
  text-align: center;
  font-family: "e-Ukraine Head";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.process__item-text p {
  margin-top: 10px;
  color: #B0B0B0;
  text-align: center;
  font-family: "Pragmatica Extended";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.production {
  padding: 80px 0;
  position: relative;
}
.production::before {
  position: absolute;
  content: "";
  width: 124px;
  height: 116px;
  top: 24%;
  right: 0%;
  background: url("../img/prod-green.svg") no-repeat;
  z-index: -1;
}
.production .inner {
  position: relative;
}
.production .inner::before {
  position: absolute;
  content: "";
  width: 74px;
  height: 78px;
  top: -3%;
  left: 6%;
  background: url("../img/prod-green1.svg") no-repeat;
  z-index: -1;
}
.production .title {
  text-align: center;
}
.production__items {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  gap: 80px;
}
.production__item {
  display: flex;
  gap: 80px;
  align-items: center;
}
.production__item.reverse {
  flex-direction: row-reverse;
}
.production__item.reverse img {
  border-radius: 0px 60px 60px 60px;
}
.production__item.reverse .production__item-left {
  position: relative;
}
.production__item.reverse .production__item-left::before {
  position: absolute;
  content: "";
  width: 156px;
  height: 119px;
  top: -38%;
  left: 25%;
  background: url("../img/prod-scg2.svg") no-repeat;
  z-index: -1;
  opacity: 0.95;
}
.production__item img {
  border-radius: 60px 60px 0px 60px;
}
.production__item-right {
  padding: 16px 0;
  width: 100%;
}
.production__item-right h2 {
  color: var(--black, #000);
  font-family: "e-Ukraine Head";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  width: 100%;
  max-width: 407px;
}
.production__item-right p {
  color: #B0B0B0;
  font-family: "Pragmatica Extended";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.production__item-right p:last-child {
  margin-bottom: 0;
}
.production__item-left {
  position: relative;
  width: 100%;
}
.production__item-left::before {
  position: absolute;
  content: "";
  width: 69px;
  height: 118px;
  top: -30%;
  left: 3%;
  background: url("../img/prod-svg1.svg") no-repeat;
  z-index: -1;
  opacity: 0.95;
}
.production-about .production__item img {
  border-radius: 40px;
}
.production-about .production__item.reverse img {
  border-radius: 40px;
}
.production-about .production__item-_right h2 {
  margin-bottom: 40px;
}
.production-about .production__item-left::before {
  display: none;
}
.production-about .production__items {
  margin-top: 40px;
  gap: 40px;
}
.production-about .title {
  text-align: left;
}
.production-about::before {
  display: none;
}
.production-about .inner::before {
  position: absolute;
  content: "";
  width: 156px;
  height: 126px;
  top: -9%;
  right: 9%;
  left: auto;
  background: url("../img/prod-scg2.svg") no-repeat;
  z-index: -1;
  opacity: 0.95;
}

.cooperation {
  padding: 80px 0;
}
.cooperation .title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 19%;
}
.cooperation .title::before {
  position: absolute;
  content: "";
  width: 127px;
  height: 102px;
  bottom: 0;
  right: 0;
  background: url("../img/coop-green.svg") no-repeat;
  z-index: -1;
}
.cooperation__items {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
  position: relative;
}
.cooperation__items::before {
  position: absolute;
  content: "";
  width: 205.807px;
  height: 150.946px;
  top: 50%;
  transform: translateY(-50%);
  left: -9%;
  background: url("../img/coop1.svg") no-repeat;
  z-index: -1;
}
.cooperation__items::after {
  position: absolute;
  content: "";
  width: 95.77px;
  height: 97px;
  top: -14%;
  right: -3%;
  background: url("../img/coop2.svg") no-repeat;
  z-index: -1;
}
.cooperation__item {
  border: 4px solid var(--main, #D5804A);
  background: #FFF;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 40px;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cooperation__item h2 {
  color: var(--black, #000);
  text-align: center;
  font-family: "e-Ukraine Head";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cooperation__item p {
  color: #B0B0B0;
  text-align: center;
  font-family: "Pragmatica Extended";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.benefits {
  padding: 80px 0;
  position: relative;
}
.benefits::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 69px;
  top: -2%;
  left: 16%;
  background: url("../img/ben-green1.svg") no-repeat;
  z-index: -1;
}
.benefits::after {
  position: absolute;
  content: "";
  width: 147px;
  height: 145.357px;
  top: 8%;
  right: 15%;
  background: url("../img/ben-green.svg") no-repeat;
  z-index: -1;
}
.benefits .title {
  text-align: center;
  position: relative;
}
.benefits .title::before {
  position: absolute;
  content: "";
  width: 177px;
  height: 160px;
  top: 38%;
  left: 20%;
  background: url("../img/ben1.svg") no-repeat;
  z-index: -1;
}
.benefits__slider {
  margin: 80px auto 0;
  position: relative;
}
.benefits__slider::before {
  position: absolute;
  content: "";
  width: 89.799px;
  height: 55px;
  bottom: -7%;
  right: 24%;
  background: url("../img/ben2.svg") no-repeat;
  z-index: -1;
}
.benefits .slick-track {
  display: flex;
  justify-content: space-between;
}
.benefits__slide:nth-child(even) {
  background: url("../img/black.svg") no-repeat;
  background-size: contain;
  margin-top: 40px;
}
.benefits__slide {
  background: url("../img/orange.svg") no-repeat;
  background-size: contain;
  display: flex !important;
  padding: 40px 45px 77px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  max-width: 360px;
  transition: 0.3;
}
.benefits__slide:hover img {
  transform: scale(1.2);
}
.benefits__slide img {
  width: 100%;
  max-width: 150px;
  transition: 0.3s ease;
}
.benefits__slide h2 {
  margin-top: 40px;
  color: #FFF;
  font-family: "e-Ukraine Head";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.benefits__slide p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: "Pragmatica Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact {
  padding: 80px 0;
  position: relative;
}
.contact::before {
  position: absolute;
  content: "";
  width: 69px;
  height: 85px;
  top: -15%;
  left: 33%;
  background: url("../img/contact-green.svg") no-repeat;
  z-index: -1;
}
.contact__wrapper {
  display: flex;
  gap: 120px;
}
.contact .title,
.contact .title p {
  color: #000;
  font-family: "e-Ukraine Head";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 30px;
}
.contact .title span,
.contact .title em,
.contact .title p span,
.contact .title p em {
  color: var(--main, #D5804A);
  font-style: normal;
}
@media (max-width: 768px) {
  .contact .title,
.contact .title p {
    font-size: 24px;
    margin-top: 16px;
  }
}
.contact__left {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.contact__left::before {
  position: absolute;
  content: "";
  width: 132px;
  height: 63.7px;
  bottom: -43%;
  right: -8%;
  background: url("../img/contact.svg") no-repeat;
  z-index: -1;
}
.contact__left p {
  margin-top: 40px;
  color: #B0B0B0;
  font-family: "Pragmatica Extended";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact__right {
  width: 100%;
  max-width: 320px;
  position: relative;
}
.contact__right::before {
  position: absolute;
  content: "";
  width: 104px;
  height: 84.909px;
  bottom: -43%;
  right: -74%;
  background: url("../img/contact-green1.svg") no-repeat;
  z-index: -1;
}
.contact__right .active input {
  border-bottom: 1px solid #D5804A;
  color: #000;
}
.contact__right form {
  display: flex;
  flex-direction: column;
  position: relative;
}
.contact__right form .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.contact__right form input {
  padding: 0 10px 16px;
  border-bottom: 1px solid #000;
  color: #B0B0B0;
  font-family: "Pragmatica Extended";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 40px;
}
.contact__right form input:focus {
  border-bottom: 1px solid #D5804A;
  color: #000;
}
.contact__right form input[type=submit] {
  color: var(--white, #FFF);
  font-family: "e-Ukraine Head";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  padding: 16px 32px;
  width: 100%;
  justify-content: center;
  cursor: pointer;
  background: var(--main, #D5804A);
  border-bottom: 0;
  margin-bottom: 0;
}
.contact__right form input[type=submit]:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .contact__right form input[type=submit] {
    font-size: 14px;
  }
}
.contact__right form button {
  width: 100%;
  justify-content: center;
}

.shop__item {
  position: relative;
  overflow: hidden;
}
.shop__item a > div {
  overflow: hidden;
}

.shop__item img {
  transition: transform 0.3s ease;
  display: block;
  max-width: 100%;
}

.shop__item:hover img {
  transform: scale(1.1);
}

.history {
  padding-top: 39px;
  position: relative;
}
.history::before {
  position: absolute;
  content: "";
  width: 156px;
  height: 157px;
  top: 23%;
  right: -3%;
  background: url("../img/history-green1.svg") no-repeat;
  z-index: -1;
}
.history .title {
  text-align: left;
}
.history__wrapper {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.history__right {
  width: 100%;
  max-width: 300px;
  position: relative;
}
.history__right::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 164px;
  top: -23%;
  left: -3%;
  background: url("../img/history.svg") no-repeat;
  z-index: -1;
}
.history__left {
  width: 100%;
  max-width: 820px;
  position: relative;
}
.history__left::before {
  position: absolute;
  content: "";
  width: 84px;
  height: 80px;
  top: -13%;
  left: 33%;
  background: url("../img/history-green.svg") no-repeat;
  z-index: -1;
}
.history__left h2 {
  color: var(--black, #000);
  font-family: "e-Ukraine Head";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.history__text {
  margin-top: 20px;
}
.history p {
  margin-bottom: 10px;
  color: #B0B0B0;
  font-family: "Pragmatica Extended";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .history p {
    font-size: 14px;
  }
}
.history p:last-child {
  margin-bottom: 0;
}

.mission {
  padding: 80px 0;
  position: relative;
}
.mission::before {
  position: absolute;
  content: "";
  width: 181px;
  height: 194px;
  top: 11%;
  right: -6%;
  background: url("../img/mission-green1.svg") no-repeat;
  z-index: -1;
}
.mission::after {
  position: absolute;
  content: "";
  width: 77px;
  height: 72px;
  top: 4%;
  left: 17%;
  background: url("../img/mission-green.svg") no-repeat;
  z-index: -1;
}
.mission__wrapper {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mission__wrapper h2 {
  color: var(--black, #000);
  font-family: "e-Ukraine Head";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.mission__wrapper p {
  margin-bottom: 20px;
  color: #B0B0B0;
  font-family: "Pragmatica Extended";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mission__wrapper p:last-of-type {
  margin-bottom: 0;
}
.mission__wrapper p + h2 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .mission__wrapper p {
    font-size: 14px;
  }
}
.mission__images {
  display: flex;
  justify-content: space-between;
}
.mission__images img {
  display: block;
  width: 100%;
  max-width: 31%;
}
.mission img {
  border-radius: 40px;
}
.mission .title {
  text-align: center;
}
.mission + .contact::before {
  display: none;
}

.shop {
  padding: 40px 0 209px;
  position: relative;
}
.shop::after {
  position: absolute;
  content: "";
  width: 93px;
  height: 78px;
  top: 0;
  right: -10px;
  background: url("../img/product-green1.svg") no-repeat;
  z-index: -1;
}
.shop .inner {
  position: relative;
}
.shop .inner::before {
  position: absolute;
  content: "";
  width: 146px;
  height: 145px;
  bottom: -6%;
  left: -6%;
  background: url("../img/shop-green.svg") no-repeat;
  z-index: -1;
}
.shop .tab__panel {
  display: none;
}
.shop .tab__panel.active {
  display: block;
}
.shop .tab__content {
  width: 100%;
}
.shop .tab__content h3,
.shop .tab__content h1 {
  color: var(--black, #000);
  font-family: "e-Ukraine Head";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.shop__wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.shop__tabs {
  display: flex;
  flex-direction: column;
  padding: 40px;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid var(--main, #D5804A);
  background: #FFF;
  width: 100%;
  max-width: 269px;
}
.shop__tabs a {
  color: #000;
  font-family: "e-Ukraine Head";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.shop__tabs a.active {
  color: #D5804A;
}
.shop__tabs a:hover {
  color: #D5804A !important;
  opacity: 1;
}
.shop__items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: flex-start;
  margin-top: 40px;
}
.shop__item {
  width: 100%;
  max-width: 280px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px #DEDEDE;
  cursor: pointer;
}
.shop__item a:hover {
  opacity: 1;
}
.shop__item-text {
  padding: 16px;
}
.shop__item-text h4 {
  color: var(--black, #000);
  font-family: "e-Ukraine Head";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}
.shop__item-text p {
  color: #000;
  font-family: "Pragmatica Extended";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.shop__item-text p span {
  font-size: 14px;
}
.shop__item-text .btn {
  margin-top: 10px;
  width: 100%;
}
.shop__item img {
  border-radius: 10px 10px 0 0;
  min-height: 200px;
}

.product {
  padding: 40px 0 120px;
  position: relative;
}
.product::before {
  position: absolute;
  content: "";
  width: 143px;
  height: 138px;
  bottom: 6%;
  left: 0.5%;
  background: url("../img/product-green.svg") no-repeat;
  z-index: -1;
}
.product::after {
  position: absolute;
  content: "";
  width: 93px;
  height: 78px;
  top: 3%;
  right: -10px;
  background: url("../img/product-green1.svg") no-repeat;
  z-index: -1;
}
.product__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}
.product .title {
  margin-top: 20px;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 400;
}
.product .title.mobile {
  display: none;
}
.product .thumbnail,
.product video {
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.product h3 {
  margin-bottom: 8px;
  color: var(--black, #000);
  font-family: "Pragmatica Extended";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}
.product__left {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 10px 20px 0px #DEDEDE;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}
.product__right {
  width: 100%;
  max-width: 570px;
}
.product #main-content {
  width: 100%;
  max-width: 502px;
  margin-bottom: 20px;
}
.product .price {
  color: #000;
  font-family: "Pragmatica Extended";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.product .price span {
  font-size: 14px;
}
.product #main-image,
.product #main-video {
  display: block;
  border-radius: 10px;
  width: 100%;
  max-width: 502px;
  height: 302px;
}
.product #main-image.active,
.product #main-video.active {
  display: block;
  border-radius: 10px;
  width: 100%;
  max-width: 502px;
  height: 302px;
}
.product .thumbnails {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  overflow-x: auto;
  width: 100%;
  max-width: 502px;
  overflow-y: clip;
  scrollbar-color: transparent transparent;
}
.product .thumbnails::-webkit-scrollbar {
  height: 0;
}
.product .thumbnails div[data-type=video] {
  position: relative;
}
.product .thumbnails div[data-type=video]::before {
  position: absolute;
  content: "";
  width: 28.571px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/video.png") no-repeat center center;
  background-size: contain;
  z-index: 1;
}

.contacts {
  padding: 40px 0 109px;
  position: relative;
}
.contacts::before {
  position: absolute;
  content: "";
  width: 143px;
  height: 138px;
  bottom: -8%;
  left: 2%;
  background: url("../img/product-green.svg") no-repeat;
  z-index: -1;
}
.contacts::after {
  position: absolute;
  content: "";
  width: 93px;
  height: 73px;
  top: 3%;
  right: -1%;
  background: url("../img/contact-green2.svg") no-repeat;
  z-index: -1;
}
.contacts__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.contacts__left {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.contacts__right {
  width: 100%;
  max-width: 800px;
}
.contacts h3 {
  margin-bottom: 20px;
  color: var(--black, #000);
  font-family: "e-Ukraine Head";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contacts p {
  margin-bottom: 10px;
  color: var(--black, #000);
  font-family: "e-Ukraine Head";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
}
.contacts p:last-child {
  margin-bottom: 0;
}
.contacts a {
  color: #000;
  font-family: "e-Ukraine Head";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  display: block;
  position: relative;
  padding-left: 26px;
}
.contacts a::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  background: url("../img/call.svg") no-repeat;
}
.contacts a:hover {
  color: #D5804A !important;
  opacity: 1;
}
.contacts__location {
  position: relative;
  padding-left: 26px;
}
.contacts__location::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  background: url("../img/location-orange.svg") no-repeat;
}
.contacts .title {
  margin-top: 0;
  font-weight: 400;
}

.search .inner {
  padding: 50px 16px 100px;
}

section.blog {
  position: relative;
}
section.blog::before {
  position: absolute;
  content: "";
  width: 143px;
  height: 138px;
  bottom: 46%;
  left: 0.5%;
  background: url("../img/product-green.svg") no-repeat;
  z-index: -1;
}
section.blog::after {
  position: absolute;
  content: "";
  width: 93px;
  height: 78px;
  top: 3%;
  right: -10px;
  background: url("../img/product-green1.svg") no-repeat;
  z-index: -1;
}

body.blog {
  padding: 0;
}

.blog {
  padding: 40px 0 110px;
}
.blog__items {
  display: flex;
  gap: 40px 30px;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: flex-start;
}
.blog .title {
  margin-top: 0;
  font-weight: 400;
}
.blog__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 380px;
  min-height: 340px;
  padding: 16px 16px 20px 16px;
  align-items: flex-start;
  gap: 16px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 10px 20px 0px #DEDEDE;
  cursor: pointer;
}
.blog__item:hover {
  opacity: 1;
}
.blog__item > a {
  width: 100%;
}
.blog__item img {
  border-radius: 10px;
  height: 146px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog__item h2 {
  color: var(--black, #000);
  font-family: "Pragmatica Extended";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.blog__item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  color: #B0B0B0;
  text-overflow: ellipsis;
  font-family: "Pragmatica Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.blog__content a {
  color: #000;
}
.blog__content a:hover {
  opacity: 1;
  color: #000 !important;
}
.blog__content a:visited {
  color: #000;
}

.post {
  padding: 40px 0 145px;
  position: relative;
}
.post::before {
  position: absolute;
  content: "";
  width: 143px;
  height: 138px;
  bottom: 56%;
  left: 1%;
  background: url("../img/product-green.svg") no-repeat;
  z-index: -1;
}
.post::after {
  position: absolute;
  content: "";
  width: 93px;
  height: 78px;
  top: 0;
  right: -10px;
  background: url("../img/product-green1.svg") no-repeat;
  z-index: -1;
}
.post__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}
.post__content {
  width: 100%;
  max-width: 880px;
}
.post__content img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin-bottom: 40px;
}
.post__content p {
  color: #B0B0B0;
  font-family: "Pragmatica Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.post__content ol {
  color: #B0B0B0;
  font-family: "Pragmatica Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 20px;
  margin-bottom: 20px;
  list-style: auto;
}
.post__content ol li {
  margin-bottom: 20px;
}
.post__content ol li:last-child {
  margin-bottom: 0;
}
.post__content h2 {
  margin-top: 30px;
  color: var(--black, #000);
  font-family: "e-Ukraine Head";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.post .title {
  font-weight: 400;
  margin-top: 0;
}
.post aside {
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.post__item {
  display: flex;
  width: 100%;
  max-width: 280px;
  padding: 16px 16px 20px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 10px 20px 0px #DEDEDE;
  min-height: 248px;
}
.post__item a:hover {
  opacity: 1;
}
.post__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 146px;
  border-radius: 10px;
}
.post__item h2 {
  color: var(--black, #000);
  font-family: "Pragmatica Extended";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 50px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.privacy {
  padding: 40px 0 90px;
  position: relative;
}
.privacy::before {
  position: absolute;
  content: "";
  width: 143px;
  height: 138px;
  bottom: -10%;
  left: 1%;
  background: url("../img/product-green.svg") no-repeat;
  z-index: -1;
}
.privacy::after {
  position: absolute;
  content: "";
  width: 93px;
  height: 78px;
  top: 0;
  right: -10px;
  background: url("../img/product-green1.svg") no-repeat;
  z-index: -1;
}
.privacy h1 {
  color: var(--black, #000);
  font-family: "e-Ukraine Head";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.privacy p {
  color: #B0B0B0;
  font-family: "Pragmatica Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.privacy p:last-child {
  margin-bottom: 0;
}
.privacy ol {
  color: #B0B0B0;
  font-family: "Pragmatica Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: auto;
  margin-left: 20px;
  margin-bottom: 15px;
}
.privacy h3 {
  color: var(--black, #000);
  font-family: "e-Ukraine Head";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 30px 0 20px;
}

@media (max-width: 1260px) {
  .cooperation__item {
    max-width: 48%;
  }

  .about__left {
    max-width: 50%;
    padding-right: 30px;
  }
  .about__right {
    max-width: 40%;
    padding: 0;
  }
  .about__right::before {
    right: -15%;
  }

  .hero__left {
    max-width: 48%;
  }
  .hero__right {
    max-width: 60%;
  }

  .production__item {
    gap: 16px;
  }
  .production__item-right {
    width: 100%;
    max-width: 50%;
  }
  .production__item-left {
    width: 100%;
    max-width: 50%;
  }
  .production__item-left img {
    width: 100%;
  }

  .process {
    padding: 50px 0;
  }

  .catalog__items {
    justify-content: center;
    gap: 15px;
  }
  .catalog__item {
    width: 100%;
    max-width: 22%;
  }
  .catalog__item .btn {
    padding: 10px;
    font-size: 14px;
  }

  .benefits__slide {
    max-width: 30%;
    padding: 24px 22px 77px;
  }
  .benefits__slide h2 {
    margin-top: 20px;
  }

  .contacts__right iframe {
    width: 100%;
  }

  .blog__items {
    justify-content: flex-start;
  }
  .blog__item {
    max-width: 31%;
  }
}
@media (max-width: 1220px) {
  .process__items::before {
    right: 5%;
    background-size: 98%;
  }

  .hero__search form {
    gap: 10px;
  }
}
@media (max-width: 1156px) {
  .process__items {
    gap: 30px;
  }
  .process__items::before {
    right: 0;
    background-size: 88%;
  }

  .hero__left img {
    width: 100%;
  }
  .hero__title {
    font-size: 32px;
  }
  .hero__right {
    max-width: 50%;
  }
}
@media (max-width: 1104px) {
  .process__items::before {
    right: -4%;
    background-size: 83%;
    top: 10%;
  }
}
@media (max-width: 1084px) {
  .process__items::before {
    right: -8%;
    background-size: 84%;
    top: 7%;
  }
}
@media (max-width: 1024px) {
  body.blog {
    padding: 0;
  }

  .cooperation {
    padding: 50px 0;
  }
  .cooperation .title::before {
    display: none;
  }
  .cooperation__item {
    max-width: 47%;
  }
  .cooperation__items {
    gap: 20px;
    margin-top: 40px;
  }
  .cooperation__items::before {
    display: none;
  }
  .cooperation__items::after {
    background: url("../img/ben1.svg") no-repeat;
    width: 177px;
    height: 162px;
    top: -13%;
    right: -9px;
  }

  .hero__left img {
    width: 100%;
  }
  .hero__search {
    margin-top: 40px;
  }
  .hero__search form {
    flex-direction: column;
  }
  .hero__search input {
    width: 343px;
  }
  .hero__title span {
    margin-top: 0;
  }

  .production {
    padding: 50px 0;
  }
  .production__items {
    gap: 40px;
  }

  .about {
    padding: 50px 0;
  }
  .about__right img {
    width: 100%;
  }
  .about__right::before {
    bottom: 25%;
  }

  .benefits {
    padding: 50px 0;
  }
  .benefits::after {
    background: url("../img/ben2.svg") no-repeat;
    width: 90px;
    height: 56px;
    top: -3%;
  }
  .benefits::before {
    display: none;
  }
  .benefits__slider .slick-track {
    gap: 10px;
    height: 400px;
  }
  .benefits__slider::before {
    display: none;
  }
  .benefits__slide {
    padding: 15px 15px 78px;
    justify-content: flex-start;
  }
  .benefits__slide img {
    max-width: 100px;
  }
  .benefits__slide h2 {
    font-size: 16px;
    margin-top: 24px;
  }
  .benefits__slide p {
    font-size: 14px;
    margin-top: 14px;
  }
  .benefits .title::before {
    display: none;
  }

  .catalog {
    padding: 50px 0;
  }
  .catalog__items {
    flex-wrap: wrap;
  }
  .catalog__item {
    width: 100%;
    max-width: 48%;
  }
  .catalog__item-text {
    max-width: 100%;
  }

  .contact {
    padding: 50px 0 100px;
  }

  .process__items {
    margin-top: 40px;
    gap: 16px;
    position: relative;
  }
  .process__items::before {
    display: none;
  }
  .process__items::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 91%;
    top: 25px;
    z-index: -1;
    background: #D5804A;
    left: 28px;
  }
  .process__items::before {
    display: none;
  }
  .process__items-top {
    height: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .process__items-top .process__item:nth-child(1) {
    align-self: unset;
  }
  .process__items-top .process__item:nth-child(2) {
    align-self: unset;
    margin-bottom: 0;
  }
  .process__items-top .process__item:nth-child(3) {
    align-self: unset;
    margin-bottom: 0;
  }
  .process__items-top .process__item:nth-child(4) {
    align-self: unset;
  }
  .process__items-bottom {
    height: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .process__items-bottom .process__item:nth-child(1) {
    align-self: unset;
    margin-bottom: 0;
    margin-right: 0;
  }
  .process__items-bottom .process__item:nth-child(2) {
    align-self: unset;
  }
  .process__items-bottom .process__item:nth-child(3) {
    align-self: unset;
  }
  .process__items-bottom .process__item:nth-child(4) {
    align-self: unset;
  }
  .process__item {
    flex-direction: row;
    max-width: 100%;
    gap: 24px;
  }
  .process__item-text h2 {
    text-align: left;
    font-size: 16px;
  }
  .process__item-text p {
    font-size: 12px;
    text-align: left;
  }

  .history {
    padding: 24px 0 39px;
  }
  .history__right::before {
    top: -15%;
  }
  .history__text {
    margin-top: 10px;
  }

  .mission {
    padding: 30px 0;
  }

  .shop {
    padding-bottom: 80px;
    padding-top: 10px;
  }
  .shop__items {
    gap: 24px;
    margin-top: 24px;
  }
  .shop__wrapper {
    flex-direction: column;
    gap: 44px;
  }
  .shop__tabs {
    border: 0;
    flex-direction: row;
    max-width: 100%;
    overflow-x: auto;
    padding: 0;
    gap: 16px;
  }
  .shop__tabs::-webkit-scrollbar {
    color: transparent;
    height: 0;
  }
  .shop__tabs a {
    border: 1px solid #000;
    padding: 12px 16px;
    display: block;
    white-space: nowrap;
  }
  .shop__tabs a.active {
    border: 0;
    color: #fff;
    background-color: #d5804a;
    border: 1px solid #d5804a;
  }
  .shop .tab__content h3,
.shop .tab__content h1 {
    font-weight: 700;
    font-size: 24px;
  }

  .product .title {
    font-size: 24px;
  }
  .product__left {
    max-width: 50%;
  }
  .product .thumbnails {
    gap: 11px;
  }

  .contacts__left {
    max-width: 30%;
  }
  .contacts__right {
    max-width: 60%;
  }

  .blog {
    padding: 24px 0 80px;
  }
  .blog__item {
    max-width: 47%;
  }

  .post {
    padding: 24px 0 80px;
  }
  .post__content {
    max-width: 65%;
  }
  .post__wrapper {
    gap: 20px;
    margin-top: 24px;
  }
  .post aside {
    max-width: 35%;
  }
}
@media (max-width: 992px) {
  .about__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .about__left {
    max-width: 100%;
  }
  .about__left::before {
    display: none;
  }
  .about__right {
    max-width: 100%;
  }
  .about__right::before {
    right: 0;
    bottom: 36%;
  }
  .about__right::after {
    display: none;
  }
  .about__right img {
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .cooperation__item {
    max-width: 100%;
    padding: 24px;
  }
  .cooperation__item h2 {
    font-size: 16px;
  }
  .cooperation__item p {
    font-size: 14px;
  }

  .production::before {
    display: none;
  }
  .production .pretitle-center {
    padding: 0 84px;
  }
  .production .pretitle-center::before, .production .pretitle-center::after {
    width: 64px;
  }
  .production .inner::before {
    display: none;
  }
  .production__items {
    margin-top: 40px;
    gap: 40px;
  }
  .production__item {
    flex-direction: column;
  }
  .production__item img {
    border-radius: 40px 40px 0px 40px;
  }
  .production__item-right {
    width: 100%;
    max-width: 100%;
  }
  .production__item-right h2 {
    font-size: 16px;
  }
  .production__item-right p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .production__item-left {
    width: 100%;
    max-width: 100%;
  }
  .production__item-left::before {
    display: none;
  }
  .production__item.reverse {
    flex-direction: column;
  }
  .production__item.reverse img {
    border-radius: 40px 40px 40px 0px;
  }
  .production__item.reverse .production__item-left::before {
    display: none;
  }

  .benefits__slider {
    margin: 40px auto 0;
    max-width: 360px;
  }
  .benefits__slider .slick-next,
.benefits__slider .slick-prev {
    z-index: 5;
  }
  .benefits__slider .slick-next {
    right: 17px;
  }
  .benefits__slider .slick-next::before {
    content: "";
    background: url("../img/next.svg") no-repeat;
    width: 14px;
    height: 16px;
    display: block;
  }
  .benefits__slider .slick-prev {
    left: 17px;
  }
  .benefits__slider .slick-prev::before {
    content: "";
    background: url("../img/prev.svg") no-repeat;
    width: 14px;
    height: 16px;
    display: block;
  }
  .benefits__slider .slick-track {
    height: auto;
  }
  .benefits__slide:nth-child(even) {
    margin-top: 0;
    background-position: center;
    background: url("../img/black1.svg") no-repeat;
    background-size: 100%;
  }
  .benefits__slide {
    background: url("../img/orange1.svg") no-repeat;
    padding: 24px 22px 78px;
    background-size: 100%;
  }

  .contact::before {
    display: none;
  }
  .contact__wrapper {
    gap: 40px;
    flex-direction: column;
  }
  .contact__left {
    max-width: 100%;
  }
  .contact__left p {
    margin-top: 16px;
    font-size: 14px;
  }
  .contact__left::before {
    display: none;
  }
  .contact__right {
    max-width: 100%;
  }
  .contact__right form input {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .contact__right form button {
    margin-top: 8px;
  }
  .contact__right::before {
    width: 76px;
    height: 71px;
    bottom: -60%;
    left: 7%;
    background: url("../img/green.svg") no-repeat;
    z-index: -1;
    right: auto;
  }

  .process::before, .process::after,
.process .inner::after,
.process .inner::before {
    display: none;
  }

  .catalog {
    position: relative;
  }
  .catalog::after {
    position: absolute;
    content: "";
    width: 46px;
    height: 30px;
    top: 0;
    left: 0;
    background: url("../img/green2.svg") no-repeat;
    z-index: -1;
  }
  .catalog__title-wrapper::before, .catalog__title-wrapper::after {
    display: none;
  }
  .catalog .inner::before {
    display: none;
  }
  .catalog__items::before {
    top: -8%;
    bottom: auto;
    right: -3%;
  }

  .about__text {
    margin-top: 24px;
  }
  .about__btn {
    margin-top: 24px;
  }
  .about__left {
    padding-bottom: 24px;
  }
  .about__left p,
.about__left a {
    display: none;
  }
  .about__right p,
.about__right a {
    display: block;
  }
  .about__right::before {
    bottom: 34%;
  }

  .hero {
    position: relative;
    min-height: 904px;
    margin-top: -110px;
    background: url("../img/mobile.png") no-repeat;
    background-position: center;
    background-size: cover;
  }
  .hero__wrapper {
    flex-direction: column-reverse;
  }
  .hero__subtitle {
    display: none;
  }
  .hero__right {
    margin-top: 130px;
    max-width: 100%;
  }
  .hero__title {
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
  }
  .hero__title img {
    display: none;
  }
  .hero__title::first-letter {
    text-transform: uppercase;
  }
  .hero__title strong {
    display: none;
  }
  .hero__title span,
.hero__title em {
    margin-top: 0;
  }
  .hero__left {
    max-width: 343px;
    width: 100%;
  }
  .hero .mobile {
    display: block;
  }
  .hero .desktop {
    display: none;
  }
  .hero__search {
    width: 100%;
    max-width: 343px;
    margin: 40px auto 0;
  }
  .hero__search button {
    width: 100%;
    justify-content: center;
  }
  .hero__search input {
    font-size: 14px;
    width: 100%;
  }
  .hero::before {
    display: none;
  }
  .hero::after {
    background: url("../img/hero-green-m.svg") no-repeat;
    left: auto;
    right: -11%;
    bottom: -5%;
    height: 67px;
  }

  .history__right {
    display: none;
  }
  .history::before {
    display: none;
  }
  .history__left::before {
    left: 57%;
  }

  .mission__images {
    flex-direction: column;
    gap: 20px;
  }
  .mission__images img {
    max-width: 100%;
  }
  .mission__wrapper {
    gap: 24px;
  }
  .mission::before {
    display: none;
  }
  .mission::after {
    top: -3%;
    left: -4%;
  }

  .product__wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .product::before {
    width: 76px;
    height: 71px;
    bottom: -4%;
    left: 7%;
    background: url("../img/green.svg") no-repeat;
    z-index: -1;
  }
  .product h3 {
    margin-top: 24px;
    font-size: 16px;
  }
  .product .title.mobile {
    display: block;
    margin: 0;
  }
  .product__left {
    max-width: 100%;
    padding: 16px;
  }
  .product #main-content {
    margin: 0 auto 20px;
  }
  .product .thumbnail {
    width: 96px;
    height: 96px;
  }
  .product #main-image,
.product #main-video {
    height: 302px;
    min-height: 302px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .product #main-image.active,
.product #main-video.active {
    height: 302px;
    min-height: 302px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .product__right .title {
    display: none;
  }
  .product::after {
    background: url("../img/green1.svg") no-repeat;
    right: -9%;
  }

  .contacts {
    padding: 24px 0 80px;
  }
  .contacts__wrapper {
    flex-direction: column;
  }
  .contacts__left {
    gap: 24px;
  }
  .contacts h3 {
    font-size: 16px;
  }
  .contacts .title {
    margin-top: 0;
  }
  .contacts__top {
    margin-top: 16px;
  }
  .contacts__left, .contacts__right {
    max-width: 100%;
  }
  .contacts::after {
    top: 7%;
    right: 12%;
    background: url("../img/contact-green3.svg") no-repeat;
  }
  .contacts::before {
    width: 76px;
    height: 71px;
    bottom: -4%;
    left: 7%;
    background: url("../img/green.svg") no-repeat;
    z-index: -1;
  }

  .blog::after {
    top: 22px;
    right: -8%;
    background-size: 64%;
  }
  .blog::before {
    width: 76px;
    height: 71px;
    bottom: -1%;
    left: 7%;
    background: url("../img/green.svg") no-repeat;
    z-index: -1;
  }
  .blog__items {
    margin-top: 24px;
    gap: 24px;
  }
  .blog__item {
    max-width: 100%;
    min-height: 330px;
    padding: 16px 16px 24px;
    gap: 20px;
    border-radius: 16px;
  }
  .blog__item img {
    height: 160px;
  }
  .blog__item p {
    margin-top: 10px;
    font-size: 12px;
  }
  .blog .title {
    font-weight: 700;
  }

  .post aside {
    display: none;
  }
  .post::before {
    width: 76px;
    height: 71px;
    bottom: -2%;
    left: 5%;
    background: url("../img/green.svg") no-repeat;
    z-index: -1;
  }
  .post__content {
    max-width: 100%;
  }
  .post__content p {
    margin-bottom: 10px;
  }
  .post__content h2 {
    margin: 24px 0 8px;
  }
  .post__content ol {
    margin-bottom: 10px;
  }
  .post__content ol li {
    margin-bottom: 10px;
  }

  .shop .inner::before {
    width: 76px;
    height: 71px;
    bottom: -6%;
    left: 7%;
    background: url("../img/green.svg") no-repeat;
    z-index: -1;
  }
  .shop::after {
    right: -13%;
    background-size: 50%;
    top: 2%;
  }

  .privacy {
    padding: 24px 0 80px;
  }
  .privacy::before {
    width: 76px;
    height: 71px;
    bottom: -3%;
    left: 7%;
    background: url("../img/green.svg") no-repeat;
    z-index: -1;
    right: auto;
  }
  .privacy::after {
    right: -13%;
    background-size: 50%;
  }
  .privacy h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  .privacy h3 {
    font-size: 16px;
    margin-top: 24px;
  }
  .privacy p,
.privacy ol {
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .shop .inner::before {
    bottom: -3.5%;
  }
  .shop__item {
    max-width: 100%;
  }
  .shop__item img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .shop__item-text h4 {
    width: 100%;
  }
  .shop .btn {
    justify-content: center;
    margin-top: 20px;
    padding: 10px;
  }
}
@media (max-width: 568px) {
  .benefits::after {
    width: 50px;
    height: 30px;
    top: 0;
    background-size: cover;
  }

  .about__right img {
    width: 100%;
  }
  .about__right::before {
    right: -7%;
    bottom: auto;
    top: 34%;
    background-size: 74%;
  }
  .about__image::after {
    background-size: 61%;
  }

  .cooperation .title {
    width: 100%;
    padding: 0;
  }

  .catalog__items {
    flex-direction: column;
    margin-top: 24px;
  }
  .catalog__items::before {
    top: -5%;
    background-size: 80%;
    right: -13%;
  }
  .catalog__item {
    padding: 16px 16px 24px;
    max-width: 100%;
  }
  .catalog__item-text {
    max-width: 100%;
  }
  .catalog__item-title {
    margin-top: 20px;
  }
  .catalog__item:nth-of-type(n + 4) {
    display: none;
  }
  .catalog__item .btn {
    display: none;
  }
  .catalog .view__more {
    margin: 40px auto 0;
    display: flex;
  }
  .catalog__title-wrapper .btn {
    display: none;
  }

  .hero::after {
    right: -12%;
    bottom: -5%;
  }
}
@media (max-width: 450px) {
  .hero::after {
    right: -23%;
  }

  .contacts__right iframe {
    height: 214px;
  }

  .shop__item-text h4 {
    width: 248px;
  }
}
@media (max-width: 374px) {
  .hero {
    min-height: 822px;
  }

  .product #main-image,
.product #main-video {
    min-height: auto;
    width: 100%;
    height: auto;
  }
  .product #main-image.active,
.product #main-video.active {
    height: auto;
    min-height: auto;
    width: 100%;
  }

  .benefits__slide {
    padding: 10px 22px 25px;
  }
  .benefits__slide h2 {
    margin-top: 10px;
  }
  .benefits__slide:nth-child(even) {
    background-size: contain;
  }
  .benefits__slide {
    background-size: contain;
  }

  .production .pretitle-center {
    padding: 0 60px;
  }
  .production .pretitle-center::after, .production .pretitle-center::before {
    width: 50px;
  }
}