@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-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-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

* {
  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;
}

input::placeholder,
textarea::placeholder {
  font-size: inherit;
  font-family: inherit;
  color: 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';
  font-size: .9722vw;
  line-height: 1.7;
  -webkit-tap-highlight-color: transparent;
}

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

.container {
  width: 100%;
  padding: 0 8.3333vw;
}

h1 {
  font-size: 1.3889vw;
  line-height: 1.5;
  font-family: 'Unbounded';
  margin: 0 0 .6944vw;
}

h2 {
  font-family: 'Unbounded';
  font-size: 1.25vw;
  line-height: 1.55;
  margin: 0 0 .6944vw;
}

h3 {
  font-family: 'Unbounded';
  font-size: 1.1111vw;
  line-height: 1.5;
  margin: 0 0 .6944vw;
}

h4 {
  font-family: 'Unbounded';
  font-size: .9722vw;
  line-height: 1.5;
  margin: 0 0 .6944vw;
}

h5 {
  font-family: 'Unbounded';
  font-size: .8333vw;
  line-height: 1.55;
  margin: 0 0 .6944vw;
}

h6 {
  font-family: 'Unbounded';
  font-size: .6944vw;
  line-height: 1.55;
  margin: 0 0 .6944vw;
}

.header_pc {
  background-color: #1B1B1B;
  padding-bottom: 1.3889vw;
}

.header_top {
  padding: .6944vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  line-height: 0;
}

.logo img {
  width: 10.7639vw;
}

.header_contacts_box {
  display: flex;
  gap: 1.3889vw;
}

.header_contacts_box a {
  transition: 0.2s;
}

.header_contacts_box a:hover {
  color: #FFD700;
  transition: 0.2s;
}

.header_contact {
  display: flex;
  flex-direction: column;
  gap: .3472vw;
  line-height: 1;
}

.header_contact_label {
  font-size: .6944vw;
  color: #FFD700;
}

.header_contact a {
  color: #fff;
}

.lang_switcher_box {
  position: relative;
  width: 4.1667vw;
  height: 2.7778vw;
}

.lang_switcher {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 4.1667vw;
  height: 2.7778vw;
  font-size: .8333vw;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3.4722vw;
  border: 1px solid #303030;
  background-color: #1B1B1B;
  cursor: pointer;
  overflow: hidden;
  transition: 0.2s;
  z-index: 99;
}

.lang_switcher:hover {
  height: 4.5vw;
  border-radius: 1.7361vw;
  transition: 0.2s;
}

.lang_switcher li {
  position: absolute;
  left: .9722vw;
}

.lang_switcher li:first-child {
  top: .9028vw;
  display: flex;
  align-items: center;
  gap: .3472vw;
}

.lang_switcher li:last-child {
  top: 2.7778vw;
}

.lang_switcher li:first-child::after {
  content: '';
  width: .625vw;
  height: .3472vw;
  background-image: url(..//img/lang_drop_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header_bottom {
  display: flex;
  gap: 1.3889vw;
}

.main_menu_box {
  min-width: 19.7917vw;
  position: relative;
  z-index: 99;
}

.main_menu_title {
  display: flex;
  align-items: center;
  gap: .6944vw;
  height: 2.7778vw;
  background-color: #FFD700;
  padding: 0 1.3889vw;
  border-radius: 3.4722vw;
  line-height: 1.1;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  z-index: 99999;
  transition: 0.4s;
  transition-delay: 0.4s;
}

.main_menu_title.active {
  border-radius: 1.3889vw 1.3889vw 0 0;
  transition: 0.4s;
}

.main_menu_title::before {
  content: '';
  width: 1.3889vw;
  height: 1.3889vw;
  background-image: url(..//img/menu_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main_menu_title::after {
  content: '';
  position: absolute;
  top: 1.1806vw;
  right: 1.3889vw;
  width: .625vw;
  height: .3472vw;
  background-image: url(..//img/menu_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(0);
  transition: 0.4s;
}

.main_menu_title.active::after {
  transform: rotate(-180deg);
  transition: 0.4s;
}

.menu_overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 98;
}

.menu_overlay.active {
  display: block;
}

.main_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 13.0208vw);
  background-color: #fff;
  border-radius: 0 0 1.3889vw 1.3889vw;
  box-shadow: 0 0 1.1111vw rgba(0, 0, 0, 0.1);
  z-index: 99998;
  display: none;
  overflow-y: auto;
}

.main_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main_menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.main_menu li:last-child {
  border-bottom: 0;
}

.main_menu a {
  padding: .6944vw 1.3889vw;
  display: inline-block;
  font-weight: 500;
}

.main_menu .sub-menu {
  display: none;
}

.main_menu .sub-menu a {
  font-weight: 400;
}

.main_menu li.menu-item-has-children.active .sub-menu>li.menu-item-has-children.active>a {
  font-weight: 500;
}

.main_menu .sub-menu li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

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

.main_menu li.menu-item-has-children::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}

.main_menu li.menu-item-has-children.active::before {
  height: 3.05vw;
  transition: 0.4s;
}

.main_menu li.menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 1.3194vw;
  right: 1.3889vw;
  width: .625vw;
  height: .3472vw;
  background-image: url(..//img/menu_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-90deg);
  transition: 0.4s;
}

.main_menu li.menu-item-has-children.active::after {
  transform: rotate(0);
  transition: 0.4s;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  font-size: .8333vw;
  font-weight: 500;
  padding: 0 4.1667vw 0 1.3889vw;
  height: 2.7778vw;
  border-radius: 3.4722vw !important;
  border: 0;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  font-style: inherit;
  font-size: inherit;
  font-weight: 400;
  color: #999999;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  display: none;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover,
.dgwt-wcas-sugg-hist-clear:hover {
  opacity: 1;
}

.dgwt-wcas-ico-magnifier,
.dgwt-wcas-ico-magnifier-handler {
  display: none;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  min-width: 1.7361vw;
  height: 1.7361vw;
  min-height: 0;
  background-image: url(..//img/search_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  background-color: transparent;
  top: .5vw;
  right: .5556vw;
  opacity: 1 !important;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  box-shadow: none;
}

.dgwt-wcas-suggestions-wrapp {
  border: 0;
  margin-top: 1.0417vw;
  border-radius: 1.3889vw;
  box-shadow: 0 0 .8333vw rgba(0, 0, 0, 0.1);
}

.dgwt-wcas-suggestion-nores {
  font-size: .9722vw;
  font-weight: 500;
  padding: .9722vw 1.3889vw;
  line-height: 1.1;
}

a.all_btn,
.all_btn {
  padding: 0 1.3889vw;
  width: fit-content;
  height: 2.7778vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .7639vw;
  white-space: nowrap;
  background-color: #FFD700;
  border: 1px solid #FFD700;
  border-radius: 3.4722vw;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

a.all_btn:hover,
.all_btn:hover {
  background-color: transparent;
  transition: 0.2s;
}

.btn_arrow::after {
  content: '';
  width: .3472vw;
  height: .625vw;
  background-image: url(..//img/btn_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main_btn {
  background-color: transparent;
  color: #fff;
  padding: 0 1.7361vw;
}

.main_btn:hover {
  background-color: #FFD700;
  color: #000;
}

.all_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  visibility: hidden;
}

.all_popup.active {
  visibility: visible;
}

.main_popup_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.main_popup_content {
  background-color: #fff;
  border-radius: 1.3889vw;
  padding: 1.3889vw 1.3889vw .8333vw;
  position: relative;
  font-size: .8333vw;
  max-width: 31.25vw;
  width: 100%;
  top: 13.8889vw;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}

.all_popup.active .main_popup_content {
  top: 0;
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}

.main_popup_content h2 {
  font-weight: 500;
  font-size: 1.3889vw;
}

.main_popup_content p {
  margin: 0;
}

.fields_box {
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}

.main_popup_content .fields_box {
  margin-top: 1.3889vw;
}

.fields_box input,
.fields_box textarea {
  padding: 0 1.3889vw;
  height: 3.125vw;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  border-radius: 3.4722vw;
}

.fields_box input.wpcf7-not-valid {
  border-color: red;
  box-shadow: inset 0 0 .6944vw red;
}

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

.submit_btn {
  position: relative;
  margin: 1.0417vw 0 .6944vw;
}

.submit_btn input {
  width: 100%;
  background-color: #FFD700;
  border: 1px solid #FFD700;
  border-radius: 3.4722vw;
  font-weight: 500;
  height: 2.7778vw;
  cursor: pointer;
  transition: 0.2s;
}

.submit_btn input:hover {
  background-color: transparent;
  transition: 0.2s;
}

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

.wpcf7-spinner::before {
  top: .2778vw;
  left: .2778vw;
  width: .4167vw;
  height: .4167vw;
  transform-origin: .5556vw .5556vw;
}

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

.main_popup_content>p:last-child {
  font-size: .6944vw;
  line-height: 1.5;
  color: #C8C8C8;
}

.main_popup_content>p:last-child a {
  color: #FFD700;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 0;
  border: 0;
  margin: 1.0417vw 0;
  color: #00b700;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.no_scroll {
  overflow: hidden;
}

.main_screen {
  background-color: #1B1B1B;
  padding-bottom: 2.0833vw;
}

.swiper_box {
  position: relative;
}

.hero_slide_content {
  position: relative;
  max-width: 45.2778vw;
}

.hero_slide {
  background-color: #fff;
  border-radius: 1.3889vw;
  padding: 4.8611vw 4.1667vw;
  overflow: hidden;
}

.hero_slide h2 {
  font-size: 2.4306vw;
  line-height: 1.42;
  font-weight: 700;
  text-transform: uppercase;
}

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

.hero_slide_bg_mob {
  display: none;
}

.hero_slide_description {
  font-family: 'Unbounded';
  font-size: 1.1111vw;
  font-weight: 300;
}

.hero_slide_description p {
  margin: .6944vw 0;
}

.hero_slide_description ul {
  padding: 0 0 0 1.3889vw;
  margin: .6944vw 0 0;
  font-size: .9722vw;
}

.hero_slide_btn {
  margin-top: 1.3889vw;
}

.main_swiper_arrow>div {
  position: absolute;
  top: calc(50% - 0.9722vw);
  transform: translateY(-50%);
  z-index: 90;
  cursor: pointer;
  line-height: 0;
}

.main_prev {
  left: -1.9444vw;
}

.main_next {
  right: -1.9444vw;
}

.main_swiper_arrow img {
  width: 3.8889vw;
}

.main_pagination {
  display: flex;
  justify-content: center;
  gap: .4861vw;
  margin-top: 1.3889vw;
}

.main_pagination span {
  margin: 0 !important;
  width: .5556vw;
  height: .5556vw;
  background-color: #FFD700;
  opacity: 1;
  transition: 0.3s;
}

.main_pagination span.swiper-pagination-bullet-active {
  width: 1.6667vw;
  border-radius: .4861vw;
  transition: 0.3s;
}

.advantages {
  background-color: #1B1B1B;
  padding-bottom: 2.7778vw;
}

.advantages_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3889vw;
}

.advantage {
  width: calc(25% - 1.1vw);
  border-radius: 1.3889vw;
  border: 1px solid #303030;
  padding: 1.0417vw 1.3889vw;
}

.adv_header {
  display: flex;
  align-items: center;
  gap: .6944vw;
}

.adv_icon img {
  width: 2.0833vw;
}

.adv_title {
  font-size: 1.1111vw;
  font-weight: 500;
  color: #FFD700;
}

.adv_description {
  margin-top: .3472vw;
  color: #fff;
}

.mt_30 {
  margin-top: 2.0833vw;
}

.mt_50 {
  margin-top: 3.4722vw;
}

.block_title {
  font-size: 2.7778vw;
  line-height: 1.25;
  margin-bottom: 3.4722vw;
  text-transform: uppercase;
}

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

.cat_item {
  width: calc(25% - 1.1vw);
}

.cat_item a {
  position: relative;
  height: 24.3056vw;
  display: flex;
  align-items: flex-end;
  border-radius: 1.3889vw;
  padding: 1.3889vw;
  overflow: hidden;
}

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

.cat_item h2 {
  font-size: 1.1111vw;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.cat_item h2::after {
  content: '';
  width: .8333vw;
  height: .8333vw;
  background-image: url(..//img/cat_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(0);
  transition: 0.3s;
}

.cat_item a:hover h2::after {
  transform: rotate(45deg);
  transition: 0.3s;
}

.reviews_form_box {
  border-radius: .6944vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.3889vw;
}

.reviews_form_box .the_content h3 {
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.55;
}

.reviews_form_box p {
  margin: .6944vw 0;
}

.reviews_form_box .the_content {
  font-size: .8333vw;
}

.glsr-field-rating {
  display: flex;
  align-items: center;
  gap: 1.3889vw;
  order: 1;
}

.glsr-field-rating span {
  font-size: .9722vw;
}

[data-field="title"] {
  display: none;
}

.glsr-review-form {
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}

[data-field="name"] {
  order: 2;
}

[data-field="email"] {
  order: 3;
}

[data-field="content"] {
  order: 4;
}

[data-field="terms"] {
  display: none;
}

[data-field="submit-button"] {
  order: 5;
}

.glsr-field:not(.glsr-field-rating) .glsr-label {
  display: none !important;
}

.glsr-field input {
  border-radius: 3.4722vw;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0 1.3889vw;
  height: 3.125vw;
}

.glsr-field input::placeholder,
.glsr-field textarea::placeholder {
  color: #999999;
}

.glsr-field input.glsr-is-invalid {
  border-color: red;
  box-shadow: inset 0 0 .6944vw red;
}

.glsr-field-error {
  display: none;
}

.glsr-field textarea {
  border-radius: 3.4722vw;
  background-color: rgba(0, 0, 0, 0.05);
  padding: .9028vw 1.3889vw;
  height: 3.125vw;
  resize: none !important;
}

button.glsr-button {
  padding: 0 1.3889vw;
  width: 100%;
  height: 2.7778vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .7639vw;
  white-space: nowrap;
  background-color: #FFD700;
  border: 1px solid #FFD700;
  border-radius: 3.4722vw;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  color: #000;
  transition: 0.2s;
}

.glsr-button:hover {
  background-color: transparent;
  transition: 0.2s;
}

[data-field="submit-button"] .wp-block-button {
  width: 100%;
}

.reviews_policy {
  text-align: center;
  font-size: .6944vw;
  line-height: 1.5;
  color: #C8C8C8;
  margin-top: .6944vw;
}

.reviews_policy a {
  color: #FFD700;
}

.glsr-minimal .glsr-form-success {
  padding: 0;
  border: 0;
  margin: 1.0417vw 0;
  color: #00b700 !important;
  font-weight: 700;
  line-height: 1.3;
}

.glsr.glsr-minimal .glsr-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3889vw;
  margin-top: 2.0833vw;
}

.glsr.glsr-minimal .glsr-review {
  width: calc(33.33333% - 1vw);
  padding: 1.0417vw 1.3889vw 1.3889vw;
  border-radius: 1.3889vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  flex-direction: column;
  gap: 0;
}

.glsr-review-title {
  display: none;
}

.glsr.glsr-minimal .glsr-review-rating {
  order: 1;
  justify-content: flex-start;
}

.glsr.glsr-minimal .glsr-review-content {
  font-size: .9722vw;
  line-height: 1.71;
  flex-grow: 1;
  padding-bottom: .9028vw;
  position: relative;
}

.glsr.glsr-minimal .glsr-review-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -1.3889vw;
  left: -1.3889vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}

.glsr.glsr-minimal .glsr-review-author {
  font-size: .9722vw;
  line-height: 1.71;
  font-weight: 600;
  margin-top: .6944vw;
  margin-bottom: .3472vw;
}

.reviews_btn {
  margin: 2.0833vw auto 0;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.downloading::before {
  content: '';
  width: .8333vw;
  height: .8333vw;
  background-image: url(..//img/show_more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(0);
  transition: 1s;
}

.downloading:hover::before {
  transform: rotate(3600deg);
  transition: 5s;
}

.about {
  background-color: #1B1B1B;
  padding: 4.8611vw 0;
  position: relative;
}

.line_box {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  padding-left: 5.5556vw;
}

.line_box span {
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.02);
}

.about_box {
  display: flex;
  gap: 1.3889vw;
}

.about_content {
  width: 100%;
}

.about_content h2 {
  margin-bottom: 1.3889vw;
  color: #FFD700;
}

.about_text {
  color: #fff;
  font-size: 1.1111vw;
  line-height: 1.63;
}

.about_image {
  position: relative;
  min-width: 33.8889vw;
  border-radius: 1.3889vw;
  overflow: hidden;
}

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

.about_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.about_btn:hover {
  background-color: #FFD700;
}

a.about_btn::after {
  position: relative;
  left: 0;
  transition: 0.2s;
}

a.about_btn:hover::after {
  position: relative;
  left: .1389vw;
  transition: 0.2s;
}

.about_advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3889vw;
}

.about_adv {
  width: calc(25% - 1.1vw);
  border-radius: 1.3889vw;
  border: 1px solid #303030;
  padding: 1.0417vw 1.3889vw;
  display: flex;
  align-items: center;
  gap: .8333vw;
}

.about_adv_icon {
  line-height: 0;
}

.about_adv_icon img {
  width: 2.0833vw;
}

.about_adv_title {
  color: #fff;
  font-size: 1.1111vw;
  line-height: 1.63;
  font-weight: 500;
}

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

.reviews_header h2 {
  margin-bottom: 0;
}

.swiper_arrows {
  display: flex;
  gap: 1.0417vw;
}

.swiper_arrows>div {
  width: 2.0833vw;
  height: 2.0833vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FFD700;
  cursor: pointer;
  transition: 0.3s;
}

.swiper_arrows img {
  width: .3472vw;
}

.swiper_arrows>div.swiper-button-disabled {
  background-color: rgba(255, 215, 0, 0.3);
  transition: 0.3s;
}

.swiper-slide {
  height: auto !important;
}

.swiper_pagination {
  display: flex;
  justify-content: center;
  gap: .4861vw;
  margin-top: 1.3889vw;
}

.swiper_pagination span {
  margin: 0 !important;
  width: .5556vw;
  height: .5556vw;
  background-color: #1B1B1B;
  opacity: 1;
  transition: 0.3s;
}

.swiper_pagination span.swiper-pagination-bullet-active {
  border-radius: .4861vw;
  width: 1.6667vw;
  transition: 0.3s;
}

.faq {
  background-color: #1B1B1B;
  padding: 3.4722vw 0;
}

.faq h2 {
  color: #FFD700;
  margin-bottom: 2.0833vw;
}

.faq_box {
  display: flex;
  justify-content: space-between;
  gap: 1.3889vw;
}

.faq_box>div {
  width: 50%;
}

.faq_left_title {
  background-color: #FFD700;
  margin-bottom: 1.3889vw;
  font-size: 1.25vw;
  line-height: 1.55;
  border-radius: .6944vw;
  padding: .7639vw 1.3889vw;
}

.faq_left_list {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.3889vw;
}

.faq_item {
  border: 1px solid #303030;
  border-radius: .6944vw;
  color: #fff;
}

.question {
  position: relative;
  font-size: 1.1111vw;
  line-height: 1.63;
  font-weight: 500;
  padding: .7639vw 1.3889vw;
  cursor: pointer;
}

.question::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.3889vw;
  transform: translateY(-50%);
  width: .8333vw;
  height: .1042vw;
  background-color: #fff;
}

.question::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.75vw;
  transform: translateY(-50%);
  width: .1042vw;
  height: .8333vw;
  background-color: #fff;
  transition: 0.4s;
}

.question.active::after {
  height: 0;
  transition: 0.4s;
}

.answer p {
  margin: .6944vw 0;
}

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

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

.answer {
  font-weight: 500;
  padding: 1.3889vw;
  border-top: 1px solid #303030;
  display: none;
}

.faq_left_button {
  margin: 1.3889vw auto 0;
}

.faq_left_button:hover {
  background-color: #FFD700;
}

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

.last_news_header h2 {
  margin-bottom: 0;
}

.last_news_list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3.4722vw 1.3889vw;
}

.last_news_item {
  width: calc(33.33333% - 1vw);
}

.thumbnail_box {
  line-height: 0;
}

.thumbnail_box img {
  width: 100%;
  height: 20.1389vw;
  object-fit: cover;
  border-radius: 1.3889vw;
}

.post_time {
  margin-top: 1.0417vw;
  font-family: 'Unbounded';
  font-size: .6944vw;
  line-height: 1;
  font-weight: 300;
}

.post_title {
  margin: .3472vw 0 0;
  font-size: 1.1111vw;
  line-height: 1.62;
  text-transform: uppercase;
  font-weight: 400;
}

.shop_descr_box {
  border-radius: 1.3889vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.3889vw;
}

.shop_descr_text h1 {
  font-weight: 400;
  font-size: 1.7361vw;
  line-height: 1.4;
}

.shop_descr_text h2 {
  font-weight: 400;
  font-size: 1.5278vw;
  line-height: 1.5;
}

.shop_descr_text h3 {
  font-weight: 400;
  font-size: 1.3889vw;
  line-height: 1.5;
}

.shop_descr_text p {
  margin: .6944vw 0;
}

.shop_descr_text a {
  color: #FFD700;
}

.shop_descr_btns {
  position: relative;
  height: 1.6667vw;
  margin-top: .6944vw;
}

.shop_descr_btns>div {
  display: flex;
  align-items: center;
  gap: .3472vw;
  position: absolute;
  cursor: pointer;
}

.shop_descr_btns>div::after {
  content: '';
  width: .625vw;
  height: .3472vw;
  background-image: url(..//img/menu_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.shop_descr_btn2::after {
  transform: rotate(180deg);
}

.shop_descr_btn2 {
  visibility: hidden;
  opacity: 0;
}

.shop_descr_btn2.active {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

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

.shop_descr_btn.deactive {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.shop_descr_text {
  max-height: 19.7vw;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom,
      rgba(58, 58, 58, 1) 0%,
      rgba(58, 58, 58, 0.2) 100%);
  mask-image: linear-gradient(to bottom,
      rgba(58, 58, 58, 1) 0%,
      rgba(58, 58, 58, 0.2) 100%);
  transition: 0.5s;
}

.shop_descr_text.active {
  -webkit-mask-image: unset;
  mask-image: unset;
  color: #3A3A3A;
}

.main_footer {
  background-color: #1B1B1B;
  color: #fff;
}

.main_footer a {
  transition: 0.2s;
}

.main_footer a:hover {
  color: #FFD700;
  transition: 0.2s;
}

.footer_box:not(.archive_product_cf) {
  padding: 1.3889vw 0;
  display: flex;
  justify-content: space-between;
  gap: 1.3889vw;
}

.footer_col {
  max-width: 19.7917vw;
}

.socials {
  margin-top: 1.3889vw;
  display: flex;
  flex-wrap: wrap;
  gap: .6944vw;
}

.socials a {
  line-height: 0;
}

.socials img {
  width: 2.0833vw;
  position: relative;
  bottom: 0;
  transition: 0.2s;
}

.socials a:hover img {
  bottom: .2083vw;
  transition: 0.2s;
}

.footer_col_title {
  font-size: 1.1111vw;
  line-height: 1.62;
  color: #FFD700;
  margin-bottom: .3472vw;
  font-weight: 400;
}

.footer_col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_contacts {
  display: flex;
  flex-direction: column;
  gap: .6944vw;
}

.footer_box .fields_box input {
  background-color: #fff;
}

.footer_box .submit_btn input {
  text-align: left;
  padding: 0 1.3889vw;
}

.footer_box .submit_btn input:hover {
  background-color: #FFD700;
}

.footer_box .submit_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3889vw;
  width: .3472vw;
  height: .625vw;
  background-image: url(..//img/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.2s;
}

.footer_box .submit_btn:hover::after {
  right: 1.25vw;
  transition: 0.2s;
}

.footer_bottom {
  padding: 1.0417vw 0;
  border-top: 1px solid #303030;
  display: flex;
  justify-content: space-between;
  color: #C7C7C7;
  font-size: .8333vw;
  line-height: 1;
}

.footer_links {
  display: flex;
  gap: 1.0417vw;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  min-height: 0;
  padding: 1.0417vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:last-child {
  border-bottom: 0;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product::nth-last-child(2) {
  border-bottom: 0;
}

.dgwt-wcas-si {
  min-width: 2.7778vw;
  height: 2.7778vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .3472vw;
  padding: .3472vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dgwt-wcas-si img {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  max-height: 100%;
  width: 100%;
}

.dgwt-wcas-content-wrapp {
  flex-direction: column;
  align-items: flex-start;
  padding-left: .6944vw;
}

.dgwt-wcas-st-title {
  font-size: .8333vw;
  line-height: 1.66;
  font-weight: 500;
  color: #000;
}

.dgwt-wcas-sp {
  padding-left: 0;
  color: #000;
  font-size: .9722vw;
  line-height: 1.57;
  font-weight: 600;
}

.dgwt-wcas-sp .woocommerce-Price-currencySymbol {
  font-weight: 400;
  font-size: .8333vw;
  line-height: 1.83;
}

.dgwt-wcas-suggestion-selected {
  background-color: transparent;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
  background-color: #FFD700;
  padding: 1.0417vw;
  font-size: .8333vw;
  line-height: 1;
  font-weight: 500;
  color: #000;
  text-align: left;
  text-transform: unset;
  justify-content: flex-start;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
  display: flex;
  align-items: center;
  gap: .3472vw;
  text-align: left;
  padding: 0;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more ::after {
  content: '';
  width: .5556vw;
  height: .4167vw;
  background-image: url(..//img/search_more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.dgwt-wcas-st-more-total {
  display: none;
}

.header_title_box h1 {
  color: #FFD700;
  text-transform: uppercase;
}

.breadcrumbs>span {
  display: flex;
  gap: .4861vw;
  color: #fff;
  font-size: .8333vw;
  line-height: 1;
}

.separator {
  width: .2778vw;
}

.cat_item .count {
  display: none;
}

.archive_product_box {
  display: flex;
  gap: 1.3889vw;
}

.archive_product_sidebar {
  min-width: 19.7917vw;
  max-width: 19.7917vw;
  display: flex;
  flex-direction: column;
  gap: 1.3889vw;
}

.archive_product_content {
  width: 100%;
}

.archive_product_cf {
  border-radius: 1.3889vw;
  background-image: url(..//img/sidebar_cf.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1.3889vw;
}

.archive_product_cf h3 {
  font-size: 1.25vw;
  line-height: 1.55;
  color: #fff;
}

.archive_product_cf_descr {
  font-size: .8333vw;
  line-height: 1.66;
  color: #fff;
  margin-bottom: 1.3889vw;
}

.archive_product_cf_descr .wpcf7 form.sent .wpcf7-response-output {
  color: #2aff2a;
}

.subcat_list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.3889vw;
  display: flex;
  gap: 1.3889vw;
  overflow-x: auto;
  max-width: 62.1528vw;
  padding-bottom: .6944vw;
}

.subcat_item {
  white-space: nowrap;
}

.subcat_item a {
  border-radius: 1.0417vw;
  border: 1px solid #FFD700;
  height: 5.5556vw;
  padding: 0 1.0417vw;
  display: flex;
  align-items: center;
  gap: 1.0417vw;
  transition: 0.2s;
}

.subcat_item a:hover {
  box-shadow: 0 0 1.1111vw rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.subcat_item img {
  min-width: 3.4722vw;
  height: 3.4722vw;
  object-fit: contain;
  border-radius: .6944vw;
}

.subcat_item h2 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: .8333vw;
  line-height: 1.66;
  font-family: 'Montserrat';
}

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

li.product {
  width: calc(33.33333% - 1vw);
}

.woocommerce-loop-product__link {
  border-radius: 1.0417vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
  transition: 0.2s;
}

.woocommerce-loop-product__link:hover {
  box-shadow: 0 0 1.1111vw rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.woocommerce-loop-product__link>img {
  width: 100%;
  height: 17.0139vw;
  object-fit: contain;
  padding: 1.3889vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.woocommerce-loop-product__title {
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-size: .9722vw;
  font-weight: 500;
  line-height: 1.42;
  padding: 0 1.0417vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
}

.loop_price_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.0417vw;
}

.price {
  font-size: 1.6667vw;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.woocommerce-Price-currencySymbol {
  font-size: .9722vw;
}

.loop_prod_btn {
  width: 2.7778vw;
  height: 2.7778vw;
  background-color: #FFD700;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loop_prod_btn img {
  width: .9028vw;
  transform: rotate(0);
  transition: 0.3s;
}

.woocommerce-loop-product__link:hover .loop_prod_btn img {
  transform: rotate(45deg);
  transition: 0.3s;
}

.subcat_list_btn {
  margin: 0 auto 1.3889vw;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.woocommerce-pagination ul,
.nav-links {
  list-style: none;
  padding: 0;
  margin: 3.4722vw 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6944vw;
  line-height: 1;
}

.woocommerce-pagination span.current,
.page-numbers.current {
  min-width: 2.0833vw;
  height: 2.0833vw;
  border-radius: 50%;
  border: 1px solid #1B1B1B;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev,
.next.page-numbers,
.prev.page-numbers {
  min-width: 2.0833vw;
  height: 2.0833vw;
  border-radius: 50%;
  background-color: #FFD700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  position: relative;
}

.woocommerce-pagination .next::after,
.woocommerce-pagination .prev::after,
.next.page-numbers::after,
.prev.page-numbers::after {
  content: '';
  position: absolute;
  width: .7639vw;
  height: .625vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.woocommerce-pagination .next::after,
.next.page-numbers::after {
  background-image: url(..//img/pagination_next.svg);
}

.woocommerce-pagination .prev::after,
.prev.page-numbers::after {
  background-image: url(..//img/pagination_prev.svg);
}

.related_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product_box {
  display: flex;
  gap: 1.3889vw;
}

.product_images {
  min-width: 33.8889vw;
  max-width: 33.8889vw;
  border-radius: .6944vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
}

.product_images_arrows>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
}

.product_images_prev {
  left: 1.3889vw;
}

.product_images_next {
  right: 1.3889vw;
}

.product_main_image {
  padding: 4.8611vw;
  display: flex !important;
  justify-content: center;
  align-items: center;
  max-height: 26.875vw;
  min-height: 26.875vw;
  overflow: hidden;
}

.product_main_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_thumbs_image {
  aspect-ratio: 1/1;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: .6944vw;
  border: .1389vw solid transparent;
  padding: .3472vw;
  overflow: hidden;
  height: 100% !important;
}

.product_thumbs_image.swiper-slide-thumb-active {
  border-color: #FFD700;
}

.product_thumbs_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_thumbs_images {
  padding: 1.0417vw 1.3889vw !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.product_descr_box {
  padding: 1.3889vw;
  border-radius: .6944vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.product_descr_box h1 {
  font-size: 1.25vw;
  line-height: 1.55;
}

.product_meta_box {
  margin-top: .3472vw;
  display: flex;
  align-items: center;
  gap: .6944vw;
}

.stock {
  display: flex;
  align-items: center;
  gap: .3472vw;
  padding: .3472vw .6944vw;
  border-radius: .3472vw;
  color: #fff;
  font-size: .6944vw;
  line-height: 1;
  font-weight: 500;
}

.stock_icon img {
  width: .5556vw;
}

.in_stock {
  background-color: #0B9043;
}

.out_of_stock {
  background-color: red;
}

.product_sku {
  font-size: .8333vw;
  line-height: 1;
}

.product_sku_label {
  color: #B2B2B2;
}

.product_descr {
  font-size: 1.1111vw;
  line-height: 1.62;
}

.summary .price {
  margin: 1.3889vw 0;
}

.product_descr {
  margin-top: 1.3889vw;
}

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

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

.product_order_popup .main_popup_content {
  max-width: 45.1389vw;
}

.product_order_header {
  display: flex;
  gap: 1.3889vw;
}

.product_order_img {
  min-width: 10.4167vw;
  max-width: 10.4167vw;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.3889vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.0417vw;
}

.product_order_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_order_meta h2 {
  font-size: 1.1111vw;
  line-height: 1.62;
}

.product_order_meta .price {
  margin-top: .6944vw;
}

.product_attributes_box {
  border-radius: .6944vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.3889vw;
}

.product_attributes_box h2 {
  font-size: 1.1111vw;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1.0417vw;
}

.shop_attributes {
  display: block;
}

.shop_attributes tbody {
  display: flex;
  flex-direction: column;
  gap: .6944vw;
}

.woocommerce-product-attributes-item {
  display: flex;
  gap: 1.3889vw;
  border-radius: .6944vw;
  background-color: rgba(0, 0, 0, 0.05);
  padding: .6944vw 1.3889vw;
}

.woocommerce-product-attributes-item__label {
  text-align: left;
  font-weight: 400;
  width: 50%;
}

.woocommerce-product-attributes-item__value {
  font-weight: 700;
  width: 50%;
}

.woocommerce-product-attributes-item p {
  margin: 0;
}

.documentation_box {
  border-radius: .6944vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.3889vw;
}

.documentation_box h3 {
  font-size: 1.1111vw;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1.0417vw;
}

.product_doc_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3889vw;
}

.product_doc_item {
  display: flex;
  align-items: center;
  gap: .6944vw;
  border-radius: 3.4722vw;
  padding: 1.3889vw 2.0833vw;
  background-color: #FFD700;
  font-family: 'Unbounded';
  font-size: .8333vw;
  line-height: 1.66;
}

.product_doc_item::before {
  content: '';
  width: 1.3194vw;
  height: 1.3889vw;
  background-image: url(..//img/pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about_thumbnail {
  line-height: 0;
}

.about_thumbnail img {
  width: 100%;
  height: 20.8333vw;
  object-fit: cover;
  border-radius: 1.3889vw;
}

.about_descr .the_content {
  font-size: 1.1111vw;
  line-height: 1.62;
}

.trusted_partner {
  background-color: #1B1B1B;
  padding: 3.4722vw 0;
}

.trusted_partner h2 {
  color: #fff;
  margin-bottom: 3.4722vw;
}

.trusted_partner_box {
  display: flex;
  gap: 1.3889vw;
}

.trusted_partner_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3.4722vw 1.3889vw;
}

.trusted_partner_item {
  width: calc(50% - .7vw);
}

.trusted_partner_list_title {
  font-family: 'Unbounded';
  font-size: 3.4722vw;
  line-height: 1;
  color: #FFD700;
  margin-bottom: .6944vw;
}

.trusted_partner_list_descr {
  font-size: 1.1111vw;
  line-height: 1.62;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.trusted_partner_img {
  min-width: 26.875vw;
  position: relative;
}

.trusted_partner_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.3889vw;
}

.certificate {
  line-height: 0;
}

.certificate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.3889vw;
}

.about_advantages .adv_title,
.about_advantages .adv_description {
  color: #000;
}

.about_advantages .advantage {
  border-color: rgba(0, 0, 0, 0.05);
}

.the_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
}

.post_btns {
  display: flex;
  justify-content: center;
  gap: 1.3889vw;
}

.post_box {
  display: flex;
  gap: 1.3889vw;
}

.post_thumbnail {
  min-width: 33.8889vw;
  height: 100%;
  line-height: 0;
}

.post_thumbnail img {
  width: 100%;
  border-radius: 1.3889vw;
}

.post_content h3 {
  font-weight: 400;
}

.post_content_box {
  width: 100%;
}

.post_content {
  padding: 1.3889vw;
  border-radius: 1.3889vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.gallery_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833vw 1.3889vw;
}

.gallery_item {
  width: calc(33.33333% - 1vw);
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 20.1389vw;
  padding: 1.3889vw;
}

.gallery_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.3889vw;
}

.gallery_item h3 {
  margin-bottom: 0;
  font-size: 1.1111vw;
  line-height: 1.62;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  position: relative;
}

.delivery_and_payment_page .the_content,
.under_text {
  font-size: 1.1111vw;
  line-height: 1.62;
}

.delivery_and_payment_box {
  display: flex;
  gap: 1.3889vw;
}

.delivery {
  width: calc(50% - .7vw);
  display: flex;
  flex-direction: column;
  gap: 1.3889vw;
}

.delivery_header {
  display: flex;
  align-items: center;
  gap: 1.0417vw;
  padding: 1.0417vw 1.3889vw;
  background-color: #FFD700;
  border-radius: .6944vw;
}

.delivery_header img {
  height: 2.0833vw;
}

.delivery_header h2 {
  margin-bottom: 0;
  font-size: 1.3889vw;
  line-height: 1.5;
  font-weight: 400;
}

.delivery_list {
  display: flex;
  flex-direction: column;
  gap: 1.3889vw;
}

.delivery_item {
  display: flex;
  flex-direction: column;
  gap: .3472vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .6944vw;
  padding: 1.3889vw;
}

.delivery_item_title {
  font-size: 1.1111vw;
  line-height: 1.62;
  font-weight: 500;
}

.contacts_box {
  display: flex;
  gap: 1.3889vw;
}

.contacts_left {
  min-width: 26vw;
  display: flex;
  flex-direction: column;
  gap: 1.3889vw;
}

.contact_item {
  display: flex;
  gap: .6944vw;
  padding: 1.3889vw 1.3889vw 1.0417vw;
  border-radius: .6944vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact_label {
  font-size: .8333vw;
  line-height: 1;
  margin-bottom: .3472vw;
}

.contact_value {
  font-weight: 500;
  transition: 0.2s;
}

.phones_list {
  display: flex;
  flex-direction: column;
}

a.contact_value:hover {
  color: #FFD700;
  transition: 0.2s;
}

.contacts_left .socials {
  padding: 1.3889vw;
  border-radius: .6944vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 0;
}

.contact_item img {
  height: fit-content;
  width: 1.3889vw;
}

.contacts_right {
  width: 100%;
  position: relative;
  padding: 1.875vw 1.3889vw;
  border-radius: .6944vw;
  overflow: hidden;
}

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

.contacts_right .the_content h2 {
  font-weight: 400;
  color: #fff;
}

.contacts_right .the_content {
  font-size: .8333vw;
  line-height: 1.66;
  color: #fff;
}

.contacts_right .the_content p:first-child {
  margin-top: 0;
}

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

.contacts_right .the_content {
  margin-bottom: 1.3889vw;
}

.contacts_right .fields_box input {
  background-color: #fff;
}

.contacts_right .fields_box textarea {
  background-color: #fff;
  padding: 0.9vw 1.3889vw;
  resize: none;
}

.contacts_map p {
  margin: 0;
}

.contacts_map {
  margin-top: 1.3889vw;
}

.contacts_map iframe {
  width: 100%;
  height: 35.2778vw;
  border-radius: .6944vw;
  box-shadow: 0 0 1.3889vw rgba(0, 0, 0, 0.1);
}

.header_mob {
  display: none;
}

.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  display: none;
}

.filter_items {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 1.3889vw;
}

.filter_item {
  padding: 1.3889vw;
}

.filter_item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.filter_item_title {
  font-size: 1.1111vw;
  line-height: 1;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.filter_item_title::after {
  content: '';
  width: .6944vw;
  height: .4167vw;
  background-image: url(../img/filter_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.4s;
}

.filter_item.active .filter_item_title::after {
  transform: rotate(-180deg);
  transition: 0.4s;
}

.filter_item_values {
  list-style: none;
  padding: 1.0417vw 0 0;
  margin: 0;
}

.filter_item_value.active a {
  color: #FFD700;
}

.filter_item:not(.active) .filter_item_values {
  display: none;
}

.mob_filters,
.mob_filters_btn {
  display: none;
}

@media(max-width:768px) {
  body {
    font-size: 3.139vw;
  }

  .container {
    padding: 0 7.3991vw;
  }

  h1 {
    font-size: 4.4843vw;
    margin-bottom: 2.2422vw;
  }

  h2 {
    font-size: 6.7265vw;
    line-height: 1.33;
    margin-bottom: 2.2422vw;
  }

  h3 {
    font-size: 3.139vw;
    margin-bottom: 2.2422vw;
  }

  .header_pc {
    display: none;
  }

  .header_mob {
    display: block;
    background-color: #1B1B1B;
    color: #fff;
    padding-bottom: 4.4843vw;
  }

  .header_mob_top {
    padding: 2.0179vw 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 2.6906vw;
  }

  .header_mob_top a {
    transition: 0.2s;
  }

  .header_mob_top a:hover {
    color: #FFD700;
    transition: 0.2s;
  }

  .header_mob_top_box {
    display: flex;
    align-items: center;
    gap: 4.4843vw;
  }

  .lang_switcher_box {
    width: 10.5381vw;
    height: 4.0359vw;
  }

  .lang_switcher {
    width: 10.5381vw;
    height: 4.0359vw;
    font-size: 2.2422vw;
    border-radius: 11.2108vw;
    position: relative;
    user-select: none;
  }

  .lang_switcher li {
    left: 2.2422vw;
  }

  .lang_switcher li:first-child {
    top: .8969vw;
    gap: .8969vw;
  }

  .lang_switcher li:first-child::after {
    width: 1.5695vw;
    height: .8969vw;
  }

  .lang_switcher:hover {
    height: 9.2vw;
    border-radius: 2.2422vw;
  }

  .lang_switcher li:last-child {
    top: 5vw;
  }

  .header_mob_top_box>a:nth-child(2) {
    flex-grow: 1;
  }

  .header_mob_middle_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.3632vw 0;
  }

  .logo img {
    width: 27.5785vw;
  }

  a.all_btn,
  .all_btn {
    height: 8.9686vw;
    gap: 2.2422vw;
    border-radius: 11.2108vw;
    padding: 0 4.4843vw;
  }

  .main_btn {
    height: 8.0717vw;
  }

  .header_mob_bottom_box {
    display: flex;
    flex-direction: column;
    gap: 2.2422vw;
  }

  .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-size: 2.6906vw;
    padding: 0 12.1076vw 0 4.4843vw;
    height: 10.0897vw;
    border-radius: 11.2108vw !important;
  }

  .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    min-width: 5.3812vw;
    height: 5.3812vw;
    top: 2.4664vw;
    right: 2.2422vw;
  }

  .main_menu_title {
    gap: 3.3632vw;
    height: 10.0897vw;
    padding: 0 3.3632vw;
    border-radius: 11.2108vw;
    color: #000;
  }

  .main_menu_title::before {
    width: 4.7085vw;
    height: 4.7085vw;
  }

  .main_menu_title::after {
    top: 4.4843vw;
    right: 4.4843vw;
    width: 2.0179vw;
    height: 1.1211vw;
  }

  .main_menu_title.active {
    border-radius: 4.4843vw 4.4843vw 0 0;
  }

  .main_menu {
    border-radius: 0 0 4.4843vw 4.4843vw;
    box-shadow: 0 0 4.4843vw rgba(0, 0, 0, 0.1);
    color: #000;
    max-height: calc(100vh - 69.4444vw);
  }

  .main_menu a {
    padding: 2.2422vw 4.4843vw;
  }

  .main_menu li.menu-item-has-children::after {
    top: 4.2601vw;
    right: 4.4843vw;
    width: 2.0179vw;
    height: 1.1211vw;
  }

  .main_menu li.menu-item-has-children.active::before {
    height: 10.0897vw;
  }

  .main_screen {
    padding-bottom: 6.7265vw;
  }

  .hero_slide {
    border-radius: 4.4843vw;
    padding: 4.4843vw;
    height: 123.3184vw !important;
  }

  .hero_slide_content {
    max-width: 100%;
  }

  .hero_slide h2 {
    font-size: 4.4843vw;
  }

  .hero_slide_description {
    font-size: 2.6906vw;
  }

  .hero_slide_description p {
    margin: 2.2422vw 0;
  }

  .hero_slide_description ul {
    padding-left: 4.4843vw;
    margin: 2.2422vw 0;
    font-size: 2.6906vw;
  }

  .hero_slide_btn {
    margin-top: 4.4843vw;
  }

  .main_swiper_arrow img {
    width: 6.7265vw;
  }

  .main_pagination {
    margin-top: 4.4843vw;
    gap: 1.5695vw;
  }

  .main_pagination span {
    width: 1.7937vw;
    height: 1.7937vw;
  }

  .main_pagination span.swiper-pagination-bullet-active {
    width: 5.3812vw;
    border-radius: 1.5695vw;
  }

  .main_swiper_arrow>div {
    top: calc(50% - 6.278vw);
  }

  .main_prev {
    left: -3.3632vw;
  }

  .main_next {
    right: -3.3632vw;
  }

  .hero_slide_bg_pc {
    display: none;
  }

  .hero_slide_bg_mob {
    display: block;
  }

  .btn_arrow::after {
    width: 1.1211vw;
    height: 2.0179vw;
  }

  .advantages {
    padding-bottom: 8.9686vw;
  }

  .advantage {
    width: 100%;
    border-radius: 4.4843vw;
    padding: 3.3632vw 4.4843vw;
  }

  .advantages_list {
    gap: 4.4843vw;
  }

  .adv_header {
    gap: 2.2422vw;
  }

  .adv_icon img {
    width: 6.7265vw;
  }

  .adv_title {
    font-size: 3.5874vw;
  }

  .adv_description {
    margin-top: 1.1211vw;
  }

  .dgwt-wcas-suggestions-wrapp {
    margin-top: 2.2422vw;
    border-radius: 4.4843vw;
    box-shadow: 0 0 2.6906vw rgba(0, 0, 0, 0.1);
  }

  .dgwt-wcas-suggestion-nores {
    font-size: 2.6906vw;
    padding: 3.3632vw 4.4843vw;
  }

  .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
    padding: 3.3632vw;
  }

  .dgwt-wcas-si {
    min-width: 8.9686vw;
    max-width: 8.9686vw;
    height: 8.9686vw;
    border-radius: 1.1211vw;
    padding: 1.1211vw;
  }

  .dgwt-wcas-content-wrapp {
    padding-left: 2.2422vw;
  }

  .dgwt-wcas-st-title {
    font-size: 2.6906vw;
  }

  .dgwt-wcas-sp {
    font-size: 3.139vw;
  }

  .dgwt-wcas-suggestion.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
    padding: 3.3632vw;
    font-size: 2.6906vw;
  }

  .dgwt-wcas-suggestion.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
    gap: 1.1211vw;
  }

  .dgwt-wcas-suggestion.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more ::after {
    width: 1.7937vw;
    height: 1.3453vw;
  }

  .block_title {
    font-size: 6.7265vw;
    margin-bottom: 6.7265vw;
  }

  .cat_list {
    flex-wrap: nowrap;
    gap: 4.4843vw;
    overflow-x: auto;
    padding-right: 7.3991vw;
    margin-right: -7.3991vw;
    padding-bottom: 2.2422vw;
  }

  .cat_item {
    width: auto;
    min-width: 67.2646vw;
  }

  .cat_item h2 {
    font-size: 3.5874vw;
  }

  .cat_item h2::after {
    width: 2.6906vw;
    height: 2.6906vw;
  }

  .cat_item a {
    height: 78.4753vw;
    border-radius: 4.4843vw;
    padding: 4.4843vw;
  }

  .mt_50 {
    margin-top: 8.9686vw;
  }

  .about {
    padding: 8.9686vw 0;
  }

  .about_box {
    flex-direction: column;
    gap: 4.4843vw;
  }

  .about_content h2 {
    margin-bottom: 4.4843vw;
  }

  .about_text {
    font-size: 3.139vw;
  }

  .about_image {
    width: 100%;
    border-radius: 4.4843vw;
  }

  .about_image img {
    position: unset;
  }

  .mt_30 {
    margin-top: 4.4843vw;
  }

  .about_advantages {
    gap: 4.4843vw;
  }

  .about_adv {
    width: 100%;
    border-radius: 4.4843vw;
    padding: 3.3632vw 4.4843vw;
    gap: 2.6906vw;
  }

  .about_adv_icon img {
    width: 6.7265vw;
  }

  .about_adv_title {
    font-size: 3.5874vw;
  }

  .reviews_header .swiper_arrows {
    display: none;
  }

  .glsr.glsr-minimal .glsr-review {
    padding: 3.3632vw 4.4843vw 4.4843vw;
    border-radius: 4.4843vw;
  }

  .glsr.glsr-minimal .glsr-review-content {
    font-size: 3.139vw;
    padding-bottom: 2.9148vw;
  }

  .glsr.glsr-minimal .glsr-review-content::after {
    right: -4.4843vw;
    left: -4.4843vw;
  }

  .glsr.glsr-minimal .glsr-review-author {
    font-size: 3.139vw;
    margin-top: 2.2422vw;
    margin-bottom: 1.1211vw;
  }

  .swiper_pagination {
    margin-top: 4.4843vw;
    gap: 1.5695vw;
  }

  .swiper_pagination span {
    width: 1.7937vw;
    height: 1.7937vw;
  }

  .swiper_pagination span.swiper-pagination-bullet-active {
    width: 5.3812vw;
    border-radius: 1.5695vw;
  }

  .faq {
    padding: 8.9686vw 0;
  }

  .faq_box {
    flex-direction: column;
    gap: 4.4843vw;
  }

  .faq_box>div {
    width: 100%;
  }

  .faq_left_title {
    margin-bottom: 4.4843vw;
    font-size: 3.5874vw;
    padding: 2.6906vw 4.4843vw;
    border-radius: 2.2422vw;
  }

  .faq_left_list {
    gap: 4.4843vw;
  }

  .faq_item {
    border-radius: 2.2422vw;
  }

  .question {
    font-size: 3.5874vw;
    padding: 2.2422vw 11.2108vw 2.2422vw 4.4843vw;
  }

  .question::before {
    width: 2.6906vw;
    height: .3363vw;
    right: 4.4843vw;
  }

  .question::after {
    height: 2.6906vw;
    width: .3363vw;
    right: 5.6502vw;
  }

  .answer {
    padding: 4.4843vw;
  }

  .faq_left_button {
    margin-top: 4.4843vw;
  }

  .downloading::before {
    width: 2.6906vw;
    height: 2.6906vw;
  }

  .last_news_header .all_btn {
    display: none;
  }

  .last_news_list {
    gap: 4.4843vw;
  }

  .last_news .last_news_list {
    flex-wrap: nowrap;
    margin-right: -7.3991vw;
    padding-right: 7.3991vw;
    overflow-x: auto;
    padding-bottom: 2.2422vw;
  }

  .last_news_item {
    width: 100%;
  }

  .last_news .last_news_item {
    width: auto;
    min-width: 67.2646vw;
  }

  .thumbnail_box img {
    height: 56.0538vw;
    border-radius: 4.4843vw;
  }

  .post_time {
    margin-top: 3.3632vw;
    font-size: 2.2422vw;
  }

  .post_title {
    margin-top: 1.1211vw;
    font-size: 3.5874vw;
  }

  .shop_descr_box {
    border-radius: 4.4843vw;
    padding: 4.4843vw;
  }

  .shop_descr_text h1 {
    font-size: 4.0359vw;
  }

  .shop_descr_btns {
    height: 5.3812vw;
    margin-top: 2.2422vw;
  }

  .shop_descr_btns>div {
    gap: 1.1211vw;
  }

  .shop_descr_btns>div::after {
    width: 2.0179vw;
    height: 1.1211vw;
  }

  .shop_descr_text h3 {
    font-size: 3.5874vw;
  }

  .shop_descr_text {
    max-height: 80vw;
  }

  .footer_box:not(.archive_product_cf) {
    padding: 4.4843vw 0;
    flex-direction: column;
    gap: 4.4843vw;
  }

  .footer_col {
    max-width: 100%;
  }

  .footer_box .logo img {
    width: 40.8072vw;
  }

  .socials {
    margin-top: 4.4843vw;
    gap: 2.2422vw;
  }

  .socials img {
    width: 6.7265vw;
  }

  .footer_col_title {
    font-size: 3.5874vw;
    margin-bottom: 1.1211vw;
  }

  .footer_col ul {
    display: flex;
    gap: 2.2422vw;
    white-space: nowrap;
    margin-right: -7.3991vw;
    padding-right: 7.3991vw;
    padding-bottom: 1.1211vw;
    overflow-x: auto;
  }

  .header_contact_label {
    font-size: 2.2422vw;
  }

  .footer_contacts {
    gap: 2.2422vw;
  }

  .header_contact {
    gap: 1.1211vw;
  }

  .fields_box {
    gap: 3.3632vw;
  }

  .fields_box input,
  .fields_box textarea {
    height: 10.0897vw;
    padding: 0 4.4843vw;
    border-radius: 11.2108vw;
  }

  .footer_box .submit_btn input {
    padding: 0 4.4843vw;
  }

  .submit_btn input {
    height: 8.9686vw;
    border-radius: 11.2108vw;
  }

  .footer_box .submit_btn::after {
    width: 1.1211vw;
    height: 2.0179vw;
    right: 4.4843vw;
  }

  .wpcf7-spinner {
    width: 5.3812vw;
    height: 5.3812vw;
    right: 4.4843vw;
  }

  .wpcf7-spinner::before {
    top: .8969vw;
    left: .8969vw;
    width: 1.3453vw;
    height: 1.3453vw;
    transform-origin: 1.7937vw 1.7937vw;
  }

  .submit_btn {
    margin: 3.3632vw 0 2.2422vw;
  }

  .reviews_policy {
    margin-top: 2.2422vw;
    font-size: 2.2422vw;
  }

  .fields_box input.wpcf7-not-valid {
    box-shadow: inset 0 0 2.2422vw red;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    margin: 3.3632vw 0;
  }

  .footer_bottom {
    padding: 3.3632vw 0;
    font-size: 2.6906vw;
    flex-direction: column-reverse;
    gap: 2.2422vw;
    align-items: center;
  }

  .footer_links {
    flex-direction: column-reverse;
    gap: 2.2422vw;
    align-items: center;
  }

  .shop_descr_text p {
    margin: 2.2422vw 0;
  }

  .archive_product_box {
    flex-direction: column-reverse;
    gap: 6.7265vw;
  }

  .archive_product_sidebar {
    max-width: 100%;
  }

  .archive_product_content {
    margin-top: 4.4843vw;
  }

  .subcat_list {
    margin-bottom: 4.4843vw;
    flex-wrap: nowrap;
    gap: 4.4843vw;
    margin-right: -7.3991vw;
    padding-right: 7.3991vw;
    padding-bottom: 2.2422vw;
    overflow-x: auto;
    max-width: 100%;
  }

  .subcat_item {
    width: auto;
    min-width: 63.9013vw;
  }

  .subcat_item a {
    border-radius: 3.3632vw;
    height: 17.9372vw;
    padding: 0 3.3632vw;
    gap: 3.3632vw;
  }

  .subcat_item img {
    border-radius: 2.2422vw;
    width: 11.2108vw;
    height: 11.2108vw;
  }

  .subcat_item h2 {
    font-size: 2.6906vw;
  }

  ul.products {
    gap: 4.4843vw;
  }

  li.product {
    width: 100%;
  }

  .woocommerce-loop-product__link {
    border-radius: 3.3632vw;
    gap: 3.3632vw;
  }

  .woocommerce-loop-product__link>img {
    height: 54.9327vw;
    padding: 4.4843vw;
  }

  .woocommerce-loop-product__title {
    font-size: 3.139vw;
    padding: 0 4.4843vw;
  }

  .loop_price_box {
    padding: 4.4843vw;
  }

  .price {
    font-size: 5.3812vw;
  }

  .woocommerce-Price-currencySymbol {
    font-size: 3.139vw;
  }

  .loop_prod_btn {
    width: 8.9686vw;
    height: 8.9686vw;
  }

  .loop_prod_btn img {
    width: 2.9148vw;
  }

  .woocommerce-pagination ul,
  .nav-links {
    margin-top: 6.7265vw;
    gap: 2.2422vw;
  }

  .woocommerce-pagination span.current,
  .page-numbers.current {
    min-width: 6.7265vw;
    height: 6.7265vw;
  }

  .woocommerce-pagination .next,
  .woocommerce-pagination .prev,
  .next.page-numbers,
  .prev.page-numbers {
    min-width: 6.7265vw;
    height: 6.7265vw;
  }

  .woocommerce-pagination .next::after,
  .woocommerce-pagination .prev::after,
  .next.page-numbers::after,
  .prev.page-numbers::after {
    width: 2.9148vw;
    height: 2.6906vw;
  }

  .archive_product_cf {
    border-radius: 4.4843vw;
    padding: 4.4843vw;
  }

  .archive_product_cf h3 {
    font-size: 4.0359vw;
  }

  .archive_product_cf_descr {
    font-size: 2.6906vw;
    margin-bottom: 4.4843vw;
  }

  .product_box {
    flex-direction: column;
    gap: 4.4843vw;
  }

  .product_images {
    max-width: 100%;
    border-radius: 2.2422vw;
  }

  .product_main_image {
    padding: 15.6951vw;
    max-height: 84.7534vw;
    min-height: 84.7534vw;
  }

  .swiper_arrows>div {
    width: 6.7265vw;
    height: 6.7265vw;
  }

  .swiper_arrows img {
    width: 2.2422vw;
  }

  .product_images_prev {
    left: 4.4843vw;
  }

  .product_images_next {
    right: 4.4843vw;
  }

  .product_thumbs_images {
    padding: 3.3632vw 4.4843vw !important;
  }

  .product_thumbs_image {
    border-width: .4484vw;
    border-radius: 2.2422vw;
    padding: 1.1211vw;
  }

  .product_descr_box {
    border-radius: 2.2422vw;
    padding: 4.4843vw;
  }

  .product_descr_box h1 {
    font-size: 4.0359vw;
  }

  .product_meta_box {
    margin-top: 3.3632vw;
    gap: 2.2422vw;
  }

  .stock {
    gap: 1.1211vw;
    padding: 1.3453vw 2.2422vw;
    font-size: 2.2422vw;
    border-radius: 1.1211vw;
  }

  .stock_icon img {
    width: 1.7937vw;
  }

  .product_sku {
    font-size: 2.6906vw;
  }

  .summary .price {
    margin: 4.4843vw 0;
  }

  .product_descr {
    margin-top: 4.4843vw;
    font-size: 3.5874vw;
  }

  .product_attributes_box {
    border-radius: 2.2422vw;
    padding: 4.4843vw;
  }

  .product_attributes_box h2 {
    font-size: 3.5874vw;
    margin-bottom: 3.3632vw;
  }

  .shop_attributes tbody {
    gap: 2.2422vw;
  }

  .woocommerce-product-attributes-item {
    gap: 4.4843vw;
    border-radius: 2.2422vw;
    padding: 2.6906vw 4.4843vw;
    line-height: 1.2;
  }

  .product_order_popup .main_popup_content {
    max-width: 90%;
    border-radius: 4.4843vw;
    padding: 4.4843vw 4.4843vw 2.6906vw;
    font-size: unset;
  }

  .product_order_header {
    gap: 4.4843vw;
  }

  .product_order_img {
    min-width: 22.4215vw;
    max-width: 22.4215vw;
    border-radius: 4.4843vw;
    padding: 3.3632vw;
    height: 100%;
  }

  .product_order_meta h2 {
    font-size: 3.5874vw;
  }

  .product_order_meta .price {
    margin-top: 2.2422vw;
  }

  .main_popup_content .fields_box {
    margin-top: 4.4843vw;
  }

  .main_popup_content {
    max-width: 90%;
    border-radius: 4.4843vw;
    padding: 4.4843vw 4.4843vw 2.6906vw;
    font-size: unset;
  }

  .main_popup_content h2 {
    font-size: 4.4843vw;
  }

  .main_popup_content>p:last-child {
    font-size: 2.2422vw;
  }

  .about_thumbnail img {
    border-radius: 2.2422vw;
  }

  .about_descr .the_content {
    font-size: 3.5874vw;
  }

  .trusted_partner {
    padding: 8.9686vw 0;
  }

  .trusted_partner_box {
    flex-direction: column;
    gap: 4.4843vw;
  }

  .trusted_partner_list {
    gap: 4.4843vw;
  }

  .trusted_partner_item {
    width: 100%;
  }

  .trusted_partner_list_title {
    font-size: 11.2108vw;
    margin-bottom: 2.2422vw;
  }

  .trusted_partner_list_descr {
    font-size: 3.5874vw;
  }

  .trusted_partner h2 {
    margin-bottom: 6.7265vw;
  }

  .trusted_partner_img img {
    position: unset;
    border-radius: 4.4843vw;
  }

  .certificate img {
    border-radius: 4.4843vw;
  }

  .post_box {
    flex-direction: column;
    gap: 4.4843vw;
  }

  .post_thumbnail img {
    border-radius: 4.4843vw;
  }

  .post_content {
    border-radius: 4.4843vw;
    padding: 4.4843vw;
  }

  .post_btns {
    gap: 4.4843vw;
  }

  .gallery_list {
    gap: 4.4843vw;
  }

  .gallery_item {
    width: 100%;
    height: 60.5381vw;
    padding: 4.4843vw;
  }

  .gallery_item img {
    border-radius: 4.4843vw;
  }

  .gallery_item h3 {
    font-size: 3.5874vw;
  }

  .reviews_form_box {
    border-radius: 2.2422vw;
    padding: 4.4843vw;
  }

  .reviews_form_box .the_content {
    font-size: 2.6906vw;
  }

  .reviews_form_box .the_content h3 {
    font-size: 4.0359vw;
  }

  .reviews_form_box p {
    margin: 2.2422vw 0;
  }

  .glsr-minimal form.glsr-form {
    display: flex;
    gap: 3.3632vw;
  }

  .glsr-field-rating span {
    font-size: 3.139vw;
  }

  .glsr-field input {
    border-radius: 11.2108vw;
    padding: 0 4.4843vw;
    height: 10.0897vw;
  }

  .glsr-field textarea {
    border-radius: 11.2108vw;
    padding: 2.9148vw 4.4843vw;
    height: 10.0897vw;
  }

  .glsr-button {
    height: 10.0897vw;
    padding: 0 4.4843vw;
    border-radius: 11.2108vw;
  }

  .glsr.glsr-minimal .glsr-reviews {
    margin-top: 4.4843vw;
    gap: 4.4843vw;
  }

  .glsr.glsr-minimal .glsr-review {
    width: 100%;
  }

  .delivery_and_payment_page .the_content,
  .under_text {
    font-size: 3.5874vw;
  }

  .delivery_and_payment_box {
    flex-direction: column;
    gap: 4.4843vw;
  }

  .delivery {
    width: 100%;
    gap: 4.4843vw;
  }

  .delivery_header {
    gap: 3.3632vw;
    border-radius: 2.2422vw;
    padding: 3.3632vw 4.4843vw;
  }

  .delivery_header img {
    height: 6.7265vw;
  }

  .delivery_header h2 {
    font-size: 4.4843vw;
  }

  .delivery_list {
    gap: 4.4843vw;
  }

  .delivery_item {
    gap: 1.1211vw;
    border-radius: 2.2422vw;
    padding: 4.4843vw;
  }

  .delivery_item_title {
    font-size: 3.5874vw;
  }

  .contacts_box {
    flex-direction: column;
    gap: 4.4843vw;
  }

  .contacts_left {
    gap: 4.4843vw;
  }

  .contact_item {
    gap: 2.2422vw;
    border-radius: 2.2422vw;
    padding: 4.4843vw 4.4843vw 3.3632vw;
  }

  .contact_item img {
    width: 4.4843vw;
  }

  .contact_label {
    font-size: 2.6906vw;
    gap: 1.1211vw;
  }

  .contacts_left .socials {
    padding: 4.4843vw;
    border-radius: 2.2422vw;
  }

  .contacts_right {
    border-radius: 2.2422vw;
    padding: 6.0538vw 4.4843vw;
  }

  .contacts_right .the_content {
    font-size: 2.6906vw;
    margin-bottom: 4.4843vw;
  }

  .contacts_right .the_content h2 {
    font-size: 4.0359vw;
  }

  .contacts_map {
    margin-top: 4.4843vw;
  }

  .contacts_map iframe {
    border-radius: 2.2422vw;
    height: 56.0538vw;
  }

  .breadcrumbs>span {
    gap: 1.5695vw;
    font-size: 2.6906vw;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 2.2422vw;
  }

  .separator {
    width: .8969vw;
  }

  .pc_filters {
    display: none;
  }

  .mob_filters_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 10.0897vw;
    border-radius: 11.2108vw;
    background-color: #FFD700;
    padding: 0 3.3632vw;
    font-weight: 500;
    cursor: pointer;
    margin: 0 7.3991vw;
  }

  .mob_filters_btn::after {
    content: '';
    width: 2.2422vw;
    height: 1.3453vw;
    background-image: url(../img/filter_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.4s;
  }

  .mob_filters_btn.active::after {
    transform: rotate(-180deg);
    transition: 0.4s;
  }

  .archive_product_filters {
    margin-top: 2.2422vw;
  }

  .filter_items {
    border-radius: 4.4843vw;
  }

  .filter_item {
    padding: 4.4843vw;
  }

  .filter_item_title {
    font-size: 3.5874vw;
  }

  .filter_item_title::after {
    width: 2.2422vw;
    height: 1.3453vw;
  }

  .filter_item_values {
    padding-top: 2.2422vw;
  }
}