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

section {
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 10;
}

body {
  font-size: 18px;
  color: #211E1E;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-weight: 400;
}

html {
  margin: 0 !important;
}

.label-img img, .use-card-img img, .port-slider img, .header-slider-bg {
  height: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog-list__left img {
  height: 100%;
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.prof-card-brand img, .prof-card-brand-hidden img, .prof-card-col-1 img, .cert-slider img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

svg {
  z-index: 1;
}

.slick-arrow:before {
  display: none;
}

.absolute {
  position: absolute;
  pointer-events: none;
}

.fancy-call {
  display: none;
}

button:focus, input, a, .slick-slide:focus, .select2-selection, a:focus, .swiper-button-next,
.swiper-button-prev, .swiper-pagination-bullet, textarea, video, .big-arrows {
  outline: none;
}

.slick-slider, .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-slide {
  height: auto;
}

div.wpcf7 .ajax-loader {
  display: none;
}

input, button, textarea {
  font-family: inherit;
  font-weight: 400;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

h1, h2, h3, h4, h5, h6, div, p, span, ul, li, button {
  padding: 0px;
  margin: 0px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1390px;
  }
}
.sub-text-not-existing {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.sub-text-not-existing strong {
  font-weight: 700;
}
.sub-text-not-existing ol, .sub-text-not-existing ul {
  padding-left: 24px;
  margin: 10px 0;
}
.sub-text-not-existing ul li {
  list-style-type: disc;
}
.sub-text-not-existing ol li {
  list-style-type: decimal;
}
.sub-text-not-existing a {
  text-decoration: underline;
  color: #211E1E;
}
.sub-text-not-existing a:hover {
  text-decoration: none;
}

.btn-wrapper {
  text-align: center;
}

.custom-btn, .custom-btn-outline, .single-product .sinprod button.single_add_to_cart_button, .woocommerce-page #payment #place_order, .custom-submit {
  border: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  background: #8CC73D;
  letter-spacing: -0.1px;
  padding: 0 20px 0 20px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.custom-submit {
  background: #fff;
  color: #8CC73D;
  border: 1px solid transparent;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  font-size: 14px;
}
.custom-submit:hover {
  border-color: #fff;
  background: #8CC73D;
  color: #fff;
}

.single-product .sinprod button.single_add_to_cart_button, .woocommerce-page #payment #place_order {
  background: #8CC73D !important;
}
.single-product .sinprod button.single_add_to_cart_button:hover, .woocommerce-page #payment #place_order:hover {
  background: #8CC73D !important;
  color: #fff;
  -webkit-box-shadow: 0 3px 12px #8CC73D;
          box-shadow: 0 3px 12px #8CC73D;
}

.custom-btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 3px 12px #8CC73D;
          box-shadow: 0 3px 12px #8CC73D;
}

.custom-btn-outline {
  background: #fff;
  border: 1px solid #8CC73D;
  color: #211E1E;
}

.custom-btn-outline:hover {
  background: #8CC73D;
  border: 1px solid #8CC73D;
  color: #211E1E;
}

.buy-click__btn {
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  color: #8CC73D;
  border: none;
  padding: 5px 20px;
}
.buy-click__btn:hover {
  background: transparent;
  text-decoration: underline;
  color: #8CC73D;
}

.mounting__link {
  text-align: left;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  color: #8CC73D;
  border: none;
  text-decoration: underline;
}
.mounting__link:hover {
  background: transparent;
  text-decoration: none;
  color: #8CC73D;
}

.quiz-button {
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  letter-spacing: -0.1px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.lmp_load_more_button .lmp_button {
  line-height: 44px !important;
  border-radius: 5px !important;
}

.quiz-button-next {
  border: none;
  color: #fff;
  padding: 18px 56px 16px 36px;
  background: #8CC73D url(../img/quiz-next.svg) no-repeat right 34px center;
}
.quiz-button-next:hover {
  background-position: right 30px center;
}

.quiz-button-prev {
  border: 1px solid #8CC73D;
  color: #211E1E;
  padding: 18px 36px 16px 56px;
  background: #fff url(../img/quiz-prev.svg) no-repeat left 34px center;
}
.quiz-button-prev:hover {
  background-position: left 30px center;
}

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

.wpcf7-spinner {
  display: none;
}

.single-slider.swiper-autoheight .swiper-wrapper, .rev-slider.swiper-autoheight .swiper-wrapper {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.header-slider .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}
.header-slider .custom-slider-arrow {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff url(../img/arrow-right.svg) no-repeat center center;
  position: absolute;
  z-index: 100;
  top: auto;
  margin-top: -26px;
  cursor: pointer;
  bottom: 92px;
}
.header-slider .custom-slider-prev {
  left: auto;
  right: 86px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-slider .custom-slider-next {
  right: 26px;
}
.header-slider .swiper-button-disabled {
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.slider-holder {
  position: relative;
}

.cert-slider, .port-slider, .use-slider, .related-slider {
  padding: 0 25px;
  margin: 0 -25px;
}

.cert-slider .custom-slider-arrow, .port-slider .custom-slider-arrow, .use-slider .custom-slider-arrow, .prodsin_slider_thumb .custom-slider-arrow, .related-slider .custom-slider-arrow {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff url(../img/arrow-right.svg) no-repeat center center;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -26px;
  cursor: pointer;
  bottom: 92px;
}
.cert-slider .cert-prev, .cert-slider .custom-prev, .port-slider .cert-prev, .port-slider .custom-prev, .use-slider .cert-prev, .use-slider .custom-prev, .prodsin_slider_thumb .cert-prev, .prodsin_slider_thumb .custom-prev, .related-slider .cert-prev, .related-slider .custom-prev {
  left: 0px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cert-slider .cert-next, .cert-slider .custom-next, .port-slider .cert-next, .port-slider .custom-next, .use-slider .cert-next, .use-slider .custom-next, .prodsin_slider_thumb .cert-next, .prodsin_slider_thumb .custom-next, .related-slider .cert-next, .related-slider .custom-next {
  right: 0px;
}
.cert-slider .swiper-button-disabled, .port-slider .swiper-button-disabled, .use-slider .swiper-button-disabled, .prodsin_slider_thumb .swiper-button-disabled, .related-slider .swiper-button-disabled {
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.prodsin_slider_thumb .custom-prev {
  left: 10px;
}
.prodsin_slider_thumb .custom-next {
  right: 10px;
}

.header-slide-inner {
  position: relative;
  min-height: 416px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 26px;
  margin-bottom: 66px;
}

.header-slider-bg {
  left: 0;
  top: 0;
  position: absolute;
}

.header-img {
  position: absolute;
  right: 17%;
  bottom: 0;
  max-width: 304px;
}

.header-text {
  font-size: 16px;
  padding: 30px 40px 40px 40px;
  position: relative;
  z-index: 10;
  border-radius: 5px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
}
.header-text h1, .header-text h2, .header-text h3, .header-text h4, .header-text h5, .header-text h6 {
  font-weight: 700;
  line-height: 36px;
  font-size: 32px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

.header-btns {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-btns a, .header-btns button {
  margin: 10px 10px 0 0;
}

.header-bnf {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -50px;
}

.header-bnf-i {
  color: #211E1E;
  margin: 15px 15px 0 0;
  border: 1px solid rgb(207, 207, 207);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  padding: 18px 64px 18px 24px;
  background: #fff url(../img/arrow-right.svg) no-repeat right 24px center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-bnf-i svg {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-bnf-i svg path {
  fill: #8CC73D;
}
.header-bnf-i svg .path-white {
  fill: #fff;
}
.header-bnf-i:hover {
  background: #8CC73D url(../img/arrow-white.svg) no-repeat right 24px center;
  color: #fff;
  border-color: #8CC73D;
}
.header-bnf-i:hover svg path {
  fill: #fff;
}
.header-bnf-i:hover svg .path-white {
  fill: #8CC73D;
}

.sec-title, .product_title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  font-family: "Raleway", sans-serif;
}

.custom-content {
  line-height: 28px;
}
.custom-content p {
  margin-top: 25px;
}
.custom-content h1, .custom-content h2, .custom-content h3, .custom-content h4, .custom-content h5, .custom-content h6 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 36px;
  font-family: "Raleway", sans-serif;
}
.custom-content ol, .custom-content ul {
  padding-left: 24px;
  margin: 25px 0;
}
.custom-content ul li {
  position: relative;
  list-style: none;
}
.custom-content ul li:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -16px;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  cursor: pointer;
  z-index: 100;
  background: #000;
}
.custom-content ol li {
  list-style-type: decimal;
}
.custom-content a {
  text-decoration: underline;
  color: #211E1E;
}
.custom-content a:hover {
  text-decoration: none;
}

.cert-slider {
  margin-top: 40px;
}
.cert-slider .inline-gallery {
  height: 396px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.port-slider {
  margin-top: 40px;
}
.port-slider picture {
  height: 100%;
  width: 100%;
}
.port-slider .inline-gallery {
  border-radius: 5px;
  overflow: hidden;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.port-slider .inline-gallery:hover:after, .port-slider .inline-gallery:hover:before {
  opacity: 1;
  visibility: visible;
}
.port-slider .inline-gallery:after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}
.port-slider .inline-gallery:before {
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff url(../img/magnify.svg) no-repeat center center;
  z-index: 12;
}
.cert-slider:after, .cert-slider:before, .port-slider:after, .port-slider:before, .use-slider:after, .use-slider:before, .related-slider:after, .related-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background: #FFFFFF;
}
.cert-slider:before, .port-slider:before, .use-slider:before, .related-slider:before {
  left: auto;
  right: 0;
}

.fancybox-button {
  background: transparent;
}

.fancybox-bg {
  background: transparent;
}

.fancybox-is-open .fancybox-bg {
  background: transparent;
  opacity: 1;
}

.fancybox-custom-overlay {
  z-index: 1000;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.fancybox-custom-overlay.active {
  opacity: 1;
  visibility: visible;
}

.fancybox-slide--html .fancybox-close-small {
  right: 0;
  top: 0;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small svg path {
  fill: #fff;
}

.catalog {
  padding: 40px 0 70px 0;
}
.catalog .catalog-link {
  margin-top: 40px;
}

.catalog-link {
  color: #8CC73D;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.catalog-link:after, .catalog-link:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #8CC73D;
  position: absolute;
  top: 50%;
}
.catalog-link:after {
  right: 100%;
  margin-right: 12px;
}
.catalog-link:before {
  left: 100%;
  margin-left: 12px;
}

#catalog-tabs .catalog-tabs-scroll {
  margin-right: 30px;
}
#catalog-tabs .ionTabs__head {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-tabs-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ionTabs__tab {
  border-radius: 5px;
  padding: 13px 16px;
  background: #F6F6F6;
  font-size: 14px;
  margin: 14px 14px 14px 0;
}
.ionTabs__tab:hover, .ionTabs__tab.ionTabs__tab_state_active {
  background: #8CC73D;
  color: #fff;
}

.inner-tabs .ionTabs__head {
  margin-top: -12px;
}
.inner-tabs .ionTabs__tab {
  background: #fff;
  border: 1px solid #F6F6F6;
}
.inner-tabs .ionTabs__tab:hover, .inner-tabs .ionTabs__tab.ionTabs__tab_state_active {
  background: #8CC73D;
  color: #fff;
}

.big-link {
  color: #211E1E;
  font-size: 28px;
  font-weight: 700;
  padding-right: 35px;
  background: url(../img/arrow-right.svg) no-repeat right center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.big-link:hover {
  color: #8CC73D;
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  grid-gap: 8px;
  margin-top: 15px;
}

.catalog-list__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  padding: 34px 34px 34px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.catalog-list__card:hover {
  -webkit-box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.15);
}
.catalog-list__card .catalog-list__image {
  height: 278px;
}

.catalog-list__left {
  padding: 0 35px;
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalog-list__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dashed #8CC73D;
  padding: 7px 12px;
  border-radius: 5px;
  height: 36px;
}
.catalog-list__brand img {
  max-width: 100%;
  display: block;
}

.catalog-list__title, .catalog-list__title-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-list__title h5, .catalog-list__title-hidden h5 {
  line-height: 20px;
  padding-right: 20px;
}
.catalog-list__title a, .catalog-list__title-hidden a {
  color: #211E1E;
}

.brand-rating {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.catalog-list__rating-comment {
  text-align: center;
}

.short-discription {
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0;
}
.short-discription li {
  position: relative;
  list-style: none;
  padding-left: 11px;
}
.short-discription li:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  cursor: pointer;
  z-index: 100;
  background: #000;
}

.price-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-list__price, .woocommerce div.product p.price {
  margin-right: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.catalog-list__price del, .woocommerce div.product p.price del {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  color: #A6A6A6;
  font-size: 10px;
  font-weight: 400;
}
.catalog-list__price del .woocommerce-Price-currencySymbol-uah, .woocommerce div.product p.price del .woocommerce-Price-currencySymbol-uah {
  font-size: 8px;
}
.catalog-list__price del:after, .woocommerce div.product p.price del:after {
  content: "";
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  left: -6px;
  background: #FFA800;
}
.catalog-list__price ins, .woocommerce div.product p.price ins {
  text-decoration: none;
  color: #FFA800;
  font-size: 18px;
  font-weight: 700;
}
.catalog-list__price .woocommerce-Price-currencySymbol-uah, .woocommerce div.product p.price .woocommerce-Price-currencySymbol-uah {
  font-size: 10px;
  font-weight: 400;
}

.woocommerce div.product p.price {
  margin: 0 54px 0 0;
  font-weight: 700;
}
.woocommerce div.product p.price del {
  font-size: 14px;
  opacity: 1;
}
.woocommerce div.product p.price del .woocommerce-Price-currencySymbol-uah {
  font-size: 10px;
}
.woocommerce div.product p.price del:after {
  content: "";
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  left: -6px;
  background: #FFA800;
}
.woocommerce div.product p.price ins {
  display: block;
  font-size: 32px;
}
.woocommerce div.product p.price .woocommerce-Price-currencySymbol-uah {
  font-size: 16px;
}

.woocommerce div.product span.price del, .woocommerce div.product span.price ins {
  opacity: 1;
  display: block;
}

.woocommerce div.product span.price ins {
  font-weight: 700;
}

.woocommerce div.product span.price {
  margin-bottom: 0;
}

.catalog-list__sale span, .woocommerce span.onsale {
  border-radius: 5px;
  display: inline-block;
  border-radius: 3px;
  background: #FFA800;
  color: #fff;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 4px 8px;
  font-weight: 700;
}

.woocommerce span.onsale {
  background-color: #FFA800 !important;
  position: relative;
  line-height: normal;
  top: 0;
  left: 0;
  min-height: unset;
  min-width: unset;
}

.catalog-list__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-list__actions a, .catalog-list__actions button {
  margin: 10px 10px 0 0;
}

.header-nav {
  z-index: 200;
  overflow: visible;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  padding: 25px 0 15px 0;
}
.header-nav.fixed {
  padding: 10px 0;
  -webkit-box-shadow: 0px 4px 6.2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6.2px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  -webkit-animation: show 0.4s;
          animation: show 0.4s;
}
.header-nav.fixed .header-nav-top {
  display: none;
}
.header-nav.fixed .menu-cart .checkout-button {
  display: inline-block;
}

@-webkit-keyframes show {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes show {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.menu-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-cart .checkout-button {
  display: none;
}

.home .top-separator {
  height: 165px;
}

.top-separator {
  height: 176px;
}

.header-nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 34px;
}
.header-nav-top .order-call {
  position: absolute;
  top: 100%;
  right: 0;
}
.header-nav-top .phone-list-item {
  margin-left: 14px;
}
.header-nav-top .phone-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/tel.svg) no-repeat left center;
  padding-left: 13px;
}

.reg-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 25px 0 20px;
}
.reg-soc .tel-mob-hidden {
  display: none;
}
.reg-soc a:not(:last-child) {
  margin-right: 8px;
}
.reg-soc a {
  border: 1px solid #D1D1D1;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reg-soc a:hover {
  border-color: #8CC73D;
}
.reg-soc img {
  max-width: 20px;
}

.footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-soc a:not(:last-child) {
  margin-right: 7px;
}
.footer-soc a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-soc img {
  max-width: 100%;
}

.checkout-button {
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  background: url(../img/cart.svg) no-repeat left 10px center;
  padding: 0 14px 0 37px;
  height: 36px;
  line-height: 36px;
  color: #211E1E;
  position: relative;
}
.checkout-button:hover {
  border-color: #8CC73D;
}
.checkout-button .cart-count {
  background-color: #8CC73D;
  border-radius: 25px;
  padding: 0 3px;
  min-width: 16px;
  line-height: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: -8px;
  right: -8px;
  text-align: center;
}

.phone-list {
  position: relative;
}
.phone-list a {
  color: #211E1E;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.phone-list a:hover {
  color: #8CC73D;
}

.order-call {
  font-size: 12px;
  letter-spacing: -0.4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  background: transparent;
  border: none;
  border-bottom: 1px solid #8CC73D;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.order-call:hover {
  color: #8CC73D;
  font-weight: 700;
}

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

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.navigation__menu {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation__menu > li {
  position: relative;
}
.navigation__menu > li > a {
  padding: 11px 14px 11px 54px;
  border-radius: 0px 5px 5px 0px;
  background: #F6F6F6;
}
.navigation__menu > li > a:hover {
  background: #8CC73D;
  color: #fff;
}
.navigation__menu > li > a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 40px;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 0;
}
.navigation__menu > li:hover {
  z-index: 100;
}
.navigation__menu > li > .custom-menu-icon {
  display: block;
}
.navigation__menu > li:not(:last-child) {
  margin-right: 24px;
}
.navigation__menu a {
  color: #211E1E;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navigation__menu a:hover {
  color: #8CC73D;
}

.menu-desktop .sub-menu {
  border-radius: 0 5px 5px 5px;
  width: 244px;
  padding: 10px 20px 10px 20px;
  background: #fff;
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-desktop .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #CFCFCF;
}
.menu-desktop .sub-menu a {
  padding: 11px 0;
}
.menu-desktop .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.custom-menu-icon {
  display: none;
  z-index: 2;
  position: absolute;
  width: 38px;
  left: 0;
  height: 38px;
  background: #F6F6F6;
  pointer-events: none;
  border-radius: 5px;
}

.menu-item-4971 .custom-menu-icon {
  background: #F6F6F6 url(../img/nav-menu-1.svg) no-repeat center center;
}

.menu-item-6679 .custom-menu-icon {
  background: #F6F6F6 url(../img/nav-menu-2.svg) no-repeat center center;
}

.menu-item-3591 .custom-menu-icon {
  background: #F6F6F6 url(../img/nav-menu-3.svg) no-repeat center center;
}

.menu-item-6505 .custom-menu-icon {
  background: #F6F6F6 url(../img/nav-menu-4.svg) no-repeat center center;
}

.menu-item-2840 .custom-menu-icon {
  background: #F6F6F6 url(../img/nav-menu-5.svg) no-repeat center center;
}

.navigation__menu > .menu-item-7237 > a {
  text-transform: uppercase;
  font-weight: 800;
  background: #FFA800;
  color: #fff;
  padding: 11px 24px 11px 66px;
  border-radius: 25px 5px 5px 25px;
}
.navigation__menu > .menu-item-7237 > a:after {
  display: none;
}
.navigation__menu > .menu-item-7237 > a:hover {
  background: #FFA800;
  color: #fff;
  -webkit-box-shadow: 0px 4px 21.7px 0px rgba(255, 168, 0, 0.75);
          box-shadow: 0px 4px 21.7px 0px rgba(255, 168, 0, 0.75);
}
.navigation__menu > .menu-item-7237 > .custom-menu-icon {
  width: 48px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  background: #fff url(../img/sale-ico.svg) no-repeat center center;
}

.is-menu a {
  background: 0 0 !important;
  outline: 0;
}
.is-menu a:focus, .is-menu a:hover {
  background: 0 0 !important;
  outline: 0;
}
.is-menu:hover > a {
  background: 0 0 !important;
  outline: 0;
}

.is-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  color: #000;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.is-menu, form .is-link-container {
  position: relative;
}

.is-menu a {
  line-height: 1;
}
.is-menu a::after, .is-menu a::before {
  display: none !important;
}
.is-menu.default form {
  max-width: 310px;
}
.is-menu.is-dropdown form {
  display: none;
  min-width: 310px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
}
.is-menu.full-width-menu form, .is-menu.sliding form {
  min-width: 0 !important;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 25%;
  width: 0;
  z-index: 99;
  padding: 0;
  margin: 0;
}
.is-menu.full-width-menu form:not(.is-search-form) input[type=search], .is-menu.full-width-menu form:not(.is-search-form) input[type=text] {
  background: #fff;
  color: #000;
}
.is-menu.is-dropdown form:not(.is-search-form) input[type=search], .is-menu.is-dropdown form:not(.is-search-form) input[type=text] {
  background: #fff;
  color: #000;
}
.is-menu.sliding form:not(.is-search-form) input[type=search], .is-menu.sliding form:not(.is-search-form) input[type=text] {
  background: #fff;
  color: #000;
}

.is-popup-search-form form:not(.is-search-form) input[type=search], .is-popup-search-form form:not(.is-search-form) input[type=text] {
  background: #fff;
  color: #000;
}

.is-menu.is-first form {
  right: auto;
  left: 0;
}
.is-menu.full-width-menu.open .search-close, .is-menu.full-width-menu:not(.open) form {
  display: block;
}
.is-menu.is-dropdown form[style="display: block;"] + .search-close {
  display: block;
}
.is-menu.sliding.open .search-close, .is-menu.sliding:not(.open) form {
  display: block;
}

form:hover .is-link-container, form:hover > .is-link-container {
  display: block;
}

.is-form-style-2 .is-search-submit, .is-link-container, .is-menu form .screen-reader-text, .search-close {
  display: none;
}

.is-menu form label {
  margin: 0;
  padding: 0;
}

.is-menu-wrapper {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  width: auto;
  z-index: 9999;
}

.popup-search-close, .search-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.is-menu-wrapper.is-expanded {
  width: 100%;
}

.admin-bar .is-menu-wrapper {
  top: 51px;
}

.is-menu-wrapper .is-menu {
  float: right;
}
.is-menu-wrapper .is-menu form {
  right: 0;
  left: auto;
}

.gsc-cse-search-menu {
  max-width: 310px;
  float: right;
}
.gsc-cse-search-menu .cse .gsc-control-cse, .gsc-cse-search-menu .gsc-control-cse {
  padding: 0;
}

.is-menu .search-icon-path {
  fill: #848484;
}

.search-close {
  position: absolute;
  right: -22px;
  top: 33%;
  z-index: 99999;
}

.is-menu.is-first .search-close {
  right: auto;
  left: -22px;
}
.is-menu.is-dropdown .search-close {
  top: calc(100% + 7px);
}

.popup-search-close {
  z-index: 99999;
  float: right;
  position: relative;
  margin: 20px 20px 0 0;
}

#is-popup-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(4, 4, 4, 0.91);
  z-index: 999999;
}

.is-popup-search-form form {
  width: 80%;
  margin: 20% auto 0;
}
.is-popup-search-form form.is-ajax-search {
  margin: 10% auto 0;
}

.popup-search-close:after, .search-close:after {
  border-left: 2px solid #848484;
  content: "";
  height: 20px;
  left: 9px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-search-close:before, .search-close:before {
  border-left: 2px solid #848484;
  content: "";
  height: 20px;
  left: 9px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-highlight {
  background-color: #ffffb9;
  color: #222;
}

@media screen and (max-width: 910px) {
  .is-menu form {
    left: 0;
    min-width: 50%;
    right: auto;
  }
  .is-menu.default form {
    max-width: 100%;
  }
  .is-menu.full-width-menu.active-search {
    position: relative;
  }
  .is-menu-wrapper {
    display: block;
  }
}
.is-form-style label {
  display: inline-block !important;
}

.is-menu.full-width-menu.is-first button.is-search-submit, .is-menu.sliding.is-first button.is-search-submit {
  display: inline-block !important;
}

form .is-link-container div {
  position: absolute;
  width: 200px;
  bottom: -25px;
  left: 5px;
  z-index: 99999;
  height: auto;
  line-height: 14px;
  padding: 10px 15px;
}
form .is-link-container a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 100;
  font-family: arial;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form .is-link-container a:hover {
  text-decoration: underline;
}
form .is-link-container a.is-customize-link {
  margin-left: 15px;
}

.is-form-style label {
  padding: 0;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  line-height: 1;
  line-height: 1;
  position: relative;
  padding: 0 !important;
}
.is-form-style.is-form-style-3 label {
  width: calc(100% - 36px) !important;
}
.is-form-style input.is-search-input {
  background: #fff;
  background-image: none !important;
  color: #333;
  padding: 0 12px;
  margin: 0;
  outline: 0 !important;
  font-size: 14px !important;
  height: 36px;
  min-height: 0;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #ccc !important;
  font-family: arial;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.is-form-style input.is-search-input::-ms-clear, .is-form-style input.is-search-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.is-form-style input.is-search-input::-webkit-search-cancel-button, .is-form-style input.is-search-input::-webkit-search-decoration, .is-form-style input.is-search-input::-webkit-search-results-button, .is-form-style input.is-search-input::-webkit-search-results-decoration {
  display: none;
}
.is-form-style.is-form-style-3 input.is-search-input {
  border-right: 0 !important;
}
.is-form-style button.is-search-submit {
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  opacity: 1;
  padding: 0 !important;
  margin: 0;
  line-height: 0;
  outline: 0;
  vertical-align: middle;
  width: 36px;
  height: 36px;
}

.is-menu.full-width-menu.is-first button.is-search-submit:not([style="display: inline-block;"]), .is-menu.sliding.is-first button.is-search-submit:not([style="display: inline-block;"]) {
  visibility: hidden;
}

.is-form-style .is-search-submit path {
  fill: #555;
}
.is-form-style input.is-search-submit {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px !important;
  width: auto;
}

.is-search-icon {
  width: 36px;
  padding-top: 6px !important;
}
.is-search-icon svg {
  width: 22px;
  display: inline;
}

.is-form-style input.is-search-submit {
  display: inline-block !important;
  color: #666;
  background: #ededed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
  margin: 0;
  font-size: 14px !important;
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 1;
  height: 36px;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.is-search-icon {
  display: inline-block !important;
  color: #666;
  background: #ededed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
  margin: 0;
  font-size: 14px !important;
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 1;
  height: 36px;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.is-search-icon:hover {
  background: #dcdcdc;
}

form.is-form-style input.is-search-submit:hover {
  background: #dcdcdc;
}

.is-form-style button.is-search-submit {
  position: absolute;
  top: 0;
  right: 0;
}

.is-search-form {
  margin: 0 44px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.is-search-icon {
  background: #8CC73D;
  border: none;
  border-radius: 5px;
  height: 34px;
  width: 34px;
}

.is-form-style .is-search-submit path {
  fill: #fff;
}

.is-form-style input.is-search-input {
  border: none !important;
  background: #F6F6F6;
  font-family: "Raleway", sans-serif;
  border-radius: 5px;
  height: 36px;
}

.is-form-style.is-form-style-3 label {
  width: 100% !important;
}

.offer {
  padding: 60px 0 75px 0;
  background: #F5F5F5;
}

.offer-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-gap: 22px;
  margin-top: 30px;
}

.offer-img {
  background: #F5F5F5;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  margin-bottom: 30px;
}

.offer-card-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
}

.offer-card {
  position: relative;
  background: #fff;
  line-height: 20px;
  border-radius: 5px;
  padding: 40px 40px 50px 40px;
}
.offer-card:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.offer-card:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #8CC73D url(../img/arrow-white.svg) no-repeat center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.offer-card p {
  margin-top: 20px;
  font-size: 14px;
}
.offer-card h1, .offer-card h2, .offer-card h3, .offer-card h4, .offer-card h5, .offer-card h6 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}
.offer-card ol, .offer-card ul {
  padding-left: 24px;
  margin: 25px 0;
}
.offer-card ul li {
  position: relative;
  list-style: none;
}
.offer-card ul li:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -16px;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  cursor: pointer;
  z-index: 100;
  background: #000;
}
.offer-card ol li {
  list-style-type: decimal;
}
.offer-card a {
  text-decoration: underline;
  color: #211E1E;
}
.offer-card a:hover {
  text-decoration: none;
}

.port {
  padding: 0 0 70px;
}

.port-text {
  font-family: "Montserrat", sans-serif;
  color: #211E1E;
  position: absolute;
  z-index: 100;
  background: #fff;
  border-radius: 5px;
  padding: 32px 50px;
  bottom: 35px;
  left: 40px;
}
.port-text span {
  display: block;
}

.port-text-1 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.8px;
}

.port-text-2 {
  font-size: 14px;
}

.home-content {
  padding: 0 0 70px 0;
}

.use {
  padding: 0 0 60px 0;
}

.use-card p, .blog-card p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.use-card .use-card-link, .blog-card .use-card-link {
  margin-top: 10px;
}

.use-card-img {
  height: 336px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #CECECE;
  margin-bottom: 28px;
}
.use-card-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}

.use-card-link {
  border: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  background: #8CC73D;
  letter-spacing: -0.1px;
  padding: 18px 22px 16px 22px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.use-card-link:hover {
  -webkit-box-shadow: 0 3px 12px #8CC73D;
          box-shadow: 0 3px 12px #8CC73D;
}

.use-slider {
  margin-top: 30px;
}

.rev {
  padding: 0 0 66px;
}
.rev .sec-title {
  margin-bottom: 20px;
}

.quiz-sec {
  padding: 80px 0;
}

.quiz-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quiz-l {
  width: 388px;
  background: #8CC73D;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 30px 40px 40px;
}
.quiz-l p {
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  font-size: 16px;
}
.quiz-l h1, .quiz-l h2, .quiz-l h3, .quiz-l h4, .quiz-l h5, .quiz-l h6 {
  margin: 10px 0;
  font-size: 32px;
  line-height: 36px;
  font-family: "Raleway", sans-serif;
}

.quiz-r {
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: 0px 0px 90px 0px rgba(9, 35, 55, 0.15);
          box-shadow: 0px 0px 90px 0px rgba(9, 35, 55, 0.15);
  padding: 75px 25px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.quiz-bottom {
  font-family: "Open Sans", sans-serif;
  color: #B7B7B7;
  margin-top: auto;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  position: relative;
}

.quiz-message {
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  padding-bottom: 25px;
  width: 100%;
  text-align: center;
  left: 0;
  color: red;
  font-size: 14px;
}
.quiz-message.hidden {
  display: none;
}

.quiz-counter-box {
  padding-right: 15px;
}
.quiz-counter-box.hidden {
  display: none;
}

.quiz-title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.quiz-sub {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.quiz-tab {
  display: none;
}
.quiz-tab.active {
  display: block;
}

.label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0;
}

.quiz-label {
  margin: 10px 20px;
  cursor: pointer;
  text-align: center;
  width: 140px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.quiz-label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.quiz-label.selected .label-img {
  border-color: #8CC73D;
}
.quiz-label.selected:after {
  opacity: 1;
}
.quiz-label:after {
  content: "";
  position: absolute;
  top: 128px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(../img/quiz-check.svg) no-repeat center center;
  opacity: 0;
}

.label-img {
  display: block;
  border: 1px solid #6E7070;
  border-radius: 5px;
  height: 140px;
  overflow: hidden;
  margin-bottom: 14px;
}
.quiz-form {
  margin: 50px auto 70px auto;
  width: 100%;
  max-width: 300px;
}
.quiz-form input, .quiz-form button {
  display: block;
  width: 100%;
}

.quiz-form input::-webkit-input-placeholder {
  color: #7B7B7B;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 50px;
}
.quiz-form input::-moz-placeholder {
  color: #7B7B7B;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 50px;
}
.quiz-form input:-ms-input-placeholder {
  color: #7B7B7B;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 50px;
}
.quiz-form input:-moz-placeholder {
  color: #7B7B7B;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 50px;
}

.custom-input-white::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
}

.custom-input-white::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
}

.custom-input-white:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
}

.custom-input-white:-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
}

.custom-input, .custom-input-white {
  color: #211E1E;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  background: #F3F3F3;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding: 0 15px 0 24px;
  margin-bottom: 9px;
  border: 1px solid transparent;
  display: block;
}
.custom-input:focus, .custom-input-white:focus {
  border-color: #8CC73D;
}

.custom-input-white {
  background: #fff;
  height: 58px;
  line-height: 58px;
  font-weight: 500;
  width: 100%;
  display: block;
}

.credits {
  text-align: center;
  font-size: 12px;
  background: #F6F6F6;
  font-weight: 500;
  padding: 18px 10px;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 81px 0 54px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
}

.footer-pay img {
  max-width: 100%;
}

.footer-menu li:hover {
  border-color: #8CC73D;
}
.footer-menu a {
  display: block;
  color: #211E1E;
  font-size: 12px;
  padding: 12px 0 10px 0;
}
.footer-menu a:hover {
  color: #8CC73D;
}
.footer-menu li {
  list-style: none;
  border-bottom: 1px solid #CFCFCF;
}

.footer-text, .footer-mail {
  font-size: 12px;
  line-height: 20px;
  color: #211E1E;
}

.footer-col-1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
.footer-col-1 .phone-list {
  margin: 28px 0 44px;
}
.footer-col-1 .phone-list-item {
  margin-bottom: 6px;
}

.footer-col-2 {
  width: 442px;
}
.footer-col-2 .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-col-2 li {
  width: 46%;
}

.footer-col-3 {
  width: 200px;
}

.footer-col-4 {
  width: 220px;
}

.footer-contact {
  margin: 38px 0 0;
}
.footer-contact .footer-soc {
  margin-top: 28px;
}

.prof {
  padding: 0 0 50px 0;
}

.catalog-holder {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog-col-1 {
  width: 280px;
  margin-right: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  padding: 20px;
}

.catalog-col-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.profil-col-1 {
  width: 280px;
  margin-right: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.profil-col-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.prof-nav {
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  padding: 20px;
}

.prof-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  grid-gap: 10px;
}

.prof-nav, .catalog-menu {
  font-size: 14px;
  font-weight: 500;
}
.prof-nav li, .catalog-menu li {
  list-style: none;
}
.prof-nav li:not(:last-child), .catalog-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.prof-nav .current-menu-item a, .catalog-menu .current-menu-item a {
  background: #8CC73D;
  color: #fff;
}
.prof-nav a, .catalog-menu a {
  display: block;
  color: #211E1E;
  padding: 12px 17px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.prof-nav a:hover, .catalog-menu a:hover {
  background: #8CC73D;
  color: #fff;
}
.prof-nav a:after, .catalog-menu a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  margin-top: -3px;
  right: 16px;
  z-index: 1;
}

.prof-card-list {
  margin: 24px 0 32px;
  list-style: none;
  font-size: 12px;
}
.prof-card-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}

.woocommerce-checkout #another_details {
  display: none;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(10, 10, 10, 0.8);
}

.preloader-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader-wrapper img {
  width: 90px;
  height: 90px;
}

.profil-list-value {
  font-weight: 600;
}

.prof-card {
  background: #fff;
  border: 1px solid #F6F6F6;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.prof-card-col-1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 238px;
  padding: 0 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prof-card-col-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 30px 38px 0;
}

.prof-card-title {
  font-size: 16px;
  font-weight: 600;
}

.prof-card-brand, .prof-card-brand-hidden {
  padding: 5px 6px;
  height: 44px;
  border-radius: 5px;
  overflow: hidden;
  background: rgb(248, 248, 248);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prof-card-brand picture, .prof-card-brand-hidden picture {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prof-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.prof-pop {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb {
  position: relative;
  margin: 0 0 32px;
  font-size: 12px;
}
.woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb a {
  color: #211E1E;
}
.woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:hover {
  color: #211E1E;
  text-decoration: underline;
}

.bread-arrow {
  position: relative;
  bottom: 4px;
  margin: 0 8px;
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #211E1E;
}

.catalogsec {
  padding-bottom: 10px;
  z-index: 100;
  overflow: visible;
}

.woocommerce ul .catalogsec-list__card {
  margin-bottom: 10px;
}

.catalogsec-list__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  padding: 34px 34px 34px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.catalogsec-list__card:hover {
  -webkit-box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.15);
}
.catalogsec-list__card .catalog-list__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogsec-list__card .catalog-list__left {
  width: 334px;
}
.catalogsec-list__card .brand-rating {
  margin-bottom: 40px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.catalogsec-list__card .catalog-list__brand {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalogsec-list__card .catalog-list__image {
  height: 210px;
}

.catalog-list-col-1 {
  width: 100%;
  max-width: 340px;
}

.catalog-list-col-2 {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.price-buy {
  margin-top: auto;
}

.products-filter input[type=checkbox], .products-filter .filter__checkgroup-aside {
  display: none;
}

.filter__item {
  font-weight: 600;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 11px 16px;
  margin: 22px 0 0 0;
}

.filter__title {
  pointer-events: none;
  font-size: 16px;
}

.filter__checkgroup-title {
  font-size: 14px;
  cursor: pointer;
  padding-left: 11px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.filter__checkgroup-check {
  display: block !important;
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.filter__checkgroup-check:before {
  content: "";
  top: 1px;
  left: 1px;
  position: absolute;
  background: #8CC73D;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.filter__checkgroup-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-filter .filter__properties-item:not(:last-child) {
  margin-bottom: 14px;
}

.filter__checkgroup-control:checked + .filter__checkgroup-check {
  border: 1px solid #8CC73D;
}
.filter__checkgroup-control:checked + .filter__checkgroup-check:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.filter__checkgroup-control:checked + .filter__checkgroup-check + .filter__checkgroup-title {
  color: #8CC73D;
}

.filter__properties-list {
  padding-top: 14px;
}

.filter__inner {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}
.filter__inner.show {
  opacity: 1;
}

.hidden {
  display: none;
}

.filter__header {
  cursor: pointer;
  position: relative;
}
.filter__header:after {
  content: "";
  position: absolute;
  background: url(../img/plus.svg) no-repeat center center;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.filter__header.active:after {
  background: url(../img/minus.svg) no-repeat center center;
}

.filter__checkgroup-check[for=filter-checkgroup-id-color-temnyj-dub] {
  background: url(https://vikna-bud.com.ua/wp-content/themes/medicenter/images/filter-icon/colour-1.png) no-repeat center center;
}
.filter__checkgroup-check[for=filter-checkgroup-id-color-temnyj-dub]:before {
  display: none;
}

.filter__checkgroup-check[for=filter-checkgroup-id-color-zolotyj-dub] {
  background: url(https://vikna-bud.com.ua/wp-content/themes/medicenter/images/filter-icon/colour-2.png) no-repeat center center;
}
.filter__checkgroup-check[for=filter-checkgroup-id-color-zolotyj-dub]:before {
  display: none;
}

.filter__checkgroup-check[for=filter-checkgroup-id-color-gorih] {
  background: url(https://vikna-bud.com.ua/wp-content/themes/medicenter/images/filter-icon/colour-3.png) no-repeat center center;
}
.filter__checkgroup-check[for=filter-checkgroup-id-color-gorih]:before {
  display: none;
}

.filter__checkgroup-check[for=filter-checkgroup-id-color-antraczit] {
  background: url(https://vikna-bud.com.ua/wp-content/themes/medicenter/images/filter-icon/colour-4.png) no-repeat center center;
}
.filter__checkgroup-check[for=filter-checkgroup-id-color-antraczit]:before {
  display: none;
}

.filter__checkgroup-check[for=filter-checkgroup-id-color-anod] {
  background: url(https://vikna-bud.com.ua/wp-content/themes/medicenter/images/filter-icon/colour-5.png) no-repeat center center;
}
.filter__checkgroup-check[for=filter-checkgroup-id-color-anod]:before {
  display: none;
}

.filter__checkgroup-check[for=filter-checkgroup-id-steklopaket-dvuhkamernyj] {
  background: url(https://vikna-bud.com.ua/wp-content/themes/medicenter/images/filter-icon/dvuhkamernyj.png) no-repeat center center/contain;
}

.filter__checkgroup-check[for=filter-checkgroup-id-steklopaket-odnokamernyj] {
  background: url(https://vikna-bud.com.ua/wp-content/themes/medicenter/images/filter-icon/odnokamernyj.png) no-repeat center center/contain;
}

.filter__checkgroup-check[for=filter-checkgroup-id-steklopaket-trykamernyj] {
  background: url(https://vikna-bud.com.ua/wp-content/themes/medicenter/images/filter-icon/trykamernyj.png) no-repeat center center/contain;
}

.filter__checkgroup-check[for=filter-checkgroup-id-steklopaket-tonovanyj] {
  background: url(https://vikna-bud.com.ua/wp-content/themes/medicenter/images/filter-icon/tonovanyj.png) no-repeat center center/contain;
}

.filter__checkgroup-check[for=filter-checkgroup-id-steklopaket-dvuhkamernyj],
.filter__checkgroup-check[for=filter-checkgroup-id-steklopaket-odnokamernyj],
.filter__checkgroup-check[for=filter-checkgroup-id-steklopaket-trykamernyj],
.filter__checkgroup-check[for=filter-checkgroup-id-steklopaket-tonovanyj] {
  width: 26px;
  height: 42px;
  border: none !important;
}
.filter__checkgroup-check[for=filter-checkgroup-id-steklopaket-dvuhkamernyj]:before,
.filter__checkgroup-check[for=filter-checkgroup-id-steklopaket-odnokamernyj]:before,
.filter__checkgroup-check[for=filter-checkgroup-id-steklopaket-trykamernyj]:before,
.filter__checkgroup-check[for=filter-checkgroup-id-steklopaket-tonovanyj]:before {
  display: none;
}

.reset-filter {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.catalog-banner, .catalog-banner-small, .discount-banner {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 60px 30px 36px 30px;
}
.catalog-banner h1, .catalog-banner h2, .catalog-banner h3, .catalog-banner h4, .catalog-banner h5, .catalog-banner h6, .catalog-banner-small h1, .catalog-banner-small h2, .catalog-banner-small h3, .catalog-banner-small h4, .catalog-banner-small h5, .catalog-banner-small h6, .discount-banner h1, .discount-banner h2, .discount-banner h3, .discount-banner h4, .discount-banner h5, .discount-banner h6 {
  font-weight: 700;
  line-height: 36px;
  font-size: 32px;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}
.catalog-banner strong, .catalog-banner-small strong, .discount-banner strong {
  font-weight: 700;
}
.catalog-banner p, .catalog-banner-small p, .discount-banner p {
  margin: 10px 0 20px 0;
}

.catalog-banner-small {
  font-size: 14px;
  padding: 20px;
}
.catalog-banner-small h1, .catalog-banner-small h2, .catalog-banner-small h3, .catalog-banner-small h4, .catalog-banner-small h5, .catalog-banner-small h6 {
  line-height: 28px;
  font-size: 24px;
  margin-bottom: 6px;
}
.catalog-banner-small p {
  margin: 6px 0 12px 0;
}

.catalog-banner-inner {
  background: #fff;
  border-radius: 5px;
  max-width: 420px;
  padding: 30px 42px;
}

.discount-banner .catalog-banner-inner {
  min-width: 604px;
}

.catalog-list__rating-comment .woocommerce-product-rating-custom .star-rating span {
  font-size: 8px;
  letter-spacing: 1.4px;
}

body.woocommerce-page .star-rating,
.woocommerce-product-rating-custom .star-rating {
  color: #ffc850 !important;
  font-size: inherit !important;
}

.catalog-list__rating-comment .woocommerce-product-rating-custom .star-rating::before {
  color: #cacaca !important;
  font-size: 8px;
  letter-spacing: 1.4px;
}

.catalog-list__rating-comment .woocommerce-product-rating-custom a.woocommerce-review-link {
  font-size: 14px;
  color: #313131;
  display: inline-block;
  padding-left: 25px;
  background: url("https://vikna-bud.com.ua/wp-content/themes/medicenter/images/home-img/message_icon.svg") left top no-repeat transparent;
  background-size: 16px;
  height: 16px;
  line-height: 13px;
}

.catalog-list__rating-comment .woocommerce-product-rating a {
  float: right;
  display: inline-block;
  width: auto;
  margin: 0 0px 0 10px;
}

.catalog-list__rating-comment .woocommerce-product-rating-custom a.woocommerce-LoopProduct-link {
  position: absolute;
  top: 0px;
  right: 65px;
}

.catalog-list__rating-comment .woocommerce-product-rating a:nth-child(2) {
  font-size: 12px;
  text-transform: uppercase;
}

.catalog-list__rating-comment .woocommerce-product-rating-custom .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}

.catalog-list__rating-comment .woocommerce-product-rating-custom .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 8px;
  letter-spacing: 1.4px;
}

.catalog-list__rating-comment .woocommerce-product-rating-custom .star-rating::before {
  color: #cacaca !important;
  font-size: 8px;
  letter-spacing: 1.4px;
}

.catalog-list__rating-comment .woocommerce-product-rating-custom .star-rating::before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.catalog-list__rating-comment .woocommerce-product-rating-custom .star-rating:before {
  color: #F0F0F0;
  content: "SSSSS";
}

.catalog-list__rating-comment .woocommerce-product-rating-custom .star-rating {
  float: none;
  overflow: hidden;
  position: relative;
  height: 8px;
  line-height: 1;
  font-size: 1em;
  width: 48px;
  font-family: star;
}

.catalog-list__card .star-rating, .single-product .catalog-list__card .star-rating {
  margin: 8px auto 0 auto;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
}

.woocommerce-result-count, .woocommerce-ordering, .woocommerce div.product .quantity, .sku_wrapper {
  display: none;
}

.catalog-list__title h5, .catalog-list__title-hidden h5 {
  font-family: inherit;
}

.products-filter .filter__item.filter__item--type-submit-button {
  padding: 0;
  border: none;
}
.products-filter .filter__item.filter__item--type-submit-button .button-filter-submit {
  width: 100%;
  border: none;
  float: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  background: #8CC73D;
  letter-spacing: -0.1px;
  padding: 0 20px 0 20px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.products-filter .filter__item.filter__item--type-submit-button .button-filter-submit:hover {
  color: #fff;
  -webkit-box-shadow: 0 3px 12px #8CC73D;
          box-shadow: 0 3px 12px #8CC73D;
}

.reset-filter {
  width: 100%;
  margin-top: 10px;
}

.product-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-content-wrap__left {
  width: 536px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  position: relative;
}

.woocommerce .sprod-box span.onsale {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 100;
  width: 92px;
  padding: 4px 3px;
}

.product-content-wrap__right {
  width: 100%;
}

.prodsin_slider {
  border: 1px solid #CBCBCB;
  border-radius: 5px;
}
.prodsin_slider picture {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 536px;
}
.prodsin_slider img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.prodsin_slider_thumb {
  margin-top: 10px;
}
.prodsin_slider_thumb .swiper-slide {
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
}
.prodsin_slider_thumb a {
  pointer-events: none;
}
.prodsin_slider_thumb picture {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 170px;
}
.prodsin_slider_thumb img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.radiobuttons-color__item {
  position: relative;
  margin-right: 20px;
  height: 44px;
}
.radiobuttons-color__item a {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: transparent;
}

.radiobuttons-color__input[type=radio] {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}

.radiobuttons-color__label {
  width: 44px;
  height: 100%;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
}

.radiobuttons-color_cart label {
  cursor: auto;
}

.radiobuttons-color__label[for=anod] {
  background: url(../../images/filter-icon/color-5.png) no-repeat center center/cover;
}

.radiobuttons-color__label[for=antraczit] {
  background: url(../../images/filter-icon/color-4.png) no-repeat center center/cover;
}

.radiobuttons-color__label[for=belyj-2], .radiobuttons-color__label[for=belyj] {
  background: #fff;
}

.radiobuttons-color__label[for=gorih] {
  background: url(../../images/filter-icon/color-3.png) no-repeat center center/cover;
}

.radiobuttons-color__label[for=zolotyj-dub] {
  background: url(../../images/filter-icon/color-2.png) no-repeat center center/cover;
}

.radiobuttons-color__label[for=temnyj-dub] {
  background: url(../../images/filter-icon/color-1.png) no-repeat center center/cover;
}

.radiobuttons-color__label:before {
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 5px;
  opacity: 0;
}

.osnovnyj_kolir:before {
  border: 2px solid #8CC73D;
  opacity: 1;
}

.radiobuttons-color__input:checked + .radiobuttons-color__label:before {
  opacity: 1;
  border: 1px solid #7cba3d;
  background: url(images/filter-icon/326571_check_circle_icon.png) no-repeat center center;
}

.radiobuttons-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-stock, #tab-title-reviews {
  display: none;
}

.color-block, .product-brandrat, .prod-item, .price-block, .mounting-block, .woocommerce div.product .woocommerce-tabs .panel {
  padding: 17px 30px 17px 30px;
  background: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 10px;
}

.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-block .price-title {
  margin-right: 38px;
}
.price-block .cart {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.color-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.color-block .color-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 46px;
}

.color-title, .brand-title, .specs-title, .price-title, .mounting-title {
  font-size: 16px;
  font-weight: 700;
}

.prod-item {
  padding: 40px 150px 40px 30px;
  position: relative;
  line-height: 16px;
  font-size: 12px;
}
.prod-item h1, .prod-item h2, .prod-item h3, .prod-item h4, .prod-item h5, .prod-item h6 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 12px;
}
.prod-item button, .prod-item a {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #8CC73D;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 32px 5px 0;
  background: url(../img/arrow-green-right.svg) no-repeat right center;
}
.prod-item button:hover, .prod-item a:hover {
  color: #8CC73D;
  text-decoration: underline;
}

.product-brandrat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-brandrat .brand-title {
  margin-right: 20px;
}

.prod-brand-sn {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prod-brand-sn img {
  max-width: 100px;
  max-height: 60px;
}

.product_title {
  margin-bottom: 26px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.specs-box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.specs-col-1 {
  width: 350px;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.specs-col-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.woocommerce table.shop_attributes {
  margin-bottom: 0;
  border: none;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  line-height: normal;
  border-bottom: 1px solid #E4E4E4;
}
.woocommerce table.shop_attributes th {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 10px 0px 0;
}
.woocommerce table.shop_attributes td {
  padding: 0px 0 0px 10px;
  text-align: right;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}
.woocommerce table.shop_attributes a {
  color: #211E1E;
}
.woocommerce table.shop_attributes a:hover {
  text-decoration: underline;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: transparent;
}

.specs-col-2, .mounting-text {
  font-size: 12px;
  line-height: 16px;
}
.specs-col-2 strong, .mounting-text strong {
  font-weight: 700;
}
.specs-col-2 p, .mounting-text p {
  margin-bottom: 18px;
}

.mounting-text {
  margin-top: 5px;
}

.related {
  padding-top: 80px;
}
.related .catalog-list__card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.related-slider {
  margin-top: 30px;
}

.buy-click {
  margin-right: 6px;
  border: 1px solid #8CC73D;
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.buy-click-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buy-click-inner .wpcf7-not-valid-tip {
  text-align: center;
}

.woocommerce div.product form.cart {
  margin: 0;
}

.buy-click__input {
  border: none;
  background: transparent;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #211E1E;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  display: block;
  width: 162px;
}

.buy-click input::-webkit-input-placeholder {
  color: #939393;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 44px;
}
.buy-click input::-moz-placeholder {
  color: #939393;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 44px;
}
.buy-click input:-ms-input-placeholder {
  color: #939393;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 44px;
}
.buy-click input:-moz-placeholder {
  color: #939393;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 44px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 5px 10px;
  font-size: 12px;
}

.woocommerce .product-brandrat .star-rating {
  margin: 0;
}

.term-467 .woocommerce-breadcrumb a:nth-child(3) {
  display: none;
}
.term-467 .woocommerce-breadcrumb a:nth-child(3) + .bread-arrow {
  display: none;
}

.product-brandrat .star-rating {
  width: 93px;
}
.product-brandrat .star-rating:before, .product-brandrat .star-rating span::before {
  font-size: 15px;
  letter-spacing: 3px;
}

#product-was-added {
  text-align: center;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  max-width: 480px;
}
#product-was-added .fancybox-close-small {
  display: none;
}

.product-was-added-btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-was-added-btns a, .product-was-added-btns button {
  margin: 4px 6px;
}

.wpcf7-response-output {
  display: none;
}

.sticky {
  position: fixed;
  z-index: 101;
}

.stop {
  position: relative;
  z-index: 101;
}

.blog-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  grid-gap: 50px 20px;
}

.blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog-card .use-card-img {
  width: 100%;
}
.blog-card .use-card-link {
  margin-top: auto;
}

.woocommerce-shipping-fields {
  display: none;
}

.woocommerce-multicheckbox-wrapper label:before, .wc_payment_methods label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  left: 0;
  top: 5px;
}
.woocommerce-multicheckbox-wrapper label.checked:after, .wc_payment_methods label.checked:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #8CC73D;
  border-radius: 3px;
  left: 2px;
  top: 7px;
}
.woocommerce-multicheckbox-wrapper input:checked + label:after, .wc_payment_methods input:checked + label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #8CC73D;
  border-radius: 3px;
  left: 2px;
  top: 7px;
}

.woocommerce form .woocommerce-multicheckbox-wrapper label, .wc_payment_methods label {
  padding: 6px 0 15px 27px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  cursor: pointer;
}

.wc_payment_methods li {
  position: relative;
}
.wc_payment_methods label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wc_payment_methods img {
  max-height: 100%;
}
.wc_payment_methods picture {
  height: 24px;
  position: relative;
  bottom: 5px;
  margin-left: 3px;
}

#billing_interest_field .optional {
  display: none;
}

#billing_interest_field input, .wc_payment_methods input, .custom-radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  left: -1px;
  top: -1px;
}

.checkout.woocommerce-checkout {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#order_review_heading {
  display: none;
}

#customer_details {
  width: 51%;
}

#order_review {
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
  width: 46%;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 22px;
}

.woocommerce .woocommerce-checkout-review-order {
  margin: 0;
}

.wcus-checkout-fields {
  font-size: 14px;
  font-weight: 500;
}

.checkout-item, .billing-shipping, #billing_interest_field, .payment-billing, .wcus-checkout-fields {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 16px 20px 16px 24px;
  margin-bottom: 18px;
}

.checkout-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-input-box .form-row {
  margin: 6px 0;
  width: 49%;
}

.woocommerce-page form .form-row-first {
  width: 49%;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 6px 0;
}

.woocommerce form .checkout-input-box .form-row, .comment-respond .review-input, .review-textarea {
  height: 58px;
  line-height: 58px;
  color: #211E1E;
  border-radius: 5px;
  padding: 0 21px;
  background: #fff;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: block;
  width: 100%;
}
.woocommerce form .checkout-input-box .form-row:focus, .comment-respond .review-input:focus, .review-textarea:focus {
  border-top: none !important;
}

.review-textarea {
  line-height: normal;
  padding-top: 15px;
  resize: none;
}

.woocommerce form .checkout-input-box .form-row input::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 58px;
}
.woocommerce form .checkout-input-box .form-row input::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 58px;
}
.woocommerce form .checkout-input-box .form-row input:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 58px;
}
.woocommerce form .checkout-input-box .form-row input:-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 58px;
}

.checkout-sub, label[for=billing_interest], .review-order-head, .wcus-checkout-fields h3 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

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

.woocommerce form .form-row label.screen-reader-text {
  display: none;
}

.woocommerce-NoticeGroup-checkout {
  width: 100%;
  display: none;
}

.errorInfo {
  color: red;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.shipping_method, .billing-shipping .select2-selection {
  background: #ffffff url("../../images/checkout/delivery.svg") no-repeat center left 18px;
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 0 50px 0 50px;
  font-size: 14px;
  color: #211E1E;
  background-size: 22px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-weight: 500;
}

.select2-container .select2-selection--single {
  height: 58px;
  margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 58px;
  color: #211E1E;
}

.shipping-dropdown .select2-results__options .select2-results__option:nth-child(1),
.shipping-dropdown .select2-selection.delivery-kyiv {
  background: #ffffff url("../../images/checkout/delivery.svg") no-repeat center left 18px;
  background-size: 22px 20px;
}
.shipping-dropdown .select2-results__options .select2-results__option:nth-child(2),
.shipping-dropdown .select2-selection.nova-poshta {
  background: #ffffff url("../../images/checkout/nova-poshta.png") no-repeat center left 18px;
}
.shipping-dropdown .select2-results__option {
  border-top: 1px solid #f0f0f0;
  font-size: 14px;
  color: #211E1E;
  padding: 14px 20px 14px 50px;
}
.shipping-dropdown .select2-container--open .select2-dropdown--below {
  border: none;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
}

.select2-dropdown {
  border: none;
  z-index: 100;
}

.custom-select {
  font-family: "Montserrat", sans-serif;
}

.custom-dropdown {
  z-index: 99999;
}
.custom-dropdown .select2-results__option {
  font-family: "Montserrat", sans-serif;
  padding: 14px 23px 14px 23px;
  font-size: 14px;
  border-top: 1px solid #f0f0f0;
}

.contact-form__row .select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  z-index: 100000;
}
.contact-form__row .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  padding: 0 43px 0 23px;
  line-height: 58px;
  color: #211E1E;
  font-weight: 500;
}
.contact-form__row .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 5px;
}
.contact-form__row .select2-results__option {
  padding: 14px 23px 14px 23px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: transparent;
}

.billing-shipping-select {
  width: 100%;
  position: relative;
}

.zen-ui-select__value:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 6px;
  background: #ffffff url("../../images/checkout/arrow-select-checkout.png") no-repeat;
  top: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(../../images/checkout/arrow-select-checkout.png) no-repeat;
  border: none;
  width: 8px;
  height: 6px;
  top: 26px;
  right: 24px;
  left: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.select2-container--below.select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: transparent;
  color: #211E1E;
}

.cart_item:first-child {
  border-top: 1px solid #ECECEC;
}

.cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 12px;
  border-bottom: 1px solid #ECECEC;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Raleway", sans-serif;
}

.cart-thumbnail {
  width: 180px;
  height: 136px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-title {
  font-size: 14px;
  font-weight: 700;
}

.product-sku {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  padding: 8px 0;
}

.product-price-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-quantity, .product-price {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.product-price {
  font-weight: 700;
}
.product-price .woocommerce-Price-currencySymbol-uah {
  font-weight: 500;
}

.remove-product {
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #8CC73D;
  margin-bottom: 40px;
  display: inline-block;
  padding: 10px 0;
}
.remove-product:hover {
  color: #8CC73D;
  text-decoration: underline;
}

.product-total {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.product-total .woocommerce-Price-currencySymbol-uah {
  font-weight: 500;
}

.product-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}

.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

.woocommerce-page #payment #place_order {
  float: none;
}

.order-total, .woocommerce-checkout-payment {
  text-align: center;
}

.policy-text-checkout {
  padding: 16px 0 19px;
  width: 100%;
  max-width: 240px;
  font-size: 10px;
  line-height: 13px;
}
.policy-text-checkout a {
  color: #211E1E;
  text-decoration: underline;
}
.policy-text-checkout a:hover {
  text-decoration: none;
  color: #211E1E;
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-terms-and-conditions-wrapper {
  padding-left: 26px;
  width: 100%;
  max-width: 278px;
  position: relative;
  text-align: left;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.woocommerce-terms-and-conditions-wrapper a {
  color: #8CC73D;
}
.woocommerce-terms-and-conditions-wrapper a:hover {
  text-decoration: underline;
  color: #8CC73D;
}
.woocommerce-terms-and-conditions-wrapper input {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  left: 0;
  top: 8px;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper label {
  line-height: 14px;
}

.order-total-text {
  padding-top: 34px;
  font-size: 14px;
  font-weight: 700;
}
.order-total-text .amount {
  color: #8CC73D;
}

.order-total-note {
  font-size: 10px;
  padding: 6px 0 21px;
}

.wc_payment_methods {
  list-style: none;
}

.checkoutsec {
  padding: 0 0 30px;
  overflow: visible;
}

.order_wrapper {
  max-width: 530px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}

.woocommerce ul.order_details {
  margin: 0 0 30px;
  list-style: none;
}
.woocommerce ul.order_details li {
  font-weight: 500;
  float: none;
  width: 100%;
  border-right: 0;
  padding: 20px 26px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: none;
}
.woocommerce ul.order_details li:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.woocommerce ul.order_details li strong {
  font-size: 14px;
  width: 135px;
  text-align: end;
}

.receive-text {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  margin-bottom: 0 !important;
  color: #313131;
}

.receive-icon {
  display: block;
  margin: 10px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.woocommerce ul.order_details li.order strong {
  color: #8CC73D;
}

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

.reg-popup, .contact-col-2 {
  width: 100%;
  max-width: 410px;
  border-radius: 5px;
  background: linear-gradient(135deg, rgb(161, 224, 77) 0%, rgb(140, 199, 61) 50%, rgb(161, 224, 77) 100%);
  padding: 34px 42px;
  color: #fff;
}
.reg-popup .pop-title, .reg-popup .pop-sub, .contact-col-2 .pop-title, .contact-col-2 .pop-sub {
  text-align: center;
}
.reg-popup .pop-sub, .contact-col-2 .pop-sub {
  margin: 10px 0 27px;
}

.contact-form__group {
  margin: 33px 0 30px;
}

.pop-title {
  font-size: 24px;
  font-weight: 700;
}

.pop-sub {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin: -2px 0 3px;
}

.custom-radio {
  font-size: 14px;
  font-weight: 500;
}
.custom-radio .wpcf7-list-item {
  cursor: pointer;
  display: block;
  margin: 12px 0 12px;
}
.custom-radio .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 30px;
}
.custom-radio input:checked + .wpcf7-list-item-label:before {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #fff;
  left: 2px;
  top: 2px;
}
.custom-radio .wpcf7-list-item-label:after {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #fff;
  left: 0;
  top: 0;
}

.profil-indicators {
  max-width: 295px;
  width: 53%;
}
.profil-indicators__block {
  width: 100%;
  background-color: #e7e7e7;
  border-radius: 5px;
  padding: 13px 0;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 11px;
}
.profil-indicators__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 11px;
}

.wrapper-bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px 0 0 5px;
  background: #8CC73D;
  z-index: -1;
}

.profil-indicators__block:not(:last-child) {
  margin-bottom: 5px;
}

.profil-indicators__wrap:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 17px;
}

.profil-indicators__wrap_first:before {
  background: url(../../images/3741358_cold_snow_snowflake_icon.png) no-repeat center center;
}

.profil-indicators__wrap_second:before {
  background: url(../../images/925907_full_noise_sound_volume_icon.png) no-repeat center center;
}

.profil-indicators__wrap_third:before {
  background: url(../../images/9024829_sun_light_icon.png) no-repeat center center;
}

.profil-indicators__wrap span {
  margin-left: auto;
}

.profil-popup {
  padding: 0;
  background: #fff;
  width: 100%;
  max-width: 1000px;
  border-radius: 5px;
}
.profil-popup .fancybox-close-small svg path {
  fill: #0a0a0a;
}
.profil-popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: relative;
  padding: 50px 82px 60px 60px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profil-popup__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.profil-popup__left {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
.profil-popup__img {
  width: 100%;
  margin: 0 auto 56px;
  position: relative;
}
.profil-popup__left img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.profil-brand {
  width: 100px;
  margin: auto;
}
.profil-brand img {
  width: 100%;
}

.profil-popup__right h1, .profil-popup__right h2, .profil-popup__right h3, .profil-popup__right h4, .profil-popup__right h5, .profil-popup__right h6 {
  margin-bottom: 20px;
}
.profil-popup__right p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.profil-popup__close {
  position: absolute;
  top: 25px;
  right: 20px;
  background-color: transparent;
  border: none;
}
.profil-popup__close img {
  width: 20px;
  height: 20px;
}

.profil-popup__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profil-info__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-weight: 500;
  color: #8CC73D;
}
.profil-info__download span {
  display: block;
  font-size: 12px;
  margin-left: 15px;
}

.profil-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
}
.profil-info__btn {
  padding: 15px 0;
}

.profil-popup__list {
  line-height: 18px;
  font-size: 14px;
  margin: 40px 0;
  list-style: none;
}
.profil-popup__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
  border-bottom: 1px dashed #000;
}
.profil-popup__list .profil-list__value, .profil-popup__list .profil-list__name {
  background-color: #fff;
  position: relative;
  bottom: -4px;
}
.profil-popup__list .profil-list__value {
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 4px;
}
.profil-popup__list .profil-list__name {
  padding-right: 4px;
}

.discsec .main-title, .textsec .main-title {
  margin-bottom: 30px;
}

.textsec-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 23px;
}
.textsec-box img {
  max-width: 100%;
}
.textsec-box h1, .textsec-box h2, .textsec-box h3, .textsec-box h4, .textsec-box h5, .textsec-box h6 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 22px;
  font-family: "Raleway", sans-serif;
}
.textsec-box strong {
  font-weight: 700;
}
.textsec-box p {
  margin: 22px 0;
}
.textsec-box ul, .textsec-box ol {
  margin: 22px 0;
  padding-left: 26px;
}

.textsec-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.textsec-img {
  width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.textsec-box-right .textsec-img {
  padding-left: 20px;
}

.textsec-box-left .textsec-img {
  padding-right: 20px;
}

.contactsec-box {
  margin-top: 30px;
}

.contactsec-sub {
  font-size: 18px;
  font-weight: 700;
}

.contact-list {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.contact-list .contact-list-item {
  margin: 0 40px 22px 0;
}
.contact-list .contact-list-item:last-child {
  margin: 0 0 22px 0;
}
.contact-list a {
  color: #211E1E;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-list a:hover {
  color: #8CC73D;
}

.contact-list-title {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #8CC73D;
  font-weight: 500;
}

.contact-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contact-col-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contact-col-2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 410px;
  margin-left: 40px;
}

.contact-iframe {
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.mob-menu-holder {
  padding-top: 90px;
  position: fixed;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}
.mob-menu-holder.visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mob-menu-holder .phone-list {
  margin-top: 30px;
  text-align: center;
}
.mob-menu-holder .phone-list-item {
  margin-bottom: 6px;
}

.mob-menu {
  width: 100%;
  position: relative;
  font-size: 14px;
}
.mob-menu > .menu-item-has-children .show-sub-menu {
  display: block;
}
.mob-menu > li {
  border-bottom: 1px solid #CFCFCF;
}
.mob-menu li {
  position: relative;
  list-style: none;
}
.mob-menu a {
  padding: 12px 0 10px 38px;
  display: block;
  color: #211E1E;
}
.mob-menu a:hover {
  color: #8CC73D;
}
.mob-menu .sub-menu {
  display: block;
  width: 100%;
  background: #fff;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.mob-menu .sub-menu li a {
  font-size: 12px;
  padding: 10px 0 8px 20px;
}
.mob-menu .sub-menu li .show-sub-menu {
  display: none;
}
.mob-menu .sub-menu.show {
  max-height: 500px;
  padding: 10px 20px;
}
.mob-menu .show-sub-menu {
  display: none;
  background: url(../img/plus.svg) no-repeat center center;
  width: 40px;
  height: 34px;
  border: none;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0;
}
.mob-menu .show-sub-menu.active {
  background: url(../img/minus.svg) no-repeat center center;
}

#burger {
  display: none;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background: url(../img/burger-open.svg) no-repeat center center;
  border: none;
}
#burger.open {
  background: url(../img/burger-close.svg) no-repeat center center;
}

.open-filter-btn {
  display: none;
  margin: 10px 0;
}

.catalog-list__title-hidden, .prof-card-brand-hidden {
  display: none;
}

.search .products.columns-3 {
  margin-top: 20px;
}

#thx-popup {
  text-align: center;
  border-radius: 5px;
  background: #fff;
  padding: 30px 20px 25px 20px;
  width: 100%;
  max-width: 320px;
}
#thx-popup .fancybox-close-small svg path {
  fill: #000;
}

.thx-sub {
  font-size: 16px;
  margin-top: 13px;
}

#tab-reviews, #tab-additional_information {
  display: block !important;
}

.commentlist {
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
}

#reviews .review {
  font-size: 14px;
}
#reviews img.avatar, #reviews .tval {
  display: none;
}
#reviews p.stars a::before {
  color: #ffc850;
}
#reviews #reply-title {
  display: none;
}

.little-margin {
  margin-bottom: 10px;
}

@media all and (max-width: 1200px) and (max-width: 1199.98px) {
  .home .top-separator {
    height: 200px;
  }
  .top-separator {
    height: 208px;
  }
  .is-search-form {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    margin: 20px 0 10px;
    width: 100%;
  }
  .header-nav-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 6px;
  }
  .header-img {
    right: 0;
  }
  .catalog-tabs-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog-tabs-top .big-link {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .catalog-tabs-top .catalog-tabs-scroll {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .catalog-list__card {
    padding: 14px 20px 14px 0;
  }
  .catalog-list__card .catalog-list__left {
    padding: 0 15px;
    width: 234px;
  }
  .catalog-list__card .catalog-list__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog-list__card .brand-rating {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalog-list__card h5 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .catalog-list__card .catalog-list__brand {
    width: 80px;
  }
  .catalog-list__card .catalog-list__actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog-list__card .catalog-list__actions a {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .port-text {
    padding: 16px 20px;
    bottom: 0;
    left: 0;
    margin: 10px;
  }
  .cert-slider .inline-gallery {
    height: 256px;
  }
  .footer-col-2 li {
    width: 48%;
  }
  .footer-col-3 {
    width: 166px;
    margin: 0 20px;
  }
  .footer-col-1 {
    margin-right: 30px;
  }
  .navigation__menu > li:not(:last-child) {
    margin-right: 10px;
  }
  .catalogsec-list__card {
    padding: 14px 10px 14px 0;
  }
  .catalogsec-list__card .catalog-list__left {
    width: 180px;
    padding: 0 15px;
  }
  .catalogsec-list__card .catalog-list__actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalogsec-list__card .catalog-list__actions a {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .catalogsec-list__card .catalog-list-col-2 {
    width: 210px;
    margin-left: 10px;
  }
  .prof-cards {
    grid-template-columns: repeat(auto-fill, minmax(90%, 1fr));
  }
  .product-content-wrap__left {
    width: 400px;
  }
  .prodsin_slider picture {
    height: 430px;
  }
  .prodsin_slider_thumb picture {
    height: 140px;
  }
  .price-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .buy-click__btn {
    padding: 13px 10px;
  }
  .buy-click {
    max-width: 290px;
    margin-top: 15px;
  }
  .woocommerce div.product form.cart {
    margin-top: 15px;
  }
  .specs-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .specs-col-2 {
    width: 100%;
    margin-top: 20px;
  }
  .specs-col-1 {
    width: 100%;
    margin-right: 0;
  }
  .cart-thumbnail {
    width: 100px;
    height: 120px;
    padding: 10px;
  }
  .product-right {
    margin-left: 15px;
  }
  .related .catalog-list__left {
    padding: 20px 30px;
    width: 380px;
  }
  .related .catalog-list__actions a {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media all and (max-width: 992px) and (max-width: 991.98px) {
  .no-scrollbar {
    overflow: hidden;
  }
  .header-nav.fixed .header-nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fixed .is-search-form {
    display: none;
  }
  .fixed .header-nav-top {
    margin-bottom: 0;
  }
  .menu-cart, .header-nav-top .phone-list {
    display: none;
  }
  #burger {
    display: block;
  }
  .header-nav-top .reg-soc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-nav-top .checkout-button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-nav-top #burger {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .home .top-separator {
    height: 154px;
  }
  .header-img {
    display: none;
  }
  .header-text {
    padding: 20px 25px 25px 25px;
  }
  .header-slide-inner {
    padding: 26px 26px 76px 26px;
  }
  .header-slider .custom-slider-next {
    bottom: 78px;
    right: 50%;
    margin-right: -56px;
  }
  .header-slider .custom-slider-prev {
    bottom: 78px;
    left: 50%;
    right: auto;
    margin-left: -56px;
  }
  .header-bnf {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-bnf-i {
    width: 49%;
    margin: 6px 0;
  }
  #catalog-tabs .ionTabs__head {
    margin-right: 0;
  }
  .ionTabs__head {
    margin-right: 0;
    width: 100%;
  }
  .catalog-tabs-scroll {
    width: 100%;
    margin-bottom: 18px;
  }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 5px;
  }
  .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.2;
  }
  .catalog-list {
    grid-template-columns: repeat(auto-fill, minmax(90%, 1fr));
  }
  .catalog-list__card .catalog-list__actions a {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .catalog-list__card .catalog-list__left {
    padding: 20px;
    width: 314px;
  }
  .offer-box {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    grid-gap: 22px;
  }
  .quiz-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quiz-l, .quiz-r {
    width: 100%;
  }
  .quiz-l {
    margin: 0 0 14px 0;
  }
  .use-card-img {
    height: 243px;
  }
  .cert-slider .inline-gallery {
    height: 310px;
  }
  .filter-to-open {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateX(-50px) translateZ(0);
            transform: translateX(-50px) translateZ(0);
    opacity: 0;
    visibility: hidden;
  }
  .filter-to-open.visible {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
    opacity: 1;
    visibility: visible;
  }
  .filter-to-open .sticky, .filter-to-open .stop {
    position: relative;
    top: 0 !important;
  }
  .radiobuttons-color__item {
    position: relative;
    margin: 5px 10px 5px 0;
  }
  .color-block .color-title {
    margin-right: 20px;
  }
  .open-filter-btn {
    display: block;
  }
  .top-separator {
    height: 155px;
  }
  .textsec-box, .contact-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .textsec-img, .textsec-text, .contact-col-1, .contact-col-2, #customer_details, #order_review {
    width: 100%;
  }
  .textsec-img {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .textsec-box-right .textsec-img {
    padding: 0;
  }
  .contact-col-2 {
    margin: 20px auto 0 auto;
  }
  .ti-widget.ti-goog .ti-controls {
    display: block !important;
  }
  #catalog-tabs .catalog-tabs-scroll {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) and (max-width: 767.98px) {
  .header-text {
    padding: 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .header-text h1, .header-text h2, .header-text h3, .header-text h4, .header-text h5, .header-text h6 {
    line-height: 28px;
  }
  .header-btns {
    padding-top: 10px;
  }
  .header-slide-inner {
    min-height: 388px;
    padding: 26px 10px 76px 10px;
  }
  .offer-card {
    padding: 20px;
  }
  .label-box {
    padding: 20px 0 40px 0;
  }
  .cert-slider .inline-gallery {
    height: 230px;
  }
  .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-col {
    -ms-flex-negative: unset;
        flex-shrink: unset;
  }
  .footer-col-2 {
    width: 66%;
  }
  .footer-col-1 {
    margin-right: 0;
    width: 31%;
  }
  .footer-col-1 .phone-list {
    margin: 28px 0 14px;
  }
  .footer-col-3 {
    width: 36%;
    margin: 30px 0 0 0;
  }
  .footer-col-4 {
    margin-top: 30px;
    width: 56%;
  }
  .catalog-list__title-hidden {
    display: block;
  }
  .catalogsec-list__card .brand-rating {
    margin-bottom: 10px;
  }
  .catalogsec-list__card .catalog-list__title {
    display: none;
  }
  .catalogsec-list__card .catalog-list-col {
    width: 100%;
    margin: 0;
    max-width: unset;
  }
  .catalogsec-list__card .catalog-list__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalogsec-list__card .catalog-list__actions a {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .catalogsec-list__card .catalog-list__left, .catalog-list__card .catalog-list__left {
    width: 254px;
  }
  .catalogsec-list__card .catalog-list__image, .catalog-list__card .catalog-list__image {
    height: 210px;
  }
  .catalogsec-list__card .price-sale, .catalog-list__card .price-sale {
    margin-top: 10px;
  }
  .catalogsec-list__card .short-discription, .catalog-list__card .short-discription {
    display: none;
  }
  .catalogsec-list__card .catalog-list__actions a, .catalogsec-list__card .catalog-list__actions button, .catalog-list__card .catalog-list__actions a, .catalog-list__card .catalog-list__actions button {
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    border-radius: 3px;
  }
  .product-content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-content-wrap__left {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-content-wrap__left .sticky, .product-content-wrap__left .stop {
    position: relative;
    top: 0 !important;
  }
  .specs-col-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .specs-col-2 {
    margin: 0 0 20px 0;
  }
  .blog-list {
    grid-template-columns: repeat(auto-fill, minmax(90%, 1fr));
  }
  .profil-popup__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 34px 20px 30px 20px;
  }
  .profil-popup__left, .profil-popup__right {
    width: 100%;
  }
  .profil-popup__left {
    margin: 0 0 30px 0;
  }
  .profil-popup__img {
    margin: 0 auto 27px;
    height: 240px;
    text-align: center;
  }
  .discount-banner .catalog-banner-inner {
    min-width: unset;
    max-width: unset;
  }
  .discount-banner {
    padding: 20px;
  }
}
@media all and (max-width: 576px) and (max-width: 575.98px) {
  .mob-menu-holder {
    padding-top: 72px;
  }
  .contact-list {
    font-size: 18px;
  }
  .contact-list a {
    font-size: 18px;
  }
  .reg-popup, .contact-col-2 {
    padding: 20px;
  }
  .textsec-box {
    font-size: 14px;
    line-height: 25px;
  }
  .single-post .footer-inner {
    padding: 37px 0 54px 0;
  }
  .product_title {
    line-height: 28px;
  }
  .blog-list {
    margin-top: 30px;
  }
  .textsec-box {
    margin-top: 20px;
  }
  .header-nav .navigation__logo img {
    max-width: 92px;
  }
  .checkout-button .cart-count {
    border-radius: 20px;
    min-width: 12px;
    height: 12px;
    line-height: 10px;
    top: -6px;
    right: -6px;
  }
  .reg-soc {
    margin: 0 6px 0 auto;
  }
  .reg-soc a {
    border-radius: 3px;
    width: 30px;
    height: 30px;
  }
  .reg-soc a:not(:last-child) {
    margin-right: 4px;
  }
  .reg-soc img {
    width: 12px;
  }
  .reg-soc .tel-mob-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .checkout-button {
    margin-right: 10px;
    background: url(../img/cart.svg) no-repeat left 5px center/10px;
    padding: 0 10px 0 20px;
    font-size: 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
  }
  .header-nav {
    padding: 6px 0 6px 0;
  }
  .is-search-form {
    margin: 5px 0 0;
  }
  .is-form-style input.is-search-input {
    height: 30px;
    font-size: 12px !important;
  }
  .is-search-icon {
    height: 30px;
    width: 30px;
    padding-top: 5px !important;
  }
  .is-form-style button.is-search-submit {
    height: 30px;
    width: 30px;
  }
  .home .top-separator {
    height: 83px;
  }
  .header-bnf-i {
    padding: 18px 50px 18px 15px;
  }
  .header-bnf-i svg {
    margin-right: 15px;
  }
  #catalog-tabs .simplebar-track {
    bottom: -10px;
  }
  .inner-tabs .ionTabs__head {
    margin-top: -5px;
  }
  .ionTabs__tab {
    padding: 11px 16px;
    margin: 5px 14px 5px 0;
  }
  .catalog-tabs-top .big-link {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .catalog-list__card, .catalogsec-list__card {
    padding: 12px 10px 12px 0;
  }
  .catalog-list__card .price-sale, .catalogsec-list__card .price-sale {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog-list__card .catalog-list__price, .catalogsec-list__card .catalog-list__price {
    margin-right: 10px;
  }
  .catalog-list__card .catalog-list__image, .catalogsec-list__card .catalog-list__image {
    height: 170px;
  }
  .catalog-list__card .catalog-list__left, .catalogsec-list__card .catalog-list__left {
    width: 38%;
    padding: 10px;
  }
  .catalog-list__card .catalog-list__actions a, .catalog-list__card .catalog-list__actions button, .catalogsec-list__card .catalog-list__actions a, .catalogsec-list__card .catalog-list__actions button {
    margin: 5px 5px 0 0;
  }
  .catalog-list__card h5 {
    font-size: 14px;
    line-height: 16px;
    padding-right: 0;
  }
  .sec-title {
    font-size: 24px;
    line-height: normal;
  }
  .offer-box {
    grid-template-columns: repeat(auto-fill, minmax(90%, 1fr));
    grid-gap: 10px;
  }
  .offer-card:after {
    opacity: 1;
    top: 20px;
    right: 17px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .offer-card p {
    font-size: 12px;
  }
  .offer {
    padding: 45px 0 66px 0;
  }
  .quiz-l {
    padding: 30px;
  }
  .quiz-r {
    padding: 45px 15px 25px 15px;
  }
  .quiz-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quiz-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .quiz-btns button {
    margin: 0 4px;
  }
  .quiz-counter-box {
    padding: 0;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    width: 100%;
    text-align: center;
  }
  .quiz-button-prev {
    padding: 18px 26px 16px 46px;
    background: #fff url(../img/quiz-prev.svg) no-repeat left 24px center;
  }
  .quiz-button-next {
    padding: 18px 46px 16px 26px;
    background: #8CC73D url(../img/quiz-next.svg) no-repeat right 28px center;
  }
  .label-img {
    height: 110px;
  }
  .quiz-label {
    margin: 10px;
    width: 120px;
  }
  .quiz-sec {
    padding: 53px 0;
  }
  .port {
    padding: 0 0 60px;
  }
  .use-slider .custom-slider-arrow {
    top: 120px;
  }
  .use-slider .custom-next {
    right: 7px;
  }
  .use-slider .custom-prev {
    left: 7px;
  }
  .use-card-title {
    font-size: 18px;
  }
  .use-card p {
    font-size: 12px;
  }
  .rev {
    padding: 0 0 40px;
  }
  .custom-content {
    font-size: 14px;
    line-height: 25px;
  }
  .custom-content h1, .custom-content h2, .custom-content h3, .custom-content h4, .custom-content h5, .custom-content h6 {
    font-size: 24px;
    line-height: 30px;
  }
  .cert-slider .inline-gallery {
    height: 322px;
  }
  .footer-col-2, .footer-col-1 {
    width: 100%;
  }
  .footer-col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-col-inside-2 {
    margin-left: 50px;
  }
  .footer-col-2 {
    margin: 30px 0;
  }
  .footer-col-4 {
    width: 51%;
  }
  .footer-col-3 {
    width: 44%;
  }
  .top-separator {
    height: 90px;
  }
  .filter__item {
    font-weight: 600;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 7px 16px;
    margin: 10px 0 0 0;
  }
  .products-filter .filter__properties-item:not(:last-child) {
    margin-bottom: 11px;
  }
  .catalog-banner-inner {
    padding: 15px;
  }
  .catalog-banner {
    padding: 20px;
  }
  .catalog-banner h1, .catalog-banner h2, .catalog-banner h3, .catalog-banner h4, .catalog-banner h5, .catalog-banner h6 {
    line-height: 28px;
  }
  .prof-card-col-1 {
    width: 38%;
    padding: 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prof-card-col-2 {
    padding: 12px 12px 12px 0;
  }
  .prof-card-list {
    margin: 15px 0;
  }
  .prof-card-brand-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .prof-card-bottom {
    margin-top: 0;
  }
  .prof-card-bottom .prof-card-brand {
    display: none;
  }
  .profil-popup__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profil-indicators {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
  .profil-info {
    width: 100%;
  }
  .profil-popup__list {
    margin: 20px 0;
  }
  .prodsin_slider picture {
    height: 330px;
  }
  .prodsin_slider_thumb picture {
    height: 114px;
  }
  .color-block, .product-brandrat, .prod-item, .woocommerce-tabs-custom, .price-block, .mounting-block {
    padding: 12px 15px;
  }
  .prod-item button, .prod-item a {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    margin-top: 5px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .related {
    padding-top: 56px;
  }
  .checkout-item, .billing-shipping, #billing_interest_field, .payment-billing, .wcus-checkout-fields {
    padding: 12px 15px;
  }
  .checkout-sub, label[for=billing_interest], .review-order-head, .wcus-checkout-fields h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .woocommerce-page form .form-row-first, .checkout-input-box .form-row {
    width: 100%;
  }
  #order_review {
    padding: 12px 15px;
  }
  .cart_item {
    padding: 6px 0;
  }
  .cart-thumbnail {
    width: 60px;
    height: 100%;
    padding: 0 10px 0 0;
  }
  .product-title {
    font-size: 12px;
  }
  .quiz-message {
    padding-bottom: 18px;
    font-size: 10px;
  }
  #product-was-added {
    padding: 20px;
  }
  .product-was-added-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (max-width: 430px) {
  .header-bnf-i {
    width: 100%;
    margin: 3px 0;
  }
}
@media all and (max-width: 390px) {
  .header-nav .navigation__logo img {
    max-width: 76px;
  }
  .reg-soc a {
    width: 20px;
    height: 20px;
  }
  .reg-soc img {
    max-width: 10px;
  }
  .checkout-button {
    margin-right: 22px;
    height: 20px;
    line-height: 20px;
  }
}