/*----------- Font connection ----------*/

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ------------ Specification ----------- */

body {
  font: 400 18px/1.55em "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  color: #1b1b2f;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.popup-open {
  overflow: hidden;
  padding-right: 17px;
}

body.popup-open .navigation-wrap {
  padding-right: 17px;
}

footer {
  margin-top: auto;
}

section {
  position: relative;
}

body,
p,
div,
ul,
li,
a,
h1,
h2,
h3,
h4,
span,
button,
input,
textarea,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

ul li {
  list-style: none;
}

a,
a:hover,
a:active {
  text-decoration: none;
  color: #31302c;
}

a,
button {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

img {
  max-width: 100%;
}

input,
input:hover,
input:focus,
input:active,
select,
select:focus,
select:active,
select:focus-visible,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
  border: none;
  -webkit-appearance: none;
  background-color: transparent;
}

input,
button {
  background: none;
}

textarea {
  resize: none;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", Arial, sans-serif;
  color: #1b1b2f;
  line-height: 1.55;
  font-weight: 700;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 15px;
}

p {
  font-size: 18px;
}

.button {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.03em;
  min-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  min-width: 191px;
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: #66b945;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button:hover,
.button:focus,
.button:active {
  color: #66b945;
  border: 2px solid #66b945;
  background-color: #fff;
}

.button:focus {
  color: #fff;
  background-color: #66b945;
}

.offer__btn.button:hover,
.offer__btn.button:focus,
.offer__btn.button:active {
  color: #66b945;
  border: 2px solid #66b945;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 1);
}

.container {
  width: 1180px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-title {
  color: #1b1b2f;
  font-size: 42px;
  margin-bottom: 65px;
}

/* --------------------- */

.content p {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 10px;
  min-height: 1px;
}

.content li {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.5em;
  position: relative;
}

.content ul li {
  overflow: hidden;
  padding-left: 27px;
}

.content ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #31302c;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.content ul {
  margin-bottom: 15px;
}

.entry-content .wp-block-image img, .entry-content img {
  border-radius: 30px;
}

img.alignright {
  float: right;
  margin: 0 0 1.5em 1.9em !important;
  height: auto;
}

img.alignleft {
  float: left;
  margin: 0 1.9em 1.5em 0 !important;
  height: auto;
}

img.aligncenter {
  display: block;
  margin: 1.5em auto !important;
  height: auto;
}

.content img {
  height: auto !important;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.wp-block-image .alignleft {
  margin: .5em 2em 1.3em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grecaptcha-badge {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.post-thumbnail img {
  height: auto;
}

/* ----------------------- */

.content {
  color: #1b1b2f;
}

.content p {
  font-size: 18px;
  font-family: "Montserrat";
  min-height: 1.5em;
}

.content h3 {
  margin-bottom: 15px;
  margin-top: 35px;
}

.product-page__info.content p {
  font-size: 15px;
  line-height: 1.55;
}

.d-none {
  display: none;
}

.d-block {
  display: block !important;
}

.b-radius-30 {
  border-radius: 30px;
}

.wp-block-group {
  padding: 22px;
}

.edit-link {
  display: inline-block;
  position: fixed;
  left: -171px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.edit-link:hover {
  left: -130px;
  opacity: 1;
}

.post-edit-link {
  display: block;
  margin: 10px 0 20px 0;
  font-weight: 600;
  color: #2c2c41;
  color: #000;
  text-decoration: none !important;
  letter-spacing: -0.02em;
  padding: 100px 15px 6px 10px;
  min-width: 292px;
  text-align: center;
  -webkit-box-shadow: -2px 1px 8px rgb(0 0 0 / 30%);
  box-shadow: -2px 1px 8px rgb(0 0 0 / 30%);
  background: rgb(255 255 255 / 90%);
  border-radius: 0 0 15px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-edit-link:hover {
  color: #4d9d2d;
}

.edit-link-icon {
  font-family: arial;
  font-size: 23px;
}

/* Pagination */

.useful__post-wrap {
  position: relative;
}

.archive .useful__post-wrap {
  padding-bottom: 100px;
}

.navigation.pagination {
  margin: 0 auto;
  position: absolute;
  bottom: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation,
.navigation a {
  font-weight: 600;
  font-size: 22px;
}

.page-numbers {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  margin: 0 1px;
}

.navigation a:hover {
  color: #008931;
}

.page-numbers.current {
  background-color: #66b945;
  color: #fff !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.prev.page-numbers,
.next.page-numbers {
  width: auto !important;
  position: absolute;
  top: 0;
  font-size: 17px;
}

.next.page-numbers {
  right: -200px;
}

.prev.page-numbers {
  left: -220px;
}

/* Floating Action Buttons */
.floating-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 800;
}

.fab-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.fab-button:hover {
  transform: scale(1.1);
}

.fab-button.telegram {
  background: #0088cc;
}

.fab-button.whatsapp {
  background: #25d366;
}

.fab-button.phone {
  background: #008931;
}

@media (max-width: 480px) {
  .floating-buttons {
    bottom: 20px;
    right: 10px;
    gap: 8px;
  }

  .fab-button {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

/* ------------- POPUP WINDOWS ------------ */

.modal-windows {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -99;
  outline: 0;
}

.modal-windows__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-win-body {
  background: #fff;
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 65px;
  z-index: 1;
  border-radius: 4px;
  cursor: default;
  -moz-transform: translateY(10%) scale(0.9);
  -o-transform: translateY(10%) scale(0.9);
  -ms-transform: translateY(10%) scale(0.9);
  -webkit-transform: translateY(10%) scale(0.9);
  transform: translateY(10%) scale(0.9);
  -moz-transition: transform ease-in-out 0.3s;
  -webkit-transition: transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;

  max-width: 560px;
  width: 100%;
  min-height: 300px;
  -webkit-overflow-scrolling: touch;
}

.form_window .modal-win-body {
  top: 12%;
}

.modal-windows.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999999;
}

.modal-windows.active .modal-win-body {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.modal-content {
  padding: 40px 45px;
  position: relative;
}

.modal-wrap {
  position: relative;
}

.modal-wrap .modal-content {
  position: static;
  padding-top: 36px;
  padding-bottom: 36px;
}

.modal-wrap .modal-img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.popup-serv-order .modal-win-body {
  max-width: 560px;
  width: 100%;
}

.popup-serv-order .form-title {
  margin-bottom: 11px;
  font-size: 36px;
  line-height: 1.23;
}

.popup-serv-order .form-sub-title {
  font-size: 15px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 15px;
}

.modal-close {
  position: absolute;
  top: -54px;
  right: -60px;
  z-index: 2;
  padding: 15px;
  cursor: pointer;
}

.form-title {
  font-family: "Roboto";
  font-size: 36px;
  line-height: 1.23;
  font-weight: 600;
  color: #1b1b2f;
  text-align: center;
  margin-bottom: 24px;
}

.modal-form label {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #1b1b2f;
  padding-bottom: 5px;
  font-size: 16px;
}

.form_window .form__input {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: transparent;
  -webkit-appearance: none;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form__textarea {
  color: #000000;
  height: 102px !important;
}

.form_window .form__btn {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.modal-form-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* ------------- FORMS ------------ */

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -22px;
  right: 10px;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.cart .wpcf7-not-valid-tip {
  bottom: 2px;
}

.wpcf7-response-output {
  color: #747373;
  line-height: 1.35;
  font-size: 16px;
}

.wpcf7-spinner {
  background-color: rgb(14 14 14 / 34%) !important;
  margin: 0 !important;
  position: absolute !important;
  left: 50%;
  top: 24px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wpcf7-response-output {
  margin-bottom: 5px !important;
}

.load_overlay {
  background-color: rgb(14 14 14 / 15%) !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-bottom: 145px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

._sending .load_overlay {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.spinner {
  background-color: rgb(14 14 14 / 34%) !important;
  margin: 0 !important;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.5;
  width: 37px;
  height: 37px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 15px 15px;
  -ms-transform-origin: 15px 15px;
  transform-origin: 15px 15px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.section_form {
  padding: 90px 0;
}

/* ------------- POPUP Carts ------------ */

.cart__items {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  font-family: "Roboto", Arial, sans-serif;
}

.cart-item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 89px);
}

.cart-item__actions-wrap {
  width: 205px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart-item__img-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 7px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cart-item__img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

h3.cart-item__title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.2em;
}

p.cart-item__price {
  font-weight: 400;
  font-size: 16px;
}

.cart-item__remove-wrap {
  width: 30px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-item__content {
  /* width: 175px; */
  width: 100%;
  max-width: 50%;
}

.cart-item__btn {
  width: 16px;
  height: 16px;
}

.cart-item__btn--remove {
  background: url(../img/icons/cross.svg) center / cover no-repeat;
  width: 25px;
  height: 25px;
}

.cart-item__btn:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}

.cart-item__btn_minus {
  background: url(../img/icons/minus.svg) center / contain no-repeat;
  opacity: 0.5;
}

.cart-item__btn_plus {
  background: url(../img/icons/plus.svg) center / contain no-repeat;
  opacity: 0.5;
}

.cart-item__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 65px;
  margin-right: 5px;
}

.cart-item__quantity {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  border: 1px solid transparent;
}

p.cart-form-title {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  color: #1b1b2f;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 30px;
}

.order {
  margin-top: 10px;
}

.cart-sum {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  text-align: right;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
}

.cart__totals {
  margin-top: 28px;
}

.cart__info_send span {
  display: block;
  color: #05a048;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.cart__empty,
.cart__info_send,
.cart__empty._send .cart__info,
.cart__empty._send .cart__empty-icon {
  display: none;
}

.js-cart-wrapper.is-empty .cart__empty,
.cart__empty._send .cart__info_send {
  display: block;
}

.js-cart-wrapper.is-empty .cart__totals,
.js-cart-wrapper.is-empty .order,
.js-cart-wrapper.is-empty .cart__items,
.js-cart-wrapper.is-empty .cart-form-title {
  display: none;
}

.cart__empty-icon {
  width: 100px;
  display: block;
  margin: 28px auto;
  opacity: 0.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart__empty-icon_send {
  display: none;
  width: 53px;
}

.cart__empty._send .cart__empty-icon_send {
  opacity: 1;
  display: block;
}

p.cart__info {
  font-family: "Roboto", Arial, sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart .form__input {
  font-family: "Roboto", Arial, sans-serif;
  margin: 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.01em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  color: #1a0802;
  border: 1px solid #1a0802;
  -webkit-transform: translateZ(0);
  height: 56px;
  margin-bottom: 20px;
}

.cart ._error .form__input {
  border: 1px solid #ff8484;
}

.cart textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}

.cart textarea::-moz-placeholder {
  color: #9e9e9e;
}

.cart textarea:-moz-placeholder {
  color: #9e9e9e;
}

.cart textarea:-ms-input-placeholder {
  color: #9e9e9e;
}

.cart textarea:focus::-webkit-input-placeholder {
  color: #9e9e9e;
}

.cart textarea:focus::-moz-placeholder {
  color: #9e9e9e;
}

.cart textarea:focus:-moz-placeholder {
  color: #9e9e9e;
}

.cart textarea:focus:-ms-input-placeholder {
  color: #9e9e9e;
}

.form__main label {
  font-size: 16px;
  display: block;
  vertical-align: middle;
  height: 100%;
  padding-right: 10px;
  padding-bottom: 5px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.cart .form__textarea {
  color: #1a0802;
  border: 1px solid #1a0802;
  height: 102px;
  padding-top: 17px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  resize: vertical;
  letter-spacing: 0.02em;
}

.form__btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 10px;
}

.cart .form__btn {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.wpcf7-form-control-wrap {
  padding-top: 5px;
}

.wpcf7-list-item-label {
  font-size: 13px;
  cursor: pointer;
}

.wpcf7-list-item {
  position: relative;
  cursor: pointer;
  display: block;
  margin-left: 0;
  padding-left: 30px;
}

.form__main .wpcf7-radio label {
  font-size: 16px;
  display: block;
  vertical-align: middle;
  height: 100%;
  padding-right: 10px;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.wpcf7-list-item:after,
.wpcf7-list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-list-item:before {
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  left: 5px;
  opacity: 0;
  visibility: hidden;
}

.wpcf7-list-item.active:before {
  opacity: 1;
  visibility: visible;
}

.wpcf7-list-item:after {
  height: 20px;
  width: 20px;
  border-color: #000;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.6;
  left: 0;
}

.wpcf7-list-item.active:after {
  opacity: 1;
}

.js-cart-total-order,
.js-cart-total-order-telegram {
  visibility: hidden;
  opacity: 0;
  height: 0 !important;
}

/* ------------- Google Recaptcha ------------ */

.grecaptcha-badge {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ------------- HEADER ------------ */

.header {
  position: relative;
  z-index: 990;
}

.header,
.nav {
  height: 110px;
  width: 100%;
}

.header.opacity_null {
  height: 0 !important;
}

.navigation-wrap {
  width: 100%;
}

.navigation-wrap {
  position: fixed;
}

.nav {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  background-color: rgba(27, 27, 47, 0.8);
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  position: relative;
}

.header.opacity_null .nav {
  background: transparent;
}

.header.fixet .nav {
  background-color: rgba(27, 27, 47, 0.8) !important;
}

.nav,
.nav a {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 19px;
}

.nav_inner_wrap {
  width: 100%;
}

.menu > li > a,
.nav_lang a {
  text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}

.menu > li > a:hover,
.nav_lang a:hover {
  text-shadow: 1px 1px 0px rgb(0 0 0 / 70%);
}

.nav .menu > li > a:hover,
.nav .menu > li > a:focus-visible,
.nav_lang a:hover {
  color: #66b945;
}

.current-menu-item a,
.menu-item-has-children:hover > a {
  color: #66b945 !important;
  text-shadow: 1px 1px 0px rgb(0 0 0 / 70%) !important;
}

.menu-item-has-children .current-menu-item a {
  text-shadow: none !important;
}

.nav__left-menu > li > a,
.nav__right-menu > li > a {
  padding: 20px 15px;
  display: inline-block;
}

.nav__left-menu > li:first-child {
  padding-left: 0;
}

.nav__right-menu > li:last-child {
  padding-right: 0;
}

.nav__left-menu > li > a {
  -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.menu-item-has-children {
  position: relative;
}

.sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 0px);
  left: 50%;
  left: calc(50% - 100px);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 6;
  width: 200px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -o-transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.sub-menu > li:first-child:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: -20px;
  border-bottom-color: #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.sub-menu > li {
  line-height: 1;
}

.sub-menu > li > a {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #1b1b2f;
  display: inline-block;
  padding: 9px 20px;
}

.sub-menu > li:first-child {
  position: relative;
}

.sub-menu > li:last-child > a {
  padding-bottom: 20px;
}

.sub-menu > li:first-child > a {
  padding-top: 20px;
}

.menu-item-has-children:hover .sub-menu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.sub-menu > li:hover > a,
.sub-menu > li:focus-visible > a {
  color: #66b945;
}

.nav__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__logo a {
  display: flex;
  align-items: center;
}

.nav__logo img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.nav__social-link {
  margin-left: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__contact-wrap {
  margin-left: auto;
}

.nav__social-link a {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.nav__social-link a:not(:last-child) {
  margin-right: 12px;
}

.nav__social-link img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.nav__social-link a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.nav_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 28px;
}

.nav_lang a {
  text-transform: capitalize;
  padding: 0 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.lang-item {
  margin: auto 0;
  list-style: none;
}

.burger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 10px;
  width: 60px;
  margin-left: 5%;
  height: 57px;
  position: relative;
  z-index: 5500;
  display: none;
}

.burger-btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
  box-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}

.burger-btn span.and-close:before,
.burger-btn span.and-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
  box-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}

.burger-btn span.and-close:before {
  top: -14px;
}

.burger-btn span.and-close:after {
  bottom: -13px;
}

.__open.burger-btn span {
  width: 0px;
}

.__open.burger-btn span.and-close {
  width: 100%;
  height: 0;
}

.__open.burger-btn span.and-close:after {
  opacity: 1;
  bottom: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.__open.burger-btn span.and-close:before {
  opacity: 1;
  top: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav__cart {
  will-change: transform;
  transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  position: absolute;
  top: 100px;
  right: 25px;
  z-index: 4000;
  visibility: hidden;
  opacity: 0;
}

.nav__cart.active {
  visibility: visible;
  opacity: 1;
}

.nav__cart-wrap {
  position: relative;
}

.nav__cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  will-change: transform;
  transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.nav__cart-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.nav__cart img {
  width: 42px;
}

.nav__cart-stick {
  min-width: 30px;
  width: initial;
  height: 30px;
  padding: 0 5px;
  background-color: red;
  color: #fff;
  border-radius: 30px;
  position: absolute;
  right: -3px;
  bottom: -3px;
  text-align: center;
  line-height: 31px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.all_sum_btn {
  position: absolute;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  top: 50%;
  right: 130%;
  white-space: nowrap;
  background: #292929;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 13px;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
  pointer-events: none;
}

.all_sum_btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left-color: #292929;
}

.nav__cart-wrap:hover .all_sum_btn {
  opacity: 1 !important;
  cursor: pointer;
  pointer-events: initial;
}

/* ------------- OFFER ------------ */

.offer {
  position: relative;
  min-height: 100vh;
  padding: 80px 15px 50px 15px;
}

.offer__body {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 1160px;
  width: 100%;
}

.offer__title {
  letter-spacing: 1px;
  color: #fff;
  font-size: 72px;
  line-height: 1.17;
  font-weight: 700;
  text-align: center;
  padding: 24px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.offer__btn {
  margin-top: 45px;
}

.offer__arrow {
  position: absolute;
  z-index: 9;
  bottom: 60px;
  right: 0;
  left: 0;
  text-align: center;
}

.offer__arrow-link {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.offer__arrow-link:hover {
  opacity: 0.6;
}

.overlay {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    rgba(27, 27, 47, 0.3),
    rgba(27, 27, 47, 0.3)
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.offer__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section,
main {
  background-color: #fff;
}

/* ------------- Our Products on home ------------ */

.our-products-section {
  padding: 110px 0;
}

.our-products__item {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-products__item:not(:last-child) {
  margin-bottom: 60px;
}

.our-products__item:nth-child(even) .our-products__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.our-products__img {
  width: 33.5%;
  border-radius: 30px;
  -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
}

.our-products__img img {
  width: 100%;
  height: inherit;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
}

.our-products__info {
  width: 63%;
  border-radius: 30px;
  background-color: #b8daba;
  padding: 35px 60px 32px 70px;
}

.our-products__name {
  font-size: 26px;
  margin-bottom: 32px;
}

.our-products__text {
  margin-bottom: 20px;
}

.our-products__ler-more {
  margin: auto 0 0 auto;
  font-size: 14px;
  min-height: 55px;
  min-width: 196px;
  text-transform: none;
}

.our-products__ler-more:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.our-products__item:nth-child(even) .our-products__ler-more {
  margin: auto auto 0 0;
}

/* ------------- Advantages Section ------------ */

.advantages-section {
  padding-top: 40px;
}

.advantages__info {
  display: -ms-grid;
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(auto-fit, minmax(333px, 1fr));
}

.advantages__item {
  position: relative;
  padding-left: 65px;
  padding-right: 30px;
  font-size: 16px;
  color: #1b1b2f;
}

.advantages__item img {
  width: 45px;
  position: absolute;
  left: 0;
  top: 0;
}

.advantages__item p {
  max-width: 425px;
  font-size: 16px;
  line-height: 1.55em;
}

.results-section {
  padding: 55px 0;
}

.results {
  padding: 50px 0;
  min-height: 395px;
  border-radius: 30px;
  background-color: #434371;
  color: #fff;
  font-size: 20px;
}

.results p {
  font-size: 20px;
  line-height: 1.55em;
}

.results__item {
  min-width: 33.33%;
  width: 100%;
  padding: 36px 26px 0 42px;
  position: relative;
}

.results__item:last-child {
  padding-right: 40px;
}

.results__item:first-child {
  padding-left: 40px;
}

.results__item:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #7b7c9c;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.results__item ul > li {
  font-size: 20px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.results__item ul > li span {
  color: #66b945;
  font-size: 26px;
  font-weight: 700;
  margin-right: 25px;
}

.results__title {
  color: #fff;
  margin-bottom: 31px;
}

/* ------------- Your-Questions on home ------------ */

.your-questions-section {
  padding: 50px 0;
}

.questions {
  font-size: 16px;
}

.questions > div {
  width: 33.33%;
}

.questions__call-back p {
  text-align: center;
  font-size: 16px;
  line-height: 1.55;
}

.questions__call-icon svg {
  margin-bottom: 20px;
}

.questions__btn {
  font-size: 14px;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  text-transform: none;
  min-width: 200px;
  min-height: 55px;
  border: none;
  border: 2px solid #66b945;
  margin-bottom: 30px;
}

.questions__btn:hover,
.questions__btn:active,
.questions__btn:focus {
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
}

.questions__h-contact {
  padding-left: 30px;
}

.questions__phone span,
.questions__phone,
.questions__link {
  margin-bottom: 20px;
}

.questions__phone a {
  font-size: 16px;
}

/* --------- Contact Page --------- */

.contact-p__info {
  font-family: "Roboto", Arial, sans-serif;
  width: 35%;
  padding: 25px 25px 25px 30px;
  color: #1b1b2f;
  background-color: #fff;
}

.easy-navigation {
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 60px 0;
}

/*.page-content__info {
  margin: 40px 0;
}*/

.easy-navigation li a {
  font-family: "Roboto", Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: transparent;
  transition: all 0.2s;
  position: relative;
}

.easy-navigation li {
  min-width: 21%;
  padding-left: 0 !important;
}

.easy-navigation li:before {
  display: none!important;
}

.easy-navigation li a:hover {
  background-color: #f7f4f4;
  transform: translate(0.05em, 0.05em);
}

.easy-navigation li a img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  margin-bottom: 7px;
}

.contact-p__map {
  width: 65%;
  min-height: 491px;
  /*width: clamp(300px, 66.666%, 800px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;*/
  background: #f7f4f4 url(../img/brand-back-1.jpg) center center / cover no-repeat;
}

.contact-p__map iframe {
  width: 100%;
  height: 100%;
}

.contact-p__section {
  border-radius: 30px;
  border: 1px solid #38ae49;
  overflow: hidden;
}

/*.contact-p__info-text {
  font-weight: 600;
}*/

.contact-p__opening span {
  background-color: #cde5bc;
  padding: 1px 6px;
  border-radius: 6px;
  border: 1px solid #38ae49;
  font-size: 16px;
  margin-right: 6px;
}

.contact-p__opening span.close-sh {
  background-color: #f3dac8;
  border: 1px solid #e99c65;
}

.contact-p__opening p {
    margin-bottom: 2px;
}

.contact-p .page-content__title {
  margin-bottom: 40px;
}

.contact-p__info h5 {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 7px 0;
}

.contact-p__info h4 {
  font-size: 19px;
  line-height: 1.3em;
  margin-bottom: 5px;
}

.contact-p__info-list, .contact-p__opening, .contact-p__info-text {
  margin-bottom: 20px;
}

.contact-p__info-text {
  line-height: 1.4em;
}

.contact-p__info a {
  transition: none;
}

.contact-p__info a:hover {
  color: #027f2f;
  text-decoration: underline;
}

.contact-p__info-list svg {
  fill: #008931;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: -3px;
}

.contact-p .content li {
  margin-bottom: 5px;
  line-height: 1.3em;
}

.contact-p .content p {
  line-height: 1.4em;
}

/* --------- Contact Page End --------- */

/* ------------- GALLERY ------------ */

.home-gallery-section {
  padding: 60px 0 90px 0;
}

.home-gallery__title {
  margin-bottom: 60px;
}

.single-slider {
  width: 72.88%;
  height: 630px;
  margin: 0 auto;
  overflow: visible;
}

.single-gallery__item p {
  color: #1b1b2f;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  text-align: center;
  margin-top: 60px;
}

.single-gallery__wrap {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 87%;
}

.single-gallery__wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-gallery .swiper-pagination {
  top: auto;
  bottom: 42px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgb(102, 185, 69);
  opacity: 1;
  margin: 0 7px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1b1b2f !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: 0px;
  width: 40px;
  height: 40px;
  background-color: rgb(102, 185, 69);
  text-align: center;
  border-radius: 50%;
  top: 42.4%;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -60px;
  right: auto;
}

.swiper-button-next {
  left: auto;
  right: -60px;
}

/* ------------- FOOTER ------------ */

.footer {
  background: #1b1b2f;
  color: #fff;
  padding: 50px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-logo-wrapper {
  background: #66b94554;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 20px;
}

.footer-logo {
  height: 50px;
  width: auto;
  display: block;
}

.footer-column h4 {
  font-size: 1.3rem;
  color: #66b945;
  margin-bottom: 20px;
}

.footer-column p {
  line-height: 1.8;
  opacity: 0.9;
}

.footer-contacts,
.footer-links {
  list-style: none;
}

.footer-expression,
.footer-contacts,
.footer-links,
.footer-bottom p {
  font-size: 17px;
}

.footer-contacts li,
.footer-links li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contacts a,
.footer-links a {
  color: #fff !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links .menu-item a:hover {
  color: #66b945 !important;
}

.footer-contacts a:hover,
.footer-links a:hover {
  color: #66b945 !important;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer-social-link i {
  font-size: 18px;
}

.footer-social-link.telegram {
  background: #0088cc !important;
  color: #fff !important;
}

.footer-social-link.telegram:hover {
  background: #006699 !important;
}

.footer-social-link.whatsapp {
  background: #25d366 !important;
  color: #fff !important;
}

.footer-social-link.whatsapp:hover {
  background: #20ba5a !important;
}

.footer-social-link.viber {
  background: #9050c5 !important;
  color: #fff !important;
}

.footer-social-link.viber:hover {
  background: #9050c5d3 !important;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.8;
}

/* ------------- Patoka page ------------ */
/* -------- Product Section ------- */

.product-section {
  padding: 170px 0 0 0;
}

section.full-width .container {
  position: relative;
  z-index: 6;
}

.product-section .product__item {
  margin: 10px 1.5% 80px 1.5%;
  width: 21.8%;
  /* min-height: 526px; */
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 22px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.product__item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7) !important;
}

.big_title .product__item {
  min-height: 468px;
}

/* Product Section in-slider */

.product-section_in-slide .product__item {
  margin: 10px 20px 80px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 22px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.product-section_in-slide {
  padding: 70px 0;
}

.product-section_in-slide h2 {
  margin-bottom: 30px;
}

.product-section_in-slide h2.light-text {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}

.product-section_in-slide .product__item {
  margin-bottom: 30px;
}

.product-section_in-slide .product-action-btn {
    margin-left: 20px;
}

.product-section_in-slide .swiper-button-prev, .product-section_in-slide .swiper-button-next {
    position: static;
    margin-right: 20px;
    margin-left: 10px;
    height: 50px;
    width: 50px;
    opacity: 0.8;
    transition: all .2s ease;
    background-color: #ffffff;
    border: 3px solid #66b945;
}

.product-section_in-slide .swiper-button-prev:hover, .product-section_in-slide .swiper-button-next:hover {
    color: #fff;
    opacity: 1;
    background-color: #66b945;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5) !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5) !important;
}

.product-section_in-slide .swiper-button-prev svg>path, .product-section_in-slide .swiper-button-next svg>path {
    stroke: rgb(102, 185, 69) !important;
    transition: all .2s ease;
}

.product-section_in-slide .swiper-button-prev:hover svg>path, .product-section_in-slide .swiper-button-next:hover svg>path {
    stroke: rgb(255, 255, 255) !important;
}

.product-section_btn-slide {
    margin-left: auto;
}

/* Product Section in-slider End */

.product__info {
  text-align: center;
  padding: 28px 20px 15px 20px;
  color: #1b1b2f;
}

.big_title .product__info {
  padding-top: 20px;
}

.product__item h5 {
  text-align: center;
  margin-bottom: 8px;
  margin-top: 0;
}

.big_title .product__item h5 {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 0;
}

.product__picture {
  width: 100%;
  height: 260px;
  position: relative;
}

.product__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product__item:hover .product__picture img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.product__excerpt {
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
}

.product__meta {
  margin-top: auto;
}

.product__price,
.product__alternative-price {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  min-height: 0;
}

.product__price span {
  position: relative;
  color: #bdbdbd;
}

.product__price span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
  position: absolute;
  top: 50%;
  left: 0;
}

.product__btn-wrap {
  padding: 0 4%;
}

.product__btn,
.product__more-link {
  margin-top: 20px;
  min-height: 41px;
  min-width: 104px;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: none;
  padding-left: 5px;
  padding-right: 5px;
  border: 2px solid #66b945;
}

.product__more-link {
  background-color: #fff;
  color: #66b945;
}

.product__btn_duet {
  min-height: 35px;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}

.product__btn_duet {
  margin-left: 5px;
  margin-right: 5px;
}

.product__btn:hover,
.product__btn:active,
.product__btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product__more-link:hover,
.product__more-link:active,
.product__more-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #66b945;
  color: #fff;
}

/* -------- Userful Section ------- */

.useful-section {
  padding: 50px 0 40px 0;
}

.useful__title {
  margin-bottom: 20px;
}

.useful__sub-title {
  font-family: "Roboto", Arial, sans-serif;
  margin-bottom: 52px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
}

.useful__post {
  padding: 30px 1.74%;
  width: 24.9%;
  min-height: 450px;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.useful__post:hover {
  -webkit-box-shadow: 0px 2px 10px rgb(0, 0, 0, 20%);
  box-shadow: 0px 2px 10px rgb(0, 0, 0, 20%);
}

.useful__picture {
  height: 260px;
  width: 100%;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

.useful__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.useful__post:hover .useful__picture img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.useful__post-title {
  font-size: 18px;
  text-align: center;
  line-height: 1.17;
  margin-bottom: 22px;
}

.useful__more-link {
  min-width: 124px;
  min-height: 45px;
  margin: auto auto 0 auto;
  font-size: 14px;
  border: 2px solid #66b945;
  text-transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* --- Certifikate Style ---*/

.page-content {
  color: #000000;
}

.certificate-content {
  padding-top: 80px;
  padding-bottom: 20px;
}

/* Certificate Section */
.certificate {
  background: #fff;
}

.certificate-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.certificate-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 20px #0000003f;
}

.certificate-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.certificate-text p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  line-height: 1.8;
}

.certificate-list {
  list-style: none;
  margin-bottom: 30px;
}

.certificate-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.certificate-list i {
  font-size: 1.3rem;
}

.btn-primary {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  background-color: #66b945;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #008931;
}

@media (max-width: 1024px) {
  .applications-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .certificate-content {
    grid-template-columns: 1fr;
  }
}

/* -------- Product Section ------- */

.page-content-section {
  padding: 100px 0 63px 0;
  padding: 60px 0 60px 0;
}

.page-id-1125 .page-content-section {
  padding: 60px 0 30px 0;
}

.wp-block-accordion-heading__toggle {
  transition: all 0s;
}

.wp-block-accordion-heading__toggle:hover {
  color: #38ae49;
}

.page-content__title {
  margin-bottom: 58px;
}

.page-content__left {
  margin-right: 60px;
  float: left;
  width: 33.65%;
}

.page-content__pic {
  width: 100%;
  padding: 0 0 74.8%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 36px;
  background: #f7f4f4 url(../img/brand-back-1.jpg) center center / cover no-repeat;
}

.wp-block-image figure {
  background: #f7f4f4 url(../img/brand-back-1.jpg) center center / cover no-repeat;
  border-radius: 30px;
}

.page-content__pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content__docs-item {
  max-width: 175px;
  width: 100%;
  margin: 20px 10px;
}

/* ------------- Patoka page ------------ */
/* --------- Ensilage Section -------- */

.single-gallery-section {
  padding: 50px 0;
  overflow: hidden;
}

/* --------- Ensilage Section -------- */

.info-column {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.info-column__title {
  margin-bottom: 18px;
  text-align: center;
}

.info-column__text {
  padding-top: 18px;
  border-top: 1px solid #ccc;
}

/* --------- Ensilage Section -------- */

.info-column-section {
  padding: 75px 0 60px 0;
}

.info-column a {
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.1s;
}

.info-column a:hover {
    color: #38ae49;
    text-decoration: none;
}

.info-column ul li {
    position: relative;
    padding-left: 27px;
}

.info-column ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #31302c;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
}

.easy-navigation li:before {
  display: none;
}

.video-gallery-section {
  padding: 60px 0 70px;
}

.video-gallery__title {
  margin-bottom: 60px;
}

.video-gallery__wrap {
  display: -ms-grid;
  display: grid;
  gap: 45px;
  grid-template-columns: repeat(auto-fit, minmax(368px, 1fr));
}

.video-gallery__item {
  position: relative;
  padding: 0 0 56.3% 0;
  background-color: #000;
}

.video-gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
}

.video-gallery__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
}

.video-gallery__btn {
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-play-shape {
  fill: #ff0000;
}

.video-play-icon {
  fill: #ffffff;
}

.video-gallery__btn:focus {
  outline: none;
}

.video-gallery__btn svg {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.video-gallery__btn:hover svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video-gallery__item :hover .video-play-shape,
.video-gallery__item :focus .video-play-shape {
  fill: #ff0000;
}

.sevices-price-section {
  padding: 70px 0 90px 0;
}

.sevices-price__title {
  margin-bottom: 65px;
}

.sevices-price__wrap {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.sevices-price__item {
  padding: 70px 30px 40px 30px;
  min-height: 307px;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}

.sevices-price__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  z-index: -1;
}

.sevices-price__item.sevices-price__item_main:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

.sevices-price__value {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  color: #1b1b2f;
  font-size: 42px;
  line-height: 1.23;
  text-align: center;
}

.sevices-price__info {
  text-align: center;
  line-height: 1.55;
}

.sevices-price__btn {
  height: 60px;
  font-size: 16px;
  text-transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* --------- Single Post -------- */

.site-main {
  padding: 50px 0;
}

.post-content-section {
  padding: 140px 0 60px 0;
  min-height: 655px;
}

.post-content__title {
  font-size: 40px;
  line-height: 1.17;
  margin-bottom: 28px;
  color: #1b1b2f;
}

.post-content__picture {
  width: 30.5%;
  padding: 0 0 40.06% 0;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  float: right;
  margin: 0 0 25px 5.08%;
}

.post-content__picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

.post-content__link {
  min-width: auto;
  width: 191px;
  margin-top: 50px;
}

/* --------- Product Page -------- */

.product-page-section {
  padding: 140px 0 60px 0;
  min-height: 568px;
}

.product-page__info {
  flex: 1 1 0;
}

.product-page__title {
  font-size: 28px;
  line-height: 1.35;
  color: #1b1b2f;
  margin-bottom: 18px;
}

.availability {
  font-size: 15px;
  font-weight: 600;
  text-transform: lowercase;
  color: #4d9d2d;
}

.product__item .availability {
  text-align: center;
  font-size: 13px;
  position: absolute;
  top: -6px;
  left: 0px;
  padding: 7px 20px 1px 21px;
  border-radius: 0 0 30px 0;
  line-height: 1.5em;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 24%);
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product__item:hover .availability {
  top: 0;
}

.product-page__pic-wrap {
  width: 47.457%;
  padding: 0 0 31%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 45px auto 0;
  position: relative;
  overflow: hidden;
}

.product-page__picture {
  padding: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.product-page__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page__btn {
  margin-bottom: 30px;
  color: #fff;
  border-color: #38ae49 !important;
  text-transform: none;
  font-size: 14px;
  min-height: 45px;
  min-width: 133px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-page__price {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}

.product-page__alter-price {
  margin-bottom: 20px;
  text-align: left;
}

.characteristics {
  max-width: 600px;
  width: 100%;
}

.product-section-title {
  margin-bottom: 10px;
  font-size: 24px;
}

.product-page h5 {
  font-size: 19px;
  margin: 30px 0 10px 0;
}

.product-page h4 {
  font-size: 24px;
  line-height: 1.3em;
}

.product-page p, .product-page li {
  font-size: 17px;
}

.characteristics li {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 0 9px !important;
  padding-left: 0 !important;
  list-style: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.55;
  align-items: end;
}

.characteristics li span {
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  max-width: 48%;
  overflow-wrap: break-word;
  line-height: 1.1em;
}

.product-description {
  margin: 45px 0 0;
}

.p-descript__tab .tab-btn {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  color: #1b1b2f;
  line-height: 1.46;
  font-weight: 600;
  margin-bottom: 0 !important;
  display: inline-block;
  border-radius: 20px 20px 0 0;
  border: 1px solid #e1dcdc;
  border-bottom: none;
  padding: 2px 25px;
  background: #F7F7F7;
  color: #9f9898;
  position: relative;
  z-index: 1;
  transform: translateY(1px);
  position: relative;
  transition: all 0.2s;
  transform: translateY(1px);
  user-select: none;
}

.p-descript__tab .tab-btn:nth-child(2) {
  transform: translate(-10px, 1px);
}

.p-descript__tab .tab-btn:nth-child(3) {
  transform: translate(-20px, 1px);
  z-index: 0;
}

.p-descript__tab .tab-btn.active {
  border-color: #addeb4;
  background: #fff;
  color: #1b1b2f;
  box-shadow: 0px -1px 2px #595b592b;
  z-index: 2;
}

.p-descript__tab .tab-btn:hover {
  background-color: #fff;
  color: #1b1b2f;
}

.p-descript__tab-wrap {
  border-radius: 0 30px 30px 30px;
  border: 1px solid #addeb4;
  overflow: hidden;
  padding: 25px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.tab-content {
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 0.2s;
}

.tab-content.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

span.parameter {
  padding-right: 2px;
}

span.param-value {
  padding-left: 2px;
}

.characteristics li:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 0;
  opacity: 0.3;
}

.characteristics li:before {
  display: none!important;
}

.wp-block-accordion-heading__toggle-title {
  flex: none;
}

/* ------------- Forms End ------------ */

.page-content__right a, .product-page a {
  text-decoration: underline;
  color: #078334;
}

.page-content__right a:hover {
  text-decoration: none;
}

.page-id-1125 .page-content-section:after, .page-id-1417 .page-content-section:after {
  content: '';
  display: block;
  width: 33%;
  max-height: 630px;
  height: 100%;
  position: absolute;
  right: -15%;
  top: 843px;
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0.06;
}

.page-id-1125 .page-content-section:after {
  background: url(https://patoka.org.ua/wp-content/themes/spark_c/assets/img/shtamp-ua.svg) center center / contain no-repeat;
}
.page-id-1417 .page-content-section:after {
  background: url(https://patoka.org.ua/wp-content/themes/spark_c/assets/img/shtamp-en.svg) center center / contain no-repeat;
}

.page-id-1125 .page-content-section {
  overflow: hidden;
}

/* ------------- Successful Order Page ------------ */

.successful_order .cart__empty,
.successful_order .cart__empty-icon_send,
.successful_order .cart__info_send {
  display: block;
  opacity: 1;
}

.successful_order .cart__empty-icon_send {
  width: 70px;
}

section.successful_order {
  padding: 50px 0;
  display: flex;
  align-items: center;
}

/* ------------- Successful Order Page End ------------ */

/* ------------- 404 Page ------------ */

.error404 h1.page-title {
    font-size: 40px;
}

.error404 .page-content {
    max-width: 730px;
}

/* ------------- 404 Page End ------------ */

/* ------------- Product Page Gallery ------------ */

.product-page__picture .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-page__picture .swiper {
  margin-left: auto;
  margin-right: auto;
}

.product-page__picture .swiper-slide {
  background-size: cover;
  background-position: center;
}

.product-page__picture .swiper.prodGallery {
  height: 75%;
  width: 100%;
}

.product-page__picture .swiper.prodGallery_thumb {
  height: 25%;
  box-sizing: border-box;
  padding: 20px 0 0 0;
}

.prodGallery_thumb .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

.prodGallery_thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.product-page__picture .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-page__pic-wrap.product-page__pic-wrap_gall {
  padding: 0 0 41.52%;
  aspect-ratio: 8 / 7;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  overflow: hidden;
}

.product-page__picture .swiper-button-prev,
.product-page__picture .swiper-button-next {
  width: 44px;
  height: 100%;
  background-color: rgb(255 255 255 / 50%);
  padding: 40px 0px 40px 16px;
  border-radius: 0;
  top: 0;
  transition: all 0.3s;
}

.product-page__picture .swiper-button-prev:hover,
.product-page__picture .swiper-button-next:hover {
  background-color: rgb(255 255 255 / 82%);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.product-page__picture svg path {
  fill: #9bc78a;
}

/* ------------- Product Page Gallery End ------------ */

/* ------------------------ Media Queries ---------------------------- */

/* ---------- 1366 - 1600px ----------- */
@media screen and (max-width: 1600px) {
}

/* ---------- 992 - 1366px ------------ */
@media screen and (max-width: 1366px) {
  .nav,
  .nav a {
    font-size: 17px;
  }

  .nav__left-menu > li > a,
  .nav__right-menu > li > a {
    padding: 10px;
  }

  .header,
  .nav {
    height: 74px;
  }

  .nav__logo img {
    max-width: 111px;
  }

  .nav_lang a {
    font-size: 17px;
    padding: 0 7px;
  }

  .nav_lang {
    margin-left: 17px;
  }

  .nav__social-link {
    margin-left: 20px;
  }

  .nav__social-link a {
    width: 27px;
    height: 27px;
  }

  .sub-menu > li > a {
    font-size: 13px;
    padding: 9px 12px;
  }

  .sub-menu > li:first-child > a {
    padding-top: 14px;
  }

  .sub-menu > li:last-child > a {
    padding-bottom: 14px;
  }

  .sub-menu {
    width: 170px;
    left: calc(50% - 85px);
  }

  .offer__title {
    font-size: 45px;
    max-width: 766px;
  }

  .offer__btn {
    margin-top: 25px;
  }

  .button {
    font-size: 14px;
    min-height: 49px;
    padding-left: 17px;
    padding-right: 17px;
    min-width: 155px;
  }

  .section-title {
    font-size: 35px;
    margin-bottom: 50px;
  }

  .form-title {
    font-size: 28px;
  }

  .product-page-section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1260px) {
  .container {
    width: 960px;
  }

  .nav__logo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: auto;
  }

  .nav_inner_wrap {
    --s: 0.6s;
    position: fixed;
    top: 0;
    right: 0;
    height: calc(var(--vh, 1vh) * 115);
    width: auto;
    min-width: 280px;
    padding: 60px 0 100px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(27, 27, 47, 0.95);
    -webkit-transition: all var(--s) ease-in-out;
    -o-transition: all var(--s) ease-in-out;
    transition: all var(--s) ease-in-out;
    z-index: 5000;
    will-change: transform;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 2px 10px rgba(27, 27, 47, 17%);
    box-shadow: 0px 2px 10px rgba(27, 27, 47, 17%);
  }

  .nav_inner_wrap:not(.mobile-menu-active) {
    --opacity: 0;
    -webkit-transform: translate3d(120%, 0, 0);
    transform: translate3d(120%, 0, 0);
  }

  .nav_inner_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__left-menu > li > a,
  .nav__right-menu > li > a {
    padding: 10px 25px;
    width: 100%;
  }

  .nav__left-menu > li > a:hover,
  .nav__right-menu > li > a:hover {
    background-color: rgba(27, 27, 47, 0.7);
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
  }

  .sub-menu {
    width: 100%;
    left: 0;
    position: static;
    display: none;
  }

  .sub-menu > li:first-child:before {
    right: auto;
    left: 27px;
  }

  .sub-menu > li > a {
    font-size: 16px;
    padding: 15px 15px;
    width: 100%;
  }

  .nav_inner_wrap .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .nav__contact-wrap {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__social-link {
    margin-top: 12px;
  }

  .nav__logo img {
    max-width: 140px;
  }

  .burger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav__cart {
    position: static;
    margin-left: 17px;
  }

  .nav__cart {
    visibility: visible;
    opacity: 1;
  }

  .nav__cart img {
    width: 34px;
  }

  .nav__cart-btn {
    width: 60px;
    height: 60px;
  }

  .nav__cart-stick {
    min-width: 26px;
    height: 26px;
    font-size: 15px;
    line-height: 27px;
  }

  .nav__social-link a:not(:last-child) {
    margin-right: 16px;
  }

  .lang-item:not(:last-child) {
    margin-right: 10px;
  }

  .lang-item.current-lang {
    display: none;
  }

  .nav__cart {
    margin-left: 26px;
  }

  .nav__contact-wrap {
    height: 100%;
  }

  .nav__social-link {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .our-products__info {
    padding: 3.2% 4%;
  }

  .results__item {
    padding: 20px 28px 0 28px;
    padding: 2% 2.9% 0 2.9%;
  }

  .results {
    padding: 28px 0 36px 0;
  }

  .results__item ul > li,
  .results p {
    font-size: 18px;
  }

  .results {
    min-height: auto;
  }

  .product__picture {
    height: 223px;
  }

  .product__info {
    padding: 20px 3% 15px 3%;
  }

  .product-section .product__item {
    margin: 10px 1% 65px 1%;
    width: 23%;
  }

  .product__btn,
  .product__more-link {
    margin-top: 16px;
  }

  .product__btn {
    min-height: 39px;
    min-width: 120px;
  }

  .product__btn_duet {
    min-height: 39px;
    min-width: 84px;
    line-height: 35px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .big_title .product__item {
    min-height: 435px;
  }

  .useful__picture {
    height: 206px;
  }

  .useful__post-title {
    font-size: 17px;
  }

  .useful__post {
    padding: 30px 1.74%;
    min-height: 385px;
  }

  .page-content__right p {
    font-size: 17px;
  }

  .page-content__left {
    margin-right: 60px;
  }

  .page-content__pic {
    margin-bottom: 40px;
  }

  .single-gallery-section {
    padding: 50px 0;
  }

  .info-column-section {
    padding: 50px 0;
  }

  .video-gallery-section {
    padding: 50px 0;
  }

  .single-slider {
    height: 452px;
  }

  .single-gallery .swiper-pagination {
    bottom: 19px;
  }

  .info-column__text p {
    font-size: 17px;
  }

  .sevices-price__btn {
    min-height: 49px;
    padding-left: 17px;
    min-width: 155px;
    font-size: 16px;
  }

  .sevices-price__value {
    font-size: 33px;
  }

  .sevices-price__item {
    min-height: 286px;
  }

  .page-content__docs-item {
    max-width: 128px;
  }
}

/* ---------- 993 - 1366px ------------ */
@media screen and (min-width: 993px) and (max-width: 1366px) {
}

/* ---------- 768 - 992px ------------ */
@media screen and (max-width: 991.98px) {
  .container {
    width: 720px;
  }

  .entry-content img.alignright {
    float: none !important;
    margin: 0 auto !important;
  }

  .our-products__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-products__img {
    width: 99%;
    height: 200px;
    -webkit-box-shadow: -2px 10px 13px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 10px 13px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 19px;
  }

  .our-products__info {
    width: 100%;
  }

  .our-products__item:nth-child(even) .our-products__img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .our-products__item:not(:last-child) {
    margin-bottom: 82px;
  }

  .results {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .results__title {
    margin-bottom: 12px;
  }

  .results__item:not(:last-child):after {
    width: 29%;
    height: 1px;
    top: auto;
    right: auto;
    left: 6%;
    bottom: 0;
  }

  .results__item {
    padding: 4% 3% 4% 6%;
  }

  .results__item:last-child {
    padding-bottom: 0;
  }

  .results__item ul > li:last-child {
    margin-bottom: 0;
  }

  .results__item:first-child {
    padding-top: 0;
  }

  .single-slider {
    height: 330px;
  }

  .our-products-section {
    padding: 85px 0;
  }

  .single-gallery__item p {
    margin-top: 42px;
  }

  .results__item ul > li {
    margin-bottom: 18px;
  }

  .product-section .product__item,
  .useful__post {
    margin: 20px 1%;
    max-width: 31%;
    min-width: 221px;
    width: 100%;
  }

  .useful__post {
    min-height: auto;
    padding: 20px 1.74%;
    margin: 0 0 15px 0;
  }

  .product-section {
    padding: 100px 0 70px 0;
  }

  .useful__sub-title {
    margin-bottom: 30px;
  }

  h2 {
    line-height: 1.3;
  }

  .page-content__left {
    margin-right: 35px;
  }

  .page-content__left {
    margin-right: 20px;
  }

  .cart-item__btn {
    width: 23px;
    height: 23px;
    margin: 0 4px;
  }

  .cart-item__remove-wrap {
    width: 34px;
  }

  .results__item:first-child {
    padding-left: 6%;
  }

  .contact-p__info, .contact-p__map {
    width: 50%;
  }

  .contact-p__info {
    padding: 25px 20px;
  }

  .page-id-1125 .page-content-section:after, .page-id-1417 .page-content-section:after {
    width: 47%;
    max-height: 630px;
    right: -31%;
    top: 753px;
  }
}

/* ---------- 576 - 768px ------------ */
@media screen and (max-width: 767.98px) {
  .container {
    width: 540px;
  }

  .nav {
    padding: 0 30px;
  }

  .product__info {
    padding: 20px 5% 15px 5%;
  }

  .product-section .product__item,
  .useful__post {
    margin: 20px 2%;
    min-width: 246px;
  }

  .product__item {
    padding-top: 9px;
  }

  .product__picture {
    height: 214px;
  }

  .product-page__pic-wrap {
    width: 60%;
    margin: 0 auto;
  }

  .product-page__pic-wrap.product-page__pic-wrap_gall {
    padding-bottom: 52.5%;
  }

  .product-page__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sevices-price__item.sevices-price__item_main:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) !important;
  }

  .product-page__info.content {
    margin-top: 40px;
  }

  .post-content__picture {
    float: none;
    width: 100%;
    margin: 0 0 33px 0;
  }

  .post-content-section {
    padding: 60px 0 60px 0;
  }

  .post-content__title {
    font-size: 36px;
  }

  .p-descript__tab .tab-btn {
    margin: 0;
  }

  .modal-content {
    padding: 30px 20px;
  }

  .modal-close {
    top: 0;
    right: 0;
  }

  .modal-close svg rect {
    fill: #000;
  }

  .cart-item__actions-wrap {
    width: 100%;
    max-width: 50%;
  }

  .cart-item__btn--remove {
    margin: 0;
    width: 31px;
    height: 31px;
  }

  .advantages__info {
    gap: 30px;
  }

  .questions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .questions > div {
    width: 48%;
  }

  .questions div.questions__h-contact {
    padding-left: 0;
    margin-top: 50px;
    width: 100%;
    text-align: center;
  }

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

  .page-content__left {
    margin-right: 0;
    float: none;
    width: 100%;
  }

  .product__btn_duet {
    min-width: 122px;
  }

  span.modal-close {
    background-color: rgb(255 255 255 / 37%);
    border-radius: 50%;
    width: 52px;
    height: 52px;
  }

  body.popup-open,
  body.popup-open .navigation-wrap {
    padding-right: 0;
  }

  .sevices-price__item {
    -webkit-box-shadow: 0px 2px 10px rgb(0, 0, 0, 20%);
    box-shadow: 0px 2px 10px rgb(0, 0, 0, 20%);
  }
	
	.section_form {
		padding: 50px 0;
	}
	
	.product-section_in-slide {
		padding: 50px 0;
	}
	
	.product-page-section {
		min-height: auto;
	}

  .contact-p__section {
    flex-direction: column;
  }

  .contact-p__map {
    width: 100%;
    height: 300px;
    min-height: auto;
  }

  .contact-p__info {
    width: 100%;
  }

  .easy-navigation {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .easy-navigation li {
    min-width: 35%;
    margin-bottom: 10px;
  }

  .easy-navigation li a {
    border-radius: 11px;
    padding: 8px 15px;
    justify-content: start;
  }

  .easy-navigation li a img {
    width: 30px;
    height: 30px;
  }
}

/* ---------- 414 - 576px ------------ */
@media screen and (max-width: 575.98px) {
  .container {
    width: 92%;
  }

  .product-section .container {
    width: 97%;
  }

  .burger-btn {
    margin-left: 6%;
  }

  .your-questions-section {
    padding: 20px 0;
  }

  .section-title {
    font-size: 31px;
  }

  .offer__title {
    font-size: 31px;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 41%);
  }

  h3.cart-item__title {
    font-size: 16px;
    max-height: 70px;
    overflow: hidden;
  }

  .nav {
    padding: 0 4%;
  }

  .cart-item__content {
    max-width: 100%;
  }

  .cart-item__actions-wrap {
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
  }

  .cart-item__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 35px;
  }

  .cart-item__content {
    margin-bottom: 8px;
  }

  .cart-item__remove-wrap {
    position: absolute;
    top: 11px;
    right: 0;
  }

  .cart-item__actions {
    margin-right: 20px;
  }

  .cart-item {
    position: relative;
  }

  .product-section .product__item,
  .useful__post {
    min-width: auto;
    max-width: 100%;
    width: 46%;
  }

  .product__picture {
    height: 185px;
  }

  .useful__title {
    font-size: 31px;
    text-align: center;
  }

  .post-content__title,
  .page-content__title {
    font-size: 31px;
    line-height: 1.1em;
  }

  .post-content-section {
    padding: 40px 0;
  }

  .edit-link {
    display: none;
  }

  .post-content__picture {
    padding: 0 0 46.06%;
  }

  .swiper-button-prev {
    left: -11px;
  }

  .swiper-button-next {
    right: -11px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    top: 39.4%;
  }

  .video-gallery__wrap {
    gap: 20px;
  }

  .single-gallery .swiper-pagination {
    bottom: 10px;
  }

  .single-slider {
    width: 100%;
  }

  .nav__cart-btn {
    width: 46px;
    height: 46px;
  }

  .cart-item__actions .cart-item__btn {
    margin: 0 6px;
  }

  .nav__cart-stick {
    min-width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 23px;
  }

  .nav__cart img {
    width: 31px;
  }

  .modal-wrap .modal-content {
    padding-bottom: 59px;
  }

  .our-products__info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-products__name {
    line-height: 1.25em;
  }

  .our-products__item:nth-child(even) .our-products__ler-more {
    margin: auto 0 0 auto;
  }

  .results__item {
    padding: 7% 3% 7% 6%;
  }

  .big_title .product__item {
    min-height: auto;
  }
	
	.product-section_in-slide .swiper {
		overflow: visible;
	}

	.product-section_in-slide {
		overflow: hidden;
	}
	
	.product-section_in-slide .product__item {
		margin: 10px 15px 40px;
	}
	
	.product-section_in-slide h2 {
		margin-bottom: 20px;
		font-size: 31px;
		text-align: center;
	}
	
	.product__btn, .product__more-link {
    margin-top: 12px;
  }
	
	.product-section_in-slide .product__item {
    margin-bottom: 20px;
  }

  .product-page__title {
    font-size: 27px;
    line-height: 1.1em;
  }

  .easy-navigation li {
    min-width: auto;
    width: 50%;
    margin-bottom: 0;
  } 

  .page-id-1125 .page-content-section:after, .page-id-1417 .page-content-section:after {
    width: 69%;
    max-height: 630px;
    right: -43%;
    top: 776px;
  }

  .product-page__pic-wrap {
    width: 80%;
    padding-bottom: 50%;
  }

  .product-page__pic-wrap.product-page__pic-wrap_gall {
    padding-bottom: 70%;
  }

  .product-page__picture .swiper-button-prev, .product-page__picture .swiper-button-next {
    display: none;
  }

  .p-descript__tab .tab-btn {
    padding: 2px 20px;
  }

}

/* ---------- 414 - 460px ------------ */
@media screen and (max-width: 460px) {
  .product-page__pic-wrap {
    width: 100%;
    padding-bottom: 66.5%;
  }

  .product-page__pic-wrap.product-page__pic-wrap_gall {
    padding-bottom: 87.5%;
  }

  .product-page-section {
      padding: 35px 0;
  }

  .prodGallery_thumb .swiper-slide {
    margin-right: 5px;
  }

  .prodGallery_thumb {
    padding-top: 10px;
  }

  .footer-social-link {
    padding: 10px 10px;
  }

  .p-descript__tab .tab-btn {
    padding: 2px 16px;
  }

}

/* ---------- 320 - 414px ------------ */
@media screen and (max-width: 413.98px) {
  .product__item,
  .useful__post {
    margin: 10px 2%;
  }

  .product__picture img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .product__picture {
    height: 170px;
  }

  .product__excerpt {
    font-size: 10px;
  }

  .product__btn,
  .product__btn_duet {
    font-size: 12px;
  }

  .product__btn_duet:not(:first-child) {
    margin-top: 11px;
  }

  .useful__post {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 20px 0;
    -webkit-box-shadow: 0px 2px 10px rgb(0, 0, 0, 20%);
    box-shadow: 0px 2px 10px rgb(0, 0, 0, 20%);
  }

  .footer-info__mail,
  .footer-info__text p {
    font-size: 18px;
  }

  .footer {
    padding: 25px 0 20px 0;
  }

  .useful__post-title {
    padding: 0 7px;
  }

  .video-gallery__wrap {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }

  .info-column-section {
    padding: 20px 0 40px 0;
  }

  .burger-btn {
    margin-left: 5%;
  }

  .form-title {
    font-size: 20px;
  }
	
	.product-section_in-slide .product__item {
		margin: 10px 10px 30px;
	}
	
	.product-section_in-slide .product-action-btn {
        margin: 0 auto;
    }
	
	.product-section_btn-slide {
    	display: none;
	}

  .easy-navigation li {
    width: 100%;
  } 

  .easy-navigation li a {
    border-radius: 6px;
    padding: 3px 20px;
  }

  .easy-navigation li {
    margin-bottom: 0;
  }

}
/* --------- WP Forms Clean Style -------- */
#patoka-forms {
  background: #b8daba;
  padding: 40px;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.4);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  /*max-width: 860px;
  width: 100%;*/
  margin: 0 auto;
}

.patoka-forms-wrp h2 {
  font-size: 32px;
}

.patoka-forms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-top: 35px;
}

.patoka-forms p:nth-child(5) {
  grid-column: 1 / 3;
}

.patoka-forms p:nth-child(6) {
  grid-column: 1 / 3;
  justify-self: end;
}
.patoka-forms p:nth-child(7) {
  grid-column: 2 / 3;
  justify-self: end;
}

.patoka-forms input,
.patoka-forms textarea,
.patoka-forms select {
  width: 100%;
  padding: 14px 16px;
  margin-top: 8px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  color: #000;
  outline: none;
  transition: all 0.25s ease;
  font-family: inherit;
}

.patoka-forms input:focus,
.patoka-forms textarea:focus,
.patoka-forms select:focus {
  border-color: #66b945;
  box-shadow: 0 0 0 1px rgba(107, 77, 252, 0.1);
}

.patoka-forms label {
  font-size: 18px;
  line-height: 0.6em;
  /*font-weight: 600;*/
  display: block;
  margin-bottom: 6px;
}

.patoka-forms textarea {
  max-height: 110px;
  resize: vertical;
}

.patoka-forms input[type="submit"] {
  font-size: 16px;
  font-weight: 600;
  min-height: 55px;
  max-width: 240px;
  padding: 14px 28px;
  border-radius: 30px;
  border: 2px solid #fff;
  background: #66b945;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}

.patoka-forms input[type="submit"]:hover {
  background: #fff;
  color: #66b945;
  border: 2px solid #66b945;
}

.patoka-forms ::placeholder {
  color: #bcbcbc;
  opacity: 1;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -18px;
  right: 0;
  font-size: 12px;
}

.wpcf7-response-output {
  width: 90% !important;
  font-size: 14px !important;
  text-align: center;
  position: relative !important;
  top: 18px;
  border: none !important;
  color: #dc3232 !important;
  margin: 0 auto !important;
}

/* Responsive */
@media (max-width: 768px) {
  .patoka-forms {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .patoka-forms p {
    grid-column: 1 / -1;
  }
  .patoka-forms p:nth-child(7) {
    margin-top: 5px;
  }
  .wpcf7-response-output {
    left: 0;
  }
}

@media (max-width: 580px) {
  #patoka-forms, .p-descript__tab-wrap {
    padding: 25px 20px;
  }

  .wpcf7-response-output {
    width: 100%;
    top: 8px;
  }
}
