/*
Theme Name:         Doma Bany
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.5.1
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

a {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #000;
}

.woocommerce-info {
  display: none !important;
}

a:hover {
  text-decoration: none;
}

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

.page-header h1 {
  margin-bottom: 45px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  text-decoration: none;
}

.main h2 {
  margin-bottom: 0px;
}

.heart_img {
  width: 30px;
  margin-bottom: 0px !important;
}

.show a {
  display: block;
}


img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
  height: auto !important;
}

/* .products .product img{
    margin-bottom: 0px !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
} */


.products .product .woocommerce-loop-product__link:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

/* .products .product .woocommerce-loop-product__link:hover h3 {
  color: #cf4d00;
} */

.single-product .product_title {
  font-size: 1.9rem;
}

.activity {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.products.columns-4 .activity a.compare.button {
  margin: 0 0 0 auto;
}

/* .yith-wcwl-add-to-wishlist{
    width: 50%;
    margin-top: 0 !important;
} */

.woocommerce.product.compare-button {
  /* width: 50%; */
  margin-bottom: 0 !important;
  padding-right: 0px;
}

.feedback {
  display: none;
}

.woocommerce-pagination {
  display: block !important;
  margin-top: 15px;
}

.page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.page-numbers li {
  list-style-type: none;
}

/* a.compare.button {
    font-weight: 700 !important;
    border-color: #cf4d00 !important;
    border: 1px solid transparent;
    text-decoration: none;
    line-height: 1em;
    transition: all .15s ease-in-out;
    display: flex; 
    width: 50px;
    height: 50px;
    background:url(/);
    background-repeat:no-repeat;
    background-size: 100% 100%;
} */


a.page-numbers,
.navigation>span,
.page-numbers li>span {
  width: auto;
  height: auto;
  color: #000;
  border: none;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 9px 16px;
  border-radius: 20px;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 5px;
}

.navigation .current,
.page-numbers li>span.current {
  background: #fff;
  color: #000;
  border: 2px solid #fc5b31;
}

a.compare.button:hover {
  background-color: #cf4d00;
  color: #fff;
}

a.wshlst:hover {
  color: #cf4d00;
  border-color: #cf4d00;
  background-color: transparent;
  text-decoration: none;
}

a.page-numbers:hover,
a.wshlst {
  color: #000;
  background-color: #E5E5EF;
  text-decoration: none;
}

.saleSize {
  display: none;
}

/* .woocommerce-ordering li{
    display: none;
} */

ul.product_list_widget {
  display: flex;
  padding: 0;
}

.product_list_widget li {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  margin: 20px;
}

img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
  max-width: 100%;
}

.noShowTitle {
  display: none;
}

div#primary-sidebar {
  display: none;
}

img.priceItemImg {
  width: 60%;
}

/* .priceItem{
    display: flex;
        min-width: 150px;
    flex-wrap: wrap;
    flex-direction: column;
    width: 15%;
    margin: 20px 5px !important;
    align-items: center;
    text-transform: uppercase;
}

.priceItem p{
    margin-top: 15px;
} */

/* .priceItem a,.priceItem a:hover, .priceItem a:visited {
    text-align: center;
    color: black;
    text-decoration: none;

} */

.priceItem a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.priceItem a:hover img {
  transform: scale(1.1);
}

.priceParts .priceItem .menu-image-title-after img {
  /* margin: 0;
  padding-right: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
      border: 2px solid transparent; */
}

.priceParts .priceItem .menu-image-title-after.menu-image-title {
  padding: 0;
  margin-top: 5px;
  font-size: 14px;
  text-transform: none;
}

.priceParts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  margin: 0;
  padding: 0;
}

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

@media (max-width: 991px) {
  .priceParts {
    justify-content: space-around;
  }
}

@media (max-width: 380px) {
  .priceItem {
    min-width: 135px;
  }
}

.menu-item a span {
  color: white;
}

span.menu-image-title {
  color: white;
}


@media (min-width: 992px) {
  #popover_content_wrapper .sub-menu {
    background-color: #f79d55;
  }
}

@media (min-width: 992px) {
  #popover_content_wrapper {
    height: 500px;
  }
}

.nav-links {
  width: 100%;
}

li.menu-item {
  margin: 0 5px;
}

/* .menu-item a:hover span{
    color: #d15d00;
} */
.menu-item a:hover {
  text-decoration: none;
}

.current_page_item a img {
  border: 2px solid #cf4d00 !important;
  padding: 0px !important;
}

.priceTitle {
  text-align: center;
  margin-bottom: 15px;
  font-family: Sofia Sans !important;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: 0em;
  width: 100%;
  text-transform: uppercase;

}

.priceTitle span {
  font-family: Sofia Sans !important;
  margin-left: 195px;
}


h3 {
  margin: 20px 0 !important;
  font-size: 200%;
  /* Размер шрифта */
  border-bottom: 2px solid #d15d00;
  /* Параметры линии под текстом */
  font-weight: normal;
  /* Убираем жирное начертание */
  padding-bottom: 10px;
  /* Расстояние от текста до линии */
}

.allPricesLink {
  display: block;
  font-family: 'Onest', sans-serif;
  background: #FC5B31;
  padding: 8px 16px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
  color: #FFFFFF;
  -webkit-transition: all .5s 0s;
  -moz-transition: all .5s 0s;
  -ms-transition: all .5s 0s;
  -o-transition: all .5s 0s;
  font-size: 16px;
}

.allPricesLink:hover {
  background: #E24B24;
  color: #FFFFFF;
  text-decoration: none;
}

.allPricesLink img {
  width: 25px;
  margin: 0 5px;
}

.allPricesLinkContainer {
  display: flex;
  justify-content: flex-end;
}

/* 
.priceItem a span {
    color: black;
} */

.b-phones {
  font-size: .975rem !important;
  font-weight: 900 !important;
}

p.footer-text {
  width: 70%;
  font-size: 12px;
  padding: 20px;
}

a.custom-logo-link {
  /*width: 30%;*/
}

.footer_logo {
  display: flex;
  flex-wrap: wrap;
}

img.articleImg {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.articlePost {
  margin: 45px 0 0 0;
}

.uslugiBlock {
  background-color: #fff;
  padding: 0;
  border-radius: 2%;
}

.photoItemImg img {
  object-fit: cover;
  width: 250px;
  height: 250px;
}

.photoItemImg.active img {
  border: solid #d15d00;
}

.photoItems {
  display: flex;
  flex-wrap: wrap;
}

.photoItem {
  max-width: 250px;
  margin: 15px 15px;
}

.photoItemLink {
  margin-top: 5px;
  text-align: center;
}

.navigation {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.emodal-close {
  position: absolute !important;
  top: -15px !important;
  right: -15px !important;
  width: 30px !important;
  height: 30px !important;
  background: url(/image/close.png) -40px 0 !important;
  cursor: pointer !important;
  z-index: 11103 !important;
}

.irs-with-grid .irs-grid {
  display: none !important;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/*load more posts button styles*/
.lmp_products_loading,
.load_more_posts {
  width: 100%;
  text-align: center;
  clear: both;
}

.load_more_posts article {
  text-align: left;
}



.load_more_posts.btn:hover {
  color: white !important;
  background-color: #cf4d00 !important;
}


#popover_content_wrapper .menu>li>.sub-menu {
  display: none !important;
}

#popover_content_wrapper {
  background-color: rgba(0, 0, 0, 0) !important;
}


.woocommerce .catalogue-menu {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

.woocommerce .catalogue-menu li.catalogue-menu-item {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}

.woocommerce .catalogue-menu li a {
  background: #f9f9f9;
  border-radius: 30px;
  padding: 7px 14px;
  line-height: 1.5;
  color: #000000;
  border: 1px solid #d15d00;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.woocommerce .catalogue-menu li a:hover {
  background: #d15d00;
  color: #fff;
}


.white-popup {
  position: relative;
  background: transparent;
  padding: 0px 0 20px;
  width: auto;
  max-width: 660px;
  margin: 20px auto;
}

#call.white-popup {
  max-width: 490px;
}

.white-popup .white-popup--content {
  background: #fff;
  padding: 45px 70px 50px;
  position: relative;
}

#call.white-popup .white-popup--content {
  padding: 54px 20px 30px 20px;
  border-radius: 20px;
}

.mfp-close-btn-in .mfp-close {
  color: #000;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
  font-size: 54px;
  right: -10px;
  top: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 4;
}

.mfp-close-btn-in .mfp-close:hover {
  color: #ff1d1d;
}

.mfp-iframe-scaler .mfp-close {
  color: #fff;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
  font-size: 54px;
  width: 30px;
  right: -50px;
  top: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 4;
}

.wpcf7-form span {
  margin: 0 !important;
}

.popup--title {
  font-family: Sofia Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #000;
}

.popup--subtitle {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}

.wpcf7-form p {
  display: block !important;
  margin: 0;
}

.wpcf7-form small {
  font-family: Onest, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  margin-top: 10px;
}

.input__form {
  border: 0;
  border-radius: 54px;
  width: 100%;
  margin-top: 15px;
  background-color: #f4f4fc;
  color: #000;
  font-size: 14px;
  padding: 11.5px 20px;
  font-weight: 400;
  font-family: Onest, sans-serif;
}

.input__form::placeholder {
  color: #959595;
}

.input__form:focus {
  background-color: #E5E5EF;
}

.textarea__form {
  width: 100%;
  border: 0;
  border-radius: 20px;
  background-color: #F4F4FC;
  padding: 15px 20px;
  margin-top: 20px;
}

.file-input__name {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-top: 20px !important;
}

.file-input__desc {
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #959595;
  margin-top: 10px;
}

.wpcf7-spinner {
  display: none !important;
}

.submit__form {
  margin-top: 25px;
  width: 100%;
  border-radius: 73px !important;
  background-color: #FC5B31 !important;
  border-color: inherit !important;
  text-transform: lowercase;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  height: 51px;
  transition: 0.3s;
  outline: none !important;
  color: #fff;
  border: 0;
}

.submit__form:hover,
button#place_order:hover {
  background-color: #E24B24 !important;
  transition: 0.3s;
}

.submit__form:active,
button#place_order:active {
  background-color: #FF7855 !important;
  transition: 0.3s;
}

.submit__form:disabled,
button#place_order:disabled {
  background-color: #FC5B31 !important;
}

.popup--sub-title {
  font-size: 17px;
  line-height: 30px;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 34px;
}

.mfp-close-btn-in .mfp-close {
  font-size: 34px;
}

.mfp-close-btn-in .mfp-close:hover {
  color: #FC5B31;
}

@media (max-width:1440px) {
  #call.white-popup {
    max-width: 520px;
    margin-top: 100px;
  }

  .submit__form {
    height: 40px;
  }

  .input__form {
    margin-top: 10px;
  }

  .wpcf7-form small {
    font-size: 12px;
  }
}

.home .white-popup .wpcf7,
.white-popup .wpcf7 {
  border: 0;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  width: 100%;
}



@media (max-width:575px) {
  .white-popup .white-popup--content {
    padding: 25px 20px 30px;
  }

  .white-popup .white-popup--content form textarea {
    height: 140px;
  }
}

.main-header .b-phones .forma-callcenter {
  border: 0;
  outline: 0;
  box-shadow: none;
  font-size: 14px;
  width: auto;
  padding: 8px 16px;
  margin: 0px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 20px;
}

.main-header .b-phones .forma-callcenter:hover {
  background-color: #9e4600;
}

/* .js-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 3%;
  text-align: center;
  padding: 0px;
width: 100%;
  max-width: 1110px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
} */


/* .js-carousel.owl-carousel button.owl-dot {
  width: 54px;
  height: 5px;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: 0;
  background: transparent;
  margin: 0 7px;
  display: inline-block;
  vertical-align: middle;
} */

/* .js-carousel.owl-carousel button.owl-dot.active {
  border-bottom: 1px solid #d15d00;
} */

.js-carousel .owl-stage-outer,
.js-carousel .owl-item,
.js-carousel .owl-stage {
  height: 100%;
  max-height: 950px;
}

.js-carousel .js-carousel--item {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  position: relative;
  background-position: center center;
  position: relative;
}

/* .js-carousel .js-carousel--item::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
} */

.js-carousel {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  position: relative;
}

@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 150;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes show100 {
  from {
    stroke-dashoffset: 150;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.home-slider {
  /* margin-bottom: 50px; */
}

.home-slider .js-carousel {
  min-height: 600px;
  overflow-x: hidden;
  position: relative;
}



.home-slider .owl-stage-outer,
.home-slider .owl-item,
.home-slider .owl-stage,
.home-slider .owl-stage .js-carousel--item {
  min-height: 950px;
}

.home-slider-title {

  color: #fff;

  max-width: 650px;
  margin-top: 13%;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
  font-size: 45px;

  font-weight: 200;
  line-height: 1.2;

}

.home-slider-text {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  max-width: 650px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.54);
  position: relative;
  z-index: 2;
}

.home-slider .owl-carousel .owl-nav {
  /* position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1390px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

.home-slider .js-carousel .owl-dots {
  position: absolute;
  z-index: 8;
  font-family: Onest;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  bottom: 5%;
  left: 10%;
}

.home-slider .owl-carousel .owl-nav button.owl-prev {
  width: 62px;
  height: 62px;
  background: url('pic/left-pag.svg') center no-repeat rgba(255, 255, 255, 1);
  position: absolute;
  left: 15px;
  border-radius: 50%;
  background-size: 24px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.home-slider .owl-carousel .owl-nav button.owl-prev:hover {
  background: url('pic/left-pag-white.svg') center no-repeat rgba(252, 91, 49, 1);
  background-size: 16px;

}

.home-slider .owl-carousel .owl-nav button.owl-next {
  width: 62px;
  height: 62px;
  background: url('pic/right-pag.svg') center no-repeat rgba(255, 255, 255, 1);
  position: absolute;
  right: 15px;
  border-radius: 50%;
  background-size: 15px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.home-slider .owl-carousel .owl-nav button.owl-next:hover {
  background: url('pic/right-pag-white.svg') center no-repeat rgba(252, 91, 49, 1);
  background-size: 16px;
}

.home-slider .owl-carousel .owl-nav button:focus {
  outline: 0;
}

@media(max-width:1600px) {
  .container.small.wrapp-title h1 {
    font-size: 90px;
    line-height: 90px;
  }
}

@media(max-width:1580px) {

  .container.small.wrapp-title h1 {
    font-size: 75px;
    line-height: 75px;
  }
}

@media(max-width:1240px) {
  .allPricesLinkContainer {
    justify-content: flex-start;
  }
}

@media (max-width: 1200px) {
  .home-slider .owl-nav .owl-prev {
    left: 15px;
  }

  .home-slider .owl-nav .owl-next {
    right: 15px;
  }
}

@media(max-width:980px) {
  .container.small.wrapp-title h1 {
    font-size: 60px;
    line-height: 60px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
  }


}

@media (max-width: 991px) {
  .home-slider .owl-nav {}

  /* .home-slider .js-carousel, .home-slider .owl-stage-outer, .home-slider .owl-item, .home-slider .owl-stage, .home-slider .owl-stage .js-carousel--item {
    min-height: 500px;
} */
  /* .home-slider .owl-carousel .owl-nav button.owl-next,
.home-slider .owl-carousel .owl-nav button.owl-prev {
  display: none;
} */
}

@media(max-width:880px) {
  .container.small.wrapp-title h1 {
    width: 100%;
  }

}

@media (max-width: 780px) {
  .container.small.wrapp-title h1 {
    font-size: 55px;
    line-height: 55px;
  }

}

@media (max-width: 767px) {
  .home-slider-title {
    font-size: 24px;
  }

  /* .home-slider .js-carousel, .home-slider .owl-stage-outer, .home-slider .owl-item, .home-slider .owl-stage, .home-slider .owl-stage .js-carousel--item {
  min-height: 320px;
} */
}

@media(max-width:580px) {
  .container.small.wrapp-title h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {

  .home-slider-title {
    font-size: 22px;
    text-align: center;
  }

  .home-slider-text {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .home-slider .js-carousel {
    min-height: 400px;
  }

  /* .home-slider .js-carousel, .home-slider .owl-stage-outer, .home-slider .owl-item, .home-slider .owl-stage, .home-slider .owl-stage .js-carousel--item {
  min-height: 280px;
} */
  .home-slider .js-carousel .owl-dots {
    padding-left: 0;
    text-align: center;
  }

  .home-slider .js-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    width: 30px;
  }
}

.menu-cat {
  background: #212529;
  margin-top: 10px;
}

.menu-cat ul.menu {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-cat ul.menu li {
  padding: 10px 15px;
  color: #fff;
}

.menu-cat ul.menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.menu-cat ul.menu li a:hover {
  color: #d15d00;
}

.main-header {
  margin: 0 !important;
}

.main-header .logo {
  padding-top: 7px;
  padding-left: 0px;
  margin: 0 0 0 -16px;
}

.main-header .b-phones {
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  align-items: center;
  padding-right: 0;
}

.main-header .b-phones .b-phones-telephone {
  margin-left: 15px;
}

.main-header .b-phones .b-phones-telephone a:hover {
  text-decoration: none;
}

.main-header .b-phones p {
  margin: 0;
}

.main-header .b-geo-target {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
}


/* .main-header .b-geo-target .b-geo-target__description {
  margin-right: 10px;
} */

.main-header .collapse.show {
  background: transparent;
}

@media (max-width: 991px) {
  .menu-cat ul.menu #menu-item-11643 {
    display: none;
  }

  .main-header .navbar-nav {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .menu-cat ul.menu li {
    padding: 10px 10px;
  }
}

@media(max-width:680px) {
  .priceTitle span {
    margin-left: 23%;
  }
}

@media (max-width: 575px) {
  .menu-cat ul.menu {
    justify-content: center;
  }

  .menu-cat ul.menu li {
    padding: 10px 5px;
  }

  .priceTitle span {
    margin-left: 15%;
  }
}

@media(max-width:480px) {
  .container.small.wrapp-title h1 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media(max-width:420px) {
  .container.small.wrapp-title h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .allPricesLink {
    font-size: 14px;
  }

}



@media(max-width:360px) {
  .container.small.wrapp-title h1 {
    font-size: 35px;
    line-height: 35px;
  }
}

.flex-control-nav {
  list-style: none;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: flex-start;
}

.flex-control-nav li {
  margin-right: 10px;
  width: calc(25% - 10px);
}

.flex-control-nav li img {
  width: 100%;
  height: auto;
}

.col-md-12>.product.product-type-simple {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.col-md-12>.product.product-type-simple>.woocommerce-product-gallery {
  width: 48%;
}

.col-md-12>.product.product-type-simple>.summary {
  width: 48%;
}

.product.product-type-simple .woocommerce-product-gallery__image:first-child,
.product.product-type-simple .woocommerce-product-gallery__image:not(first-child) {
  padding: 0;
  width: 100%;
}

.woocommerce-Tabs-panel>h2 {
  display: none;
}

.single-product .product_title {
  margin-bottom: 40px;
}

.quantity {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -99
}

.breadcrumbs {
  padding: 0px 3% 60px;
}

.woocommerce .products .product .price {
  height: auto;
  margin-bottom: 15px;
}

.woocommerce .products .product .rating {
  margin-top: 5px;
}

.products .product img.ajax-loading {
  position: absolute;
}


/* .product .add_to_cart_button {
  margin-top: 15px;
      font-size: 14px;
      width: auto;
      line-height: 1.5;
      padding: 8px 16px;
      border-radius: 20px;
      background: #cf4d00;
      color: #fff;
} */
/* .product .add_to_cart_button:hover {
  background: transparent;
  color: #cf4d00;
} */

.main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.preim-it {
  margin-bottom: 30px;
  position: relative;
}

.preim-it img {
  border-radius: 10px;
}

.preim-it::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7));
}


.preim-it .preim-it_title {
  color: #fff;
  z-index: 2;
  font-size: 20px;
  line-height: 1.4;
  position: absolute;
  font-weight: bold;
  bottom: 25px;
  left: 15px;
  right: 15px;
}

@media (max-width: 991px) {
  .preim-it .preim-it_title {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .preim-it .preim-it_title {
    font-size: 20px;
  }
}

/* .main .products.columns-3 > .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  } */

.main .products.columns-3>.product .activity .product {
  padding: 0;
}

/* .main .products.columns-3 .product h3,
  .products.columns-2 .product h3,
  .products .product h3 {
    font-size: 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  } */
@media (max-width: 767px) {
  .main .products.columns-3>.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}

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

.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
  padding-right: 15px;
}

.loop-atribute {
  font-size: 14px;
}

.widget .woof .widget_price_filter .price_slider_amount,
.widget .woof_list_checkbox,
.widget .woof_list_radio {
  font-size: 0.7751em;
}

.widget .woof_list label {
  margin-bottom: 0;
  width: calc(100% - 30px);
}

.price.price-center .price-value {
  text-align: right;
}

.products .price.price-center .price-title {
  text-align: left;
}

.woocommerce-product-attributes-item__value a {
  color: #212529;
}

.single_add_to_cart_button {
  border: 1px solid #d15d00;
  outline: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  width: auto;
  padding: 8px 16px;
  margin: 0px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 20px;
  color: #fff;
  background-color: #d15d00;
}

.single_add_to_cart_button:hover {
  color: #d15d00;
  background-color: transparent;
}

.gallery__title h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: Sofia Sans, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: 0em;
  color: #000;
}

.gallery-n_item {
  position: relative;
}

.gallery-n_items .gallery-n_item {
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
  align-self: center;
  align-items: center;
  text-decoration: none;
  height: 260px;
}

.gallery-n_items .gallery-n_item .gallery-n_img {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.gallery-n_img {
  width: 100%;
  max-width: none;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.3s;
  height: 100%;
}

.gallery-n_img img {
  object-fit: cover;
  height: 100%;
}

.gallery-n_img::after {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
  border-radius: 20px;
}

.icon-plus {
  position: absolute;
  left: 45%;
  right: 50%;
}

.gallery-n_items .gallery-n_item:hover .gallery-n_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: 0.3s;
  transform: scale(1.1);
}

.gallery-n_items .gallery-n_item .gallery-n_name {
  width: calc(100% - 170px);
  margin-left: 20px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  bottom: 15px;
  color: #fff;
  font-weight: 700;
  font-family: Onest, sans-serif;
}

.b-gallery__item.gal .b-gallery-item__title {
  font-size: 22px;
  padding: 0;
}

.b-gallery__item.gal a {
  text-decoration: none;
}

.b-gallery__item.gal a img {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.b-gallery__item.gal a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.b-gallery__item.gal a:hover {
  color: #853b00;
}

.catalog-link-home a {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #000;
  text-decoration: none;
}

.catalog-link-home:hover a {
  text-decoration: none;
  color: #cf4d00;
}

.service-category-col {
  margin-bottom: 30px;
}

.service-category__wrapper {
  height: 100%;
  background: #fff;
  border-radius: 20px;
}

.service-category__img {
  padding: 20px 20px 0px 20px;
}

.service-category__wrapper .service-category__img img {
  border-radius: 20px;
  height: 230px;
  object-fit: cover;
}

.service-category ul {
  overflow: hidden;
  height: 130px;
  position: relative;

}

.service-category__wrapper:hover {
  background: #fff;
}

.service-category__wrapper .service-category h3 {
  color: #FC5B31 !important;
  font-size: 20px !important;
  font-weight: 700;
  font-family: Onest, sans-serif !important;
  margin: 20px 0 6px !important;
  border: 0 !important;
  padding: 0px 20px 0px 20px;
}

.service-category__wrapper:hover .service-category {
  position: absolute;
  z-index: 4;
  width: calc(100% - 30px);
  background-color: #fff !important;
  background: #fff !important;
}

.service-category__wrapper:hover .service-category ul {
  overflow: visible;
  height: auto;

}

.service-category ul::after {
  content: '';
  bottom: 0px;
  left: 20px;
  width: 90%;
  height: 50px;
  z-index: 2;
  position: absolute;
  background: rgb(0, 43, 55);
  background: -o-linear-gradient(top, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), color-stop(100%, rgba(238, 238, 238, 1)));
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eee", endColorstr="#eee", GradientType=1);
  /* padding: 20px; */
  margin: auto;
  display: block;
}

.service-category__wrapper:hover .service-category ul::after {
  display: none;
}

.service-category__wrapper .service-category a:hover {
  text-decoration: none;
  color: #d31319;
}

.service-category__wrapper .service-category li {
  padding: 0px 0px 0px 20px;
}

@media (max-width: 767px) {
  .service-category__wrapper:hover .service-category {
    position: relative;
    width: 100%;
  }

  .service-category ul::after {
    display: none;
  }

  .service-category ul {
    position: relative;
    overflow: visible;
    height: auto;
  }

  .service-category__wrapper {
    height: auto;
  }

  #cke_pastebin,
  #mytable,
  .table-wrap-mobile {
    overflow-x: auto;
  }

  table td,
  table th {
    font-size: 12px;
    padding: 5px;
  }
}

.order-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.order-box .woocommerce-ordering,
.order-box .woocommerce-result-count {
  margin: 0 0 20px;
}

.order-box .woocommerce-ordering .orderby {
  /* height: 39px; */
  /* border-radius: 4px;
  padding: 0 10px; */
}

.orderby-dropdown {
  overflow: hidden;
}

.orderby-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;

}

.dropdown-item {
  margin-bottom: 5px;
}
.woocommerce-ordering a {
  border-bottom: none;
}
.dropdown-item a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 5px;
}

.dropdown-item a:hover,
.dropdown-item a.selected {
  background-color: #f0f0f0;
}

.dropdown-visible {
  max-height: 200px;
}

.order-box a.wshlst {
  margin-bottom: 20px;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px !important;
  text-align: right;
  width: calc(100% - 116px);
  padding-right: 10px;
}

.summary.entry-summary .clear,
.summary.entry-summary .compare.button {
  display: inline-block;
  vertical-align: middle;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}

.summary.entry-summary .clear {
  width: 0;
}

.summary.entry-summary .compare.button {
  margin: 20px 0 0 auto;
  width: 110px;
}

@media (max-width: 767px) {

  .col-md-12>.product.product-type-simple>.woocommerce-product-gallery,
  .col-md-12>.product.product-type-simple>.summary {
    width: 100%;
  }
}

.related.products {
  margin-top: 50px;
}

.related.products h2 {
  margin-bottom: 25px;
}

.catalogue-menu+.wshlst.button {
  margin-bottom: 30px;
}

.filter-btn-lg {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 30px;
  height: 22px;
  z-index: 1;
  border-right: 1px solid #000;
  padding-right: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(pic/filter-results-button.svg);
  background-position: left center;
}

@media (max-width: 767px) {
  .archive.tax-product_cat .container .row aside.col-sm-3 {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }

  .archive.tax-product_cat .container .row .col-md-9 {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }

  .filter-btn-lg {
    display: block;
  }

  .catalog-title__cell-left {
    padding-left: 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }

  .catalog-categories {
    padding-right: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: auto;
    height: 100%;
  }

  .WOOF_Widget {
    max-width: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: -100%;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
  }

  .WOOF_Widget.show {
    left: 0;
  }

  .close-categories-list-lg {
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 28px;
  }

  .close-categories-list-lg::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background: #000;
    display: block;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .close-categories-list-lg::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background: #000;
    display: block;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

.no-scroll {
  overflow: hidden;
  width: auto;
}

.no-scroll.touch-device {
  width: 100%;
}

@media (max-width: 767px) {

  .alignleft,
  .alignright {
    display: block;
    width: 100%;
  }
}

.wishlist-link {
  border-radius: 50%;
  background: url(pic/wish-add.png) center no-repeat #fff;
  background-size: 40px;
  position: fixed;
  bottom: 3%;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
  left: 2%;
  width: 52px;
  height: 52px;
  z-index: 999;
}

.wishlist-link:hover {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .7);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .7);
  width: 56px;
  height: 56px;
}

.pagination {
  margin: 25px 0px 130px 0px;
}

.woocommerce-billing-fields {
  margin-top: 40px;
}

.woocommerce-billing-fields h3 {
  font-family: Sofia Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  border-bottom: 0;
  margin-top: 0px !important;
  margin-bottom: 25px !important;
  padding-bottom: 0 !important;
}

.woocommerce-input-wrapper,
.woocommerce-input-wrapper input {
  width: 100%;
}

#customer_details .col-md-12 {
  padding: 0px !important;
}

button#place_order {
  width: 100%;
  border-radius: 54px !important;
  text-transform: lowercase;
  font-size: 16px;
  background: #FC5B31;
  color: #fff;
  border: 0;
  height: 51px;
  margin-top: 9px !important;
}

.checkout__policy {
  font-family: Onest, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 10px;
  display: block;
}

.checkout__policy a {
  display: inline-block;
}

.shop_table thead tr th {
  font-weight: 700 !important;
  color: #000;
}

.question {
  margin-top: 40px;
}

.question__title {
  font-family: Sofia Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #000;
}

.question__callback,
.question__callback--phone,
.question__mail,
.question__mail--link {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}

.question__mail {
  margin-top: 20px;
}

.question__mail--link a,
.question__callback--phone a {
  color: #000;
}

.woocommerce-message {
  display: none !important;
}

.bapf_no_products .woocommerce-info {
  display: block !important;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

}

.priceMenus {
  margin-bottom: 40px;
}

.search-no-results .catalog-container {
  height: 550px;
}

.search-no-results .catalog-container .page-title {
  font-family: Sofia Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #000;
}

/* .search-results .woocommerce.product.compare-button {
  position: absolute;
  border-radius: 100px;
  top: 0px;
  left: 70px;
  background-color: #FFFFFF;
  z-index: 12;
  height: 50px;
  max-width: 50px;
  width: 100%;
  flex: none;
  border: 1px solid rgba(0, 0, 0, 1);
} */

@media (max-width: 420px) {
  /* .search-results .woocommerce.product.compare-button {
    height: 35px;
    max-width: 35px;
    left: 40px;
  } */
  .order-box {
    margin-bottom: 0px;
  }
}

@media (max-width:767.98px) {
  .search-no-results .catalog-container {
    height: 250px;
  }

  .search-no-results .catalog-container .page-title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .bapf_no_products .woocommerce-info {
    font-size: 13px;
    line-height: 16.5px;
  }
}

@media (max-width:1240.98px) {
  .search-no-results .catalog-container {
    height: 400px;
  }

  .search-no-results .catalog-container .page-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .bapf_no_products .woocommerce-info {
    font-size: 14px;
    line-height: 21px;
  }

  /* .search-results .woocommerce.product.compare-button {
    height: 40px;
    max-width: 40px;
    left: 45px;
  } */
}




/* ====== фильтр товаров ====== */

.selectbox {
	position:relative; 
	height: auto; 
	min-width: 166px;
	width: auto;
	height:41px; 
	background: #FFFFFF;
	/* box-shadow: 0px 2px 7px 1px #00000036; */
	cursor:pointer;
	border-radius:54px;
	}
.select {
	position:relative;
	z-index:1;
	padding:0 5px;
	border-radius:54px;
	height: 100%;
	width: 100%;
	}
.select.active {
	z-index:2;
	}
.select.hidden {
	display:block;
}
/* .select div {display:none;} */
.select.active .header {
	display:none;
}
/* .select.active div {
	display: block;
    width: 100%;
    height: 100%;
} */
.select.active .options {
    position: absolute;
    display: flex;
    width: 215px;
    height: auto;
    padding: 20px;
}
.select .header {
	position:relative;
	display:block;
	cursor:pointer;
	}
.select .selected {
    width: 100%;
    display: block;
	}
.selected-title {
	font-family: 'Onest', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
padding-left: 20px;
    padding-right: 40px;
height:100%;
width: 100%;
display:flex;
justify-content: flex-start;
align-items:center;
}
.woocommerce-ordering li:first-child {
	height:19px;
}

/* .select.active i {background-position:0 -18px;} */
.select .options {
	margin-top: 10px;
	max-height:200px; 
	overflow:auto;
    display: none;
    background: #FFFFFF;
	box-shadow: 0px 2px 7px 1px #00000036;
	border-radius:10px;
}
.options ul {
	width: 100%;
}
.options i {display:none;}
.select ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.select ul li {
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:0;
	margin-bottom: 5px
	}
	.options ul li {
		position: relative;
    width: 100%;
    display: flex;
    height: 19px;
	}
	.options ul li a {
    width: 100%;
	position: absolute;
    border-bottom: none;
    background: #FFFFFF;
}

.select ul li span {
	display:inline-block;
	line-height:1;
	color:#5d5d5d;
	cursor:pointer;
	position:relative;
	font-family: 'Onest', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: left;

	}

.select ul li span.active {font-weight:bold;}
.select li ul {margin-left:10px;}

.select ul li {
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select ul li::-ms-expand {

	display: none;
}
.options ul li { 
        -moz-appearance: none; 
        -webkit-appearance: none; 
      } 
	
	.options ul li::-ms-expand { 
        display: none; 
      } 
	
	.options ul li  {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media(max-width:1180px){
  .select.active .options {
    left: 0px;
}
}

@media(max-width:420px){
  .selectbox {
    height: 35px;
  }
 
}
@media(max-width:350px){
  .select.active .options {
    left: 0px;
}
}

 .table-wrap {
    overflow-x: auto;
  }