.footer {
  background: linear-gradient(325.66deg, #0F0F0F 45.5%, #2F2F2F 73.38%);
  margin: 60px 0 0 0;
}
@media (min-width: 991px) {
  .footer {
    clip-path: polygon(81% 1%, 89% 17%, 100% 37%, 100% 78%, 100% 100%, 77% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 991px) {
  .footer {
    margin: 40px 0 0 0;
  }
}
.contacts-footer {
  padding: 60px 0 30px 0;
}
@media (max-width: 991px) {
  .contacts-footer {
    padding: 30px 0 60px 0;
  }
}
.contacts-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .contacts-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.contacts-footer__item h2 {
  color: rgb(230, 230, 230);
  max-width: 650px;
  font-size: clamp(22px, 1.6666666667vw + 16px, 40px);
}
.contacts-footer__item p {
  margin-top: 20px;
  color: rgba(230, 230, 230, 0.8);
  max-width: 600px;
}
@media (max-width: 991px) {
  .contacts-footer__item p {
    margin-top: 10px;
  }
}
.contacts-footer__item button {
  display: block;
  margin-top: 40px;
  min-width: 240px;
}
@media (max-width: 991px) {
  .contacts-footer__item button {
    margin-top: 28px;
  }
}
.contacts-footer__image {
  margin-top: -90px;
}
@media (max-width: 991px) {
  .contacts-footer__image {
    margin-bottom: 10px;
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0);
  }
}

.top-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 40px 0;
  border-top: 1px solid rgb(72, 72, 72);
  border-bottom: 1px solid rgb(72, 72, 72);
}
@media (max-width: 1350px) {
  .top-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .top-footer {
    padding: 28px 0;
    gap: 20px;
  }
}
.top-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-footer__column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .top-footer__column ul {
    gap: 20px 24px;
  }
}
.top-footer__column ul a {
  color: rgb(230, 230, 230);
}
@media (min-width: 1200px) {
  .top-footer__column ul a:hover {
    color: rgb(255, 183, 0);
  }
}
.top-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-footer__list a {
  font-size: 16px;
}
.top-footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .top-footer__contacts {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .top-footer__contact:hover span {
    color: rgb(255, 183, 0);
  }
}
.top-footer__contact span {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: rgb(230, 230, 230);
}
.top-footer__contact svg {
  color: rgb(255, 183, 0);
}

.middle-footer {
  padding: 40px 0;
  position: relative;
  border-bottom: 1px solid rgb(72, 72, 72);
}
@media (max-width: 991px) {
  .middle-footer {
    padding: 28px 0;
  }
}
.middle-footer::before {
  content: "";
  position: absolute;
  width:14vw;
  height: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 17%;
  background-color: rgb(72, 72, 72);
}
@media (max-width: 991px) {
  .middle-footer::before {
    display: none;
  }
}
.middle-footer__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .middle-footer__list ul {
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .middle-footer__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.middle-footer__list ul a {
  position: relative;
  border-radius: 12px;
  padding: 12px 20px;
  display: block;
  color: rgb(230, 230, 230);
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #222222), color-stop(80%, #444444));
  background: linear-gradient(180deg, #222222 20%, #444444 80%);
}
.middle-footer__list ul a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #444444;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 240, 235, 0.3)), color-stop(65%, transparent)) border-box;
  background: linear-gradient(to bottom, rgba(244, 240, 235, 0.3) 0%, transparent 65%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}
.middle-footer__list ul a::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid transparent;
  border-radius: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFB700), color-stop(50%, transparent)) border-box;
  background: linear-gradient(to top, #FFB700 0%, transparent 50%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.middle-footer__list ul a:hover::after {
  content: "";
  opacity: 1;
}

.bottom-footer {
  padding: 40px 0 30px 0;
  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;
  gap: 10px;
}
@media (max-width: 991px) {
  .bottom-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 28px 0;
    gap: 20px;
  }
}
.bottom-footer a, .bottom-footer p, .bottom-footer div {
  color: rgb(230, 230, 230);
  font-size: clamp(14px, 0.1851851852vw + 13.3333333333px, 16px);
}
.bottom-footer a {
  text-decoration: underline;
}
@media (min-width: 991px) {
  .bottom-footer a:hover {
    text-decoration: none;
  }
}
.bottom-footer__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .bottom-footer__texts {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bottom-footer__ds-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-footer__ds-art img {
  width: 42px;
}

.popup .form__input input, .popup .form__input textarea {
  color: rgb(243, 243, 243) !important;
}
.popup .form__input input::-webkit-input-placeholder, .popup .form__input textarea::-webkit-input-placeholder {
  color: rgb(149, 149, 149) !important;
  font-weight: 700;
}
.popup .form__input input::-moz-placeholder, .popup .form__input textarea::-moz-placeholder {
  color: rgb(149, 149, 149) !important;
  font-weight: 700;
}
.popup .form__input input:-ms-input-placeholder, .popup .form__input textarea:-ms-input-placeholder {
  color: rgb(149, 149, 149) !important;
  font-weight: 700;
}
.popup .form__input input::-ms-input-placeholder, .popup .form__input textarea::-ms-input-placeholder {
  color: rgb(149, 149, 149) !important;
  font-weight: 700;
}
.popup .form__input input::placeholder, .popup .form__input textarea::placeholder {
  color: rgb(149, 149, 149) !important;
  font-weight: 700;
}


.state__item img{
  max-height: 220px;
  object-fit: cover;
}
@media (max-width: 991px){
    
.state__item img{
  max-height: 160px;
}
}

.gallery__slide{
  height: auto !important;
}
.gallery__slide img{
  object-fit: cover;
  height: 100%;
}

.order{
  position: relative;
  z-index: 5;
}

.product-card:hover:hover{
  transform: none !important;
}
.product-card__content{
  margin-top: 0px;
}
.product-card__content h3{
  margin-top: 20px;
}
@media (max-width: 991px){
    .product-card__content h3{
      margin-top: 12px;
    }
}
.product-card__content {
    position: relative;
}

.quantity {
    margin: 15px 0 0;
    align-items: center;
}

.quantity button {
    color: #000;
}
.quantity button {
    padding: 0;
}
.quantity button {
background: linear-gradient(0deg, #FFB700 30%, #FFCC49 100%);

    width: 48px;
    height: 48px;
    border-radius: 10px;
    font-size: 42px;
    min-width: 42px;
    line-height: 100%;
}

.quantity input {
    background: #ffffff00;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 24px;
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: none;
    padding: 0 20px;
    text-align: center;
}

.quantity button {
    color: #000;
}
.quantity button {
    padding: 0;
}

section.product-content .quantity input{
  color: #fff;
}
section.product-content .quantity input::placeholder{
  color: #fff;
}
.gallery__slide img{
  max-height: 260px;
}
@media (max-width: 991px){
    .gallery__slide img{
  max-height: 160px;
}
}

.btn-copy-promocode.copied {
    background-color: #28a745;
    color: #fff;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.btn {
    text-align: center;
}


.blog-filter-btn.active {
    background: #FFB700;
    color: #1a1a1a;
}
button.btn-grey.blog-filter-btn.active:before
.blog-loader {
    text-align: center;
    padding: 40px;
    width: 100%;
}

.no-posts {
    text-align: center;
    padding: 40px;
    width: 100%;
    color: #888;
}

.state__rows a{
  color: rgba(255, 183, 0, 1);
  display: flex;
  gap: 10px;
}
.rassilka__content .form__cont{
  flex-wrap: wrap;
}
.noptin-response{
  flex: 1 1 100%;
  width: 100%;
}
.form__input input, .form__input textarea{
  color: #fff !important;
}
.content-state__image img{
  max-height: 560px;
  object-fit: cover;
}
.content-state__cont img{
    max-height: 400px;
  object-fit: cover;
}
@media (max-width: 991px){
    .content-state__image img{
  max-height: 240px;

}
.content-state__cont img{
    max-height: 220px;

}
}

a.sidebar-catalog__link.sidebar-catalog__link--active{
    color: #FFB700;
}
.filter-spoiler__content{
  overflow: auto;
}

li.filter-spoiler__item.non-label {
    opacity: 0.4;
}

.woofc-item-qty.woofc-item-qty-plus-minus p {
    text-align: center;
}

.woofc-area.woofc-style-01 .woofc-inner, .woofc-area.woofc-style-03 .woofc-inner, .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover{
  background: linear-gradient(0deg, #FFB700 30%, #FFCC49 100%);

}
.woofc-area.woofc-style-01 .woofc-inner{
    background: linear-gradient(0deg, #FFB700 30%, #FFCC49 100%);
}

@media (min-width: 1200px){
    #sitebar-catalog{
  top: 70px !important;
}
}

.form__input.form__input--search.org-search-wrapper {
    margin-bottom: 24px;
}
button.checkout-form__tab.active{
      box-shadow: rgba(255, 183, 0, 0.32) 0px 8px 24px 0px;
    color: rgb(15, 15, 15);
    background: linear-gradient(0deg, rgb(255, 183, 0) 30%, rgb(255, 204, 73) 100%);
}

@media (min-width: 1200px){
    .cart-page__column {
    flex: 0 0 400px;
}
}


html section.cart-page.oformlenie .form__input input, html section.cart-page.oformlenie .form__input textarea {
       color: rgb(0 0 0) !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    flex: 1 1 100%;
}
.cart-page__content {
    flex-wrap: wrap;
}
/* .load-more-button{
  display: none !important;
} */

.woofc-item-price .woocommerce-Price-amount::before {
    content: "от ";
}

div#woofc-total bdi::before {
      content: "от ";
}
span.cart-summary__total-value.cart-tex__prise p {
    color: #fff;
}

.cart-summary__note-info{
      color: #fff;
      margin-bottom: 15px;
}

.wpcf7-response-output{
  display: none;
}
@media (min-width: 1100px){
    .cart-page__column.bottom-tex__column.last--cart {
    flex: 0 0 400px;
}
}
span.price-by-request {
    color: #fff;
}

.org-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
        scrollbar-color: rgb(230, 230, 230) rgb(255, 183, 0);
}

.org-search-item {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.org-search-item__name {
    font-weight: bold;
    margin-bottom: 5px;
}
.org-search-item__inn {
    color: #666;
    font-size: 0.9em;
}
.form__input.form__input--search.org-search-wrapper {
    position: relative;
    z-index: 10;
}


.woofc-item-info span.price-by-request {
    color: #000;
}



.middle-footer__list-messages ul {
    display: flex;
    gap: 20px;
}

.footer__middle.middle-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middle-footer__list-messages li a {
    background: linear-gradient(0deg, #FFB700 30%, #FFCC49 100%);
    z-index: 5;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.middle-footer__list-messages li a::before{
  content:'';
  position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 3px solid transparent;
    border-radius: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#DEA003), to(#FFDB7D)) border-box;
    background: linear-gradient(180deg, #DEA003 0%, #FFDB7D 100%) border-box;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
  
}

@media (max-width: 991px){
    .footer__middle.middle-footer {
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.middle-footer__list {
    width: 100%;
}
.middle-footer__list-messages {
    width: 100%;
}
.middle-footer__list-messages ul {
    justify-content: space-between;
}
}

.product-card__price span {
    color: rgba(15, 15, 15, 0.8);
}

.cartochka {
    display: flex;
    height: 100%;
    flex-direction: column;
}
span.product-single__price-value span.price-by-request {
    font-size: 28px;
}

div#popup-coupon-title {
    font-size: clamp(18px, 1.1111111111vw + 16px, 21px);
}


.header__top.top-header {
    position: relative;
    z-index: 10;
}

.product-card__content h3 {
    font-family: "Manrope", sans-serif;
    text-transform: none;
}

.product-single__buy {
    max-width: 550px;
    margin: 0 0 0 auto;
}

.load-more-button-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
span.product-card__sku {
    overflow-wrap: break-word;
    word-break: break-word;
}
.product-card__content h3 {
    overflow-wrap: break-word;
    word-break: break-word;
}

li.brand-dropdown > a {
    position: relative;
    z-index: 5;
}
.spoiler__header a {
    cursor: pointer;
}



@media (min-width: 991px){
.o-nas__image img {
    height: 32vw;
}
	}