@import "../fonts/fonts.css";
body.popup-opened {
  overflow: hidden;
}
.first {
  font-family: 'Montserrat';
  line-height: 1.1;
  padding: 100px 0 140px;
  background-size: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .first__block-br {
    display: none;
  }
}
@media (max-width: 1700px) {
  .first {
    padding: 100px 0 170px;
  }
}
@media (max-width: 1200px) {
  .first {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .first {
    padding: 50px 0 150px;
  }
}
@media (max-width: 576px) {
  .first {
    padding: 50px 0 100px;
  }
}
.first:before {
  content: '';
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0, #f2f2f2 100%);
}
.first .moving-element {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  width: 100px;
  height: 80px;
  background-size: contain;
  top: 40%;
  right: 0;
  z-index: 2;
}
@media (max-width: 1700px) {
  .first .moving-element {
    top: 10%;
    right: 40px;
  }
}
@media (max-width: 575px) {
  .first .moving-element {
    top: 10%;
    right: 0;
    width: 60px;
    height: 50px;
  }
}
.first__left {
  position: relative;
}
@media (max-width: 1199px) {
  .first__left {
    margin-bottom: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .first__left {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .first__left {
    margin-bottom: 0;
  }
}
.first__left .moving-element {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  width: 133px;
  height: 100px;
  background-size: contain;
  transform: rotate(0);
  top: 90%;
  left: -190px;
}
@media (max-width: 1700px) {
  .first__left .moving-element {
    top: 80%;
    left: 0;
  }
}
@media (max-width: 1440px) {
  .first__left .moving-element {
    top: 100%;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .first__left .moving-element {
    top: 60%;
    left: 0;
  }
}
@media (max-width: 575px) {
  .first__left .moving-element {
    top: 50%;
    width: 60px;
    height: 50px;
  }
}
.first__left-img {
  display: block;
  width: 500px;
  height: auto;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .first__left-img {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .first__left-img {
    width: 80%;
  }
}
.first__right {
  padding: 50px 0;
  padding-left: 100px;
  position: relative;
  z-index: 1;
  color: #1E1919;
}
@media (max-width: 1600px) {
  .first__right {
    padding: 10px 0;
    padding-left: 70px;
  }
}
@media (max-width: 1400px) {
  .first__right {
    padding: 10px 0;
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .first__right {
    padding: 10px 50px 10px 50px;
  }
}
@media (max-width: 575px) {
  .first__right {
    padding: 50px 25px;
    background-color: #fff;
    border-radius: 20px;
    width: 90%;
    margin-left: 5%;
  }
}
.first__right:before {
  content: '';
  width: 60vw;
  height: calc(100% + 100px);
  display: block;
  position: absolute;
  background-color: white;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  left: 0;
  top: -50px;
  z-index: -2;
}
@media (max-width: 1199px) {
  .first__right:before {
    width: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media (max-width: 575px) {
  .first__right:before {
    display: none;
  }
}
.first__right-packaging {
  display: flex;
  align-content: center;
  align-items: center;
  grid-column-gap: 15px;
}
@media (max-width: 575px) {
  .first__right-packaging {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
.first__right-packaging-title {
  font-weight: 700;
  font-size: 18px;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .first__right-packaging-title {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .first__right-packaging-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
.first__right-packaging-item {
  font-weight: 700;
  background: white;
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  padding: 10px 30px;
  transition: 0.3s;
  font-size: 14px;
}
.first__right-packaging-item.active {
  background: #eaf3e5;
  border: 1px solid #358E03;
}
@media (max-width: 768px) {
  .first__right-packaging-item {
    padding: 8px 20px;
  }
}
@media (max-width: 575px) {
  .first__right-packaging-item {
    display: inline-block;
    padding: 7px 25px;
    font-size: 14px;
    line-height: 20px;
  }
}
.first__right-packaging-item:hover {
  border: 1px solid #358E03;
  transition: 0.3s;
  cursor: pointer;
}
.first__right-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 40px;
  font-family: "Rubik";
  color: #333;
}
@media (max-width: 575px) {
  .first__right-title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 25px;
  }
}
@media (max-width: 360px) {
  .first__right-title {
    line-height: 28px;
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.first__right-packaging-items {
  display: flex;
  column-gap: 10px;
}
.first__right-buy {
  margin: 50px 0 70px;
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media (max-width: 1600px) {
  .first__right-buy {
    column-gap: 10px;
  }
}
@media (max-width: 768px) {
  .first__right-buy {
    margin: 30px 0 50px;
  }
}
.first__right-buy-btn {
  background: #358E03;
  border-radius: 30px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  padding: 17px 65px;
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
  color: white;
  height: fit-content;
}
@media (max-width: 575px) {
  .first__right-buy-btn {
    font-size: 14px;
    padding: 14px 55px;
  }
}
.first__right-buy-btn:hover {
  transition: 0.3s;
  color: white;
  box-shadow: 0 11px 14px rgba(101, 101, 101, 0.5);
}
.first__right-buy-price {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.first__right-buy-text {
  margin-bottom: 20px;
}
.first__right-opt-btn {
  border-radius: 30px;
  border: 1px solid #86140C;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  padding: 17px 50px;
  font-size: 14px;
  display: inline-block;
  transition: 0.3s;
  color: #1E1919;
  height: fit-content;
}
.first__right-opt-btn:hover {
  box-shadow: 0 11px 14px rgba(101, 101, 101, 0.5);
  color: white;
  background-color: #86140C;
}
@media (max-width: 1600px) {
  .first__right-opt-btn {
    padding: 17px 25px;
  }
}
@media (max-width: 576px) {
  .first__right-opt-btn {
    padding: 16px 24px;
    white-space: nowrap;
  }
}
.first__right-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 1rem;
}
@media (max-width: 575px) {
  .first__right-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.first__right-options {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 30px 0;
  border-bottom: 1px solid #C8C8C8;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media (max-width: 768px) {
  .first__right-options {
    align-items: normal;
    flex-direction: column;
    padding: 20px 0;
  }
}
.first__right-blocks {
  display: flex;
}
.first__right-block {
  font-size: 18px;
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 15px;
  border-radius: 15px;
  row-gap: 15px;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  height: 100%;
}
@media (max-width: 1400px) {
  .first__right-block {
    padding: 20px 20px;
  }
}
.first__right-block:hover {
  color: white;
  background-color: #358E03;
}
.first__right-block:hover .first__right-block-text {
  text-decoration: none;
}
.first__right-block:hover .first__right-block-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(167deg) brightness(106%) contrast(101%);
}
.first__right-block-icon {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.first__right-block-text {
  text-decoration: underline dotted #C8C8C8;
  text-underline-offset: 3px;
  text-align: center;
  line-height: 1.2;
  display: inline;
  font-size: 18px;
  font-weight: 400;
}
.first__slider {
  margin-bottom: 30px;
  opacity: 0;
}
@media (max-width: 1200px) {
  .first__slider {
    max-width: 500px;
    margin: 0 auto 50px auto;
  }
}
.first__slider-nav {
  opacity: 0;
}
.first__slider-nav-item {
  overflow: hidden;
  width: 80px !important;
  height: 80px !important;
  border-radius: 15px;
  background-color: white;
}
@media (max-width: 1400px) {
  .first__slider-nav-item {
    width: 75px !important;
    height: 75px !important;
  }
}
@media (max-width: 576px) {
  .first__slider-nav-item {
    width: 55px !important;
    height: 55px !important;
  }
}
@media (max-width: 400px) {
  .first__slider-nav-item {
    width: 45px !important;
    height: 45px !important;
  }
}
.first__slider-nav-image {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  height: 100%;
}
.first__slider-nav .slick-track {
  display: flex;
  column-gap: 15px;
  width: fit-content !important;
  transform: none !important;
}
@media (max-width: 576px) {
  .first__slider-nav .slick-track {
    column-gap: 10px;
  }
}
.first__slider-nav .slick-current {
  border: 2px solid #358E03;
}
.first__slider-nav .slick-slide {
  cursor: pointer;
}
body .tooltip-inner {
  max-width: 450px;
  padding: 20px;
  color: #1E1919;
  text-align: center;
  background-color: white !important;
  opacity: 1 !important;
  border-radius: 15px;
  box-shadow: 0px 0px 18px 6px rgba(180, 180, 180, 0.5);
  font-size: 16px;
  font-family: 'Montserrat';
}
@media (max-width: 576px) {
  body .tooltip-inner {
    margin: 0 15px !important;
  }
}
body .tooltip.show {
  opacity: 1 !important;
}
body .tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: white !important;
}
body .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: white !important;
}
body .tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: white !important;
}
body .tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: white !important;
}
.popup {
  position: fixed;
  right: -110vw;
  top: 0;
  z-index: 11;
  background: #F2F2F2;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 90vw;
  padding: 100px 0 0 100px;
  transition: 0.5s;
}
@media (max-width: 1400px) {
  .popup {
    padding: 50px 0 0 60px;
  }
}
@media (max-width: 768px) {
  .popup {
    padding: 32px 0 0 32px;
  }
}
@media (max-width: 375px) {
  .popup {
    padding: 32px 0 0 15px;
  }
}
.popup.visible {
  display: block;
  right: 0;
}
.popup_close {
  position: absolute;
  right: 130px;
  top: 130px;
  display: block;
  background-image: url("/wp-content/themes/ekor/assets/img/close.png");
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  z-index: 12;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  .popup_close {
    right: 55px;
    top: 70px;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .popup_close {
    top: 40px;
    width: 20px;
    height: 20px;
    right: 33px;
  }
}
.popup_close:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.popup_bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #00000085;
  display: none;
  cursor: pointer;
}
.popup_bg.visible {
  display: block;
}
.popup_title {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 82px;
  color: #333333;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .popup_title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .popup_title {
    font-size: 28px;
    line-height: 33px;
    max-width: 75%;
  }
}
.popup_content {
  margin-right: 130px;
}
@media (max-width: 1400px) {
  .popup_content {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .popup_content {
    margin-right: 32px;
  }
}
@media (max-width: 375px) {
  .popup_content {
    margin-right: 15px;
  }
}
.popup_content_header {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 10px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding: 23px 75px;
}
@media (max-width: 1400px) {
  .popup_content_header {
    padding: 23px 40px;
  }
}
@media (max-width: 991px) {
  .popup_content_header {
    display: none;
  }
}
@media (max-width: 375px) {
  .popup_content_header {
    width: 95vw;
    padding: 32px 0 0 15px;
  }
}
.popup_content_header_name {
  width: 36%;
}
.popup_content_header_box {
  width: 16%;
}
@media (max-width: 1199px) {
  .popup_content_header_box {
    visibility: hidden;
  }
}
.popup_content_header_price {
  width: 16%;
}
.popup_content_header_count {
  width: 16%;
}
.popup_content_header_all {
  width: 16%;
}
.popup_content_body {
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 10px;
  padding: 23px 70px;
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .popup_content_body {
    padding: 23px 40px;
  }
}
@media (max-width: 991px) {
  .popup_content_body {
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .popup_content_body {
    padding: 16px 20px;
  }
}
.popup_content_body.opened {
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}
.popup_content_body.opened:before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #c8c8c8;
  position: absolute;
  left: 35%;
  top: 0;
}
@media (max-width: 991px) {
  .popup_content_body.opened:before {
    display: none;
  }
}
.popup_content_body.opened .popup_content_body_icon img {
  width: 80px;
  transition: 0.3s;
}
@media (max-width: 550px) {
  .popup_content_body.opened .popup_content_body_icon img {
    width: 65px;
  }
}
.popup_content_body.opened .popup_content_body_hidden {
  display: flex;
}
.popup_content_body_openmore {
  width: 42px;
  height: 42px;
  border: 1px solid #C8C8C8;
  border-radius: 30px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #358E03;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 991px) {
  .popup_content_body_openmore {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .popup_content_body_openmore {
    right: 15px;
  }
}
@media (max-width: 375px) {
  .popup_content_body_openmore {
    width: 30px;
    height: 30px;
  }
}
.popup_content_body_openmore:after {
  content: '';
  width: 12px;
  height: 14px;
  display: block;
  background-image: url("/wp-content/themes/ekor/assets/img/arrow-close.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.popup_content_body_openmore.opened {
  background-color: transparent;
  transition: 0.2s;
}
@media (max-width: 991px) {
  .popup_content_body_openmore.opened {
    top: 75px;
    transition: 0s;
  }
}
@media (max-width: 550px) {
  .popup_content_body_openmore.opened {
    top: 60px;
  }
}
.popup_content_body_openmore.opened:after {
  content: '';
  width: 14px;
  height: 12px;
  display: block;
  background-image: url("/wp-content/themes/ekor/assets/img/arrow-open.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% -50%);
  transition: 0.2s;
}
.popup_content_body_icon {
  width: 100px;
}
@media (max-width: 550px) {
  .popup_content_body_icon {
    width: 80px;
  }
}
.popup_content_body_icon img {
  width: 40px;
  transition: 0.3s;
}
.popup_content_body_name {
  width: calc(36% - 100px);
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .popup_content_body_name {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .popup_content_body_name {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .popup_content_body_name {
    width: calc(100% - 100px);
  }
}
@media (max-width: 550px) {
  .popup_content_body_name {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}
.popup_content_body_hidden {
  width: 64%;
  display: none;
  position: relative;
  flex-direction: column;
  grid-row-gap: 40px;
}
@media (max-width: 991px) {
  .popup_content_body_hidden {
    width: 100%;
  }
}
.popup_content_body_hidden_line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 550px) {
  .popup_content_body_hidden_line {
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
}
.popup_content_body_hidden_line:before {
  content: '';
  height: 1px;
  width: 90%;
  background-color: #c8c8c8;
  position: absolute;
  left: 3%;
  top: calc(100% + 20px);
}
@media (max-width: 1400px) {
  .popup_content_body_hidden_line:before {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .popup_content_body_hidden_line:before {
    width: 100%;
    left: 0%;
  }
}
.popup_content_body_hidden_line:last-child:before {
  display: none;
}
.popup_content_body_hidden_line_box {
  width: 25%;
}
.popup_content_body_hidden_line_box span {
  padding: 10px 40px;
  border: 1px solid #C8C8C8;
  border-radius: 50px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 1400px) {
  .popup_content_body_hidden_line_box span {
    padding: 10px 25px;
  }
}
@media (max-width: 550px) {
  .popup_content_body_hidden_line_box {
    width: 60%;
  }
}
.popup_content_body_hidden_line_price {
  width: 25%;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1400px) {
  .popup_content_body_hidden_line_price {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .popup_content_body_hidden_line_price {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    width: 40%;
  }
}
.popup_content_body_hidden_line_count {
  width: 25%;
}
@media (max-width: 991px) {
  .popup_content_body_hidden_line_count {
    width: 30%;
  }
}
@media (max-width: 550px) {
  .popup_content_body_hidden_line_count {
    width: 60%;
  }
}
.popup_content_body_hidden_line_count-group {
  display: inline-flex;
  width: 150px;
  height: 50px;
}
@media (max-width: 1600px) {
  .popup_content_body_hidden_line_count-group {
    width: 100px;
  }
}
.popup_content_body_hidden_line_count-group .quantity-minus {
  width: 30%;
  border: 1px solid #C8C8C8;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background-color: transparent;
  position: relative;
  transition: 0.2s;
}
.popup_content_body_hidden_line_count-group .quantity-minus:hover {
  background-color: #86140C;
  transition: 0.2s;
}
.popup_content_body_hidden_line_count-group .quantity-minus:hover:before {
  color: #fff;
}
.popup_content_body_hidden_line_count-group .quantity-minus:before {
  content: "-";
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup_content_body_hidden_line_count-group .quantity {
  width: 40%;
  border-bottom: 1px solid #C8C8C8;
  border-top: 1px solid #C8C8C8;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.popup_content_body_hidden_line_count-group .quantity::-webkit-outer-spin-button,
.popup_content_body_hidden_line_count-group .quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}
.popup_content_body_hidden_line_count-group .quantity:focus-visible {
  border: 1px solid #7d7d7d;
  outline: none;
}
.popup_content_body_hidden_line_count-group .quantity-plus {
  width: 30%;
  border: 1px solid #C8C8C8;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  background-color: transparent;
  position: relative;
  transition: 0.2s;
}
.popup_content_body_hidden_line_count-group .quantity-plus:hover {
  background-color: #86140C;
  transition: 0.2s;
}
.popup_content_body_hidden_line_count-group .quantity-plus:hover:before {
  color: #fff;
}
.popup_content_body_hidden_line_count-group .quantity-plus:before {
  content: "+";
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup_content_body_hidden_line_all {
  width: 25%;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1400px) {
  .popup_content_body_hidden_line_all {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .popup_content_body_hidden_line_all {
    width: 20%;
  }
}
@media (max-width: 550px) {
  .popup_content_body_hidden_line_all {
    font-size: 14px;
    line-height: 17px;
    width: 40%;
  }
}
.popup_content_footer {
  margin-top: 50px;
  background-color: #358E03;
  padding: 120px 0 120px 100px;
  border-top-left-radius: 30px;
  position: relative;
}
@media (max-width: 1550px) {
  .popup_content_footer {
    padding: 75px 0 75px 60px;
  }
}
@media (max-width: 1400px) {
  .popup_content_footer {
    padding: 60px 0 70px 70px;
  }
}
@media (max-width: 991px) {
  .popup_content_footer {
    padding: 40px 0 65px 45px;
  }
}
@media (max-width: 768px) {
  .popup_content_footer {
    padding: 30px 0 50px 0;
  }
}
.popup_content_footer:after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/ekor/assets/img/popup-footer-form-bg.jpg");
  background-size: contain;
  width: 739px;
  height: 100%;
  position: absolute;
  right: -320px;
  top: 0;
  z-index: 0;
}
@media (max-width: 1550px) {
  .popup_content_footer:after {
    right: -360px;
  }
}
@media (max-width: 1400px) {
  .popup_content_footer:after {
    right: -50px;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .popup_content_footer:after {
    right: -70px;
    width: 33%;
  }
}
@media (max-width: 768px) {
  .popup_content_footer:after {
    right: -10%;
    width: 120%;
  }
}
@media (max-width: 530px) {
  .popup_content_footer:after {
    width: 130%;
  }
}
.popup_content_footer_title {
  font-weight: 500;
  font-size: 45px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 60px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .popup_content_footer_title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .popup_content_footer_title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .popup_content_footer_title {
    z-index: 2;
    position: relative;
  }
}
.popup_content_footer_tables {
  display: flex;
  grid-column-gap: 100px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .popup_content_footer_tables {
    grid-column-gap: 50px;
  }
}
@media (max-width: 991px) {
  .popup_content_footer_tables {
    grid-column-gap: 35px;
  }
}
@media (max-width: 680px) {
  .popup_content_footer_tables {
    flex-wrap: wrap;
    grid-row-gap: 50px;
  }
}
.popup_content_footer_tables_left {
  width: 65%;
}
@media (max-width: 1400px) {
  .popup_content_footer_tables_left {
    z-index: 2;
  }
}
@media (max-width: 1199px) {
  .popup_content_footer_tables_left {
    width: 70%;
  }
}
@media (max-width: 680px) {
  .popup_content_footer_tables_left {
    width: 100%;
  }
}
.popup_content_footer_tables_left .table-add .popup_content_footer_tables_left-line:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.popup_content_footer_tables_left .table-add .popup_content_footer_tables_left-line:nth-last-of-type(1) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.popup_content_footer_tables_left-line {
  padding: 30px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  border: 1px solid #ffffff80;
  align-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .popup_content_footer_tables_left-line {
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  .popup_content_footer_tables_left-line {
    padding: 15px 20px;
  }
}
@media (max-width: 530px) {
  .popup_content_footer_tables_left-line {
    padding: 12px 18px;
  }
}
@media (max-width: 991px) {
  .popup_content_footer_tables_left-line {
    justify-content: flex-end;
    flex-wrap: wrap;
    grid-row-gap: 5px;
  }
  .popup_content_footer_tables_left-line:nth-of-type(2) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media (max-width: 420px) {
  .popup_content_footer_tables_left-line {
    grid-row-gap: 0;
  }
}
.popup_content_footer_tables_left-line:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .popup_content_footer_tables_left-line:first-child {
    display: none;
  }
}
.popup_content_footer_tables_left-line-name {
  width: 30%;
}
@media (max-width: 1400px) {
  .popup_content_footer_tables_left-line-name {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .popup_content_footer_tables_left-line-name {
    width: 65%;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .popup_content_footer_tables_left-line-name {
    padding-right: 0;
  }
}
@media (max-width: 530px) {
  .popup_content_footer_tables_left-line-name {
    width: 50%;
  }
}
.popup_content_footer_tables_left-line-count {
  width: 50%;
}
@media (max-width: 991px) {
  .popup_content_footer_tables_left-line-count {
    width: 35%;
    text-align: right;
  }
}
@media (max-width: 530px) {
  .popup_content_footer_tables_left-line-count {
    font-size: 16px;
    line-height: 18px;
    width: 50%;
  }
}
.popup_content_footer_tables_left-line-sum {
  width: 20%;
}
@media (max-width: 991px) {
  .popup_content_footer_tables_left-line-sum {
    width: 35%;
    text-align: right;
  }
}
@media (max-width: 530px) {
  .popup_content_footer_tables_left-line-sum {
    font-size: 16px;
    width: 50%;
    line-height: 18px;
  }
}
.popup_content_footer_tables_left_total {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: white;
  text-align: right;
  display: block;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .popup_content_footer_tables_left_total {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .popup_content_footer_tables_left_total {
    font-size: 22px;
    line-height: 25px;
    margin-top: 25px;
  }
}
.popup_content_footer_tables_left_total .total-summ {
  margin-left: 15px;
}
.popup_content_footer_tables_right {
  width: 35%;
  z-index: 3;
}
@media (max-width: 1199px) {
  .popup_content_footer_tables_right {
    width: 30%;
  }
}
@media (max-width: 680px) {
  .popup_content_footer_tables_right {
    width: 100%;
  }
}
.popup_content_footer_tables_right form {
  display: flex;
  grid-row-gap: 20px;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .popup_content_footer_tables_right form {
    grid-row-gap: 15px;
  }
}
.popup_content_footer_tables_right-input {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: 15px;
}
.popup_content_footer_tables_right-input::placeholder {
  font-weight: 500;
  color: #fff;
}
.popup_content_footer_tables_right-input:focus-visible {
  outline: none;
}
.popup_content_footer_tables_right-textarea {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: 15px;
}
.popup_content_footer_tables_right-textarea::placeholder {
  font-weight: 500;
  color: #fff;
}
.popup_content_footer_tables_right-textarea:focus-visible {
  outline: none;
}
.popup_content_footer_tables_right-submit {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  background: #FFFFFF;
  border: none;
  border-radius: 30px;
  padding: 15px 50px;
  width: 250px;
  border: 2px;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .popup_content_footer_tables_right-submit {
    padding: 15px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.popup_content_footer_tables_right-submit:hover {
  box-shadow: 0 11px 14px rgba(101, 101, 101, 0.5);
  transition: 0.3s;
}
body .popup_content_footer_tables_left_total .total-summ {
  margin-left: 15px;
}
body .popup_content_footer_tables_right {
  width: 35%;
  z-index: 3;
  /* Додатковий стиль для видимості вибраного варіанту */
}
@media (max-width: 1199px) {
  body .popup_content_footer_tables_right {
    width: 30%;
  }
}
@media (max-width: 680px) {
  body .popup_content_footer_tables_right {
    width: 100%;
  }
}
body .popup_content_footer_tables_right form {
  display: flex;
  grid-row-gap: 20px;
  flex-direction: column;
}
@media (max-width: 1199px) {
  body .popup_content_footer_tables_right form {
    grid-row-gap: 15px;
  }
}
body .popup_content_footer_tables_right form.sent .wpcf7-response-output {
  color: white;
}
body .popup_content_footer_tables_right form.invalid .wpcf7-response-output {
  color: white;
}
body .popup_content_footer_tables_right form.unaccepted .wpcf7-response-output {
  color: white;
}
body .popup_content_footer_tables_right-input {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}
body .popup_content_footer_tables_right-input::placeholder {
  font-weight: 500;
  color: #fff;
}
body .popup_content_footer_tables_right-input:focus-visible {
  outline: none;
}
body .popup_content_footer_tables_right-select {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}
body .popup_content_footer_tables_right-select::placeholder {
  font-weight: 500;
  color: #fff;
}
body .popup_content_footer_tables_right-select:focus-visible {
  outline: none;
}
body .popup_content_footer_tables_right-select option {
  color: #000;
  line-height: 20px;
  font-size: 14px;
}
body .popup_content_footer_tables_right-payment {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
}
body .popup_content_footer_tables_right-payment input {
  margin-right: 5px;
}
body .popup_content_footer_tables_right-payment label {
  cursor: pointer;
}
body .popup_content_footer_tables_right-payment-radio-info {
  margin: 8px 0 5px 0px;
  font-weight: 300;
  font-size: 13px;
  cursor: initial;
}
body .popup_content_footer_tables_right-delivery {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
}
body .popup_content_footer_tables_right-delivery label {
  cursor: pointer;
}
body .popup_content_footer_tables_right-delivery input {
  margin-right: 5px;
}
body .popup_content_footer_tables_right-delivery-radio-info {
  margin: 8px 0 5px 28px;
  font-weight: 300;
  font-size: 13px;
  cursor: initial;
}
body .popup_content_footer_tables_right .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
body .popup_content_footer_tables_right .custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body .popup_content_footer_tables_right .custom-radio .radio-label {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
body .popup_content_footer_tables_right .custom-radio .radio-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
}
body .popup_content_footer_tables_right .custom-radio .radio-label:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
body .popup_content_footer_tables_right .custom-radio input:checked ~ .radio-label:after {
  display: block;
}
body .popup_content_footer_tables_right .custom-radio input[type="radio"]:checked + .radio-label {
  font-weight: bold;
}
body .popup_content_footer_tables_right-textarea {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}
body .popup_content_footer_tables_right-textarea::placeholder {
  font-weight: 500;
  color: #fff;
}
body .popup_content_footer_tables_right-textarea:focus-visible {
  outline: none;
}
body .popup_content_footer_tables_right-textarea-hidden {
  visibility: hidden;
  height: 0;
  position: absolute;
}
body .popup_content_footer_tables_right-address {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}
body .popup_content_footer_tables_right-address::placeholder {
  font-weight: 500;
  color: #fff;
}
body .popup_content_footer_tables_right-address:focus-visible {
  outline: none;
}
body .popup_content_footer_tables_right-address-hidden {
  visibility: hidden;
  height: 0;
  position: absolute;
}
body .popup_content_footer_tables_right-submit {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  background: #FFFFFF;
  border: none;
  border-radius: 30px;
  padding: 15px 50px;
  width: 250px;
  border: 2px;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  body .popup_content_footer_tables_right-submit {
    padding: 15px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
body .popup_content_footer_tables_right-submit:hover {
  box-shadow: 0 11px 14px rgba(101, 101, 101, 0.5);
  transition: 0.3s;
}
body .popup_content_footer_tables_right .custom-radio .wpcf7-list-item-label:before {
  top: 2px !important;
}
body .popup_content_footer_tables_right .custom-radio input:checked ~ .wpcf7-list-item-label:after {
  top: 5px !important;
}
.tizers {
  font-family: 'Montserrat';
}
@media (max-width: 1700px) {
  .tizers {
    margin-top: -60px;
  }
}
@media (max-width: 500px) {
  .tizers {
    overflow-x: hidden;
  }
}
.tizers__wraper {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1199px) {
  .tizers__wraper {
    padding: 25px 20px;
  }
}
@media (max-width: 768px) {
  .tizers__wraper {
    grid-row-gap: 0;
    padding: 5px 20px;
  }
}
@media (max-width: 500px) {
  .tizers__wraper {
    flex-direction: column;
  }
}
.tizers__wraper-item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 50px 30px 50px 40px;
  background-color: white;
  border: 1px solid white;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(101, 101, 101, 0.2);
  transition: box-shadow 0.6s ease;
  height: fit-content;
}
.tizers__wraper-item.opened {
  box-shadow: 0px 15px 20px 0px rgba(101, 101, 101, 0.2);
}
@media (max-width: 1400px) {
  .tizers__wraper-item {
    padding: 30px 40px 30px 30px;
  }
}
@media (max-width: 500px) {
  .tizers__wraper-item {
    width: 100%;
    justify-content: flex-start;
  }
}
.tizers__wraper-item:nth-of-type(2) .tizers__wraper-item-title {
  max-width: 200px;
}
.tizers__wraper-item-up {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.tizers__wraper-item-icon {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tizers__wraper-item-icon img {
  max-height: 64px;
}
.tizers__wraper-item-title {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  max-width: 175px;
  line-height: 142%;
}
@media (max-width: 768px) {
  .tizers__wraper-item-title {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .tizers__wraper-item-title {
    max-width: 100%;
  }
}
.tizers__wraper-item-description {
  position: relative;
  height: 70px;
  overflow: hidden;
  transition: height 0.5s linear;
  cursor: pointer;
}
@media (max-width: 992px) {
  .tizers__wraper-item-description {
    font-size: 14px;
    height: 40px;
  }
}
.tizers__wraper-item-description.opened {
  height: 150px;
}
.tizers__wraper-item-description.opened::after {
  height: 0;
}
.tizers__wraper-item-description::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.tizers__wraper-item-button {
  width: fit-content;
  color: #358E03;
  border-bottom: 1px dotted #358E03;
  cursor: pointer;
}
.tizers__wraper-item-button.opened {
  border-bottom: none;
}
@media (max-width: 992px) {
  .tizers__wraper-item-button {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .tizers__wraper-item-button {
    margin-top: -20px;
  }
}
.description {
  padding: 100px 0;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 1199px) {
  .description {
    overflow: hidden;
    padding: 100px 0 50px;
    margin-top: 0;
  }
}
@media (max-width: 420px) {
  .description {
    padding: 50px 0 50px;
  }
}
.description .before-element {
  display: none;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  width: 300px;
  height: 331px;
  background-size: contain;
  top: 80%;
  left: -150px;
}
@media (max-width: 1199px) {
  .description .before-element {
    z-index: 1;
    top: 31%;
    left: -120px;
  }
}
@media (max-width: 991px) {
  .description .before-element {
    top: 40%;
  }
}
@media (max-width: 575px) {
  .description .before-element {
    width: 220px;
    height: 230px;
  }
}
@media (max-width: 420px) {
  .description .before-element {
    top: 48%;
  }
}
.description__left {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .description__left {
    background-color: #358E03;
    border-radius: 30px;
    padding: 40px 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .description__left {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .description__left {
    border-radius: 0;
    padding: 60px 40px;
    margin-bottom: 100px;
  }
}
.description__left:before {
  content: '';
  width: 60vw;
  height: calc(100% + 60px);
  display: block;
  position: absolute;
  background-image: url('/wp-content/themes/ekor/assets/img/raw-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  right: 0;
  top: -30px;
  z-index: -2;
}
@media (max-width: 1199px) {
  .description__left:before {
    display: none;
  }
}
.description__left:after {
  content: '';
  width: 100%;
  height: calc(100% + 60px);
  display: block;
  position: absolute;
  background: #358E03;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  right: 0;
  top: -30px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .description__left:after {
    display: none;
  }
}
.description__left-img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, 0);
  z-index: -2;
  height: 100%;
}
@media (max-width: 1399px) {
  .description__left-img {
    transform: translate(43%, 0);
  }
}
@media (max-width: 1199px) {
  .description__left-img {
    top: 120%;
    transform: none;
    left: 0;
    right: auto;
    z-index: -2;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .description__left-img {
    top: 130%;
    left: -120px;
    right: auto;
    z-index: -2;
    height: 370px;
  }
}
@media (max-width: 768px) {
  .description__left-img {
    top: 125%;
    left: -250px;
  }
}
@media (max-width: 575px) {
  .description__left-img {
    top: 125%;
    left: -240px;
  }
}
@media (max-width: 420px) {
  .description__left-img {
    top: 114%;
    left: -340px;
    height: 450px;
  }
}
@media (max-width: 420px) {
  .description__left-img {
    left: -370px;
  }
}
.description__left-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: white;
  padding-right: 80px;
}
@media (max-width: 1399px) {
  .description__left-text {
    line-height: 32px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .description__left-text {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .description__left-text {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
}
.description__left-text a {
  font-weight: 600;
  text-decoration: underline;
  color: white;
  font-style: italic;
}
.description__left-text a:hover {
  text-decoration: none;
}
.description__right {
  position: relative;
}
@media (max-width: 1200px) {
  .description__right {
    padding-top: 20px;
  }
}
.description__right .moving-element2 {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  width: 133px;
  height: 100px;
  background-size: contain;
  transform: rotate(0);
  top: 70%;
  right: -102px;
}
@media (max-width: 1700px) {
  .description__right .moving-element2 {
    top: 100%;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .description__right .moving-element2 {
    top: 65%;
    width: 80px;
    height: 80px;
  }
}
.description__right-components {
  position: relative;
}
.description__right-components-block {
  margin-left: 45%;
  display: flex;
  flex-direction: column;
  grid-row-gap: 30px;
  position: relative;
}
@media (max-width: 1399px) {
  .description__right-components-block {
    margin-left: 36%;
  }
}
@media (max-width: 1199px) {
  .description__right-components-block {
    margin-left: 56%;
  }
}
@media (max-width: 991px) {
  .description__right-components-block {
    margin-left: 45%;
  }
}
@media (max-width: 768px) {
  .description__right-components-block {
    margin-left: 30%;
  }
}
@media (max-width: 576px) {
  .description__right-components-block {
    margin-left: 29%;
  }
}
@media (max-width: 420px) {
  .description__right-components-block {
    margin-left: 23%;
  }
}
@media (max-width: 375px) {
  .description__right-components-block {
    margin-left: 0%;
  }
}
.description__right-components-block-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
@media (max-width: 575px) {
  .description__right-components-block-item {
    grid-column-gap: 10px;
  }
}
.description__right-components-block-item:nth-of-type(1) .description__right-components-block-item-number:before {
  background-image: url("/wp-content/themes/ekor/assets/img/line-1.png");
  width: 270px;
  height: 83px;
  top: 50%;
}
.description__right-components-block-item:nth-of-type(2) .description__right-components-block-item-number:before {
  background-image: url("/wp-content/themes/ekor/assets/img/line-2.png");
  width: 280px;
  height: 36px;
  top: 50%;
}
.description__right-components-block-item:nth-of-type(3) .description__right-components-block-item-number:before {
  background-image: url("/wp-content/themes/ekor/assets/img/line-3.png");
  width: 281px;
  height: 2px;
  top: 50%;
}
.description__right-components-block-item:nth-of-type(4) .description__right-components-block-item-number:before {
  background-image: url("/wp-content/themes/ekor/assets/img/line-4.png");
  width: 280px;
  height: 36px;
  top: 10px;
}
@media (max-width: 992px) {
  .description__right-components-block-item:nth-of-type(4) .description__right-components-block-item-number:before {
    top: -10px;
  }
}
@media (max-width: 575px) {
  .description__right-components-block-item:nth-of-type(4) .description__right-components-block-item-number:before {
    top: -5px;
  }
}
.description__right-components-block-item:nth-of-type(5) .description__right-components-block-item-number:before {
  background-image: url("/wp-content/themes/ekor/assets/img/line-5.png");
  width: 270px;
  height: 83px;
  top: -50%;
}
@media (max-width: 992px) {
  .description__right-components-block-item:nth-of-type(5) .description__right-components-block-item-number:before {
    top: -90%;
  }
}
@media (max-width: 575px) {
  .description__right-components-block-item:nth-of-type(5) .description__right-components-block-item-number:before {
    top: -100%;
  }
}
.description__right-components-block-item-number {
  background-color: white;
  width: 80px;
  height: 80px;
  border-radius: 45px;
  color: #358E03;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  box-shadow: 0 11px 14px rgba(165, 165, 165, 0.3);
  position: relative;
}
@media (max-width: 992px) {
  .description__right-components-block-item-number {
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .description__right-components-block-item-number {
    width: 50px;
    height: 50px;
  }
}
.description__right-components-block-item-number.red {
  color: #86140C;
}
.description__right-components-block-item-number:before {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 140%;
  z-index: -3;
}
@media (max-width: 1400px) {
  .description__right-components-block-item-number:before {
    right: 130%;
  }
}
@media (max-width: 1200px) {
  .description__right-components-block-item-number:before {
    right: 120%;
  }
}
.description__right-components-block-item-percentage {
  background-color: white;
  width: 120px;
  height: 80px;
  border-radius: 45px;
  color: #358E03;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  box-shadow: 0 11px 14px rgba(165, 165, 165, 0.3);
  position: relative;
}
@media (max-width: 992px) {
  .description__right-components-block-item-percentage {
    width: 100px;
    height: 60px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .description__right-components-block-item-percentage {
    width: 80px;
    height: 50px;
  }
}
.description__right-components-block-item-percentage.red {
  color: #86140C;
}
.description__right-components-block-item-percentage:before {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 140%;
  z-index: -3;
}
.description__right-components-block-item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 575px) {
  .description__right-components-block-item-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.description__right-components-block::before {
  display: none;
  content: '% від денної норми';
  position: absolute;
  top: -10%;
  left: 20%;
  text-decoration: underline dashed #c8c8c8;
  text-underline-offset: 8px;
}
@media (max-width: 1199px) {
  .description__right-components-block::before {
    top: -8%;
  }
}
@media (max-width: 992px) {
  .description__right-components-block::before {
    top: -10%;
  }
}
@media (max-width: 576px) {
  .description__right-components-block::before {
    left: 10%;
    font-size: 14px;
  }
}
.description__right-components-block.en::before {
  content: '% of the daily value';
}
.benefits {
  padding: 100px 0 50px;
  position: relative;
}
@media (max-width: 1600px) {
  .benefits {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .benefits {
    padding: 50px 0 0;
  }
}
@media (max-width: 768px) {
  .benefits {
    padding-top: 100px;
  }
}
@media (max-width: 576px) {
  .benefits {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.benefits__title-wrapper {
  display: flex;
  column-gap: 50px;
}
.benefits__title {
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 50px;
  line-height: 59px;
  color: #1E1919;
  margin-bottom: 90px;
  text-align: left;
}
@media (max-width: 1600px) {
  .benefits__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .benefits__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .benefits__title {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .benefits__title {
    font-weight: 700;
    line-height: 45px;
    font-size: 30px;
    margin-bottom: 60px;
  }
}
.benefits__points-mobile {
  display: none;
}
@media (max-width: 992px) {
  .benefits__points-mobile {
    display: flex;
    flex-direction: column;
  }
}
.benefits__points-slider-nav {
  display: flex;
  column-gap: 15px;
}
@media (max-width: 992px) {
  .benefits__points-slider-nav {
    display: none;
  }
}
.benefits__points-slider-nav-button {
  border: 1px solid #c8c8c8;
  background-color: white;
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50px;
  color: transparent;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.benefits__points-slider-nav-button::before {
  content: '';
  background-image: url(/wp-content/themes/ekor/assets/img/arrow-left1.png);
  width: 20px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.benefits__points-slider-nav-button:hover {
  background-color: #358E03;
}
.benefits__points-slider-nav-button:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(45deg) brightness(113%) contrast(100%);
}
.benefits__points-slider-nav-button-next::before {
  transform: translate(-50%, -50%) rotateY(180deg);
}
.benefits__points-slider {
  cursor: pointer;
}
@media (max-width: 992px) {
  .benefits__points-slider {
    display: none;
  }
}
.benefits__points-slider .slick-slide:last-child::before {
  width: 109%;
}
.benefits__points-slider .slick-active .benefits__point-number-circle-wrapper {
  transform: scale(1.3);
}
.benefits__points-slider .slick-active .benefits__point-circle {
  background-color: #A43232;
  outline-color: #f8c5c5;
}
.benefits__points-slider .slick-active .benefits__point-circle-image {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7481%) hue-rotate(78deg) brightness(99%) contrast(106%);
}
.benefits__points-slider .slick-active .benefits__point-desc {
  color: #000;
}
.benefits__points-mobile .benefits__point.active .benefits__point-number-circle-wrapper {
  transform: scale(1.3);
}
.benefits__points-mobile .benefits__point.active .benefits__point-circle {
  background-color: #A43232;
  outline-color: #f8c5c5;
}
.benefits__points-mobile .benefits__point.active .benefits__point-circle-image {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7481%) hue-rotate(78deg) brightness(99%) contrast(106%);
}
.benefits__points-mobile .benefits__point.active .benefits__point-desc {
  color: #000;
}
.benefits__point {
  padding: 0 0 0 210px;
  width: 730px !important;
  position: relative;
}
.benefits__point::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 104%;
  height: 100%;
  background-image: url(/wp-content/themes/ekor/assets/img/leafs-for-slide.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 992px) {
  .benefits__point::before {
    width: 336px;
    height: 733px;
    top: -85px;
    left: 27px;
    background-image: url(/wp-content/themes/ekor/assets/img/leafs-for-slide-mobile.svg);
  }
}
@media (max-width: 768px) {
  .benefits__point::before {
    top: -130px;
    left: -30px;
    transform: scale(0.8);
  }
}
@media (max-width: 576px) {
  .benefits__point::before {
    top: -160px;
    left: -70px;
    transform: scale(0.7);
    background-image: url(/wp-content/themes/ekor/assets/img/leafs-for-slide-mobile-576.svg);
  }
}
@media (max-width: 375px) {
  .benefits__point::before {
    left: -90px;
  }
}
@media (max-width: 1820px) {
  .benefits__point {
    padding: 0 30px 0 180px;
  }
}
@media (max-width: 1750px) {
  .benefits__point {
    padding: 0 90px 0 120px;
  }
}
@media (max-width: 1600px) {
  .benefits__point {
    padding: 0 130px 0 80px;
  }
}
@media (max-width: 1550px) {
  .benefits__point {
    padding: 0 90px 0 120px;
  }
}
@media (max-width: 1440px) {
  .benefits__point {
    padding: 0 120px 0 90px;
  }
}
@media (max-width: 1400px) {
  .benefits__point {
    padding: 0 90px 0 120px;
  }
}
@media (max-width: 1300px) {
  .benefits__point {
    padding: 0 120px 0 90px;
  }
}
@media (max-width: 992px) {
  .benefits__point {
    display: flex;
    column-gap: 70px;
    width: auto !important;
    align-items: center;
    height: 380px;
    padding: 0 100px;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .benefits__point {
    column-gap: 40px;
    padding: 0 45px;
    height: 300px;
  }
}
@media (max-width: 576px) {
  .benefits__point {
    padding: 0 15px 0 25px;
    height: 370px;
    column-gap: 30px;
  }
}
@media (max-width: 375px) {
  .benefits__point {
    column-gap: 20px;
  }
}
.benefits__point-number-circle-wrapper {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
  padding-bottom: 50px;
  transition: 0.5s;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .benefits__point-number-circle-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.benefits__point-number {
  font-size: 60px;
  font-weight: 600;
  color: #dfdfdf;
  margin-bottom: -23px;
}
@media (max-width: 992px) {
  .benefits__point-number {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .benefits__point-number {
    font-size: 45px;
  }
}
@media (max-width: 375px) {
  .benefits__point-number {
    font-size: 40px;
    line-height: 1.1;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.benefits__point-circle {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: white;
  outline: 7px solid rgba(255, 255, 255, 0.4);
  display: flex;
  place-content: center;
  padding: 30px;
  box-shadow: 0px -20px 20px 8px #f2f2f2;
}
.benefits__point-circle img {
  width: 100%;
}
@media (max-width: 992px) {
  .benefits__point-circle {
    box-shadow: none;
  }
}
@media (max-width: 576px) {
  .benefits__point-circle {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}
@media (max-width: 375px) {
  .benefits__point-circle {
    width: 60px;
    height: 60px;
    padding: 13px;
  }
}
.benefits__point-circle-image {
  filter: brightness(0) saturate(100%) invert(37%) sepia(58%) saturate(1914%) hue-rotate(69deg) brightness(92%) contrast(98%);
}
.benefits__point-desc {
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .benefits__point-desc {
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .benefits__point-desc {
    font-size: 16px;
    line-height: 22px;
  }
}
.table {
  margin-top: 100px;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .table {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .table {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .table__left {
    width: 90%;
    margin-left: 5%;
  }
}
.table__left-title {
  font-family: 'Rubik';
  color: #333;
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-right: 70px;
}
@media (max-width: 1399px) {
  .table__left-title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .table__left-title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 25px;
    padding-right: 0;
  }
}
@media (max-width: 360px) {
  .table__left-title {
    line-height: 28px;
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.table__left-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-right: 70px;
  text-align: justify;
}
@media (max-width: 1199px) {
  .table__left-text {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .table__left-text {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .table__right {
    width: 100%;
    overflow-x: scroll;
  }
  .table__right::-webkit-scrollbar {
    height: 4px;
  }
  .table__right::-webkit-scrollbar-track {
    background: #d7d7d7;
    border: 1px solid #f2f2f2;
    height: 2px;
  }
  .table__right::-webkit-scrollbar-thumb {
    background: #358e03;
    border-radius: 2px;
    height: 4px;
  }
}
@media (max-width: 575px) {
  .table__right {
    width: 100%;
    margin-left: 0;
  }
}
.table__right-components {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
}
@media (max-width: 768px) {
  .table__right-components {
    width: 700px;
  }
}
@media (max-width: 575px) {
  .table__right-components {
    width: 575px;
    font-size: 16px;
    line-height: 20px;
  }
}
.table__right-components-tr {
  display: flex;
}
.table__right-components-tr:last-child .table__right-components-tr-td {
  background: #EAF3E5;
}
.table__right-components-tr:last-child .table__right-components-tr-td:last-child {
  border-bottom-right-radius: 15px;
}
.table__right-components-tr:last-child .table__right-components-tr-td:first-child {
  border-bottom-left-radius: 15px;
}
.table__right-components-tr-th {
  color: #FFFFFF;
  font-weight: 600;
  background: #358E03;
  padding: 25px 35px;
}
@media (max-width: 768px) {
  .table__right-components-tr-th {
    padding: 20px 20px;
  }
}
.table__right-components-tr-th:nth-of-type(1) {
  width: 67%;
  border-top-left-radius: 15px;
}
.table__right-components-tr-th:nth-of-type(2) {
  text-align: center;
  width: 33%;
  border-top-right-radius: 15px;
}
.table__right-components-tr-td {
  width: 33%;
  padding: 25px 35px;
  border: 1px solid #C8C8C8;
  border-top: none;
  background-color: white;
}
@media (max-width: 768px) {
  .table__right-components-tr-td {
    padding: 20px 20px;
  }
}
.table__right-components-tr-td:nth-of-type(1) {
  font-weight: 700;
  border-right: none;
}
@media (max-width: 575px) {
  .table__right-components-tr-td:nth-of-type(1) {
    font-weight: 600;
  }
}
.table__right-components-tr-td:nth-of-type(2) {
  text-align: center;
  width: 34%;
  border-right: none;
}
.table__right-components-tr-td:nth-of-type(3) {
  text-align: center;
}
.try-now {
  padding: 190px 0 50px;
  position: relative;
  margin: 50px 0 100px;
  font-family: 'Montserrat';
  overflow: hidden;
}
@media (max-width: 1199px) {
  .try-now {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .try-now {
    background-image: url("/wp-content/themes/ekor/assets/img/mission-company.png");
    background-position: right;
  }
}
@media (max-width: 768px) {
  .try-now {
    margin: 50px 0 100px;
  }
}
.try-now .container {
  padding-left: 130px;
  position: relative;
}
@media (max-width: 1800px) {
  .try-now .container {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .try-now .container {
    padding: 50px 70px 50px;
  }
}
@media (max-width: 991px) {
  .try-now .container {
    padding: 100px 0 100px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .try-now .container {
    padding: 60px 0;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
.try-now .container:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url('/wp-content/themes/ekor/assets/img/mission-company.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 460px;
  top: -140px;
  right: 15px;
  z-index: -1;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1199px) {
  .try-now .container:before {
    height: 100%;
    top: 0;
  }
}
@media (max-width: 991px) {
  .try-now .container:before {
    display: none;
  }
}
.try-now__row {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  font-family: 'Montserrat';
  max-width: 680px;
  position: relative;
  top: -45px;
}
@media (max-width: 1550px) {
  .try-now__row {
    max-width: 650px;
  }
}
@media (max-width: 1200px) {
  .try-now__row {
    max-width: 500px;
    top: 0;
  }
}
@media (max-width: 992px) {
  .try-now__row {
    max-width: max-content;
  }
}
.try-now__row-title {
  font-weight: 700;
  font-size: 55px;
  line-height: 50px;
  color: white;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .try-now__row-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .try-now__row-title {
    font-size: 24px;
    line-height: 29px;
  }
}
.try-now__row-line {
  display: inline-block;
  background-image: url(/wp-content/themes/ekor/assets/img/leaf-line.png);
  width: 107px;
  height: 16px;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7486%) hue-rotate(37deg) brightness(114%) contrast(94%);
  padding-bottom: 50px;
}
.try-now__row-text {
  color: white;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .try-now__row-text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .try-now__row-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
}
.try-now__row-desc {
  color: white;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .try-now__row-desc {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .try-now__row-desc {
    font-size: 15px;
  }
}
@media (max-width: 1550px) {
  .try-now__image {
    max-width: 650px;
  }
}
@media (max-width: 1400px) {
  .try-now__image {
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  .try-now__image {
    max-width: 350px;
  }
}
@media (max-width: 992px) {
  .try-now__image {
    width: 100%;
    max-width: 650px;
  }
}
.try-now__image-wrapper {
  position: absolute;
  right: -12%;
  top: -200px;
  z-index: 7;
}
@media (max-width: 1800px) {
  .try-now__image-wrapper {
    right: 0;
  }
}
@media (max-width: 1550px) {
  .try-now__image-wrapper {
    top: -140px;
  }
}
@media (max-width: 1400px) {
  .try-now__image-wrapper {
    top: -80px;
  }
}
@media (max-width: 1200px) {
  .try-now__image-wrapper {
    top: 40px;
  }
}
@media (max-width: 992px) {
  .try-now__image-wrapper {
    position: static;
    margin: 0 auto;
  }
}
.sposib-pryhotuvannya {
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .sposib-pryhotuvannya {
    padding-top: 50px;
  }
}
@media (max-width: 1400px) {
  .sposib-pryhotuvannya {
    padding-bottom: 150px;
  }
}
@media (max-width: 1200px) {
  .sposib-pryhotuvannya {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .sposib-pryhotuvannya {
    margin-top: -50px;
  }
}
@media (max-width: 450px) {
  .sposib-pryhotuvannya {
    padding-bottom: 70px;
  }
}
.sposib-pryhotuvannya__arrow {
  display: inline-block;
  z-index: 4;
  background-image: url(/wp-content/themes/ekor/assets/img/sposib-arrow-2.svg);
  width: 235px;
  height: 65px;
}
.sposib-pryhotuvannya__arrow:nth-child(1) {
  top: 90px;
  left: 17%;
}
@media (max-width: 1400px) {
  .sposib-pryhotuvannya__arrow:nth-child(1) {
    left: 16%;
  }
}
@media (max-width: 1200px) {
  .sposib-pryhotuvannya__arrow:nth-child(1) {
    left: 39%;
  }
}
@media (max-width: 992px) {
  .sposib-pryhotuvannya__arrow:nth-child(1) {
    top: 150px;
    left: 35%;
  }
}
@media (max-width: 768px) {
  .sposib-pryhotuvannya__arrow:nth-child(1) {
    transform: rotate(-90deg) rotateY(180deg);
    top: 30%;
    left: -70px;
  }
}
.sposib-pryhotuvannya__arrow:nth-child(2) {
  bottom: -60px;
  transform: rotateX(180deg);
  left: 42%;
}
@media (max-width: 1400px) {
  .sposib-pryhotuvannya__arrow:nth-child(2) {
    left: 39%;
  }
}
@media (max-width: 992px) {
  .sposib-pryhotuvannya__arrow:nth-child(2) {
    left: 35%;
  }
}
@media (max-width: 768px) {
  .sposib-pryhotuvannya__arrow:nth-child(2) {
    bottom: unset;
    left: unset;
    transform: rotateX(0deg) rotate(90deg);
    top: 53%;
    right: -70px;
  }
}
.sposib-pryhotuvannya__arrow:nth-child(3) {
  top: 90px;
  left: 66%;
}
@media (max-width: 1400px) {
  .sposib-pryhotuvannya__arrow:nth-child(3) {
    left: 65%;
  }
}
@media (max-width: 1200px) {
  .sposib-pryhotuvannya__arrow:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .sposib-pryhotuvannya__arrow:nth-child(3) {
    transform: rotate(-90deg) rotateY(180deg);
    top: 76%;
    left: -70px;
    display: inline-block;
  }
}
.sposib-pryhotuvannya__title {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 59px;
  color: #1E1919;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .sposib-pryhotuvannya__title {
    font-weight: 700;
    line-height: 40px;
    font-size: 30px;
    color: #1e1919;
    margin-bottom: 40px;
  }
}
.sposib-pryhotuvannya__row {
  background: #FFFFFF;
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sposib-pryhotuvannya__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .sposib-pryhotuvannya__row {
    grid-row-gap: 20px;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
}
.sposib-pryhotuvannya__row-item {
  padding: 100px 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  border-right: 1px solid #C8C8C8;
  z-index: 1;
}
@media (max-width: 1550px) {
  .sposib-pryhotuvannya__row-item {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .sposib-pryhotuvannya__row-item {
    width: 50%;
  }
  .sposib-pryhotuvannya__row-item:nth-of-type(2n-1) {
    border-right: 1px solid #C8C8C8;
  }
  .sposib-pryhotuvannya__row-item:nth-of-type(2n) {
    border-right: none;
  }
  .sposib-pryhotuvannya__row-item:nth-of-type(1) {
    border-bottom: 1px solid #C8C8C8;
  }
  .sposib-pryhotuvannya__row-item:nth-of-type(2) {
    border-bottom: 1px solid #C8C8C8;
  }
}
@media (max-width: 768px) {
  .sposib-pryhotuvannya__row-item {
    border-radius: 30px;
    width: 100%;
    pointer-events: none;
  }
  .sposib-pryhotuvannya__row-item:nth-of-type(2n-1) {
    border-right: none;
  }
  .sposib-pryhotuvannya__row-item:nth-of-type(2n) {
    border-right: none;
  }
  .sposib-pryhotuvannya__row-item:nth-of-type(1) {
    border-bottom: none;
    border-right: none;
  }
  .sposib-pryhotuvannya__row-item:nth-of-type(2) {
    border-bottom: none;
  }
}
@media (max-width: 450px) {
  .sposib-pryhotuvannya__row-item {
    padding: 50px 0;
  }
}
.sposib-pryhotuvannya__row-item:last-child {
  border-right: none;
}
.sposib-pryhotuvannya__row-item:hover {
  background-color: #358E03;
}
.sposib-pryhotuvannya__row-item:hover:before {
  opacity: 0;
}
.sposib-pryhotuvannya__row-item:hover .sposib-pryhotuvannya__row-item-number {
  color: #358E03;
  opacity: 0;
}
.sposib-pryhotuvannya__row-item:hover .sposib-pryhotuvannya__row-item-number::after {
  background-color: white;
}
.sposib-pryhotuvannya__row-item:hover .sposib-pryhotuvannya__row-item-text {
  color: white;
  background-color: #358E03;
  position: absolute;
  transition: 0.5s;
  bottom: 0;
  transform: translateY(0);
  width: 100%;
}
.sposib-pryhotuvannya__row-item:hover .sposib-pryhotuvannya__row-item-icon {
  opacity: 0;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(125deg) brightness(101%) contrast(101%);
}
.sposib-pryhotuvannya__row-item:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  background-color: white;
  z-index: 0;
  opacity: 1;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .sposib-pryhotuvannya__row-item:before {
    border-radius: 30px;
  }
}
.sposib-pryhotuvannya__row-item-bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .sposib-pryhotuvannya__row-item-bg {
    display: none;
  }
}
.sposib-pryhotuvannya__row-item-number {
  font-weight: 700;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.sposib-pryhotuvannya__row-item-number:after {
  content: '';
  width: 42px;
  height: 42px;
  display: block;
  background-color: #358E03;
  border-radius: 20px;
  position: absolute;
  left: -16px;
  top: 0;
  z-index: -1;
}
.sposib-pryhotuvannya__row-item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #363636;
  min-height: 150px;
  position: relative;
  padding: 40px 40px;
  bottom: 32%;
  transform: translateY(50%);
}
@media (max-width: 1550px) {
  .sposib-pryhotuvannya__row-item-text {
    min-height: 175px;
  }
}
@media (max-width: 1199px) {
  .sposib-pryhotuvannya__row-item-text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sposib-pryhotuvannya__row-item-text {
    bottom: initial;
    transform: none;
  }
}
@media (max-width: 450px) {
  .sposib-pryhotuvannya__row-item-text {
    min-height: auto;
    font-size: 14px;
    line-height: 21px;
    padding: 20px 20px 30px;
  }
}
.sposib-pryhotuvannya__row-item-icon {
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: contrast(0.5);
}
.recipes {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .recipes {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .recipes {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .recipes {
    padding-top: 0;
  }
}
@media (max-width: 450px) {
  .recipes {
    padding-bottom: 70px;
  }
}
.recipes__title {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 59px;
  color: #1E1919;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .recipes__title {
    font-weight: 700;
    line-height: 45px;
    font-size: 30px;
    color: #1e1919;
    margin-bottom: 30px;
    text-align: left;
  }
}
.recipes__row {
  overflow: hidden;
  padding: 0 5px;
}
.recipes__row-item {
  border-radius: 40px;
  background-color: white;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: 0.4s ease;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .recipes__row-item.simple-image {
    min-height: 490px;
  }
}
@media (max-width: 768px) {
  .recipes__row-item.simple-image {
    min-height: 430px;
  }
}
.recipes__row-item-img {
  width: 100%;
  object-fit: cover;
  height: 265px;
}
.recipes__row-item-text {
  padding: 40px 70px 35px 45px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  color: #1E1919;
}
@media (max-width: 992px) {
  .recipes__row-item-text {
    padding: 30px 50px 25px 35px;
  }
}
.recipes__row-item-title {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .recipes__row-item-title {
    font-size: 19px;
  }
}
.recipes__row-item-description {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .recipes__row-item-description {
    font-size: 15px;
  }
}
.recipes__row-item-button {
  width: 70px;
  height: 70px;
  background-color: white;
  text-align: center;
  line-height: 70px;
  border-radius: 100%;
  position: absolute;
  top: 25px;
  right: 25px;
  transition: background-color 0.6s ease;
}
.recipes__row-item-arrow {
  filter: brightness(0) saturate(100%) invert(57%) sepia(98%) saturate(5859%) hue-rotate(71deg) brightness(102%) contrast(103%);
}
.recipes__row-item:hover {
  background-color: #358E03;
  box-shadow: 0px 3px 6px rgba(101, 101, 101, 0.5);
}
.recipes__row-item:hover .recipes__row-item-text {
  color: white;
}
.recipes__row-item:hover .recipes__row-item-button {
  background-color: #358E03;
}
.recipes__row-item:hover .recipes__row-item-arrow {
  filter: brightness(0) saturate(100%) invert(99%) sepia(35%) saturate(1334%) hue-rotate(192deg) brightness(117%) contrast(100%);
}
.quality-certificates {
  padding: 50px 0 150px;
  line-height: 32px;
  position: relative;
}
@media (max-width: 1200px) {
  .quality-certificates {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .quality-certificates {
    padding-top: 0;
  }
}
.quality-certificates::after {
  content: '';
  position: absolute;
  background-color: white;
  bottom: 60px;
  width: 100%;
  height: 370px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .quality-certificates::after {
    bottom: 100px;
  }
}
@media (max-width: 992px) {
  .quality-certificates::after {
    height: 630px;
  }
}
@media (max-width: 576px) {
  .quality-certificates::after {
    bottom: 130px;
    height: 40%;
  }
}
.quality-certificates__inner {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
@media (max-width: 1200px) {
  .quality-certificates__inner {
    row-gap: 60px;
  }
}
@media (max-width: 576px) {
  .quality-certificates__inner {
    row-gap: 20px;
  }
}
.quality-certificates__first-row {
  row-gap: 30px;
}
.quality-certificates__title {
  font-size: 55px;
  font-weight: 700;
  line-height: 67px;
  padding-right: 100px;
}
@media (max-width: 1400px) {
  .quality-certificates__title {
    padding-right: 0;
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .quality-certificates__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.quality-certificates__desc-wrapper {
  font-size: 18px;
}
.quality-certificates__desc span {
  color: #358E03;
  font-weight: 600;
}
@media (max-width: 576px) {
  .quality-certificates__desc {
    font-size: 15px;
    line-height: 27px;
  }
}
.quality-certificates__certificate-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
}
@media (max-width: 768px) {
  .quality-certificates__certificate-item {
    row-gap: 15px;
  }
}
.quality-certificates__certificate-image {
  max-width: 175px;
  box-shadow: 0px 7px 12px 3px rgba(189, 189, 189, 0.5);
}
@media (max-width: 1200px) {
  .quality-certificates__certificate-image {
    max-width: 150px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .quality-certificates__certificate-image {
    max-width: 120px;
  }
}
.quality-certificates__certificate-desc {
  text-align: center;
}
@media (max-width: 768px) {
  .quality-certificates__certificate-desc {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 576px) {
  .quality-certificates__certificate-desc {
    line-height: 20px;
    font-size: 12px;
  }
}
.other-products {
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .other-products {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .other-products {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .other-products {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.other-products__inner {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .other-products__inner {
    row-gap: 30px;
  }
}
.other-products__title-wrapper {
  display: flex;
  column-gap: 50px;
}
.other-products__title {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 50px;
  line-height: 59px;
  color: #1E1919;
}
@media (max-width: 768px) {
  .other-products__title {
    font-size: 30px;
  }
}
.other-products__slider-item {
  padding: 45px 100px 60px;
  background-color: white;
  border-radius: 30px;
  margin: 0 10px;
  transition: 0.3s;
  position: relative;
}
.other-products__slider-item::before {
  content: "";
  background-image: url("/wp-content/themes/ekor/assets/img/preview-bg-patern3.png");
  width: 260px;
  height: 340px;
  display: block;
  position: absolute;
  left: -10px;
  bottom: 0;
  opacity: 0;
}
@media (max-width: 992px) {
  .other-products__slider-item::before {
    height: 250px;
  }
}
.other-products__slider-item.goroh::before {
  background-image: url("/wp-content/themes/ekor/assets/img/preview-bg-patern.png");
}
.other-products__slider-item.grechka::before {
  background-image: url("/wp-content/themes/ekor/assets/img/preview-bg-patern22.png");
}
.other-products__slider-item.perlova::before {
  background-image: url("/wp-content/themes/ekor/assets/img/preview-bg-patern4.png");
}
.other-products__slider-item.rice::before {
  background-image: url("/wp-content/themes/ekor/assets/img/preview-bg-rice.png");
}
.other-products__slider-item.yachmin::before {
  background-image: url("/wp-content/themes/ekor/assets/img/preview-bg-patern5.png");
}
.other-products__slider-item.pshenicya::before {
  background-image: url("/wp-content/themes/ekor/assets/img/preview-bg-patern3.png");
}
.other-products__slider-item.kukurudza::before {
  background-image: url("/wp-content/themes/ekor/assets/img/preview-bg-patern4.png");
}
.other-products__slider-item.kutya::before {
  background-image: url("/wp-content/themes/ekor/assets/img/preview-bg-patern6.png");
}
.other-products__slider-item.bulgur::before {
  background-image: url("/wp-content/themes/ekor/assets/img/preview-bg-patern4.png");
}
.other-products__slider-item:hover {
  background-color: #358E03;
}
.other-products__slider-item:hover .other-products__product-title {
  color: white;
}
.other-products__slider-item:hover .other-products__product-price {
  color: white;
}
.other-products__slider-item:hover .other-products__product-link {
  color: #1E1919;
  background-color: white;
}
.other-products__slider-item:hover .other-products__packing-button {
  color: white;
  border: 1px solid white;
}
.other-products__slider-item:hover::before {
  opacity: 1;
}
.other-products__slider-item:hover .other-products__packing-button {
  background: transparent;
}
.other-products__slider-item:hover .other-products__packing-button.active {
  background: white;
  color: #1E1919;
}
@media (max-width: 768px) {
  .other-products__slider-item {
    padding: 30px 20px 30px;
  }
}
.other-products__slider-item-inner {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  row-gap: 35px;
}
@media (max-width: 768px) {
  .other-products__slider-item-inner {
    row-gap: 15px;
  }
}
.other-products__product-image {
  max-width: 185px;
  display: none !important;
}
.other-products__product-image.active {
  display: block !important;
}
@media (max-width: 768px) {
  .other-products__product-image {
    max-width: 140px;
  }
}
.other-products__product-packings {
  display: flex;
  column-gap: 10px;
}
.other-products__packing-button {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 12px;
  line-height: 39px;
  color: #1E1919;
  text-align: center;
  white-space: nowrap;
  padding: 0 35px;
  border-radius: 50px;
  border: 1px solid #c8c8c8;
  cursor: pointer;
}
.other-products__packing-button.active {
  background: #eaf3e5;
  border: 1px solid #358E03;
}
@media (max-width: 992px) {
  .other-products__packing-button {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .other-products__packing-button {
    line-height: 30px;
    padding: 0 15px;
    font-size: 11px;
  }
}
.other-products__product-title {
  font-family: 'Rubik';
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  color: #1E1919;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .other-products__product-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.other-products__product-price {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 39px;
  line-height: 31px;
  color: #1E1919;
  text-align: center;
  white-space: nowrap;
  display: none !important;
}
.other-products__product-price.active {
  display: block !important;
}
@media (max-width: 768px) {
  .other-products__product-price {
    font-size: 30px;
  }
}
.other-products__product-link {
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 14px;
  line-height: 39px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  background-color: #86140C;
  border-radius: 50px;
  transition: 0.3s;
  display: inline-block;
  padding: 8px 75px;
  border: 1px solid white;
}
.other-products__product-link:hover {
  color: white !important;
  background-color: transparent !important;
}
@media (max-width: 992px) {
  .other-products__product-link {
    padding: 5px 60px;
  }
}
@media (max-width: 768px) {
  .other-products__product-link {
    padding: 0 30px;
    font-size: 13px;
  }
}
.other-products__slider-nav {
  display: flex;
  column-gap: 15px;
  justify-content: center;
}
@media (max-width: 768px) {
  .other-products__slider-nav {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.other-products__slider-nav-button {
  border: 1px solid #c8c8c8;
  background-color: white;
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50px;
  color: transparent;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.other-products__slider-nav-button::before {
  content: '';
  background-image: url(/wp-content/themes/ekor/assets/img/arrow-left1.png);
  width: 20px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.other-products__slider-nav-button:hover {
  background-color: #358E03;
}
.other-products__slider-nav-button:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(45deg) brightness(113%) contrast(100%);
}
.other-products__slider-nav-button-next::before {
  transform: translate(-50%, -50%) rotateY(180deg);
}
.form {
  padding: 75px 0;
  position: relative;
  margin: 50px 0 100px;
}
@media (max-width: 1199px) {
  .form {
    padding: 0;
  }
}
.form .container {
  padding-left: 100px;
}
@media (max-width: 1199px) {
  .form .container {
    background-image: url('/wp-content/themes/ekor/assets/img/raw-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 70px 50px;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 991px) {
  .form .container {
    padding: 50px 40px 230px;
  }
}
@media (max-width: 575px) {
  .form .container {
    width: 90%;
    padding: 50px 40px 200px;
  }
}
@media (max-width: 420px) {
  .form .container {
    padding: 50px 20px 150px;
  }
}
.form .container:before {
  content: '';
  width: 88vw;
  height: 100%;
  display: block;
  position: absolute;
  background-image: url('/wp-content/themes/ekor/assets/img/raw-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1700px) {
  .form .container:before {
    width: 90%;
    right: 5%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media (max-width: 1199px) {
  .form .container:before {
    display: none;
  }
}
.form .container:after {
  content: '';
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url("/wp-content/themes/ekor/assets/img/form-right-img.png");
  background-repeat: no-repeat;
  width: 647px;
  height: 288px;
  right: 30px;
  bottom: 0;
}
@media (max-width: 1700px) {
  .form .container:after {
    width: 30%;
    height: 100%;
    right: 110px;
    background-position-y: bottom;
    bottom: 0;
    z-index: -1;
  }
}
@media (max-width: 1400px) {
  .form .container:after {
    width: 24%;
    height: 100%;
    right: 90px;
  }
}
@media (max-width: 1199px) {
  .form .container:after {
    width: 45%;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .form .container:after {
    width: 50%;
    z-index: 0;
    height: 200px;
    right: 50%;
    transform: translate(50%);
  }
}
@media (max-width: 575px) {
  .form .container:after {
    width: 70%;
  }
}
@media (max-width: 420px) {
  .form .container:after {
    height: 130px;
  }
}
.form__title {
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: white;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .form__title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .form__title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .form__container form {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
.form__container-input {
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  background: transparent;
  width: 250px;
  color: white;
  padding: 10px;
  font-size: 14px;
  line-height: 23px;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .form__container-input {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .form__container-input {
    max-width: 100%;
    margin-right: 0;
  }
}
.form__container-input::placeholder {
  color: white;
}
.form__container-input:focus-visible {
  border: 1px solid #c7c6c6;
  outline: none;
}
.form__container-submit {
  padding: 10px 80px;
  background: white;
  border-radius: 30px;
  color: #1E1919;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  transition: 0.3s;
  border: none;
}
@media (max-width: 1199px) {
  .form__container-submit {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .form__container-submit {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .form__container-submit {
    font-size: 14px;
    padding: 10px 50px;
  }
}
@media (max-width: 375px) {
  .form__container-submit {
    font-size: 12px;
  }
}
.form__container-submit:hover {
  transition: 0.3s;
  box-shadow: 0 11px 14px rgba(101, 101, 101, 0.5);
}
