.gzfsdljn1 {
    font-size: 14px;
}

.about__product-gallery {
    margin-left: -105px;
}

.about__product-gallery .swiper-wrapper {
    padding-left: 105px;
}

.about__product-button {
    z-index: 15;
}

.about__product-gallery {
    max-width: 1200px;
}
.gallery__main-row {
    width: 100%;
}

@media screen and (max-width: 760px) {
    .gallery__arrow-item {
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gallery__arrow-item--right {
        right: -10px;
    }
    .gallery__arrow-item--left {
        left: -10px;
    }
    .types__content {
        flex-direction: column-reverse;
    }
    .types__content-right img {
        margin-top: 20px;
    }
    .quiz__item {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
    }
    .quiz__block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .quiz__footnote-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .quiz__footnote-item-icon {
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 10px;
        min-width: 45px;
    }
    .quiz__footnote-item-text {
        text-align: left;
        font-size: 13px;
    }
    .quiz__footnote-item-text br {
        display: none !important;
    }
    .types__title br {
        display: none;
    }
}

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

    .gallery__tnumbs-item {
        width: 100%;
    }
}

.types__nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.types__nav::-webkit-scrollbar { 
    display: none;
}
.types__gallery {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.types__gallery::-webkit-scrollbar { 
    display: none;
}

.modal__bg {
    z-index: 199997;
}

.modal__wrapper {
    z-index: 199998;
}


.about__card {
    position: relative;
}
.about__card .feedback__whatsapp-button {
    position: absolute;
    bottom: 10px;
    
    width: auto;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    position: absolute;
    background-color: #fff;
    z-index: 100;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}
.wpcf7 form .wpcf7-response-output {
    position: absolute;
    background-color: #fff;
    z-index: 100;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}

.catalog__tabs-button.active {
    border-color: rgba(255, 107, 40, 0.5);
}
.catalog__tabs-button.active .catalog__tabs-button-icon.all {
    background-image: url(../img/tabs-icon-hover-1.svg);
  }
  .catalog__tabs-button.active .catalog__tabs-button-icon.set {
    background-image: url(../img/tabs-icon-hover-2.svg);
  }
  .catalog__tabs-button.active .catalog__tabs-button-icon.bake {
    background-image: url(../img/tabs-icon-hover-3.svg);
  }
  .catalog__tabs-button.active .catalog__tabs-button-icon.washing {
    background-image: url(../img/tabs-icon-hover-4.svg);
  }
  .catalog__tabs-button.active .catalog__tabs-button-icon.table {
    background-image: url(../img/tabs-icon-hover-5.svg);
  }
  .catalog__tabs-button.active .catalog__tabs-button-icon.tandoor {
    background-image: url(../img/tabs-icon-hover-6.svg);
  }
  .catalog__tabs-button.active .catalog__tabs-button-text {
    color: #FF6B28;
  }

  .added_to_cart.wc-forward {display: none !important;}

  .product-card__cart.added {
    background-image: url(../img/quiz-check-white.svg);
  }

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

  .product__gallery-main img {
    object-fit: cover;
  }

  .product-card__image img {
    object-fit: cover;
  }

  .js-main-image {
    width: 100%;
	  max-width: 500px;
    height: 100%;
	  max-height: 500px;
  }
  .js-thumbs-large-image {
    width: 100%;
	  
  }

  .js-thumbs-large-image  img {
    object-fit: cover;
	width: 100%;
	max-width: 500px;
	/* height: 170px; */
  } 
  .product__gallery-thumbs-item {
    height: 120px;
  }

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

  .product__description-table-image {
    width: 300px;
  }

  .product__description-table-image img{
    width: 100%;
  }

  .product__description-table {
    width: calc(100% - 320px);
    align-self: flex-start;
  }
  @media screen and (max-width: 760px) {
  
    .product__gallery-thumbs-item {
        height: 100px;
      }
      .product__description-content--table {
        flex-direction: column;
      }
      .product__description-table {
        width: 100%;
      }
      .product__description-table-image {
        width: 100%;
      }
    
  }


  .empty {
    text-align: center;
    font-size: 20px;
    opacity: 0.5;
    font-weight: 300;
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }

  .card__image img {
    pointer-events: none;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.about__product-button {
  transform: rotate(180deg);
}

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

.page-text {
  text-align: center;
  color: #000;
  opacity: 0.6;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 300;
}

.loading-block.active {
  display: flex;
}
.loading-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.3);
  z-index: 100000000;
  display: none;
  align-items: center;
  justify-content: center;
}
.loader {
  position: relative;
  width: 48px;
  height: 48px;
}
.loader:before{
    content: "";
    border-left: 24px solid #FF6B28;
    border-right: 24px solid #FF6B28;
    position: absolute;
    height: 24px;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    animation: splitX 1s  linear infinite alternate;
}
.loader:after{
  content: '';
  width: 48px;
  height: 24px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom:0;
  animation:moveY 1s linear infinite alternate;
}
@keyframes splitX {
  0% {width: 0; transform: translate(-50% , 0)}
  33% {width: 100%; transform: translate(-50% , 0)}
  66% {width: 100%; transform: translate(-50% , 24px)}
  100% {width: 0; transform: translate(-50% , 24px)}
}

@keyframes moveY {
  0% , 33% {transform: translateY(0)}
  66% , 100% {transform: translateY(-24px)}
}


.woocommerce-notices-wrapper {
  display: none !important;
}

.reviews__gallery {
  position: relative;
}

.swiper-reviews-list .swiper-slide {
  width: auto !important;
}

.reviews__cards {
  width: 300vw;
  margin-left: -100vw;
}

@media screen and (max-width: 700px) {
  .reviews__cards {
    width: 2000px;
  }
}


.right-add-menu {
  display: block;
  position: fixed;
  right: -55px;
  opacity: 0;
  text-align: center;
  z-index: 2000;
  top: 200px;
  width: 55px;
  background: #FF6B28;
  padding-top: 20px;
  padding-bottom: 17px;
  transition: .1s linear 0s;
}

.right-add-menu.active {
  right: 0;
  opacity: 1;
}

.right-cart {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.right-favorite {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.right-cart span {
  background: rgb(255, 255, 255);
  border: 4px solid #FF6B28;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgb(178, 11, 51);
  position: absolute;
  top: -9px;
  right: -9px;
}

.right-favorite span {
  background: rgb(255, 255, 255);
  border: 4px solid #FF6B28;
  display: block;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgb(178, 11, 51);
  position: absolute;
  top: -9px;
  right: -9px;
}

.right-add-menu .g-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 20px;
  display: block;
  margin: 9px auto 15px auto;
}

.header__question {
  color: #fff;
  text-decoration: none;
}

.header--dark .header__question {
  color: #000;
}


.wrapper--fixed {
  z-index: 1000;
}

.header--dark .header__burger.active span {
  background-color: #fff;
}


@media screen and (max-width: 760px) {
  .gallery__arrow-item--right {
    align-items: flex-end;
    right: calc(50% - 80px);
    padding-bottom: 35px;
  }
  .gallery__arrow-item--left {
    align-items: flex-end;
    left: calc(50% - 80px);
    padding-bottom: 35px;
  }

  .swiper-slider-thumbs {
    padding-right: 20px;
  }

  .types__nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .types__nav-item {
    width: 45%;
    margin: 0;
    margin-bottom: 20px;
    min-width: 50%;
  }
  .types__nav-item-text {
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    padding-left: 18px;
  }
  .types__nav-item-image--1 {
    right: -24px;
  }
  .types__nav-item-image--2 {
    right: 0;
  }
  .types__nav-item-image--3 {
    right: -4px;
  }
  .types__nav-item-image--4 {
    right: -62px;
  }
  .types__content-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .quiz__progress {
    margin-left: 0px;
  }
  .quiz__footnote {
    background-position: 27vw 50%;
  }
  .about__card .feedback__whatsapp-button {
    position: absolute;
    bottom: 10px;
    width: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 286px;
}
.about__video {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.about__video-item {
  width: 48%;
}
.about__video-item-icon img {
  height: 50px;
}
.about__video-item-icon {
  height: 50px;
  margin-bottom: 10px;
}
.instruction {

  padding-bottom: 0;
}
.instruction__image {
  margin-bottom: 100px;
}
.feedback__label {
  border: none;
}
.feedback__whatsapp {
  align-items: center;
}
.feedback__whatsapp-icon {
  margin-right: 0;
}
.feedback__form{
  width: 100%;
}
.feedback__whatsapp-button {
  align-self: center;
}
.feedback__whatsapp-text p  br {
display: none;
}
.history__video-box h2 {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.reviews__gallery-item-button {
  margin-right: auto;
}
.reviews__gallery-item {
  padding-bottom: 80px;
}
.reviews__cards {
  width: 100%;
  margin-left: 0;
  top: 0;
}
.reviews__card img {
  height: 200px;
  object-fit: cover;
}

.reviews__card {
  width: 100%;
}
.questions__content {
  background-size: 120%;
  background-position: 0 100%;
}
.tabs {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.product__info-buttons {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.product__info-buttons-row {
  justify-content: center;
}
.feedback__block .feedback__form {
  width: 100%;
}
.others__title {
  text-align: center;
  display: block;
  width: 100%;
}
}

.page-text p {
  margin-bottom: 20px;
}
.page-text h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.page-text h3 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
}
.page-text h4 {
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.page-text strong {
  font-weight: bold;
}
.page-text b {
  font-weight: bold;
}
.page-text em {
  font-style: italic;
}

.page-text ul {
  list-style-type: disc;
  margin-bottom: 20px;
  margin-left: 20px;
  text-align: left;
}

.page-text--bottom {
  text-align: left;
}
.types__content-item img {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.types__content-left {
  padding-bottom: 50px;
}

.quiz__item-description {
  font-size: 12px;
  opacity: 0.8;
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
}

.types__content-item--2 img {
  margin-top: 10px;
  margin-bottom: 10px;
}


.types__content-item {
  align-items: center;
}

.reviews__cards-arrows  {
  position: relative;
  top: 100px;
}


.reviews__cards-arrows .gallery__arrow-item {
  z-index: 100;
  cursor: pointer;
}
.reviews__cards-arrows .gallery__arrow-item img {
  background-color: #FF6B28;
}

@media screen and (max-width: 760px) {
  .product-card {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .product-card__title {
    font-size: 19px;
  }
  .product-card__text {
    font-size: 14px;
    line-height: 1.2;
  }
  .product-card .product-card__cart {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
    border-radius: 100px;
  }
  .reviews__card {
    min-width: 100%;
  }
  .reviews__cards-arrows .gallery__arrow-item--right {
    right: calc(50% - 80px);
  }
  .reviews__cards-arrows .gallery__arrow-item--left {
    left: calc(50% - 80px);
  }
  .reviews__cards-arrows  {
    position: relative;
    top: 300px;
  }
}

.quiz__button--prev {
  margin-left: auto;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.quiz__button--prev.active {
  display: flex !important;
}
.quiz__button--prev button {
  background: none;
  border: none;
  outline: none;
  color: #808080;
  cursor: pointer;
}

.reviews__gallery-item-row ul {
  font-size: 12px;
  line-height: 1.3;
  margin-right: 10px;
}


.reviews__gallery-item-row ul li:before {
  min-width: 6px;
}

.reviews__gallery-item-text {
  font-size: 15px;
  line-height: 19px;
}

.reviews__gallery-item-image a {
  height: 100%;
  display: block;
}

.reviews__gallery-item-images {
  align-self: flex-start;
}


.product-card {
  width: 215px;
}

.product-card__title {
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}


.product-card__title:hover {
      overflow: visible;
}


.product-card__title:hover + .product-card__text {
  opacity: 0.3;
}



.product-card__text {
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-card__price p {
  font-size: 20px;
}

.product-card__button {
font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #1f1f25!important;
  border: 1px solid #ff6b28;
    border-radius: 100px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 33px;
    line-height: 33px;
    transition: all 0.3s ease 0s;
}


.product-card__button:hover {
  background: #ff6b28;
  color: #fff!important;
}






.product-card__cart {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-size: 15px;
  font-size: 0px;
}

.reviews__gallery-item-user-price {
  margin-left: auto;
  align-self: center;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}


.reviews__gallery-item-user-price i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-right: 10px;
  background-image: url(../img/icon-types-4.svg);
  background-size: 60%;
  background-color: #5f5f5f;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}




@media screen and (max-width: 1170px) {
  .product-card {
    width: 360px;
  }
  .product-card__image {
    height: 300px;
  }
  .product-card__price {
    width: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 1100px) {
  .product-card {
    width: 283px;
  }
  .product-card__image {
    height: 280px;
  }
  .product-card__price {
    width: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 1000px) {
  .product-card {
    width: 45%;
  }
  .product-card__image {
    height: 223px;
  }
  .product-card__price {
    width: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 760px) {
  .quiz__button--prev {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .quiz__info {
    order: 1;
  }
  .quiz__button {
    order: 2;
  }
  .quiz__button--prev {
    order: 3;
  }
  .reviews__card {
    margin: 0;
  }
  .swiper-reviews-list .swiper-slide {
    width: 100% !important;
  }
  .reviews__card img {
    object-fit: contain;
  }
  .product-card {
    width: 100%;
  }
  .product-card__image {
    height: 42vw;
  }
  .product-card__price {
    width: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
  .product-card .product-card__cart {
    height: 40px;
    background-size: 24px;
  }
  .reviews__gallery-item-user {
    flex-wrap: wrap;
  }
  .reviews__gallery-item-user-price {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .reviews__gallery-item-user-avatar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  .reviews__gallery-item-user-name {
    width: 100%;
    text-align: center;
  }
  .reviews__gallery-item-user-avatar img {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    object-fit: contain;
  }
  .reviews__gallery-item-user-price {
    margin-top: 20px;
  }
  .about__info-box h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .product-card {
    width: 48%;
  }
  .product-card__price {
    width: 100%;
  }
  .product-card .product-card__cart {
    margin-top: 0;
  }
  .product-card.light .product-card__button {
    height: 50px;
    line-height: 50px;
  }
}

.old-price {
  text-decoration: line-through;
}

.woocommerce-breadcrumb ul {
  display: flex;
  margin-top: 20px;
  font-size: 13px;
  margin-bottom: -20px;
  opacity: 0.4;
}
.woocommerce-breadcrumb ul li {
  margin-right: 5px;
  margin-left: 5px;
  color: #000;
}
.woocommerce-breadcrumb ul a {
  color: #000;
  text-decoration: underline;
}
  
@media screen and (max-width: 1000px) {
  .types__content-button a {
      font-size: 14px;
      padding: 0px 42px;
      height: 62px;
      line-height: 62px;
      display: inline-block;
  }
}

.header__question {
  margin-left: 21px;
  padding-right: 7px;
  border-right: none;
}

.header__download {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  height: 56px;
  padding-left: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
}

.header__download-icon {
  display: block;
  width: 39px;
  height: 39px;
  background-image: url(../img/download-2.svg);
  margin-left: 13px;
  background-repeat: no-repeat;
  background-size: cover;
}

.header__button a {
  color: #FF6B28;
  padding: 14px 22px;
  border-color: #FF6B28;
      transition: all 0.3s ease 0s;
}


.header__button a:hover {
  color: #fff;
  background: #FF6B28;
}




@media screen and (max-width: 1220px) {
  .header__contacts {
    margin-left: auto;
  }
}
@media screen and (max-width: 1170px) {
  .header__contacts {
    margin-left: auto;
  }
  .header__question { 
    margin-left: 10px;
  }
  .header__rating {
    padding-left: 10px;
  }
  .header__download {
    margin-left: 10px;
    padding-left: 20px;
  }
  .header__contacts {
    padding-left: 10px;
  }
  .header__contacts-phone a {
    font-size: 14px;
  }
  .header__contacts-text {
    font-size: 11px;
  }
  .header__logo {
    width: 210px;
  }
  .header__logo-text {
    font-size: 11px;
  }
}
@media screen and (max-width: 1000px) {
  .header__download {
    flex-direction: column;
    justify-content: center;
    font-size: 11px;
  }
  .header__download-icon {
    margin-left: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
  .header__logo {
    width: 185px;
  }
  .header__button a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 760px) {
  .header__download {
    display: none !important;
  }
  .burger-menu .header__download {
    display: flex !important;
  }
  .header__download {
    flex-direction: row;
    justify-content: center;
    font-size: 14px;
    padding-left: 0;
    margin-left: 0;
    color: #fff;
    margin-bottom: 20px;
  }
  .header__download-icon {
    margin-left: 20px;
    width: 40px;
    height: 40px;
    margin-top: 0px;
  }
  .gallery__tnumbs-item {min-width: 100%;}
  .gallery__tnumbs-item-text {
    font-size: 12px;
  }
  .feedback__text ul li {
    justify-content: flex-start;
  }
  .reviews__gallery-item-image.large {
    height: 140px !important;
  }
  .header__logo {
    width: 210px;
  }
  .reviews__gallery-item-user-avatar {
    width: 40px !important;
    min-width: 40px !important;
  }
  .reviews__gallery-item-user-name {
    width: calc(100% - 60px) !important;
    margin-left: auto;
    text-align: left;
    font-size: 14px;
  }
  .reviews__gallery-item-user-price {
    margin-top: 5px;
  }
  .reviews__gallery-item-block {
    padding: 20px;
  }
  .reviews__gallery-item-text {
    font-size: 14px;
    line-height: 17px;
  }
  .reviews__text {
    color: #fff;
    font-weight: bold;
  }
  .tabs__button {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  .tabs {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  background: #000;
 
}


.header-scr {
background-color: rgba(0, 0, 0, 0.6);
}







.hero {
  padding-top: 108px;
}

.header--dark {
  background-color: rgba(255,255,255,0.6);
}

.content-area {
  padding-top: 108px;
}

.cart {
  padding-top: 208px;
}

.header__logo-text {
  font-size: 12px;
}


#kompany {
  padding-top: 180px;
  padding-bottom: 80px;
}



#kompany h1 {
  font-family: var(--font-family);
    font-weight: 300;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0;
    padding: 0;
    margin-bottom: 80px;
}

#kompany h1 span {
  font-weight: 500;
  color: rgb(232, 182, 154);
}


.kompany-desc {
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 33px;
    line-height: 120%;
    color: #ededf4;
}



.kompany-block-item {
  display: flex;
  backdrop-filter: blur(100px);
    background: rgba(149, 129, 117, 0.1);
    border-radius: 4px;
        margin-top: 200px;
            border: 1px solid rgba(149, 129, 117, 0.3);
}

.kompany-block-block { 
width: 50%;
text-align: center;
position: relative;
padding: 20px;
}

.kompany-block-title {
  font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 20px;
}

.kompany-block-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.kompany-block-image img {
  position: absolute;
  top: -100px;
}


.kompany-block-block:nth-child(1) {
  background: url(../image/line3.svg) no-repeat center right;
}



#gory {
    background: #020408 url(../image/bg2.png) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}


.gory {
  min-height: 550px;
  border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.gory_title {
font-family: var(--font-family);
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}

.gory_desc {
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #ededf4;
}

.gory_title span,
.gory_desc span {
      color: rgb(232, 182, 154);
}


.titles {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}



.factory-desc {
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}

#factory {
background: #020408;
padding-top: 60px;
padding-bottom: 60px;
-moz-transform: scale(0.8, 0.8);
zoom: 0.8;
zoom: 80%;
}

@media (max-width:1200px) {
#factory {
    -moz-transform: scale(1, 1);
    zoom: 1;
    zoom: 100%;
  }
}


 .titles span,
 .factory-desc span {
  color: rgb(232, 182, 154);
 }


.gallery__kompany-item {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
  height: 560px;
}

.gallery__kompany-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery__kompany-image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}



.gallery__kompany {
  width: 100%;
  height: 560px;
  z-index: 10;
  position: relative;
  margin-top: 60px;
}






@media screen and (max-width: 1100px) {
  .gallery__kompany {
    height: 500px;
  }
}

@media screen and (max-width: 1000px) {
  .gallery__kompany {
    height: 400px;
  }
}

@media screen and (max-width: 760px) {
  .gallery__kompany {
    height: 300px;
  }
}


#factur {
  background: #020408 url(../image/bg3.png) no-repeat center center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 100px;
  -moz-transform: scale(0.9, 0.9);
    zoom: 0.9;
    zoom: 90%;
}



@media (max-width:1200px) {
#factur {
    -moz-transform: scale(1, 1);
    zoom: 1;
    zoom: 100%;
  }
}








#factory .gallery__tnumbs {
  padding-bottom: 0px;
}



.factur-item {
  margin-top: 50px;
}



.factur-block1 {
  display: flex;
}



.factur-title {
font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #fff;
}

.factur-title span,
.factur-block1-2 span {
  color: rgb(232, 182, 154);
}

.factur-block1-1 {
  width: 34%;
}


.factur-block1-2 {
  width: 66%;
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #c1c1c1;
}




.swiper-factur {
margin-top: 40px;
    padding-bottom: 30px;
}




#factur .swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, #3c3e41);
  top: 50px;
}



#factur .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, #e8b69a);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0px;
}


#factur .swiper-horizontal>.swiper-scrollbar,
#factur .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: var(--swiper-scrollbar-sides-offset, 0%);
  bottom: var(--swiper-scrollbar-bottom, 6px);
  height: var(--swiper-scrollbar-size, 6px);
  width: calc(100% - 2* var(--swiper-scrollbar-sides-offset, 0%));
}


.swiper-factur .swiper-slide img {
  border-radius: 6px;
}


.factur-desc2 {
  text-decoration: none;
  font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #fff;
    opacity: 0.6;
}

.factur-desc2:hover {
  opacity: 1;
}


.headen {
  display: none;
}


.factur_popap {
  width: 925px;
  max-width: 100%!important;
  background: #222327 !important;
  border-radius: 6px;
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
        color: #c1c1c1;
        padding: 50px 70px !important;
}


.factur_popap span {
  color: rgb(232, 182, 154);
}

.factur_popap .fancybox-button svg path {
  fill: #e8b69a;
  stroke-width: 0;
}

.factur_popap p {
  margin-bottom: 30px;
} 



.factur_desc {
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #fff;
        padding-top: 20px;
}



.factur-nav .swiper-button-next,
.factur-nav .swiper-button-prev {
  width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 300ms;
    top: 100px;
}


.factur-nav .swiper-button-next {
  background: url(../img/right.svg) no-repeat center center;
  right: -125px;
}
.factur-nav .swiper-button-prev {
  background: url(../img/left.svg) no-repeat center center;
  left: -125px;
}





.factur-nav .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.factur-nav .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.25);
}


.factur-nav .swiper-button-next:after,
.factur-nav .swiper-button-prev:after {
  content: "";
  display: none;
}


.factur {
  position: relative;
}







#sertificat {
  background: url(../image/bg-sert.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 170px;
  position: relative;
  -moz-transform: scale(0.9, 0.9);
    zoom: 0.9;
    zoom: 90%;
}




@media (max-width:1200px) {
    #sertificat{
      -moz-transform: scale(1, 1);
      zoom: 1;
      zoom: 100%;
    }

}


#sertificat::before {
  content: "";
  position: absolute;
  width: 1050px;
  height: 242px;
background: url(../image/trava.png) no-repeat;
bottom: 0px;
right: 0px;
z-index: 11;
}

.sertificat {
  position: relative;
  z-index: 9;
}



.sertificat-item {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.sertificat-block {
  text-align: center;
  background: #020408;
  border-radius: 6px;
  width: 350px;
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
  margin-left: 55px;
  margin-right: 55px;
}

.sertificat-block img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
  position: relative;
  top: -40px;
}


.sertificat-name {
  font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

.sertificat-name span {
  color: rgb(232, 182, 154);
}


.sertificat-link {
  display: block;
  margin-left: auto;
    margin-right: auto;
    width: 74px;
    height: 74px;
    background: url(../image/link.svg) no-repeat;
    margin-top: 20px;
        transition: all 0.3s ease 0s;
}

.sertificat-link:hover {
  opacity: 0.8;
}



.podbor-svg {
fill: #FF6B28;
}



#podbor {
  background: #020408 url(../image/podbor.png) no-repeat top center;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 80px;
}


.podbor-item {
  display: flex;
  margin-top: 60px;
  align-items: center;
  justify-content: space-between;
}


.podbor-block1 {
  width: 48%;
}

.podbor-block2 {
  width: 48%;
}


.podbor-title {
font-family: var(--font-family);
  font-weight: 500;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: -0.01em;
    color: rgb(232, 182, 154);
    margin-bottom: 20px;
}


.podbor-desc {
font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
}


.podbor-items {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 80px;
}

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


.podbor-blocks-title {
  font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}

.podbor-desc2 {
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: rgb(232, 182, 154);
    border-radius: 6px;
    padding: 20px;
    border: 0.93px solid #353639;
}



.podbor-slider {
  margin-top: 60px;
}


.podbor-slider .swiper-slide {
  opacity: 0.2;
}



.podbor-slider .swiper-slide-active {
    opacity: 1;
}

.podbor-slider .swiper-slide img {
  border-radius: 6px;
  max-height: 480px;
  object-fit: cover;
  width: 100%;
}



.podbor-nav {
  position: relative;
}



.podbor-next,
.podbor-prev {
    width: 55px;
      height: 55px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 300ms;
bottom: 220px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}


.podbor-next {
  background: url(../img/right.svg) no-repeat center center;
    right: 155px;
}

.podbor-prev {
  background: url(../img/left.svg) no-repeat center center;
    left: 155px;
}




.podbor-next:hover,
.podbor-prev:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

#prichin {
background: #020408 url(../image/prichin.png) no-repeat top center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 60px;
}


.prichin-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
      margin-bottom: 60px;
}


.prichin-block {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  background: #2b2b31;
  padding: 20px;
  border-radius: 6px;
  height: 330px;
}


.prichin-nomber {
  display: flex;
  align-items:center;
  justify-content: center;
  border-radius: 100%;
  background: #06080c;
  font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #ff6b28;
    width: 62px;
    height: 62px;
    line-height: 62px;
    margin-bottom: 20px;
}


.prichin-desc {
  font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    opacity: 0.8;
}

.prichin-desc span {
  color: rgb(232, 182, 154);
}


.prichin-03 {
    background: #2b2b31 url(../image/pl3.png) no-repeat bottom right;
}



.prichin-block2 {
  background: url(../image/pl4.png) no-repeat top center;
  background-size: cover;
  font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #26262a;
    padding: 20px;
    padding-top: 25px;
    border-radius: 6px;
      height: 330px;
}



.prichin-item .prichin-block2 {
  width: 31%;
    margin-left: 1%;
    margin-right: 1%;
}


#feedback-company .feedback__whatsapp {
  margin-bottom: -120px;
}

#feedback-company {
        padding-top: 120px;
        padding-bottom: 170px;
}

@media (max-width:1200px) {

.kompany-block-title {
    font-size: 22px;
  }

.gory {
  min-height: 700px;
}

.factur-nav .swiper-button-prev {
  left: -55px;
}

.factur-nav .swiper-button-next {
  right: -55px;
}

.factur-nav .swiper-button-next,
.factur-nav .swiper-button-prev {
  width: 50px;
  height: 50px;
}

#factur .swiper-slide img {
padding-left: 5px;
padding-right: 5px;
width: 100%;
}

.sertificat-block {
  margin-left: 40px;
  margin-right: 40px;
}



#sertificat::before {
  width: 800px;
  height: 184px;
  background-size: 100%;
}

#sertificat {
  padding-top: 60px;
  padding-bottom: 130px;
}

.podbor-block1 img {
  width: 100%;
}

.podbor-items {
  margin-top: 40px;
  margin-bottom: 60px;
}

.podbor-slider .swiper-slide img {
  max-height: 300px;
}


.podbor-next,
.podbor-prev {
  bottom: -90px;
}

.podbor-prev {
  left: 50%;
          margin-left: -60px;
}

.podbor-next {
  right: 50%;
  margin-right: -60px;
}

.prichin-desc br {
  display: none;
}

.prichin-block2 {
  font-size: 24px;
  padding-top: 30px;
}

#kompany h1 {
  font-size: 60px;
}
}


@media (max-width:992px) {

#kompany h1 {
  font-size: 46px;
      margin-bottom: 40px;
}

.kompany-desc {
  font-size: 26px;
}

.kompany-block-item {
  margin-top: 140px;
}

.kompany-block-title {
  font-size: 18px;
}

.kompany-block-title br {
  display: none;
}
#kompany {
  padding-top: 160px;
  padding-bottom: 40px;
}


.gory {
  min-height: 600px;
  padding-left: 20px;
  padding-right: 20px;
}
.gory br {
  display: none;
}

.gory_title {
  font-size: 36px;
}


.gory_desc {
  font-size: 20px;
}

#factory {
  padding-top: 40px;
  padding-bottom: 40px;
}
.titles {
  font-size: 36px;
}

.factory-desc {
  font-size: 20px;
}

.factur-block1 {
  flex-wrap: wrap;
}

.factur-block1-1 {
  width: 100%;
  margin-bottom: 20px;
}
.factur-block1-2 {
width: 100%;
}

.factur-block1-2 br {
display: none;
}

.factur_desc {
  font-size: 22px;
  padding-top: 0px;
}

#factur {
  padding-top: 40px;
  padding-bottom: 60px;
}
.sertificat-block {
margin-left: 0px;
margin-right: 0px;
width: 48%;
}

.sertificat-item {
  justify-content: space-between;
}

#sertificat::before {
display: none;
}

#sertificat {
padding-top: 60px;
padding-bottom: 60px;
}


#podbor {
  padding-top: 80px;
  padding-bottom: 80px;
}

.podbor-item {
  flex-wrap: wrap;
}
.podbor-block1 {
  width: 100%;
  margin-bottom: 40px;
}

.podbor-block2 {
  width: 100%;
}

.titles br {
display: none;
}

.podbor-slider .swiper-slide img {
max-height: min-content;
}

.podbor-slider {
  padding-left: 25px;
  padding-right: 25px;
}

.podbor-slider .swiper-slide {
  opacity: 0;
}


.podbor-slider .swiper-slide-active {
  opacity: 1;
}

#prichin {
  padding-top: 60px;
}


.prichin-item {
  margin-top: 60px;
  margin-bottom: 40px;
}

.prichin-block {
  width: 48%;
  margin-bottom: 20px;
}
.prichin-item .prichin-block2 {
  width: 48%;
}

.podbor-items {
  justify-content: space-around;
}

.podbor-title {
  font-size: 36px;
}

.podbor-desc {
  font-size: 20px;
}

.podbor-block1 img {
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
}

@media (max-width:768px) {
#kompany h1 {
font-size: 30px;
text-transform: uppercase;
line-height: 130%;
width: 100%;
margin-bottom: 20px;
}

.kompany-desc {
font-size: 18px;
font-weight: 400;
width: 100%;
}

.kompany-desc br {
display: none;
}


#kompany {
padding-top: 100px;
background: #020408;
}

.kompany-image-moby img {
  width: 100%;
}

.kompany-image-moby {
  margin-left: -16px;
  margin-right: -16px;
}

.kompany-block-item {
  margin-top: 60px;
  flex-wrap: wrap;
}

.kompany-block-item {
  display: flex;
  backdrop-filter: blur(0px);
  background: rgba(149, 129, 117, 0);
  border-radius: 0px;
  margin-top: 20px;
    flex-wrap: wrap;
  border: none;
}

.kompany-block-block {
  width: 100%;
  margin-bottom: 20px;
      backdrop-filter: blur(100px);
        background: rgba(149, 129, 117, 0.1);
        border-radius: 4px;
        border: 1px solid rgba(149, 129, 117, 0.3);
}

.kompany-block-image img {
  top: -90px;
}


.kompany-block-block:nth-child(1) {
  margin-bottom: 120px;
}

#gory {
  background: #020408;
  margin-top: -1px;
}


.gory_title {
  font-size: 26px;
}
.gory_title br {
  display: block;
}


.gory {
  background: url(../image/gor2.jpg) no-repeat top center;
  background-size: cover;
          min-height: 250px;
}
.gory_desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  text-align: left;
}
.gory_desc br {
  display: none;
}


#factory {
  padding-top: 60px;
  padding-bottom: 120px;
    margin-top: -1px;
}

.titles {
  font-size: 26px;
}

.factory-desc {
  font-size: 16px;
  font-weight: 400;
}


#factory .gallery__tnumbs {
  display: none;
}


.gallery__kompany-item {
  height: 300px;
}


#factory .gallery__arrow {
  bottom: -115px;
}


#factory .gallery__arrow-item--left {
  left: calc(50% - 65px);
}

#factory .gallery__arrow-item--right {
right: calc(50% - 65px);
 }

#factur {
padding-top: 50px;
padding-bottom: 60px;
background: #020408;
margin-top: -1px;
}

.swiper-factur {
  padding-bottom: 0px;
}


#factur .swiper-slide img {
height: 200px !important;
object-fit: cover!important;
}


.factur-block-nomber {
font-weight: 600;
font-size: 18px;
color: rgb(232, 182, 154);
background: #2a2a30;
border-radius: 100%;
width: 40px;
height: 40px;
line-height: 40px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0px;

}

.factur-title {
  font-size: 18px;
}

.factur-block1-1 {
  position: relative;
padding-left: 55px;
}

.factur-block1-2 {
padding-left: 55px;
height: 90px;
  overflow: hidden;
}

.factur-item {
  margin-top: 30px;
}


.factur_desc {
font-size: 14px;
  font-weight: 400;
  padding-top: 20px;
}
.factur-pagination {
  display: flex;
  justify-content: center;
}


.swiper-factur {
  margin-top: 20px;
}

.factur-pagination .swiper-pagination-bullet { 
  font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #a58c7e;
        border-radius: 100%;
          width: 40px;
          height: 40px;
          line-height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          opacity: 1;
}

.factur-pagination .swiper-pagination-bullet-active {
  font-weight: 600;
    font-size: 14px;
    color: rgb(232, 182, 154);
    background: #2a2a30;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}




#factur .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
#factur .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 0;
  transform: translateX(0%);
  white-space: nowrap;
  width: 100% !important;
}


#sertificat {
  background: url(../image/bg-sert2.jpg) no-repeat top center;
  padding-top: 60px;
  padding-bottom: 0px;
  background-size: cover;
}

.sertificat-item {
  flex-wrap: wrap;
  margin-top: 100px;
}
.sertificat-block {
width: 100%;
position: relative;
padding-bottom: 40px;
}

.sertificat-block:nth-child(1) {
  margin-bottom: 120px;
}
.sertificat-block:nth-child(2) {
  margin-bottom: -20px;
}



.sertificat-block img {
  top: -80px;
      margin-bottom: -50px;
}

.sers-image-moby img {
  width: 100%;
}

.sertificat-link {
width: 74px;
height: 74px;
background: url(../image/knops.svg) no-repeat;
position: absolute;
top: 50px;
right: 110px;
}


.sertificat-name {
  text-transform: none;
}

#podbor {
  background: #020408 url(../image/podbor2.png) no-repeat top center;
}
.podbor-title {
  font-size: 26px;
}
.podbor-desc {
font-size: 16px;
}

.podbor-desc2 {
  font-size: 20px;
  background: #121114;
  padding: 25px;
}

.podbor-slider .swiper-slide img {
max-height: 220px;
}


.podbor-prev {
margin-left: -65px;
}
.podbor-next {
margin-right: -65px;
}

#prichin {
padding-top: 80px;
margin-top: -1px;
}

.prichin-block {
width: 100%;
margin-bottom: 0px;
  height: 300px;
}

.prichin-slider {
  margin-right: -16px;
  margin-top: 40px;
}


.prichin-01 {
  background: #2b2b31 url(../image/pl3.png) no-repeat bottom right;
}


.prichin-03 {
  background: #2b2b31;
}

.prichin-nomber {
  font-weight: 500;
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px;
}

.podbor-next,
.podbor-prev {
  bottom: -85px;
}



.prichin-nav {
position: relative;
width: 100%;
height: 100px;
}

.prichin-next,
.prichin-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 300ms;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  top: 35px;
}


.prichin-next {
  background: url(../img/right.svg) no-repeat center center;
  right: 140px;
}

.prichin-prev {
  background: url(../img/left.svg) no-repeat center center;
  left: 140px;
}




.podbor-next:hover,
.podbor-prev:hover {
  background-color: rgba(255, 255, 255, 0.25);
}


.prichin-block2 {
  background: url(../image/pl4.png) no-repeat bottom center;
  background-size: cover;
  height: 370px;
  margin-top: 60px;
  margin-bottom: 100px;
}

#prichin .titles {
  line-height: 130%;
}
#feedback-company {
  padding-top: 80px;
}


.kompany-block-block {
    background: #121114;
  }

.kompany-block-block:nth-child(1) {
  background: #121114;
}
}

.footer__menu-item1 {
  margin-right: 15px;
  margin-left: 15px;
}


#contact-page  {
  padding-top: 120px;
  background: url(../image/light-bg.png) no-repeat top center;
}


.contact-map {
  width: 100%;
  height: 700px;
}



.contact-page-item {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}


.title-h1 {
  font-weight: 300;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #1f1f25;
}


.contact-page-block1 {
width: 45%;
margin-bottom: 40px;
}

.contact-page-block2 {
width: 55%;
margin-bottom: 40px;
padding-top: 20px;
}

.contact-page-block3 {
  width: 45%;
  margin-bottom: 40px;
}

.contact-page-block4 {
  width: 55%;
  margin-bottom: 40px;
  position: relative;
}


.navbar-cart {
  font-size: 12px;
    font-weight: 200;
}


.contact-phone a {
  text-decoration: none;
  position: relative;
  font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #1f1f25;
}

.contact-phone {
margin-bottom: 20px;
}



.contact-phone a::before {
  content: "";
  background: url(../image/phone.svg) no-repeat;
  width: 34px;
  height: 34px;
  position: relative;
  display: inline-block;
  top: 4px;
  margin-right: 10px;
}

.contact-mail {
  font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #1f1f25;
    position: relative;
}


.contact-mail::before {
  content: "";
  background: url(../image/mail.svg) no-repeat;
  width: 29px;
  height: 21px;
  position: relative;
  display: inline-block;
  top: 1px;
  margin-right: 15px;
}


.contact-name {
  margin-bottom: 15px;
  font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1f1f25;
}

.contact-name span {
  font-size: 20px;
}


.contact-page-block4 .contact-name:nth-child(1) {
  margin-bottom: 20px;
}




.contact-wats a {
  background: url(../image/wats.svg) no-repeat;
  width: 39px;
  height: 39px;
  display: block;
}
  

.yoast-breadcrumbs span {
  margin-right: 5px;
  margin-left: 5px;
  color: #000;
  opacity: 0.4;
}
.yoast-breadcrumbs a {
  color: #000;
}

@media (max-width:992px) {

.contact-page-item {
    flex-wrap: wrap;
  }

.contact-page-block1 {
  width: 100%;
  margin-bottom: 20px;
}
.contact-page-block2 {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0px;
}

.contact-page-block3 {
  width: 100%;
  margin-bottom: 20px;
}

.contact-page-block4 {
  width: 100%;
  margin-bottom: 20px;
}


#contact-page {
  padding-top: 140px;
}

.title-h1 {
  font-size: 48px;
}
.contact-phone a {
  font-size: 32px;
}

.contact-mail {
  font-size: 24px;
}
.contact-map {
  height: 500px;
}

.contact-phone a::before {
  background-size: 100%;
  width: 25px;
  height: 25px;
  top: 4px;
}

.contact-mail::before {
    background-size: 100%;
  width: 25px;
  height: 18px;
}

}


@media (max-width:768px) {

.title-h1 {
    font-size: 36px;
    text-transform: uppercase;
  }

.contact-phone a {
font-size: 26px;
font-weight: 400;
}

.contact-phone a::before {
  width: 22px;
  height: 22px;
  top: 4px;
  background-size: 100%;
}

.contact-mail::before {
  width: 22px;
  height: 16px;
  background-size: 100%;
}

.contact-mail {
  font-size: 22px;
}
.contact-map {
  height: 300px;
}

#contact-page {
  padding-top: 100px;
  padding-bottom: 80px;
}
}



.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9ea;
}



.header-logo img {
  width: 70px;
}


.header-city a {
  text-decoration: none;
  color: #79797c;
  border: 1px solid #ff6b28;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: table;
    transition: all 0.3s ease 0s;
}


.header-city a::before {
  content: "";
  background: url(../image/city.svg) no-repeat;
  width: 19px;
  height: 19px;
  position: relative;
  display: inline-block;
  top: 3px;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
}


.header-city a:hover {
  background: #ff6b28;
  color: #fff;
}

.header-city a:hover:before {
  background: url(../image/city2.svg) no-repeat;
}


.header-page {
  display: flex;
}

.header-page a  {
  font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #1f1f25;
    text-decoration: none;
    margin-right: 30px;
    transition: all 0.3s ease 0s;
}

.header-page a:hover {
  color: #000;
}


.header-button a {
color: #FF6B28;
border-color: #FF6B28;
border: 1px solid #ff6b28;
border-radius: 100px;
height: 54px;
line-height: 54px;
padding-left: 20px;
padding-right: 20px;
display: table;
font-weight: 700;
font-size: 12px;
letter-spacing: 0.1em;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}

.header-button a:hover {
  color: #fff;
  background: #FF6B28;
}




.header-menu {
display: flex;
justify-content: space-between;
padding-top: 5px;
padding-bottom: 5px;
align-items: center;
}


.header-menu #mega-menu-max_mega_menu_1 {
  display: flex !important;
    justify-content: space-between;
}


.header-car {
  display: flex;
    justify-content: flex-end;
}

.header-car a {
  position: relative;
}


.header-car .js-cart-counter {
  position: absolute;
  background: #ff6b28;
  border-radius: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -1px;
  right: -1px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link {
font-weight: 600 !important;
}


#mega-menu-item-2387 .mega-menu-link[href*="/catalog/"] {
  padding-left: 40px !important;
  padding-right: 60px !important;
  position: relative;
  border-right: 2px solid #e0e0e0 !important;
  margin-right: 30px !important;
}

#mega-menu-item-2387 .mega-menu-link[href*="/catalog/"]::before {
  content: "" !important;
  position: absolute !important;
  background: url(../image/burger.svg) no-repeat !important;
  width: 23px !important;
  height: 15px !important;
  top: 11px !important;
  left: 0px;
}


.header-shop {
width: 100%;
top: 0;
font-family: "SF Pro Display";
z-index: 100;
}


#title-shop {
  margin-top: -30px;
  background: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

#title-shop .yoast-breadcrumbs {
  margin-left: -5px;
}


.shop-titles {
  display: flex;
  align-items: center;
}



.shop-title {
  padding-top: 10px;
  padding-bottom: 0px;
  font-weight: 500;
    font-size: 38px;
    line-height: 105%;
    letter-spacing: -0.01em;
    color: #1f1f25;
    order: 2;
}


.shop-nav {
  order: 1;
  padding-right: 10px;
      margin-top: 12px;
}


.orderby {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.orderby li a {
  display: block;
  margin-left: 15px;
  font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #1f1f25;
    border-bottom: 1px solid transparent;
}

.ordering-name {
  font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #1f1f25;
}


.orderby .active a {
  border-bottom: 1px solid #ff6b28;
}


.page-catalogs {
  display: flex;
}



.page-catalogs-filter {
width: 23%;
padding-right: 30px;
}


.page-catalogs-listing {
width: 77%;
}



.vertical-category-menu {
  list-style: none;
  padding: 0;
  margin: 0;
      margin-bottom: 40px;
}

.dropdown-category-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}



.ar-left {
  cursor: pointer;
  margin-left: 5px;
  width: 10px;
  height: 17px;
  background: url(../image/ar-left.svg) no-repeat;
  display: inline-block;
  top: 3px;
  position: relative;
  transform: rotate(90deg);
}


.toggle-subcategories {
  position: absolute;
  right: 0px;
  width: 17px;
  height: 25px;
  top: 3px;
}

.active .ar-left {
  transform: rotate(-90deg);
}

.vertical-category-menu li {
  position: relative;
}


.vertical-category-menu li a {
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  color: #1f1f25;
  margin-bottom: 7px;
  margin-top: 7px;
  display: inline-block;
  padding-right: 10px;
}

.dropdown-category-menu li a {
font-weight: 400;
}


.actives {
  color: #ff6b28 !important;
}


.wpc-wrap-icons,
.wpc-filter-title {
font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #1f1f25;
}


.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,
.wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon {
  border-left: 1px solid #ff6b28;
  border-top: 1px solid #ff6b28;
}


.wpc-filters-range-wrapper input[type=number] {
  background: #f1f1f1;
  border: none;
  padding: 10px;
  border-radius: 12px;
  text-align: center;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 2px 9px rgba(0, 0, 0, .0)!important;
  background: #ff6b28!important;
  border: none!important;
      top: -9px!important;
}

.wpc-filters-range-inputs .ui-slider .ui-slider-handle {
  width: 20px!important;
  height: 20px!important;
}


.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  background-color: #ff6b28 !important;
}

.wpc-filters-main-wrap li.wpc-term-item a {
font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #1f1f25;
}


.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,
.wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon {
    width: 10px!important;
    height: 17px!important;
    background: url(../image/ar-left.svg) no-repeat!important;
    top: 3px!important;
    transform: rotate(90deg)!important;
        border-left: none!important;
          border-top: none!important;
}


.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon {
  transform: rotate(-90deg) !important;
}


.filter-title {
  font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #1f1f25;
    margin-bottom: 20px;
}


#navbar {
  background: #16171c;
  color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 100;
}

.navbar-item {
  display: flex;
}

.navbar-item svg {
  width: 32px;
}


.navbar-block1,
.navbar-block2 {
  width: 25%;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  border-right: 2px solid rgba(224, 224, 224, 0.2);
    display: flex;
      justify-content: center;
}

.navbar-block3 {
width: 25%;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
padding-right: 20px;
display: flex;
justify-content: center;
    text-align: center;
}

.navbar-block4 {
width: 25%;
padding-top: 3px;
padding-bottom: 3px;
background: #ff6b28;
display: flex;
justify-content: center;
align-items: center;
}


.navbar-title {
  font-weight: 400;
    font-size: 15px;
    line-height: 105%;
    letter-spacing: -0.01em;
    color: #fff;
}
.navbar-title a {
  color: #fff;
  text-decoration: none;
}


.navbar-form {
  display: flex;
  border: 1px solid #fff;
  border-radius: 100px;
  padding-left: 10px;
  justify-content: space-between;
  margin-top: 5px;
  padding: 1px;
}



.navbar-form #phone {
  width: 100%;
  background: url(../image/calls.svg) no-repeat 10px 50%;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  border: none;
  border-radius: 0px;
  outline: none;
  padding-left: 33px;
}


.navbar-form .wpcf7-spinner {
  display: none;
}

.navbar-form input:focus {
    outline-width: 0;
}


.navbar-form #ssend {
  font-size: 0;
  border: none;
  background: url(../image/send.svg) no-repeat;
  width: 20px;
  height: 18px;
  position: relative;
  top: 10px;
  margin-right: 10px;
  cursor: pointer;
}


.navbar-block1-1 {
  display: flex;
  align-items: center;
}

.navbar-image {
  padding-right: 10px;
}


.navbar-summ {
  font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    opacity: 0.5;
        margin-top: 5px;
}


#wcboost-products-compare-widget-5 {
  display: block !important;
}


#compare-count span,
.products-counter-number {
  text-decoration: none;
    position: relative;
      background: #ff6b28;
      border-radius: 100%;
      color: #fff;
      font-weight: 400;
      font-size: 12px;
      height: 18px;
      width: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 7px;
}


.navbar-blocks {
  display: flex;
}




.navbar-block1 .wlfmc-counter-wrapper .wlfmc-counter {
  gap: 0px;
    width: auto;
      height: auto;
}


.navbar-block1 .wlfmc-counter-wrapper {
  width: auto;
  height: auto;
  align-items: flex-start;
}







.contents  {
  padding-top: 20px;
  padding-bottom: 40px;
}




.compare_table .product-add-to-cart a,
.wcboost-wishlist__item .product-add-to-cart a {
    border-radius: 50%!important;
      width: 40px!important;
      min-width: 40px!important;
      height: 40px!important;
      background-color: #FF6B28!important;
      background-image: url(../img/cart-icon.svg) !important;
      background-size: 23px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      transition: all 300ms;
    }
.compare_table .product-add-to-cart a::after,
.wcboost-wishlist__item .product-add-to-cart a::after {
  display: none!important;
}


.product-card__image {
  position: relative;
}



.product-card-bots {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.product-card:hover .product-card-bots {
  opacity: 1;
}





.product-card-bots .wcboost-products-compare-button__text,
.product-card-bots .wcboost-wishlist-button__text {
  display: none;
}


.wcboost-products-compare-button__icon,
.wlfmc-icon-heart-regular-2,
.wlfmc-icon-heart-regular-2-o {
  background: #fff;
  padding: 7px;
  border-radius: 100%;
  color: #ff6b28;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.wcboost-products-compare-button__icon {
  margin-right: 0px;
}


.product-card-bots .wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button>a i {
  color: #ff6b28 !important;
}

.wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button>a {
  width: 40px!important;
}


.product-card .wcboost-products-compare-button__icon {
  margin-right: 0px!important;
}

.product-card__price {
  width: 100%;
  margin-bottom: 15px;
}


.availability {
    position: absolute;
      top: 10px;
      left: 5px;
      font-weight: 400;
      font-size: 12px;
      line-height: 120%;
      color: #fff;
      background: #ff6b28;
      border-radius: 8px;
      padding: 3px 10px;
}


.price-credit {
  display: flex;
  align-items: center;
}

.price-credit1 {
  padding-left: 7px;
  font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #1f1f25;
    opacity: 0.5;
}


.catalogs-tabs {
  display: flex;
  justify-content: flex-end;
      margin-bottom: 30px;
}



.tabs-title {
  font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #1f1f25;
}


.tabs-buttons {
  display: flex;
}

.tabs-buttons a  {
font-weight: 400;
font-size: 16px;
line-height: 120%;
color: #1f1f25;
text-decoration: none;
border-bottom: 1px solid transparent;
display: block;
margin-left: 15px;
}



.tabs-buttons .active {
      border-bottom: 1px solid #ff6b28;
}


@media (max-width:1200px) {

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 10px 0px 10px!important;
    font-size: 14px!important;
  }

#mega-menu-item-2387 .mega-menu-link[href*="/catalog/"] {
  padding-left: 35px !important;
  padding-right: 20px !important;
}

.vertical-category-menu li a {
  font-size: 14px;
}

.wpc-wrap-icons,
.wpc-filter-title {
  font-size: 14px;
}

#mega-menu-item-2387 .mega-menu-link[href*="/catalog/"]::before {
  display: none!important;
}




}


@media (max-width:1000px) {


.header-page {
  display: none;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link {
  padding: 0px 5px 0px 5px !important;
  font-size: 13px !important;
}

#mega-menu-item-2387 .mega-menu-link[href*="/catalog/"] {
  margin-right: 10px !important;
}

.shop-title {
  font-size: 36px;
}

#title-shop {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-catalogs-filter {
  width: 30%;
  padding-right: 20px;
}

.page-catalogs-listing {
  width: 70%;
}

.navbar-image {
  padding-right: 10px;
}

.navbar-title {
  font-size: 16px;
}

.navbar-block1,
.navbar-block2,
.navbar-block3,
.navbar-block4 {
  padding-top: 5px;
  padding-bottom: 5px;
}


.header-button a {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
}


@media (max-width:768px) {


.header-menu {
  display: none;
}


.header-button {
    display: none;
  }


.header-contacts {
   display: none;
 }

 .header-city a {
   background: url(../image/ion_location-outline.svg) no-repeat;
   border: none;
   border-radius: 0px;
   height: 27px;
   line-height: 27px;
   width: 27px;
   font-size: 0px;
          padding: 0px;
 }


 .header-city a::before {
  display: none;
 }

 .header-moby {
  display: flex;
  align-items: center;
 }


 .header-city {
  padding-right: 20px;
 }


.header-car {
padding-left: 20px;
padding-right: 40px;
}


#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right {
  justify-content: center!important;
  width: 40px !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link {
padding: 0px 15px 0px 15px !important;
font-size: 16px !important;
}

#mega-menu-item-2387 .mega-menu-link[href*="/catalog/"] {
margin-right: 0px !important;
border-right: none !important;
}


#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle+#mega-menu-max_mega_menu_1 {
top: 50px;
padding-bottom: 20px!important;
}


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu {
  background: #121114!important;
}



#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #121114 !important;
  color: #fff!important;
}


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item>ul.mega-sub-menu {
  display: none;
  visibility: visible;
  opacity: 1;
}


.mega-menu-item-2387 .mega-sub-menu {
  display: block !important;
}

.header-content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-shop {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0px;
}


#title-shop {
  padding-top: 10px;
  padding-bottom: 15px;
  margin-top: -30px;
}

.shop-title {
font-size: 28px;
}
#title-shop .yoast-breadcrumbs span {
  font-size: 12px;
}

.page-catalogs-filter {
display: none;
}

.page-catalogs-listing {
width: 100%;
}

.catalogs-tabs {
    display: none;
  }


.woocommerce-ordering {
  align-items: center;
  padding-bottom: 0px;
}


.filter-mobyes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;

}


.filter1 {
  width: 48%;
}


.filter2 {
  width: 48%;
}

.filter1 a {
  background: #f7f7f7 url(../image/filter.svg) no-repeat 92% 50%;
  padding: 0px 15px;
  border-radius: 10px;
  display: block;
  height: 33px;
  line-height: 33px;
  font-weight: 400;
    font-size: 13px;
    color: #1f1f25;
    text-decoration: none;
}

.filter2 .orderby {
width: 100%;
background: #f7f7f7;
padding: 0px 15px;
border-radius: 10px;
height: 33px;
border: none;
font-size: 13px;
color: #1f1f25;
margin-bottom: 0px;
}

.navbar-block1 .navbar-title,
.navbar-block2 .navbar-title,
.navbar-block3 .navbar-title {
display: none;
}


.kkl {
  display: none !important;
}
.products-counter-number {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  opacity: 1;
  background: #ff6b28;
  height: 17px;
  width: 17px;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
        top: -13px;
          left: -20px;
}

.kkomm {
  text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    opacity: 1;
    background: #ff6b28;
    height: 17px;
    width: 17px;
    display: flex;
    justify-content: center;
    border-radius: 100%;
      position: absolute;
        top: 20px;
          right: 20px;
}



#compare-count span {
  opacity: 1;
}


.navbar-summ {
  display: none;
}

.navbar-title {
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
}



.product-card.light .product-card__button {
display: none;
}


.product-card {
  width: 47%;
  margin-bottom: 25px;
  padding: 0;
}


.product-card.light {
  background-color: #fff;
}

.product-card__image {
/*height: 160px;*/
width: 100%;
    margin-bottom: 10px;
}

.product-card__image img {
  object-fit: cover;
  height: 160px;
          object-position: top;
}

.product-card-bots {
  opacity: 1;
}

.product-card .product-card__cart {
  width: 100%;
  font-size: 16px;
  line-height: 37px;
  height: 37px;
  color: #fff;
  padding-left: 0px;
  background-position: 0;
  background: #FF6B28;
  text-align: center;
  margin-top: 10px;
}


.product-card__title:hover {
  overflow: hidden;
}
.product-card__title {
  font-size: 18px;
  line-height: 22px;
  height: 45px;
}

.navbar-cart {
  display: none;
}

.navbar-block4 {
  padding-left: 5px;
  padding-right: 5px;
}




.product-card__text {
  display: none;
}


.product-card__content {
display: flex;
flex-direction: column;
justify-content: space-between;
}


.price-credit1 {
  padding-left: 5px;
  font-size: 13px;
}


.shop-titles {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.shop-title  {
   order: 2;
  padding: 0px;
 }


.shop-nav {
  order: 1;
  padding-right: 10px;
      margin-top: 0;
}
 
.product-card__price p {
  font-size: 18px;
}


.product-card__price {
  margin-bottom: 10px;
}

.availability {
  font-size: 13px;
}


.wpc-filters-main-wrap a.wpc-filters-reset-button {
  color: #000;
}
}



.breadcrumbs1 {
  padding-top: 20px;
}

.product-page-bots .wlfmc-add-button a,
.product-page-bots .wcboost-products-compare-button__text {
  font-weight: 400 !important;
    font-size: 16px!important;
    color: #79797c;
}

.product-page-bots {
  display: flex;
  padding-bottom: 20px;
}


.product-page-bots .wcboost-products-compare-button {
  margin: 0px 0;
}


.product-page-bots .wlfmc-single-btn:not(.is-elementor) .wlfmc-add-button>a {
  height: auto!important;
}



.smeta-form-title {
      font-size: 21px;
        line-height: 23px;
        color: #252D4D;
        font-weight: 700;
        margin-bottom: 40px;
}


.bay-input input,
.bay-input1 input {
font-family: "SF Pro Display";
  font-size: 14px;
  color: #252D4D;
  border: 1px solid #C3C3C3;
  height: 60px;
  border-radius: 100px;
  outline: none;
  width: 100%;
  padding-left: 44px;
  background-repeat: no-repeat;
  background-position: 16px 50%;
}

.bay-input1 input {
  background-image: url(../img/phone-icon-grey.svg);
}



.bay-input,
.bay-input1 {
  margin-bottom: 20px;
}

.bay-input2 input {
  width: 100%;
  height: 60px;
  background-color: #FF6B28;
  border-radius: 100px;
  outline: none;
  border: none;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.3px;
  cursor: pointer;
  margin-bottom: 15px;
  font-family: "SF Pro Display";
  transition: all 300ms;
}


.pop-link1 {
text-decoration: none;
font-weight: 700;
font-size: 12px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #08c856;
display: inline-block;
border: 1px solid #b5efcd;
border-radius: 100px;
height: 60px;
line-height: 60px;
padding-left: 25px;
padding-right: 25px;
white-space: nowrap;
    transition: all 0.3s ease 0s;
}

.pop-link1:hover {
  color: #fff;
  background: #08c856;
  border: 1px solid #08c856;
}



.product-card-bots .wlfmc-add-button a span {
  display: none;
}


.related-swiper .product-card {
  width: 100%;
}

.related-swiper {
  margin-bottom: 40px;
}


.prod-navs {
  display: flex;
  align-items: center;
}
 

.poduct-next {
background: url(../img/right.svg) no-repeat center center;
width: 40px;
height: 40px;
cursor: pointer;
}

.poduct-prev {
  background: url(../img/left.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 20px;
}


.others-title {
  font-weight: 500;
    font-size: 48px;
    line-height: 105%;
    letter-spacing: -0.01em;
    color: #1f1f25;
}


.product-tags {
  padding-bottom: 60px;
}


.product-tags-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}



.product-tags-item a  {
  font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #ff6b28;
    padding: 20px 25px;
    text-decoration: none;
    border: 1px solid #ff6b28;
      border-radius: 200px;
      display: block;
      margin-bottom: 20px;
          transition: all 0.3s ease 0s;
          margin-left: 10px;
}

.product-tags-item a:hover {
  background: #ff6b28;
  color: #fff;
}



@media (max-width:992px) {


.others-title {
    font-size: 36px;
}


.product-tags-item a {
  font-weight: 600;
  font-size: 12px;
  padding: 15px 15px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.product__info-buttons {
  justify-content: flex-start;
}

.product__info-button {
  font-size: 12px;
  height: 50px;
  margin-right: 10px;
}

.pop-link1 {
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}


.others-title {
  font-size: 22px;
}

.others .others__top {
flex-wrap: nowrap;
}


.product-tags-item a {
  font-size: 10px;
  color: #1f1f25;
  padding: 10px 10px;
  border: 1px solid #1f1f25;
  margin-left: 10px;
}

.product-tags {
  padding-bottom: 30px;
}


#others {
  margin-right: -15px;
}

#others .product-card .product-card__cart {
  width: 100%;
  margin-bottom: 10px;
}
#others .product-card.light .product-card__button {
          width: 60%;
        }


}



#contact-page .yoast-breadcrumbs {
  margin-bottom: 20px;
}
 


#respond {
  display: none;
}



#reply-title  {
   display: none;
 }


.logged-in-as {
    display: none;
  }



#commentform label {
  display: block;
  font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #1f1f25;
    margin-bottom: 10px;
}


.comment-form-author input,
.comment-form-email input {
  width: 100%;
  height: 60px;
  background: #f1f1f1;
  line-height: 60px;
  border: 1px solid #c3c3c3;
    border-radius: 100px;
    padding-left: 20px;
}


.comment-form-comment textarea {
    width: 100%;
      background: #f1f1f1;
      border: 1px solid #c3c3c3;
      padding-left: 20px;
      height: 152px;
}



#commentform {
  display: flex;
  flex-direction: column;
}

#commentform .comment-form-comment {
  order: 1;
}





#commentform .review-rating {
    order: 2;
  }


#commentform .form-submit {
    order: 3;
  }


#commentform .comment-notes {
  display: none;
}


#commentform .comment-form-cookies-consent {
    display: none;
  }


#commentform .comment-form-title {
    display: none;
  }


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


.header-menus {
  top: -100px;
      transition: all 0.5s ease 0s;
}




.header-scroll {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0px;
  z-index: 100;
      transition: all 0.5s ease 0s;
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}



.header-content-top {
  padding-top: 76px;
}

@media (max-width:768px) {

.header-content-top {
  padding-top: 10px;
}

.header-logo img {
  width: 50px;
}

#title-shop {
margin-top: 30px;
}


.breadcrumbs1 {
  padding-top: 80px;
}

.navbar-item svg {
  width: 30px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  line-height: 25px !important;
  font-size: 14px!important;
}


.header-mob {
  display: flex;
}

.header-whatsapp {
  padding-right: 20px;
  }


.header-whatsapp img  {
margin-right: 5px;
 }
 
.header-whatsapp a {
  text-decoration: none;
  color: #fff;
    display: flex;
      align-items: center;
      font-size: 12px;
}

.header--dark .header-whatsapp a {
        color: rgba(2, 4, 8, 0.8);
}



.header-mob {
  display: flex;
          align-items: center;
}


.header__content {
  justify-content: space-between;
}


.header-shop .header-whatsapp {
  padding-right: 0px;
}




.quiz__block-title {
  font-size: 26px;
  margin-bottom: 15px;
}


.quiz__item {
  padding: 10px;
  margin-bottom: 0px;
}


.quiz__block {
  -moz-transform: scale(0.68, 0.68);
    zoom: 0.68;
    zoom: 68%;
}

.types {
    -moz-transform: scale(0.68, 0.68);
    zoom: 0.68;
    zoom: 68%;
  }


.types__content-right img {
  height: 300px;
}

.types__content-left {
  padding-bottom: 15px;
}

.types__nav {
  margin-top: 20px;
  margin-bottom: 5px;
}



}




@media screen and (max-width: 1280px) and (min-width: 992px) {
body {
  -moz-transform: scale(0.68, 0.68);
  /* Moz-browsers */
  zoom: 0.68;
  /* Other non-webkit browsers */
  zoom: 68%;
  /* Webkit browsers */
}

.gallery__main {
  height: 500px;
}
}




.poppaaap {
  width: 650px;
  max-width: 100%;
  min-height: 500px;
}

.selectcity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 100;
}

.selectcity .owerlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 0;
}

.city-modals {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.active-city {
  display: flex;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  height: auto;
  border: 0;
  background: #f7f7f7 url(../image/serch.svg) no-repeat 95% 50%;
  border-radius: 5px;
  cursor: text;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 50px;
  color: #1f1f25;
  height: 50px;
}

.city-modals .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  height: auto;
  border: 0;
  background: #f7f7f7 url(../image/serch.svg) no-repeat 95% 50%;
  border-radius: 5px;
  cursor: text;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 50px;
  color: #1f1f25;
  height: 50px;
  margin-top: 20px;
}

.city-modals .chosen-container .chosen-drop {
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.city-modals .chosen-container .chosen-results li {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 25px;
  border-left: 3px solid #fff;
}

.city-modals .chosen-container .chosen-results li.highlighted {
  color: #000;
  background: #f7f7f7 !important;
  border-left: 3px solid #ff6b28;
}

.city-modals .chosen-container .chosen-results {
  max-height: 150px;
}

.city-modals .chosen-container .chosen-results::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 10px;
  background-color: #ff6b28;
}

.city-modals .chosen-container .chosen-results::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px;
  background-color: #eee;
}

.city-modals .chosen-container .chosen-drop {
  padding-right: 5px;
}

.city-modals .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0px;
  background: transparent;
  box-shadow: 0;
  line-height: 50px;
}

.city-select {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-y: auto;
  max-height: 380px;
}

.city-select::-webkit-scrollbar {
  width: 3px;
  background: transparent;
}

.city-select::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 10px;
  background-color: #ff6b28;
}

.city-select::-webkit-scrollbar-track {
  width: 2px;
  border-radius: 1px;
  background-color: #dedede;
}

.city-select-block {
  width: 30%;
}

.city-select-block a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 230%;
  color: #1f1f25;
  text-decoration: none;
}

.city-select-block a:hover {
  color: #ff6b28;
}

.calls-title {
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #1f1f25;
  padding-bottom: 15px;
  text-align: center;
}


@media (max-width: 768px) {
  .poppaaap {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .city-select-block {
    width: 50%;
  }

  .calls-title {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .city-modals {
    padding: 5px;
  }

  .city-select-block a {
    line-height: 200%;
  }

  .city-modals .chosen-container .chosen-results li {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 20px;
  }
}


 .desc-category h2 {
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #1f1f25;
  }

 .desc-category h3 {
   padding-bottom: 10px;
   padding-top: 10px;
   font-weight: 500;
   font-size: 28px;
   line-height: 120%;
   color: #1f1f25;
 }


  
 .desc-category p {
  margin-top: 0;
    margin-bottom: 1rem;
 }


 .desc-category {
  font-size: 16px;
line-height: 130%;
color: #1f1f25;
 }


 .wpc-see-more-control,
.wpc-see-less-control {
  color: #1f1f25;
  font-size: 14px;
  text-decoration: none;
}



 .fn_readmore+[data-readmore-toggle],
 .fn_readmore[data-readmore] {
   display: inline-block;
   width: auto;
   position: relative;
 }

 .fn_readmore[aria-expanded="false"]::after {
   content: "";
   position: absolute;
   bottom: -10px;
   left: 0;
   width: 100%;
   height: 4em;
   background: -moz-linear-gradient(top, #fff0 0, #fff 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
   background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
   background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
   background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
   background: linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
 }

 .fn_readmore[data-readmore] {
   transition: height 500ms;
   overflow: hidden;
   max-height: 280px;
   display: block;
   width: 100%;
 }

 .fn_readmore+[data-readmore-toggle] {
   margin-top: 13px;
   text-decoration: none;
   transition: all 0.3s;
 }

 .fn_readmore+[data-readmore-toggle]:hover,
 .fn_readmore+[data-readmore-toggle]:focus {
   color: var(--okay-button-text);
   text-decoration: none;
 }

 .fn_readmore+[data-readmore-toggle] span {
   color: #FF6B28;
   background: transparent;
   border-color: #FF6B28;
   border: 1px solid;
   border-radius: 3px;
   padding: 1px 30px;
   font-size: 18px;
   line-height: 1;
   display: inline-block;
   transition: all .3s;
   font-weight: 500;
 }

 .fn_readmore+[data-readmore-toggle]:hover span {
   color: #fff;
   background: #FF6B28;
   border-color: #FF6B28;
 }


 .wpc-filters-reset-button {
  color: #1f1f25;
 }


 .desc-category ul {
   list-style-type: disc;
   margin-bottom: 20px;
 }

 .desc-category ul li {
   margin-left: 20px;
 }


.actives2 {
display: block !important;
}


@media (max-width: 768px) {

.moby_baners h1 {
font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.moby_baners h2 {
  padding: 0;
    margin: 0;
    font-family: var(--font-family);
      font-weight: 400;
      font-size: 22px;
      line-height: 140%;
      color: #ededf4;
      margin-bottom: 20px;
}



.moby_baners h1 span {
  font-weight: 500;
  color: #E8B69A;
}

.hero2 {
  background: url(../image/mains-bg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}


.moby_plus {
  padding-top: 20px;
  padding-bottom: 20px;
}


.moby_plus-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}


.moby_plus-block2 {
font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}
.moby_plus-block2 span {
  color: #E8B69A;
}
 

.moby_plus-block1 div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  backdrop-filter: blur(13.600000381469727px);
    background: rgba(255, 255, 255, 0.07);
    border-radius: 6px;
    margin-right: 20px;
}

.hero2 .hero__button a {
  font-size: 14px;
  padding: 15px 30px;
}

}

i.tl_telegram_share_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,%3Csvg height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="m1.77404283 9.58769086c4.67714245-1.99564845 7.79596997-3.31130205 9.35648257-3.9469608 4.4555806-1.81493491 5.381412-2.13020854 5.984856-2.14061906.1327219-.0022897.4294781.02992311.6217044.18267827.162312.12898346.2069705.30322179.2283411.42551228.0213705.12229049.047982.40087134.0268279.61854631-.2414495 2.48450744-1.2861975 8.51375174-1.817706 11.29644264-.2249011 1.1774608-.6709749 1.4294697-1.0996928 1.4681058-.9317032.0839651-1.6359598-.4602232-2.5383599-1.0395344-1.412078-.9065075-1.9311138-1.1506648-3.30178003-2.0352487-1.58404193-1.0222898-.71982554-1.5573792.18291533-2.4756292.23625159-.2403103 4.3705401-3.98382431 4.4499945-4.31554914.0099371-.04148774-.12607-.45629906-.2198814-.53795815s-.2322689-.05373486-.3321837-.03152647c-.1416262.03147972-2.397439 1.49167812-6.76743852 4.38059516-.64030496.4305972-1.22027332.6403987-1.73990507.6294043-.5728523-.0121204-1.67479033-.3172064-2.49396798-.5779863-1.00475474-.3198572-1.37564449-.4704946-1.30610794-1.013711.03621894-.2829407.29151946-.57846124.76590154-.88656154z" fill="%23fff" fill-rule="evenodd"/%3E%3C/svg%3E') 0 0 no-repeat;
    margin-right: 5px;
    vertical-align: top;
}

.tl_telegram_share_label {
    line-height: 21px;
    vertical-align: top;
    display: inline-block;
}
.tl_telegram_share_btn {
    display: inline-block;
    border-radius: 16px;
    background-color: #54a9eb;
    cursor: pointer;
    line-height: 22px;
    padding: 5px 17px 5px 11px;
    color: #FFF;
}







.b24-form-padding-side {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.b24-form-btn {
    border-radius: 40px !important;
}

.b24-form-sign-abuse {
    display: none !important;
}