.politics a {
    font-size: 12px;
}
.dostavka .groupQuestions {
    width:100%;
    margin: 0 !important;
}
.d-title.prod{
    padding:10px 24px;
}
.v-product-remove {
    width: 100%;
    border: 1px solid #d8d4d4;
    background-color: #f4f4f4;
    box-sizing: border-box;
    margin-bottom: 14px;
    text-align:center;
    padding: 30px 15px;
}
.v-product-remove span {
    font-size: 18px;
    font-weight:600;
}
.remove-btn {
    padding:10px 12px 6px;
}
.remove-btn.list span{
 height:auto;
 line-height:20px;
}
.remove-btn a{
    text-decoration:none;
}
.remove-btn span {
    margin-bottom: 11px;
    height: 37px;
    line-height: 37px;
    background-color: #cccccc;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    display: block;
    color: #000000;
    cursor: pointer;
    font-weight: 600;

}
.v-products-card__price-block {
    min-height: 40px;
}
.v-tile-gallery._tile-active .v-products-card__content .v-products-card__link {
    padding-top: 3px;
}
.v-products-list__features-value {
    white-space: inherit;
    min-width: 230px;
}
.v-header-logo span.desc {
  top: 0;
}


.v-header-search__form.v-header-search__form--mobile,
.v-general-menu__search-open{ display:none }
/*куки*/
#cookie-banner {
      position: fixed;
      bottom: 20px;
      left: 20px;
      width: 45%;
      max-width: 480px;
      background: #554e90;
      color: white;
      padding: 15px 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: sans-serif;
      z-index: 9999;
    }

    #cookie-banner p {
      margin: 0;
      font-size: 14px;
      line-height: 1.4;
      flex: 1;
    }

    #cookie-banner a {
      color: white;
      text-decoration: underline;
    }

    #cookie-banner button {
      background: white;
      color: #554e90;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-weight: bold;
      font-size: 14px;
      margin-left: 20px;
      flex-shrink: 0;
    }

    #cookie-banner button:hover {
      background: #e0e0e0;
    }

    @media (max-width: 600px) {
    #cookie-banner {
        width: 90%;
        left: 0;
        bottom: 0;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        z-index: 9999999999;
        border-radius:0;
    }

      #cookie-banner button {
        margin-left: 0;
      }
      #cookie-banner p {
          text-align:center;
      }
    }
/*куки конец*/    
@media (max-width: 640px){
    .v-cart-mini{ margin-left:0;}
    .v-catalog-menu{ margin-bottom:4px; }
    .v-general-menu__search-open{ display:inline-flex; justify-content:flex-end; flex-grow: 1; padding-left:20px; } 
    .v-general-menu-wrap{ display:flex; justify-content:space-between; align-items:center; }
    .v-header-search__form.v-header-search__form--mobile{ margin: 8px auto; }
    .v-general-menu{ height:auto; }
    .v-header-search__open.v-header-search__open--mobile{ display:inline-flex;
        justify-content:center;
        align-items:center;
        display: inline-block;
        box-shadow:none;
        background:none;
        font-size:24px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    .is-show-search .v-header-search__open .fa:before { content: "\f00d"; }
    .is-show-search .v-header-search__form.v-header-search__form--mobile{ display:block; }
    .v-main .v-header .v-header__wrap{height:65px !important;}
}.searchpro__field .searchpro__field-container{
z-index: 200 !important;
}