/*.home-slider-grid {
    display: none!important;
}

.c-slider.swiper-container.swiper-container-mobile {
    display: none;
}
*/
/* Контейнер для снежинок с фиксированным позиционированием */
/*куки*/
#cookie-banner {
      position: fixed;
      bottom: 20px;
      left: 20px;
      width: 45%;
      max-width: 480px;
      background: #5c5c5c;
      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: #fff;
    color: #000;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
    height: 30px;
    flex-shrink: 0;
    line-height: 30px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
}

    #cookie-banner button:hover {
      background: #e0e0e0;
    }

    @media (max-width: 600px) {
    #cookie-banner {
        width: 100%;
        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;
      }
    }
/*куки конец*/   
.c-post-thumb_size_s .c-post-thumb__image-box {
    height: 222px;
}
.header-snowflake {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
}

/* Контейнер для снежинок */
.snowflakes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Снежинки */
.snowflake {
    position: absolute;
    opacity: 0.8;
    animation: fall linear infinite, sway cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
    animation-duration: 5.5s; /* Длительность анимации */
    animation-timing-function: ease-in-out; /* Плавное ускорение/замедление */
    animation-delay: 0s;
    animation-iteration-count: infinite; /* Бесконечное повторение */
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    will-change: transform; /* Ускорение рендеринга анимации */
}

/* Анимация падения снежинок */
@keyframes fall {
    from {
        transform: translateY(-100px); /* Старт выше экрана */
    }
    to {
        transform: translateY(100vh); /* Падение вниз до конца экрана */
    }
}

/* Анимация раскачивания снежинок с плавным эффектом */
@keyframes sway {
    0% {
        transform: translateX(-4px); /* Меньшее смещение влево */
    }
    50% {
        transform: translateX(4px); /* Плавный переход вправо */
    }
    100% {
        transform: translateX(-4px); /* Плавный переход влево */
    }
}







p.catban img {
    border: 1px solid #efefef;
}
span.price.nowrap.freedelivery-prev-price.hint {
    display: none!important;
}
.c-product-badge.c-product-badge_custom {
    padding: 0;
}
.c-product-thumb__arrived .plugin_arrived-button {
    display:block!important;
}
.c-product-thumb__arrived a{
	font-size:13px;!important
}
.c-blog-posts__item {
    display: inline-block!important;
    margin-top: 60px;
    width: 50%;
    vertical-align: top;
}
.home-categories li.category:nth-child(2n) .info {
    background: #ffcbcb;
}
.home-categories li.category .info {
    background:#ff9696;
}
    
    .l-container.l-container_content {
    background: #fff;
}
.l-content-container.l-content-container_sidebar {
    background: #fff;
}
.c-filter,.c-filters__footer {
    position: relative;
    background: #fff;
}

a.setlink {
    display: block;
    text-align: center;
    width: 300px;
    margin: 20px auto 0;
    background: #f79e9e;
    color: #000;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 600;
}
a.setlink:hover{
    opacity:0.8;
}
li.c-header-bottom-bar-links__item-container:nth-child(2n) a {
    background: #fc9797;
    font-weight:600;
}
li.c-header-bottom-bar-links__item-container a {
    font-weight:600;
}
@media (max-width: 1199px) {
    .r-header {
        flex-wrap: wrap;
    }

    .l-blocks__item_slider {
        padding: 15px;
    }

    .swiper-container-mobile .swiper-slide, .swiper-container-mobile .swiper-slide img {
        border-radius: 12px;
    }
}
.img-fluid {
    display: block;
    max-width: 100%;
    height: 100%;
}
.noscroll {
    overflow-y: hidden!important;
}
.row {
    display: grid;
    justify-content: space-around;
    grid-template: auto/ repeat(4, 1fr);
}
.home_mobile_nav_item {
    text-decoration: none;
}
.home_mobile_nav_icon {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.home_mobile_nav_icon img {
    width: 56px;
    height: 56px;
    vertical-align: middle;
    border-radius: none !important;
}
.home_mobile_nav_icon span {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    color: #333333;
    height: 32px;
}
.c-slider__dots {
    display:none;
}
.swiper-nav-mobile {
    padding: 1rem 0 1.5rem 0;
    border-radius: 12px;
}
.swiper-nav-mobile .c-slider__dots {
    display: block;
    bottom: .5rem;
}
.l-blocks__item_slider .c-slider__dots {
    display: block;
}

span.c-checkout-shipping-method__logo-container {
    max-width: 50px;
}
.c-slider__wrapper.swiper-wrapper {
    height: auto;
}
.c-slide_home:not(.c-slide_size_s) .c-slide__background-image {
    position: relative;
    left: 0;
    display: block;
    height: auto;
    width: 100%;
}

.c-category-thumb__name {
    font-size: 13px;

}
@media (min-width: 1485px) {
    .c-slide_home {
        height:var(--home-slider-height)
    }

    .c-slide_home:not(.c-slide_size_s) .c-slide__background-image {
        left: 50%;
        width: 100%!important;
        transform: translateX(-50%)
    }
}
a.ak_btn {
    background: #ff8686;
    color: #000!important;
    padding: 10px 20px;
    margin-top: 20px;
    display: block;
    width: 200px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 20px auto;
}
.yourgift1 {
    background: #ff7777;
    color: #000;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 16px;
}
.mobilegift {
    background: #fc9797;
    color: #000;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
}
.c-sidebar-block.c-sidebar-filters.c-sidebar-filters_opened {
    z-index: 99;
}
.c-dropdown__dropdown {
    z-index: 99;
}
.bn .flexdiscount-max-affiliate1:first-child {
    display: block!important;
}
ul.list-rows.list-rows_multicolor.list-rows_separated{
    margin-bottom:40px;
}
.c-checkout-auth1 {
    margin-bottom: 25px;
    background: #ffebeb;
    padding: 10px;
}
.c-checkout-auth1 a{
    text-decoration:underline;
    font-weight:600;
}
/**/
.l-block-slides {
    background-color: #fbcbcb;
    height: 100%;
    display: table;
    width: 100%;
    padding-bottom: 30px;
}
.l-block-slides .c-home-block{
    padding:0;
}

.item:not(.touch_class):hover .scale_block_animate, .touch_class .scale_block_animate {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    transition:0.6s;
    background-color:rgba(0,0,0,0.2);
}
.wrapper_inner1.wides.float_banners {
    margin: 0px -10px 30px;
}
.start_promo {
    width: 100%;
}
.margin0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.start_promo .item.wide50,.start_promo .item.wide503,.start_promo .item.wide504 {
    width: 50%;
}
.wraps .item {
    position: relative;
    transition:0.6s;
}
.start_promo .item {
    width: 25%;
    border: 5px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 25%;
    padding-bottom: 22%;
    float: left;
    height: 0;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    background: #fff;
}
.item .dark_block_animate {
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.start_promo .item a {
    color: #fff;
    text-decoration: none;
}

.item .dark_block_animate {
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.start_promo .item .img_block {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.scale_block_animate {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.scale_block_animate {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
/**/

.box-alert {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #f9b3b3;
    padding: 20px;
    margin: 40px 0;
    background: #ffefef;
}
.box-alert > .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border: 2px solid #F61E20;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    color: #F61E20;
}

.box-alert > .content {
    flex-grow: 1;
    padding-left: 40px;
    font-weight: bold;
}
.c-my-affiliate__balance_positive {
    color: #0f0f0f;
    background: #ffa2a2;
    padding: 0 10px;
    margin: 0 5px;
}
.flexdiscount-user-affiliate.wa-order-bonus {
    /*display: none;*/
}
.monitruble .quickorder-button-cart.quickorder600.quickorder760 {
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    right: 0;
    width: 270px;
    background: #c5ffc1;
    font-weight: 600;
}
.c-cart-summary  .c-row-value__label-container::after {
    display:none;
}
.cash {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}
.cash span.c-checkout-signup__add-affiliate-bonus {
    color: #000;
    background: #ffe6e6;
    font-weight: 600;
    font-size: 14px;
    padding: 5px;
    display: block!important;
    width: 200px;
    margin: 5px auto 0;
}
.cashback {
    position: absolute;
    right: 0;
    top: 0;
    background: #fbcbcb;
    color:#000;
    padding: 5px;
    font-weight: 600;
    z-index: 2;
    text-decoration:none;
}
.c-product-add-to-cart {
    position:relative;
}
.cashback1 {
    position: absolute;
    right: 0;
    top: 0;
    background: #fbcbcb;
    color:#000;
    padding: 5px;
    font-weight: 600;
    font-size: 13px;
    text-decoration:none;
    z-index:9;
}
/* TODO: Wahub.ru - 17.05.2021  */
/* Слайдер на главной (Mobile)*/
.l-blocks__carousel {
    margin-top: 0;
}
.carousel {
    position: relative;
}
.carousel__inner {
    margin: 10px;
}

.carousel__content {
    position: relative;
    display: block;
    padding: 22px 12px 22px;
    width: 100%;
    background: rgba(255, 234, 234, 0.78);
    text-align: left;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    z-index: 100;
}

.carousel__image {
    border-radius: 8px 8px 0 0;
}
.carousel__link {
    background: #323232;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 6px 10px;
    min-width: 107px;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    transition: opacity 0.3s ease;
    text-decoration: none;
}
.carousel__description {
    min-height: 40px;
    max-height: 115px;
    overflow: hidden;
    text-transform: none;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 12px;
}

.carousel .owl-nav {
    position: absolute;
    bottom: 45px;
    right: 25px;
}
.carousel .owl-nav button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75) !important;
    margin: 0 0 0 5px !important;
}
.carousel {}

/* Слайдер на главной */

.l-block-slides .c-home-block {
    background-color: transparent !important;
}
.c-slides {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(11, 1fr);
    gap: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    max-width: 100%;
    height: 600px;
    grid-template-areas:
        "one two three"
        "four five six";
}

.c-slides__slide {
    background: white;
    position: relative;
    transition: all 0.1s ease;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    z-index: 0;
}
.c-slides__slide:nth-child(1) {grid-area: one;}
.c-slides__slide:nth-child(2) {grid-area: two;}
.c-slides__slide:nth-child(3) {grid-area: three;}
.c-slides__slide:nth-child(4) {grid-area: four;}
.c-slides__slide:nth-child(5) {grid-area: five;}
.c-slides__slide:nth-child(6) {grid-area: six;}

.c-slides__slide:nth-child(2) .c-slides__image {transform: scale(1.1);}
.c-slides__slide:nth-child(3) .c-slides__image {transform: scale(1.05, 1.1);}
.c-slides__slide:nth-child(4) .c-slides__image {transform: scale(1.075, 1.1);}
.c-slides__slide:nth-child(6) .c-slides__image {transform: scale(1.075, 1.1);}
.c-slides__slide:hover .c-slides__image {
    transform: scale(1.25);
    z-index: 1000;
}
.c-slides__image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 285px;
    top: 0;
    left: 0;
    position: absolute;
    transition: transform 0.6s ease;
    overflow: hidden;
}
.c-slides__slide:nth-child(1) {
    grid-column: 1/6;
}
.c-slides__slide:nth-child(2) {
    grid-column: 6/9;
}
.c-slides__slide:nth-child(3) {
    grid-column: 9/12;
}
.c-slides__slide:nth-child(4) {
    grid-column: 1/4;
}
.c-slides__slide:nth-child(5) {
    grid-column: 4/9;
}
.c-slides__slide:nth-child(6) {
    grid-column: 9/12;
}

@media (max-width: 1199px) {
    .c-slides {
        grid-template-columns: repeat(12, 1fr);
        grid-template-areas:
            "one one five five"
            "two three four six";
    }

    .c-slides__slide:nth-child(1) {
        grid-column: 1/7;
    }
    .c-slides__slide:nth-child(5) {
        grid-column: 7/13;
    }
    .c-slides__slide:nth-child(2) {grid-column: 1/4}
    .c-slides__slide:nth-child(3) {grid-column: 4/7}
    .c-slides__slide:nth-child(4) {grid-column: 7/10}
    .c-slides__slide:nth-child(6) {grid-column: 10/13}
}

/* Fix unknown developer */
.c-header-bottom-bar-links__item .c-header-bottom-bar-links__item {
    margin: 0;
}

/* End Wahub.ru styles  */

/*.c-checkout-contactinfo__form span.field.wa-field-address-region.c-form-field,.c-checkout-contactinfo__form span.field.wa-field-address-zip.c-form-field, .c-checkout-contactinfo__form span.wa-required.field.wa-field-address-city.c-form-field, .c-checkout-contactinfo__form span.field.wa-field-address-street.c-form-field {
    display: none;
}*/
.c-checkout-contactinfo__auth-box {
    margin-bottom: 30px;
    display: none;
}
.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-filter-wrapper {
    line-height: 1.2;
    border: 1px solid #fc9797;
    display: inline-block;
    font-weight: 500;
    vertical-align: top;
    padding: 4px 10px;
    border-radius: 3px;
    color: #ff8484;
    cursor: pointer;
    font-weight: 600;
}
/*.home-categories .category:first-child {
    display: none;
}*/
div#shipping-pro-16-wrapper {
    display: none;
}
.akcii {
    background: #fc9797!important;
    font-weight: 600!important;
}
.l-content-columns__sidebar span.c-catalog-list__item-content-container {
    overflow: hidden;
}
.c-index-subscribe {
    background-color: #ededed;
    position: relative;
}
.r-stream-filters__year-container {
    display: none;
}
/*.c-post-thumb_size_s .c-post-thumb__image-box_full img.c-lazy-image:not(.c-lazy-image_ready) {
    height: 250px!important;
}*/
.c-review-thumb__product-name a {
    color: #000;
}
a.c-product-thumb__name.c-link.c-link_style_hover {
    color: #000;
}
.c-product-thumb__price_with-compare {
    color: #000;
}
.c-header-middle-bar-phone__phone a {
    color: #000;
    text-decoration: none;
}
.addgifts__header {
    margin-bottom: 10px;
    color: #000!important;
    font-weight: 600;
}
.slider2 {
    visibility: hidden;
}
.slick-initialized {
    visibility: visible;
}

body {
    overflow: hidden;
}
.buy1click-form__text p {
    background: #ffecec;
    padding: 10px;
}
span.buy1click-item__name {
    text-transform: lowercase;
    font-weight: 600;
}
.c-content-decorator, .c-content-decorator li, .c-rating-select__value-container {
    color: #000;
}
.c-content-decorator b, .c-content-decorator strong {
    font-weight: 600;
    color: #333;
}
.descname {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    color: #666;
}
.sortmob {
    display:none;
}
.checkout-overlay {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.75);
    z-index: 100500;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}
.c-checkout-contactinfo__form span.field.wa-field-address-metro.c-form-field, .c-checkout-contactinfo__form span.field.wa-field-address-street.c-form-field, .c-checkout-contactinfo__form span.field.wa-field-address-zip.c-form-field {
    display: none;
}
.c-checkout-shipping.checkout-step.step-shipping span.field.wa-field-address-country.c-form-field, .c-checkout-shipping.checkout-step.step-shippin span.field.wa-field-address-region.c-form-field, .c-checkout-shipping.checkout-step.step-shipping span.wa-required.field.wa-field-address-city.c-form-field, .c-checkout-shipping.checkout-step.step-shipping span.field.wa-field-address-region.c-form-field {
    display: none;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/wa-data/public/site/font/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('/wa-data/public/site/font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('/wa-data/public/site/font/Montserrat-Regular.woff') format('woff'),
		url('/wa-data/public/site/font/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body, button, input, select, textarea {
  font-family: 'Montserrat';
}
.c-content-decorator a, .c-link, .c-link-decorator a {
    color: #ff8686;
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}
.c-pseudo-link {
    border-bottom: 1px dashed #ff8686;
    color: #ff8686;
}
.c-cart-item__name-container a {
    color: #000;
}
.c-header-middle-bar {
    background-color: #fbcbcb;
}
.c-header-top-bar {
    background-color: #fbcbcb;
}
span.i-cityselect__city {
    color: #000;
    border-bottom: 1px dashed;
}
.c-link-box__link {
    color: #000;
}
.c-header-bottom-bar-links__link,.c-catalog-dropdown-button span {
    color:#000;
}
.l-index__footer {
    background: #cdc9c8;
}
.c-catalog-dropdown-button svg.c-svg-icon {
    fill: #000;
}
.c-catalog-list__link {
    color:#000;
}
.c-button, .c-button-decorator button, .c-button-decorator input[type=button], .c-button-decorator input[type=reset], .c-button-decorator input[type=submit] {
    color:#000;
}
.c-product.c-product-thumb .buy1click-open-button {
   color: #f9b3b3!important;
    background-color: transparent;
    transition: color .2s ease-in-out;
}
.stocks strong {
    display: block;
    font-weight:400;
}
strong.stock-critical,.stock-high,.c-product-available_critical,.stock-low {
    color: #27AE60;
}
strong.stock-none {
    color: #EB5757;
}
.stocks div {
    line-height: 1;
    font-weight: 600;
}
.b-cityselect__wrapper--header {
    margin-bottom: 2px!important;
}
.c-header-floating.c-header-floating_visible {
    background-color: #fbcbcb;
    z-index: 1000;
}
.c-header-bottom-bar {
    background-color: #f9b3b3;
    color: #fff;
    line-height: 1.2;
}
.c-header-top-bar__container-nav {
    padding-left: 45px;
}
.c-page .buy1click-open-button {
    color:#fff!important;
}

.c-header-middle-bar-phone .c-pseudo-link-box__link {
    color: #000;
}
a.c-catalog-list__link:hover {
    color: #fbcbcb!important;
}
.c-sidebar-block__content {
    border: 1px solid #f9b3b3;
    border-top: 0;
}
.c-sidebar-block__header {
    padding: 16px 19px;
    background-color: #f9b3b3;
    border: 1px solid #f9b3b3;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}
.c-catalog-list__item {
    transform: translateZ(0);
    position: relative;
    border-bottom: 1px solid #f9b3b3;
}
.c-pages-tree__item>.c-pages-tree__item-link {
 border-right: 1px solid #f9b3b3;
border-left: 1px solid #f9b3b3;
border-bottom: 1px solid #f9b3b3;
color: #000;
}
.c-pages-tree__item.c-pages-tree__item_selected a {
    background: #fbcbcb;
}
.c-category-mini__name {
    font-size:13px;
}
.c-header-bottom-bar-links__link {
    display: flex!important;
    font-weight: 400;
    /* display: block; */
    width: auto;
    padding-top: 0;
    pa: 0;
    padding-bottom: 0;
    background-color: transparent;
    white-space: normal;
    overflow: visivle;
    /* text-overflow: ellipsis; */
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.l-footer-copyright__text {
    margin-top: 20px;
    width: 255px;
    color: #000;
}
.c-content-decorator .c-footer a, .c-footer, .c-footer .c-content-decorator a, .c-footer .c-link, .c-footer .c-link-box_style_alt .c-link-box__link, .c-footer .c-link-box_style_hover .c-link-box__link, .c-footer .c-link-decorator a, .c-footer .c-link_style_alt, .c-footer .r-footer__address .c-link-box__link, .c-footer .r-footer__address a, .c-footer .r-footer__phone-link, .c-link-decorator .c-footer a {
    color: #000;
}
.c-footer .c-footer-phone__hint {
    color: #888;
    opacity: 1;
}
.c-pagination-item_current {
    color: #fff;
}
.magazin {
    margin: 5px 0 10px;
    font-weight: 400;
}
.ofice {
    padding-top: 10px;
}
.magazin .Nav__Icon--Contacts {
    color: #666;
}

.left-side {
    max-width: 360px;
    display: inline-block;
    vertical-align: top;
}
.right-side {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding-left: 20px;
}
.vac {
    font-weight: 600;
    font-size: 16px;
}
.vac p{
    font-size: 14px;
}

.vac-mail {
    display: block;
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.5;
    background: url(/wa-data/public/site/img/mail.png) no-repeat 0px 5px;
    padding-left: 60px;
}
.vac-mail a {
    font-size: 20px;
    text-decoration: none;
    border: 0;
}
.vacanciya {
    font-size: 20px;
    border-top: 1px solid #fbcbcb;
    border-bottom: 1px solid #fbcbcb;
    padding: 10px;
}
.opisanie {
    background: #fcfcfc;
    padding: 15px;
}
.opisanie .h4 {
    font-size: 18px;
    padding: 10px 0 5px;
}
.opisanie ul {
    margin-left: 20px;
}

.vacanciya{cursor:pointer;}
.isk.disabled .opisanie{display:none}
.isk.active .vacanciya{background:#fbcbcb;}


.isk.disabled .vacanciya:after {
    content: " ";
    border: solid #666;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -6px;
}

.isk.active .vacanciya:after {
    content: " ";
    border: solid #666;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 3px;
}
.l-footer-content__columns-container {
    padding-top: 0px;
    padding-right: 30px;
}
.l-footer-content__contacts-container {
    padding-top: 0px;
}
.list-rows_multicolor .list-rows__item {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}
.r-footer__phone-link {
    border:1px solid #fff;
}
.r-footer__phone-hint {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-top: 5px;
}
.c-header-middle-bar-contacts__phone-container.c-header-middle-bar-contacts__phone-container_phone-1 {
    text-align: center;
}
.c-header-middle-bar-phone_size_s .c-header-middle-bar-phone__phone {
    font-size: 16px;
    font-weight: 900;
}
.c-footer-block__footer svg.messanger-icon {
    fill: #000;
    background: #25d366;
    padding: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

a.c-brands-dropdown-button.c-button.c-button_rect.c-button_fill.c-header-bottom-bar-links__link {
    text-transform: uppercase;
    font-weight: 900;
}
.c-product-thumb__name a {
    color: #000;
}
.freedelivery {
    background: #f9b3b3;
    text-align: center;
    padding: 1px;
    margin-bottom: 25px;
    font-size: 18px;
}
a.c-catalog-columns__link.c-link.c-link_style_hover {
    font-weight: 600;
}
input.price-req-button {
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: var(--button-color);
    font-weight: 500;
    user-select: none;
    text-shadow: none;
    outline: 0;
    line-height: 1.2;
    vertical-align: top;
    font-size: 16px;
    padding: 9px 19px 10px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
}
/*input.price-req-button.thumb-view {
    color: #f9b3b3!important;
    background-color: transparent;
}*/
input.price-req-button.thumb-view {
    padding: 8px 14px 9px;
    font-size: 14px;
    color: #000;
}
.snyat {
    color: #ff0000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid;
    max-width: 200px;
    text-align: center;
    margin-top: 20px;
}
.snyat span {
    font-size: 25px;
    font-weight: 900;
}
@media (max-width:480px) {
    a.c-product-thumb__name.c-link.c-link_style_hover {
    height: 80px!important;
}
.right-side {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
}
.c-post-thumb_size_s .c-post-thumb__image-box {
    height: 100%!important;
}
.c-post-thumb_size_s .c-post-thumb__image-box img{
  /*  height:330px;*/
}
.c-footer-socials__item svg.messanger-icon {
    fill: #000;
    background: #25d366;
    padding: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.swiper-container {
    /*height:110px;*/
}
.c-slide__background-image {
    height: 110px;
    width: 100%;
}
.newcat {
    padding:0;
}
.l-blocks__item.mobslider {
    margin-top: 0!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.l-posts-thumbs {
    text-align:center;
}
.l-posts-thumbs_size_s .l-posts-thumbs__item {
    width: 47%!important;
    margin: 5px;
}
/*.c-post-thumb__image-box {
    height: 170px!important;
    background-color: #e1e1e1;
}*/
}
@media (max-width:1400px) {
    .c-header-bottom-bar-links__item-container {
    /* flex: auto; */
    position: relative;
    /* width: 1px; */
    display: flex;
    flex: 1 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-right: 1px solid #fbcbcb;
    justify-content: center;
}
.l-header__bottom-bar .l-container {
    padding: 0;
    max-width: 100%;
}
.c-header-bottom-bar-links__link {
    font-size:11px;
}
}

.im-out {
    position: relative;
}

.im-out .q {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.im-out .q-notes {
    display: none;
    position: absolute;
    bottom: calc(100% + 12px);
    left: 0;
    padding: 19px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(0,0,0,.07);
    font-weight: normal;
    line-height: 18px;
    color: #333;
}

.im-out .q:hover .q-notes {
    display: block;
}

.c-product-add-to-cart .stocks {
    margin-bottom: 20px;
}

.l-content__content > .js-dp-product-wrapper {
    display: none;
}

.im-analog {
    margin-top: 5px;
}
.im-analog a {
    text-decoration: underline;
    transition: color ease-in-out .2s;
    color: #ff8686;
}
.im-analog a:hover {
    color: #ff8686;
    text-decoration: none;
}
a.c-category-extend__name.c-link.c-link_style_hover {
    font-weight: 600;
}
input.price-req-button:hover {
    opacity: .8;
    cursor: pointer;
}

/*.c-slide__background {*/
/*    position: static;*/
/*}*/

/*.c-slide {*/
/*    height: auto;*/
/*}*/

/*.sl-im {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*@media (max-width: 1199px) {*/
/*    .c-slide {*/
/*        min-height: auto;*/
/*        height: auto;*/
/*        padding: 0;*/
/*    }*/
/*}*/

.c-advantage__title {
    color: tomato;
}

.stocks-info {
    position: relative;
}

.stocks-info .skus-stock {
    display: none;
}

.js-show-available-popup {
    color: #ff8686;
}

@media screen and (max-width: 767px) {
    .mfp-container:before {
        height: 75%;
    }
    .c-magnific-popup {
        overflow: hidden !important;
    }
}

.stock-item {
    margin-bottom: 10px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}
.c-page_dp .c-block__content .dp-city-select-link__city-text {
    color: #f79e9e;
}
span.dp-page__service-caption-view-on-map-text,.c-page_dp .c-block__content .dp-page .dp-cost__caption_free, .c-page_dp .c-block__content .dp-page .dp-cost__value_free {
    color: #f79e9e;
}
a.dp-product__service-col.dp-product__service-title.dp-product__service-title_link.js-dp-service {
    color: #fd8787;
}

.pm div {
    margin: 5px 0;
    align-items: center;
}

.pim {
    width: 80px;
    border: 1px solid #dedede;
	text-align:center;
}
.pim, .pn {
    display: inline-block;
    vertical-align: top;
}
.pn {
    color: #000;
    padding-left: 15px;
    width:70%;
}
.l-footer-payments__item {
    border: 1px solid #dedede;
}
.pim img {
    padding: 5px;
    margin: 0 auto;
	height: 30px;
}
.pn span {
    font-weight: 600;
    font-size: 16px;
}
.c-my-order-page__payment-plugin-container.c-content-decorator button {
    background: #f9b3b3;
    border: 0;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}
.c-my-order-page__payment-plugin-container.c-content-decorator button:hover{
    cursor:pointer;
    opacity:0.8;
}
.podarok {
    border: 2px dashed #f9b3b3;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.podarok p {
    font-size: 15px;
    font-weight: 600;
}

.action-3is5,
.fd-notify {
    background: rgba(251, 203, 203, 0.5);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
a.c-button.c-button_size_l.c-button_style_light.c-button_fill.r-filters__toggle.js-r-filters__toggle {
    background: #fbcbcb;
}

/*блог*/
/*.c-post-thumb__image-box {
    height: 255px!important;
    background-color: #fff;
}*/
.c-blog-post a.c-button.c-button_style_light {
    background: #f9b3b3;
    color: #000;
}
a.gocat {
    background: #f9b3b3;
    color: #000!important;
    padding: 10px;
    border-radius: 5px;
    display: block;
    max-width: 200px;
    text-align: center;
}
a.gocat:hover{
    opacity:0.8;
}
img.blogimg {
    width: 100%;
}
.imgblog {
    max-width: 340px;
    display:inline-block;
}
.c-blog-post-page__content-container .c-content-decorator {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}
.c-post-thumb_size_s .c-post-thumb__image-box {
    height: 300px;
    background-size: cover!important;
    background-position: center!important;
}
@media screen and (max-width: 360px) {
.c-post-thumb_size_s .c-post-thumb__image-box {
    height: 300px!important;
        background-position: center!important;
    background-size: cover!important;
}
}

/*инстграм*/
div#instafeed {
    max-width: 1425px;
    margin: 0 auto;
}
a.instagram-sidecar:hover{
    transition:0.2s;
    opacity:0.8;
}
a.instagram-sidecar:hover img {
    transform: scale(1.1);
}
.c-header-middle-bar-contacts__phone-container.c-header-middle-bar-contacts__phone-container_phone-2 {
    text-align: center;
}
.carthuk .shop_addgifts {
    display:none;
}
/*повторить заказ*/
a.c-link.viewzakaz {
    background: #f8f8f8;
    color: #000;
    padding: 7px 10px;
}
a.c-link.viewzakaz:hover{
    opacity:0.8;
}
.c-orders-table__cell {
    width:auto;
}
input#repeatorder-repeat-button {
    background: #fbcbcb;
    border: 0;
    padding: 5px 10px;
    margin-top: 5px;
}
#repeatorder-repeat-button:hover{
    opacity:0.8;
    cursor:pointer;
}
.ordernumcab {
     float:left;
     padding-right:10px;
}
@media screen and (max-width:480px){
    .ordernumcab {
        float:none;
    }
    .c-products-thumbs__item {
    width: 50%;
}
.c-product-thumb__image-box {
    width: auto;
    height: 125px;
}
.c-product__add-to-cart-form .c-button {
    font-size: 14px;
    padding: 9px 5px 10px;
    text-align: center;
}


}


/******/
@media screen and (max-width:1199px) {
    .sortmob {
    display:inline;
}
.r-header__list_right .r-header__list-item {
    margin-right: 15px;
}
}


.c-checkout-shipping-method__description-container,.c-checkout-shipping-method__rates-container_multi,.c-checkout-shipping-method__comment-container,.c-checkout-shipping-method__est-delivery-container {display:none;}


.c-checkout-shipping-method_checked .c-checkout-shipping-method__description-container,.c-checkout-shipping-method_checked .c-checkout-shipping-method__rates-container_multi,.c-checkout-shipping-method_checked .c-checkout-shipping-method__comment-container,.c-checkout-shipping-method_checked .c-checkout-shipping-method__est-delivery-container {display:block;
}

.c-checkout-shipping-method__comment-container_empty, .c-checkout-shipping-method__error-container_empty, .c-checkout-shipping-method__est-delivery-container_empty {
    display: none!important;
}

.r-footer__phone {
    display: none!important;
}

.colorname {
    font-size: 11px;
}
.c-filter__values_horizontal .c-filter__value {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    text-align: center;
}
.c-color-checkbox__box {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
}
.pochtadesc {
    color: #ff0000;
    font-weight: 600;
}

.buy1step-confirmation-form-field__label {
     color: #ff8686!important;
 }
 .buy1step-confirmation-form__submit-contact-confirmation-button {
    font-size: 1.3em;
    padding: 10px;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
    padding: 8px 14px 9px;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: var(--button-color);
    font-weight: 500;
    user-select: none;
    text-shadow: none;
    outline: 0;
    font-size:1.1em!important;
}
a.c-link.c-link_style_alt-gray.c-signup-link {
    color: #fe0000;
    font-weight: 600;
    border-bottom: 1px dashed;
}
a.c-link.c-link_style_alt-gray.c-login-link {
    border-bottom: 1px dashed;
    color: #000;
    font-weight: 600;
}
a.c-link.c-link_style_alt-gray.c-login-link:hover{
    color:#666;
}
a.c-link.c-link_style_alt-gray.c-signup-link:hover{
   color: #ff8686;
}
a.c-button.c-button_fill.c-button_style_light.c-login-modal__nav-button {
    color: var(--button-color);
}
a.wa-login-forgotpassword-url.c-button.c-button_style_light.c-login-modal__nav-button {
    color: var(--button-color);
}
.c-link-box_style_hover .c-link-box__link {
    color: #000;
}
a.c-button.c-signup-modal__login-button.c-button_style_light.c-button_wide{
    color: var(--button-color);
}
.c-checkout-shipping-method.shipping-34 .c-checkout-shipping-method__content-container,.c-checkout-shipping-method.shipping-34 .c-checkout-shipping-method__est-delivery-container {
    display: none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.75);
    color: #fff;
    font-size: 22px;
    z-index: 100501;
    text-align: center;
}
.c-products-thumbs-slider {
 overflow: hidden;
}
.c-products-thumbs-slider_swiper .c-products-thumbs-slider__item, .c-products-thumbs-slider_swiper .c-products-thumbs-slider__wrapper {
    display: inline-block;
        white-space: nowrap;
}
.c-product-thumb__price {
    margin-right: 15px;
}

.c-page_buy1step .c-buy1step-decorator {
    visibility: visible
}
@media (min-width: 1200px) {
 .c-checkout-payment__method {
        display: inline-block;
        vertical-align: top;
        margin-right: 18px;
        margin-bottom: 20px;
        width: 340px;
    }
   /* .c-post-thumb_size_s .c-post-thumb__image-box_full img.c-lazy-image:not(.c-lazy-image_ready) {
    height: 250px!important;
}*/
}
