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

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'KyivType Titling Bold3';
  src: url('../fonts/KyivTypeTitling-Bold3.woff2') format('woff2'),
    url('../fonts/KyivTypeTitling-Bold3.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KyivType Titling';
  src: url('../fonts/KyivTypeTitling-Bold.woff2') format('woff2'),
    url('../fonts/KyivTypeTitling-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KyivType Titling Light3';
  src: url('../fonts/KyivTypeTitling-Light3.woff2') format('woff2'),
    url('../fonts/KyivTypeTitling-Light3.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KyivType Titling';
  src: url('../fonts/KyivTypeTitling-Medium.woff2') format('woff2'),
    url('../fonts/KyivTypeTitling-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KyivType Titling2';
  src: url('../fonts/KyivTypeTitling-Regular2.woff2') format('woff2'),
    url('../fonts/KyivTypeTitling-Regular2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KyivType Titling Medium2';
  src: url('../fonts/KyivTypeTitling-Medium2.woff2') format('woff2'),
    url('../fonts/KyivTypeTitling-Medium2.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: star;
  src: url(../fonts/star.eot);
  src: url(../fonts/star.eot?#iefix) format('embedded-opentype'), url(../fonts/star.woff) format('woff'), url(../fonts/star.ttf) format('truetype'), url(../fonts/star.svg#star) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: WooCommerce;
  src: url(../fonts/WooCommerce.eot);
  src: url(../fonts/WooCommerce.eot?#iefix) format('embedded-opentype'), url(../fonts/WooCommerce.woff) format('woff'), url(../fonts/WooCommerce.ttf) format('truetype'), url(../fonts/WooCommerce.svg#star) format('svg');
  font-weight: 400;
  font-style: normal
}


* {
  box-sizing: border-box;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

select {
  outline: none;
}

table,
tbody,
tfoot,
thead,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat';
  background-color: #FFFFFB;
  font-size: 1.25vw;
  line-height: 1.75vw;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container {
  padding: 0 5.97vw;
}

.header_pc_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25vw;
}

.logo_header {
  line-height: 0;
}

.logo_header img {
  width: 11.94vw;
}

.main_menu {
  margin: 0 2vw;
}

.header_pc_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.52vw;
  line-height: 1.875vw;
  font-weight: 500;
  text-transform: uppercase;
  color: #414123;
  white-space: nowrap;
}

.main_menu ul {
  display: flex;
  gap: 2.08vw;
}

.header_pc_box ul a {
  transition: 0.2s;
}

.header_pc_box ul a:hover {
  color: #D8DF89;
  transition: 0.2s;
}

.main_menu_right {
  display: flex;
  align-items: center;
  gap: 1.6vw;
}

.lang_switcher {
  display: flex;
  align-items: center;
  gap: 0.34vw;
  position: relative;
  cursor: pointer;
}

.lang_switcher>img {
  width: 1.25vw;
}

.sub_menu_lang {
  position: absolute;
  top: 100%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.lang_switcher:hover .sub_menu_lang {
  height: 2.5vw;
  transition: 0.3s;
}

.search_box {
  position: relative;
}

.dgwt-wcas-search-wrapp {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 1vw;
  max-width: 100%;
  min-width: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.dgwt-wcas-search-wrapp.active {
  min-width: 35vw;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.search_icon {
  line-height: 0;
  cursor: pointer;
}

.search_icon img {
  width: 1.5625vw;
}

.whishlist_link {
  line-height: 0;
}

.whishlist_link img {
  width: 1.66vw;
}

.xoo-wsc-sc-count,
.xoo-wsc-sc-subt {
  display: none;
}

.xoo-wsc-sc-bki {
  display: block;
  line-height: 0;
  cursor: pointer;
}

.xoo-wsc-sc-bki img {
  width: 1.74vw;
}

body.xoo-wsc-cart-active {
  overflow: hidden;
}

.xoo-wsc-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  visibility: hidden;
}

.xoo-wsc-modal.xoo-wsc-cart-active {
  visibility: visible;
}

.xoo-wsc-container {
  max-width: 52vw;
  width: 100%;
  background-color: #FFFFFB;
  padding: 4.16vw;
  max-height: 95%;
  overflow-y: auto;
  position: relative;
  top: 20vw;
  transform: scale(0);
  opacity: 0;
  transition: 0.2s;
}

.xoo-wsc-cart-active .xoo-wsc-container {
  top: 0;
  transform: scale(1);
  opacity: 1;
  transition: 0.2s;
}

.xoo-wsch-top {
  display: flex;
  flex-direction: column-reverse;
  gap: 2.77vw;
}

.xoo-wsch-text {
  font-family: 'KyivType Titling';
  font-weight: 500;
  font-size: 4.09vw;
  line-height: 4.1vw;
  text-align: center;
}

span.xoo-wsch-close {
  width: 3.8vw;
  height: 3.8vw;
  background-image: url(..//img/cart_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
  cursor: pointer;
}

.xoo-wsc-icon-cross:before {
  content: '';
}

.xoo-wsc-img-col {
  width: auto;
  margin-right: 1.66vw;
  line-height: 0;
}

.xoo-wsc-img-col img {
  width: 9.23vw;
  height: 9.72vw;
}

.xoo-wsc-product {
  display: flex;
}

.xoo-wsc-products {
  display: flex;
  flex-direction: column;
  gap: 2.77vw;
}

.xoo-wsc-sm-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5vw;
  background-color: #D8DF89;
  padding: 0.34vw 0.2vw;
  font-size: 1.52vw;
  font-weight: 500;
  line-height: 1.875vw;
  text-transform: uppercase;
}

dl.variation {
  margin: 0;
}

dl.variation dt {
  display: none;
}

dl.variation dd {
  margin: 0;
}

dl.variation dd p {
  margin: 0.2vw 0 0 0.2vw;
  font-size: 0.9vw;
  line-height: 1;
  text-transform: none;
}

.xoo-wsc-body {
  margin-top: 2.77vw;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square {
  border: 0;
}

.xoo-wsc-sm-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.xoo-wsc-sm-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xoo-wsc-smr-ptotal {
  font-weight: 600;
}

.xoo-wsc-qty-box {
  display: flex;
}

.xoo-wsc-chng {
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #444700;
  font-size: 2.5vw;
  color: #fff;
  cursor: pointer;
}

.xoo-wsc-minus {
  padding-bottom: 0.2vw;
}

.xoo-wsc-qty {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  font-size: 2.22vw;
}

.xoo-wsc-qty::-webkit-outer-spin-button,
.xoo-wsc-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.xoo-wsc-smr-del {
  color: #444700;
  text-transform: uppercase;
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.25vw;
  padding: 0.625vw 2.08vw;
  border: 1px solid #444700;
  cursor: pointer;
  transition: 0.2s;
}

.xoo-wsc-smr-del:hover {
  background-color: #444700;
  color: #fff;
  transition: 0.2s;
}

.xoo-wsc-footer {
  margin-top: 1.73vw;
  padding-top: 1.11vw;
  border-top: 1px solid #414222;
}

.xoo-wsc-ft-amt-total {
  display: flex;
  justify-content: flex-end;
  gap: 0.4vw;
  font-size: 1.52vw;
  line-height: 1.875vw;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 3.47vw;
}

.xoo-wsc-ft-buttons-cont {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.38vw;
}

.xoo-wsc-ft-buttons-cont a {
  height: 4.65vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.94vw;
  line-height: 2.36vw;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0.7vw;
  border: 1px solid #444700;
  transition: 0.2s;
}

a.xoo-wsc-ft-btn-checkout {
  background-color: #444700;
  color: #fff;
}

a.xoo-wsc-ft-btn-checkout:hover {
  color: #444700;
  background-color: transparent;
  transition: 0.2s;
}

a.xoo-wsc-ft-btn-continue {
  color: #444700;
}

a.xoo-wsc-ft-btn-continue:hover {
  background-color: #444700;
  color: #fff;
  transition: 0.2s;
}

.cart_text {
  font-size: 1.11vw;
  line-height: 1.38vw;
  text-align: center;
  margin-bottom: 1.04vw;
}

.empty_img {
  display: block;
  margin: 4.86vw auto;
  width: 27.29vw;
}

.lang_switcher>li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_screen {
  margin-top: 9.72vw;
  position: relative;
  background-color: #8A8B89;
}

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

.main_screen_content {
  padding: 2vw 0;
  min-height: 41.66vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: 'KyivType Titling';
  font-weight: 500;
  font-size: 4.09vw;
  line-height: 4.16vw;
  margin: 0 0 4.86vw 0;
  text-align: center;
}

.main_screen_content h1 {
  margin-bottom: 0;
  color: #fff;
}

.main_descr {
  margin: 1.38vw 0 2.77vw;
  font-size: 2.22vw;
  line-height: 2.7vw;
  color: #FFF;
}

.yellow_btn {
  background-color: #D8DF89;
  color: #414222;
  border-radius: 0.7vw;
  padding: 0.8vw 6.94vw 0.66vw;
  font-size: 1.94vw;
  line-height: 2.36vw;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.2s;
}

.yellow_btn:hover {
  outline: 0.14vw solid #D8DF89;
  background-color: transparent;
  color: #D8DF89;
  transition: 0.2s;
}

.mt_140 {
  margin-top: 9.72vw;
}

.adv {
  background-color: #D8DF89;
  padding: 5.41vw 0 6.87vw;
}

.adv_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}

.adv_list_item {
  width: calc(16.66666% - 1.67vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8vw;
}

.adv_text {
  text-align: center;
  font-size: 1.38vw;
  line-height: 1.66vw;
}

.adv_icon {
  width: 7.5vw;
  height: 7.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adv_icon img {
  width: 100%;
  height: 100%;
  max-width: 7.5vw;
  max-height: 7.5vw;
  object-fit: contain;
}

.prod_cat_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.38vw;
}

.prod_cat_list li {
  width: calc(25% - 1.04vw);
}

.prod_cat_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.08vw 1.38vw 2.77vw;
  color: #fff;
  height: 100%;
}

.prod_cat_list h3 {
  margin: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.66vw;
  line-height: 2.08vw;
  font-weight: 600;
}

.cat_header {
  min-height: 15.27vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.cat_descr {
  margin: 0.7vw 0;
  font-size: 1.11vw;
  line-height: 1.38vw;
  text-align: center;
}

.cat_img {
  width: 100%;
}

.cat_img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}

.prod_cat_list a:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}

.cat_btn {
  background-color: #444700;
  border-radius: 0.7vw;
  width: 100%;
  text-align: center;
  font-size: 1.18vw;
  line-height: 1.38vw;
  padding: 0.48vw 2vw;
  text-transform: uppercase;
  margin-top: 1.5vw;
  transition: 0.2s;
}

.cat_btn:hover {
  outline: 1px solid #444700;
  color: #444700;
  background-color: transparent;
  transition: 0.2s;
}

.calc h2 {
  margin-bottom: 2.77vw;
}

.calculator_descr {
  font-size: 2.22vw;
  line-height: 2.7vw;
  text-align: center;
  margin-bottom: 4.51vw;
}

.calc_box {
  display: flex;
  gap: 3.08vw;
}

.calc_img {
  width: 100%;
}

.calc_content {
  min-width: 38vw;
}

.calc_img img {
  width: 100%;
}

.calculator_name {
  font-size: 2.22vw;
  font-weight: 500;
  line-height: 3vw;
  border-bottom: 1px solid #000;
  width: fit-content;
}

.field_input {
  margin: 1vw 0;
}

.calc_content label {
  font-size: 1.66vw;
  line-height: 2.15vw;
}

.field_input {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.field_input input {
  border-bottom: 1px solid #8A8B89;
  height: 2.15vw;
  font-size: 1.38vw;
}

.field_input input::placeholder {
  color: #8A8B89;
}

.field_select select {
  height: 2.15vw;
  border: 1px solid #444700;
  color: #8A8B89;
  font-size: 1.38vw;
  padding: 0 1.38vw;
}

.field_select {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

.green_btn {
  display: block;
  background-color: #444700;
  border-radius: 0.7vw;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1.38vw;
  line-height: 1.66vw;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 0.9vw 2vw;
  cursor: pointer;
  transition: 0.2s;
}

.green_btn:hover {
  outline: 0.14vw solid #444700;
  background-color: transparent;
  color: #444700 !important;
  transition: 0.2s;
}

.calculator_btn {
  margin-top: 2vw;
}

.calc_result {
  margin-top: 2vw;
  padding: 0.9vw 1.5vw;
  background-color: #D8DF89;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 700;
  display: none;
}

.field_input input.not_valid {
  border-bottom: 0.14vw solid red;
}

.attachment-woocommerce_thumbnail {
  width: 100%;
  height: 22.15vw;
  object-fit: cover;
}

.woocommerce-loop-product__title {
  font-family: 'Montserrat';
  font-size: 0.97vw;
  line-height: 1.18vw;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
  width: 77%;
  float: left;
}

span.price {
  font-size: 0.97vw;
  line-height: 1.18vw;
  font-weight: 500;
  float: right;
}

.loop_short_descr {
  clear: both;
  font-size: 0.9vw;
  line-height: 1.11vw;
  padding: 0.7vw 0 1.4vw;
}

.loop_short_descr p {
  margin: 0;
}

li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.popular_prod_list {
  padding: 1px !important;
}

.popular_prod_list .swiper-slide {
  height: auto;
}

.woocommerce-LoopProduct-link {
  flex-grow: 1;
}

.add_to_cart_button {
  background-color: #444700;
  border: 1px solid #444700;
  color: #fff !important;
  border-radius: 0.7vw;
  font-size: 1.18vw;
  line-height: 1.45vw;
  width: 99.8%;
  text-align: center;
  padding: 0.76vw;
  text-transform: uppercase;
  transition: 0.2s;
  margin-right: 1px;
}

.add_to_cart_button:hover {
  background-color: transparent;
  color: #444700 !important;
  transition: 0.2s;
}

.added_to_cart {
  display: none;
}

.swiper_arrows {
  margin-top: 2.08vw;
  display: flex;
  justify-content: flex-end;
  gap: 3.47vw;
}

.swiper_arrows>div {
  cursor: pointer;
  line-height: 0;
}

.swiper-button-disabled {
  opacity: 0.2;
}

.swiper_arrows img {
  width: 10.9vw;
}

.custom_more_btn {
  margin-top: 0.7vw;
  border-radius: 0.7vw;
  font-size: 1.18vw;
  line-height: 1.45vw;
  width: 100%;
  text-align: center;
  padding: 0.76vw;
  text-transform: uppercase;
  border: 1px solid #444700;
  color: #444700 !important;
  transition: 0.2s;
}

.custom_more_btn:hover {
  background-color: #444700;
  color: #fff !important;
  transition: 0.2s;
}

.about_box {
  display: flex;
}

.about_box>div {
  width: 50%;
}

.about_descr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6.94vw;
  background-color: #D8DF89;
  min-height: 36.38vw;
  font-size: 1.94vw;
  line-height: 2.36vw;
}

.about_img {
  position: relative;
}

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

.about_descr h3 {
  font-family: 'KyivType Titling Bold3';
  font-size: 3.33vw;
  line-height: 4.16vw;
  margin: 0 0 2.08vw;
}

.about_descr p {
  margin: 0;
}

.partners {
  position: relative;
  background-color: #D8DF89;
  padding: 6.52vw 0;
}

.partners>img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14vw;
}

.partners_text {
  font-size: 3.33vw;
  line-height: 4.16vw;
  text-align: center;
  position: relative;
}

.partners_btn {
  margin: 2.77vw auto 0;
  display: block;
  position: relative;
  width: fit-content;
}

.blog_list {
  display: flex;
  justify-content: space-between;
  gap: 1.8vw;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog_list li {
  width: calc(33.33333% - 0.91vw);
}

.blog_list .attachment-post-thumbnail {
  width: 100%;
  height: 29.5vw;
  object-fit: cover;
}

.blog_list h3 {
  margin: 1.38vw 0 0 0;
  font-size: 1.66vw;
  font-weight: 400;
  line-height: 1.875vw;
  text-align: center;
}

.blog_btn {
  margin-top: 1.875vw;
}

.subscribe {
  background-color: #444700;
  padding: 4.51vw 0 6.52vw;
}

.subscribe img {
  width: 7.84vw;
  margin: 0 auto 2.08vw;
  display: block;
}

.subscribe_large_text {
  text-align: center;
  color: #fff;
  font-size: 2.22vw;
  line-height: 2.7vw;
  font-weight: 500;
}

.subscribe_small_text {
  text-align: center;
  color: #fff;
  font-size: 1.38vw;
  line-height: 1.66vw;
  margin: 0.9vw 0 1.8vw;
}

.subscribe .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subscribe .wpcf7-email {
  width: 62.5vw;
  height: 3.47vw;
  border-radius: 0.7vw;
  padding: 0 3vw;
}

input.wpcf7-not-valid {
  border: 2px solid red;
  box-shadow: inset 0 0 0.83vw red;
}

.submit_btn {
  position: relative;
  margin-top: 1.6vw;
}

.submit_btn input {
  background-color: #CFD47E;
  border-radius: 0.7vw;
  text-transform: uppercase;
  font-size: 1.38vw;
  line-height: 1.66vw;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 0.9vw 5vw;
  cursor: pointer;
  transition: 0.2s;
}

.submit_btn input:hover {
  outline: 1px solid #CFD47E;
  background-color: transparent;
  color: #CFD47E;
  transition: 0.2s;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1.25vw;
  height: 1.25vw;
}

.wpcf7-spinner::before {
  top: 0.2vw;
  left: 0.2vw;
  width: 0.3125vw;
  height: 0.3125vw;
  transform-origin: 0.41vw 0.41vw;
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  font-weight: 700;
  color: chartreuse;
}

.main_footer {
  position: relative;
  padding: 4.16vw 0;
  color: #fff;
}

.main_footer>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.footer_box {
  display: flex;
  justify-content: space-between;
}

.footer_box a {
  transition: 0.2s;
}

.footer_box a:hover {
  color: #CFD47E;
  transition: 0.2s;
}

.footer_col_title {
  font-family: 'KyivType Titling2';
  font-size: 2.22vw;
  line-height: 2.6vw;
  margin-bottom: 2vw;
  text-transform: uppercase;
}

.footer_col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.04vw;
  text-transform: uppercase;
  font-size: 1.38vw;
  line-height: 1.66vw;
}

.contact_label {
  font-size: 1.38vw;
  line-height: 1.66vw;
  font-weight: 500;
  text-transform: uppercase;
}

.contact_value {
  font-family: 'KyivType Titling';
  font-weight: 700;
  font-size: 1.66vw;
  line-height: 1.94vw;
}

.footer_contacts {
  max-width: 18.54vw;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}

.footer_contact {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

.footer_socials {
  width: fit-content;
  margin: 1.04vw auto 0;
}

.socials_label {
  text-transform: uppercase;
  font-size: 1.38vw;
  line-height: 1.66vw;
}

.socials_list {
  margin-top: 1.1vw;
  display: flex;
  gap: 2.08vw;
}

.socials_list a {
  line-height: 0;
}

.socials_list img {
  position: relative;
  width: 3.125vw;
  bottom: 0;
  transition: 0.2s;
}

.socials_list a:hover img {
  bottom: 0.27vw;
  transition: 0.2s;
}

.woocommerce-breadcrumb {
  font-size: 1.52vw;
  font-weight: 500;
  line-height: 1.875vw;
  margin: 4.86vw 0 9.72vw;
  font-family: 'KyivType Titling Medium2';
  color: #A4AD4B;
}

.woocommerce-breadcrumb img {
  margin: 0 1vw;
  width: 0.6vw;
}

.woocommerce-breadcrumb a {
  font-family: 'Montserrat';
  color: #000;
}

.free_shipping_top {
  background-color: #444700;
  padding: 3.47vw 5.97vw 3.47vw 42vw;
  display: flex;
  align-items: center;
  gap: 1.45vw;
}

.free_shipping_top img {
  width: 100%;
  max-width: 17vw;
}

.free_shipping_text {
  width: 100%;
}

.free_shipping_white_text {
  text-align: center;
  font-size: 3.33vw;
  line-height: 4.09vw;
  color: #fff;
  width: fit-content;
}

.free_shipping_yellow_text {
  font-size: 3.33vw;
  line-height: 4.09vw;
  text-align: right;
  margin-left: auto;
  font-weight: 500;
  color: #D8DF89;
  text-transform: uppercase;
}

.free_shipping_btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 64.16vw;
  height: 19.3vw;
  position: relative;
}

.free_shipping_btn_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.free_shipping {
  position: relative;
}

.free_shipping>img {
  position: absolute;
  top: 0;
  left: 5.97vw;
  width: 29.1vw;
  height: 100%;
  object-fit: cover;
}

.tax-product_cat .woocommerce-products-header {
  background-color: #A4AD4B;
  padding: 1.6vw 0;
  position: relative;
  min-height: 11.51vw;
  display: flex;
  align-items: center;
}

.tax-product_cat .woocommerce-products-header::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12vw;
  height: 100%;
  background-image: url(..//img/partners.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain
}

.tax-product_cat .woocommerce-products-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12vw;
  height: 100%;
  background-image: url(..//img/cat_title_right.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain
}

.tax-product_cat .woocommerce-products-header__title {
  color: #fff;
  max-width: 48.6vw;
  margin: 0 auto;
}

ul.products {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}

ul.products li.product {
  width: calc(25% - 0.76vw);
}

.prod_cat_faq_box {
  display: flex;
  gap: 3vw;
  justify-content: space-between;
}

.prod_cat_faq_img {
  width: 50%;
  line-height: 0;
  position: relative;
}

.prod_cat_faq_img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prod_cat_faq_list {
  width: 50%;
}

.prod_cat_faq_item {
  border-bottom: 1px solid #414222;
  color: #414222;
}

.prod_cat_faq_item:first-child {
  border-top: 1px solid #414222;
}

.prod_cat_question {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
  cursor: pointer;
  padding: 1.11vw 0;
  font-size: 1.18vw;
  line-height: 1.45vw;
}

.prod_cat_question_toggle {
  min-width: 0.9vw;
  height: 0.9vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.prod_cat_question_toggle span:first-child {
  width: 100%;
  height: 1px;
  background-color: #414222;
  position: absolute;
}

.prod_cat_question_toggle span:last-child {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #414222;
  transition: 0.4s;
}

.prod_cat_answer {
  padding-bottom: 1.11vw;
  display: none;
  font-size: 1vw;
  line-height: 1.3vw;
}

.prod_cat_question.active .prod_cat_question_toggle span:last-child {
  height: 0;
  transition: 0.4s;
}

.prod_cat_faq_list .green_btn {
  margin-top: 2.43vw;
}

.woocommerce-no-products-found {
  text-align: center;
  margin-top: 5vw;
  font-size: 2vw;
  font-weight: 700;
}

div.product {
  display: flex;
  justify-content: space-between;
  gap: 2.43vw;
  position: relative;
}

.product_images_list {
  height: 100%;
}

.product_images {
  width: 100%;
  max-width: 36.25vw;
  position: relative;
}

.product_image {
  height: auto !important;
  position: relative;
}

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

.product_images_pagination {
  position: absolute;
  bottom: 1.73vw !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: fit-content !important;
  z-index: 99;
}

.product_images_pagination span {
  margin: 0 0.35vw !important;
  width: 0.83vw;
  height: 0.83vw;
  background-color: #FCFFE0;
  opacity: 1 !important;
}

.product_images_pagination span.swiper-pagination-bullet-active {
  background-color: #414222;
}

.product_title {
  font-family: 'Montserrat';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.52vw;
  line-height: 1.875vw;
  text-align: left;
  background-color: #D8DF89;
  padding: 0.34vw;
  margin-bottom: 0;
}

.summary .price {
  position: absolute;
  top: 0.34vw;
  right: 0.34vw;
  margin: 0;
  font-size: 1.52vw;
  line-height: 1.875vw;
  font-weight: 600;
}

.product_descr {
  margin-top: 1.25vw;
}

.summary .prod_cat_faq_list {
  width: 100%;
  margin-top: 3.47vw;
}

.summary .quantity input::-webkit-outer-spin-button,
.summary .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity {
  display: flex;
  gap: 0.76vw;
}

.quantity>button {
  width: 3.61vw;
  height: 3.61vw;
  border: 1px solid #444700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.quantity>button>span {
  position: absolute;
}

.quantity .minus span {
  width: 1.3vw;
  height: 0.14vw;
  background-color: #414222;
}

.quantity .plus span:first-child {
  width: 1.3vw;
  height: 0.14vw;
  background-color: #fff;
}

.quantity .plus span:last-child {
  width: 0.14vw;
  height: 1.3vw;
  background-color: #fff;
}

.quantity .minus {
  background-color: transparent;
}

.quantity .plus {
  background-color: #444700;
}

.qty {
  text-align: center;
  border: 1px solid #444700;
  color: #414222;
  font-size: 2.22vw;
  font-weight: 300;
  width: 8.19vw;
}

.add_to_cart_box {
  width: 31.11vw;
  margin-top: 5.55vw;
}

.single_add_to_cart_button {
  border: 1px solid #444700;
  background-color: #444700;
  border-radius: 0.7vw;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.38vw;
  line-height: 1.66vw;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 0.9vw 2vw;
  cursor: pointer;
  margin-top: 0.55vw;
  transition: 0.2s;
}

.single_add_to_cart_button:hover {
  background-color: transparent;
  color: #444700;
  transition: 0.2s;
}

.add_to_wishlist {
  width: 3.61vw;
  height: 3.61vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #444700;
  cursor: pointer;
  margin: -3.54vw 0 0 auto;
  position: relative;
  bottom: 4.2vw;
}

.add_to_wishlist img {
  width: 2.08vw;
}

.star-rating {
  position: relative;
  line-height: 1;
  width: 8.33vw;
  height: 1.25vw;
  font-family: star;
}

.star-rating::before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 0.41vw;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.25vw;
  height: 0;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 0.41vw;
}

.star-rating span::before,
.star-rating::before {
  color: #444700;
}

.woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-top: 1vw;
}

.woocommerce-product-rating .woocommerce-LoopProduct-link {
  display: none;
}

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0;
  color: #444700;
}

.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.woocommerce p.stars.selected a.active::before {
  content: "\e020";
  color: #444700;
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
  color: #444700;
}

.woocommerce p.stars.selected a.active~a::before {
  content: "\e021";
  color: #444700;
}

#comment {
  display: block;
  border: 1px solid #414222;
  padding: 1.38vw;
  width: 31.25vw;
  height: 10.41vw;
  resize: none;
}

#comment.no_validated {
  border: 2px solid red;
}

#author,
#email {
  border: 1px solid #414222;
  height: 3vw;
  padding: 0 1.38vw;
  display: block;
  width: 31.25vw;
}

#author.no_validated,
#email.no_validated {
  border: 2px solid red;
}

.required {
  color: red;
}

#submit {
  border: 1px solid #444700;
  background-color: #444700;
  border-radius: 0.7vw;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.38vw;
  line-height: 1.66vw;
  font-weight: 500;
  width: 31.25vw;
  text-align: center;
  padding: 0.9vw 2vw;
  cursor: pointer;
  margin-top: 0.55vw;
  transition: 0.2s;
}

#submit:hover {
  background-color: transparent;
  color: #444700;
  transition: 0.2s;
}

.add_to_wishlist>img:last-child {
  display: none;
}

.add_to_wishlist.added>img:last-child {
  display: block;
}

.add_to_wishlist.added>img:first-child {
  display: none;
}

.recently_viewed_products>h2 {
  text-align: left;
  font-size: 2.5vw;
  line-height: 1.4;
}

li.product-type-variable span.price,
div.product-type-variable p.price {
  display: none;
}

.woocommerce-variation-price .price {
  position: absolute;
  top: 0.34vw;
  right: 0.34vw;
}

.reset_variations {
  display: none;
}

.variations .label {
  display: none;
}

.custom_attribute_radio {
  margin-bottom: 2vw;
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

div.product-type-variable .add_to_cart_box {
  margin-top: 2vw;
}

.custom_attribute_radio label {
  position: relative;
  padding-left: 2.08vw;
}

.custom_attribute_radio label::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #414222;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
}

.custom_attribute_radio label.active::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.26vw;
  width: 0.6vw;
  height: 0.6vw;
  border-radius: 50%;
  background-color: #414222;
}

.custom_attribute_radio input {
  display: none;
}

form.checkout {
  display: flex;
  justify-content: space-between;
  gap: 3.47vw;
}

#customer_details {
  width: 50%;
}

.checkout_right {
  width: 50%;
}

form.checkout h3 {
  font-family: 'KyivType Titling';
  font-size: 2.5vw;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 2.43vw;
}

#shipping_method,
#payment ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.38vw;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.woocommerce-billing-fields {
  margin-top: 2.43vw;
}

#shipping_method label,
#payment label {
  position: relative;
  padding-left: 2vw;
}

#shipping_method label::before,
#payment label::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #414222;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
}

#shipping_method input:checked~label::after,
#payment input:checked~label::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.26vw;
  width: 0.6vw;
  height: 0.6vw;
  border-radius: 50%;
  background-color: #414222;
}

#shipping_method input,
#payment input {
  display: none;
}

#billing_country_field {
  display: none;
}

.wcus-checkout-fields>h3 {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.38vw;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 1.38vw;
  margin: 0;
}

.form-row input {
  width: 100%;
  height: 3.75vw;
  border: 1px solid #414222;
  padding: 0 1.38vw;
}

.form-row textarea {
  width: 100%;
  height: 8vw;
  border: 1px solid #414222;
  padding: 0.5vw 1.38vw;
  resize: none;
}

.form-row label {
  font-size: 1.38vw;
  line-height: 1;
  text-transform: uppercase;
}

.wcus-checkout-fields {
  margin-top: 1.38vw;
  display: flex;
  flex-direction: column;
  gap: 1.38vw;
}

.wcus-checkout-fields>div {
  display: flex;
  flex-direction: column;
  gap: 1.38vw;
}

.wcus-checkout-fields>div>div {
  display: flex;
  flex-direction: column;
  gap: 1.38vw;
}

.zen-ui-select__value {
  border: 1px solid #414222;
  width: 100%;
  height: 3.75vw;
  padding: 0 1.38vw !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8A8B89;
}

.zen-ui-select__value::after {
  content: '';
  width: 0.9vw;
  height: 1.73vw;
  background-image: url(..//img/select.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.zen-ui-select__value>svg {
  display: none;
}

.zen-ui-select__value.disabled {
  background-color: unset;
  color: #8A8B89;
}

.col-2 {
  margin-top: 2.43vw;
}

.woocommerce-checkout-review-order-table {
  border: 1px solid #414222;
  padding: 2.08vw;
  display: block;
}

.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table thead tr,
.woocommerce-checkout-review-order-table thead tr th {
  width: 100%;
  display: block;
}

.woocommerce-checkout-review-order-table tbody {
  display: flex;
  flex-direction: column;
  gap: 2.36vw;
}

.cart_item {
  display: flex;
  gap: 1.38vw;
}

.product_item {
  display: flex;
  gap: 3vw;
  font-size: 1.38vw;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #D8DF89;
  padding: 0.34vw 0.2vw;
  height: 100%;
}

.product_img {
  line-height: 0;
}

.product_img img {
  min-width: 7.91vw;
  max-width: 7.91vw;
  height: 8.4vw;
  object-fit: cover;
}

.woocommerce-checkout-review-order-table tfoot {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.38vw;
  padding-top: 0.7vw;
  border-top: 1px solid #414222;
}

.order-total {
  font-size: 1.52vw;
  line-height: 1;
  text-transform: uppercase;
}

.order-total th {
  padding-right: 0.4vw;
}

#payment {
  margin-top: 2.43vw;
}

.woocommerce-privacy-policy-text {
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: #8A8B89;
  margin-top: 2vw;
}

.woocommerce-privacy-policy-text a {
  text-decoration: underline;
}

#place_order {
  background-color: #444700;
  border: 1px solid #444700;
  border-radius: 0.7vw;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.38vw;
  line-height: 1.66vw;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 0.9vw 2vw;
  cursor: pointer;
  transition: 0.2s;
}

#place_order:hover {
  background-color: transparent;
  color: #444700;
  transition: 0.2s;
}

.woocommerce-NoticeGroup-checkout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.woocommerce-NoticeGroup-checkout ul {
  list-style: none;
  margin: 0;
  padding: 3vw;
  border-radius: 1vw;
  background-color: #fff;
  position: relative;
}

.woocommerce-NoticeGroup-checkout ul::before {
  content: '';
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 1vw;
  height: 1vw;
  background-image: url(..//img/close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.checkout-inline-error-message {
  display: none;
}

.woocommerce-invalid-required-field input {
  border-color: red;
  box-shadow: inset 0 0 0.5vw red;
}

.thankyou {
  position: relative;
  padding: 7vw 0;
}

.thankyou h1 {
  color: #fff;
  margin-bottom: 0;
}

.thankyou>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.thankyou_descr {
  text-align: center;
  color: #fff;
  margin: 2vw 0;
}

.thankyou_btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.thankyou_instagram_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}

.thankyou_instagram_item {
  width: calc(25% - 0.76vw);
}

.woocommerce_product_rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.7vw;
}

.reviews_count::before {
  content: '';
  display: block;
  width: 1vw;
  height: 1vw;
  background-image: url(..//img/reviews.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.reviews_count {
  display: flex;
  align-items: center;
  gap: 0.3vw;
  font-size: 0.8vw;
  line-height: 1;
  color: #444700;
}

div.product .woocommerce_product_rating {
  width: fit-content;
  gap: 4vw;
}

ol.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

li.review {
  border: 1px solid #444700;
  padding: 2vw;
  border-radius: 0.7vw;
}

.comment-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  position: relative;
  padding-bottom: 2.43vw;
}

.comment-text p {
  margin: 0;
}

.woocommerce-review__author {
  font-size: 1.38vw;
}

.description {
  font-size: 1.11vw;
  line-height: 1.2;
}

.comment-text .star-rating {
  position: absolute;
  top: 0.25vw;
  right: 0;
}

.woocommerce-review__published-date {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
  line-height: 1;
  color: #8A8B89;
}

.woocommerce-review__dash {
  display: none;
}

.show_more {
  width: fit-content;
  margin: 2vw auto 0;
}

.dgwt-wcas-sp {
  display: flex;
}

.about_main_screen_img_box {
  display: flex;
  gap: 0.7vw;
}

.about_main_screen_img_box>img {
  width: 50%;
  height: 38.19vw;
  object-fit: cover;
}

.about_main_screen_text {
  background-color: #D8DF89;
  padding: 4.16vw 0;
  font-size: 1.66vw;
  line-height: 2.77vw;
}

.about_mission_text {
  position: relative;
  background-color: #D8DF89;
  padding: 2vw 0;
  font-size: 1.66vw;
  line-height: 2.77vw;
}

.about_mission_text>img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10vw;
}

.about_adv {
  margin-top: 6.52vw;
  display: flex;
  gap: 2.08vw;
  padding-left: 5.97vw;
}

.about_adv_content {
  min-width: 62.5vw;
  max-width: 62.5vw;
}

.about_adv>h2 {
  margin-bottom: 0;
  font-size: 2.77vw;
  line-height: 1;
  color: #414222;
  display: flex;
  align-items: center;
  border: 1px solid #414222;
  padding: 3.5vw;
}

.about_adv_content {
  background-color: #444700;
  padding: 2.08vw 7.57vw 2.08vw 5.97vw;
}

.about_adv_images {
  display: flex;
  justify-content: flex-end;
  gap: 2.08vw;
}

.about_adv_images img {
  width: 6.8vw;
  height: 6.8vw;
  object-fit: cover;
}

.about_adv_text {
  color: #fff;
  font-size: 1.38vw;
  line-height: 1.73vw;
  font-weight: 200;
}

.about_adv_text strong {
  font-weight: 500;
}

.about_adv_text p:last-child {
  margin-bottom: 0;
}

.about_team_descr {
  background-color: #D8DF89;
  padding: 2.77vw 8.125vw;
  font-size: 1.66vw;
  line-height: 2.77vw;
}

.about_team_descr p {
  margin: 0;
}

.about_team_list {
  margin-top: 6.94vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2.43vw;
}

.about_team_item {
  width: calc(33.33333% - 1.63vw);
}

.about_team_item:first-child {
  width: 100%;
  display: flex;
  gap: 4.16vw;
}

.about_team_item:first-child .about_team_item_content {
  font-size: 1.66vw;
  line-height: 2.43vw;
  font-weight: 300;
}

.about_team_item:first-child .about_team_item_img {
  position: relative;
  min-width: 27.7vw;
}

.about_team_item:first-child .about_team_item_img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_team_item:first-child h3 {
  margin: 0 0 1.38vw;
  font-size: 3.33vw;
  line-height: 1;
  font-weight: 500;
}

.about_team_item:first-child em {
  font-size: 2.22vw;
  line-height: 1.2;
  font-weight: 500;
}

.about_team_item_img {
  line-height: 0;
}

.about_team_item_img>img {
  width: 100%;
  height: 31.52vw;
  object-fit: cover;
}

.about_team_item_content h3 {
  margin: 2.08vw 0;
  font-size: 2.22vw;
  line-height: 1;
  font-weight: 500;
}

.about_team_item_content em {
  font-size: 1.66vw;
  line-height: 1;
  font-weight: 500;
}

.about_team_item_content {
  font-size: 1.38vw;
  line-height: 1.73vw;
  font-weight: 300;
}

.about_history_descr {
  position: relative;
  padding: 7.63vw 0;
  color: #fff;
  font-size: 3.33vw;
  line-height: 1;
  text-align: center;
  font-style: italic;
  font-weight: 700;
}

.about_history_descr>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.about_history_box {
  margin-top: 4.86vw;
  display: flex;
  gap: 6.94vw;
}

.about_history_img {
  position: relative;
  min-width: 31.94vw;
}

.about_history_img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_history_text {
  font-size: 1.94vw;
  line-height: 2.77vw;
  font-weight: 300;
}

.about_principles_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.47vw;
}

.about_principles_item {
  width: calc(33.33333% - 2.32vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about_principles_item>img {
  width: 20vw;
  height: 20vw;
  object-fit: cover;
}

.about_principles_item h3 {
  margin: 2.43vw 0 0.83vw;
  font-size: 1.66vw;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
}

.about_team_item_descr {
  font-size: 1.38vw;
  line-height: 2.08vw;
}

.archive_descr {
  font-size: 1.66vw;
  line-height: 2.08vw;
}

.post_list {
  list-style: none;
  padding: 0;
  margin: 3.88vw 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}

.post_list li {
  width: calc(25% - 1.55vw);
}

.post_list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post_thumbnail {
  line-height: 0;
}

.post_thumbnail img {
  width: 100%;
  height: 18.4vw;
  object-fit: cover;
}

.post_list h3 {
  font-size: 1.11vw;
  line-height: 1.38vw;
  font-weight: 400;
  margin: 1.38vw 0;
  flex-grow: 1;
}

.faq_list .prod_cat_question {
  font-size: 1.73vw;
  line-height: 2.08vw;
}

.faq_list .prod_cat_answer {
  font-size: 1.38vw;
  line-height: 1.66vw;
  background-color: #D8DF89;
  padding: 0.625vw 0;
}

.faq_list .prod_cat_answer p:first-child {
  margin-top: 0;
}

.faq_list .prod_cat_answer p:last-child {
  margin-bottom: 0;
}

.faq_list {
  padding: 0 5.97vw;
}

.faq {
  position: relative;
}

.faq_decor_1 {
  position: absolute;
  top: -4vw;
  left: 0;
  width: 10vw;
  z-index: -1;
}

.faq_decor_2 {
  position: absolute;
  bottom: -5vw;
  right: 0;
  width: 10vw;
  transform: rotate(180deg);
  z-index: -1;
}

.faq_decor_3 {
  position: absolute;
  top: 40%;
  left: 0;
  width: 9.83vw;
  z-index: -1;
}

.faq_decor_4 {
  position: absolute;
  top: 20%;
  right: 0;
  width: 9.83vw;
  transform: rotate(180deg);
  z-index: -1;
}

.fields_box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.38vw;
}

.fields_item_half {
  width: calc(50% - 0.7vw);
}

.fields_item_full {
  width: 100%;
}

.fields_box input {
  border: 1px solid #444700;
  width: 100%;
  height: 4.65vw;
  padding: 0 2.5vw;
}

.fields_box textarea {
  border: 1px solid #444700;
  width: 100%;
  height: 17.36vw;
  padding: 1.5vw 2.5vw;
  resize: none;
}

.fields_box input::placeholder,
.fields_box textarea::placeholder {
  color: #414222;
}

.contacts .wpcf7-form {
  padding: 0 9.375vw;
  margin-top: 3.47vw;
}

.contacts .submit_btn input {
  border: 1px solid #444700;
  background-color: #444700;
  color: #fff;
}

.contacts .submit_btn input:hover {
  background-color: transparent;
  color: #444700;
}

.contacts {
  position: relative;
}

.contacts_decor_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10vw;
  z-index: -1;
}

.contacts_decor_2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 10vw;
  z-index: -1;
  transform: rotate(180deg);
}

.the_content h2 {
  margin-top: 4.86vw;
}

.partnership_adv_list {
  display: flex;
  flex-wrap: wrap;
  background-color: #D8DF89;
  border-top: 1px solid #414222;
  border-left: 1px solid #414222;
}

.partnership_adv_item {
  width: 33.33333%;
  padding: 4.16vw 2.39vw;
  border-right: 1px solid #414222;
  border-bottom: 1px solid #414222;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.38vw;
}

.partnership_adv_item h3 {
  margin: 0;
  font-size: 1.66vw;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.partnership_offer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6.94vw;
}

.partnership_offer_item {
  width: calc(33.33333% - 4.63vw);
  border: 1px solid #444700;
  padding: 2.08vw;
  display: flex;
  flex-direction: column;
  gap: 1.38vw;
}

.partnership_offer_item img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
}

.partnership_offer_descr {
  text-align: center;
  font-size: 1.38vw;
  line-height: 1.73vw;
}

.partnership_start_label {
  font-family: 'KyivType Titling Medium2';
  font-weight: 500;
  font-size: 2.5vw;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.partnership_start_contacts {
  margin-top: 2.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #444700;
  padding: 1.38vw 0;
  color: #fff;
  font-size: 1.66vw;
  line-height: 2.08vw;
}

.partnership_start_descr {
  margin: 11.11vw 0 2.77vw;
  font-size: 1.66vw;
  line-height: 2.08vw;
  text-align: center;
}

.partnership_start .contacts_decor_2 {
  top: 23vw;
}

.header_mob {
  display: none;
}

.menu_mob_popup {
  display: none;
}

.no_scroll {
  overflow: hidden;
}

/* ============================================= adaptive =============================================== */

@media(max-width:768px) {
  body {
    font-size: 3.59vw;
    line-height: 5.12vw;
  }

  .container {
    padding: 0 5.12vw;
  }

  .header_pc {
    display: none;
  }

  .header_mob {
    display: block;
    padding-top: 9.74vw;
  }

  .burger {
    line-height: 0;
  }

  .burger img {
    width: 10vw;
  }

  .header_mob_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo_header img {
    width: 30vw;
  }

  .main_screen {
    margin-top: 15.38vw;
  }

  .main_screen_content {
    min-height: calc(100vh - 45.63vw - 50px);
    padding: 15.38vw 0;
    justify-content: flex-end;
  }

  h1,
  h2 {
    font-size: 9.23vw;
    line-height: 10.25vw;
    margin-bottom: 12.82vw;
  }

  .main_descr {
    margin: 3.33vw 0 8.2vw;
    font-size: 5.12vw;
    line-height: 5.12vw;
  }

  .main_descr br {
    display: none;
  }

  .yellow_btn {
    border-radius: 2.56vw;
    padding: 3.07vw 6.94vw 2.3vw;
    font-size: 7.18vw;
    line-height: 8.71vw;
    width: 100%;
    text-align: center;
  }

  .mt_140 {
    margin-top: 20.51vw;
  }

  .adv {
    margin-top: 0;
    padding: 15.38vw 0;
  }

  .adv_list_item {
    width: 100%;
    gap: 3.84vw;
  }

  .adv_icon {
    width: 30vw;
    height: 30vw;
  }

  .adv_icon img {
    max-width: 30vw;
    max-height: 30vw;
  }

  .adv_text {
    font-size: 4.1vw;
    line-height: 5.12vw;
  }

  .adv_list {
    gap: 10.25vw;
  }

  .prod_cat_list {
    gap: 3.84vw;
  }

  .prod_cat_list li {
    width: 100%;
  }

  .prod_cat_list h3 {
    font-size: 6.15vw;
    line-height: 7.69vw;
    min-height: 0;
  }

  .cat_descr {
    font-size: 4.1vw;
    line-height: 5.12vw;
    margin: 5.12vw 0 15.38vw;
  }

  .prod_cat_list a {
    padding: 10.25vw 5.12vw;
  }

  .cat_btn {
    margin-top: 10.25vw;
    border-radius: 2.56vw;
    font-size: 4.35vw;
    line-height: 5.12vw;
    padding: 1.79vw 18vw;
  }

  .calc h2 {
    margin-bottom: 7.69vw;
  }

  .calculator_descr {
    font-size: 4.87vw;
    line-height: 5.89vw;
    margin-bottom: 5.12vw;
  }

  .calculator_descr br {
    display: none;
  }

  .calc_box {
    flex-direction: column;
    gap: 4.1vw;
  }

  .calculator_name {
    font-size: 7.43vw;
    line-height: 11vw;
  }

  .field_input {
    margin: 5.12vw 0;
    gap: 5.12vw;
  }

  .calc_content label {
    font-size: 5.12vw;
    line-height: 1.2;
    white-space: nowrap;
  }

  .field_input input {
    height: 6.41vw;
    font-size: 3.58vw;
    width: 100%;
  }

  .field_select select {
    height: 6.41vw;
    font-size: 3.58vw;
    padding: 0 2.56vw;
    margin-top: 2vw;
  }

  .green_btn {
    padding: 3.84vw;
    width: 100%;
    text-align: center;
    font-size: 5.12vw;
    line-height: 6.15vw;
    border-radius: 2.56vw;
  }

  .calculator_btn {
    margin-top: 7.69vw;
  }

  .attachment-woocommerce_thumbnail {
    height: 78.97vw;
  }

  .woocommerce-loop-product__title {
    font-size: 3.58vw;
    line-height: 4.35vw;
    margin-top: 2vw;
  }

  span.price {
    font-size: 3.58vw;
    line-height: 4.35vw;
    margin-top: 2vw;
  }

  .woocommerce_product_rating {
    margin-top: 2.56vw;
  }

  .star-rating {
    width: 20vw;
  }

  .star-rating span {
    padding-top: 3.5vw;
  }

  .star-rating {
    height: 3.5vw;
  }

  .calc_result {
    margin-top: 6vw;
    padding: 3vw 4.5vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .reviews_count {
    gap: 0.9vw;
    font-size: 3vw;
  }

  .reviews_count::before {
    width: 3.5vw;
    height: 3.5vw;
  }

  .loop_short_descr {
    font-size: 3.33vw;
    line-height: 4.1vw;
    padding: 2.56vw 0 3.58vw;
  }

  .add_to_cart_button {
    font-size: 4.35vw;
    line-height: 5.38vw;
    border-radius: 2.56vw;
    padding: 3.33vw;
  }

  .custom_more_btn {
    font-size: 4.35vw;
    line-height: 5.38vw;
    border-radius: 2.56vw;
    padding: 3.33vw;
    margin-top: 3.07vw;
  }

  .swiper_arrows img {
    width: 13.58vw;
  }

  .swiper_arrows {
    margin-top: 5.12vw;
  }

  .about h2 br {
    display: none;
  }

  .about_box {
    flex-direction: column-reverse;
    padding: 0 5.12vw;
  }

  .about_box>div {
    width: 100%;
  }

  .about_img {
    line-height: 0;
  }

  .about_img img {
    position: unset;
    height: auto;
  }

  .about_descr h3 {
    font-size: 6.15vw;
    line-height: 7vw;
    margin-bottom: 3.58vw;
  }

  .about_descr {
    font-size: 4.1vw;
    line-height: 5.12vw;
    padding: 7.69vw 3.58vw;
  }

  .partners>img {
    display: none;
  }

  .partners {
    padding: 7.7vw 5.12vw;
  }

  .partners_text {
    font-size: 4.1vw;
    line-height: 5.12vw;
  }

  .partners_btn {
    margin-top: 11.28vw;
  }

  .partners_text br {
    display: none;
  }

  .blog_list li {
    width: 100%;
  }

  .blog_list {
    gap: 10.25vw;
    flex-wrap: wrap;
  }

  .blog_list .attachment-post-thumbnail {
    height: 94.35vw;
  }

  .blog_list h3 {
    margin-top: 3.84vw;
    font-size: 4.1vw;
    line-height: 5.12vw;
  }

  .blog_btn {
    margin-top: 7.69vw;
  }

  .subscribe {
    padding: 10.25vw 0 15.38vw;
  }

  .subscribe img {
    width: 23.58vw;
    margin-bottom: 9.48vw;
  }

  .subscribe_large_text {
    font-size: 5.12vw;
    line-height: 6.15vw;
  }

  .subscribe_large_text br {
    display: none;
  }

  .subscribe_small_text {
    margin: 1.28vw 0 5.12vw;
    font-size: 3.84vw;
    line-height: 4.61vw;
  }

  .subscribe .wpcf7-email {
    width: 100%;
    height: 11.53vw;
    border-radius: 2.56vw;
  }

  .submit_btn {
    margin-top: 3.84vw;
    width: 100%;
  }

  .submit_btn input {
    padding: 3vw;
    font-size: 5.12vw;
    line-height: 6.15vw;
    border-radius: 2.56vw;
  }

  .wpcf7-form-control-wrap {
    width: 100%;
  }

  .wpcf7-spinner {
    width: 4.44vw;
    height: 4.44vw;
    right: 0;
  }

  .wpcf7-spinner::before {
    top: 0.71vw;
    left: 0.71vw;
    width: 1.11vw;
    height: 1.11vw;
    transform-origin: 1.49vw 1.49vw;
  }

  .main_footer {
    padding: 13.95vw 0;
  }

  .footer_box {
    flex-wrap: wrap;
    gap: 9.3vw;
  }

  .footer_col:first-child {
    width: 100%;
    text-align: center;
  }

  .footer_col .logo_header img {
    width: 40vw;
  }

  .footer_col:nth-child(2) {
    width: calc(36% - 4.7vw);
  }

  .footer_col:nth-child(3) {
    width: calc(64% - 4.7vw);
  }

  .footer_col:nth-child(4) {
    width: 100%;
  }

  .footer_col_title {
    font-size: 5.12vw;
    line-height: 5.58vw;
    margin-bottom: 3.72vw;
  }

  .footer_col ul {
    font-size: 3.02vw;
    line-height: 3.72vw;
    gap: 2.32vw;
  }

  .footer_contacts {
    margin-left: 0;
    max-width: 100%;
    gap: 2.32vw;
  }

  .footer_contact {
    gap: 1.5vw;
  }

  .contact_label {
    font-size: 3.33vw;
    line-height: 4.1vw;
  }

  .contact_value {
    font-size: unset;
    line-height: unset;
  }

  .footer_socials {
    width: 100%;
    margin-top: 11.79vw;
  }

  .socials_label {
    font-size: 3.07vw;
    line-height: 3.48vw;
  }

  .socials_list {
    margin-top: 5.12vw;
    gap: 7.69vw;
  }

  .socials_list img {
    width: 12.05vw;
  }

  .menu_mob_popup {
    display: flex;
    flex-direction: column;
    gap: 12.82vw;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #D8DF89;
    padding: 5.12vw 5.12vw;
    z-index: 999999;
    transition: 0.3s;
  }

  .menu_mob_popup.active {
    left: 0;
    transition: 0.3s;
  }

  .menu_mob_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #414222;
    padding: 0 5.12vw 5.12vw;
    margin: 0 -5.12vw;
  }

  .whishlist_link img {
    width: 6.41vw;
  }

  .lang_switcher_mob {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-weight: 700;
  }

  .lang-item-first {
    margin-right: 2.56vw;
    padding-right: 2.56vw;
    border-right: 1px solid #414222;
  }

  .current-lang {
    color: #414222;
  }

  .menu_mob_close {
    width: 6.41vw;
    height: 6.41vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu_mob_close span {
    position: absolute;
    width: 6.41vw;
    height: 2px;
    background-color: #414222;
    transform: rotate(45deg);
  }

  .menu_mob_close span:last-child {
    transform: rotate(-45deg);
  }

  .menu_mob_body {
    flex-grow: 1;
  }

  .main_menu_mob ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7vw;
    text-transform: uppercase;
    font-size: 5.12vw;
    font-weight: 700;
  }

  .menu_mob_footer .socials_list {
    margin-top: 0;
    gap: 3vw;
  }

  .socials_list img {
    width: 7vw;
  }

  .menu_mob_footer .footer_socials {
    margin-top: 4vw;
  }

  .woocommerce-breadcrumb {
    margin: 10.25vw 0 14.1vw;
    font-size: 3.07vw;
    line-height: 3.84vw;
  }

  .woocommerce-breadcrumb img {
    margin: 0 2.82vw;
    width: 1.53vw;
  }

  .free_shipping>img {
    left: 5.12vw;
    width: 44.35vw;
  }

  .free_shipping_top {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
    padding: 2.82vw 5.12vw 2vw 52.56vw;
  }

  .free_shipping_white_text {
    font-size: unset;
    line-height: 1.2;
  }

  .free_shipping_yellow_text {
    font-size: unset;
    line-height: 1.2;
    margin-top: 2vw;
  }

  .free_shipping_top img {
    max-width: 14.35vw;
  }

  .free_shipping_btn_box .yellow_btn {
    width: fit-content;
    font-size: 3.84vw;
    line-height: 1.2;
  }

  .free_shipping_btn_box {
    width: 50.6vw;
    height: 28.71vw;
  }

  .tax-product_cat .woocommerce-products-header {
    min-height: 16.92vw;
    padding: 3.33vw 0;
  }

  .tax-product_cat .woocommerce-products-header__title {
    font-size: 5.12vw;
    line-height: 1;
    max-width: 70vw;
  }

  .woocommerce-no-products-found {
    font-size: unset;
  }

  ul.products li.product {
    width: 100%;
  }

  ul.products {
    gap: 5.12vw;
  }

  .prod_cat_faq_box {
    flex-direction: column;
    gap: 6.15vw;
  }

  .prod_cat_faq_img {
    width: 100%;
    line-height: 0;
  }

  .prod_cat_faq_img>img {
    position: unset;
  }

  .prod_cat_faq_list {
    width: 100%;
  }

  .prod_cat_question {
    font-size: 3.07vw;
    line-height: 1.2;
    padding: 2.3vw 0;
    gap: 3vw;
  }

  .prod_cat_question_toggle {
    min-width: 3.84vw;
    height: 3.84vw;
  }

  .prod_cat_answer {
    font-size: 3.07vw;
    line-height: 1.2;
  }

  .prod_cat_faq_list .green_btn {
    margin-top: 7.69vw;
  }

  .prod_cat_question_toggle span:first-child {
    height: 2px;
  }

  .prod_cat_question_toggle span:last-child {
    width: 2px;
  }

  div.product {
    flex-direction: column;
    gap: 7.69vw;
  }

  .product_images {
    max-width: 100%;
  }

  .product_image img {
    position: unset;
  }

  .product_image img {
    bottom: 3.84vw !important;
  }

  .product_images_pagination span {
    margin: 0 1.28vw !important;
    width: 3.07vw;
    height: 3.07vw;
  }

  .product_title {
    font-size: 3.58vw;
    line-height: 1.2;
    padding: 1.28vw 0;
  }

  .summary {
    position: relative;
  }

  .woocommerce-variation-price .price,
  .summary .price {
    font-size: 3.58vw;
    line-height: 1.2;
    top: 1.34vw;
  }

  div.product .woocommerce_product_rating {
    margin-top: 2.82vw;
  }

  .product_descr {
    margin-top: 2.82vw;
  }

  .summary .prod_cat_faq_list {
    margin-top: 6.92vw;
  }

  div.product-type-variable .add_to_cart_box {
    margin-top: 2.82vw;
  }

  .custom_attribute_radio {
    margin-bottom: 5.38vw;
    gap: 9.74vw;
  }

  .add_to_cart_box {
    width: 100%;
    margin-top: 8.2vw;
  }

  .custom_attribute_radio label {
    padding-left: 4.61vw;
  }

  .custom_attribute_radio label::before {
    width: 2.05vw;
    height: 2.05vw;
  }

  .custom_attribute_radio label.active::after {
    width: 1vw;
    height: 1vw;
    left: 0.68vw;
  }

  .quantity {
    gap: 2.3vw;
  }

  .quantity>button {
    width: 10.76vw;
    height: 10.76vw;
  }

  .quantity .minus span {
    width: 5.38vw;
    height: 1px;
  }

  .quantity .plus span:first-child {
    width: 5.38vw;
    height: 1px;
  }

  .quantity .plus span:last-child {
    width: 1px;
    height: 5.38vw;
  }

  .qty {
    font-size: 6.15vw;
    width: 24.87vw;
  }

  .single_add_to_cart_button {
    margin-top: 4.35vw;
    border-radius: 2.56vw;
    font-size: 4.35vw;
    line-height: 1.2;
    padding: 2.82vw;
  }

  .add_to_wishlist {
    width: 10.76vw;
    height: 10.76vw;
    margin-top: -10.76vw;
    bottom: 15.7vw;
  }

  .add_to_wishlist img {
    width: 6.41vw;
  }

  ol.commentlist {
    gap: 5.12vw;
  }

  li.review {
    border-radius: 3.58vw;
    padding: 4.61vw;
  }

  .comment-text {
    gap: 4.35vw;
    padding-bottom: 5.5vw;
  }

  .woocommerce-review__published-date {
    font-size: 2.5vw;
  }

  .woocommerce-review__author {
    font-size: 4.1vw;
  }

  .description {
    font-size: 3.07vw;
  }

  .show_more {
    margin-top: 7.69vw;
  }

  #comment {
    width: 100%;
    height: 20vw;
    padding: 5.12vw;
  }

  #author,
  #email {
    width: 100%;
    height: 8.97vw;
    padding: 0 5.12vw;
  }

  #submit {
    padding: 3vw;
    width: 100%;
    text-align: center;
    font-size: 5.12vw;
    line-height: 6.15vw;
    border-radius: 2.56vw;
    margin-top: 4vw;
  }

  .xoo-wsc-sc-bki img {
    width: 10vw;
  }

  .xoo-wsc-container {
    max-width: 95%;
    padding: 5.12vw;
  }

  .xoo-wsch-text {
    font-size: 6.15vw;
  }

  span.xoo-wsch-close {
    width: 7.17vw;
    height: 7.17vw;
  }

  .xoo-wsc-body {
    margin-top: 8.97vw;
  }

  .xoo-wsc-products {
    gap: 6.92vw;
  }

  .xoo-wsc-img-col {
    margin-right: 0;
  }

  .xoo-wsc-product {
    position: relative;
    flex-direction: column-reverse;
    gap: 2.56vw;
  }

  .xoo-wsc-sm-left {
    font-size: 3.07vw;
    line-height: 1.2;
    gap: 5.12vw;
    padding: 1.28vw 0;
  }

  dl.variation dd p {
    font-size: 2.5vw;
    margin: 1.28vw 0 0;
  }

  .xoo-wsc-img-col img {
    width: 26.15vw;
    height: 27.69vw;
  }

  .xoo-wsc-sm-right {
    position: absolute;
    right: 0;
    bottom: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 4.1vw;
  }

  .xoo-wsc-chng {
    width: 7.94vw;
    height: 7.94vw;
    font-size: 8.2vw;
  }

  .xoo-wsc-qty {
    width: 7.94vw;
    height: 7.94vw;
    font-size: 6.15vw;
  }

  .xoo-wsc-smr-del {
    font-size: 2.82vw;
    padding: 1.53vw 4.1vw;
  }

  .xoo-wsc-footer {
    margin-top: 3.84vw;
    padding-top: 2.56vw;
  }

  .xoo-wsc-ft-amt-total {
    margin-bottom: 7.69vw;
    font-size: 3.58vw;
    line-height: 1.2;
    gap: 1.28vw;
  }

  .cart_text {
    font-size: 3.07vw;
    line-height: 1;
    text-align: left;
    margin-bottom: 2.82vw;
  }

  .xoo-wsc-ft-buttons-cont a {
    font-size: 4.1vw;
    line-height: 1.2;
    border-radius: 1.79vw;
    height: 9.48vw;
  }

  .xoo-wsc-ft-buttons-cont {
    gap: 1.28vw;
  }

  form.checkout {
    flex-direction: column;
    gap: 9.74vw;
  }

  #customer_details,
  .checkout_right {
    width: 100%;
  }

  form.checkout h3 {
    font-size: 6.15vw;
    margin-bottom: 5.12vw;
  }

  #shipping_method,
  #payment ul {
    font-size: 3.84vw;
    gap: 3.84vw;
  }

  #shipping_method label::before,
  #payment label::before {
    width: 3vw;
    height: 3vw;
  }

  #shipping_method input:checked~label::after,
  #payment input:checked~label::after {
    left: 0.9vw;
    width: 1.5vw;
    height: 1.5vw;
  }

  #shipping_method label,
  #payment label {
    padding-left: 5.84vw;
  }

  .woocommerce-billing-fields {
    margin-top: 9.74vw;
  }

  .form-row label {
    font-size: 3.84vw;
  }

  .form-row {
    gap: 3.07vw;
  }

  .woocommerce-billing-fields__field-wrapper {
    gap: 3.84vw;
  }

  .form-row input,
  .zen-ui-select__value {
    height: 11.79vw;
    padding: 0 5.12vw;
  }

  .zen-ui-select__value::after {
    width: 2.82vw;
    height: 5.38vw;
  }

  .wcus-checkout-fields {
    margin-top: 3.84vw;
  }

  .wcus-checkout-fields>div,
  .wcus-checkout-fields>div>div {
    gap: 3.84vw;
  }

  .col-2 {
    margin-top: 9.74vw;
  }

  .form-row textarea {
    height: 30vw;
    padding: 5.12vw;
  }

  .woocommerce-checkout-review-order-table {
    padding: 8.97vw 5.12vw;
  }

  .woocommerce-checkout-review-order-table tbody {
    gap: 5.12vw;
  }

  .product_img {
    position: relative;
    min-width: 27.43vw;
  }

  .product_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .product_item {
    font-size: 3.58vw;
    padding: 1.28vw;
    flex-direction: column;
  }

  .cart_item {
    gap: 0;
  }

  .woocommerce-checkout-review-order-table tfoot {
    margin-top: 4.35vw;
    padding-top: 2.56vw;
  }

  .order-total {
    font-size: 4.1vw;
  }

  .order-total th {
    padding-right: 1vw;
  }

  #payment {
    margin-top: 9.74vw;
  }

  .woocommerce-privacy-policy-text {
    margin-top: 6vw;
    font-size: 2.82vw;
    line-height: 1.2;
  }

  #place_order {
    margin-top: 5.12vw;
    font-size: 4.35vw;
    line-height: 1.2;
    border-radius: 2.56vw;
    padding: 2.82vw;
  }

  .woocommerce-NoticeGroup-checkout>div {
    width: 95%;
  }

  .woocommerce-NoticeGroup-checkout ul {
    padding: 7.69vw 5.12vw;
    border-radius: 2.56vw;
  }

  .woocommerce-NoticeGroup-checkout ul::before {
    top: 3vw;
    right: 3vw;
    width: 3vw;
    height: 3vw;
  }

  .thankyou {
    padding: 33.33vw 0;
  }

  .thankyou_descr {
    margin: 5.12vw 0;
  }

  .thankyou_btn {
    font-size: 4.35vw;
  }

  .thankyou_instagram_item {
    width: 100%;
  }

  .about_main_screen_img_box {
    flex-direction: column;
    gap: 7.69vw;
  }

  .about_main_screen_img_box>img {
    width: 100%;
    height: 78.97vw;
  }

  .about_main_screen_text {
    margin-top: 10.25vw;
    padding: 10.25vw 0;
    font-size: 3.59vw;
    line-height: 1.5;
  }

  .about_mission_text {
    font-size: 3.59vw;
    line-height: 1.5;
    padding: 10.25vw 0 13.84vw;
    overflow: hidden;
  }

  .about_mission_text>img {
    left: auto;
    right: 0;
    bottom: -5vw;
    width: 20vw;
    transform: rotate(270deg);
  }

  .about_adv {
    flex-direction: column;
    gap: 14.35vw;
    padding: 0;
    margin-top: 20.51vw;
  }

  .about_adv>h2 {
    padding: 0 5.12vw;
    border: 0;
    font-size: 7.94vw;
    display: block;
    text-align: center;
  }

  .about_adv_content {
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 9.48vw;
    padding: 12.82vw 5.12vw;
  }

  .about_adv_text {
    font-size: 3.84vw;
    line-height: 1.5;
  }

  .about_adv_images {
    gap: 3.33vw;
  }

  .about_adv_images img {
    width: calc(50% - 1.7vw);
    height: 40vw;
  }

  .about_team_descr {
    padding: 10.25vw;
    margin: 0 -5.12vw;
    font-size: 3.58vw;
    line-height: 1.5;
  }

  .about_team_list {
    margin-top: 12.82vw;
  }

  .about_team_item:first-child {
    display: block;
  }

  .about_team_item {
    width: 100%;
  }

  .about_team_item:first-child .about_team_item_img>img {
    position: unset;
    height: auto;
  }

  .about_team_item_img>img {
    height: auto;
    object-fit: contain;
  }

  .about_team_item_content h3 {
    font-size: 6.15vw !important;
    margin: 7.69vw 0 0.77vw !important;
    text-align: left !important;
  }

  .about_team_item_content {
    font-size: 3.58vw !important;
    line-height: 1.4 !important;
  }

  .about_team_item_content p {
    text-align: left !important;
  }

  .about_team_item_content em {
    font-size: 4.1vw !important;
    line-height: 1.2 !important;
  }

  .about_team_item_content p br {
    display: none;
  }

  .about_history_descr {
    padding: 10.25vw 0;
    font-size: 4.61vw;
    line-height: 1.5;
  }

  .about_history_box {
    margin-top: 10.25vw;
    flex-direction: column;
    gap: 7.69vw;
  }

  .about_history_text {
    font-size: 3.58vw;
    line-height: 1.5;
  }

  .about_history_img>img {
    position: unset;
    height: auto;
    object-fit: contain;
  }

  .about_principles_list {
    gap: 7.69vw;
  }

  .about_principles_item {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .about_principles_item>img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .about_principles_item h3 {
    margin: 5.12vw 0 2.56vw;
    font-size: 5.12vw;
    line-height: 1.2;
  }

  .about_team_item_descr {
    font-size: 3.84vw;
    line-height: 1.4;
  }

  .faq_list .prod_cat_question {
    font-size: 3.07vw;
    line-height: 1.2;
  }

  .faq>img {
    display: none;
  }

  .faq_list {
    padding: 0;
  }

  .faq_list .prod_cat_answer {
    font-size: 2.82vw;
    line-height: 1.4;
    padding: 1.28vw 0;
  }

  .contacts h1 {
    margin-bottom: 7.69vw;
  }

  .contacts>img {
    display: none;
  }

  .contacts .wpcf7-form {
    padding: 0;
    margin-top: 5.12vw;
  }

  .fields_item_half {
    width: 100%;
  }

  .fields_box input {
    height: 10vw;
    padding: 0 3.84vw;
  }

  .fields_box {
    gap: 1.79vw;
  }

  .submit_btn {
    margin-top: 1.79vw;
  }

  .archive_page h1 {
    margin-bottom: 7.69vw;
  }

  .archive_descr {
    font-size: 4.87vw;
    line-height: 1.7;
    text-align: center;
  }

  .post_list {
    margin-top: 12.82vw;
    gap: 7.69vw;
  }

  .post_list li {
    width: 100%;
  }

  .post_thumbnail img {
    height: 79.48vw;
  }

  .post_list h3 {
    margin: 5.12vw 0 7.69vw;
    font-size: 4.1vw;
    line-height: 1.2;
  }

  .post_list .custom_more_btn {
    margin-top: 0;
  }

  .alignleft,
  .alignright {
    float: unset;
    margin: 3vw 0;
  }

  .recently_viewed_products>h2 {
    font-size: 6.15vw;
  }

  .page-template-partnership h1 br {
    display: none;
  }
  .partnership_adv_item{
    width: 100%;
    min-height: 67.94vw;
    justify-content: center;
    gap: 3.84vw;
    padding: 5.12vw;
  }
  .partnership_adv_item h3{
    font-size: 6.15vw;
  }
  .partnership_offer_list{
    gap: 7.69vw;
  }
  .partnership_offer_item{
    width: 100%;
    padding: 9.48vw 8.2vw;
    gap: 5.12vw;
  }
  .partnership_offer_item img{
    height: 74.1vw;
  }
  .partnership_offer_descr{
    font-size: unset;
    line-height: 1.4;
  }
  .partnership_start_label{
    font-size: 6.15vw;
  }
  .partnership_start_contacts{
    margin-top: 6.92vw;
    font-size: 5.12vw;
    line-height: 1.5;
    padding: 5.89vw 0;
  }
  .partnership_start_descr{
    margin: 9.74vw 0 6.15vw;
    font-size: 3.84vw;
    line-height: 1.4;
  }
  .partnership_start_descr br{
    display: none;
  }
}