.top_nav {
  position: fixed;
  width: 100%;
  padding: 20px 50px;
  display: flex;
  gap: 30px;
  align-items: center;
  background-color: #fff;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.top_nav > .wishlist_products_counter {
  height: 30px;
}

.top_nav > .wishlist_products_counter:before {
  font-size: 30px !important;
  margin: 0 !important;
}

.top_nav span {
  font-size: 15px;
  font-family: "GothamProMedium";
}

.menu {
  position: fixed;
  top: 67px;
  background-color: #fff;
  z-index: 900;
}

.menu ul {
  display: flex;
  gap: 30px;
  letter-spacing: 0.075em;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
  font-size: 15px;
  border-bottom: 1px solid #efefef;
}

.menu ul li {
  list-style: none;
}

.menu ul li:nth-of-type(8) a {
  color: var(--hover-link);
}

.menu ul li:hover a {
  color: var(--hover-link);
}

.menu_ico {
  height: 24px;
  width: 30px;
  cursor: pointer;
  background-color: var(--primary-black);
}

.menu_ico:hover {
  background-color: var(--hover-link);
}

#hamb {
  position: relative;
  width: 30px;
  height: 24px;
  overflow: hidden;
  float: left;
  cursor: pointer;
}

#hamb span {
  opacity: 1;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  color: black;
  background-color: #333;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
  border-radius: 4px;
}

#hamb span:nth-child(1) {
  top: 0;
}

#hamb span:nth-child(2) {
  width: calc(100% - 10px);
  left: 10px;
  top: 10px;
}

#hamb span:nth-child(3) {
  top: 20px;
}

#hamb:hover span {
  background-color: var(--hover-link);
}

#hamb.open span:nth-child(1) {
  transform: translateY(6px) rotate(135deg);
  background-color: var(--hover-link);
  width: 80%;
  top: 4px;
}
#hamb.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(-60px);
}
#hamb.open span:nth-child(3) {
  transform: translateY(-6px) rotate(-135deg);
  background-color: var(--hover-link);
  left: 0;
  width: 80%;
  top: 16px;
}

.wishlist_products_counter {
  margin-left: auto;
}

#int {
  -webkit-mask: url(../img/default/globe-1.svg) no-repeat center / contain;
  mask: url(../img/default/globe-1.svg) no-repeat center / contain;
}

#search {
  -webkit-mask: url(../img/default/search-1.svg) no-repeat center / contain;
  mask: url(../img/default/search-1.svg) no-repeat center / contain;
}

#pin {
  -webkit-mask: url(../img/default/pin-1.svg) no-repeat center / contain;
  mask: url(../img/default/pin-1.svg) no-repeat center / contain;
  display: none;
}

.logo {
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logo img {
  height: 100%;
  filter: invert(14%) sepia(7%) saturate(238%) hue-rotate(349deg)
    brightness(91%) contrast(90%);
}

.side_menu {
  position: fixed;
  background-color: #fff;
  top: 20%;
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  display: flex;
  margin-right: 0;
  right: 0;
  border-radius: 8px 8px 0 0;
  z-index: 1000;
}

.side_menu_item {
  background-color: #fff;
  padding: 10px 15px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 5px 15px;
  border-radius: 8px 8px 0 0;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.side_menu_item:hover {
  background-color: #e5e5e5;
}

.side_menu_item svg {
  height: 22px;
}

.side_menu_item:first-child {
  z-index: 2;
}

.side_menu_item:last-of-type {
  border-radius: 0 8px 0 0;
  margin-left: -5px;
  padding-left: 20px;
}

.mob_menu {
  max-width: 400px;
  min-width: 320px;
  height: calc(100dvh - 55px);
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  border-right: 1px solid #efefef;
  overflow-y: auto;
  top: 71px;
  left: -100%;
}

.mob_menu_cont {
  padding-bottom: 25px;
}

.mob_menu .menu {
  position: relative;
  width: 100%;
  top: auto;
  display: flex;
  flex-direction: column;
}

.mob_menu .menu li {
  width: 100%;
  padding: 10px 25px;
}

.mob_menu .menu li:hover {
  background-color: #ebebeb;
}

.menu-top_menu-container {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}

.mob_cont {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0 40px 0;
  padding: 0 25px;
}

.mob_cont > a {
  width: 100%;
}

.mob_cont > a > .side_menu_item {
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mob_cont > .side_menu_item:last-of-type {
  margin: 0;
}

.mob_sub {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mob_line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 25px;
  font-size: 16px;
  font-family: "GothamProMedium";
  line-height: 1.1em;
}

.mob_line > img {
  width: 20px;
}

/* search */

.search_line {
  width: calc(100% - 210px);
  height: 66px;
  position: fixed;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  padding-top: 12px;
  margin-left: 110px;
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.search_line.show {
  display: block;
  opacity: 1;
}

.search_line .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: none;
  padding: 0;
}

.search_line
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 10px 24px 10px 48px;
  border: 0;
  border-bottom: 1px solid var(--primary-black);
  border-radius: 0;
}

.search_line
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit
  svg {
  display: none;
}

.search_line .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
  margin: 0;
}

.search_line
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  background: none !important;
}

@media screen and (max-width: 1500px) {
  .menu {
    display: none;
  }

  .side_menu {
    display: none;
  }

  .top_nav {
    border-bottom: 1px solid #efefef;
  }
}

@media screen and (max-width: 1000px) {
  .top_nav span {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .top_nav {
    padding: 15px 10px;
  }

  .logo {
    height: 30px;
  }

  .mob_menu {
    top: 61px;
  }

  .search_line {
    margin-left: 75px;
    width: calc(100% - 125px);
    height: 50px;
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  #int {
    display: none;
  }

  #pin {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .wishlist_products_counter {
    z-index: 9999;
    float: left;
    margin: 0;
    display: none;
  }

  .top_nav {
    gap: 15px;
  }
}

@media screen and (max-width: 600px) {
  .mob_menu {
    width: 100%;
    max-width: 100%;
  }
}
@font-face {
  font-family: "GothamProRegular";
  src: url("../fonts/GothamProRegular/GothamProRegular-2.eot");
  src:
    url("../fonts/GothamProRegular/GothamProRegular-3.eot")
      format("embedded-opentype"),
    url("../fonts/GothamProRegular/GothamProRegular-1.woff") format("woff"),
    url("../fonts/GothamProRegular/GothamProRegular-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "GothamProLight";
  src: url("../fonts/GothamProLight/GothamProLight-2.eot");
  src:
    url("../fonts/GothamProLight/GothamProLight-3.eot")
      format("embedded-opentype"),
    url("../fonts/GothamProLight/GothamProLight-1.woff") format("woff"),
    url("../fonts/GothamProLight/GothamProLight-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "GothamProBold";
  src: url("../fonts/GothamProBold/GothamProBold-2.eot");
  src:
    url("../fonts/GothamProBold/GothamProBold-3.eot")
      format("embedded-opentype"),
    url("../fonts/GothamProBold/GothamProBold-1.woff") format("woff"),
    url("../fonts/GothamProBold/GothamProBold-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "GothamProMedium";
  src: url("../fonts/GothamProMedium/GothamProMedium-2.eot");
  src:
    url("../fonts/GothamProMedium/GothamProMedium-3.eot")
      format("embedded-opentype"),
    url("../fonts/GothamProMedium/GothamProMedium-1.woff") format("woff"),
    url("../fonts/GothamProMedium/GothamProMedium-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

:root {
  --primary-black: #222;
  --hover-link: #c8102e;
  --btn-empty-padding: 13px 18px 14px 20px;
  --btn-empty-padding-border: 11px 18px 12px 19px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #222222;
  font-family: "GothamProRegular";
  font-size: 14px;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: var(--primary-black);
  align-self: flex-start;
}

h2 {
  font-size: 36px;
  font-family: "GothamProBold";
  text-transform: uppercase;
  line-height: 1.1em;
}

.onsale {
  background-color: #000;
  font-family: "GothamProMedium";
}

.regular-price {
  font-family: "Lato";
  font-weight: 400 !important;
  letter-spacing: 0.8px;
  font-size: 22px;
  color: var(--hover-link);
  padding-right: 5px;
}

.default_main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 114px;
}

.default {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 112px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-template-page-favorites > .default {
  background-color: #ebebeb;
}

.site {
  flex: 1;
}

.woocommerce .content-area .site-main {
  margin: 0;
}

.dgwt-wcas-suggestion-product-var + .dgwt-wcas-suggestion-product {
  display: none;
}

/* product archive */

.pc-variations-table__column--label {
  display: none;
}

.woocommerce-variation-add-to-cart {
  display: none;
}

.product > .woocommerce-LoopProduct-link > .price {
  display: none !important;
}

ul.products li.product .price {
  display: none !important;
}

.filter {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.filter__item--type-slider > .filter__header {
  display: none;
}

.filter__item {
  width: 200px;
}

.widget {
  background-color: #ebecec;
}

.filter__title {
  display: flex;
  gap: 20px;
  font-family: "GothamProBold";
  font-size: 18px;
}

.filter__item {
  margin: 0;
}

.filter__checkgroup-count {
  display: none;
}

.filter__checkgroup-title {
  font-size: 16px;
  font-family: "GothamProRegular";
}

.filter__properties-list {
  gap: 5px;
  display: flex;
  flex-direction: column;
}

.filter__checkgroup-control {
  border: none;
  width: 20px;
  height: 20px;
}

.product > .tinv-wraper > .tinvwl_add_to_wishlist_button {
  top: 10px;
  right: 10px;
  position: absolute !important;
  width: 24px !important;
  height: 24px !important;
}

.product > .tinv-wraper2 > .tinvwl_add_to_wishlist_button {
  top: 10px;
  right: 10px;
  position: absolute !important;
  margin: 0 !important;
}

.product > .tinv-wraper > .tinvwl_add_to_wishlist_button:before {
  position: relative;
  font-size: 24px;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
}

.product > .tinv-wraper2 > .tinvwl_add_to_wishlist_button:before {
  margin: 0 !important;
  font-size: 24px;
}

/* main page */

.main_block {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 130px);
}

.main_block img {
  height: 100%;
  object-fit: cover;
  display: block;
}

.woocommerce .content-area .site-main {
  max-width: none;
}

/* фильтры */

.hidden_filter {
  width: 100%;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 901;
  border-bottom: 1px solid #efefef;
}

.hidden_button {
  display: none;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px 20px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 5px 15px;
  border-radius: 0px 0px 8px 8px;
  position: relative;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 10px;
}

.hidden_button svg {
  width: 13px;
}

.pf-help-title {
  display: block;
}

.prdctfltr_add_scroll {
  display: block; /* Скрыть содержимое по умолчанию */
  overflow: hidden;
  margin-top: 15px;
}

.prdctfltr_add_scroll.active {
  display: block; /* Показать содержимое, если класс active */
}

.prdctfltr_widget_title {
  cursor: pointer;
  transition-duration: 0.3s;
}

.prdctfltr_widget_title:hover {
  color: var(--hover-link);
  transition-duration: 0.5s;
}

.prdctfltr_widget_title {
  text-transform: lowercase;
  font-weight: 500;
  color: var(--primary-black);
  font-family: "GothamProBold";
  font-size: 18px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.prdctfltr-widget {
  background: none;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
  margin-bottom: 0;
  padding: 0;
}

.prdctfltr_filter_inner::before,
.prdctfltr_filter_inner::after {
  display: none;
}

/* .prdctfltr_wc .prdctfltr_filter_inner {
	padding: 0;
	display: flex;
	gap: 30px;
	position: relative;
	flex-flow: wrap;
} */

/* .prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
	width: calc(100% / 6 - 30px * 5 / 6);
} */

/* .prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter:last-child {
	position: absolute;
	right: 0;
	top: 80px;
} */

.prdctfltr_wc .prdctfltr_woocommerce_ordering {
  margin: 25px 0;
  padding: 0 100px !important;
}

.prdctfltr_wc .prdctfltr_filter_inner {
  display: flex;
  width: 100%;
  gap: 0 30px;
  height: 100%;
}

.term-acs .prdctfltr_filter_inner {
  grid-template-columns: 1fr 1fr 1fr;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
  flex: 1 0 15%;
}

.prdctfltr_wc
  .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image
  .prdctfltr_customize_block
  .prdctfltr_customize_image_text
  img {
  display: block;
  width: auto;
  padding: 0;
  border: none;
}

.prdctfltr_customize_image_text_tip,
.prdctfltr_checkboxes span {
  font-size: 12px;
}

.prdctfltr_customize_block {
  padding: 2px;
  border: 1px solid #fff;
}

label.prdctfltr_active .prdctfltr_customize_block {
  padding: 2px;
  border: 1px solid #222;
  box-shadow: none;
}

.prdctfltr_wc
  .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image
  label.prdctfltr_active
  .prdctfltr_customize_block
  .prdctfltr_customize_image_text
  img {
  padding: 0;
  border: none;
  box-shadow: none;
}

.pf_rngstyle_thin .irs-from,
.pf_rngstyle_thin .irs-to,
.pf_rngstyle_thin .irs-single {
  color: var(--primary-black);
  padding: 0;
  background: none;
  border-radius: 0;
  font-weight: 600;
}

.pf_rngstyle_thin .irs-slider {
  top: 33px;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
}

.pf_rngstyle_thin .irs-bar {
  height: 2px;
  top: 38px;
  background-position: 0 -60px;
  background: #00000063;
}

.prdctfltr_search .pf_search {
  border: none;
  padding-bottom: 10px;
  padding: 5px 0;
  font-size: 13px;
  font-family: "GothamProRegular";
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  text-align: center;
}

.pf_search_trigger {
  display: inline;
}

.pf_rngstyle_thin .irs-line-mid,
.pf_rngstyle_thin .irs-line-right,
.pf_rngstyle_thin .irs-line-left {
  height: 2px;
  background: #d9d9d9;
  top: 3px;
}

.prdctfltr_search .pf-help-title,
.prdctfltr_rng_price .pf-help-title {
  display: none;
}

.irs-from {
  font-size: 13px !important;
}

.irs-to {
  font-size: 13px !important;
}

.irs-single {
  font-size: 13px !important;
}

.irs-max {
  font-size: 11px !important;
  padding: 3px 10px !important;
}

.irs-min {
  font-size: 11px !important;
  padding: 3px 10px !important;
}

.prdctfltr_pa_asmbl input[type="checkbox"],
.prdctfltr_pa_bowl_size input[type="checkbox"],
.prdctfltr_pa_material input[type="checkbox"],
.prdctfltr_pa_filter input[type="checkbox"],
.prdctfltr_pa_hose input[type="checkbox"],
.prdctfltr_pa_button input[type="checkbox"],
.prdctfltr_pa_window input[type="checkbox"],
.prdctfltr_product_cat input[type="checkbox"] {
  position: absolute !important;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.prdctfltr_pa_asmbl input[type="checkbox"]:checked + span::after,
.prdctfltr_pa_bowl_size input[type="checkbox"]:checked + span::after,
.prdctfltr_pa_material input[type="checkbox"]:checked + span::after,
.prdctfltr_pa_filter input[type="checkbox"]:checked + span::after,
.prdctfltr_pa_hose input[type="checkbox"]:checked + span::after,
.prdctfltr_pa_button input[type="checkbox"]:checked + span::after,
.prdctfltr_pa_window input[type="checkbox"]:checked + span::after,
.prdctfltr_product_cat input[type="checkbox"]:checked + span::after {
  opacity: 1;
  visibility: visible;
}
.prdctfltr_pa_asmbl input[type="checkbox"] + span::after,
.prdctfltr_pa_bowl_size input[type="checkbox"] + span::after,
.prdctfltr_pa_material input[type="checkbox"] + span::after,
.prdctfltr_pa_filter input[type="checkbox"] + span::after,
.prdctfltr_pa_hose input[type="checkbox"] + span::after,
.prdctfltr_pa_button input[type="checkbox"] + span::after,
.prdctfltr_pa_window input[type="checkbox"] + span::after,
.prdctfltr_product_cat input[type="checkbox"] + span::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 1.05005L3.35911 9L0 5.50503L1.00922 4.45494L3.35911 6.89993L9.99074 0L11 1.05005Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 9px;
  position: absolute;
  left: 0px;
  top: -2px;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
}

.prdctfltr_pa_asmbl label,
.prdctfltr_pa_bowl_size label,
.prdctfltr_pa_material label,
.prdctfltr_pa_filter label,
.prdctfltr_pa_hose label,
.prdctfltr_pa_button label,
.prdctfltr_pa_window label,
.prdctfltr_product_cat label {
  position: relative;
}

.prdctfltr_pa_asmbl input[type="checkbox"] + span,
.prdctfltr_pa_bowl_size input[type="checkbox"] + span,
.prdctfltr_pa_material input[type="checkbox"] + span,
.prdctfltr_pa_filter input[type="checkbox"] + span,
.prdctfltr_pa_hose input[type="checkbox"] + span,
.prdctfltr_pa_button input[type="checkbox"] + span,
.prdctfltr_pa_window input[type="checkbox"] + span,
.prdctfltr_product_cat input[type="checkbox"] + span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.prdctfltr_pa_asmbl input[type="checkbox"] + span::before,
.prdctfltr_pa_bowl_size input[type="checkbox"] + span::before,
.prdctfltr_pa_material input[type="checkbox"] + span::before,
.prdctfltr_pa_filter input[type="checkbox"] + span::before,
.prdctfltr_pa_hose input[type="checkbox"] + span::before,
.prdctfltr_pa_button input[type="checkbox"] + span::before,
.prdctfltr_pa_window input[type="checkbox"] + span::before,
.prdctfltr_product_cat input[type="checkbox"] + span::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  display: inline-block !important;
  background: #fff;
  transition: 0.2s;
}

.prdctfltr_pa_asmbl input[type="checkbox"]:checked + span::before,
.prdctfltr_pa_bowl_size input[type="checkbox"]:checked + span::before,
.prdctfltr_pa_material input[type="checkbox"]:checked + span::before,
.prdctfltr_pa_filter input[type="checkbox"]:checked + span::before,
.prdctfltr_pa_hose input[type="checkbox"]:checked + span::before,
.prdctfltr_pa_button input[type="checkbox"]:checked + span::before,
.prdctfltr_pa_window input[type="checkbox"]:checked + span::before,
.prdctfltr_product_cat input[type="checkbox"]:checked + span::before {
  background: #707070;
}

.prdctfltr_wc.prdctfltr_system
  .prdctfltr_woocommerce_ordering
  .prdctfltr_filter.prdctfltr_terms_customized_select
  label
  input[type="checkbox"]
  + span,
.prdctfltr_wc.prdctfltr_system
  .prdctfltr_woocommerce_ordering
  .prdctfltr_filter.prdctfltr_text
  label
  input[type="checkbox"]
  + span {
  padding-left: 0;
  margin: 0;
}

.prdctfltr_pa_asmbl label,
.prdctfltr_pa_material label {
  margin-bottom: 8px;
}

.prdctfltr_pa_bowl_size .prdctfltr_checkboxes {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  width: 100%;
}

.prdctfltr_pa_bowl_size .prdctfltr_checkboxes label {
  width: calc(50% - 5px);
}

.prdctfltr_pa_color .prdctfltr_checkboxes {
  max-width: 250px;
}

.prdctfltr_pa_sink_shape .prdctfltr_customize_block {
  display: flex;
}

.prdctfltr_pa_sink_shape
  .prdctfltr_customize_block
  > .prdctfltr_customize_image_text {
  width: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.prdctfltr_pa_sink_shape .prdctfltr_checkboxes {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.prdctfltr_woocommerce_ordering span.prdctfltr_reset span::before {
  display: none;
}

.prdctfltr_reset label {
  padding: 15px 20px;
  border: 1px solid #000;
  border-radius: 50px;
  text-transform: lowercase;
  transition: 0.2s;
}

.prdctfltr_reset label span {
  margin-bottom: 0 !important;
}

.prdctfltr_reset label:hover {
  background: #000;
  color: #fff;
}

.prdctfltr_reset {
  text-align: center;
}

.prdctfltr-down {
  display: block;
}

.prdctfltr-down:before {
  display: block;
  content: " ";
  background-image: url("../img/plus-1.svg");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}

.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter label {
  flex-basis: auto !important;
}

.prdctfltr_woocommerce
  .prdctfltr_3_columns.prdctfltr_filter
  .prdctfltr_checkboxes,
.prdctfltr_woocommerce
  .prdctfltr_2_columns.prdctfltr_filter
  .prdctfltr_checkboxes {
  gap: 10px;
}

.woocommerce .content-area {
  width: 100%;
  margin: 0;
}

.thwvs-acclabel {
  display: none;
  visibility: hidden;
}

.reset_variations {
  display: none;
  visibility: hidden;
}

.thwvs-wrapper-ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 5px 0;
}

.thwvs-image-li img {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #efefef;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.thwvs-wrapper-item-li {
  cursor: pointer;
  border: 0;
}

.thwvs-selected img {
  outline: 2px solid #cbcaca;
  box-sizing: border-box;
  transition-duration: 0.01s;
  aspect-ratio: auto !important;
}

/* product loop */

.product_loop {
  width: 100%;
}

.products {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #efefef;
}

.products > .product {
  width: 20% !important;
  margin: 0 !important;
  position: relative;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.products > .product > a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.products > .product > a > h2 {
  margin: 0 0 25px 0 !important;
}

.tinvwl-loop-button-wrapper > a {
  margin: 0 !important;
}

.woocommerce-loop-product__title {
  font-size: 24px !important;
  font-family: "GothamProLight" !important;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

.product > a > img {
  padding: 25px;
}

.form_cont {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #efefef;
}

.form_block {
  width: 800px;
  margin: 50px auto;
}

.form_block > h2 {
  text-align: center;
  margin-bottom: 25px;
}

.form_block > form {
  margin: 25px 0 !important;
}

.forminator-row {
  gap: 15px;
  margin: 0 !important;
}

.forminator-row > div {
  padding: 0 !important;
}

.forminator-row > .forminator-col {
  width: 100% !important;
  max-width: 100% !important;
}

.forminator-col-md-6 {
  margin-bottom: 15px !important;
}

.forminator-field > label {
  font-family: "GothamProMedium" !important;
  font-size: 16px !important;
  color: var(--primary-black) !important;
  margin-bottom: 5px !important;
}

.custom-field input,
.custom-field textarea {
  font-family: "GothamProRegular" !important;
  font-size: 13px !important;
  color: var(--primary-black) !important;
  line-height: normal !important;
  border-radius: 16px !important;
  padding: 10px 15px !important;
}

.forminator-success {
  background-color: #fff !important;
  font-family: "GothamProRegular" !important;
  text-align: center !important;
}

.forminator-ui#forminator-module-21310.forminator-design--flat
  .forminator-label
  .forminator-required {
  color: var(--hover-link) !important;
}

#forminator-module-21310.forminator-design--flat
  .forminator-has_error
  .forminator-input {
  border: 1px solid var(--hover-link) !important;
  box-shadow: none !important;
}

.forminator-ui#forminator-module-21310.forminator-design--flat
  .forminator-error-message {
  background: none !important;
  color: var(--hover-link) !important;
  text-align: center !important;
}

#forminator-module-21310.forminator-design--flat
  .forminator-has_error
  .forminator-textarea {
  border: 1px solid var(--hover-link) !important;
  box-shadow: none !important;
}

.forminator-row-last {
  display: flex;
}

.forminator-error {
  background: none !important;
  padding: 0 !important;
  margin-bottom: 25px !important;
  font-size: 12px !important;
  font-family: inherit !important;
  font-weight: 500 !important;
  color: var(--hover-link) !important;
}

.grecaptcha-badge {
}

/* wishlist */

.default_wish .tinv-header {
  margin: 0 !important;
}

.default_wish h2 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.tinvwl-table-manage-list {
  width: 1200px !important;
  margin: 0 auto;
  border-spacing: 0 10px;
}

.tinvwl-table-manage-list thead {
  background-color: var(--primary-black);
  color: #fff;
  margin-bottom: 10px;
}

.wishlist_item {
  background-color: #fff;
  width: 100%;
}

.wishlist_item td {
  text-align: center;
}

.product-thumbnail {
  padding: 10px 25px !important;
}

.product-thumbnail img {
  min-width: 100px;
  max-width: 100%;
  width: 100px;
}

/* product loop */

.woocommerce-pagination li a,
.woocommerce-pagination li span {
  color: #fff !important;
}

.load-more-container {
  padding-top: 32px;
  display: flex;
  padding-bottom: 64px;
  display: none;
}

#load-more {
  padding: 15px 20px;
  border: 1px solid #000;
  margin: auto;
  background: none;
  color: #000;
  border-radius: 50px;
  text-transform: lowercase;
  cursor: pointer;
}
:root {
  --color: #000;
  --size-mid: 6vmin;
  --size-dot: 1.5vmin;
  --size-bar: 0.4vmin;
  --size-square: 3vmin;
}

.loader {
  width: 50px;
  padding: 2px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  margin: 0 auto;
  margin-top: 50px;
  display: none;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.woocommerce img,
.woocommerce-page img {
  object-fit: cover;
}

.gallery_cont {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.swiper-slide {
  height: 400px;
}

.swiper-slide > a {
  background-color: #ececec; /* Пример цвета фона */
}

.swiper-slide img {
  height: 100%;
  width: 100%;
}

.swiper-wrapper .slick-slide {
  margin: 0 25px;
}

.swiper-wrapper .slick-list {
  margin: 0 -25px;
}

.swiper-wrapper .slick-track {
  margin-left: 0;
}

.gallery_cont .counter {
  display: inline;
}

.gallery_nav {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 100px 25px 100px;
}

.gal_nav {
  display: flex;
  gap: 25px;
  align-items: center;
}

.gallery-prev,
.gallery-next {
  cursor: pointer;
}

.gallery-prev svg {
  width: 30px;
  height: 30px;
}

.gallery-next svg {
  width: 30px;
  height: 30px;
}

.slick-next,
.slick-prev {
  z-index: 9999;
  width: 30px !important;
}

.slick-lightbox-close {
  right: 30px !important;
}

.slick-lightbox-close:before {
  font-size: 40px !important;
}

.slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23fff' version='1.1' id='XMLID_64_' viewBox='0 0 24 24' xml:space='preserve'%3E%3Cg id='link-previous'%3E%3Cg%3E%3Cpolygon points='10.3,20.7 1.6,12 10.3,3.3 11.7,4.7 5.5,11 22,11 22,13 5.5,13 11.7,19.3 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23fff' version='1.1' id='XMLID_301_' viewBox='0 0 24 24' xml:space='preserve'%3E%3Cg id='link-next'%3E%3Cg%3E%3Cpolygon points='13.7,20.7 12.3,19.2 18.6,13 2,13 2,11 18.6,11 12.3,4.8 13.7,3.3 22.4,12 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

@media screen and (max-width: 1920px) {
  .swiper {
    padding: 0 50px;
  }

  .gallery_nav {
    padding: 0 50px 25px 50px;
  }
}

@media screen and (max-width: 1850px) {
  .products > .product {
    width: 25% !important;
  }
}

@media screen and (max-width: 1500px) {
  .default {
    padding-top: 66px;
  }
}

@media screen and (max-width: 1400px) {
  .woocommerce-loop-product__title {
    font-size: 20px !important;
  }

  .prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter:nth-child(6) {
    display: none !important;
  }

  .prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter:nth-child(7) {
    display: none;
  }
}

@media screen and (max-width: 1250px) {
  .hidden_button {
    display: flex;
  }

  .hidden_filter {
    position: fixed;
    display: flex;
    z-index: 9998;
    width: 100%;
    height: auto;
    max-height: 100%;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    background: none;
    border: none;
  }

  .widget-area {
    display: none;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    overflow-x: hidden;
  }

  .widget-area.active {
    display: block;
  }

  .prdctfltr_wc .prdctfltr_woocommerce_ordering {
    padding: 0 50px 50px 50px !important;
  }

  .prdctfltr_wc .prdctfltr_filter_inner {
    flex-wrap: wrap;
    gap: 25px;
  }

  .prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
    flex-basis: calc(50% - 25px);
  }

  .swiper {
    padding: 0 50px;
  }

  .gallery_nav {
    padding: 0 50px 25px 50px;
  }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1100px) {
  .products > .product {
    width: 50% !important;
  }
}

@media screen and (max-width: 991px) {
  .prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
    width: calc(33% - 20px * 2 / 3);
  }
}

@media screen and (max-width: 900px) {
  .default_wish h2 {
    width: 100%;
  }

  .tinvwl-table-manage-list {
    width: 100% !important;
  }

  .form_block {
    width: 100%;
    padding: 0 50px;
  }
}

@media screen and (max-width: 800px) {
  .default {
    padding-top: 55px;
  }

  .form_block {
    padding: 0 25px;
  }

  .form_block > h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 25px;
  }

  #textarea-1 {
    margin-top: 20px !important;
  }

  .swiper {
    padding: 0 25px;
  }

  .gallery_nav {
    padding: 0 25px 15px 25px;
    flex-direction: column;
    gap: 25px;
  }

  .gallery-prev {
    margin-left: auto;
  }

  .swiper-slide {
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 650px) {
  .products > .product {
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .mob_menu {
    top: 55px;
  }

  .prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 575px) {
  .prdctfltr_woocommerce
    .prdctfltr_3_columns.prdctfltr_filter
    .prdctfltr_checkboxes,
  .prdctfltr_woocommerce
    .prdctfltr_2_columns.prdctfltr_filter
    .prdctfltr_checkboxes {
    flex-direction: column;
  }
}
.btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--primary-black);
  padding: 7px 14px 7px 24px;
  border-radius: 35px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  cursor: pointer;
  transition-duration: 0.3s;
}

.btn > span {
  font-size: 13px;
  font-family: "GothamProMedium";
  color: #fff;
  letter-spacing: 1px;
}

.btn > svg {
  height: 34px;
}

.btn > svg path {
  stroke: #fff;
}

.btn:hover {
  background-color: var(--hover-link);
  transition-duration: 0.5s;
}

.btn_empty {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: 2px solid var(--primary-black);
  padding: 15px 18px 15px 20px;
  border-radius: 50px;
  box-shadow: none;
  cursor: pointer;
  transition-duration: 0.3s;
}

.btn_empty > span {
  color: var(--primary-black);
  transition-duration: 0.3s;
}

.btn_empty:hover {
  background-color: var(--hover-link);
  transition-duration: 0.5s;
  border-color: var(--hover-link);
}

.btn_empty:hover span {
  color: #fff;
  transition-duration: 0.5s;
}

.btn_more {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding: 5px 14px 5px 24px;
  border-radius: 35px;
  cursor: pointer;
  transition-duration: 0.3s;
  border: 2px solid var(--primary-black);
}

.btn_more span {
  font-size: 13px;
  font-family: "GothamProMedium";
  color: var(--primary-black);
  letter-spacing: 1px;
}

.btn_more svg {
  height: 20px;
}

.btn_arrow svg {
  height: 28px;
}

.btn_arrow span {
  padding-bottom: 1px;
}

.btn_more svg path {
  stroke: var(--primary-black);
}

.btn_more:hover {
  background-color: var(--hover-link);
  transition-duration: 0.5s;
  border-color: var(--hover-link);
}

.btn_more:hover span {
  color: #fff;
  transition-duration: 0.5s;
}

.btn_more:hover svg path {
  stroke: #fff;
  transition-duration: 0.5s;
}

.btns_download .btn_more:hover svg path {
  fill: #fff;
}

.btn_manual {
  padding: 9px 18px 9px 20px !important;
}

.btn_manual span {
  padding-bottom: 1px;
}

.black_list > a > .btn {
  padding: var(--btn-empty-padding);
}

/* favorites */

.export > button {
  display: flex;
  outline: none;
  border: none;
  color: #fff;
  align-items: center;
  gap: 10px;
  background-color: var(--primary-black);
  padding: var(--btn-empty-padding);
  border-radius: 35px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  cursor: pointer;
  transition-duration: 0.3s;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "GothamProMedium";
}

.export > button:hover {
  background-color: var(--hover-link);
  transition-duration: 0.5s;
}

#clear-favorites {
  display: flex;
  outline: none;
  border: none;
  color: var(--primary-black);
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border: 2px solid var(--primary-black);
  padding: var(--btn-empty-padding-border);
  border-radius: 35px;
  cursor: pointer;
  transition-duration: 0.3s;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "GothamProMedium";
}

#clear-favorites:hover {
  background-color: var(--hover-link);
  transition-duration: 0.5s;
  border: 2px solid var(--hover-link);
  color: #fff;
}

/* dealers */

.show_map {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--primary-black);
  padding: var(--btn-empty-padding);
  border-radius: 35px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  cursor: pointer;
  transition-duration: 0.3s;
  color: #fff;
  font-family: "GothamProMedium";
  letter-spacing: 1px;
  font-size: 13px;
}

.show_map:hover {
  background-color: var(--hover-link);
  transition-duration: 0.5s;
}

/* prod_card */

.btn_filter {
  background-color: var(--primary-black);
  border: 0;
  padding: var(--btn-empty-padding) !important;
}

.btn_filter > span {
  color: #fff;
  padding-bottom: 1px;
}

.btn_disp {
  background-color: var(--primary-black);
  border: 0;
  padding: 11px 18px 11px 20px !important;
}

.btn_disp > span {
  color: #fff;
  padding-bottom: 2px;
}

.btn_disp svg {
  fill: #fff;
}

.btn_submit {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  background-color: var(--primary-black) !important;
  padding: var(--btn-empty-padding) !important;
  border-radius: 35px !important;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
  cursor: pointer !important;
  transition-duration: 0.3s !important;
  float: right;
  margin-top: 25px !important;
  margin-bottom: 0 !important;
  font-family: "GothamProMedium" !important;
  letter-spacing: 1px !important;
  font-size: 13px !important;
  line-height: normal !important;
  align-self: flex-start !important;
  width: auto !important;
}

.btn_submit:hover {
  background-color: var(--hover-link) !important;
  transition-duration: 0.5s !important;
}
.footer {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  color: #adadad;
  font-size: 12px;
  padding-top: 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
  margin-top: auto;
  z-index: 2;
  position: relative;
  font-family: "GothamProRegular";
}

.footer_cont {
  width: calc(100% - 100px);
  margin: 0 50px;
  display: flex;
  justify-content: space-evenly;
}

.footer_col {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.footer_col:nth-of-type(1) {
  gap: 20px;
}

.footer_col:nth-of-type(2) {
  gap: 10px;
}

.footer_col:nth-of-type(3) {
  gap: 5px;
}

.footer_col:nth-of-type(4) {
  gap: 5px;
}

.footer_col h2 {
  font-size: 14px;
  margin-bottom: 2px;
}

.footer_city {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer_logo {
  width: 220px;
  height: 46px;
  background-image: url("../img/omoikiri_w-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.footer_logo2 {
  width: 220px;
  height: 34px;
  background-image: url("../../../../img/logo-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

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

.footer_col a {
  color: #adadad;
}

.footer_col a:hover {
  text-decoration: underline;
  color: #fff;
}

.soc_ico {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  transition-duration: 0.3s;
}

.soc_ico svg path {
  fill: #333;
}

.soc_ico:hover svg path {
  fill: #c54d4e;
  transition-duration: 0.3s;
}

.social .soc_ico svg path {
  fill: #fff;
}

.social .soc_ico:hover svg path {
  fill: #c54d4e;
  transition-duration: 0.3s;
}

@media screen and (max-width: 1500px) {
  .footer_cont {
    justify-content: space-between;
  }
}

@media screen and (max-width: 1300px) {
  .footer_col {
    width: 30%;
  }

  .footer_col:nth-of-type(4) {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .footer_col {
    width: 50%;
  }

  .footer_col:nth-of-type(3) {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .footer_cont {
    width: calc(100% - 50px);
    margin: 0 25px;
  }
}

@media screen and (max-width: 700px) {
  .footer_cont {
    flex-direction: column;
    gap: 25px;
  }

  .footer_col {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .footer_cont {
    padding-bottom: 50px;
  }
}
.btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--primary-black);
  padding: 7px 14px 7px 24px;
  border-radius: 35px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  cursor: pointer;
  transition-duration: 0.3s;
}

.btn > span {
  font-size: 13px;
  font-family: "GothamProMedium";
  color: #fff;
  letter-spacing: 1px;
}

.btn > svg {
  height: 34px;
}

.btn > svg path {
  stroke: #fff;
}

.btn:hover {
  background-color: var(--hover-link);
  transition-duration: 0.5s;
}

.btn_empty {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: 2px solid var(--primary-black);
  padding: 15px 18px 15px 20px;
  border-radius: 50px;
  box-shadow: none;
  cursor: pointer;
  transition-duration: 0.3s;
}

.btn_empty > span {
  color: var(--primary-black);
  transition-duration: 0.3s;
}

.btn_empty:hover {
  background-color: var(--hover-link);
  transition-duration: 0.5s;
  border-color: var(--hover-link);
}

.btn_empty:hover span {
  color: #fff;
  transition-duration: 0.5s;
}

.btn_more {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding: 5px 14px 5px 24px;
  border-radius: 35px;
  cursor: pointer;
  transition-duration: 0.3s;
  border: 2px solid var(--primary-black);
}

.btn_more span {
  font-size: 13px;
  font-family: "GothamProMedium";
  color: var(--primary-black);
  letter-spacing: 1px;
}

.btn_more svg {
  height: 20px;
}

.btn_arrow svg {
  height: 28px;
}

.btn_arrow span {
  padding-bottom: 1px;
}

.btn_more svg path {
  stroke: var(--primary-black);
}

.btn_more:hover {
  background-color: var(--hover-link);
  transition-duration: 0.5s;
  border-color: var(--hover-link);
}

.btn_more:hover span {
  color: #fff;
  transition-duration: 0.5s;
}

.btn_more:hover svg path {
  stroke: #fff;
  transition-duration: 0.5s;
}

.btns_download .btn_more:hover svg path {
  fill: #fff;
}

.btn_manual {
  padding: 9px 18px 9px 20px !important;
}

.btn_manual span {
  padding-bottom: 1px;
}

.black_list > a > .btn {
  padding: var(--btn-empty-padding);
}

/* favorites */

.export > button {
  display: flex;
  outline: none;
  border: none;
  color: #fff;
  align-items: center;
  gap: 10px;
  background-color: var(--primary-black);
  padding: var(--btn-empty-padding);
  border-radius: 35px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  cursor: pointer;
  transition-duration: 0.3s;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "GothamProMedium";
}

.export > button:hover {
  background-color: var(--hover-link);
  transition-duration: 0.5s;
}

#clear-favorites {
  display: flex;
  outline: none;
  border: none;
  color: var(--primary-black);
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border: 2px solid var(--primary-black);
  padding: var(--btn-empty-padding-border);
  border-radius: 35px;
  cursor: pointer;
  transition-duration: 0.3s;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "GothamProMedium";
}

#clear-favorites:hover {
  background-color: var(--hover-link);
  transition-duration: 0.5s;
  border: 2px solid var(--hover-link);
  color: #fff;
}

/* dealers */

.show_map {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--primary-black);
  padding: var(--btn-empty-padding);
  border-radius: 35px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  cursor: pointer;
  transition-duration: 0.3s;
  color: #fff;
  font-family: "GothamProMedium";
  letter-spacing: 1px;
  font-size: 13px;
}

.show_map:hover {
  background-color: var(--hover-link);
  transition-duration: 0.5s;
}

/* prod_card */

.btn_filter {
  background-color: var(--primary-black);
  border: 0;
  padding: var(--btn-empty-padding) !important;
}

.btn_filter > span {
  color: #fff;
  padding-bottom: 1px;
}

.btn_disp {
  background-color: var(--primary-black);
  border: 0;
  padding: 11px 18px 11px 20px !important;
}

.btn_disp > span {
  color: #fff;
  padding-bottom: 2px;
}

.btn_disp svg {
  fill: #fff;
}

.btn_submit {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  background-color: var(--primary-black) !important;
  padding: var(--btn-empty-padding) !important;
  border-radius: 35px !important;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
  cursor: pointer !important;
  transition-duration: 0.3s !important;
  float: right;
  margin-top: 25px !important;
  margin-bottom: 0 !important;
  font-family: "GothamProMedium" !important;
  letter-spacing: 1px !important;
  font-size: 13px !important;
  line-height: normal !important;
  align-self: flex-start !important;
  width: auto !important;
}

.btn_submit:hover {
  background-color: var(--hover-link) !important;
  transition-duration: 0.5s !important;
}
.dealers_header {
  width: 100%;
  background-color: #ebebeb;
  padding-top: 50px;
}

.dealers_info {
  max-width: 70%;
  gap: 150px;
  margin: 0 auto;
  display: flex;
}

.info_half:first-of-type {
  font-weight: bold;
}

.dealers_contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

.phone_line {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.phone_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.5em;
}

.cont_line {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dealers_title {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 50px;
}

.dealers_title h2 {
  font-size: 48px;
  font-family: "GothamProBold";
  text-transform: uppercase;
  line-height: 1.1em;
}

.dealers_select_cont {
  width: 100%;
  background-color: #ebebeb;
  margin-bottom: 50px;
}

.dealers_select {
  width: 70%;
  display: flex;
  margin: 0 auto;
  gap: 100px;
  padding-bottom: 15px;
}

.dealers_select a {
  font-family: "GothamProRegular";
  font-size: 30px;
  text-transform: uppercase;
}

/* */

.map_cont {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 50px;
}

.cluster-balloon__left-column {
  width: 150px;
  float: left;
  padding: 15px;
}

.cluster-balloon__left-column ul {
  padding: 0;
  list-style: none;
  margin: 0;
  border-right: 1px solid #efefef;
}

.cluster-balloon__right-column {
  width: 200px;
  float: left;
  padding: 15px;
}

.cluster-balloon__right-column h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-family: "GothamProBold";
}

.cluster-balloon__right-column p {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.2em;
}

.cluster-balloon__list-item {
  margin-bottom: 5px;
  line-height: 1.2em;
}

.cluster-balloon__list-item a {
  color: #333;
}

.cluster-balloon__list-item a:hover {
  color: #c54d4e;
}

.cluster-balloon__list-item .active {
  font-weight: bold;
}

.map_category {
  padding-bottom: 25px;
  padding-left: 50px;
  box-sizing: border-box;
  list-style: none;
  overflow: hidden;
}

.map_category li {
  float: left;
  margin-right: 15px;
  font-size: 14px;
}

.map_category li input {
  margin-right: 5px;
}

#map {
  width: calc(100% - 400px);
  height: 700px;
  padding: 0;
  margin: 0;
  float: left;
}

#markers-container {
  width: 400px;
  height: 700px;
  overflow-y: auto;
  float: left;
  padding: 0;
}

.marker-item {
  padding: 15px 20px;
  font-size: 12px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}

.marker-item:hover {
  background-color: #efefef;
}

.marker-item.active {
  background-color: #efefef;
}

.marker-item h3 {
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.marker-item-location {
  line-height: 1.2em;
  margin-bottom: 5px;
}

.my-hint {
  position: relative;
  width: 280px;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
  top: -15px;
}

.title {
  font-size: 15px;
  font-family: "GothamProBold";
  margin-bottom: 10px;
}

.my-hint p {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.2em;
}

.my-hint p a {
  border-bottom: 1px solid #333;
}

.close {
  width: 15px;
  height: 15px;
  background-color: #000;
  right: 5px;
  top: 5px;
  position: absolute;
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3C/svg%3E);
}

.partner_category {
  color: green;
  margin-top: 10px !important;
  padding: 0;
  overflow: hidden;
  margin: 0;
  font-size: 10px;
}

.partner_category li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

.arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  left: calc(50% - 10px);
  box-sizing: border-box;
}

#map-canvas {
  width: -moz-calc(100% - 350px);
  width: -webkit-calc(100% - 350px);
  width: calc(100% - 350px);
  /*width: 200px;*/
}
#map-canvas,
#map-control {
  vertical-align: top;
  display: inline-block;
  font-size: 0;
}
#map-control {
  /*background-color: red;*/
  width: 350px;
  height: 100%;
  overflow: auto;
}

#map-control .red {
}

#map-control > div {
  font-size: 12px;
  cursor: pointer;
  padding: 20px;
}
#map-control > div:hover {
  background-color: #eee;
}

#map-control > div p {
  font-size: 12px;
  /*background-color: #eee;*/
}

/*dropdown*/

.delivery_block {
  width: 270px;
  /*padding: 24px 0 0;*/
  /*color: #8c8c8c;*/
  /*font-size: 11px;*/
  margin: 50px 15px;
  display: inline-block;
}
.delivery_block .delivery_list {
  padding: 5px 10px;
  height: 32px;
  width: 100%;
  /*cursor: pointer;*/
  /*border-radius: 4px;*/
  /*margin: 0 20px 0 0;*/
  /*color: #ed4226;*/
  border: 1px solid #aaa;
  /*width: 237px;*/
  z-index: 11;
  background: #fff;
}
/*
  .delivery_list #btn {
      background: url(dropdown.png);
      width: 17px;
      height: 18px;
      float: right;
  }
  */
.delivery_list span {
  /*padding: 2px 0 0 2px;*/
  display: block;
  /*font-weight: bold;*/
}
.delivery_block ul.cities_list {
  margin-top: 32px;
  z-index: 10;
  background: #fcfcfc;
  position: absolute;
  border-radius: 3px;
  width: 270px;
  padding: 0;
  border: 1px solid #eee;
  display: none;

  max-height: 300px;
  min-height: 28px;

  overflow-y: auto;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.cities_list li {
  /*padding: 6px 9px;*/
  list-style-type: none;
  border-top: 1px solid #efefef;
  font-family: "GothamProRegular";
  font-size: 12px;
  padding: 10px;
  box-sizing: border-box;
}
ul.cities_list li:hover {
  cursor: pointer;
  background: #fff;
}

button.delivery_list {
  text-align: left;
  cursor: pointer;
}

/*.noselect {
      text-align: left;
  }*/

.noselect h4 {
  margin-top: 0;
}

/*.gm-style-iw a {
      cursor: pointer;
      color: #000;
      padding-bottom: 1px;
      box-sizing: border-box;
      border-bottom: 1px dashed #c8102e;
      text-decoration: none;
  }*/

.opt {
  width: 60%;
  margin-left: 20%;
  text-align: left;
  float: left;
  margin-bottom: 50px;
}

.opt a {
  cursor: pointer;
  color: #000;
  padding-bottom: 1px;
  box-sizing: border-box;
  border-bottom: 1px dashed #c8102e;
  text-decoration: none;
}

.opt a:hover {
  color: #c8102e;
}

.opt .zayavka {
  width: 100%;
  margin: 0;
}

.opt .form {
  padding-bottom: 30px;
}

.opt .form br {
  display: none;
}

/* */

.tab-content {
  display: none;
}

.tab-content.active {
  display: flex;
}

.dealer_select {
  width: 70%;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  gap: 50px;
  align-items: flex-end;
  justify-content: space-between;
}

#city-selector {
  width: 400px;
  border: none;
  background: none;
  padding: 10px;
  font-size: 20px;
  font-family: "GothamProRegular";
  border-bottom: 2px solid var(--primary-black);
  color: var(--primary-black);
}

#city-selector > option {
  font-size: 14px;
}

#city-selector:focus {
  outline: none;
}

#monobrands {
  width: 70%;
  max-width: 1920px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
}

.mono_item {
  display: flex;
  gap: 50px;
}

.mono_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}

.mono_title > h2 {
  font-size: 24px;
  font-family: "GothamProBold";
  min-width: 300px;
}

.mono_title {
  display: flex;
  gap: 25px;
  flex-direction: column;
}

.mono_info > a {
  font-family: "GothamProMedium";
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  transition-duration: 0.3s;
}

.mono_info > a:hover {
  color: var(--hover-link);
  transition-duration: 0.5s;
}

.mono_item > a > img {
  width: 500px;
  height: 300px;
  object-fit: cover;
}

.mono_info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mono_links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: bold;
  font-family: "GothamProMedium";
  font-size: 20px;
  margin-left: auto;
}

.mono_phone {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.mono_phone > img {
  width: 21px;
}

.mono_split {
  width: 85%;
  height: 2px;
  background-color: #ebebeb;
  margin-left: auto;
}

.black_list {
  width: 70%;
  border: 2px solid var(--primary-black);
  padding: 50px 100px;
  margin: 50px auto;
  display: flex;
  gap: 150px;
  align-items: center;
}

.black_list > p {
  font-size: 16px;
  line-height: 1.5em;
}

.black_list > p strong {
  font-family: "GothamProMedium";
}

.mono_map {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
  display: none;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.mono_map.visible {
  display: flex;
  opacity: 1;
}

.hidden {
  opacity: 0;
  transition: opacity 0s ease;
}

#list {
  width: 300px;
  height: 400px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

#list > div {
  border-bottom: 1px solid #efefef;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#list > div p {
  font-size: 12px;
  line-height: 1.3em;
}

#list > div span {
  font-size: 14px;
  font-family: "GothamProMedium";
}

#mono {
  width: calc(100% - 300px);
  height: 400px;
}

@media screen and (max-width: 1700px) {
  #monobrands {
    width: 100%;
    padding: 0 50px;
  }

  .dealer_select {
    width: 100%;
    padding: 0 50px;
  }

  .mono_map {
    width: 100%;
    padding: 0 50px;
  }
}

@media screen and (max-width: 1500px) {
  .dealers_info {
    max-width: 100%;
    min-width: auto;
    gap: 100px;
  }

  .dealers_header {
    padding: 50px;
  }

  .dealers_title {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }

  .dealers_select {
    width: 100%;
    justify-content: space-evenly;
  }

  .black_list {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 1400px) {
  .mono_title {
    flex-direction: column;
  }

  .mono_title > a {
    margin-left: 0;
  }

  .mono_cont {
    flex-direction: row;
    gap: 50px;
  }

  .mono_links {
    margin-top: auto;
  }
}

@media screen and (max-width: 1200px) {
  .mono_cont {
    flex-direction: column;
  }
}

@media screen and (max-width: 1100px) {
  .black_list {
    padding: 50px;
  }

  #markers-container {
    display: none;
  }

  #map {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 1000px) {
  .dealers_info {
    flex-direction: column;
    gap: 25px;
  }

  .dealers_title {
    padding: 0;
  }

  .dealers_select {
    padding: 0 50px 15px 50px;
  }

  .black_list {
    flex-direction: column;
    gap: 25px;
  }

  .mono_item {
    flex-direction: column;
    gap: 25px;
  }
}

@media screen and (max-width: 900px) {
  #list {
    display: none;
  }

  #mono {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .dealer_select {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
}

@media screen and (max-width: 800px) {
  .dealers_header {
    padding: 25px;
  }

  .mono_title {
    padding: 0;
    gap: 25px;
  }

  #monobrands {
    padding: 0 25px;
  }

  .mono_split {
    width: 100%;
  }

  .dealers_title h2 {
    font-size: 32px;
    text-align: center;
  }

  .dealers_select {
    padding: 0 25px 15px 25px;
  }

  .dealers_select a {
    font-size: 20px;
  }

  .dealers_select {
    gap: 25px;
  }

  .black_list {
    width: calc(100% - 50px);
    padding: 25px;
  }

  .dealer_select {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 25px;
  }

  .mono_map {
    width: 100%;
    padding: 0 25px;
  }
}

@media screen and (max-width: 650px) {
  .mono_item > a > img {
    width: 100%;
    height: auto;
  }

  .mono_title > h2 {
    font-size: 17px;
  }

  .mono_info > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .dealers_select {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .dealers_select a {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  #city-selector {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .mono_links {
    margin-left: 0;
    align-items: center;
  }
}
