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

._opened-popup body {
    position: fixed;
}

.mobile-buttons {
    position   : fixed;
    display    : none;
    left       : 0;
    bottom     : 65px;
    z-index    : 20;
    left       : 10px;
    right      : 10px;
    box-shadow : 0 11px 13px rgba(162, 4, 14, 0.2);
    font-family: 'Montserrat';
}

.mobile-buttons .bt-to-cart {
    width        : 37%;
    font-size    : 12px;
    text-align   : left;
    border-radius: 5px 0 0 5px;
}




.mobile-buttons .bt {
    width          : 31.5%;
    display        : flex;
    justify-content: center;
    align-items    : center;
    text-align     : center;
    font-size      : 12px;
    font-weight    : 600;
    height         : 46px;
    color          : #000;
    text-decoration: none;
    background     : #fff;
    border         : 1px solid rgba(227, 6, 19, 0.2);
}

.mobile-buttons .bt:last-child {
    border-radius: 0 5px 5px 0;
    border-left  : 0;
}


.mobile-head {
    align-items: center;
    position   : absolute;
    left       : 0;
    top        : 0;
    width      : 100%;
    height     : 55px;
    padding    : 0 10px;
    display    : none;
}

.mobile-head .logo {
    width       : 122px;
    margin-right: 10px;
    display     : flex;
    align-items : center;
}

.mobile-head .logo a {
    display    : flex;
    align-items: center;
}

.mobile-head .phone {
    text-transform : uppercase;
    color          : #000;
    text-decoration: none;
    font-size      : 14px;
    font-weight    : 300;
    line-height    : 23px;
    display        : inline-flex;
    align-items    : center;
}

.close-btn {
    position        : relative;
    margin-left     : auto;
    width           : 27px;
    height          : 27px;
    border-radius   : 50%;
    cursor          : pointer;
    background-color: rgba(138, 101, 123, 0.5);
}

.close-btn::before,
.close-btn::after {
    content   : '';
    display   : block;
    height    : 2px;
    width     : 15px;
    position  : absolute;
    top       : 12px;
    left      : 6px;
    background: #fff;
    transform : rotate(45deg);
}

.close-btn:after {
    transform: rotate(-45deg);
}

.mobile-submenu {
    position  : fixed;
    top       : 0;
    right     : 0;
    height    : 100%;
    width     : calc(100% - 56px);
    background: #fff;
    z-index   : 20;
    display   : none;
}

.mobile-submenu:after {
    content         : '';
    display         : block;
    background-color: rgba(78, 64, 73, 0.55);
    width           : 56px;
    height          : 100%;
    position        : absolute;
    top             : 0;
    right           : 100%;
}

.mobile-submenu ul {
    overflow-y: scroll;
    height    : calc(100vh - 55px);
}

.mobile-submenu li {
    border-top: 1px solid #ecdee6;
}

.mobile-submenu li a {
    display       : flex;
    align-items   : center;
    padding       : 0 10px;
    font-size     : 12px;
    font-weight   : 300;
    height        : 55px;
    text-transform: uppercase;
}

.mobile-submenu .title {
    display       : flex;
    align-items   : center;
    padding       : 0 10px;
    font-size     : 12px;
    font-weight   : 600;
    height        : 55px;
    text-transform: uppercase;
}

.mobile-submenu .close-btn {
    position: absolute;
    top     : 14px;
    right   : 11px;
    z-index : 2;
    margin  : 0;
}




.mobile-nav {
    display: none;
    width  : 100%;
}

.mobile-nav li {
    border-top: 1px solid #ecdee6;
}

.mobile-nav li a {
    display       : flex;
    align-items   : center;
    padding       : 0 10px;
    font-size     : 12px;
    font-weight   : 300;
    height        : 55px;
    text-transform: uppercase;
}

.mobile-call {
    margin     : 10px;
    display    : none;
    align-items: center;
    width      : calc(100% - 20px);
}

.mobile-call .header-call,
.mobile-call .header-app {
    width : 50%;
    margin: 0;
}

.mobile-call a {
    display        : flex;
    align-items    : center;
    height         : 31px;
    padding        : 0 10px;
    justify-content: flex-start;
    border         : 1px solid #ecdee6;
    width          : 100%;
}

.mobile-call .header-call a {
    border-right : 0;
    border-radius: 5px 0 0 5px;
}

.mobile-call .header-app a {
    border-radius: 0 5px 5px 0;
}



.mobile-bar {
    justify-content: space-between;
    z-index        : 100;
    background     : #fff;
    position       : fixed;
    left           : 0;
    bottom         : 0;
    width          : 100%;
    box-shadow     : none;
    padding        : 0 10px;
    display: none;
    height: 55px;
    align-items: end;
    padding-bottom: 3px;
    border-top: 1px solid rgba(138, 101, 123, 0.15);
}

.mobile-bar>a {
    display    : flex;
    align-items: center;
    position   : relative;
    flex-direction: column; /*добавлено*/
    text-decoration: none;
}

.mobile-bt-menu {
    display    : flex;
    position   : relative;
    align-items: center;
    width: auto;        /*либо удалить*/
    height:auto;        /*либо удалить*/
}

.mobile-bt-menu span {
    height: auto;
    background: none;
}

.mobile-search svg {
    width : 20px;
    height: 20px;
}

.mobile-favorite {
    position       : relative;
    display        : inline-block;
    width: auto;
    height: auto;
}

.mobile-favorite.active {
    background: 0;
}

.mobile-favorite.active:before {
    opacity: 1;
}


.mobile-compare svg {
    width : 27px;
    height: 19px;
}

.mobile-user svg {
    width: 21px;
    height: 24px;
    fill: none;
}

.mobile-cart svg {
    width : 26px;
    height: 25px;
    fill: none;
}


.q-breadcrumbs {
    padding-bottom: 0;
}


.page-head {
    display        : block;
    justify-content: space-between;
    position       : relative;
    z-index        : 40;
    margin-bottom  :15px;
}

/* .page-head .distributor {
    text-align : right;
    font-family: Montserrat;
    position   : absolute;
    top        : 0;
    right      : 0;
}

.page-head .distributor .text {
    letter-spacing : 0.9px;
    color          : #000000;
    text-transform : uppercase;
    font-size      : 10px;
    display        : inline-block;
    vertical-align : middle;
    text-decoration: none;
    font-weight    : 600;
} */

.page-head__left {
    margin-right: 305px;
}

.catalog-section-inner{
    position: relative;
    display: flex;
    flex-direction: column;
}

.new-logo-brand {
    max-width: 295px;
    width    : 100%;
    position : absolute;
    top      : 0;
    right    : 15px;
    z-index: 970;
}
.page-head .new-logo-brand{right:0;}

.new-logo-brand .distributor {
    font-family: Montserrat;
    position   : relative;
    border-left: 3px solid #E30613;
    background : #fff;
    display    : flex;
    padding    : 12px 25px;
    align-items: center;
}
.new-logo-brand .distributor .distributor__left-part{margin-right: 12px;}
.new-logo-brand .distributor .text {
    letter-spacing : 0.11px;
    color          : #000000;
    text-transform : uppercase;
    font-size      : 12px;
    vertical-align : middle;
    text-decoration: none;
    font-weight    : 600;
}

.new-logo-brand .distributor .distributor__right-part img {
	height: auto;
}

.distributor .tooltip {
    margin : 3px 0 0 3px;
    z-index: 10;
}

.distributor .tooltip:before {
    line-height: 10px;
}

.distributor .tooltip .entry {
    top             : -15px;
    left            : auto;
    right           : -17px;
    transform       : translateX(0%);
    width           : 340px;
    background-color: #ffffff;
    padding         : 17px 20px 32px 20px;
    font-family     : Montserrat;
    text-align      : left;
    box-shadow      : 0 8px 12px #A2A2A26B;
    /*visibility    : hidden;*/
    display         : none;
}

.distributor .tooltip:hover .entry {
    /*visibility: visible;*/
    display: block;
}

.distributor .tooltip .entry:before {
    content      : '';
    width        : 16px;
    height       : 16px;
    border       : 1px solid #8A657B;
    position     : absolute;
    top          : 9px;
    right        : 12px;
    opacity      : .6;
    border-radius: 50%;
}

.distributor .tooltip .entry:after {
    color    : #8A657B;
    content  : '?';
    position : absolute;
    right    : 18px;
    top      : 12px;
    font-size: 10px;
}

.distributor .tooltip .entry .p {
    margin     : 0 0 16px;
    font-size  : 14px;
    font-weight: 300;
    line-height: 1.5;
}

.distributor .tooltip .entry .image {
    text-align: center;
    display   : block;
    margin-top: 20px;
}

.distributor .tooltip .entry .bt-gray {
    margin-top: 20px;
    width     : 100%;
}

/* .page-head .distributor .logo {
    width     : 100%;
    margin-top: 18px;
} */

.page-head .distributor .logo img {
    /*filter: grayscale(100%);*/
}


.page-title {
    font-size  : 26px;
    line-height: 40px;
    font-weight: 600;
    margin     : 8px 0 0;
    font-family: Montserrat;
}

.product-head {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    align-items    : center;
    font-family    : Montserrat;
	position: relative;
	z-index: 30;
}

.product-head .left-part {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
    width      : calc(100% - 378px);
}

.product-head .category {
    color      : #000000;
    font-weight: 600;
    margin     : 8px 14px 0 0;
}

.label-item {
    font-size    : 12px;
    font-weight  : 600;
    padding      : 0 10px 1px;
    display      : inline-flex;
    border       : solid 1px;
    border-radius: 9px;
    margin       : 0 10px 0 0;
    height       : 18px;
    align-items  : center;
}

.label-item.red {
    color: #cf0612;
}

.label-item.green {
    color: #13af03;
}

.label-item.blue {
    color: #006cff;
}

.product-head .right-part {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
    width      : 378px;
    justify-content: space-between;
}

.rating {
    display      : flex;
    align-items  : center;
    padding-right: 2px;
}

.rating svg {
    width       : 11px;
    height      : 11px;
    margin-right: 4px;
    fill        : #e30613;
}

.rating .not-active {
    fill: #8a657b;
}

.product-head .sep {
    width           : 3px;
    height          : 3px;
    background-color: #000000;
    border-radius   : 50%;
    display         : block;
    margin          : 0 6px;
}

.bx-rating {
    display      : flex;
    align-items  : center;
    padding-right: 2px;
}

.bx-rating .bx-rating-icon-container svg {
    fill        : #8a657b;
    width       : 11px;
    height      : 11px;
    margin-right: 4px;
    transition  : .15s;
}

.bx-rating .bx-rating-icon-container.bx-star-active svg,
.bx-rating .bx-rating-icon-container.bx-star-current svg {
    fill: #e30613;
}

.product-head .sep {
    width           : 3px;
    height          : 3px;
    background-color: #000000;
    border-radius   : 50%;
    display         : block;
    margin          : 0 6px;
}

.product-head .info-item {
    font-size  : 12px;
    font-weight: 300;
}

.product-head .code {
    margin-left: auto;
    font-size  : 12px;
    color      : #8a657b;
    font-weight: 300;
    padding-right: 20px;
}

.info-item__reviews {
    cursor: pointer;
}

.product-card__body {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    font-family    : Montserrat;
}

.product-card__content {
    position        : relative;
    margin-top      : 16px;
    width           : calc(100% - 394px);
    background-color: #ffffff;
    padding         : 33px 0 0;
    display         : flex;
    flex-direction  : column;
}

.product-card__sidebar {
    width     : 378px;
    margin-top: 16px;
}


.product-gallery {
    position: relative;
    z-index : 1;
    padding : 0 93px 0 130px
}

.slider-thumbnail {
    position: absolute;
    left    : 24px;
    top     : 115px;
    width   : 65px;
}

.slider-thumbnail .item {
    margin         : 5px 0;
    cursor         : pointer;
    display        : flex;
    justify-content: center;
    border-radius  : 5px;
    border         : 1px solid #cbb3c1;
    overflow       : hidden;
    width: calc(100% - 2px) !important;
}

.slider-thumbnail-container {
    position: absolute;
    left    : 24px;
    top     : 115px;
    width   : 62px;
    height: 362px;
}

.slider-thumbnail-swiper {
    width   : 62px;
    overflow: hidden;
    height: 362px;
}

.slider-thumbnail-swiper .item {
    margin         : 0;
    cursor         : pointer;
    display        : flex;
    justify-content: center;
    border-radius  : 5px;
    border         : 1px solid #cbb3c1;
    overflow       : hidden;
    width: calc(100% - 2px) !important;
}


.slick-vertical .slick-slide{
    border: none !important;
}

.slider-thumbnail .slick-current {
    border-color: #e30613;
}

.slider-thumbnail .item img {
    width     : 60px;
    height    : 60px;
    object-fit: cover;
}

.slider-thumbnail-swiper .swiper-slide-active {
    border-color: #e30613;
}

.slider-thumbnail-swiper .item img {
    width     : 60px;
    height    : 60px;
    object-fit: cover;
}

.slider-thumbnail-swiper .item video {
  width     : 60px;
  height    : 60px;
  object-fit: cover;
}

.slick-track .slick-slide:nth-child(4) .product-item{
    border-right: none;
}

.slider-thumbnail .slick-arrow {
    width          : 24px;
    height         : 24px;
    background     : transparent;
    top            : -30px;
    border-radius  : 0%;
    right          : 50%;
    margin-right   : -12px;
    color          : transparent;
    font-size      : 0;
    overflow       : hidden;
    text-indent    : -9999px;
    opacity        : 1;
    visibility     : visible;
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.slider-thumbnail .slick-arrow img {
    display: none;
}

.slider-thumbnail .slick-arrow::before {
    content      : '';
    display      : block;
    border-bottom: 2px solid #000000;
    border-right : 2px solid #000000;
    transform    : rotate(-135deg);
    width        : 11px;
    height       : 11px;
}

.slider-thumbnail .slick-arrow:after {
    display: none;
}

.slider-thumbnail .slick-arrow.slick-next {
    transform: rotate(0deg);
    right    : 50%;
    top      : -30px;
}

.slider-thumbnail .slick-arrow.slick-prev {
    bottom   : -30px;
    top      : auto;
    right    : 50%;
    left     : auto;
    transform: rotate(180deg);
}




.slider-thumbnail-container .thumbnail-button {
    width          : 24px;
    height         : 24px;
    background     : transparent;
    top            : -30px;
    border-radius  : 0%;
    right          : 50%;
    margin-right   : -12px;
    color          : transparent;
    font-size      : 0;
    overflow       : hidden;
    text-indent    : -9999px;
    opacity        : 1;
    visibility     : visible;
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.slider-thumbnail-container .thumbnail-button img {
    display: none;
}

.slider-thumbnail-container .thumbnail-button::before {
    content      : '';
    display      : block;
    border-bottom: 2px solid #000000;
    border-right : 2px solid #000000;
    transform    : rotate(-135deg);
    width        : 11px;
    height       : 11px;
}

.slider-thumbnail-container .thumbnail-button:after {
    display: none;
}

.slider-thumbnail-container .thumbnail-button.thumbnail-button-next {
    transform: rotate(0deg);
    right    : 50%;
    top      : -30px;
}

.slider-thumbnail-container .thumbnail-button.thumbnail-button-prev {
    bottom   : -30px;
    top      : auto;
    right    : 50%;
    left     : auto;
    transform: rotate(180deg);
}


.preview-pagination {
    display: none;
}
.preview-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border: 1px solid #707070;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}

.preview-pagination .swiper-pagination-bullet-active {
    border-color: #e30613;
    background: #e30613;
}



.modal-video-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border: 1px solid #707070;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}

.modal-video-pagination .swiper-pagination-bullet-active {
    border-color: #e30613;
    background: #e30613;
}


.slider-preview-swiper {
    position: relative;
}
.slider-preview-swiper .swiper-wrapper {
    align-items: center;
}
.swiper-notification {
    display: none;
}

.slider-preview {
    height  : 600px;
    overflow: hidden;
}

.slider-preview.slick-initialized {
    height: auto;
}

.slider-preview .slick-track {
    display    : flex;
    align-items: center;
}

.slider-preview .slick-slide {
    display        : flex;
    justify-content: center;
    align-items    : center;
    height: 650px;
}
.slider-preview .slick-slide a{height: 100%;}
.slider-preview .slick-slide img{max-height: 100%;}




.slider-preview-swiper {
    overflow: hidden;
}
.slider-preview-swiper .item a {
    display: block;
    position: relative;
    text-align: center;
}
.slider-preview-swiper img{
	width: auto;
	height: auto;
    max-height: 650px;
}
.slider-preview-swiper__slide-push {
    display: block;
    max-height: 650px;
}
.slider-preview-swiper__slide-push + picture > img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.slider-preview-swiper .swiper-slide:not(.swiper-slide-visible, .swiper-slide-active) img {
  display: none;
}
.slider-preview-swiper video{
  width: auto;
  height: auto;
    max-width: 100%;
  max-height: 650px;
    margin: 0 auto;
    display: block;
}

.product-tools {
    position      : absolute;
    right         : 31px;
    top           : 8px;
    z-index       : 2;
    display       : flex;
    flex-direction: column;
}

.product-tools a {
    margin-top: 20px;
    display   : inline-block;
    text-align: center;
    position  : relative;
}

.bt-favorite svg {
    width : 21px;
    height: 18px;
}

.bt-favorite.active svg {
    opacity: 0;
}

.bt-favorite {
    background     : url(../img/svg/heart-reg.svg);
    width          : 23px;
    height         : 20px;
    background-size: 100% 100%;
}

.bt-favorite.active {
    background: 0;
}

.bt-favorite.active:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/hearl-red.svg);
    width          : 23px;
    height         : 20px;
    background-size: 100% 100%;
    position       : absolute;
    left           : 50%;
    top            : 50%;
    transform      : translate(-50%, -50%);
    opacity        : 0;
}

.bt-favorite.active:before {
    opacity: 1;
}

.bt-compare {
    cursor: pointer;
}
.bt-compare:not(.active) {
    opacity: 0.3;
}
.bt-compare svg {
    width : 23px;
    height: 19px;
}

.label-discount {
    display         : flex;
    justify-content : center;
    align-items     : center;
    width           : 164px;
    height          : 39px;
    border-radius   : 20px;
    background-color: #e30613;
    color           : #ffffff;
    font-weight     : 600;
    text-decoration : none;
}

.label-discount svg {
    width : 21px;
    height: 24px;
    margin: -2px 9px 0 0;
}

.product-card__content .label-discount {
    position: absolute;
    left    : -47px;
    top     : 522px;
}

.product-bot-panel {
    padding        : 15px 20px 15px 27px;
    display        : flex;
    align-items    : center;
    flex-wrap      : wrap;
    justify-content: space-between;
    margin-top     : auto;
}

.product-view {
    display       : flex;
    align-items   : center;
    font-size     : 9px;
    font-weight   : 300;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    align-items   : center;
}

.product-view * {
    margin-right: 4px;
}

.product-view svg {
    margin: -2px 12px 0 0;
    width : 16px;
    height: 12px;
}

.product-photo {
    display       : flex;
    align-items   : center;
    font-size     : 9px;
    font-weight   : 300;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    align-items   : center;
    font-weight   : 600;
}

.product-photo svg {
    margin-right: 8px;
    width       : 17px;
    height      : 13px;
}

.product-photo a {
    color          : #8a657b;
    text-decoration: none;
    width          : 100%;
    overflow       : hidden;
    position       : relative;
    padding        : 4px 0;
}

.product-photo a:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
}

.share {
    display      : flex;
    border-radius: 5px;
    border       : 1px solid #ecdee6;
}

.share a {
    display        : flex;
    justify-content: center;
    align-items    : center;
    width          : 36px;
    height         : 31px;
    border-left    : 1px solid #ecdee6;
}

.share a:first-child {
    border-left: 0;
}

.icon-facebook {
    width : 8px;
    height: 14px;
}

.icon-twitter {
    width : 14px;
    height: 12px;
}

.icon-vk {
    width : 16px;
    height: 10px;
}

.share a svg {
    transition: .3s;
}

.share a:hover svg {
    fill: #e30613;
}


.sidebar-box {
    position        : relative;
    background-color: #ffffff;
    margin-top      : 16px;
    padding         : 13px 15px 18px;
}

.sidebar-box:first-child {
    margin-top: 0;
}

.sidebar-box__notice {
    position      : absolute;
    left          : 0;
    top           : 0;
    background    : #CBB3C1;
    width         : 100%;
    padding       : 7px 0 6px;
    text-transform: uppercase;
    color         : #fff;
    letter-spacing: 1px;
    font-weight   : 600;
    font-size     : 10px;
    line-height   : 13px;
    text-align    : center;
}

/*
.sidebar-box__notice+.sidebar-box__price {
    margin-top: 24px;
}
*/

.sidebar-box>.bt-red {
    margin-top: 14px;
}

.sidebar-box__price .link-dot.absolute {
    position: absolute;
    top     : 13px;
    right   : 15px;
}

.sidebar-box>.bt-red+.sub {
    margin-top : 10px;
    text-align : center;
    font-weight: 300;
    font-size  : 12px;
    line-height: 17px;
}

.bt-red .icon-hourglass {
    width       : 17px;
    height      : 20px;
    margin-right: 8px;
}

.bt-red .icon-thumbs {
    width       : 33px;
    height      : 22px;
    margin-right: 12px;
    fill        : #fff;
}

.last-price {
    margin-top : 24px;
    color      : #CBB3C1;
    font-weight: 300;
    font-size  : 12px;
    line-height: 15px;
}

.last-price .old-price {
    margin-top : 3px;
    font-weight: 600;
    font-size  : 28px;
    line-height: 34px;
    color      : #CBB3C1;
}

.sidebar-box>p {
    margin-top : 8px;
    font-weight: 300;
    font-size  : 14px;
    line-height: 18px;
}

.sidebar-box>p .code {
    display    : block;
    font-weight: 600;
}

.sidebar-box__price {
    display        : flex;
    align-items    : center;
    flex-wrap      : wrap;
    justify-content: space-between;
}

.sidebar-box__price.sidebar-box__price-single {
    justify-content: end;
}

.sidebar-box__price.sidebar-box__price-single.cheap_link {
    margin-bottom: -30px;
}

.get-cupon {
    position       : relative;
    display        : inline-block;
    background     : #FFC400;
    border-radius  : 6px;
    height         : 22px;
    padding        : 0 12px 0 15px;
    line-height    : 22px;
    font-size      : 12px;
    font-weight    : 600;
    color          : #000;
    text-decoration: none;
    clip-path      : polygon(4% 0, 100% 0, 100% 50%, 100% 100%, 4% 100%, 0% 50%);
}

.get-cupon:before {
    content      : '';
    display      : block;
    width        : 4px;
    height       : 4px;
    border-radius: 50%;
    position     : absolute;
    left         : 5px;
    top          : 50%;
    transform    : translateY(-50%);
    background   : #fff;
}

.sidebar-box__price-row {
    display    : flex;
    align-items: center;
}

.standard-price {
    font-size      : 18px;
    font-weight    : 700;
    text-decoration: line-through;
}

.club-price {
    margin-top : 11px;
    color      : #E30613;
    font-size  : 12px;
    font-weight: 300;
}

.club-price .value {
    font-size  : 28px;
    font-weight: 600;
    line-height: 34px;
}

.old-price {
    text-decoration: line-through;
    color          : #8a657b;
    font-size      : 18px;
    line-height    : 23px;
    font-weight    : 300;
    margin-right   : 16px;
}

.sidebar-box__price .link-dot {
    position       : relative;
    display        : inline-block;
    font-size      : 12px;
    font-weight    : 300;
    text-decoration: none;
    padding        : 4px 0;
    color          : #000;
    overflow       : hidden;
}

.sidebar-box__price .link-dot:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
}

.new-price {
    margin     : 0px 0 0;
    font-size  : 28px;
    font-weight: 600;
}

.link-dot-red {
    position       : relative;
    display        : inline-block;
    font-size      : 12px;
    font-weight    : 600;
    text-decoration: none;
    padding        : 4px 0;
    color          : #e30613;
    overflow       : hidden;
}

.link-dot-red:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
}

.link-dot-red+.info-item {
    margin-top: 14px;
}

.sidebar-box .info-item {
    position   : relative;
    margin-top : 8px;
    font-size  : 13px;
    font-weight: 200;
}

.sidebar-box .info-item:hover {
    z-index: 10;
}

.sidebar-box .info-item .tooltip {
    margin: 2px 0 0 3px;
}

.sidebar-box .info-item .tooltip:hover {
    position: static;
}

.sidebar-box .info-item .tooltip .entry {
    transform: translateX(0%);
    left     : 0;
    width    : 100%;
    top      : 8px;
}

.buttons-row {
    padding-top    : 14px;
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
}

.bt-to-cart {
    display        : flex;
    justify-content: center;
    align-items    : center;
    width          : calc(50% - 4px);
    height         : 46px;
    border-radius  : 5px;
    background     : #E30613 0% 0% no-repeat padding-box;
    box-shadow     : 0px 11px 13px #A2040E67;
    font-size      : 18px;
    font-weight    : 600;
    color          : #fff;
    text-decoration: none;
}

.bt-to-cart svg {
    width       : 26px;
    height      : 22px;
    margin-right: 15px;
    fill        : #fff;
}

.bt-to-cart.active {
    background: #13af03;
}

.bt-one-click {
    display         : flex;
    justify-content : center;
    align-items     : center;
    width           : calc(50% - 4px);
    height          : 46px;
    border-radius   : 5px;
    border          : 1px solid rgba(112, 112, 112, 0.2);
    background-color: #ffffff;
    font-size       : 14px;
    font-weight     : 300;
    color           : #000;
    text-decoration : none;
}

.bt-one-click:hover {
    background: rgba(112, 112, 112, 0.2);
    border    : 0;
}

.bt-installments {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0;
    height: 35px;
    border-radius: 5px;
    background-color: #eae7e9;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.bt-installments:hover {
    background: #e4dae1;
}

.right-part .in-stock {
    display    : inline-flex;
    align-items: center;
    margin-top : 0;
    font-size  : 12px;
    font-weight: 600;
}
/* тест */
.sidebar-box .in-stock {
    display    : inline-flex;
    align-items: center;
    margin-top : 17px;
    font-size  : 12px;
    font-weight: 600;
}
/* тест */
/* тест */
.sidebar-box .in-stock span {
    color: green;
}
/* тест */
.right-part .in-stock span {
    color: green;
}

.in-stock .icon-check {
    width       : 17px;
    height      : 11px;
    margin-right: 4px;
}

.sidebar-box .note {
    margin-top    : 17px;
    font-size     : 10px;
    font-weight   : 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sidebar-box .note.red {
    color: #e30613;
}

.right-part .in-order {
	font-size  : 12px;
	font-weight: 600;
	color: #8a657b;
}

  .right-part .in-order .tooltip{
	  margin: 2px 0 0 2px;
  }

  .right-part .in-order .tooltip .entry {
	  top: 15px;
	  z-index: 3000;
	  width: 310px;
	  padding: 20px;
  }

.bt-video-call {
    display         : flex;
    justify-content : center;
    align-items     : center;
    max-width       : 280px;
    height          : 37px;
    box-shadow      : 0 7px 24px rgba(0, 0, 0, 0.2);
    border-radius   : 19px;
    background-color: #ffffff;
    margin          : 8px auto 0;
    text-decoration : none;
    font-size       : 14px;
    font-weight     : 600;
    color           : #000;
}

.bt-video-call svg {
    width : 34px;
    height: 23px;
}

.sidebar-box .help {
    text-align : center;
    margin     : 10px 0 8px;
    font-size  : 12px;
    font-weight: 300;
    line-height: 17px;
}

.bt-video-call:hover {
    color: #13af03;
}

.bt-video-call:hover svg {
    fill: #13af03;
}

.sidebar-advantages {
    margin-top: 16px;
    background: #fff;
}

.sidebar-advantages .item {
    display      : flex;
    align-items  : center;
    height       : 54px;
    border-bottom: 1px solid #ECDEE6;
    font-size    : 12px;
    line-height  : 15px;
    font-weight  : 600;
}

.sidebar-advantages .item:last-child {
    border-bottom: 0;
}

.sidebar-advantages .item .icon {
    width     : 67px;
    text-align: center;
}

.sidebar-advantages .item .text {
    width: calc(100% - 67px);
}

.sidebar-advantages .item .text-dotted {
    position: relative;
    padding : 4px 0;
    overflow: hidden;
    display : inline-block;
}

.sidebar-advantages .item .text-dotted:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
    font-weight   : 400;
}

.sidebar-infobox {
    margin-top: 16px;
    background: #fff;
}

.sidebar-infobox .item {
    display      : flex;
    align-items  : center;
    height       : 54px;
    border-bottom: solid 1px #ecdee6;
    font-size    : 12px;
    font-weight  : 300;
}

.sidebar-infobox .item:last-child {
    border-bottom: 0;
}

.sidebar-infobox .item .icon {
    width          : 67px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.sidebar-infobox .item .text {
    width: calc(100% - 77px);
}

.sidebar-infobox .link-dot {
    position       : relative;
    display        : inline-block;
    font-size      : 12px;
    font-weight    : 600;
    text-decoration: none;
    padding        : 4px 0;
    color          : #000;
    overflow       : hidden;
}

.sidebar-infobox .link-dot:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
}

.sidebar-infobox .hint {
    line-height: 16px;
    margin-top : 2px;
    color      : #8a657b;
}

.product-model {
    margin-top: 20px;
    background: #fff;
    padding   : 22px 15px 29px;
}

.product-model .title {
    text-align    : center;
    text-transform: uppercase;
    font-size     : 10px;
    font-weight   : 300;
    letter-spacing: 1px;
}

.slider-model {
    max-width: 300px;
    margin   : 16px auto 0;
    height   : 110px;
    overflow : hidden;
}

.slider-model.slick-initialized {
    height: auto;
}

.slider-model .slick-list {
    max-width: 270px;
    margin   : 0 auto;
    overflow : hidden;
}

.slider-model .slick-arrow {
    width          : 24px;
    height         : 24px;
    background     : transparent;
    border-radius  : 0%;
    margin         : 0;
    color          : transparent;
    font-size      : 0;
    overflow       : hidden;
    text-indent    : -9999px;
    opacity        : 1;
    visibility     : visible;
    display        : flex;
    justify-content: center;
    align-items    : center;
    top            : 50%;
    margin-top     : -12px;
}

.slider-model .slick-arrow img {
    display: none;
}

.slider-model .slick-arrow::before {
    content      : '';
    display      : block;
    border-bottom: 2px solid #000000;
    border-right : 2px solid #000000;
    transform    : rotate(-135deg);
    width        : 11px;
    height       : 11px;
}

.slider-model .slick-arrow:after {
    display: none;
}

.slider-model .slick-arrow.slick-next {
    transform: rotate(90deg);
    right    : 0;
}

.slider-model .slick-arrow.slick-prev {
    left     : 0;
    transform: rotate(-90deg);
    right    : auto;
}

.slider-model .slick-track {
    display: flex;
}

.slider-model .model-item {
	width: 33.33%;
    padding: 0 5px;
	box-sizing: border-box;
}



.product-tabs {
    font-family: Montserrat;
}

.product-tabs .tabs-row {
    padding-left: 40px;
}

.product-tabs .tabs-row:after {
    content   : '';
    display   : block;
    position  : absolute;
    left      : -99999px;
    right     : -99999px;
    top       : 0;
    height    : 100%;
    box-shadow: 0px 9px 9px #60606040;
}

.mobile-tab-link {
    position       : relative;
    text-transform : uppercase;
    font-size      : 12px;
    font-weight    : 600;
    letter-spacing : 1.2px;
    align-items    : center;
    justify-content: space-between;
    display        : none;
    height         : 36px;
    cursor         : pointer;
}

.mobile-tab-link:after {
    content    : '+';
    display    : block;
    margin-left: auto;
    font-size  : 13px;
    font-weight: 700;
}

.mobile-tab-link.active:after {
    content: '-';
}

.tabs-row {
    position  : relative;
    display   : flex;
    margin-top: 34px;
    z-index   : 10;
}

.tabs-row a {
    position           : relative;
    display            : flex;
    align-items        : center;
    color              : #000000;
    text-decoration    : none;
    font-size          : 16px;
    font-weight        : 600;
    line-height        : 21px;
    padding-bottom     : 9px;
    border-bottom      : solid 4px;
    border-bottom-color: transparent;
    margin-right       : 35px;
    z-index            : 2;
}

.tabs-row a:last-child {
    margin-right: 0;
}

.tabs-row a.active {
    border-bottom-color: #e30613;
}

.tabs-row a span {
    margin-left: 8px;
    color      : #8a657b;
    font-size  : 12px;
    font-weight: 600;
}

.tabs-row a .circle {
    height          : 14px;
    display         : block;
    line-height     : 13px;
    border-radius   : 9px;
    background-color: #e30613;
    color           : #ffffff;
    padding         : 0 5px;
}


.tab-block {
    position   : relative;
    background : #fff;
    font-size  : 12px;
    font-weight: 300;
    line-height: 18px;
}

.tab-block.hidden {
    display: none;
}

.tab-wrapper {
    padding: 35px 40px 0;
}

.product-about .flex-start-space {
    padding-bottom: 40px;
}

.desc-box,
.specific-box {
    width: calc(47% - 96px);
}

.equipment-box {
    width: 192px;
}

.equipment-box .image {
    margin-top: 5px;
    position  : relative;
}

.equipment-box .image a {
    position: relative;
    display : inline-block;
}

.equipment-box .image a svg {
    width      : 14px;
    height     : 14px;
    position   : absolute;
    left       : 100%;
    margin-left: 8px;
    bottom     : 10px;
}

.desc-box .text {
    margin-top : 10px;
    line-height: 20px;
    height     : 220px;
    overflow: hidden;
}

.desc-box .flex-center-space {
    max-width: 330px;
}

.desc-box.active .text {
    height: 100%;
}

.active .js-show-hide svg {
    transform: rotate(180deg);
}

.link-tool {
    position       : relative;
    display        : inline-flex;
    vertical-align : top;
    align-items    : center;
    text-decoration: none;
    color          : #000000;
    font-size      : 12px;
    font-weight    : 600;
    margin-top     : 20px;
}

.link-tool span {
    position: relative;
    padding : 4px 0;
    display : inline-block;
    overflow: hidden;
}

.link-tool span:after {
    content       : ".......................................................................";
    letter-spacing: 4px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
}

.link-tool svg {
    width       : 18px;
    height      : 18px;
    margin-right: 10px;
}

.link-tool img {
    margin-right: 10px;
}

.link-tool .icon-download {
    width       : 30px;
    height      : 28px;
    margin-right: 8px;
}

.link-tool .icon-cog {
    width       : 23px;
    height      : 24px;
    margin-right: 8px;
}

.link-tool .icon-award {
    width       : 23px;
    height      : 24px;
    margin-right: 7px;
}

.spec-list li {
    display   : flex;
    flex-wrap : wrap;
    margin-top: 10px;
}

.spec-list li .cell:first-child {
    font-weight  : 600;
    width        : 210px;
    padding-right: 1px;
}

.spec-list li .cell:nth-child(2) {
    width: calc(100% - 210px);
}

.spec-list li.hidden {
    display: none;
}

.active .spec-list li.hidden {
    display: flex;
}

.dot-list li {
    position    : relative;
    padding-left: 8px;
    margin-top  : 3px;
}

.dot-list li:before {
    content         : '';
    display         : block;
    width           : 3px;
    height          : 3px;
    background-color: #000000;
    border-radius   : 50%;
    position        : absolute;
    left            : 0;
    top             : 8px;
}

.product-about .foot {
    margin    : 0 -40px;
    padding   : 32px 40px;
    border-top: solid 1px #ecdee6;
}

.product-about .overview .link-tool {
    margin: 0 4px 0 0;
}

.product-about .overview .note {
    color         : #8a657b;
    display       : inline-block;
    vertical-align: top;
    margin-top    : 4px;
}

.product-reviews {
    padding-bottom: 48px;
}

.product-reviews .content {
    width        : calc(100% - 196px);
    max-width    : 822px;
    padding-right: 20px;
}

.product-reviews .sidebar {
    width         : 196px;
    display       : flex;
    flex-direction: column;
}

.review-item {
    margin-top: 20px;
}

.review-item .autor {
    position    : relative;
    padding-left: 43px;
}

.review-item .autor .photo {
    width           : 33px;
    height          : 33px;
    display         : flex;
    justify-content : center;
    align-items     : center;
    border-radius   : 50%;
    background-color: #cbb3c1;
    color           : #fff;
    font-size       : 18px;
    font-weight     : 600;
    text-transform  : uppercase;
    position        : absolute;
    left            : 0;
    top             : 50%;
    margin-top      : -16px;
}

.review-item .autor .photo img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.review-item .autor .name {
    font-size  : 16px;
    font-weight: 600;
    line-height: 21px;
}

.review-item .autor p {
    font-size  : 11px;
    font-weight: 300;
    color      : #8a657b;
    margin     : 0;
}

.review-item .text {
    padding-top: 3px;
}

.review-item H5 {
    margin        : 18px 0 0;
    font-size     : 10px;
    font-weight   : 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.review-item p {
    margin     : 6px 0 0;
    font-size  : 14px;
    font-weight: 300;
    line-height: 22px;
}

.rating-row {
    display    : flex;
    align-items: center;
    height     : 31px;
    font-size  : 12px;
    font-weight: 600;
    margin-top : 15px;
}

.rating-row .value {
    margin-left: 4px;
}

.review-item .quiz {
    margin-top: 15px;
}

.quiz {
    display    : flex;
    align-items: center;
}

.quiz .subhead {
    margin-right: 15px;
    font-size   : 12px;
    font-weight : 300;
    color       : #8a657b;
}

.quiz .buttons {
    display      : flex;
    overflow     : hidden;
    border-radius: 5px;
    border       : 1px solid #ecdee6;
}

.quiz .buttons a {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 65px;
    border-left    : 1px solid #ecdee6;
    font-size      : 12px;
    font-weight    : 600;
    color          : #000;
    text-decoration: none;
    height         : 31px;
}

.quiz .buttons a:first-child {
    border-left: 0;
}

.quiz .buttons a svg {
    width : 13px;
    height: 13px;
    margin: 0 3px;
}

.quiz .buttons .like svg {
    margin-top: -4px;
}

.quiz .buttons a.like.active svg {
    fill: #38a204;
}

.quiz .buttons a.dislike.active svg {
    fill: #e30613;
}

.youtube-video {
    position           : relative;
    background-position: 50% 0;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 250px;
    display            : flex;
    justify-content    : center;
    cursor             : pointer;
}

.youtube-video .sm-title {
    position: absolute;
    left    : 40px;
    top     : 26px;
    color   : #fff;
}

.youtube-video iframe {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.youtube-video .icon-play {
    display        : flex;
    justify-content: center;
    align-items    : center;
    border         : 2px solid #FFFFFF;
    border-radius  : 50%;
    position       : absolute;
    left           : 50%;
    top            : 50%;
    transform      : translate(-50%, -50%);
    width          : 62px;
    height         : 62px;
    padding-left   : 12px;
}

.youtube-video .icon-play:before {
    content    : '';
    display    : block;
    box-sizing : border-box;
    border     : solid 10px transparent;
    border-left: 15px solid #fff;
}




.photo-set {
    margin-top: 40px;
}

.photo-set .fancybox {
    display        : flex;
    justify-content: center;
    margin         : 15px 15px 0 0;
    width          : 80px;
    height         : 80px;
    border-radius  : 5px;
    overflow       : hidden;
}

.photo-set .fancybox img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.rating-row-info {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
    margin-top : 10px;
}

.rating-row-info .value {
    font-weight : 600;
    font-size   : 14px;
    margin-right: 11px;
    line-height : 1;
}

.rating-row-info .rating {
    margin-top: -1px;
}

.rating-row-info .link {
    font-size      : 17px;
    font-weight    : 600;
    text-decoration: none;
    overflow       : hidden;
    display        : inline-block;
    position       : relative;
    padding        : 4px 0;
    margin-left    : auto;
}

.rating-row-info .link:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
}


.reviews-empty {
    display        : flex;
    align-items    : flex-start;
    flex-wrap      : wrap;
    justify-content: space-between;
    max-width      : 655px;
}

.reviews-empty .text {
    font-weight: 300;
    font-size  : 14px;
    max-width  : 350px;
    width      : calc(100% - 230px);
    line-height: 22px;
    margin-top : 19px;
}

.reviews-empty .bt-wht {
    padding   : 0;
    width     : 206px;
    margin-top: 19px;
    cursor    : pointer;
}



.rating-row-info .total {
    font-size  : 12px;
    font-weight: 300;
    margin-left: auto;
}

.rating-box {
    padding-top: 13px;
}

.rating-row {
    display        : flex;
    flex-wrap      : wrap;
    align-items    : center;
    justify-content: space-between;
    line-height    : 13px;
}

.rating-row .caption {
    font-size     : 10px;
    font-weight   : 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rating-row .val {
    font-size  : 12px;
    font-weight: 600;
}

.rating-row .range {
    width           : 100%;
    margin-top      : 5px;
    height          : 2px;
    background-color: #ecdee6;
}

.rating-row .range .fill {
    height    : 2px;
    background: #000;
}

.rating-row+.item-tool {
    padding-top: 9px;
}

.item-tool .icon-dialog {
    margin-right: 6px;
}

.item-tool .icon-write {
    margin-right: 7px;
}

.ym-box {
    padding-top: 20px;
    margin-top : auto;
}

.ym-box .head {
    display       : flex;
    align-items   : center;
    font-size     : 10px;
    font-weight   : 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ym-box .head .text {
    width       : 68px;
    margin-right: 22px;
}


.product-delivery .sm-title {
    display       : inline-block;
    vertical-align: middle;
    margin-right  : 18px;
    line-height   : 29px;
}

.city-delivery {
    display       : inline-flex;
    vertical-align: middle;
    align-items   : center;
    margin-top    : 0;
    margin-bottom : 0;
}

.city-form {
    width   : 212px;
    position: relative;
    z-index : 10;
    display : none;
}

.city-form input {
    width        : 100%;
    border       : 1px solid #8A657B34;
    border-radius: 5px;
    height       : 29px;
    padding      : 0 12px;
    color        : #8A657B;
    font-weight  : 300;
    font-size    : 11px;
    font-family  : Montserrat;
    position     : relative;
    z-index      : 2;
}

.filter-drop_list {
    position   : absolute;
    left       : 0;
    top        : 0;
    width      : 100%;
    box-shadow : 0px 26px 30px #00000026;
    border     : 1px solid #ECDEE676;
    padding-top: 29px;
    background : #fff;
    font-weight: 300;
}

.filter-drop_list .option {
    font-size    : 11px;
    line-height  : 14px;
    padding      : 7px 12px 8px;
    cursor       : pointer;
    border-bottom: 1px solid #8A657B34;
}

.filter-drop_list .option:last-child {
    border-bottom: 0;
}

.filter-drop_list .option .small {
    display       : block;
    margin-top    : 3px;
    font-size     : 8px;
    line-height   : 10px;
    letter-spacing: 0px;
    color         : #8A657B
}

.city-delivery .link-dot-red {
    vertical-align: top;
    padding-top   : 0;
}

.city-delivery.active .city-form {
    display: block;
}

.city-delivery.active .link-dot-red {
    display: none;
}

.delivery-info {
    position : relative;
    max-width: 390px;
    width    : 40%;
}

.delivery-info .box {
    margin-top: 26px;
}

.delivery-info .head {
    font-size     : 16px;
    font-weight   : 300;
    padding-bottom: 5px;
}

.delivery-info .d-row {
    margin         : 15px 0 0;
    display        : flex;
    justify-content: space-between;
    font-weight    : 300;
    font-size      : 14px;
}

.delivery-info .d-row .cell:nth-child(2) {
    font-weight: 700;
    width      : 165px;
}


.delivery-time {
    position    : relative;
    padding-left: 31px;
    line-height : 18px;
    max-width   : 224px;
    width       : 25%;
    margin-top  : 29px;
}

.delivery-time svg {
    width   : 20px;
    height  : 20px;
    position: absolute;
    left    : 0;
    top     : 0;
}


.delivery-tab-hidden {
    display: none;
}

.delivery-info .company {
    margin-top: 100px;
}

.city-change .delivery-tab {
    display: none;
}

.city-change .delivery-tab-hidden {
    display: block;
}

.city-change .filter-drop_list {
    display: none;
}


.product-warranty {
    padding-bottom: 40px;
}

.product-warranty .content {
    width    : calc(100% - 194px);
    max-width: 830px;
}

.product-warranty .sidebar {
    width: 194px;
}

.warranty-item {
    width     : calc(50% - 18px);
    margin-top: 16px;
}

.warranty-item .head {
    font-size  : 24px;
    font-weight: 600;
    line-height: 31px;
}

.warranty-item p {
    margin-top : 14px;
    font-size  : 12px;
    font-weight: 300;
    line-height: 20px;
}

.product-warranty .tools {
    display    : flex;
    align-items: center;
    padding-top: 26px;
}

.product-warranty .tools a {
    margin: 10px 40px 0 0;
}

.product-warranty .tools a:last-child {
    margin-right: 0;
}

.product-warranty .distributor {
    margin-top: 16px;
}

.product-warranty .distributor .text {
    margin-top    : 15px;
    text-transform: uppercase;
    font-size     : 12px;
    font-weight   : 600;
    letter-spacing: 1px;
    line-height   : 17px;
}

.bt-gray {
    margin-top      : 37px;
    display         : inline-flex;
    height          : 34px;
    border-radius   : 5px;
    background-color: #eae7e9;
    justify-content : center;
    align-items     : center;
    padding         : 0 10px;
    font-size       : 12px;
    font-weight     : 600;
    color           : #000;
    text-decoration : none;
    transition      : .3s;
}

.bt-gray:hover {
    background: #e4dae1;
}

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

.payment-info {
    padding-top: 7px;
    max-width  : 316px;
    width      : 30%;
}

.payment-info .item {
    margin-top : 22px;
    display    : flex;
    align-items: flex-start;
    font-size  : 12px;
    font-weight: 300;
    line-height: 18px;
}

.payment-info .item .icon {
    height         : 34px;
    display        : flex;
    align-items    : center;
    width          : 24px;
    justify-content: center;
    overflow       : hidden;
}

.payment-info .item .icon-credit-card {
    width: 22px;
}

.payment-info .item .icon-wallet {
    width: 24px;
}

.payment-info .item .icon-thumbs {
    width: 24px;
}

.payment-info .text {
    padding-left: 15px;
    width       : calc(100% - 24px);
}

.payment-info .subhead {
    font-weight: 600;
}


.product-availability .tab-wrapper {
    padding-bottom: 40px;
}

.product-availability .subhead {
    font-weight: 600;
}

.product-availability .text-item {
    margin-top: 24px;
    max-width : 490px;
    width     : 50%;
}

.product-availability .info-item {
    margin-top : 24px;
    display    : flex;
    align-items: center;
    overflow   : hidden;
    max-width  : 25%;
}

.info-item .icon-wallet {
    width : 22px;
    height: 22px;
}

.info-item .icon-thumbs {
    width : 26px;
    height: 26px;
}

.info-item .text {
    padding-left: 16px;
}


.adds-block {
    border-top: 13px solid #f7f5f6;
    display   : flex;
    flex-wrap : wrap;
}

.adds-table {
    padding: 36px 32px 22px 40px;
    width  : 49.6%;
}

.adds-table .cell:nth-child(1) {
    width        : 54%;
    padding-right: 10px;
}

.adds-table .cell:nth-child(2) {
    width        : calc(46% - 78px);
    padding-right: 5px;
}

.adds-table .cell:nth-child(3) {
    width: 78px;
}

.adds-table p {
    margin-top: 5px;
}

.adds-table .low {
    font-size: 10px;
}

.adds-table .green {
    color: #13af03;
}

.table-head {
    display       : flex;
    font-size     : 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.table-row {
    display    : flex;
    align-items: flex-start;
    border-top : solid 2px #ecdee6;
    padding    : 11px 0 22px;
    position   : relative;
}

.table-row .cell {
    position: relative;
}

.table-row .bt-red {
    width    : 100%;
    height   : 30px;
    font-size: 12px;
}

.mobile-bt-map {
    position       : relative;
    font-size      : 11px;
    font-weight    : 300;
    line-height    : 14px;
    text-decoration: none;
    padding        : 0 1px 4px 10px;
    overflow       : hidden;
    margin-bottom  : 5px;
    display        : inline-flex;
}

.mobile-bt-map:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/map-marker.svg);
    width          : 8px;
    height         : 10px;
    background-size: 100% 100%;
    position       : absolute;
    left           : 0;
    top            : 2px;
}

.mobile-bt-map:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 10px;
    bottom        : 0;
    font-weight   : 400;
}


.map-frame {
    width   : 50.4%;
    overflow: hidden;
    display : flex;
}

.map-frame>* {
    height    : 100%;
    width     : 100%;
    object-fit: cover;
}

.map-frame .ballon {
    background   : #fff;
    padding      : 5px;
    border-radius: 5px;
    background   : #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow   : 0px 26px 30px #00000026;
    border       : 1px solid #ECDEE676;
    font-family  : Montserrat;
    position     : relative;
}

.map-frame .ballon span {
    display       : block;
    padding-bottom: 5px;
}

.map-frame .ballon b {
    position: absolute;
    right   : 5px;
    cursor  : pointer;
    top     : 0;
    display : inline-block;
}


.tooltip {
    position      : relative;
    display       : inline-block;
    vertical-align: top;
    border        : 1px solid rgba(138, 101, 123, .6);
    width         : 12px;
    height        : 12px;
    border-radius : 50%;
    font-family   : Montserrat;
    overflow      : hidden;
    cursor        : pointer;
    z-index       : 10;
}

.tooltip:before {
    content    : '?';
    display    : block;
    line-height: 8px;
    color      : rgba(138, 101, 123, .6);
    text-align : center;
    font-size  : 9px;
    font-weight: 600;
}

.tooltip .entry {
    position   : absolute;
    background : #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow : 0px 26px 30px #00000026;
    border     : 1px solid #ECDEE676;
    padding    : 25px 25px 32px;
    width      : 378px;
    font-size  : 11px;
    font-weight: 300;
    color      : #000;
    top        : 6px;
    left       : 50%;
    transform  : translateX(-50%);
    transition : .3s;
    opacity    : 0;
}

.tooltip:hover {
    overflow: visible;
}

.tooltip:hover .entry {
    opacity: 1;
}

.bold {
    font-weight: 700;
}

.s-bold {
    font-weight: 600;
}

.sm-title {
    text-transform: uppercase;
    font-size     : 12px;
    font-weight   : 600;
    letter-spacing: 1.2px;
}

.sm-title_flex {
    display    : flex;
    align-items: center;
    margin     : 0 0 30px;
}

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

.flex-start {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
}

.flex-center {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
}

.flex-start-space {
    display        : flex;
    align-items    : flex-start;
    flex-wrap      : wrap;
    justify-content: space-between;
}

.flex-center-space {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    flex-wrap      : wrap;
}


.form-item {
    margin-top: 12px;
}

.form-item input {
    height       : 46px;
    border       : 1px solid #8A657B34;
    border-radius: 5px;
    padding      : 0 14px;
    font-family  : Montserrat;
    font-size    : 16px;
    font-weight  : 300;
    color        : #8a657b;
    width        : 100%;
    float        : none;
}

.form-item ::-moz-placeholder {
    opacity: 1;
}

.form-item ::-webkit-input-placeholder {
    opacity: 1;
}

.form-item ::-ms-placeholder {
    opacity: 1;
}

.form-item ::placeholder {
    opacity: 1;
}

.form-item textarea {
    height       : 80px;
    border       : 1px solid #8A657B34;
    border-radius: 5px;
    padding      : 12px 14px;
    font-family  : Montserrat;
    font-size    : 16px;
    font-weight  : 300;
    color        : #8a657b;
    width        : 100%;
    resize       : none;
}

.form-item.hidden {
    display: none;
}

.show-message .form-item.hidden {
    display: block;
}


.form-item .label {
    font-size    : 12px;
    font-weight  : 300;
    line-height  : 15px;
    margin-bottom: 5px;
}

.form-item .error,
.fields-sms .error,
.error span{
    border-color: #E30613;
    color       : #E30613;
}

.bt-red {
    text-align     : center;
    height         : 46px;
    background     : #E30613;
    box-shadow     : 0px 11px 13px #A2040E67;
    border-radius  : 5px;
    opacity        : 1;
    font-family    : Montserrat;
    font-size      : 16px;
    color          : #fff;
    font-weight    : 600;
    border         : 0;
    width          : 100%;
    cursor         : pointer;
    text-decoration: none;
}

a.bt-red {
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.bt-red:hover {
    background: #f91725;
}

.bt-yellow {
    text-align     : center;
    height         : 46px;
    background     : #FFBA00;
    box-shadow     : 0px 11px 13px #A2350467;
    border-radius  : 5px;
    opacity        : 1;
    font-family    : Montserrat;
    font-size      : 16px;
    color          : #000;
    font-weight    : 600;
    border         : 0;
    width          : 100%;
    cursor         : pointer;
    text-decoration: none;
}

a.bt-yellow {
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.bt-yellow:hover {
    background: #fcc83a;
}


.bt-sroke-gray {
    display         : flex;
    justify-content : center;
    align-items     : center;
    height          : 46px;
    border-radius   : 5px;
    border          : 1px solid #70707033;
    background-color: #ffffff;
    font-size       : 14px;
    font-weight     : 300;
    color           : #000;
    text-decoration : none;
}

.bt-sroke-gray:hover {
    background: #70707033;
}


.form-tools {
    text-align: center;
    margin-top: 22px;
}

.form-tools a {
    font-size      : 12px;
    font-weight    : 600;
    color          : #E30613;
    text-decoration: none;
    overflow       : hidden;
    display        : inline-block;
    position       : relative;
    padding-bottom : 4px;
}

.form-tools a:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
    font-weight   : 400;
}

.agree, .agree-email {
    margin-top : 18px;
    font-size  : 11px;
    font-weight: 300;
    line-height: 14px;
}
.cart_result_block .agree,
.cart_result_block .agree-email{
    font-size: 10px;
    margin-top: 7px;
}
.agree label {
    position    : relative;
    display     : inline-block;
    padding-left: 25px;
}

.agree input {
    position: absolute;
    left    : 0;
    top     : 0;
    width   : 100%;
    height  : 100%;
    z-index : 2;
    cursor  : pointer;
    opacity : 0;
}

.checkbox-item {
    position    : relative;
    padding-left: 25px;
}

.agree label,
.agree-email label{
    position    : relative;
    display     : inline-block;
    padding-left: 25px;
}

.checkbox-item input,
.agree input,
.agree-email input{
    position: absolute;
    left    : 0;
    top     : 0;
    width   : 100%;
    height  : 100%;
    z-index : 2;
    cursor  : pointer;
    opacity : 0;
}

.custom-checkbox {
    position        : absolute;
    left            : 0;
    top             : -3px;
    width           : 17px;
    height          : 17px;
    border-radius   : 3px;
    border          : 1px solid rgba(138, 101, 123, 0.2);
    background-color: #ffffff;
    display         : flex;
    justify-content : center;
    align-items     : center;
    padding         : 0 0 2px 1px;
}

  .custom-checkbox.error{
      border-color: red;
  }

  .sb_form .error{
      color: red;
  }

.custom-checkbox:before {
    content      : '';
    display      : block;
    border-bottom: solid 2px #e30613;
    border-right : solid 2px #e30613;
    width        : 4px;
    height       : 8px;
    transform    : rotate(45deg);
    display      : none;
}

input:checked+.custom-checkbox:before {
    display: block;
}

.protection {
    display    : flex;
    align-items: center;
    margin-top : 24px;
    font-size  : 12px;
    font-weight: 300;
    line-height: 16px;
}

.protection svg {
    width       : 22px;
    height      : 22px;
    margin-right: 12px;
}

.credit-item {
    position        : relative;
    height          : 58px;
    box-shadow      : 0 11px 13px rgba(162, 162, 162, 0.42);
    border-radius   : 5px;
    border          : 1px solid rgba(112, 112, 112, 0.2);
    background-color: #ffffff;
    display         : flex;
    align-items     : center;
    margin-top      : 12px;
    color           : #000000;
    font-size       : 16px;
    font-weight     : 300;
    padding         : 0 23px;
    text-decoration : none;
}

.credit-item .cell:first-child {
    min-width: 110px;
}

.credit-item:after {
    content      : '';
    display      : block;
    border-bottom: 2px solid #000000;
    border-right : 2px solid #000000;
    width        : 8px;
    height       : 8px;
    transform    : rotate(-45deg);
    margin-left  : auto;
}


.header {
    position   : relative;
    z-index    : 994;
    background : #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow : 0px 6px 9px #60606040;
    font-family: Montserrat;
}

.header a {
    text-decoration: none;
    color          : #000;
}

.header .q-inner {
    display        : flex;
    align-items    : center;
    flex-wrap      : wrap;
    justify-content: space-between;
}

.header-top {
    position  : relative;
    z-index   : 1500;
    background: #F7F5F6;
    font-size : 10px;
}

.header-location {
    position    : relative;
    margin-right: 20px;
}

.header-location .current {
    position      : relative;
    display       : flex;
    align-items   : center;
    height        : 32px;
    font-weight   : 600;
    text-transform: inherit;
    font-size: 12px;
    cursor        : pointer;
}

.header-location .current:after {
    content      : '';
    display      : block;
    border-bottom: 2px solid #000;
    border-right : 2px solid #000;
    width        : 4px;
    height       : 4px;
    transform    : rotate(45deg);
    margin       : -2px 0 0 7px;
}

.header-location .current .city {
    display      : block;
    text-overflow: ellipsis;
    max-width    : 126px;
    overflow     : hidden;
    white-space  : nowrap;
}

.header-location .current svg {
    width       : 10px;
    height      : 12px;
    margin-right: 4px;
}

.header-stores {
    font-weight   : 400;
    margin-right  : 20px;
    font-family: Montserrat;
    font-size: 11px;
}

.header-adds {
    position       : relative;
    z-index        : 2;
    white-space    : nowrap;
    width          : 200px;
    text-transform : inherit;
    display        : inline-flex;
    align-items    : center;
    text-decoration: none;
    height         : 32px;
    cursor         : pointer;
    font-size: 11px;
    color: #8A657B;
}

.header-adds span {
    height     : 32px;
    position   : absolute;
    left       : 0;
    top        : 0;
    display    : flex;
    align-items: center;
    width      : 200px;
    overflow   : hidden;
    display    : inline-flex;
    align-items: center;
    white-space: nowrap;
    z-index    : 2;
}

.header-adds span:after {
    content   : '';
    display   : block;
    position  : absolute;
    top       : 0;
    right     : 0;
    width     : 65px;
    height    : 100%;
    background: transparent linear-gradient(90deg, #F7F5F600 0%, #F7F5F6 51%, #F7F5F6 100%) 0% 0% no-repeat padding-box;
}

.header-adds.active span {
    width        : auto;
    padding-right: 40px;
}

.header-adds.active span:after {
    display: none;
}

.header-adds.active+.header-nav:before {
    content   : '';
    display   : block;
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 65px;
    height    : 100%;
    transform : rotate(180deg);
    background: transparent linear-gradient(90deg, #F7F5F600 0%, #F7F5F6 51%, #F7F5F6 100%) 0% 0% no-repeat padding-box;
}

.header-nav {
    display     : flex;
    align-items : center;
    margin-left: auto;
}

.header-nav ul {
    display: flex;
    margin-right: 35px;
}

.header-nav li {
    margin-left: 17px;
}

.header-nav li a {
    display       : inline-block;
    font-weight   : 300;
    text-transform: inherit;
    font-size: 12px;
}

.header-nav .lg-hidden {
    display: none;
}


.header-mid {
    position     : relative;
    border-bottom: 1px solid #ECDEE6;
    padding-top: 3px;
    padding-bottom: 3px;
}

.header-tools {
    display: flex;
}

.header-logo {
    margin-right: 5px;
    display     : flex;
    align-items : center;
}

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

.header-logo img {
    height: 27px;
}

.header-phone {
    margin-left: 18px;
    color      : #000000;
    font-size  : 12px;
    font-weight: 600;
}

.header-call {
    position   : relative;
    margin-left: 18px;
    display    : flex;
    align-items: center;
    font-size  : 12px;
}

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

.header-call a.mobile-search {
    display: none;
}

.header-call svg {
    width       : 14px;
    height      : 14px;
    margin-right: 4px;
}

.header-app {
    position   : relative;
    margin-left: 20px;
    display    : flex;
    align-items: center;
    font-size  : 12px;
}

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

.header-app .wa {
    width : 24px;
    height: 24px;
    margin: 0 15px 0 0;
}

.header-app .tg {
    width : 20px;
    height: 20px;
}

.header-tools {
    display     : flex;
    align-items : center;
    height      : 40px;
    border-left : none;
    border-right: none;
    width       : calc(100% - 700px);
    margin      : 0;
}

.header-search {
    position: relative;
    width   : 100%;
    height  : 100%;
}

.header-search__input {
    font-size  : 14px;
    border     : none;
    padding    : 0 20px;
    height     : 100%;
    width      : 100%;
    background: #F2F1F2;
    border-radius: 7px;
    font-family: 'montserratsemibold';
    color: #8A657B;
}
.header-search__input::placeholder{
    color: #8A657B;
    opacity: 1;
}

.header-search__btn {
    padding         : 0;
    border          : 0;
    background-color: transparent;
    display         : flex;
    position        : absolute;
    right           : 20px;
    top             : 50%;
    transform       : translate(0, -50%);
    pointer-events  : none;
}

.header-compare {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    width: 100px;
    position: relative;
}

.header-compare svg {
    width : 26px;
    height: 20px;
    margin-right: 10px;
}

.header-compare .total {
    line-height  : 15px;
    text-align   : center;
    background   : #13AF03;
    width        : 15px;
    height       : 15px;
    border-radius: 50%;
    position     : absolute;
    left         : 20px;
    top          : -5px;
    font-size    : 10px;
    font-weight  : 600;
    color        : #fff;
    display      : none;
}

.header-compare.active .total {
    display: block;
}

.header-search__icon {
    width : 20px;
    height: 20px;
}

.header-favorite {
    background     : url(../img/svg/heart-reg.svg);
    width          : 23px;
    height         : 20px;
    background-size: 100% 100%;
}

.header-favorite.active {
    background: 0;
}

.header-favorite .total {
    line-height  : 15px;
    text-align   : center;
    background   : #13AF03;
    width        : 15px;
    height       : 15px;
    border-radius: 50%;
    position     : absolute;
    left         : 20px;
    top          : -5px;
    font-size    : 10px;
    font-weight  : 600;
    color        : #fff;
    display      : none;
}

.header-favorite.active .total {
    display: block;
}

.header-favorite.active:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/hearl-red.svg);
    width          : 23px;
    height         : 20px;
    background-size: 100% 100%;
    position       : absolute;
    left           : 50%;
    top            : 50%;
    transform      : translate(-50%, -50%);
    opacity        : 0;
}

.header-favorite.active:before {
    opacity: 1;
}


.header-user {
    display    : flex;
    align-items: center;
    height     : 52px;
    border-left: none;
    padding    : 0;
    font-weight: 600;
    font-size  : 12px;
    width: 120px;
}

.header-user svg {
    width        : 18px;
    height       : 23px;
    margin-right : 9px;
    margin-bottom: 3px;
}

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

.header-cart {
    display     : flex;
    align-items : center;
    height      : 52px;
    border-left : none;
    font-size   : 12px;
    font-weight : 600;
    padding-left: 0;
    position    : relative;
    max-width: 140px;
}

.header-cart a {
    display    : flex;
    align-items: center;
    position   : relative;
}

.header-cart svg {
    width        : 25px;
    height       : 21px;
    margin-right : 20px;
    margin-bottom: 2px;
}

.header-cart .total {
    line-height  : 15px;
    text-align   : center;
    background   : #13AF03;
    width        : 15px;
    height       : 15px;
    border-radius: 50%;
    position     : absolute;
    left         : 20px;
    top          : -5px;
    font-size    : 10px;
    font-weight  : 600;
    color        : #fff;
    display      : none;
}

.header-cart .active .total {
    display: block;
}

.header-cart:hover .q-header-cart__dropdown {
    opacity   : 1;
    visibility: visible;
    transition: all 300ms;
}

.header-cart:hover .q-header-cart__dropdown .q-button._red {
    display: inline-flex;
}

.header-menu {
    width: 100%;
}

.header-menu ul {
    display        : flex;
    justify-content: space-between;
}

/*.header-menu > ul > li {
  overflow: hidden;
}*/
.header-menu>ul>li>a {
    position       : relative;
    display        : flex;
    align-items    : center;
    height         : 52px;
    font-size      : 12px;
    font-weight    : 300;
    letter-spacing : 1.2px;
    color          : #000000;
    text-transform : uppercase;
    text-decoration: none;
}

.header-menu li a.red {
    color: #E30613;
}

.header-menu li a.light {
    color: #8A657B;
}

.header-menu>ul>li>a:after {
    content   : '';
    display   : block;
    height    : 4px;
    background: #E30613;
    position  : absolute;
    left      : 0;
    bottom    : 0;
    width     : 100%;
    opacity   : 0;
    transition: .3s;
}

.header-menu>ul>li {}

/*.header-menu > ul > li:hover {
  overflow: visible;
}*/
.header-menu>ul>li:hover .dropdown-menu {
    opacity   : 1;
    z-index   : 10;
    height    : auto;
    visibility: visible;
}

.dropdown-menu {
    position  : absolute;
    left      : 0;
    top       : 100%;
    width     : 100%;
    z-index   : 10;
    background: #FFFFFF;
    box-shadow: 0px 6px 9px #60606040;
    opacity   : 0;
    z-index   : -10;
    height    : 0;
    visibility: hidden;
}

.dropdown-menu>.d-flex {
    width    : 100%;
    max-width: 1200px;
    padding  : 30px 15px 44px;
    margin   : 0 auto;
}

.dropdown-menu .col-lg {
    width: calc(100% - 390px);
}

.dropdown-menu .col-sm {
    width: 390px;
}

.dropdown-menu .tabs li {
    margin-right  : 37px;
    display       : flex;
    align-items   : center;
    text-transform: uppercase;
}

.dropdown-menu .tabs li:last-child {
    margin-right: auto;
}

.dropdown-menu .tabs li a {
    display       : flex;
    align-items   : center;
    letter-spacing: 1.2px;
    font-size     : 12px;
    font-weight   : 600;
}

.dropdown-menu .tabs li a:before {
    content     : '';
    display     : block;
    margin-right: 10px;
}

.dropdown-menu .tabs li a.icon-burger:before {
    background     : url(../img/svg/allwatches.svg);
    width          : 16px;
    height         : 14px;
    background-size: 100% 100%;
}

.dropdown-menu .tabs li a.icon-male:before {
    background     : url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYuNSIgaGVpZ2h0PSIxNi41IiB2aWV3Qm94PSIwIDAgMTYuNSAxNi41Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV85MTg1IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA5MTg1IiB3aWR0aD0iMTYuNSIgaGVpZ2h0PSIxNi41IiBmaWxsPSJub25lIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBpZD0iQXJ0d29ya18xNiIgZGF0YS1uYW1lPSJBcnR3b3JrIDE2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjI1IDguMjUpIj4KICAgIDxnIGlkPSJHcm91cF8xMTA3NSIgZGF0YS1uYW1lPSJHcm91cCAxMTA3NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTguMjUgLTguMjUpIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzIxOTg3IiBkYXRhLW5hbWU9IlBhdGggMjE5ODciIGQ9Ik0xNi40LjZhMSwxLDAsMCwwLS41LS41SDEwLjNhMSwxLDAsMSwwLDAsMmgyLjhMOSw2LjFhNS44LDUuOCwwLDEsMCwxLjQsMS40bDQuMS00LjFWNi4yYTEsMSwwLDAsMCwyLDBWMWExLDEsMCwwLDAtLjEtLjRNNS43LDE0LjVhMy43LDMuNywwLDEsMSwzLjctMy43LDMuOCwzLjgsMCwwLDEtMy43LDMuNyIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
    width          : 17px;
    height         : 17px;
    background-size: 100% 100%;
}

.dropdown-menu .tabs li a.icon-female:before {
    background     : url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTEuNSIgaGVpZ2h0PSIxNy44MiIgdmlld0JveD0iMCAwIDExLjUgMTcuODIiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzk1NDMiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDk1NDMiIHdpZHRoPSIxMS41IiBoZWlnaHQ9IjE3LjgyIiBmaWxsPSJub25lIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBpZD0iQXJ0d29ya18xOSIgZGF0YS1uYW1lPSJBcnR3b3JrIDE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1Ljc1IDguOTEpIj4KICAgIDxnIGlkPSJHcm91cF8xMTQ0NSIgZGF0YS1uYW1lPSJHcm91cCAxMTQ0NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUuNzUgLTguOTEpIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzIyNTQ4IiBkYXRhLW5hbWU9IlBhdGggMjI1NDgiIGQ9Ik0xMS41LDUuN2E1LjcsNS43LDAsMSwwLTYuNyw1Ljd2MS44SDNhMSwxLDAsMCwwLDAsMkg0Ljd2MS42YTEsMSwwLDAsMCwyLDBWMTUuMkg4LjVhMSwxLDAsMCwwLDAtMkg2LjdWMTEuNGE1LjgsNS44LDAsMCwwLDQuNy01LjdNMiw1LjdBMy43LDMuNywwLDEsMSw1LjcsOS41LDMuOCwzLjgsMCwwLDEsMiw1LjciLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
    width          : 12px;
    height         : 18px;
    background-size: 100% 100%;
}

.dropdown-menu .tabs li a.icon-brand:before {
    background     : url(../img/svg/brands.svg);
    width          : 18px;
    height         : 16px;
    background-size: 100% 100%;
}

.dropdown-menu .tabs li a.icon-sale:before {
    background     : url(../img/svg/sale.svg);
    width          : 12px;
    height         : 12px;
    background-size: 100% 100%;
}

.dropdown-menu .tabs li a.icon-certif:before {
    background     : url(../img/svg/certif.svg);
    width          : 23px;
    height         : 18px;
    background-size: 100% 100%;
}

.dropdown-menu .sm-title {
    display    : flex;
    align-items: center;
    margin-top : 50px;
}

.dropdown-menu .sm-title.icon-star:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/pop.svg);
    width          : 19px;
    height         : 19px;
    background-size: 100% 100%;
    margin-right   : 8px;
}

.dropdown-menu .brand-item {
    position    : relative;
    padding-left: 30px;
    margin-top  : 37px;
}

.dropdown-menu .brand-item .letter {
    width         : 19px;
    text-align    : center;
    position      : absolute;
    left          : 0;
    top           : 3px;
    letter-spacing: 1px;
    font-size     : 10px;
    line-height   : 13px;
    text-transform: uppercase;
    font-weight   : 600;
}

.dropdown-menu .brand-item ul {
    display: block;
}

.dropdown-menu .brand-item li+li {
    margin-top: 10px;
}

.dropdown-menu .brand-item .value {
    font-size  : 8px;
    font-weight: 600;
}

.dropdown-menu .brand-item .sbold {
    font-weight: 600;
}

.dropdown-menu .brand-item .red-sticker {
    display       : inline-block;
    vertical-align: middle;
    border        : 1px solid #E30613;
    border-radius : 9px;
    line-height   : 14px;
    height        : 16px;
    padding       : 0 10px;
    color         : #E30613;
    font-size     : 10px;
    font-weight   : 600;
}

.dropdown-menu .list {
    display  : flex;
    flex-wrap: wrap;
    margin   : 0 -15px;
}

.dropdown-menu .col-md {
    width  : 33.333%;
    padding: 0 15px;
}

.dropdown-menu .list .col-25 {
    padding-left : 25px;
    padding-right: 25px;
}

.dropdown-menu .list ul {
    display: block;
}

.dropdown-menu .list li {
    font-size: 12px;
    margin   : 12px 0 0;
}

.dropdown-menu .list li a {
    /*text-transform: capitalize;*/
}

.dropdown-menu li a {
    display  : inline-block;
    height   : auto;
    font-size: 12px;
}

.dropdown-menu .list .title {
    margin        : 36px 0 16px;
    font-size     : 10px;
    font-weight   : 600;
    text-transform: uppercase;
    line-height   : 13px;
}

.dropdown-menu .list li a:hover {
    color: #E30613;
}

.dropdown-menu .bnr-box+.bnr-box {
    margin-top: 30px;
}

.dropdown-menu .bnr-box img {
    max-width: 100%;
}

.dropdown-menu .col-xl {
    width: 100%;
}

.dropdown-menu .col-25 {
    width: 25%;
}

.dropdown-menu .abc-list {
    padding-left  : 20px;
    font-weight   : 600;
    text-transform: uppercase;
}

.dropdown-menu .abc-list li {
    margin-left: 24px;
}








.bnr-slider-sm {
    position  : relative;
    overflow  : hidden;
    margin-top: 30px;
}

.bnr-slider-sm.slick-slider {
    overflow: visible;
}

.bnr-slider-sm .slick-dots {
    position       : static;
    margin-top     : 20px;
    justify-content: center;
}

.bnr-slider-sm .slick-dots li {
    margin: 0 4px;
    width : 7px;
    height: 7px;
}

.bnr-slider-sm .slick-dots li button {
    width       : 7px;
    height      : 7px;
    border-width: 1px;
}

.bnr-slider-sm .slick-arrow {
    width          : 18px;
    height         : 18px;
    background     : transparent;
    top            : 50%;
    border-radius  : 0%;
    margin         : -25px 0 0;
    color          : transparent;
    font-size      : 0;
    overflow       : hidden;
    text-indent    : -9999px;
    opacity        : 1;
    visibility     : visible;
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.bnr-slider-sm .slick-arrow img {
    display: none;
}

.bnr-slider-sm .slick-arrow::before {
    content      : '';
    display      : block;
    border-bottom: 2px solid #000000;
    border-right : 2px solid #000000;
    transform    : rotate(-45deg);
    width        : 11px;
    height       : 11px;
}

.bnr-slider-sm .slick-arrow:after {
    display: none;
}

.bnr-slider-sm .slick-arrow.slick-next {
    right    : -25px;
    transform: rotate(0deg);
}

.bnr-slider-sm .slick-arrow.slick-prev {
    left     : -25px;
    transform: rotate(180deg);
}


.list-benefits {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    flex-wrap      : wrap;
    padding        : 15px 0;
    font-family    : Montserrat;
}

.list-benefits .item {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
    margin-top : 25px;
    font-size  : 12px;
    min-width  : 160px;
}

.list-benefits .item .icon {
    margin-right: 14px;
    display     : flex;
    align-items : center;
}

.list-benefits .item .icon img {
    max-height: 23px;
}

.list-benefits .item .s-bold {
    display: block;
}

.list-benefits .item .text {
    max-width: 176px;
}


.products-block {
    position   : relative;
    margin-top : 24px;
    background : #fff;
    padding    : 37px 40px 57px;
    font-family: Montserrat;
}

.products-block .tabs-row {
    margin: 0;
}

.products-block .tabs-row a {
    font-size     : 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding-bottom: 4px;
}

.products-block .hidden {
    display: none;
}

.products-list {
    /*
    display  : flex;
    flex-wrap: wrap;
    */
    margin   : 0 -15px;
}

.products-list-ajax {
    display  : flex;
    flex-wrap: wrap;
}

.products-list .slick-track {
    display: flex;
}

.product-item {
    position    : relative;
    width       : 25%;
    padding     : 20px 15px;
    border-right: solid 1px #ecdee6;
    margin-top  : 25px;
    font-weight : 300;
}

.product-item:nth-child(4n) {
    border-right: 0;
}

.product-item a {
    color          : #000;
    text-decoration: none;
}

.product-item .image {
    min-height : 358px;
    display    : flex;
    align-items: center;
    justify-content: center;
}

.product-item .image img {
    width    : 240px;
    max-width: 100%;
    height   : auto;
}

.product-item .title {
    font-size : 14px;
    display   : inline-block;
    margin-top: 24px;
}

.product-item p {
    margin-top: 6px;
    font-size : 12px;
}

.product-item .price {
    margin-top : 6px;
    line-height: 23px;
    font-size  : 18px;
    font-weight: 600;
}

.product-item .credit {
    margin-top : 5px;
    line-height: 15px;
    font-size  : 12px;
}

.product-item .availability {
    margin-top : 6px;
    line-height: 15px;
    font-size  : 12px;
    color      : #8a657b;
}

.product-item .price-info {
    display    : flex;
    margin-top : 6px;
    align-items: center;
}

.product-item .old-price {
    text-decoration: line-through;
    margin-right   : 7px;
    font-size      : 14px;
    color          : #000;
}

.product-item .discount {
    padding      : 0 10px;
    height       : 18px;
    border-radius: 9px;
    border       : 1px solid #13af03;
    display      : inline-block;
    line-height  : 16px;
    color        : #13af03;
    font-size    : 12px;
    font-weight  : 600;
}


.button-center {
    position       : relative;
    margin-top     : 20px;
    display        : flex;
    justify-content: center;
}

.button-center:before {
    content   : '';
    display   : block;
    width     : 100%;
    height    : 1px;
    background: #ecdee6;
    position  : absolute;
    left      : 0;
    top       : 50%;
}

.button-center .bt {
    position        : relative;
    z-index         : 2;
    display         : flex;
    justify-content : center;
    align-items     : center;
    height          : 35px;
    box-shadow      : 0 8px 12px rgba(162, 162, 162, 0.42);
    border-radius   : 5px;
    border          : 1px solid rgba(112, 112, 112, 0.2);
    background-color: #ffffff;
    padding         : 0 25px;
    font-weight     : 600;
    color           : #000;
    text-decoration : none;
    cursor          : pointer;
}


.categories-box {
    padding-top: 45px;
}

.categories-box .list {
    display  : flex;
    flex-wrap: wrap;
}

.tag-link {
    display        : inline-block;
    margin         : 15px 20px 0 0;
    height         : 18px;
    line-height    : 15px;
    border-radius  : 9px;
    border         : 1px solid #cbb3c1;
    color          : #8a657b;
    font-size      : 12px;
    font-weight    : 300;
    font-family    : Montserrat;
    text-decoration: none;
    padding        : 0 12px;
}



.collections-block {
    position   : relative;
    margin-top : 16px;
    background : #fff;
    padding    : 37px 40px 57px;
    font-family: Montserrat;
}

.collections-block .head {
    display        : flex;
    flex-wrap      : wrap;
    align-items    : center;
    justify-content: space-between;
}

.collections-block .link-dot {
    position       : relative;
    display        : inline-block;
    font-size      : 12px;
    font-weight    : 300;
    text-decoration: none;
    padding-bottom : 4px;
    color          : #000;
    overflow       : hidden;
    letter-spacing : 1.2px;
    margin-top     : 4px;
    text-transform : uppercase;
}

.collections-block .link-dot:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
    font-weight   : 400;
}

.collections-block .list {
    display  : flex;
    flex-wrap: wrap;
}

.collection-item {
    position    : relative;
    width       : 20%;
    padding     : 10px;
    border-right: solid 1px #ecdee6;
    margin-top  : 25px;
    font-weight : 300;
    text-align  : center;
}

.collection-item:nth-child(5n) {
    border-right: 0;
}

.collection-item .image {
    display        : flex;
    align-items    : center;
    justify-content: center;
    min-height     : 155px;
}

.collection-item .image img {
    max-width: 100%;
    height   : auto;
}

.collection-item .title {
    color          : #000000;
    text-decoration: none;
    font-size      : 16px;
    font-weight    : 600;
    display        : inline-block;
    line-height    : 21px;
    margin-top     : 22px;
}


.subs-block {
    position        : relative;
    z-index         : 10;
    background-color: #503244;
    font-family     : Montserrat;
    color           : #ffffff;
}

.subs-block .q-inner {
    display    : flex;
    flex-wrap  : wrap;
    align-items: flex-start;
}

.subs-block .image {
    position: relative;
    width   : 342px;
    height  : 218px;
}

.subs-block .image img {
    position: absolute;
    left    : 74px;
    bottom  : 4px;
}

.subs-block .content {
    position : relative;
    width    : calc(100% - 342px);
    padding  : 35px 0;
    max-width: 520px;
}

.subs-block p {
    margin     : 10px 0 0;
    font-size  : 12px;
    font-weight: 300;
    line-height: 20px;
}

.subs-block form {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
}

.subs-block .form-item {
    width     : calc(100% - 162px);
    margin-top: 16px;
}

.subs-block .form-item input {
    padding    : 0 15px;
    font-size  : 16px;
    font-weight: 300;
    border     : 0;
}

.subs-block .bt {
    display         : flex;
    justify-content : center;
    align-items     : center;
    height          : 46px;
    border-radius   : 5px;
    border          : 0;
    background-color: #ffffff;
    width           : 155px;
    font-weight     : 600;
    color           : #000;
    text-decoration : none;
    margin-top      : 16px;
    cursor          : pointer;
    /*margin-left   : auto;*/
}


.footer {
    position        : relative;
    background-color: #f7f5f6;
    font-family     : Montserrat;
    font-weight     : 300;
}

.footer-top {
    padding-bottom: 22px;
}

.footer-top .q-inner {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
}

.footer-title {
    font-size     : 10px;
    text-transform: uppercase;
    font-weight   : 600;
    letter-spacing: 1px;
    line-height   : 13px;
}

.footer-nav {
    display  : flex;
    flex-wrap: wrap;
}

.footer-nav__col {
    width       : 181px;
    padding-top : 27px;
    margin-right: 16px;
}

.footer-nav ul {
    padding-top: 5px;
}

.footer-nav li {
    margin-top: 8px;
}

.footer-nav li a {
    display        : inline-block;
    text-decoration: none;
    color          : #000000;
    font-size      : 12px;
    line-height    : 18px;
}

.footer-contacts {
    padding-top: 27px;
}

.footer-contacts .phone-no {
    display        : inline-block;
    font-weight    : 600;
    text-transform : uppercase;
    text-decoration: none;
    line-height    : 18px;
}

.footer-contacts .adds {
    font-size  : 12px;
    line-height: 18px;
    margin-top : 15px;
}

.footer-contacts .work-time {
    margin-top    : 7px;
    font-size     : 10px;
    line-height   : 13px;
    letter-spacing: 1px;
}

.link-feedback {
    position       : relative;
    display        : inline-block;
    font-size      : 12px;
    color          : #000;
    overflow       : hidden;
    padding-bottom : 4px;
    margin-top     : 3px;
    line-height    : 16px;
    text-decoration: none;
}

.link-feedback:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
}

.footer-col-last {
    margin-left: auto;
    width      : 183px;
    padding-top: 5px;
}

.footer .ym-box {
    display    : flex;
    flex-wrap  : wrap;
    align-items: center;
}

.ym-box .logo {
    width         : 100%;
    padding-bottom: 7px;
}

.ym-box .logo img {
    width: 88px;
}

.ym-box .value {
    font-size   : 16px;
    font-weight : 600;
    margin-right: 5px;
}

.ym-box .total {
    width     : 100%;
    margin-top: 8px;
}

.ym-box .total a {
    position       : relative;
    display        : inline-block;
    font-size      : 16px;
    color          : #000;
    overflow       : hidden;
    padding-bottom : 4px;
    font-weight    : 600;
    line-height    : 16px;
    text-decoration: none;
}

.ym-box .total a:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
    font-weight   : 400;
}

.footer-social {
    margin-top: 12px;
}

.footer-social a {
    margin-right: 8px;
}

.footer-copy {
    padding-top : 35px;
    font-size   : 10px;
    margin-right: 8px;
}

.footer-policy {
    padding-top : 35px;
    font-size   : 10px;
    color       : #8a657b;
    margin-right: auto;
}

.footer-policy a {
    color: #8a657b;
}

.footer .site-map {
    font-size  : 10px;
    padding-top: 35px;
    margin-left: auto;
    width      : auto;
}

.site-map a {
    color          : #000000;
    padding-bottom : 4px;
    overflow       : hidden;
    position       : relative;
    display        : inline-block;
    text-decoration: none;
}

.site-map a:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
}

.footer-bot {
    background-color: #271f1f;
}

.footer-parners {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    flex-wrap      : wrap;
    padding        : 12px 0;
}

.footer-parners .sep {
    background: #7a6767;
    height    : 36px;
    width     : 1px;
}


.modal {
    position   : relative;
    margin     : 0 auto;
    max-width  : 438px;
    background : #fff;
    padding    : 40px 45px 36px;
    font-family: Montserrat;
}

.modal .form_club_price {
    display: none;
}

.modal .subtitle {
    font-size  : 14px;
    font-weight: 300;
    margin-top : 20px;
}

.modal .bt-red,
.q-call-popup .bt-red,
.js-q-add-review-popup .bt-red {
    margin-top: 12px;
}

.modal .sm-title+form {
    padding-top: 12px;
}

.q-call-popup {
    padding: 12px 0 0px;
}

.modal .errors {
    font-weight: bold;
    color      : red;
}



.modal-code .phone-no {
    display       : inline-block;
    vertical-align: top;
    margin        : 4px 5px 0 0;
    font-weight   : 600;
    font-size     : 14px;
}

.modal-code .link-dot {
    font-size      : 12px;
    font-weight    : 600;
    color          : #E30613;
    text-decoration: none;
    overflow       : hidden;
    display        : inline-block;
    vertical-align : top;
    margin-top     : 5px;
    position       : relative;
    padding-bottom : 4px;
}

.modal-code .link-dot:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
    font-weight   : 400;
}


.modal-thank {
    position   : relative;
    margin     : 0 auto;
    max-width  : 438px;
    background : #fff;
    padding    : 37px 20px 34px;
    font-family: Montserrat;
    text-align : center;
}

.modal-thank:before {
    content        : '';
    display        : block;
    background     : #E30613 url(../img/svg/check-wht.svg) 50% 50% no-repeat;
    background-size: 55% auto;
    width          : 94px;
    height         : 94px;
    border-radius  : 50%;
    margin         : 0 auto 36px;
}

.modal-thank p {
    font-weight: 300;
    margin     : 13px 0 0;
    font-size  : 14px;
}


.full-modal .mfp-container {
    padding: 0;
}

.full-modal .mfp-bg {
    background: #fff;
    opacity   : 1
}


.modal-buyer {
    max-width : 1032px;
    min-height: 650px;
}

.modal-buyer form {
    max-width: 530px;
    margin   : 100px auto 0;
}

.modal-buyer .form-item input {
    color      : #000000;
    font-weight: 600;
    font-size  : 16px;
}

.modal-buyer .bt-red {
    max-width: 170px;
}



.modal-in-cart .image {
    width          : 228px;
    height         : 228px;
    border         : solid 2px #E30613;
    border-radius  : 50%;
    margin         : 70px auto 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
    overflow       : hidden;
}

.modal-in-cart .image img {
    max-width: 70%;
}

.modal-in-cart .text {
    text-align    : center;
    margin-top    : 17px;
    letter-spacing: 1px;
    color         : #000000;
    text-transform: uppercase;
    min-height    : 110px;
    font-weight   : 300;
    font-size     : 10px;
}

.modal-in-cart .bt-sroke-gray {
    margin-top: 17px;
}




.fields-sms {
    display        : flex;
    justify-content: center;
    padding        : 10px 0 6px;
    justify-content: space-between;
}

.fields-sms input {
    width          : 110px;
    height         : 40px;
    border         : 1px solid #8A657B34;
    border-radius  : 5px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    text-align     : center;
    font-family    : Montserrat;
    font-weight    : 600;
    font-size      : 30px;
    color          : #000;
    margin: 0 auto;
}

.fields-sms input[type=number] {
    -moz-appearance: textfield;
}

.fields-sms input::-webkit-outer-spin-button,
.fields-sms input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin            : 0;
}

.modal-video-call {
    position   : relative;
    margin     : 0 auto;
    max-width  : 530px;
    background : #fff;
    padding    : 40px 38px 0;
    font-family: Montserrat;
    overflow   : hidden;
}

.modal-video-call .subtitle {
    font-size  : 14px;
    font-weight: 300;
    margin-top : 20px;
    margin-top : 24px;
}

.modal-video-call .link-dot {
    position       : relative;
    display        : inline-block;
    font-size      : 12px;
    font-weight    : 300;
    text-decoration: none;
    padding-bottom : 4px;
    margin-top     : 20px;
    color          : #000;
    overflow       : hidden;
}

.modal-video-call .link-dot:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
    font-weight   : 400;
}

.modal-video-call .show-message .link-dot {
    display: none;
}

.modal-video-call .bt-red {
    margin-top: 12px;
}

.modal-video-call .infobox {
    margin          : 26px -38px 0;
    background-color: #f2eff1;
    padding         : 16px 38px 25px;
}

.infobox .item {
    display    : flex;
    align-items: center;
    font-size  : 12px;
    font-weight: 300;
    line-height: 20px;
    margin-top : 5px;
}

.infobox .item .icon {
    min-width: 32px;
}

.infobox .item .icon-whatsapp {
    width     : 24px;
    height    : 24px;
    margin-top: 2px;
}

.infobox .item .icon-comment {
    width : 24px;
    height: 22px;
}

.infobox .item .icon-video-slash {
    width     : 23px;
    height    : 23px;
    margin-top: 2px;
}


.modal-info {
    position        : relative;
    margin          : 0 auto;
    max-width       : 296px;
    box-shadow      : 0 26px 30px rgba(0, 0, 0, 0.15);
    border          : 1px solid rgba(236, 222, 230, 0.46);
    background-color: #ffffff;
    padding         : 25px 25px 28px;
    font-family     : Montserrat;
}

.modal-info p {
    margin     : 0 0 16px;
    font-size  : 11px;
    font-weight: 300;
    line-height: 14px;
}

.modal-info .image {
    text-align: center;
}

.modal-info .bt-gray {
    margin-top: 20px;
    width     : 100%;
}

.modal-info button.mfp-close {
    z-index: -20;
}


.modal-search {
    position   : relative;
    margin     : 0 auto;
    max-width  : 976px;
    font-family: Montserrat;
    height     : 100vh;
    display    : flex;
    align-items: flex-start;
    padding-top: 36px;
}

.modal-search form {
    display  : flex;
    position : relative;
    flex-wrap: wrap;
    width    : 100%;
}

.modal-search input[type="text"] {
    width          : calc(100% - 180px);
    font-family    : Montserrat;
    height         : 46px;
    border-radius  : 5px 0 0 5px;
    border         : 1px solid rgba(138, 101, 123, 0.2);
    background     : #fff url(../img/svg/search.svg) 15px 50% no-repeat;
    background-size: auto 16px;
    color          : #8a657b;
    font-size      : 16px;
    font-weight    : 300;
    padding        : 0 45px;
}

.modal-search .bt-red {
    width        : 180px;
    margin       : 0;
    font-family  : Montserrat;
    border-radius: 0 5px 5px 0;
}

.modal-search button.mfp-close {
    top        : 5px;
    right      : 0;
    left       : auto;
    margin-left: 18px;
}


.mobile-reviews {
    display   : none;
    margin    : 20px -10px 0;
    background: #fff;
    padding   : 20px 10px 14px;
    text-align: center;
}

.mobile-reviews .ym-box {
    display: block;
}

.mobile-reviews .ym-box .logo {
    padding-bottom: 0;
    display       : block;
    width         : 120px;
    margin        : 0 auto;
}

.mobile-reviews .ym-box .logo img {
    width: 100%;
}

.mobile-reviews .ym-box .rating {
    padding        : 6px 0 0;
    justify-content: center;
}

.mobile-reviews .ym-box .total {
    margin-top : 0;
    width      : auto;
    padding-top: 12px;
    margin-left: auto;
}



.bt-wht {
    position       : relative;
    z-index        : 2;
    display        : flex;
    justify-content: center;
    align-items    : center;
    height         : 46px;
    box-shadow     : 0px 11px 13px #A2A2A26A;
    border         : 1px solid #70707033;
    border-radius  : 5px;
    background     : #fff;
    padding        : 0 45px;
    font-weight    : 600;
    font-size      : 14px;
    color          : #000;
    text-decoration: none;
}


.d-flex {
    display  : flex;
    flex-wrap: wrap;
}

.d-flex-start {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
}

.ajax-order-block .order-form .hidden {
    display: none;
}

@media (max-width: 1200px) {

    .header-stores,
    .header-adds {
        display: none;
    }

    .header-nav li {
        margin-left: 10px;
    }

    .header-user .md-hidden {
        display: none;
    }

    .header-user svg {
        margin-right: 0;
    }

    .header-user {
        padding: 0 15px;
    }

    .header-cart svg {
        margin-right: 12px;
    }

    .header-phone {
        margin-left: 14px;
    }

    .header-tools {
        width: calc(100% - 950px);
    }

    .product-card__content .product-tools {
        opacity: 1!important;
    }
}

@media (min-width: 1023.5px) {
    .mobile-buttons.d-flex {
        display: none !important;
    }

    .header-menu>ul>li:hover>a:after {
        opacity: 1;
    }
}

@media (max-width: 1023px) {
    .mobile-buttons.d-flex {
        display: flex;
    }

    .page-head__left {
        margin-right: 0px;
    }

    .mobile-reviews {
        display: block;
    }

    .mobile-buttons.is_stuck {
        display: flex;
        top    : auto !important;
        width  : 100%;
    }

    .list-benefits {
        display: none;
    }

    .mobile-head,
    .mobile-bar {
        display: flex;
    }

    .q-inner {
        padding: 0 10px;
    }

    .header-top {
        font-size: 9px;
    }

    .header-logo img {
        height: 20px;
    }

    .header-logo {
        margin-right: auto;
        order       : 1;
    }

    .header-phone {
        margin-left: 0;
        order      : 2;
    }

    .sm-hidden {
        display: none;
    }

    .header-nav .lg-hidden {
        display: block;
    }

    .header-compare,
    .header-user,
    .header-cart {
        display: none;
    }

    .header-bot {
        position   : fixed;
        left       : 0;
        top        : 0;
        width      : 100%;
        height     : calc(100% - 57px);
        background : #fff;
        z-index    : 100;
        overflow-y : scroll;
        padding-top: 55px;
        display    : none;
    }

    .header-tools {
        order        : 3;
        margin       : 0 0 0 auto;
        border       : 1px solid #ecdee6;
        height       : 33px;
        border-radius: 5px 0 0 5px;
        width        : auto;
        border-right : none;
        overflow     : hidden;
    }

    .header-search__input {
        padding: 0 10px;
    }

    .header-search__btn {
        right: 10px;
    }

    .header-search__icon {
        width : 14px;
        height: 14px;
    }

    .header-mid .header-call a span,
    .header-mid .header-app a span {
        display: none;
    }

    .header-mid {
        padding: 15px 0;
    }

    .header-mid .header-call {
        margin-left: auto;
    }

    .header-mid .header-call a {
        border         : 1px solid #ECDEE6;
        border-radius  : 5px 0 0 5px;
        border-right   : 0;
        opacity        : 1;
        width          : 36px;
        height         : 31px;
        display        : none;
        align-items    : center;
        justify-content: center;
    }

    .header-mid .header-call a.mobile-search {
        display: flex;
    }

    .header-mid .header-app {
        margin-left  : 0;
        order        : 4;
        border       : 1px solid #ecdee6;
        border-radius: 0 5px 5px 0;
    }

    .header-mid .header-app a {
        opacity        : 1;
        width          : 36px;
        height         : 31px;
        display        : flex;
        align-items    : center;
        justify-content: center;
    }

    /* тест
    .header-app__wa {
        border-right: 1px solid #ecdee6;
    }
    */

    .header-mid .header-call svg,
    .header-mid .header-app svg {
        margin: 0;
    }

    .header-menu {
        width: 100%;
    }

    .header-menu ul {
        display: block;
    }

    .header-menu>ul>li {
        border-top: 1px solid #ecdee6;
    }

    .header-menu>ul>li>a {
        display    : flex;
        align-items: center;
        padding    : 0 10px;
        font-size  : 12px;
        font-weight: 600;
        height     : 55px;
    }

    .mobile-link-submenu:after {
        content        : '';
        display        : block;
        background     : url(../img/svg/circle-arrow.svg);
        width          : 14px;
        height         : 14px;
        background-size: 100% 100%;
        margin-left    : auto;
    }

    .header-bot .q-inner {
        padding       : 0;
        flex-direction: column;
        padding-bottom: 78px;
    }

    .mobile-nav {
        display: block;
    }

    .mobile-call {
        display: flex;
    }

    .q-product-page-content {
        padding: 16px 0 0px;
    }

    .q-breadcrumbs {
        padding-bottom: 9px;
    }
    .page-head__left .q-breadcrumbs {
        padding-bottom: 0;
    }
    .page-head__left h1 {
        margin-top: 9px;
    }
    .q-product-page-content .page-head {
        margin-bottom: 0;
        /*z-index: 9999;*/
    }

    .q-breadcrumbs__item {
        font-size: 10px;
    }

    .page-title {
        font-size  : 18px;
        line-height: 22px;
        margin     : 0;
    }

    .page-head .distributor {
        display: none;
    }

    .product-head .left-part {
        width: 100%;
    }

    .product-head .category {
        margin   : 6px 11px 0 0;
        font-size: 11px;
    }

    .label-item {
        font-size    : 11px;
        padding      : 0;
        display      : inline-flex;
        border       : 0;
        border-radius: 9px;
        margin       : 8px 10px 0 0;
        height       : 18px;
        align-items  : center;
    }

    .product-head .right-part {
        width     : calc(100% + 20px);
        margin    : 15px -10px 0;
        padding   : 10px;
        background: #fff;
    }

	.right-part .in-order .tooltip .entry{
		transform: translateX(-20%);
	}

    .product-head .info-item {
        font-size: 11px;
    }

    .product-head .code {
        font-size: 9px;
    }

    .product-card__body {
        display: block;
    }

    .product-card__content {
        margin    : 2px -10px 0;
        width     : calc(100% + 20px);
        padding   : 0 0 24px;
        background: #fff;
    }

    .slider-thumbnail {
        display: none;
    }
    .slider-thumbnail-swiper {
        display: none;
    }

    .product-gallery {
        padding: 0;
    }

    .slider-preview {
        padding: 23px 0px;
    }
    .slider-preview .slick-slide{height: auto;}
    .slider-preview .slick-slide img{max-height: 500px;}

    .slider-preview-swiper {
        padding: 23px 0px;
    }

    .slider-preview-swiper {
        padding: 23px 0px;
    }

    .slider-preview-swiper img,
    .slider-preview-swiper__slide-push {max-height: 500px;}

	.slider-preview-swiper video{
		max-height: 500px;
		height: 500px;
	}

    .product-gallery .slick-dots {
        top   : auto;
        bottom: 0;
        height: 6px;
    }

    .product-gallery .slick-dots li {
        width           : 6px;
        height          : 6px;
        border          : 1px solid #8a657b;
        background-color: #ffffff;
        margin          : 0 3px;
        cursor          : pointer;
        border-radius   : 50%;
    }

    .product-gallery .slick-dots .slick-active {
        background-color: #e30613;
        border-color    : #e30613;
    }

    .product-gallery .slick-dots li * {
        display: none;
    }

    .product-gallery .slick-arrow {
        width          : 18px;
        height         : 18px;
        background     : transparent;
        top            : 50%;
        border-radius  : 0%;
        margin         : -9px 0 0;
        color          : transparent;
        font-size      : 0;
        overflow       : hidden;
        text-indent    : -9999px;
        opacity        : 1;
        visibility     : visible;
        display        : flex;
        justify-content: center;
        align-items    : center;
    }

    .product-gallery .slick-arrow img {
        display: none;
    }

    .product-gallery .slick-arrow::before {
        content      : '';
        display      : block;
        border-bottom: 2px solid #000000;
        border-right : 2px solid #000000;
        transform    : rotate(-45deg);
        width        : 11px;
        height       : 11px;
    }

    .product-gallery .slick-arrow:after {
        display: none;
    }

    .product-gallery .slick-arrow.slick-next {
        right    : 20px;
        transform: rotate(0deg);
    }

    .product-gallery .slick-arrow.slick-prev {
        left     : 20px;
        transform: rotate(180deg);
    }

    .product-tools {
        right: 22px;
        top  : 2px;
    }

    .bt-favorite svg {
        width : 16px;
        height: 15px;
    }

    .product-tools a {
        margin-top: 16px;
    }

    .q-3d-button {
        width        : 32px;
        height       : 24px;
        border       : 0;
        border-radius: 0%;
        background   : #fff;
        left         : auto;
        top          : auto;
        right        : 15px;
        bottom       : 20px;
        z-index      : 10;
    }

    .product-bot-panel {
        display: none;
    }

    .product-card__content .label-discount {
        display: none;
    }


    .product-card__sidebar {
        margin    : 0 -10px;
        width     : calc(100% + 20px);
        padding   : 0 15px;
        background: #fff;
    }

    .sidebar-box {
        margin-top: 0;
        padding   : 0;
    }

    .sidebar-box .info-item {
        font-size : 12px;
        margin-top: 10px;
    }


    .q-breadcrumbs__list {
        display  : flex;
        flex-wrap: nowrap;
    }

    .q-breadcrumbs .slick-track {
        display: flex;
    }

    .q-breadcrumbs__item {
        margin-right: 4px;
    }

    .tabs-row .slick-track {
        display: flex;
    }

    .tabs-row.slick-initialized .slick-slide {
        display: flex;
    }

    .desc-box,
    .specific-box {
        width         : 100%;
        padding-bottom: 20px;
    }


    .sidebar-box .in-stock {
        font-size: 11px;
    }

    .video-call-box {
        margin-top   : 18px;
        padding      : 14px;
        background   : 0;
        border-radius: 9px;
        border       : 1px solid #cbb3c1;
    }

    .bt-video-call {
        max-width       : 100%;
        height          : auto;
        box-shadow      : none;
        border-radius   : 0;
        background-color: 0;
        margin          : 0;
        font-size       : 12px;
    }

    .bt-video-call svg {
        width       : 19px;
        height      : 16px;
        margin-right: 5px;
    }

    .video-call-box .help {
        margin     : 4px 0 0;
        font-size  : 10px;
        line-height: 1.1;
    }

    .sidebar-infobox .item:last-child {
        border-bottom: solid 1px #ecdee6;
    }

    .product-model {
        margin-top: 16px;
        padding   : 0 0 26px;
    }

    .product-model .title {
        text-align: left;
    }

    .product-tabs {
        margin    : 10px -10px 0;
        padding   : 15px 10px 16px;
        background: #fff;
    }

    .product-tabs .tabs-row {
        margin-top: 0;
        display   : none;
    }

    .tabs-row a {
        font-size     : 10px;
        line-height   : 13px;
        padding-bottom: 7px;
        letter-spacing: 1px;
        margin-right  : 20px;
        text-transform: uppercase;
    }

    .tabs-row a span {
        margin-left: 5px;
        font-size  : 8px;
    }

    .tab-wrapper {
        padding: 15px 0 0;
    }

    .product-about .foot {
        margin : 0 -10px;
        padding: 15px;

    }






    .mobile-tab-link {
        display: flex;
    }

    .product-tabs .tab-block {
        border-bottom: solid 1px #ecdee6;
    }

    .product-tabs .tab-block.hidden {
        display: block;
    }

    .mobile-hidden {
        display: none;
    }

    .product-about .flex-start-space {
        padding-bottom: 20px;
    }

    .products-block {
        margin : 16px -10px 0;
        padding: 20px 10px 29px;
    }

    .product-item .image {
        min-height: 0;
    }

    .product-item .image img {
        height   : auto;
        max-width: 100%;
    }

    .products-list {
        margin       : 20px -10px 0;
        padding-right: 18px;
    }

    .product-item {
        padding   : 6px 10px 25px;
        margin-top: 0;
    }

    .button-center {
        display: none;
    }


    .product-reviews .content {
        width        : 100%;
        order        : 2;
        padding-right: 0;
    }

    .product-reviews .sidebar {
        width          : 100%;
        display        : flex;
        flex-wrap      : wrap;
        justify-content: space-between;
        flex-direction : row;
    }

    .product-reviews .rating-box {
        width: 100%;
    }

    .product-reviews .tab-wrapper>.sm-title {
        display: none;
    }

    .product-reviews .ym-box .head {
        display: none;
    }


    .mobile-bt-map {
        display: inline-block;
    }

    .table-row {
        align-items: stretch;
    }

    .table-row .bt-red {
        position: absolute;
        left    : 0;
        bottom  : 0;
    }


    .mobile-bar {
        display: flex !important;
    }

    .map-frame {
        width : 100%;
        height: 230px;
    }

    .adds-table {
        padding: 15px 0 0;
        width  : 100%;
    }

    .map-frame>* {
        width : 100%;
        height: 100%;
    }

    .collections-block {
        margin : 16px -10px 0;
        padding: 20px 10px 29px;
    }

    .collections-block .link-dot {
        font-size: 10px;
    }

    .collections-block .sm-slider-collections {
        display      : block;
        margin-top   : 29px;
        padding-right: 18px;
    }

    .sm-slider-collections .slick-track {
        display: flex;
    }

    .collection-item {
        margin-top: 0;
        padding   : 6px 12px 9px;
    }

    .collection-item .image {
        min-height: 0;
    }

    .collection-item .image img {
        height: 115px;
        width : auto;
    }

    .collection-item .title {
        font-size  : 12px;
        line-height: 16px;
        margin-top : 17px;
    }

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

    .warranty-item {
        width: 100%;
    }

    .product-warranty .tools {
        display: block;
    }

    .product-warranty .sidebar {
        width      : 100%;
        padding-top: 15px;
    }

    .delivery-info .head {
        font-size: 14px;
    }

    .payment-info {
        width     : calc(100% + 20px);
        margin    : 15px -10px 0;
        background: #F2EFF1;
        padding   : 23px 15px 25px;
        max-width : calc(100% + 20px);
        order     : 10;
    }

    .payment-info .item:first-child {
        margin-top: 0;
    }

    .product-delivery {
        padding-bottom: 20px;
    }

    .delivery-time {
        width    : 100%;
        max-width: 100%;
    }

    .product-delivery .tab-wrapper {
        display       : flex;
        flex-direction: column;
    }

    .city-delivery {
        width     : 100%;
        margin-top: 28px;
    }

    .city-delivery .link-dot-red {
        padding        : 0;
        display        : flex;
        align-items    : center;
        justify-content: center;
        background     : #EAE7E9;
        border-radius  : 5px;
        height         : 35px;
        color          : #000;
        font-weight    : 600;
        font-size      : 12px;
        width          : 100%;
    }

    .city-delivery .link-dot-red:after {
        display: none;
    }

    .delivery-info .head {
        padding-bottom: 0;
    }

    .delivery-info .d-row {
        margin-top: 12px;
    }

    .subs-block .image {
        width : 100%;
        height: 180px;
    }

    .subs-block .image img {
        width      : 206px;
        left       : 50%;
        margin-left: -77px;
    }

    .subs-block .content {
        width  : 100%;
        padding: 0 0 18px;
    }

    .sm-title {
        font-size: 10px;
    }

    .subs-block .form-item {
        width     : 100%;
        margin-top: 10px;
    }

    .subs-block .form-item input {
        border          : 1px solid rgba(138, 101, 123, 0.2);
        color           : #8a657b;
        background-color: #ffffff;
    }

    .subs-block .bt {
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.42);
        border    : 1px solid rgba(112, 112, 112, 0.2);
        margin-top: 12px;
        width     : 100%;
        font-size : 14px;
    }

    .footer-nav {
        width: 50%;
    }

    .footer-nav__col {
        padding-top : 22px;
        margin-right: 0;
        width       : 100%;
    }

    .footer-nav__col:nth-child(2) {
        order: 3;
    }

    .footer-title {
        font-size  : 8px;
        line-height: 11px;
    }

    .footer-nav ul {
        padding-top: 2px;
    }

    .footer-nav li {
        margin-top: 6px;
    }

    .footer-nav:first-child {
        order: -2;
    }

    .footer-contacts {
        order      : -1;
        width      : 50%;
        padding-top: 18px;
    }

    .footer-col-last {
        width      : 100%;
        padding-top: 25px;
    }

    .footer .ym-box {
        justify-content: center;
        align-items    : flex-start;
    }

    .footer .ym-box .logo {
        width  : auto;
        padding: 0 9px 0 0;
    }

    .footer .ym-box .rating {
        margin: 4px 3px 0 0;
    }

    .footer .ym-box .total {
        width     : auto;
        margin-top: 1px;
    }

    .footer-social {
        justify-content: center;
        display        : flex;
        align-items    : center;
    }

    .footer-social a {
        justify-content: center;
        display        : flex;
        align-items    : center;
        margin         : 0 6px;
    }

    .footer-copy,
    .footer-policy,
    .footer-bot,
    .footer .ym-box .value {
        display: none;
    }

    .new-logo-brand {
        right: 10px;
    }
    .preview-pagination {
        display: block;
    }
    .slider-thumbnail-container {
        display: none;
    }

}

@media (max-width: 660px) {
    .tooltip .entry {
        width  : 300px;
        left   : 0;
        z-index: 10;
    }

    .new-logo-brand {
        position     : relative;
        right        : 0;
        margin-bottom: 20px;
        max-width    : 100%;
    }

    .new-logo-brand .distributor {
        border-left: 0;
        justify-content: space-between;
    }
    .new-logo-brand .distributor .distributor__right-part{order:1;}
    .new-logo-brand .distributor .distributor__left-part{
        order:2;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 0;
    }
    .bx-touch .new-logo-brand .distributor .text{margin:0 15px;font-size: 10px;}
    .new-logo-brand .distributor .tooltip{
        margin-top:0;
        width: 16px;
        height: 16px;
        flex:0 0 16px;
    }
    .new-logo-brand .distributor .tooltip:before{
        line-height: 15px;
        font-size: 10px;
    }

    .product-availability .text-item {
        max-width: 100%;
        width    : 100%;
    }

    .product-availability .info-item {
        width    : 100%;
        max-width: 100%;
    }


    .delivery-info {
        width    : 100%;
        max-width: 100%;
    }

    .modal-search {
        padding-top: 50px;
    }

    .modal-search input[type="text"] {
        width        : 100%;
        border-radius: 5px;
    }

    .modal-search .bt-red {
        margin       : 10px auto 0;
        border-radius: 5px;
        width        : 100%;
    }

    .modal-search button.mfp-close {
        top        : 10px;
        left       : auto;
        right      : 0;
        margin-left: 0;
    }

    .delivery-info .company {
        margin-top: 20px;
    }


}

.mobile-search-li {
    display: none;
}

@media (max-width: 575px) {
    .mobile-search-li {
        display: list-item;
    }
    .header-search:not(.mobile) {
        width: 35px;
    }
    /* тест
    .header-search:not(.mobile) .header-search__input {
        display: none;
    }
    */
    .header-search.mobile {
        height: 53px;
    }
    .mobile .header-search__btn {
        right: 20px;
    }
}

@media (max-width: 479px) {

    .list-benefits .item {
        width: 100%;
    }

    .list-benefits .item .icon {
        margin-right   : 0;
        min-width      : 50px;
        justify-content: center;
    }

    .adds-table .cell:nth-child(1) {
        width        : 100%;
        padding-right: 90px;
    }

    .adds-table .cell:nth-child(2) {
        width  : 100%;
        padding: 7px 90px 0 0;
    }

    .adds-table .cell:nth-child(3) {
        position   : absolute;
        padding-top: 17px;
        height     : 100%;
        top        : 0;
        right      : 0;
        text-align : right;
    }

    .table-row {
        display: block;
    }

    .table-row .bt-red {
        bottom: 24px;
    }


}

.js-phone-form._active-success .sm-title,
.js-phone-form._active-success .subtitle,
.js-phone-form._active-success form,
.js-phone-form._active-success .infobox {
    display: none !important;
}

.q-wrapper .q-content-wrapper .product-bot-panel .ya-share2 li {
    list-style   : none;
    padding-left : 0;
    display      : inline-block;
    margin-left  : 0;
    margin-bottom: 0px;
    margin-top   : 1px;
    border-left  : 1px solid #ecdee6;
}

.q-wrapper .q-content-wrapper .product-bot-panel .ya-share2 li:first-child {
    border-left: none;
}

@media all and (max-width: 800px) {
    .fancybox-thumbs {
        top         : auto;
        width       : auto;
        bottom      : 0;
        left        : 0;
        right       : 0;
        height      : 95px;
        padding     : 10px 10px 5px 10px;
        box-sizing  : border-box;
        /*background: rgba(0, 0, 0, 0.3);*/
    }

    .fancybox-show-thumbs .fancybox-inner {
        right : 0;
        bottom: 95px;
    }
}

.q-page-title {
    font-size  : 28px;
    line-height: 40px;
    font-weight: 600;
    margin     : 8px 0 0;
    font-family: Montserrat;
}
.q-categories-tag__count {
    font-size: 8px;
}
.q-categories-tags {
    margin-bottom: 20px;
    margin-top   : 10px;
}

.bx-touch .q-categories-tags {
    white-space: nowrap;
    overflow-x : auto;
}
.bx-touch .q-categories-tag{
    font-size: 9px;
    height: 28px;
    line-height: 28px;
    margin-right: 6px;
}

.q-content .seo_text {
    font-size  : 16px;
    line-height: 30px;
    margin     : 40px 0 0;
}

@media (max-width: 660px) {
    .q-page-title {
        font-size  : 16px;
        line-height: 30px;
    }

    .sidebar-box__notice {
        position: relative;
    }

    .q-product-page-content {
        padding-bottom: 5px;
    }
}

@media (max-width: 1023px) {
    .last-price .old-price {
        margin-top: 20px;
    }
    .ym-box .head .text {
        display: none;
    }
    .ym-box .head > .link {
        margin: 0 auto;
    }
}

.bx-rating-icon-container svg {
    display: none;
}

.bx-rating-icon-container {
    background     : url(../img/svg/star_default.svg) no-repeat;
    background-size: 100% 100%;
    width          : 11px;
    height         : 11px;
    margin-right   : 4px;
}

.bx-rating-icon-container.bx-star-current {
    background     : url(../img/svg/star_hover.svg) no-repeat;
    background-size: 100% 100%;
}

.bx-rating-icon-container.bx-star-active {
    background     : url(../img/svg/star_active.svg) no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 767px) {

}

/* Cart style */
.ajax-order-block .errors {
    padding      : 15px;
    border-radius: 5px;
    border       : 1px solid #E30613;
    color        : #E30613;
    margin-bottom: 20px;
    margin-top   : 20px;
    display      : block;
    font-weight  : 600;
    font-family  : Montserrat;
}

.d-flex {
    display  : flex;
    flex-wrap: wrap;
}

.d-flex-between {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
}

.s-bold {
    font-weight: 600;
}

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

.md-title {
    letter-spacing: 1.6px;
    font-weight   : 600;
    text-transform: uppercase;
    font-size     : 16px;
}

.color-red {
    color: #E30613;
}


.cart-mobile_form {
    display: none;
}

.cart-block {
    padding    : 0px 0 0px;
    font-family: Montserrat;
    font-size  : 12px;
    line-height: 18px;
    color      : #000;
    font-weight: 300;
}

.cart-block .sm-col {
    width  : 410px;
    padding: 43px 16px 0 0;
}

.cart-block .lg-col {
    width     : calc(100% - 410px);
    background: #fff;
}

.cart-block H1 {
    font-size     : 22px;
    line-height   : 27px;
    font-weight   : 600;
    text-transform: uppercase;
    padding-bottom: 5px;
}





.cart-block .link-edit {
    position       : relative;
    display        : inline-block;
    font-size      : 12px;
    font-weight    : 600;
    text-decoration: none;
    padding-bottom : 4px;
    color          : #E30613;
    overflow       : hidden;
}

.cart-block .link-edit:after {
    content       : ".......................................................................";
    letter-spacing: 3px;
    display       : block;
    position      : absolute;
    left          : 0;
    bottom        : 0;
    font-weight   : 400;
}

.cart-block .link-edit:hover:after {
    display: none;
}

.cart-content {
    width: calc(100% - 394px);
}

.cart-sidebar {
    width      : 378px;
    margin-left: auto;
}


.cart-method {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
}

.cart-method .box {
    background: #fff;
    margin-top: 16px;
    width     : calc(50% - 8px);
    padding   : 30px 30px 40px 35px;
}

.cart-method .box .head {
    display        : flex;
    align-items    : flex-start;
    justify-content: space-between;
    flex-wrap      : wrap;
}

.cart-method .box .info {
    position    : relative;
    width       : 100%;
    margin-top  : 26px;
    padding-left: 40px;
    line-height : 18px;
    max-width   : 290px;
}

.cart-method .box .icon-truck:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/truck.svg);
    width          : 27px;
    height         : 18px;
    background-size: 100% 100%;
    position       : absolute;
    left           : 0;
    top            : -1px;
}

.cart-method .box .icon-box:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/box2.svg);
    width          : 25px;
    height         : 22px;
    background-size: 100% 100%;
    position       : absolute;
    left           : 0;
    top            : -2px;
}

.cart-method .box .icon-wallet:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/wallet2.svg);
    width          : 22px;
    height         : 18px;
    background-size: 100% 100%;
    position       : absolute;
    left           : 0;
    top            : -1px;
}

.cart-method .box .icon-card:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/card2.svg);
    width          : 22px;
    height         : 15px;
    background-size: 100% 100%;
    position       : absolute;
    left           : 0;
    top            : 1px;
}

.cart-method .box .icon-sber:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/sber-logo.svg);
    width          : 21px;
    height         : 21px;
    background-size: 100% 100%;
    position       : absolute;
    left           : 0;
    top            : -1px;
}

.cart-method .box .subhead {
    font-weight: 600;
}

.cart-method .box p {
    font-weight: 300;
    margin     : 6px 0 0;
}

.cart-method .box .note {
    margin-top : 24px;
    color      : #8A657B;
    font-size  : 12px;
    line-height: 18px;
}



.cart-bonuses {
    margin-top: 33px;
    max-width : 320px;
}

.cart-bonuses .sm-title {
    margin: 0;
}

.cart-bonuses .info {
    padding-top: 14px;
}

.cart-bonuses .info .item {
    display        : flex;
    justify-content: space-between;
    font-size      : 14px;
    line-height    : 22px;
    margin-top     : 6px;
}

.cart-bonuses .info .item .sum {
    margin-left: 13px;
}

.checkout-form .cart-bonuses .checkbox-item {
    margin-top  : 22px;
    font-weight : 600;
    font-size   : 14px;
    line-height : 22px;
    padding-left: 0;
    width       : 100%;
    height      : auto;
}

.cart-bonuses .checkbox-item .custom-checkbox {
    top: 1px;
}

.checkout-form .bt-red,
.checkout-form .bt-yellow {
    max-width : 210px;
    margin-top: 50px;
}




.cart-item {
    position     : relative;
    display      : flex;
    flex-wrap    : wrap;
    border-bottom: 1px dashed rgba(206, 191, 200, 0.67);
    padding      : 32px 0 20px;
    margin-top   : 12px;
}

.cart-item:first-child {
    border-top: 1px dashed rgba(206, 191, 200, 0.67);
}

.cart-item .image {
    width: 110px;
}

.cart-item .image img {
    max-width     : 100%;
    mix-blend-mode: multiply;
}

.cart-item .content {
    width         : calc(100% - 110px);
    padding-left  : 16px;
    position      : relative;
    display       : flex;
    flex-direction: column;
}

.cart-item .title {
    margin-right: 40px;
}

.cart-item .title a {
    text-decoration: none;
}

.cart-item .total {
    margin-left: auto;
    font-size  : 12px;
    display    : flex;
    align-items: center;
    font-weight: 300;
}

.cart-item .total input {
    border       : 1px solid #8A657B34;
    border-radius: 5px;
    width        : 53px;
    height       : 28px;
    text-align   : center;
    font-family  : Montserrat;
    color        : #000000;
    font-size    : 12px;
    font-weight  : 700;
    margin-right : 7px;
}

.cart-item .info-item {
    font-size  : 11px;
    line-height: 17px;
    margin-top : 10px;
}

.cart-item .info-item+.info-item {
    margin-top: 6px;
}

.cart-item .d-flex-between {
    padding-top: 20px;
    margin-top : auto;
}

.cart-item .price-new {
    font-weight: 600;
    font-size  : 17px;
    line-height: 20px;
    margin-top : 6px;
}

.cart-item .price-old {
    margin-right   : 2px;
    display        : inline-block;
    line-height    : 15px;
    text-decoration: line-through;
    color          : #8A657B;
}

.cart-item .discount {
    display    : inline-block;
    color      : #E30613;
    line-height: 17px;
    font-size  : 10px;
}

.cart-item .form-quantity {
    margin-top: auto;
}

.form-quantity {
    position   : relative;
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
}

.form-quantity input {
    width      : 46px;
    background : 0;
    height     : 16px;
    text-align : center;
    padding    : 0;
    font-size  : 12px;
    color      : #000;
    font-weight: 600;
    font-family: Montserrat;
    border     : 0;
}

.form-quantity .minus,
.form-quantity .plus {
    position     : relative;
    border       : 1px solid #8A657B34;
    border-radius: 3px;
    display      : block;
    width        : 16px;
    height       : 16px;
    cursor       : pointer;
}

.form-quantity .minus:before,
.form-quantity .plus:before {
    content   : '';
    display   : block;
    width     : 8px;
    height    : 2px;
    position  : absolute;
    left      : 50%;
    top       : 50%;
    transform : translate(-50%, -50%);
    background: #000;
}

.form-quantity .plus:after {
    content   : '';
    display   : block;
    width     : 2px;
    height    : 8px;
    position  : absolute;
    left      : 50%;
    top       : 50%;
    transform : translate(-50%, -50%);
    background: #000;
}


.cart-item .tools {
    position: absolute;
    top     : 2px;
    right   : 0;
}

.cart-item .tools a {
    display : block;
    margin  : 0 auto 18px;
    position: relative;
}

.cart-item .tools a.delete:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/trash.svg);
    width          : 15px;
    height         : 15px;
    background-size: 100% 100%;
}

.cart-item .tools a.favorite:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/like.svg);
    width          : 16px;
    height         : 13px;
    background-size: 100% 100%;
}


.cart-item .club {
    margin-top   : 22px;
    width        : 100%;
    background   : #EBE7E9;
    border-radius: 5px;
    padding      : 22px 30px 26px;
    text-align   : center;
}

.cart-item .club p {
    margin: 0;
}

.bt-white {
    margin-top     : 10px;
    padding        : 0 16px;
    border-radius  : 5px;
    height         : 31px;
    line-height    : 31px;
    background     : #fff;
    display        : inline-block;
    padding        : 0 25px;
    font-size      : 12px;
    font-weight    : 600;
    color          : #000;
    text-decoration: none;
}




.cart-customer {
    margin-top     : 16px;
    background     : #fff;
    padding        : 26px 30px 31px 39px;
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
    align-items    : flex-start;
}

.cart-customer .sm-title {
    margin-top: 4px;
}

.cart-customer .info {
    margin-top : 16px;
    font-weight: 300;
    line-height: 18px;
    width      : 100%;
}

.cart-customer .sm-text {
    margin-top: 7px;
}


.order-info .total {
    border-bottom: 1px dashed rgba(206, 191, 200, 0.67);
    padding      : 14px 0 22px;
}

.order-info .total .item {
    margin-top     : 9px;
    display        : flex;
    justify-content: space-between;
    font-size      : 14px;
}

.order-info .cost {
    padding        : 20px 0 22px;
    border-bottom  : 1px dashed rgba(206, 191, 200, 0.67);
    display        : flex;
    justify-content: space-between;
    font-weight    : 600;
    font-size      : 14px;
}

.order-info .cost .sum {
    font-size: 16px;
}

.order-info .bonuses {
    padding        : 22px 0;
    display        : flex;
    justify-content: space-between;
    font-size      : 14px;
}

.order-info .bonuses .tooltip {
    display       : inline-block;
    vertical-align: top;
    margin        : 2px 0 0 5px;
}

.order-info .coupon_wrap {
    padding        : 22px 0;
    display        : flex;
    justify-content: space-between;
    font-size      : 14px;
}

.order-info .coupon_wrap a {
    display : inline-block;
    margin  : 0 5px -2px 0;
    position: relative;
}

.order-info .coupon_wrap a.coupon_delete:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/trash.svg);
    width          : 15px;
    height         : 15px;
    background-size: 100% 100%;
}


.checkout-form {
    background: #fff;
    padding   : 43px 45px 77px 77px;
}

.checkout-form .lg-title {
    letter-spacing: 2.2px;
    font-size     : 22px;
    line-height   : 27px;
    font-weight   : 600;
    margin        : 70px 0 0 -32px;
    text-transform: uppercase;
}

.checkout-form .sm-title {
    letter-spacing: 1.4px;
    margin-top    : 50px;
    font-size     : 14px;
}

.checkout-form .form-step.first-child .lg-title {
    margin-top: 0;
}

.checkout-form .d-flex-between {
    align-items: flex-start;
}

.checkout-form .form-item {
    width     : calc(50% - 8px);
    margin-top: 28px;
}

.checkout-form .group {
    width          : calc(50% - 8px);
    display        : flex;
    justify-content: space-between;
}

.checkout-form .group .form-item {
    width: calc(50% - 5.333px);
}

.pickup-info {
    margin-top   : 16px;
    border-radius: 5px;
    border       : 1px dashed #E7DFE4;
    padding      : 44px 15px 49px;
    text-align   : center;
}

.pickup-info .title {
    text-transform: uppercase;
    color         : #CBB3C1;
    letter-spacing: 1.4px;
    font-size     : 14px;
    line-height   : 23px;
    font-weight   : 600;
    max-width     : 380px;
    margin        : 0 auto;
}

.pickup-info .bt-white {
    margin-top : 23px;
    height     : 30px;
    line-height: 28px;
    border     : 1px solid #70707033;
    box-shadow : 0px 8px 12px #A2A2A26B;
    font-size  : 14px;
    font-weight: 600;
}

.pickup-ready {
    margin-top   : 16px;
    border-radius: 5px;
    border       : 1px dashed #E7DFE4;
    padding      : 32px 60px 55px;
}

.pickup-ready .sm-title {
    margin: 0;
}

.pickup-ready p {
    font-size  : 14px;
    line-height: 22px;
    margin     : 20px 0 0;
}

.pickup-ready .bt-gray {
    margin-top: 22px;
    padding   : 0 15px;
}


.checkout-form .delivery-tab {
    display: none;
}

.checkout-form .delivery-tab.active {
    display: block;
}

.checkout-form .payment-item:nth-child(2n) {
    margin-left: 16px;
}

.checkout-form .checkbox-item {
    width       : calc(50% - 8px);
    margin-top  : 28px;
    font-size   : 14px;
    line-height : 22px;
    display     : flex;
    align-items : center;
    height      : 38px;
    padding-left: 0;
}

.checkout-form .checkbox-item label {
    position    : relative;
    display     : inline-block;
    padding-left: 21px;
}

.checkout-form .checkbox-item .custom-checkbox {
    width : 15px;
    height: 15px;
    top   : 3px;
}


.custom-select {
    position  : relative;
    z-index   : 10;
    margin-top: 5px;
}

.custom-select .jq-selectbox {
    width      : 100%;
    font-family: Montserrat;
}

.custom-select .jq-selectbox__select-text {
    position     : relative;
    display      : flex;
    align-items  : center;
    cursor       : pointer;
    background   : #fff;
    border       : 1px solid #8A657B34;
    border-radius: 5px;
    height       : 46px;
    font-weight  : 600;
    font-size    : 16px;
    padding      : 0 40px 0 16px;
}

.custom-select .jq-selectbox__select-text::before {
    content        : '';
    display        : block;
    background     : url(../img/svg/arrow-down.svg);
    width          : 15px;
    height         : 8px;
    background-size: 100% 100%;
    position       : absolute;
    top            : 50%;
    transform      : translateY(-50%);
    right          : 18px;
}

.custom-select .opened .jq-selectbox__select-text {
    border-radius: 5px 5px 0 0;
}

.jq-selectbox__dropdown {
    position     : absolute;
    left         : 0;
    top          : 100%;
    width        : 100%;
    border       : 1px solid #8A657B34;
    border-top   : 0;
    border-radius: 0 0 5px 5px;
    background   : #fff;
}

.jq-selectbox__dropdown li {
    padding  : 13px 10px 14px 16px;
    font-size: 16px;
    cursor   : pointer;
}

.jq-selectbox__dropdown li:hover {
    color: #E30613;
}


.mobile-modal__pickup {
    min-width: 100%;
    max-width: 100%;
    padding  : 0;
}

.mobile-modal__pickup .sm-title {
    padding: 20px 10px;
}

.mobile-modal__pickup .adds-table {
    padding: 0;
}

.mobile-modal__pickup .table-row {
    border-top : solid 1px #ecdee6;
    padding    : 18px 10px;
    font-size  : 12px;
    line-height: 15px;
    font-weight: 300;
}

.mobile-modal__pickup .adds-table .cell:nth-child(3) {
    right      : 10px;
    padding-top: 24px;
}

.mobile-modal__pickup .table-row .bt-red {
    bottom   : 20px;
    font-size: 12px;
}

.mobile-modal__pickup .map {
    position: relative;
    height  : 130px;
}

.mobile-modal__pickup .map .frame {
    position: absolute;
    left    : 0;
    bottom  : 0;
    height  : 100%;
    width   : 100%;
}

.mobile-modal__pickup .map.active .frame {
    height : 445px;
    display: flex;
}

.mobile-modal__pickup .map .frame img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.mobile-modal__pickup .bt-map-control {
    position : absolute;
    top      : 10px;
    right    : 14px;
    transform: rotate(90deg);
}

.mobile-modal__pickup .active .bt-map-control {
    transform: rotate(90deg);
}

.mobile-modal__pickup button.mfp-close {
    top  : 14px;
    right: 10px;
}


.modal-delivery {
    max-width : 100%;
    padding   : 0;
    min-height: 720px;
}

.modal-delivery .mobile-bt-cart {
    display: none;
    margin : 0;
}

.modal-delivery .model-head {
    display    : flex;
    align-items: center;
    padding    : 32px 31px 24px;
}

.modal-delivery .bt-back {
    display        : flex;
    align-items    : center;
    justify-content: center;
    padding        : 0 12px 0 26px;
    position       : relative;
    border         : 1px solid #CBB3C1;
    background     : #fff;
    border-radius  : 3px;
    font-size      : 12px;
    font-weight    : 300;
    color          : #000000;
    height         : 29px;
    margin-right   : 24px;
    text-decoration: none;
}

.modal-delivery .bt-back:before {
    content      : '';
    display      : block;
    border-bottom: 1px solid #000000;
    border-left  : 1px solid #000000;
    width        : 6px;
    height       : 6px;
    transform    : rotate(45deg);
    margin-right : 6px;
}

.modal-delivery .side {
    width: 460px;
}

.modal-delivery .map {
    width   : calc(100% - 460px);
    display : flex;
    position: relative;
    z-index : 2;
}

.modal-delivery .search {
    position     : relative;
    width        : 100%;
    padding-left : 40px;
    border-bottom: solid 1px #E7DFE4;
}

.modal-delivery .search form {
    position: relative;
}

.modal-delivery .search .text {
    width      : 100%;
    height     : 64px;
    padding    : 0 22px;
    font-family: Montserrat;
    font-size  : 14px;
    color      : #745969;
    font-weight: 300;
    border     : 0;
}

.modal-delivery .search .button {
    width          : 13px;
    height         : 13px;
    background     : url(../img/svg/search.svg);
    background-size: 100% 100%;
    border         : 0;
    cursor         : pointer;
    position       : absolute;
    left           : 0;
    top            : 50%;
    transform      : translateY(-50%);
}



.modal-delivery__sidebar {
    margin-top: 20px;
    width     : 310px;
    position  : relative;
    z-index   : 1;
}

.modal-delivery__city .subhead {
    font-weight: 300;
    font-size  : 12px;
    line-height: 15px;
}

.modal-delivery__content {
    width   : calc(100% - 326px);
    margin  : 20px 0 0 16px;
    position: relative;
    z-index : 1;
}

.delivery-pickup {
    border       : 1px solid #E7DFE4;
    border-radius: 5px;
    overflow     : hidden;
    position     : relative;
    margin-top   : 20px;
}

.modal-delivery .map .frame {
    position: absolute;
    left    : 0;
    bottom  : 0;
    width   : 100%;
    height  : 100%;
    display : flex;
}

.modal-delivery .map img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.modal-delivery .tab-block.hidden {
    display: none;
}

.modal-delivery .map.active {
    position: static;
}

.modal-delivery .bt-map-control {
    position: absolute;
    z-index : 100;
    left    : 20px;
    bottom  : 20px;
}

.bt-map-control {
    position       : relative;
    display        : flex;
    justify-content: center;
    align-items    : center;
    width          : 47px;
    height         : 47px;
    border-radius  : 50%;
    background     : #4E40498D;
}

.bt-map-control:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/collapse.svg);
    width          : 18px;
    height         : 17px;
    background-size: 100% 100%;
    transform      : rotate(90deg);
}

.active .bt-map-control:before {
    transform: rotate(-90deg);
}

.modal-delivery .full-map {
    display      : flex;
    position     : relative;
    border       : 1px solid #E7DFE4;
    border-radius: 5px;
    height       : 515px;
    overflow     : hidden;
}

.modal-delivery .full-map img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

/*
.store-list__slider {
  position: relative;
  overflow: hidden;
  height: 803px;
  padding-top: 5px;
}
*/
.store-list__slider {
    overflow: auto;
    height  : 803px;
}

.store-list__slider::-webkit-scrollbar {
    width           : 6px;
    background-color: transparent;
    margin          : 0;
    border-radius   : 5px;
}

.store-list__slider::-webkit-scrollbar-thumb {
    width        : 6px;
    background   : #231f20;
    border-radius: 5px;
}

.store-list__slider::-webkit-scrollbar-track {
    width           : 6px;
    border          : 0;
    background-color: #e9e9e9;
    border-radius   : 5px;
}

.store-list__slider .slick-list {
    overflow: visible;
}

.store-list__slider .slick-arrow.slick-prev {
    transform    : rotate(0deg);
    top          : 0;
    left         : 0;
    width        : 100%;
    height       : 34px;
    background   : #EDE7EA;
    border-radius: 5px 0 0 0;
}

.store-list__slider .slick-arrow.slick-next {
    transform    : rotate(0deg);
    right        : 0;
    top          : auto;
    bottom       : 0;
    width        : 100%;
    height       : 34px;
    background   : #EDE7EA;
    border-radius: 0px 0px 0px 5px;
}

.store-list__slider .slick-arrow img {
    display: none;
}

.store-list__slider .slick-arrow {
    opacity   : 1;
    visibility: visible;
}

.store-list__slider .slick-arrow::after {
    display: none;
}

.store-list__slider .slick-arrow::before {
    content        : '';
    display        : block;
    background     : url(../img/svg/arrow-down.svg);
    width          : 15px;
    height         : 8px;
    background-size: 100% 100%;
    position       : absolute;
    left           : 50%;
    top            : 50%;
    margin         : -4px 0 0 -7px;
}

.store-list__slider .slick-prev::before {
    transform: rotate(180deg);
}

.store-list__slider .slick-arrow.slick-disabled {
    opacity   : 0;
    visibility: hidden;
}




.store-list__item {
    padding      : 20px 25px 22px 23px;
    border-bottom: solid 1px #E7DFE4;
}

.store-list__item .title {
    font-weight: 600;
    font-size  : 11px;
    line-height: 14px;
}

.store-list__item p {
    font-weight: 300;
    font-size  : 10px;
    line-height: 14px;
    margin     : 6px 0 0;
}

.store-list__item .info {
    width      : calc(100% - 82px);
    font-weight: 300;
    font-size  : 10px;
    line-height: 14px;
    padding    : 5px 10px 0 0;
}

.store-list__item .info .check {
    margin-top  : 5px;
    position    : relative;
    padding-left: 18px;
}

.store-list__item .info .s-bold {
    display: block;
}

.store-list__item .info .check:before {
    content        : '';
    display        : block;
    background     : url(../img/svg/check.svg);
    width          : 13px;
    height         : 9px;
    background-size: 100% 100%;
    position       : absolute;
    left           : -2px;
    top            : 2px;
}

.store-list__item .bt-red {
    width         : 82px;
    height        : 27px;
    margin-top    : 10px;
    font-size     : 11px;
    padding-bottom: 1px;
}

.store-list__item .bt-red.active {
    background: #F7F7F7;
    box-shadow: inset 0px 8px 12px rgba(0, 0, 0, .3);
    color     : #000;
}

.store-list__item .bt-red.active::before {
    content        : '';
    display        : block;
    background     : url(../img/svg/check.svg);
    width          : 13px;
    height         : 9px;
    background-size: 100% 100%;
    margin-right   : 5px;
}



@media (min-width: 660px) {

    .store-list__item {
        padding: 24px 30px 28px 40px;
    }

    .store-list__item .title {
        font-size  : 14px;
        line-height: 18px;
    }

    .store-list__item p {
        font-size  : 12px;
        line-height: 22px;
        margin     : 8px 0 0;
    }

    .store-list__item .info {
        width    : calc(100% - 95px);
        font-size: 12px;
    }

    .store-list__item .info .s-bold {
        display: inline;
    }

    .store-list__item .bt-red {
        margin-top: auto;
        width     : 95px;
        height    : 30px;
        font-size : 14px;
    }

}

.delivery-form {
    display  : flex;
    flex-wrap: wrap;
}

.delivery-form .d-flex-start {
    margin: 0 -8px;
}

.delivery-form .form-item.col-4 {
    width: 33.3333%;
}

.delivery-form .form-item:first-child {
    margin-top: 0;
}

.delivery-form .bt-red {
    margin   : 22px 20px 0 0;
    max-width: 156px;
}




.delivery-item {
    position     : relative;
    margin-top   : 28px;
    width        : calc(50% - 8px);
    border-radius: 5px;
    overflow     : hidden;
    display      : flex;
}

.delivery-item:nth-child(2n) {
    margin-left: 16px;
}

.delivery-item .wrapper {
    padding      : 20px 20px 22px 60px;
    cursor       : pointer;
    border       : 1px solid #E7DFE4;
    border-radius: 5px;
    height       : 100%;
    width        : 100%;
}

.delivery-item .subhead {
    font-weight: 600;
    font-size  : 14px;
    line-height: 18px;
    max-width  : 300px;
}

.delivery-item .info {
    color      : #8A657B;
    font-weight: 300;
    font-size  : 12px;
    margin-top : 4px;
    max-width  : 315px;
}

.delivery-item.active:after {
    content        : '';
    display        : block;
    position       : absolute;
    top            : 21px;
    right          : 22px;
    background     : url(../img/svg/check-red.svg);
    background-size: 100% 100%;
    width          : 16px;
    height         : 13px;
}

.delivery-item:before {
    content : '';
    display : block;
    position: absolute;
    left    : 16px;
    top     : 20px;
}

.delivery-item.icon19:before {
    background     : url(../img/svg/truck.svg);
    width          : 27px;
    height         : 18px;
    background-size: 100% 100%;
}

.delivery-item.icon20:before {
    background     : url(../img/svg/box2.svg);
    width          : 25px;
    height         : 22px;
    background-size: 100% 100%;
    left           : 17px;
    top            : 19px;
}

.delivery-item.icon-rocket:before {
    background     : url(../svg/rocket.svg);
    width          : 30px;
    height         : 21px;
    background-size: 100% 100%;
    left           : 14px;
    top            : 21px;
}

.delivery-item input {
    position: absolute;
    left    : 0;
    top     : 0;
    width   : 100%;
    height  : 100%;
    z-index : 2;
    cursor  : pointer;
    opacity : 0;
}

.delivery-item input:checked+.wrapper {
    border-color: #E30613;
}

.delivery-item input:checked+.wrapper:after {
    content        : '';
    display        : block;
    position       : absolute;
    top            : 21px;
    right          : 22px;
    background     : url(../img/svg/check-red.svg);
    background-size: 100% 100%;
    width          : 16px;
    height         : 13px;
}


.payment-item {
    position     : relative;
    overflow     : hidden;
    border-radius: 5px;
    margin-top   : 16px;
    width        : calc(50% - 8px);
    cursor       : pointer;
    display      : flex;
}

.payment-item .wrapper {
    padding      : 18px 20px 22px 56px;
    position     : relative;
    border       : 1px solid #E7DFE4;
    border-radius: 5px;
    height       : 100%;
    width        : 100%;
}

.payment-item input {
    position: absolute;
    left    : 0;
    top     : 0;
    width   : 100%;
    height  : 100%;
    z-index : 2;
    cursor  : pointer;
    opacity : 0;
}

.payment-item input:checked+.wrapper {
    background: #F7F6F7;
}

.payment-item .subhead {
    font-weight: 600;
    font-size  : 14px;
    line-height: 18px;
    max-width  : 300px;
}

.payment-item p {
    color     : #8A657B;
    font-size : 12px;
    margin-top: 4px;
    max-width : 315px;
}

.payment-item .wrapper:before {
    content : '';
    display : block;
    position: absolute;
    left    : 18px;
    top     : 20px;
}

.payment-item .icon12:before {
    background     : url(../img/svg/wallet2.svg);
    width          : 22px;
    height         : 18px;
    background-size: 100% 100%;
}

.payment-item .icon25:before {
    background     : url(../img/vsegda3.png);
    width          : 22px;
    height         : 15px;
    background-size: 100% 100%;
}

.payment-item .icon26:before {
    background     : url(../img/sbp-2.svg);
    width          : 22px;
    height         : 18px;
    background-size: 100% 100%;
}

.payment-item .icon31:before {
    background     : url(../img/svg/tinkoff2.svg);
    width          : 25px;
    height         : 25px;
    background-size: 100% 100%;
}

.payment-item .icon19:before,
.payment-item .icon13:before {
    background     : url(../img/svg/card2.svg);
    width          : 22px;
    height         : 15px;
    background-size: 100% 100%;
}

.payment-item .icon21:before {
    background     : url(../img/svg/sber-logo.svg);
    width          : 21px;
    height         : 21px;
    background-size: 100% 100%;
}

.payment-item .icon30:before {
    background     : url(../img/svg/sber-logo.svg);
    width          : 21px;
    height         : 21px;
    background-size: 100% 100%;
}

.payment-item .icon9:before {
    background     : url(../img/svg/tinkoff2.svg);
    width          : 25px;
    height         : 22px;
    background-size: 100% 100%;
}

.payment-item .icon-pct:before {
    background     : url(../svg/pct.svg);
    width          : 22px;
    height         : 22px;
    background-size: 100% 100%;
}

.payment-item .icon24:before {
    background     : url(../img/svg/otp.png);
    width          : 25px;
    height         : 22px;
    background-size: 100% 100%;
}



.modal-delete-product .modal .bt-red {
    margin-top: 20px;
    height    : 46px;
}

.modal-delete-product .modal .bt-srtoke {
    margin-top: 15px;
}

.bt-stroke {
    display        : flex;
    justify-content: center;
    align-items    : center;
    text-align     : center;
    border         : 1px solid #70707033;
    border-radius  : 5px;
    margin-top     : 17px;
    text-decoration: none;
    height         : 46px;
    font-weight    : 300;
    font-size      : 14px;
    color          : #000;
}

.bt-stroke:hover {
    background: #70707033;
}


.checkout-form .form-item {
    position  : relative;
    background: 0;
}

.checkout-form .form-item .label {
    position   : absolute;
    left       : 0;
    top        : 10px;
    transition : 0.2s ease all;
    font-size  : 14px;
    line-height: 18px;
    color      : #745969;
    font-weight: 300;
    z-index    : 1;
}

.checkout-form .form-item .label.show {
    top           : 0;
    letter-spacing: 0.8px;
    font-size     : 8px;
    line-height   : 10px;
    text-transform: uppercase;
    color         : #8A657B;
}

.checkout-form .form-item input {
    background   : 0;
    background   : transparent;
    height       : 38px;
    padding      : 0;
    border-radius: 0;
    border       : 0;
    border-bottom: 1px solid rgba(138, 101, 123, .15);
    font-family  : Montserrat;
    font-size    : 14px;
    color        : #000;
    font-weight  : 600;
    position     : relative;
    z-index      : 2;
}

.checkout-form .form-item input:focus {
    font-weight: 300;
}

.checkout-form .form-item .text-error {
    margin-top    : 7px;
    letter-spacing: 0.8px;
    color         : #E30613;
    font-size     : 8px;
    line-height   : 10px;
    display       : none;
}

.checkout-form .form-item.error .text-error {
    display: block;
}

.checkout-form .form-item.error .label {
    color: #E30613;
}

.order-info .promo-code {
    margin-top     : 20px;
    display        : flex;
    justify-content: space-between;
    align-items    : flex-end;
}

.order-info .promo-code .form-item {
    width     : calc(100% - 117px);
    margin    : 0;
    position  : relative;
    background: 0;
}

.order-info .promo-code .form-item .label {
    font-size  : 12px;
    position   : absolute;
    left       : 0;
    top        : 10px;
    transition : 0.2s ease all;
    line-height: 18px;
    color      : #745969;
    font-weight: 300;
}

.order-info .promo-code .form-item input:focus~.label,
.order-info .promo-code .form-item input:not(:focus):valid~.label {
    top           : 0;
    letter-spacing: 0.8px;
    font-size     : 8px;
    line-height   : 10px;
    text-transform: uppercase;
    color         : #8A657B;
}

.order-info .promo-code .form-item input {
    font-size    : 12px;
    background   : transparent;
    height       : 38px;
    padding      : 0;
    border-radius: 0;
    border       : 0;
    border-bottom: 1px solid rgba(138, 101, 123, .15);
    font-family  : Montserrat;
    color        : #000;
    font-weight  : 600;
}

.order-info .promo-code .form-item input:focus {
    font-weight: 300;
}

.order-info .promo-code .bt-gray {
    margin       : 0;
    width        : 106px;
    height       : 31px;
    border-radius: 5px;
    font-size    : 12px;
    font-weight  : 300;
    border       : 0;
    font-family  : Montserrat;
    cursor       : pointer;
}


@media (max-width: 1200px) {

    .checkout-form .form-item,
    .checkout-form .group {
        width: 100%;
    }

    .checkout-form {
        padding: 43px 25px 77px 60px;
    }


}

@media (max-width: 1023px) {

    .cart-block .sm-col {
        padding: 5px 0 0;
        width  : 100%;
    }

    .cart-block .lg-col {
        width: 100%;
    }

    .checkout-form .form-item,
    .checkout-form .group {
        width: calc(50% - 8px);
    }

    .modal-delivery .side {
        width: 300px;
    }

    .modal-delivery .map {
        width: calc(100% - 300px);
    }

    .modal-delivery .search {
        padding-left: 20px;
    }

    .store-list__item {
        padding-left: 20px;
    }

    .modal-delivery .mobile-bt-cart {
        display: flex;
    }

    .modal-delivery .model-head {
        display    : flex;
        align-items: center;
        padding    : 32px 20px 24px;
    }

    .modal-delivery .mobile-bt-cart {
        height     : 29px;
        margin-left: auto;
    }

    .cart-content {
        width         : calc(100% + 20px);
        margin        : 0 -10px;
        display       : flex;
        flex-direction: column;
    }

    .cart-sidebar {
        width : 100%;
        width : calc(100% + 20px);
        margin: 0 -10px;
    }


    .cart-list {
        order: -1;
    }

    .cart-method {
        display: none;
    }

    .cart-method .box {
        padding: 30px 10px 40px;
    }

    .cart-customer {
        padding: 26px 10px 31px;
        display: none;
    }

    .order-info {
        padding   : 0 10px 34px;
        margin    : 0;
        border-top: 1px solid #8A657B34;
    }

    .order-info .head {
        padding: 0 10px 20px;
        margin : 0 -10px;
    }

    .order-info .head,
    .order-info .total .md-title {
        display: none;
    }

    .order-info .total {
        padding-top: 10px;
    }

    .order-info .cost .subhead {
        text-transform: uppercase;
        letter-spacing: 1px;
    }


    .cart-installments {
        padding: 21px 10px 29px;
        display: none;
    }

    .cart-mobile_form {
        display: block;
        margin : 0 -10px;
        width  : calc(100% + 20px);
    }

    .mobile-customer {
        margin-top: 16px;
        background: #fff;
        padding   : 22px 10px 30px;
    }

    .mobile-customer .sm-title {
        padding-bottom: 5px;
    }

    .mobile-delivery {
        margin-top: 16px;
    }


    .mobile-delivery__list {
        background: #fff;
        padding   : 22px 10px 26px;
    }

    .mobile-delivery .delivery-form {
        background: #fff;
        padding   : 22px 10px 26px;
        margin-top: 16px;
        display   : none;
    }

    .mobile-delivery .delivery-form.active {
        display: block;
    }

    .mobile-delivery .delivery-form .sm-title {
        padding-bottom: 16px;
    }



    .mobile-payment {
        margin-top: 16px;
        background: #fff;
        padding   : 22px 10px 26px;
    }

    .sm-title+.payment-item {
        margin-top: 24px;
    }

    .mobile-payment .payment-item .subhead .color-red {
        font-weight: 600;
    }

    .cart-mobile_form .bt-red {
        margin: 16px 10px 0;
        width : calc(100% - 20px);
    }






}



@media (max-width: 767px) {

    .modal-delivery .side {
        width: 100%;
    }

    .modal-delivery .map {
        width   : 100%;
        position: absolute;
        left    : 0;
        top     : 0;
        width   : 100%;
        height  : 100%;
        display : none;
    }

    .cart-list {
        background: #fff;
        margin    : 0 -10px 10px;
        padding   : 0 10px;
    }

    .cart-item:first-child {
        border-top: 0;
    }

    .cart-item:last-child {
        border-bottom: 0;
    }

    .order-info {
        background: #fff;
        margin    : 0 -10px 10px;
        padding   : 0 10px;
    }

    .order-info {
        border-top: 0;
    }


    .cart-block .lg-col {
        margin    : 0 -10px;
        width     : calc(100% + 20px);
        background: 0;
    }

    .checkout-form {
        padding   : 0;
        background: 0;
    }

    .checkout-form .form-step {
        padding      : 25px 10px;
        background   : #fff;
        margin-bottom: 10px;
    }

    .checkout-form .lg-title {
        letter-spacing: 1.2px;
        font-size     : 18px;
        line-height   : 25px;
        margin        : 0;
    }

    .checkout-form .sm-title {
        margin: 0;
    }

    .cart-bonuses {
        margin-top: 0;
        max-width : 100%;
    }

    .checkout-form .form-item {
        margin-top: 15px;
    }



    .mobile-delivery .delivery__city {
        margin-top: 18px;
    }

    .delivery-item .info+p {
        margin-top: 12px;
    }

    .delivery-item p {
        margin-top : 6px;
        font-size  : 11px;
        line-height: 15px;
        font-weight: 300;
    }

    .delivery-item .bt-gray {
        width    : 94px;
        height   : 27px;
        padding  : 0;
        margin   : 12px 0 0;
        font-size: 11px;
        position : relative;
        z-index  : 10;
    }

    .delivery-item .bt-red {
        width    : 125px;
        height   : 27px;
        padding  : 0;
        margin   : 12px 0 0;
        font-size: 11px;
        position : relative;
        z-index  : 10;
        display  : none;
    }

    .delivery-item input:checked+div+div+.bt-red {
        display: flex;
    }

    .modal-delivery {
        padding: 0;
    }

    .modal-delivery__sidebar {
        width     : 100%;
        margin-top: 0;
        padding   : 22px 10px 26px;
        background: #fff;
    }

    .modal-delivery__content {
        width     : 100%;
        background: #fff;
        padding   : 22px 10px 34px;
        margin    : 16px 0 0;
    }

    .modal-delivery .sm-title {
        background: #fff;
        padding   : 22px 10px 0;
    }

    .modal-delivery button.mfp-close {
        top  : 14px;
        right: 10px;
    }

    .delivery-pickup {
        border       : 0;
        border-radius: 0;
        margin-top   : 0;
    }

    .modal-delivery .sm-title {
        display: none;
    }

    .modal-delivery .store-list {
        width: 100%;
    }

    .store-list__item {
        padding      : 12px 20px;
        border-bottom: solid 1px #E7DFE4;
    }

    .store-list__item:first-child {
        padding-top: 0;
    }

    .store-list__item .bt-red {
        margin-top: auto;
    }

    .modal-delivery .map.active {
        position: relative;
    }

    .modal-delivery .bt-map-control {
        left     : auto;
        bottom   : auto;
        top      : 10px;
        right    : 14px;
        transform: rotate(-90deg);
    }

    .modal-delivery .active .bt-map-control {
        transform: rotate(90deg);
    }

    .modal-delivery .map.active .frame {
        height: 445px;
    }

    .modal-delivery {
        min-height: 0;
    }

    .store-list__slider {
        height: calc(100vh - 113px);
    }


    .modal-delivery .search {
        margin-bottom: 10px;
    }

    .modal-delivery .search .text {
        height: 50px;
    }

    .modal-delivery .model-head {
        padding: 13px 50px 10px 20px;
    }


    .pickup-ready {
        padding: 25px 20px 30px;
    }

}

@media (max-width: 660px) {
    .payment-item {
        width     : 100%;
        margin-top: 21px;
    }

    .checkout-form .payment-item:nth-child(2n) {
        margin-left: 0;
    }


    .delivery-item .wrapper,
    .payment-item .wrapper {
        border : 0;
        padding: 0 0 0 28px;
    }

    .delivery-item .wrapper:before,
    .payment-item .wrapper:before {
        display: none;
    }

    .payment-item input:checked+.wrapper {
        background: 0;
    }

    .delivery-item .subhead:before,
    .payment-item .subhead:before {
        content      : '';
        display      : block;
        border       : 1px solid #4E40498D;
        width        : 17px;
        height       : 17px;
        border-radius: 50%;
        position     : absolute;
        left         : 0;
        top          : 0;
        opacity      : .4;
        box-sizing   : border-box;
    }

    .delivery-item input:checked+.wrapper::after,
    .payment-item input:checked+.wrapper::after {
        content      : '';
        display      : block;
        width        : 7px;
        height       : 7px;
        border-radius: 50%;
        position     : absolute;
        left         : 5px;
        top          : 5px;
        background   : #E30613;
    }

    .checkout-form .bt-red {
        max-width : 100%;
        margin-top: 30px;
    }

    .checkout-form .form-item,
    .checkout-form .group {
        width: 100%;
    }

    .checkout-form .lg-title,
    .checkout-form .sm-title {
        letter-spacing: 1.2;
        font-size     : 10px;
        line-height   : 1.2;
    }


    .delivery-item {
        width     : 100%;
        margin-top: 21px;
    }

    .delivery-item:nth-child(2n) {
        margin-left: 0;
    }

    .delivery-item::before {
        display: none;
    }




    .mobile-delivery .subhead {
        font-size  : 11px;
        line-height: 14px;
        margin-top : 18px;
    }

    .modal-delete-product {
        max-width: 310px;
        padding  : 20px 15px 28px;
    }

    .modal-delivery__city .subhead {
        font-size: 11px;
    }

    .custom-select .jq-selectbox__select-text {
        height   : 34px;
        font-size: 16px;
        padding  : 0 30px 0 12px;
        font-size: 12px;
    }

    .custom-select .jq-selectbox__select-text::before {
        right : 14px;
        width : 12px;
        height: 5px;
    }

    .jq-selectbox__dropdown li {
        padding  : 8px 10px 9px 12px;
        font-size: 13px;
        cursor   : pointer;
    }






    .delivery-item .subhead,
    .payment-item .subhead {
        font-size  : 12px;
        line-height: 15px;
    }

    .delivery-item .info,
    .payment-item p {
        line-height: 14px;
        font-size  : 11px;
    }


    .cart-mobile_form .form-item input {
        height   : 34px;
        font-size: 12px;
    }

    .form-item .label {
        font-size: 11px;
    }

    .delivery-form .bt-red {
        max-width   : 100%;
        margin-right: 0;
    }


    .cart-block {
        padding: 14px 0 0px;
    }

    .cart-block H1 {
        font-size  : 18px;
        line-height: 26px;
    }

    .cart-method .box {
        width: 100%;
    }



    /*.cart-item {
  display: block;
  padding: 23px 10px 25px 188px;
  min-height: 290px;
}
.cart-item .image {
  position: absolute;
  width: 153px;
  left: 16px; top: 22px;
  display: flex;
  justify-content: center;
}
.cart-item .content-md {
  padding: 0;
  width: 100%;
  position: static;
}
.cart-item .content-sm {
  width: 100%;
}
.cart-item .title {
  font-size: 12px;
  line-height: 18px;
}
.cart-item .delete {
  color: #000;
  font-size: 11px;
  line-height: 16px;
  padding-left: 12px;
  left: 60px;
  bottom: auto;
  top: 256px;
}
.cart-item .delete::before,
.cart-item .delete::after {
  width: 8px;
  top: 8px;
}
.cart-item .info-item {
  font-size: 11px;
}
.cart-item .prices {
  order: 2;
  width: 100%;
  margin-top: 28px;
}*/




    .cart-item .price-new {
        font-size  : 14px;
        line-height: 18px;
        margin     : 0 0 8px;
    }

    .cart-item .price-old {
        display: inline;
    }

    .cart-item .discount {
        display  : inline;
        font-size: 11px;
    }

    .cart-item .club p {
        font-size  : 10px;
        line-height: 16px;
    }

    .cart-item .club .bt-white {
        height   : 27px;
        font-size: 11px;
    }

    .cart-sidebar {
        font-size  : 12px;
        line-height: 18px;
    }

    .order-info .total {
        padding-bottom: 20px;
    }

    .order-info .cost .subhead {
        font-size: 10px;
    }

    .order-info .cost .sum {
        font-size: 14px;
    }

    .order-info {
        padding-bottom: 24px;
    }
}

.autocomplete-suggestions {
    border    : 1px solid #999;
    background: #FFF;
    overflow  : auto;
    font-size : 16px;
}

.autocomplete-suggestion {
    padding    : 2px 5px;
    white-space: nowrap;
    overflow   : hidden;
    cursor     : pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color      : #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display      : block;
    border-bottom: 1px solid #000;
}

#storeMap {
    width : 100%;
    height: 100%;
}

.fancybox-active {
    overflow: hidden;
    position: fixed;
}

.suggestions-suggestions img {
    display: none !important;
}

/*
.tab-block.selected .desc-box.product-descr .text {
  overflow: visible;
}
*/
@media (max-width: 660px) {
    .index_filter_price {
        display: none;
    }
}

.blog-block {
    padding-top : 50px;
    margin-left : -12px;
    margin-right: -12px;
}

.market-block {
    margin-top: 25px;
    float     : left;
    width     : 100%;
}

.ui-autocomplete {
    z-index   : 100000;
    background: #fff;
    border    : 1px solid #e10813;
}

.ui-autocomplete .ui-menu-item {
    min-height    : 30px;
    padding-left  : 20px;
    padding-right : 20px;
    padding-top   : 5px;
    padding-bottom: 5px;
    display       : block;
    line-height   : 16px;
    cursor        : pointer;
    border-bottom : 1px dashed #999;
}

.ui-autocomplete .ui-menu-item:hover {
    font-weight: bold;
}

.q-full-width-slider__container h2,
.q-full-width-slider__container .h2 {
    font-size    : 18px;
    color        : #8a657b;
    border-bottom: 1px solid #ecdee6;
    padding      : 12px 0 18px 11px;
    display      : block;
}

.q-content-widget._no-bp .bt-conteiner {
    padding-top   : 50px;
    padding-bottom: 50px;
    text-align    : center;
}

.q-content-widget._no-bp .bt-conteiner .bt-red {
    max-width: 250px;
}

/* /bitrix/js/main/core/css/core.css */
.bx-timer-semicolon-off .bx-timer-semicolon {
    visibility: hidden
}

/* Tooltip */
.bx-panel-tooltip {
    z-index : 2210 !important;
    overflow: hidden !important;
    position: absolute !important;

    letter-spacing : normal !important;
    list-style     : none !important;
    text-align     : left !important;
    text-indent    : 0 !important;
    text-transform : none !important;
    visibility     : visible !important;
    white-space    : normal !important;
    word-spacing   : normal !important;
    vertical-align : baseline !important;
    margin         : 0 !important;
    padding        : 0 !important;
    float          : none !important;
    text-decoration: none !important;

    -webkit-border-radius: 3px !important;
    -moz-border-radius   : 3px !important;
    border-radius        : 3px !important;

    -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, .25) !important;
    -moz-box-shadow   : 0 12px 10px rgba(0, 0, 0, .25) !important;
    box-shadow        : 0 12px 10px rgba(0, 0, 0, .25) !important;

    border      : 1px solid;
    border-color: #a2a6ad #989ca1 #8e9398;

    background: #d0dbdd;
    background: -webkit-linear-gradient(top, rgba(227, 233, 234, .95), rgba(198, 210, 213, .95));
    background: -moz-linear-gradient(top, rgba(227, 233, 234, .95), rgba(198, 210, 213, .95));
    background: -o-linear-gradient(top, rgba(227, 233, 234, .95), rgba(198, 210, 213, .95));
    background: -ms-linear-gradient(top, rgba(227, 233, 234, .95), rgba(198, 210, 213, .95));
    background: linear-gradient(to bottom, rgba(227, 233, 234, .95), rgba(198, 210, 213, .95));
    filter    : progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2e3e9ea', endColorstr='#f2c6d2d5', GradientType=0);
}

.bx-panel-tooltip div {
    display: block !important;
}

.bx-panel-tooltip .bx-panel-tooltip-top-border,
.bx-panel-tooltip .bx-panel-tooltip-bottom-border {
    display: none !important;
}

.bx-panel-tooltip-content {
    overflow: hidden !important;
    position: relative !important;
    z-index : 10 !important;
    display : inline-block !important;
}

.bx-panel-tooltip-title {
    font       : normal normal bold 14px/normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color      : #16191a !important;
    position   : relative !important;
    padding    : 7px 10px 0 10px !important;
    margin     : 0 !important;
    text-shadow: 0 1px rgba(255, 255, 255, 0.66);
}

.bx-panel-tooltip-text {
    font       : normal normal normal 12px/normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color      : #272b31 !important;
    padding    : 9px 10px 10px 10px !important;
    margin     : 0 !important;
    position   : relative !important;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
}

.bx-panel-tooltip-close {
    position  : absolute !important;
    height    : 20px !important;
    background: scroll transparent url(/bitrix/js/main/core/images/panel/top-panel-sprite-2.png) no-repeat -9px -1881px !important;
    width     : 25px !important;
    top       : 0 !important;
    right     : 0 !important;
    z-index   : 5 !important;
    display   : block !important;
}

.bx-panel-tooltip-close:hover {
    background: scroll transparent url(/bitrix/js/main/core/images/panel/top-panel-sprite-2.png) no-repeat -32px -1881px !important;
}

.bx-panel-tooltip-text a {
    font: normal normal normal 12px/normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.bx-panel-tooltip-text a,
.bx-panel-tooltip-text a:hover {
    color          : #272b31 !important;
    text-decoration: underline !important;
}

.bx-clear {
    clear: both
}

/* тест
.mobile-bar > a.empty:not(.selected) {opacity: 0.4;}
.mobile-bar > a:not(.selected) .empty {opacity: 0.4;}
.mobile-bar > a:hover {opacity: 1;}
*/

.mobile-bar .icon-container{
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    position: relative;
}
.mobile-bar .icon-container .badge{
    background: #E30613;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -6px;top: -6px;
    border-radius:7px;
    height: 14px;
    min-width: 14px;
    font-size: 10px;
    color: #fff;;
    padding: 0 2px;
}
.mobile-bar .icon-title {
    color: #000;
    font-size: 10px;
    font-weight: 700;
}
.mobile-bar a.selected .icon-title {
    color: #e30613;
}

.mobile-logo svg{width: 24px;height: 24px;}
.mobile-bt-menu svg{width: 28px;height: 24px;fill:none;}
.mobile-btn-filter svg{width: 23px;height: 23px;}
.mobile-favorite svg{width: 27px;height: 23px;fill: none;}

.mobile-bar > a:not(.selected) .icon.red {
    display: none;
}
.mobile-bar > a.selected .icon:not(.red) {
    display: none;
}

.q-breadcrumbs + .q-simple-page__static-header--image {
    width: 100%;
}
.originality_link{
    font-size: 12px;
    font-weight: 500;
    color: #E30613 !important;
    margin-right: 35px;
}
.catalog_btn{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    background: #E30613 url("../img/svg/c-burger.svg") no-repeat 15px center;
    width: 111px;
    height: 40px;
    box-shadow: 0 11px 13px rgba(162, 4, 14, 0.37);
    border-radius: 7px;
    color: #fff !important;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    z-index: 99999;
}

.catalog_btn.active{
    background: #E30613 url("../img/svg/ico-close2.svg") no-repeat 15px center;
}
body{
    padding-top: 95px !important;
}
.q-breadcrumbs__item{
    font-size: 12px;
    font-weight: 500;
    padding-right: 5px;
    margin-bottom: 7px;
}
.sidebar_char{
    padding: 20px;
    position: relative;
    background: #fff;
    margin-top: 20px;
}
.sc_all_link{
    font-size: 12px;
    font-weight: 500;
    padding-top: 10px;
}
.sc_all_link a{
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px dotted #D12E26;
    color: #D12E26;
    cursor: pointer;
    text-decoration: none;
}
.sc_title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 15px;
}
.sc_line{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sc_line p{
    width: 50%;
    font-size: 12px;
}

.sc_line p:first-child{
    font-weight: 700;
}

.sidebar_char .sc_line:last-child{
    margin-bottom: 0;
}
.catalog_menu{
    width: 100%;
    background: #fff;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.2);
    min-height: calc(100vh - 91px);
    max-height: calc(100vh - 91px);
    display: none;

}

.mob_catalog_menu{
    width: 100%;
    padding: 0 10px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: auto;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    max-height: calc(100vh - 55px);
    display: none;
}

.mob_catalog_menu::-webkit-scrollbar {
    background: #fff;
    border-radius: 4px;
    height: 4px;
    width: 4px
}

.mob_catalog_menu::-webkit-scrollbar-thumb {
    background: #E3E3E3;
    border-radius: 4px;
}
.mcm_tab {
    display: none;
}
.cm_block {
    display: block;
    column-count: 5;
    column-gap: calc(var(--bs-gutter-x) * .5);
    margin: 0;
}
.ms_title{
    font-size: 14px;
    font-weight: 600;
}
.cm_block ul {
    page-break-inside: avoid;
    break-inside: avoid;
}
.catalog_menu .q-inner{
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: calc(100vh - 91px);
    max-height: calc(100vh - 91px);
}
.cm_left{
    width: 192px;
    background: #F4F4F4;
    padding-left: 10px;
    padding-top: 15px;
    overflow: auto;
    min-height: calc(100vh - 91px);
    max-height: calc(100vh - 91px);
}

.cm_left::-webkit-scrollbar {
    background: #fff;
    border-radius: 4px;
    height: 4px;
    width: 4px
}

.cm_left::-webkit-scrollbar-thumb {
    background: #E3E3E3;
    border-radius: 4px;
}
.cm_right{
    width: calc(100% - 192px);
    padding: 23px 50px;
    overflow: auto;
    min-height: calc(100vh - 91px);
    max-height: calc(100vh - 91px);
}
.cm_right::-webkit-scrollbar {
    background: #fff;
    border-radius: 4px;
    height: 4px;
    width: 4px
}

.cm_right::-webkit-scrollbar-thumb {
    background: #E3E3E3;
    border-radius: 4px;
}
.cm_popular_line{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.popular_links{
    display: flex;
    align-items: center;
}
.cm_left_menu li a{
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-radius: 7px 0 0 7px;
    font-size: 12px;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: .2s;
}

.cm_left_menu li a:hover{
    background: #fff;
    color: #E30613;
}

.cm_left_menu li a.active{
    background: #fff;
    color: #E30613;
}
.cm_left_menu li:last-child a{
    text-transform: uppercase;
    color: #E30613;
}
.cm_all_link{
    font-size: 12px;
    font-weight: 700;
}
.popular_links p{
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
}
.popular_links a{
    padding: 0 10px;
    height: 24px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    background: #F2F1F2;
    border-radius: 12px;
    color: #7C7C7C;
    cursor: pointer;
}
.pl_scroll .swiper-slide {
    width: auto;
}
.popular_links{
    width: calc(100% - 130px);
    margin-left: auto;
}
.cm_block ul{
    margin-bottom: 39px;
}
.cm_block ul li:first-child a{
    font-weight: 700;
}
.cm_block ul li a{
    font-size: 12px;
    cursor: pointer;
}
.cm_block ul li{
    margin-bottom: 10px;
}
.cm_block ul li:first-child{
    margin-bottom: 20px;
}
.fixed_line{
    width: 100%;
    background: #fff;
    position: absolute;
    top: 59px;
    left: 0;
    z-index: 900;
    padding: 7px 0;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.1);
    display: none;
}

.fl_left{
    display: flex;
    align-items: center;
}

.qw_btns{
    display: flex;
    align-items: center;
}

.qw_btns a:hover{
    opacity: 1;
}

.qw_compare_btn{
    background: url("../img/svg/compare-ico.svg") no-repeat center center;
    margin-right: 15px;
}

.qw_fav_btn{
    background: url("../img/svg/heart-reg.svg") no-repeat center center;
    margin-right: 15px;
}
.qw_img{
    width: 35px;
}
.qw_img img{
    width: 35px;
    height: auto;
}
.qw_info{
    width: calc(100% - 35px);
    padding-left: 24px;
}
.fl_left{
    width: calc(100% - 530px);
}
.qwi_title{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}
.qw_info .in-stock {
    display    : inline-flex;
    align-items: center;
    margin-top : 0;
    font-size  : 12px;
    font-weight: 600;
    margin-right: 30px;
}

.qw_info .in-stock span {
    color: green;
}
.qwi_line{
    display: flex;
    align-items: center;
}
.qwi_line .sc_all_link a{
    position: relative;
    top: 3px;
    color: #7E6676 !important;
    border-bottom: 2px dotted #7E6676 !important;
}

.new_price{
    font-size: 22px;
    font-weight: 700;
    margin-right: 15px;
}
.old_price{
    text-decoration: line-through;
    font-size: 14px;
    color: #7E6676;
    position: relative;
    top: -3px;
}
.decline_link{
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 3px;
    color: #7E6676 !important;
    border-bottom: 2px dotted #7E6676 !important;
    cursor: pointer;
}
.qw_price{
    margin-right: 32px;
}
.cart_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    width: 129px;
    height: 46px;
    background: #EC555D;
    box-shadow: 0 11px 13px rgba(162, 4, 14, 0.37);
    border-radius: 7px;
    color: #fff !important;
    cursor: pointer;
}
.sm_block{
    display: none;
}
.sm_block a{
    padding-right: 16px;
    position: relative;
}
.sm_block a span{
    width: 12px;
    height: 12px;
    background: url("../img/svg/arrow1.svg") no-repeat center center;
    position: absolute;
    top: 2px;
    right: 0;
}
.mob_search{
    display: none;
    width: calc(100% - 102px);
    height: 51px;
    position: absolute;
    top: 0;
    left: 51px;
}
.pl_scroll_wp{
    width: calc(100% - 100px);
    position: relative;

}
.pl_scroll_wp:before{
    content: '';
    width: 120px;
    height: 40px;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.popular_links p{
    width: 80px;
}
.pl_scroll{
    width: 100%;
    overflow: hidden;
}
.mob_menu{
    display: none;
    background: #F7F5F6;
    border-radius: 7px;
    padding: 0 20px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}
.mob_menu li a{
    display: block;
    height: 42px;
    line-height: 41px;
    border-bottom: 1px solid #E7E7E7;
}
.mob_menu li:last-child a{
    border: none;
}
.mob_block{
    display: none;
    align-items: center;
}
.mob_menu li .color_v2{
    color: #E30613;
}
.modal_w1{
    width: 100%;
    max-width: 100%;
    min-height: calc(100vh - 30px);
    box-sizing: border-box;
    padding: 0;
    display: none;
}
.preview_photo_slider .slick-slide img{
    max-width: 100%;
    max-height: calc(100% - 160px);
}
.preview_photo_slider .swiper-wrapper {
    align-items: center;
}
.preview_photo_slider .slick-arrow {
    z-index: 99;
}
.preview_photo_slider_wp {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.preview_photo_slider_wp .swiper-slide {
    width: 100% !important;
}
.preview_head{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(138, 101, 123, 0.15);
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    z-index: 9999;
}
.preview_head a{
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255,255,255,0);
    margin-right: 22px;
    cursor: pointer;
    transition: .2s;
}
.preview_head a:hover{
    border-bottom: 2px solid #E30613;
    color: #E30613;
}
.preview_head a.active{
    border-bottom: 2px solid #E30613;
    color: #E30613;
}
.m_flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    min-height: calc(100vh - 30px);
}

.preview_bottom{
    width: 100%;
    overflow: auto;
    position: fixed;
    bottom: 5px;
    z-index: 99;
}

#preview_photo, #preview_video, #preview_360 {
    position: fixed;
    background: #fff;
}
#preview_photo > div:first-child, #preview_video > div:first-child, #preview_360 > div:first-child {
    background: #fff;
}

.preview_photo_slider_wp .item {
    display: flex;
    align-items: center;
}
.pb_scroll{
    max-width: 2500px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.preview_photo_slider .item {
    justify-content: center;
}
.preview_photo_slider .item img,
.preview_photo_slider .item video{
    max-height: calc(100vh - 170px);
}
.pb_img{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #C7B4C0;
    border-radius: 5px;
    cursor: pointer;
    max-width: 60px;
    overflow: hidden;
    padding: 4px;
}
.pb_scroll .swiper-slide {
    width: 60px;
    margin-right: 10px;
}
  .pb_scroll video,
  .pb_scroll img{
	  max-width: 100%;
	  max-height: 100%;
  }
.modal_w1 .slick-arrow.slick-prev{
    left: 30px;
    display: block !important;
    width: 30px;
    height: 30px;
    background: url("../img/svg/arrow3.svg") no-repeat center center;
    visibility: visible !important;
    opacity: 1 !important;
    transform: rotate(180deg);
    top: 50%;
    margin-top: -15px;
}
.modal_w1 .slick-arrow.slick-prev:after{
    display: none;
}
.modal_w1 .slick-arrow.slick-next{
    right: 30px;
    display: block !important;
    width: 30px;
    height: 30px;
    background: url("../img/svg/arrow3.svg") no-repeat center center;
    visibility: visible !important;
    opacity: 1 !important;
    transform: rotate(0);
    top: 50%;
    margin-top: -15px;
}
.modal_w1 .slick-arrow.slick-next:after{
    display: none;
}
.cm_popular_line .slick-arrow.slick-prev{
    display: none !important;
}
.cm_popular_line .slick-arrow.slick-next{
    width: 24px;
    height: 24px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: url("../img/svg/arrow2.svg") no-repeat 8px 4px;
    top: 1px;
    right: -30px;
    border: 2px solid #000000;
    transform: rotate(0deg);
}
.cm_popular_line .slick-arrow::after{
    display: none;
}
.mob_catalog_menu .cm_right{
    width: 100%;
    padding-left: 10px;
}
.slider-thumbnail .slick-current{
    border: none;
}
.slider-thumbnail .slick-current .item{
    border: 1px solid #E30613;
}
.slider-thumbnail-swiper .swiper-slide-active .item{
    border: 1px solid #E30613;
}

.slider-preview .slick-current .item{
    border: none;
    height: 100%;
}
.slider-preview .slick-slide>div{
    height: 100%;
}
.fancybox-toolbar{
    visibility: visible !important;
    opacity: 1 !important;
}
.fancybox-button--zoom{
    display: none !important;
}
.fancybox-button--close{
    background: none;
}
.fancybox-toolbar {
    right: 20px;
    top: 9px;
}
.fancybox-button:hover{
    color: #000;
}
.mob_cm_header{
    display: none;
    align-items: center;
    justify-content: space-between;
}
.cm_close{
    width: 51px;
    height: 51px;
    background: url("../img/svg/close1.svg") no-repeat center center;
    position: relative;
    left: -10px;
    cursor: pointer;
}
.cm_back{
    width: 51px;
    height: 51px;
    background: url("../img/svg/arrow3.svg") no-repeat center center;
    position: relative;
    left: -10px;
    transform: rotate(180deg);
    cursor: pointer;
}
.cm_search{
    width: 51px;
    height: 51px;
    background: url("../img/svg/search.svg") no-repeat center center;
    background-size: 14px auto;
    position: relative;
    right: -10px;
}
.mob_search_btn{
    display: none;
    width: 51px;
    height: 51px;
    background: url("../img/svg/search.svg") no-repeat center center;
    background-size: 14px auto;
    position: absolute;
    top: 0;
    right: 0;
}

.q-3d-button{
    width: 39px;
    height: 23px;
    border: none;
    border-radius: 0;
    background: url("../img/svg/ico-360.svg") no-repeat center center;
    left: 37px;
    top: 29px;
}
.q-3d-button:before{
    display: none;
}
.video_btn{
    width: 22px;
    height: 22px;
    background: url("../img/svg/ico-video.svg") no-repeat center center;
    position: absolute;
    left: 37px;
    top: 71px;
    opacity: 0.4;
    cursor: pointer;
    z-index: 100;
}
.video_btn.active{
    opacity: 1;
}
.m_page_title{
    display: none;
    width: 100%;
    margin-bottom: 20px;
}
/*
.mobile-logo{
    opacity: 0.4;
    padding-top: 29px;
    background: url("../img/svg/ico-mob-logo.svg") no-repeat center 0;
    transition: .2s;
}
*/
.mobile-bt-menu{
    opacity: 0.4;
}
.mobile-favorite svg{
    opacity: 0.4;
}
.mobile-favorite .icon-title{
    opacity: 0.4;
}
.mobile-user{
    opacity: 0.4;
}
.mobile-cart svg{
    opacity: 0.4;
}
.mobile-cart .icon-title{
    opacity: 0.4;
}
.item iframe{
    width: 100%;
    height: 700px;
    max-width: 1100px;
    margin: 0 auto;
}
#preview_video{
    padding-bottom: 5%;
}
#preview_video .item{
    text-align: center;
}
.preview_video_slider {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 3;
}
.preview_video_slider .item {
    width: 100%;
    max-width: 1280px;
    height: calc(100% - 160px);
    max-height: 720px;
}
.preview_video_slider .item video{
	width: 100%;
	max-width: 1280px;
	height: auto;
	max-height: calc(100vh - 170px);
}

.preview_video_slider .item iframe {
    width: 100%;
    max-width: 1280px;
    height: calc(100vh - 170px);
    max-height: 720px;
}
.slider-thumbnail-container .swiper-button-disabled {
    display: none;
}
@media (max-width: 1279px) {
    .preview_video_slider .item {
        height: calc(100vw * 0.56);
        max-height: calc(100vh - 170px);
    }
    .preview_video_slider .item iframe {
        height: calc(100vw * 0.56);
        max-height: calc(100vh - 170px);
    }
}
.preview_video_slider .swiper-slide {
    display: flex;
    justify-content: center;
}
.swiper-pagination.modal-video-pagination {
    bottom: 80px;
}
.preview_video_slider .slick-dots {
    bottom: -25px;
}

.credit-tabs a{
    width: 33.333%;
}
.cdb_first .credit-item .cell:last-child{
    margin-left: auto;
    font-weight: 700;
}
.t_b{
    font-weight: 700;
}
.cdb_first .credit-item:after{
    border: none;
}
.cdb_first .credit-item:first-child:after{
    content: '';
    display: block;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    margin-left: auto;
}
.credit-item{
    padding: 0 14px;
}
.credit-tabs a:last-child{
    border-radius: 0 5px 5px 0;
}
.cdb_first .credit-item .cell:first-child{
    min-width: 172px;
}
div.credit-item{
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    height: 38px;
    background: none;
}
.q-popup__holder {
    border: none;
}
.label-item + .bx-rating {
    margin-left: auto;
    margin-right: 15px;
}
.bx-rating + .code {
    margin-left: 0;
}
.bx-rating-mobile {
    display: none;
}
@media (max-width: 767px) {
    .bx-rating-mobile {
        display: flex;
    }
}
@media (max-height: 869px) {
    .item iframe{
        height: 500px;
        max-width: 1000px;
    }
    #preview_video{
        padding-top: 5%;
    }
}
@media (max-height: 769px) {

}
@media (max-height: 699px) {

}
@media (max-width: 1599px) {
    #container-360{
        width: 480px !important;
        margin-left: -240px !important;
        margin-top: -240px !important;
    }
    div.dreidviz-viewer{
        width: 480px !important;
        height: 480px !important;
    }
    div.dreidviz-view{
        width: 480px !important;
        height: 480px !important;
        top: 0 !important;
    }
    #container-360 img{
        width: 480px !important;
        height: 480px !important;
    }
    div.dreidviz-base{
        width: 480px !important;
        height: 480px !important;
        top: 0 !important;
    }
}
@media (max-width: 1464px) {
    .originality_link{
        margin-right: 0;
    }
    .header-nav ul{
        margin-right: 0;
    }
    .header-nav li{
        margin-left: 16px;
    }
    .header-location{
        margin-right: 16px;
    }
    .header-stores{
        margin-right: 16px;
    }
    .header-app{
        margin-left: 16px;
    }
    .header-phone{
        margin-left: 15px;
    }
    #container-360{
        width: 480px !important;
        margin-left: -240px !important;
        margin-top: -240px !important;
    }
    div.dreidviz-viewer{
        width: 480px !important;
        height: 480px !important;
    }
    #container-360 img{
        width: 480px !important;
        height: 480px !important;
    }
}
@media (max-width: 1279px) {
    .header-stores{
        display: none;
    }
    .header-adds{
        display: none;
    }
    .header-nav ul{
        margin-right: 30px;
    }
    .header-user{
        padding: 0;
        width: auto;
    }
}
@media (max-width: 1200px) {
    .header-user .md-hidden{
        display: block;
    }
    .header-user svg{
        margin-right: 10px;
    }
    .header-tools{
        width: calc(100% - 700px);
    }
    .qw_btns{
        display: none;
    }
    .fl_left {
        width: calc(100% - 400px);
    }
    .cm_block{
        column-count: 4;
    }
}
@media (max-width: 1199px) {
    .item iframe{
        height: 500px;
        max-width: 1000px;
    }
    #preview_video{
        padding-top: 5%;
    }
}
@media (max-width: 1025px) {
    #container-360{
        width: 480px !important;
        margin-left: -240px !important;
        margin-top: -240px !important;
    }
    div.dreidviz-viewer{
        width: 480px !important;
        height: 480px !important;
    }
    #container-360 img{
        width: 480px !important;
        height: 480px !important;
    }
}
@media (max-width: 1023px) {
    .header-logo{
        margin-right: 20px;
        order: 1;
    }
    .catalog_btn{
        order: 2;
    }
    .header-tools{
        order: 3;
    }
    .header-logo img{
        height: 27px;
    }
    .header-compare, .header-user, .header-cart{
        display: block;
    }
    .header-compare{
        order: 4;
        width: auto;
        margin-left: 20px;
    }
    .header-user{
        order: 5;
        width: auto;
        height: auto;
        margin-left: 20px;
    }
    .header-cart{
        order: 6;
        width: auto;
        height: auto;
        margin-left: 30px;
    }
    .header-cart .val{
        display: none;
    }
    .header-cart svg{
        margin-right: 0;
    }
    .header-user .md-hidden{
        display: none;
    }
    .header-user svg{
        margin-right: 0;
    }
    .t_dn{
        display: none;
    }
    .header-tools {
        width: calc(100% - 460px);
        border-radius: 7px;
        height: 40px;
        border: none;
    }
    .sm_block{
        display: block;
    }
    .fl_left{
        display: none;
    }
    .fl_right{
        width: 100%;
        justify-content: space-between;
    }
    .product-head .code{
        padding-right: 0;
    }
    .cm_block{
        column-count: 3;
    }
    .cm_right{
        padding-left: 30px;
        padding-right: 30px;
    }
    .catalog_menu {
        top: 70px;
    }
    .m_page_title{
        display: block;
        text-align: left !important;
    }
    .d_page_title{
        display: none;
    }
    .q-3d-button{
        top: 17px;
        left: 20px;
    }
    .video_btn{
        top: 59px;
        left: 20px;
    }

    .q-breadcrumbs__list {
        width: 100%;
        overflow: auto;
    }
    .catalog-section-inner .q-breadcrumbs__list {
        width: calc(100% - 130px);
        overflow: auto;
    }
    .q-breadcrumbs__item .q-breadcrumbs__link, .q-breadcrumbs__item span {
        white-space: nowrap;
    }

    .q-breadcrumbs__item {
        margin-right: 0;
    }
    .q-breadcrumbs__list .slick-slide {
        margin-right: 5px;
    }
    .q-breadcrumbs__list.slick-initialized {
        display: block;
    }
}
@media (max-width: 767px) {
    .header-top{
        display: none;
    }
    .catalog_btn{
        order: 1;
        position: relative;
        left: -10px;
    }
    .header-logo{
        order: 2;
        margin-right: 0;
    }
    .header-compare{
        display: none;
    }
    .header-user{
        display: none;
    }
    .header-cart{
        display: none;
    }
    .catalog_btn span{
        display: none;
    }
    .catalog_btn{
        width: 51px;
        height: 51px;
        background: url("../img/svg/c-burger2.svg") no-repeat center center;
        box-shadow: none;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .header-search__input{
        display: none;
    }
    .header-search__btn{
        right: 50%;
        margin-right: -7px;
    }
    .header-mid{
        padding: 0;
    }
    .mob_search .header-search__input{
        display: block;
        border-radius: 0;
    }
    .header-search{
        width: 100% !important;
    }
    .fixed_line{
        top: 51px;
    }
    body{
        padding-top: 60px !important;
    }
    .product-head .left-part{
        display: none;
    }
    .new-logo-brand{
        display: none;
    }
    .page-head{
        margin-bottom: 5px;
    }
    .catalog_menu{
        top: 51px;
    }
    .mob_catalog_menu{
        top: 0;
    }
    .mob_cm_header{
        display: flex;
        width: 100%;
    }
    .catalog_menu{
        top: 0;
    }
    .header-location{
        margin-right: 0;
    }
    .header-search__btn{
        display: none;
    }
    .mob_search_btn{
        display: block;
        cursor: pointer;
    }
    .header-tools{
        width: calc(100% - 102px);
        position: absolute;
        top: 0;
        right: 51px;
        height: 51px;
        border-radius: 0;
        overflow: visible;
        display: none;
    }
    .header-tools .header-search__input{
        display: block;
    }
    .header .q-inner{
        justify-content: center;
        height: 100%;
    }
    .header-mid{
        height: 51px;
    }
    .header-search__input{
        height: 51px;
        border-radius: 0;
        position: relative;
    }
    .header-search:before{
        content: '';
        width: 38px;
        height: 100%;
        background: #F2F1F2 url("../img/svg/search.svg") no-repeat center center;
        background-size: 14px auto;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
    }
    .mob_search_btn.active{
        background: url("../img/svg/close1.svg") no-repeat center center;
    }
    .item iframe{
        height: 300px;
        max-width: 400px;
    }
    .catalog_menu{
        min-height: calc(100vh - 55px);
        max-height: calc(100vh - 55px);
    }
    .catalog_menu .q-inner{
        min-height: calc(100vh - 55px);
        max-height: calc(100vh - 55px);
    }
    .cm_left{
        min-height: calc(100vh - 55px);
        max-height: calc(100vh - 55px);
    }
    .cm_right{
        min-height: calc(100vh - 55px);
        max-height: calc(100vh - 55px);
    }
    .catalog_btn.active{
        background: url("../img/svg/close1.svg") no-repeat center center;
        display: none;
    }
}
@media (max-width: 649px) {
    .cm_block{
        column-count: 1;
    }
    .cm_left{
        width: 100%;
        background: #fff;
        padding: 0;
    }
    .cm_left_menu li a{
        border-bottom: 1px solid #F4F4F4;
        height: 48px;
        margin-bottom: 0;
        line-height: 48px;
        position: relative;
    }
    .cm_left_menu li a:before{
        content: '';
        width: 20px;
        height: 20px;
        background: url("../img/svg/arrow2.svg") no-repeat center center;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 0;
    }
    .cm_right{
        display: none;
    }
    .mob_menu{
        display: block;
    }
    .mob_block{
        display: flex;
        padding-bottom: 30px;
    }
    .header-mid .header-app{
        border: none;
        order: 1;
    }
    .header-phone{
        order: 2;
        margin-left: 7px;
    }
    .mob_catalog_menu .cm_right{
        display: block;
    }
    .cm_all_link{
        display: none;
    }
    .popular_links{
        width: 100%;
        margin-left: 0;
    }
    .pl_scroll_wp:before{
        width: 85px;
    }
    .preview_head{
        padding-top: 15px;
    }
    .m_flex{
        display: block;
    }
    .preview_body{
        padding-top: 50px;
    }
    .fancybox-toolbar{
        right: 10px;
    }
    .header-mid{
        border-bottom: none;
    }
    #digi-shield.digi_desktop .digi-ac__set_main{
        width: 100% !important;
    }
    #digi-shield.digi_desktop .digi-ac__set_products{
        width: 100% !important;
    }
    #digi-shield.digi_desktop .digi-ac__wrapper{
        display: block !important;
    }
    #digi-shield.digi_desktop .digi-ac__set_products{
        padding: 0 10px !important;
    }
    #digi-shield.digi_desktop .digi-ac-block__title{
        padding-left: 10px !important;
    }
    #digi-shield.digi_desktop .digi-products-grid .digi-product:not(:nth-child(3n)){
        margin-right: 10px !important;
    }
    #digi-shield.digi_desktop .digi-products-grid .digi-product {
        -webkit-flex-basis: inherit !important;
        flex-basis: inherit !important;
        width: calc(33.333% - 10px) !important;
    }
    .q-popup__holder{
        max-width: 300px;
        padding: 0;
    }
    /*
    #container-360{
        top: 0 !important;
        left: 0 !important;
    }

     */
    .cm_left{
        height: auto;
        min-height: 100%;
    }
    .catalog_menu{
        overflow: auto;
    }
}
@media (max-width: 479px) {
    .decline_link{
        display: none;
    }
    .new_price{
        display: block;
        margin-right: 0;
    }
    .fixed_line{
        position: fixed;
        left: 0;
        top: inherit;
        bottom: 55px;
        z-index: 8900;
    }
    .header-mid{
        z-index: 8900;
    }
    .popup-button{
        display: none;
    }
    .page-title{
        font-size: 16px;
    }
    .bx-rating-icon-container{
        display: none;
    }
    .q-product-preview__content .bx-rating-icon-container{
        display: block;
    }
    .bx-rating .bx-rating-icon-container:first-child{
        display: block;
    }
    .bt-to-cart svg{
        margin-right: 10px;
    }
    .bt-to-cart{
        font-size: 14px;
    }
    .sidebar_char{
        padding: 0;
    }
    .popular_links{
        flex-wrap: wrap;
    }
    .popular_links p{
        width: 100%;
        margin-bottom: 7px;
    }
    .pl_scroll_wp{
        width: 100%;
    }
    .cm_popular_line .slick-arrow.slick-next{
        right: -20px;
        z-index: 1000;
    }
    .preview_photo_slider .slick-slide img{
        max-width: 100%;
    }
    .modal_w1 .slick-arrow.slick-next:not(.modal-video-button-next){
        display: none !important;
    }
    .modal_w1 .slick-arrow.slick-prev:not(.modal-video-button-prev){
        display: none !important;
    }

    /**/
    #container-360{
        width: 390px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    div.dreidviz-viewer{
        width: 390px !important;
        height: 390px !important;
    }
    div.dreidviz-view{
        width: 390px !important;
        height: 390px !important;
        top: 0 !important;
    }
    #container-360 img{
        width: 390px !important;
        height: 390px !important;
    }
    div.dreidviz-base{
        width: 390px !important;
        height: 390px !important;
        top: 0 !important;
    }
    .q-popup__holder{
        border: none;
        height: 390px;
        width: 390px;
        margin-left: auto;
        margin-right: auto;
        max-width: 390px;
    }
    /**/

    div.dreidviz-controls {
        position: fixed!important;
        bottom: 0px;
    }
    .q-popup-product-360-popup {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .preview_body {
        padding-top: 0;
    }
    .credit-item{
        font-size: 14px;
    }
    .modal{
        padding-left: 15px;
        padding-right: 15px;
    }
    .cdb_first .credit-item .cell:first-child {
        min-width: 150px;
    }
    button.mfp-close{
        right: 15px;
    }
    #container-360 {
        top: auto!important;
        left: auto!important;
    }
}

@media (max-width: 389px) {
    /**/
    #container-360{
        width: 375px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    div.dreidviz-viewer{
        width: 375px !important;
        height: 375px !important;
    }
    div.dreidviz-view{
        width: 375px !important;
        height: 375px !important;
        top: 0 !important;
    }
    #container-360 img{
        width: 375px !important;
        height: 375px !important;
    }
    div.dreidviz-base{
        width: 375px !important;
        height: 375px !important;
        top: 0 !important;
    }
    .q-popup__holder{
        border: none;
        height: 375px;
        width: 375px;
        margin-left: auto;
        margin-right: auto;
        max-width: 375px;
    }
    /**/
}
@media (max-width: 374px) {
    /**/
    #container-360{
        width: 360px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    div.dreidviz-viewer{
        width: 360px !important;
        height: 360px !important;
    }
    div.dreidviz-view{
        width: 360px !important;
        height: 360px !important;
        top: 0 !important;
    }
    #container-360 img{
        width: 360px !important;
        height: 360px !important;
    }
    div.dreidviz-base{
        width: 360px !important;
        height: 360px !important;
        top: 0 !important;
    }
    .q-popup__holder{
        border: none;
        height: 360px;
        width: 360px;
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
    }
    /**/
}
@media (max-width: 359px) {
    /**/
    #container-360{
        width: 340px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    div.dreidviz-viewer{
        width: 340px !important;
        height: 340px !important;
    }
    div.dreidviz-view{
        width: 340px !important;
        height: 340px !important;
        top: 0 !important;
    }
    #container-360 img{
        width: 340px !important;
        height: 340px !important;
    }
    div.dreidviz-base{
        width: 340px !important;
        height: 340px !important;
        top: 0 !important;
    }
    .q-popup__holder{
        border: none;
        height: 340px;
        width: 340px;
        margin-left: auto;
        margin-right: auto;
        max-width: 340px;
    }
    /**/
}
.old_header .header-search__input{
    background: #fff;
}
.old_header .header-tools {
    display: flex;
    align-items: center;
    height: 52px;
    border-left: 1px solid #ecdee6;
    border-right: 1px solid #ecdee6;
    width: calc(100% - 970px);
    margin: 0 0 0 20px;
}
.old_header .header-phone{
    font-size: 14px;
}
.old_header .header-compare{
    width: auto;
}
.old_header  .header-user{
    display: flex;
    align-items: center;
    height: 52px;
    border-left: 1px solid #ECDEE6;
    padding: 0 18px 0 22px;
    font-weight: 600;
    font-size: 14px;
    width: auto;
}
.old_header  .header-compare svg{
    margin-right: 0;
}
.old_header .header-cart {
    display: flex;
    align-items: center;
    height: 52px;
    border-left: 1px solid #ECDEE6;
    font-size: 14px;
    font-weight: 600;
    padding-left: 14px;
    position: relative;
    max-width: 100%;
}
.old_header .header-nav ul{
    margin-right: 0;
}
body.old_h {
    padding-top: 137px !important;
}
.old_header .header-compare {
    margin: 0 20px;
}
.old_header .header-mid{
    padding: 0;
}
.old_header .header-nav li{
    margin-left: 17px;
}
.old_header .header-nav li a{
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}
.old_header .header-adds span{
    text-transform: uppercase;
    font-size: 10px;
}
.old_header .header-stores{
    text-transform: uppercase;
    font-size: 10px;
}
.old_header .header-location .current .city{
    text-transform: uppercase;
    font-size: 10px;
}
@media (max-width: 1023px) {
    .old_header .header-compare, .old_header .header-user, .old_header .header-cart{
        display: none;
    }
    .old_header .header-tools {
        order: 3;
        margin: 0 0 0 auto;
        border: 1px solid #ecdee6;
        border-right-color: rgb(236, 222, 230);
        border-right-style: solid;
        border-right-width: 1px;
        height: 33px;
        border-radius: 5px 0 0 5px;
        width: auto;
        border-right: none;
        overflow: hidden;
    }
    .old_header .header-mid {
        padding: 15px 0;
    }
    .old_header  .header-logo img {
        height: 20px;
    }
    .old_header .header-logo {
        margin-right: auto;
        order: 1;
    }
    .old_header .header-app__wa{
        margin-right: 0;
        border-right: 1px solid #ecdee6;
    }
    body.old_h {
        padding-top: 96px !important;
    }
}
@media (max-width: 767px) {
    .old_header .header-top{
        display: block;
    }
    .old_header .header-tools{
        position: relative;
        right: 0;
        top: 0;
    }
    .old_header .header-search__input{
        height: 100%;
    }
    .old_header .header-mid{
        height: auto;
        background: #fff;
    }
}
@media (max-width: 679px) {
    .old_header .header-mid .header-app{
        margin-left: 0;
        order: 4;
        border: 1px solid #ecdee6;
        border-radius: 0 5px 5px 0;
    }
}
@media (max-width: 575px) {
    .old_header .header-search__input{
        display: none;
    }
    .old_header .header-tools .header-search__input{
        display: none;
    }
    .old_header .header-search{
        width: 35px !important;
    }
}

.articles-list .article-item {
    display: flex;
}
.article-item__info {
    display: flex;
}
.article-item__img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.article-item__img {
    width: 100%;
}
.article-item__info {
    width: 100%;
}

.swiper-slide .q-product-preview.index-preview {
    width: 100%;
}
.q-product-previews-list.js-index-products-slider-swiper:not(.best-price-slider) {
    padding-bottom: 60px;
}
.q-product-previews-list.js-index-products-404-slider-swiper:not(.best-price-slider) {
    padding-bottom: 60px;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border: 1px solid #707070;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    border-color: #e30613;
    background: #e30613;
}

.swiper-button-next, .swiper-button-prev {
    width: 53px;
    height: 53px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 26.5px);
    z-index: 99;
    border-radius: 50%;
    outline: none;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
}
.swiper-button-next, .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,.5);
    top: calc(50% - 22.5px);
    z-index: 20;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: "";
    width: 19px;
    height: 17px;
    background: url("/local/templates/kronostime2022/css/../img/sprite1.png") -10px -67px no-repeat;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 10px);
}
.swiper-button-next:after, .swiper-button-prev:after {
    background: url(/local/templates/kronostime2022/css/../img/svg/arrow-down.svg) no-repeat 50% 50%;
}
.swiper-button-next:after {
    transform: rotate(-90deg);
}
.swiper-button-prev:after {
    transform: rotate(90deg);
}

.bx-no-touch .swiper-slider:hover .swiper-button-next, .bx-no-touch .swiper-slider:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}
.q-content-widget-swiper {
    overflow: hidden;
}
.q-content-widget-swiper .q-content-widget__content{
    position: relative;
}
/*
.q-content-widget-swiper .q-content-widget__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: -150px;
    width: 150px;
    height: 100%;
    background: #fff;
    z-index: 3;
    display: block;
}
.q-content-widget-swiper .q-content-widget__content:after {
    content: '';
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    height: 100%;
    background: #fff;
    z-index: 3;
    display: block;
}
*/
.js-index-products-slider-swiper .swiper-slide {
    visibility: hidden;
    transition: 0.2s visibility ease;
}
.js-index-products-slider-swiper .swiper-slide-active {
    visibility: visible;
    transition: 0.2s visibility ease;
}
.js-index-products-slider-swiper .swiper-slide-active + .swiper-slide {
    visibility: visible;
    transition: 0.2s visibility ease;
}

.js-index-products-404-slider-swiper .swiper-slide {
    visibility: hidden;
    transition: 0.2s visibility ease;
}
.js-index-products-404-slider-swiper .swiper-slide-active {
    visibility: visible;
    transition: 0.2s visibility ease;
}
.js-index-products-404-slider-swiper .swiper-slide-active + .swiper-slide {
    visibility: visible;
    transition: 0.2s visibility ease;
}


@media (min-width: 576px) {
    .js-index-products-slider-swiper .swiper-slide-active + .swiper-slide + .swiper-slide {
        visibility: visible;
        transition: 0.2s visibility ease;
    }
    .js-index-products-404-slider-swiper .swiper-slide-active + .swiper-slide + .swiper-slide {
        visibility: visible;
        transition: 0.2s visibility ease;
    }
}
@media (min-width: 768px) {
    .js-index-products-slider-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
        visibility: visible;
        transition: 0.2s visibility ease;
    }
    .js-index-products-404-slider-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
        visibility: visible;
        transition: 0.2s visibility ease;
    }
}
.best-price-slider-swiper {
    overflow: hidden;
}
.best-price-slider-swiper .index-preview .q-product-preview__img--preview img {
    height: 170px;
    transition: transform .2s;
}
.best-price-slider-swiper.q-product-previews-list .swiper-slide-next .q-product-preview .q-product-preview__img--preview img {
    transform: scale(1.7);
    transition: transform .2s;
}
.single-slider-swiper {
    overflow: hidden;
}
.single-slider-swiper .q-product-preview.index-preview.kronosclub-item {
    border: none;
}
.single-slider-swiper {
    padding-bottom: 20px;
}

.day-best-price-swiper {
    overflow: hidden;
}

.day-best-price-swiper .q-product-preview.index-preview {
    border: none;
}
.day-best-price-swiper .index-preview .q-product-preview__img--preview {
    height: 220px;
}

.day-best-price-swiper:not(.swiper-initialized) .swiper-slide-prev,
.day-best-price-swiper:not(.swiper-initialized) .swiper-slide-next {
	position: absolute;
	left: -100%;
	top: 0;
	transform: translate3d(335px, 0px, 500px) scale(0.27);
	transform-style: preserve-3d;
	z-index: 0;
	height: auto;
}

.day-best-price-swiper:not(.swiper-initialized) .swiper-slide-active {
	position: relative;
	z-index: 1;
}

.day-best-price-swiper:not(.swiper-initialized) .swiper-slide-next {
	left: auto;
	right: -100%;
	transform: translate3d(-335px, 0px, 500px) scale(0.27);
}

@media screen and (max-width: 480px) {
	.day-best-price-swiper:not(.swiper-initialized) .swiper-slide-prev {
		transform: translate3d(calc(335px - (442px - 100%) / 1.5), 0px, 500px) scale(0.27);
	}

	.day-best-price-swiper:not(.swiper-initialized) .swiper-slide-next {
		transform: translate3d(calc(-335px + (442px - 100%) / 1.5), 0px, 500px) scale(0.27);
	}
}

.day-best-price-swiper .swiper-slide.swiper-slide-active .q-product-preview__img {
    transition: transform .2s;
}

.day-best-price-swiper .swiper-slide:not(.swiper-slide-active) .q-product-preview__img {
    filter: blur(4px);
}
.day-best-price-swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) .q-product-preview__info {
    display: none;
}
.day-best-price-swiper .swiper-slide:not(.swiper-slide-active) .q-product-preview__hover {
    display: none;
}
.day-best-price-swiper .swiper-slide:not(.swiper-slide-active) .product-label {
    display: none;
}

.day-best-price-swiper .swiper-slide.swiper-slide-next .q-product-preview__img {
    filter: blur(4px);
}
.day-best-price-swiper .swiper-slide.swiper-slide-next .q-product-preview__info {
    display: none;
}
.day-best-price-swiper .swiper-slide.swiper-slide-next .q-product-preview__hover {
    display: none;
}

.day-best-price-swiper .swiper-slide.swiper-slide-prev .q-product-preview__img {
    filter: blur(4px);
}
.day-best-price-swiper .swiper-slide.swiper-slide-prev .q-product-preview__info {
    display: none;
}
.day-best-price-swiper .swiper-slide.swiper-slide-prev .q-product-preview__hover {
    display: none;
}


.day-best-price-swiper.swiper-backface-hidden .swiper-slide {
    transform: none;
}
.day-best-price-swiper.q-product-previews-list {
    position: static;
}


.day-best-price-swiper .q-product-preview.index-preview .q-product-preview__inner, .day-best-price-swiper .q-product-preview.index-preview, .day-best-price-swiper .q-product-preview.index-preview .q-product-preview__hover {
    background: none;
}
.day-best-price-swiper-wp {
    position: relative;
}
.day-best-price-swiper {
    padding-bottom: 20px;
}

.index-brands__item {
    float: left;
    width: 20%;
    display: none;
}
.index-brands__item img {
	height: auto;
}
.index-brands__list {
    display: flex;
    flex-wrap: wrap;
}
.index-brands__item.popular {
    display: block;
}
.content_wp{
    padding: 30px 0;
}
.article_wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}



.content_wp h1:not(.h1-type-mod){
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}



.left_menu {
    background: red;
}
.q-wrapper.article_wrapper {
    overflow: auto;
}
.article_wp{
    background: #fff;
    padding: 40px 20px;
}
.aside_left{
    width: 370px;
    position: sticky;
    top: 157px;
}
.left_menu{
    background: #F7F5F6;
    border-radius: 7px;
    padding: 30px;
}
.article_content{
    width: calc(100% - 370px);
    padding-left: 60px;
    padding-right: 100px;
}
.article_content>img{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.article_content img:first-child{
    margin-top: 0;
}
.article_content>span{
    font-size: 12px;
    line-height: 12px;
    color: #303B44;
    display: block;
    margin-top: 10px;
}
.article_content p{
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
}
.ap_tooltip{
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
}
.article_content p strong{
    font-weight: 700;
}
.article_content p a{
    color: #E30613;
    text-decoration: underline;
    position: relative;
}
.ap_tooltip a{
    color: #E30613;
    text-decoration: underline;
    position: relative;
}
.article_content h2{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 40px;
}
.article_slider{
    position: relative;
    margin-top: 30px;
}
.swiper_article{
    overflow: hidden;
}
.article_slide img{
    width: 100%;
    height: auto;
}
.article_slider .swiper-button-prev{
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background: #fff;
}
.article_slider .swiper-button-next{
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background: #fff;
}
.article_content h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 40px;
}
.article_catalog{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.article_catalog .inner-product-item{
    flex: 0 0 33.333%;
    border-right: 1px solid #e1dcdc;
}
.article_catalog .inner-product-item:last-child{
    border: none;
}
.quote_block{
    background: #F7F5F6 url("../img/svg/quote.svg") no-repeat 40px 30px;
    border-radius: 7px;
    padding: 30px 40px 30px 140px;
    margin-top: 30px;
}
.quote_block p{
    margin-top: 0;
    font-size: 18px;
    line-height: 32px;
}
.author_block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
.author_img{
    width: 50px;
}
.article_wp .author_img img{
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
}
.author_name{
    font-size: 12px;
    line-height: 12px;
    color: #3D3D3D;
    width: calc(100% - 50px);
    padding-left: 15px;
}
.author_name span{
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 5px;
}
.video_block{
    display: block;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
}
.video_block:before{
    content: '';
    width: 100px;
    height: 100px;
    background: url("../img/svg/play-btn.svg") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    display: none;
}
.video_block iframe{
    width: 100%;
    height: 550px;
}
.article_content h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 40px;
}
.article_content h5{
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 40px;
}
.article_content>ul{
    margin-top: 20px;
}
.article_content ul li{
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    line-height: 26px;
}
.article_content ul li:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}
.article_content ul>li ul li:before{
    background: #919191;
}
.article_content ul>li ul li ul li:before{
    background: #C8C8C8;
}
.article_gallery{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
.ag_item{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.article_wp .ag_item img{
    width: 100%;
    height: 435px;
    object-fit: cover;
}
.article_gallery + p{
    margin-top: 0;
}
.article_content>ol{
    margin-top: 20px;
}
.article_content ol li{
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    line-height: 26px;
}
.article_content ol li span{
    font-weight: 700;
}
.article_content ol li ol li span{
    color: #919191;
}
.article_content ol li ol li ol li span{
    color: #C8C8C8;
}
.article_content table{
    width: 100%;
    margin-top: 40px;
}
.article_content table th{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    background: #ECDEE6;
    padding: 13px;
    text-align: left;
    width: auto;
}
.article_content table td{
    font-size: 14px;
    line-height: 24px;
    padding: 13px 20px;
    border: 1px solid #ECDEE6;
    width: auto;
}
.article_content table tr td:nth-child(1){
    width: 130px;
}
.article_content table tr td:nth-child(3){
    width: 130px;
}
.article_content table tr td:nth-child(4){
    width: 130px;
}
.article_content table tr th:nth-child(1){
    width: 130px;
}
.article_content table tr th:nth-child(3){
    width: 130px;
}
.article_content table tr th:nth-child(4){
    width: 130px;
}
.article_bottom_block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.abb_left{
    display: flex;
    align-items: center;
}
.abb_left .data{
    font-size: 14px;
    color: #7B7B7B;
    margin-right: 40px;
}
.abb_left .view{
    background: url("../img/svg/view9.svg") no-repeat;
    padding-left: 25px;
    font-size: 14px;
    color: #7B7B7B;
}
.share_block span{
    font-size: 14px;
    margin-right: 20px;
}
.share_block{
    display: flex;
    align-items: center;
}
.share_block a{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.share_block a:last-child{
    margin-right: 0;
}
.share_block a.s_wp{
    background: url("../img/svg/b-soc1.svg") no-repeat;
}
.share_block a.s_tg{
    background: url("../img/svg/b-soc2.svg") no-repeat;
}
.share_block a.s_vk{
    background: url("../img/svg/b-soc3.svg") no-repeat;
}
.share_block a.s_ok{
    background: url("../img/svg/b-soc4.svg") no-repeat;
}
.article_form{
    margin-top: 30px;
    border: 1px solid #ECDEE6;
    padding: 30px;
    display: flex;
    align-items: center;
    padding-left: 170px;
    background: url("../img/svg/p-img1.png") no-repeat 20px center;
    flex-wrap: wrap;
}
.af_title{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #7E6676;
    margin-bottom: 20px;
}
.af_text{
    font-size: 14px;
    line-height: 24px;
}
.af_left{
    width: 40%;
}
.af_right{
    width: 55%;
    margin-left: auto;
}
.af_input{
    width: 270px;
    height: 50px;
    border: 1px solid #ECDEE6;
    font-size: 14px;
    padding: 0 15px;
}
.af_btn{
    width: 150px;
    height: 50px;
    background: #E30613;
    box-shadow: 0 11px 13px rgba(162, 4, 14, 0.37);
    border-radius: 7px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.af_line{
    display: flex;
}
.af_check{
    position: relative;
    padding-left: 30px;
    margin-top: 11px;
}
.af_check input[type='checkbox']{
    display: none;
}
.af_check input[type='checkbox'] + label:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/svg/check1.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.af_check input[type='checkbox']:checked + label:before{
    background-position: 0 -20px;
}
.af_check label{
    display: block;
    font-size: 10px;
    line-height: 20px;
    cursor: pointer;
}
.magazine_wp{
    margin-top: 40px;
}
.magazine_wp h2{
    font-size: 24px;
    font-weight: 700;
    color: #7E6676;
    margin-bottom: 30px;
}
.magazine_line{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.mb_wp{
    width: 25%;
    padding: 0 15px;
}
.magazine_block{
    display: block;
    background: #fff;
    padding-bottom: 20px;
    cursor: pointer;
}
.mb_img{
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
.mb_img img{
    width: 100%;
    height: auto;
}
.mb_title{
    padding: 0 20px;
    margin-bottom: 15px;
    font-family  : Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    min-height: 72px;
}
.mb_line{
    padding: 0 20px;
    background: #fff;
}
.mp_view{
    margin-left: 20px;
    background: url("../img/svg/view9.svg") no-repeat;
    background-size: 15px auto;
    padding-left: 20px;
}
.left_menu div{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
}
.left_menu ul li a{
    font-size: 14px;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}
.left_menu ul li{
    margin-bottom: 10px;
}
.aside_left .author_block{
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE6EA;
    margin-bottom: 15px;
}
.share_block{
    flex-wrap: wrap;
}
.left_menu ul li a.active {
    color: #E30613;
}
.left_menu ul li a.disabled {
    color: #1D181B;
    opacity: 0.3;
}
.left_menu ul li a:hover {
    color: #E30613;
}
.single-slider-swiper .q-product-preview.index-preview {
    border: none;
}
.product-head .note.red {
    color: #e30613;
}
.old_h .header-top {
    z-index: 8901;
}
.in-stock + .info-item.info-item__reviews {
    margin-left: 0;
}
.in-order + .info-item.info-item__reviews {
	margin-left: 0;
}
.preview_photo_slider {
    width: 100%;
}
.modal_w1 .modal-photo-button-next.swiper-button-disabled, .modal_w1 .modal-photo-button-prev.swiper-button-disabled {
    display: none!important;
}
.with_notice .sidebar-box__price .link-dot.absolute {
    top: 27px;
}
.code-mobile {
    display: none;
}
.article_tooltip {
    position: relative;
    color: #E30613;
    z-index: 9;
    text-decoration: underline;
    text-decoration-style: dashed;
    cursor: pointer;
}
.article_tooltip_inner{
    width: 300px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 15px;
    position: absolute;
    top: 30px;
    right: -280px;
    background: #fff;
    display: none;
}
.article_tooltip span{
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}
.ab_tooltip{
    display: inline-block;
    position: relative;
}
.at_title{
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
}
.at_text{
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 5px !important;
}
@media (min-width: 661px) {
    .sidebar-box__notice {
        position: static;
        margin-left: -15px;
        margin-top: -13px;
        width: calc(100% + 30px);
    }
}
@media (max-width: 1023px) {
    .sidebar-box__notice {
        position: static;
        margin-left: 0;
        margin-top: -13px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .code-mobile {
        display: block;
        margin-right: auto;
        margin-top: 2px;
    }
    .right-part-mobile .in-stock + .info-item.info-item__reviews {
        margin-left: auto;
    }
	.right-part-mobile .in-order + .info-item.info-item__reviews {
		margin-left: auto;
	}
}
/*
.thumbnail-button.swiper-button-disabled {
    display: none;
}
*/
@media (max-width: 1299px) {
    .article_content{
        padding-left: 30px;
        padding-right: 10px;
    }
    .aside_left{
        width: 280px;
    }
    .article_content {
        width: calc(100% - 280px);
    }
    .share_block span{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 1023px) {
    .aside_left{
        width: 100%;
        margin-bottom: 20px;
    }
    .article_content{
        width: 100%;
        padding: 0;
    }
    .aside_left .author_block{
        display: none;
    }
    .aside_left .share_block{
        display: none;
    }
    .mb_img{
        padding: 10px;
    }
    .af_left{
        width: 100%;
        margin-bottom: 20px;
    }
    .af_right{
        width: 100%;
    }
    .article_form{
        flex-wrap: wrap;
    }
    .aside_left {
        position: static;
        top: 0;
    }
    .old_h .header-menu .parent.show-submenu + .dropdown-menu  .dropdown-container {
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    .quote_block{
        padding: 80px 20px 20px 20px;
        background-position: 20px 20px;
    }
    .quote_block p{
        font-size: 14px;
        line-height: 24px;
    }
    .ac_scroll{
        overflow: auto;
        width: 100%;
    }
    .article_catalog{
        width: 1024px;
    }
    .table_scroll{
        overflow: auto;
    }
    .article_content table{
        width: 1024px;
    }
    .abb_left{
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #EEE6EA;
    }
    .mb_wp{
        width: 100%;
        display: none;
    }
    .magazine_line .mb_wp:first-child{
        display: block;
    }
}
@media (max-width: 670px) {
    .gift-popup .q-popup__holder {
        background: #fff url(/upload/discount_image_mobile.png) no-repeat!important;
        background-size: cover!important;
        padding-left: 20px!important;
        padding-right: 20px!important;
        padding-top: 30px!important;
        padding-bottom: 5px!important;
    }
    .gift-popup .q-popup__holder .q-form__label.email strong {
        display: none;
    }
    .gift-popup .q-popup__holder .q-form__label.email {
        text-align: center!important;
    }
    .gift-popup .q-popup__title._no-bm {
        text-align: center;
    }
    .gift-popup .q-popup__close {
        top: 10px;
        right: 10px;
    }
    .gift-popup .q-popup__holder {
        height: auto!important;
    }
}
@media (max-width: 479px) {
    .content_wp{
        padding-top: 60px;
    }
    .content_wp h1:not(.h1-type-mod){
        font-size: 18px;
        line-height: 28px;
    }
    .article_catalog{
        width: 900px;
    }
    .ag_item{
        padding: 0 4px;
        margin-bottom: 8px;
    }
    .article_gallery {
        margin-left: -4px;
        margin-right: -4px;
    }
    .left_menu{
        padding: 20px;
    }
    .af_line{
        flex-wrap: wrap;
    }
    .af_input{
        width: 100%;
        margin-bottom: 10px;
    }
    .af_btn{
        width: 100%;
        margin-left: 0;
    }
    .video_block:before{
        width: 80px;
        height: 80px;
        background-size: 100% auto;
        margin-top: -40px;
        margin-left: -40px;
    }
    .article_form{
        padding: 20px;
    }
    .old_header .header-nav li{
        margin-left: 10px;
    }
    body.old_h {
        padding-top: 100px !important;
    }
    .desc-box .text{
        overflow: hidden;
    }
    .old_h .header-menu .parent.show-submenu + .dropdown-menu  .dropdown-container {
        padding-top: 95px;
    }
    .popup-button {
        display: block!important;
    }
    .popup-button .popup-gift-text {
        height: 40px!important;
        border-radius: 40px!important;
        width: 40px!important;
        background-position: center!important;
        color: rgba(255,255,255,0)!important;
        right: auto!important;
        left: 5px!important;
        overflow: hidden;
    }
}
@media (max-width: 386px) {
    body.old_h {
        padding-top: 136px !important;
    }
    .old_h .header-menu .parent.show-submenu + .dropdown-menu  .dropdown-container {
        padding-top: 130px;
    }
}


.brand-collections .js-q-collection-slider-swiper .q-collection-slider__item {
    width: 133px;
    padding: 0 8px;
}
.q-collection-slider__container.js-q-collection-slider-swiper {
    visibility: visible;
    overflow: hidden;
}
.js-q-collection-slider-swiper .swiper-slide {
    width: 133px;
}
.brand-collections .q-collection-slider__container.js-q-collection-slider-swiper:after {
    z-index: 2;
    right: -2px;
}
.q-categories-tags-swiper {
    overflow: hidden;
    position: relative;
}
.q-categories-tags-swiper .swiper-slide{
    width: auto;
}

.q-categories-tags-swiper-new {
    overflow: hidden;
    position: relative;
}
.q-categories-tags-swiper-new .swiper-slide{
    width: auto;
}

.q-categories-tags-swiper:after {
    height: 100%;
    width: 84px;
    background: -moz-linear-gradient(left, rgba(247,245,246,0) 0%, rgba(247,245,246,0.78) 36%, rgba(247,245,246,0.92) 100%);
    background: -webkit-linear-gradient(left, rgba(247,245,246,0) 0%,rgba(247,245,246,0.78) 36%,rgba(247,245,246,0.92) 100%);
    background: linear-gradient(to right, rgba(247,245,246,0) 0%,rgba(247,245,246,0.78) 36%,rgba(247,245,246,0.92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f5f6', endColorstr='#ebf7f5f6',GradientType=1 );
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    z-index: 2;
}
.q-categories-tags-swiper .swiper-slide.slide-cap {
    width: 84px;
}
.bx-touch .q-categories-tags-swiper .q-categories-tag {
    margin-right: 10px;
    margin-bottom: 20px;
}
.q-categories-tags-swiper .swiper-scrollbar-horizontal {
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.3;
}

.q-categories-tags-swiper-new .swiper-slide.slide-cap {
    width: 84px;
}
.bx-touch .q-categories-tags-swiper-new .q-categories-tag {
    margin-right: 10px;
    margin-bottom: 10px;
}
.q-categories-tags-swiper-new .swiper-scrollbar-horizontal {
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.3;
}

.sort-dropdown-catalog .select2-results__option--selectable {
    padding: 8px 20px !important;
}

.select2-container--default .sort-dropdown-catalog .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e10813!important;
}
.q-categories-tags-swiper-wp {
    display: flex;
    flex-wrap: wrap;
}
.q-categories-tags-left {
    width: 80px;
    font-size: 12px;
    line-height: 27px;
}
.q-categories-tags-swiper {
    width: calc(100% - 80px);
    margin-left: auto;
}
.q-categories-tags-swiper-new {
    /*
    width: calc(100% - 80px);
    */
    width: 100%;
    margin-left: auto;
}
@media (max-width: 767px) {
    .q-categories-tags-swiper .swiper-scrollbar-horizontal {
        display: none;
    }
    .q-categories-tags-swiper-new .swiper-scrollbar-horizontal {
        display: none;
    }
    .q-categories-tags-swiper-new:after {
        height: 100%;
        width: 84px;
        background: -moz-linear-gradient(left, rgba(247,245,246,0) 0%, rgba(247,245,246,0.78) 36%, rgba(247,245,246,0.92) 100%);
        background: -webkit-linear-gradient(left, rgba(247,245,246,0) 0%,rgba(247,245,246,0.78) 36%,rgba(247,245,246,0.92) 100%);
        background: linear-gradient(to right, rgba(247,245,246,0) 0%,rgba(247,245,246,0.78) 36%,rgba(247,245,246,0.92) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f5f6', endColorstr='#ebf7f5f6',GradientType=1 );
        position: absolute;
        right: 0;
        top: 0;
        content: '';
        z-index: 2;
    }
}
  @media (min-width: 992px) {
      .q-categories-tags-swiper-new .q-categories-tag, .q-categories-tags-swiper-new .q-categories-tag__count {
          font-size: 11px!important;
      }

  }
  @media (max-width: 991px) {
      .q-categories-tags-swiper-new .q-categories-tag, .q-categories-tags-swiper-new .q-categories-tag__count {
          font-size: 11px!important;
      }

  }



.product_discount{
    width: 61px;
    height: 61px;
    font-size: 18px;
    font-weight: 700;
    background: #E30613;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 10px;
}
.club_price{
    width: 104px;
    height: 22px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #E30613;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #E30613;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -52px;
    z-index: 8900;
    text-decoration: none;
    transition: .2s;
}
.club_price:hover{
    background: #E30613;
    color: #fff;
}
.product_auth{
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
}
.product_auth a{
    color: #E30613;
    text-decoration: none;
    border-bottom: 1px dashed #E30613;
    font-weight: 500;
}
.inner-product-item .q-product-preview__name{
    margin-bottom: 5px;
}
.promo_block{
    width: 100%;
    height: 211px;
    background: url("../img/svg/p-bg.png") no-repeat center 0;
    padding-left: 100px;
    position: relative;
    font-family: 'Montserrat';
    margin-top: 50px;
}
.pb_left{
    width: 260px;
    margin-left: 40px;
}
.pb_form{
    width: 250px;
    margin-right: 60px;
}
.pb_discount{
    width: 211px;
    height: 70px;
    border-bottom: 6px dotted #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    top: 70px;
    left: -50px;
}
.promo_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.promo_title{
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 2px;
    color: #fff;
}
.promo_subtutle{
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    margin-bottom: 17px;
}
.promo_word{
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.promo_word p{
    font-size: 34px;
    font-weight: 600;
    line-height: 41px;
    color: #fff;
    margin: 0 10px 0 0;
}
.promo_word a{
    width: 20px;
    height: 20px;
    background: url("../img/svg/p-ico2.svg") no-repeat center center;
    position: relative;
}
.promo_text{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    opacity: 0.7;
    color: #fff;
}
.pb_input{
    width: 100%;
    height: 50px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
}
.pb_input::placeholder{
    color: #7C7C7C;
}
.pb_check{
    position: relative;
    padding-left: 30px;
    margin-bottom: 19px;
}
.pb_check input[type='checkbox']{
    display: none;
}
.pb_check input[type='checkbox'] + label:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/svg/check2.png") no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.pb_check input[type='checkbox']:checked + label:before{
    background-position: 0 -20px;
}
.pb_check label{
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.pb_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 2px solid #fff;
    filter: drop-shadow(0px 11px 13px rgba(162, 4, 14, 0.37));
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.tags_block{
    font-family: 'Montserrat';
}
.tags_block h2{
    margin-bottom: 10px;
}
.tags_line{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 70px;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}
.tags_line:before{
    content: '';
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.tags_line a{
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    background: #F7F5F6;
    border-radius: 6px;
    color: #997188;
    margin: 0 5px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
}
.tags_line.active{
    overflow: visible;
}
.tags_line.active:before{
    display: none;
}
.tags_line.opened{
    overflow: visible;
    height: auto;
}
.tags_line.opened:before{
    display: none;
}
.tags_line.opened + .t_more_btn {
    display: none;
}
.t_more_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 30px;
    background: #997188;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
    top: -10px;
    z-index: 10;
}
.subscription_form{
    padding-left: 170px;
    background: url("../img/svg/p-img1.png") no-repeat 0 0;
}
.comment_wp{
    font-family: 'Montserrat';
    padding-top: 40px;
}
.ct_title{
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-right: 20px;
}
.ct_num{
    font-size: 18px;
    line-height: 16px;
    color: #ACB1B4;
}
.ct_sort{
    position: relative;
    margin-left: auto;
}
.ct_sort_toggle{
    width: 150px;
    padding: 20px;
    background: #fff;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
    border: 1px solid #ECDEE6;
    display: none;
}
.ct_sort_toggle a{
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}
.ct_sort_toggle a:last-child{
    margin-bottom: 0;
}
.comment_top{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ct_sort_top{
    font-size: 13px;
    padding-right: 23px;
    cursor: pointer;
    background: url("../img/svg/p-ico3.svg") no-repeat right 6px;
}
.comment_pole_wp{
    position: relative;
    margin-bottom: 37px;
}
.comment_pole{
    width: 100%;
    height: 144px;
    background: #fff;
    border: 1px solid #ECDEE6;
    padding: 17px 20px 75px 20px;
    font-size: 14px;
    resize: none;
}
.comment_pole::placeholder{
    color: #7C7C7C;
}
.cp_line{
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.cp_input{
    width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #ECDEE6;
    padding: 0 15px;
    font-size: 14px;
    margin-right: 20px;
}
.cp_input::placeholder{
    color: #7C7C7C;
}
.cp_add{
    width: 26px;
    height: 26px;
    background: url("../img/svg/p-ico4.svg") no-repeat center center;+
cursor: pointer;
}
.cp_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 50px;
    background: #E30613;
    box-shadow: 0 11px 13px rgb(162 4 14 / 37%);
    border-radius: 7px;
    margin-left: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 40px;
    text-decoration: none;
}
.comment_item{
    background: #F4F4F4;
    padding: 20px;
    margin-bottom: 20px;
}
.ci_left{
    font-size: 13px;
    color: #7B7B7B;
}
.ci_left span{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-right: 15px;
}
.ci_top{
    display: flex;
    align-items: center;
}
.ci_right{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.ci_right .like{
    width: 20px;
    height: 20px;
    background: url("../img/svg/p-ico5.svg") no-repeat center center;
    margin-right: 10px;
}
.c_num{
    font-size: 14px;
    font-weight: 700;
}
.ci_right .dislike{
    width: 20px;
    height: 20px;
    background: url("../img/svg/p-ico6.svg") no-repeat center center;
    margin-left: 10px;
}
.comment_more_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 154px;
    height: 50px;
    background: #E30613;
    box-shadow: 0 11px 13px rgb(162 4 14 / 37%);
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
}
.mb_line{
    display: flex;
    align-items: center;
}
.mb_view{
    background: url("../img/svg/view9.svg") no-repeat;
    background-size: 20px auto;
    padding-left: 25px;
    font-size: 14px;
    color: rgba(48, 59, 68, 0.7);
    margin-right: 30px;
}
.mb_comment{
    background: url("../img/svg/p-ico7.svg") no-repeat;
    background-size: 20px auto;
    padding-left: 25px;
    font-size: 14px;
    color: rgba(48, 59, 68, 0.7);
}
.mb_data{
    font-size: 14px;
    color: rgba(48, 59, 68, 0.7);
    margin-left: auto;
}
.t_more_btn_mob{
    display: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: rgba(0,0,0,0.5);
    text-align: left;
    text-decoration: underline;
    margin-top: 15px;
    position: relative;
    cursor: pointer;
}
.t_more_btn_mob:after {
    content: '';
    top: 5px;
    right: 0;
    width: 10px;
    height: 5px;
    background: url('../img/a_arrow.png') no-repeat 0 0;
    background-size: 10px 5px;
    margin-left: 10px;
    margin-top: 5px;
}
.hidden_input {
    display: none;
}
.left_menu ul.opened {
    height: auto;
    overflow: visible;
}
.left_menu ul.opened + .t_more_btn_mob:after {
    transform: rotate(180deg);
}
.left_menu ul.opened + .t_more_btn_mob {
    color: rgba(0,0,0,0.5);
}

.promo_tooltip {
    width: auto;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 7px;
    position: absolute;
    top: -34px;
    right: 0;
    background: #fff;
    display: none;
}
@media (max-width: 1439px) {
    .article_form{
        flex-wrap: wrap;
    }
    .af_left{
        width: 100%;
        margin-bottom: 20px;
    }
    .af_right{
        width: 100%;
    }
}
@media (max-width: 1249px) {
    .mb_title{
        font-size: 14px;
        line-height: 18px;
    }
    .pb_left{
        margin-left: 20px;
    }
    .pb_form{
        margin-right: 20px;
    }
    .pb_discount{
        left: -70px;
    }
    .promo_block{
        padding-left: 70px;
    }
    .mb_view{
        font-size: 12px;
        padding-left: 20px;
        background-size: 15px auto;
        margin-right: 10px;
    }
    .mb_comment{
        font-size: 12px;
        padding-left: 20px;
        background-size: 15px auto;
        margin-right: 10px;
    }
    .mb_data{
        font-size: 12px;
    }
}
@media (max-width: 1023px) {
    .magazine_line{
        margin-left: -7px;
        margin-right: -7px;
    }
    .magazine_line{
        flex-wrap: wrap;
    }
    .mb_wp{
        padding: 0 7px;
        width: 50%;
    }
    .promo_block{
        background-size: cover;
    }
    .mb_img{
        padding: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .mb_wp{
        padding: 0 7px;
        width: 50%;
        display: block !important;
    }
    .t_more_btn_mob{
        display: flex;
    }
    .left_menu ul{
        height: 135px;
        overflow: hidden;
    }
    .article_catalog{
        width: 800px;
    }
    .article_catalog .inner-product-item .q-product-preview__content{
        padding-top: 20px;
    }
    .article_catalog .inner-product-item .q-product-preview__name{
        height: auto;
        min-height: 36px;
    }
}
@media (max-width: 649px) {
    .promo_block{
        height: auto;
        flex-wrap: wrap;
        padding: 0 20px 20px 20px;
    }
    .pb_discount{
        transform: rotate(0);
        position: static;
        width: 100%;
        margin-bottom: 30px;
    }
    .pb_left{
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .pb_form{
        width: 100%;
        margin-right: 0;
    }
    .video_block iframe{
        height: 350px;
    }
}
@media (max-width: 599px) {
    .article_form{
        padding: 190px 20px 30px 20px;
        background-position: center 20px;
    }
}
@media (max-width: 539px) {
    .mb_wp{
        width: 300px;
    }
    .ml_mob_scroll{
        width: 100%;
        overflow: auto;
    }
    .magazine_line{
        width: 1200px;
    }
    .comment_pole{
        height: 218px;
    }
    .cp_line{
        width: calc(100% - 40px);
        flex-wrap: wrap;
    }
    .cp_input{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .cp_btn{
        margin-left: auto;
        margin-right: 0;
    }
}
@media (max-width: 479px) {
    .ci_left span{
        display: block;
        margin-right: 0;
    }
    .comment_top{
        flex-wrap: wrap;
    }
    .ct_title{
        width: 100%;
        margin-bottom: 30px;
    }
}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon{
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    border-radius: 8px!important;
}
.ya-share2__badge {
    width: 100%!important;
    border-radius: 8px!important;
}
.ya-share2__item_service_vkontakte .ya-share2__badge, .ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge{
    background: none !important;
}
.ya-share2__item_service_whatsapp .ya-share2__icon {
    background: url(../img/svg/b-soc1.svg) no-repeat !important;
}
.ya-share2__item_service_telegram .ya-share2__icon {
    background: url(../img/svg/b-soc2.svg) no-repeat !important;
}
.ya-share2__item_service_vkontakte .ya-share2__icon{
    background: url(../img/svg/b-soc3.svg) no-repeat !important;
}
.ya-share2__item_service_odnoklassniki .ya-share2__badge, .ya-share2__item_service_odnoklassniki .ya-share2__mobile-popup-badge{
    background: none !important;
}
.ya-share2__item_service_odnoklassniki .ya-share2__icon{
    background: url(../img/svg/b-soc4.svg) no-repeat !important;
}
.ya-share2__item_service_moimir .ya-share2__badge, .ya-share2__item_service_moimir .ya-share2__mobile-popup-badge{
    background-repeat: no-repeat !important;
    border-radius: 7px !important;
}
.ya-share2__item_service_moimir .ya-share2__icon{
    margin-right: 0 !important;
    background-position: center center !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 2px 10px 0 0!important;
}
.q-catalog__filter-section.no_mar {
    margin-bottom: 0!important;
}
  .q-catalog__filter-section.single  .q-catalog__filter-checkinner {
      margin-top: 0!important;
  }
.article_wp img {
    width: auto;
    height: auto;
    /*
    max-height: 490px;
    */
    max-width: 100%;
}
.article_slide {
    text-align: center;
}


@media (max-width: 1500px) and (min-width: 1300px) {
    .article_wp img {
        width: auto;
        height: auto;
        max-width: 100%;
        /*
        max-height: calc(100vw / 3.19829);
        */
    }
    .article_wp .ag_item img {
        width: 100%;
        height: calc(((100vw / 1.8379) - 30px)/2);
        object-fit: cover;
    }
}
@media (max-width: 1299px) {
    .article_wp img {
        width: auto;
        max-width: 100%;
        height: auto;
        /*
        max-height: calc(100vw / 2.3838);
        */
    }
    .article_wp .ag_item img {
        width: 100%;
        height: calc(((100vw / 1.4665) - 30px)/2);
        object-fit: cover;
    }
}
@media (max-width: 1023px) {
    .article_wp .ag_item img {
        width: 100%;
        height: calc((100vw - 80px) / 2);
        object-fit: cover;
    }
}
.q-product-preview__name{
    min-height: 36px;
}
.sc_line p{
    font-weight: 300;
}
.sc_line p:first-child{
    font-weight: 500;
}
/*
.mfp-container{
    padding: 0;
}
.modal{
    max-width: 100%;
    min-height: 100vh;
}
.modal .bt-red, .q-call-popup .bt-red, .js-q-add-review-popup .bt-red{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.modal-in-cart .bt-sroke-gray{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
*/
.product-tools{
    transition: .2s;
    opacity: 0;
}
.product-card__content:hover .product-tools{
    opacity: 1;
}
.spec-list li .cell:first-child{
    font-weight: 500;
}
.spec-list li .cell:nth-child(2){
    font-weight: 300;
}
.about-text ul li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px;
}
.about-text ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}
.preview_head{
    border-bottom: none;
}
.bt-favorite{
    opacity: 0.5;
    transition: .2s;
    background: url(../img/svg/c-ico4.svg) no-repeat;
    background-size: 100% auto;
}
.bt-favorite:hover{
    opacity: 1;
}
.bt-compare{
    width: 25px;
    height: 20px;
    background: url(../img/svg/c-ico3.svg) no-repeat;
    background-size: 100% auto;
    transition: .2s;
    opacity: 0.7;
}
.bt-compare:hover{
    opacity: 1;
}
.bt-compare svg{
    display: none;
}
.q-text-tooltip--info{
    box-shadow: 0 1px 9px #60606040;
}
.product-item{
    transition: 0.2s visibility ease;
    position: relative;
}
.product-item:before{
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0 26px 30px rgba(0,0,0,.15);
    transform: scale(1.05);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: white;
    box-sizing: content-box;
    transition: 0.2s;
    padding-bottom: 40px;
}
.product-item:hover:before{
    opacity: 1;
}
.product-item:hover{
    z-index: 1000;
}
.product-item .image{
    position: relative;
    z-index: 1000;
}
.product-item .title{
    position: relative;
    z-index: 1000;
}
.product-item .price{
    position: relative;
    z-index: 1000;
}
.product-item .credit{
    position: relative;
    z-index: 1000;
}
.product-item .availability{
    position: relative;
    z-index: 1000;
}
.products-block .slick-list{
    overflow: visible;
}
.product-item .q-product-preview__add2cart-button {
    font-family: montserratsemibold,sans-serif;
    font-size: 14px;
    box-shadow: 0 8px 12px rgba(162,162,162,.42);
    background: #fff;
    height: 35px;
    width: 132px;
    border: 1px solid #70707033;
    margin-left: -66px;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 1000;
}
.product-item .q-product-preview__add2cart-button::before {
    content: '';
    background: url(../img/svg/add2cart.svg) 0 0 no-repeat;
    width: 22px;
    height: 19px;
    margin-right: 8px;

}
.product-item:hover .q-product-preview__add2cart-button{
    display: flex;
}
.tab-block{
    padding-bottom: 30px;
}
.sidebar-infobox .item{
    /*
    align-items: flex-start;
    */
}
.sidebar-infobox .item:first-child{
    min-height: 54px;
    padding-top: 9px;
    padding-bottom: 7px;
    height: auto;
}
/*
.sidebar-infobox .item:last-child{
    padding-top: 12px;
}
*/
.cart_body .receive_item {
    margin-bottom: 10px;
}
#filter-energy-ot_akkumulyatora + label>div{
    height: 35px;
    background: url(../img/svg/a-ico5.svg) no-repeat center center;
}
.list-benefits .item .text strong{
    font-weight: 500;
}
@media (max-width: 767px) {
    .mfp-container{
        padding: 0;
    }
    .modal{
        max-width: 100%;
        min-height: 100vh;
    }
    .footer-col-last {
        width: 140px;
        position: absolute;
        right: 130px;
        bottom: 80px;
    }
    .mobile-search-li{
        display: none;
    }

}
@media (max-width: 399px) {
    .footer-col-last{
        right: 70px;
    }
}
.q-catalog-sorting select{
    width: 184px;
    height: 28px;
    border: 1px solid #E8E1E5 !important;
    padding-left: 30px;
    background: url(../img/sort.png) no-repeat top;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
}
.q-text-tooltip--info{
    box-shadow: 0 4px 24px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 12px !important;
}
.watch-categories-list.watch-categories-swiper {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
.watch-categories-swiper .swiper-button-next, .watch-categories-swiper .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}
.q-text-tooltip .q-text-tooltip--info {
    display: none;
}
.q-text-tooltip--info.no-triangle:before {
    display: none;
}
.desc-box {
    position: relative;
}
.desc-box > .q-text-tooltip--info {
    left: 0;
    opacity: 1;
    visibility: visible;
    margin-left: -19px;
    display: none;
    transition: none;
}
.description_block > .q-text-tooltip--info {
    left: 0;
    opacity: 1;
    visibility: visible;
    margin-left: -19px;
    display: none;
    transition: none;
}
.description_block.show .db_hidden {
    max-height: 1000px;
}
.description_block.show .db_hidden:before {
    display: none;
}
.q-product-previews-list .index-preview .q-product-preview__content{
    padding-top: 20px !important;
}
.q-content-widget .q-product-preview__name{
    min-height: 100%;
}
.day-best-price-container .q-content-widget{
    padding-bottom: 10px;
}
.q_more_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 54px;
    border-radius: 5px;
    background: #E30613;
    box-shadow: 0 11px 13px #a2040e67;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
}
.q-paging__list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-label{
    right: 17px !important;
}
.q-product-preview__add-to-cart-button{
    top: 15px;
}
.inner-product-item .q-product-preview__old-price--discount{
    top: -8px;
    padding-top: 8px;
}
.limited-label{
    right: 17px !important;
}
.q-product-preview__btns{
    position: relative;
    top: 5px;
}
@media (max-width: 1099px) {
    .q-paging__link{
        margin: 0 3px;
    }
    .q_more_btn{
        width: 150px;
        font-size: 15px;
    }
}
@media (max-width: 740px) {
    .q_more_btn{
        width: 130px;
        height: 34px;
    }
}
/*
.catalog_link{
    padding-left: 20px;
    background: url(../img/svg/new-burger.svg) no-repeat 0 center;
    background-size: 12px auto;
}
*/
.dropdown-menu > .dropdown-container{
    max-width: 1500px;
    position: relative;
    z-index: 100;
}
.dropdown-menu .list.columns {
    display: block;
    column-count: 5;
    margin: 0;
}
.dropdown-menu > .dropdown-container .col-lg-8{
    width: 100%;
}
.dropdown-menu{

}
.header-menu>ul>li>.catalog_link:after{
    opacity: 1!important;
}
.overlay_dd{
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 137px;
    left: 0;
    display: none;
}
.active .overlay_dd {
    display: block;
}
@media (max-width: 700px) {
    .header-bot .q-inner{
        display: block;
    }
    .bx-touch .dropdown-menu{
        background: none !important;
    }
    .header-bot{
        padding-top: 100px;
    }
    .dropdown-menu .list.columns{
        column-count: 1;
        margin: 0 calc(var(--bs-gutter-x) * -.5);
    }
    .dropdown-menu{
        height: auto;
    }
    .dropdown-container .row{
        display: block;
    }
    .overlay{
        display: none !important;
    }
    .header-menu>ul>li>.catalog_link:after{
        opacity: 0 !important;
    }
}
@media (max-width: 376px) {
    .header-bot{
        padding-top: 130px;
    }
}
.top-banners .top-mobile1{
    right: 100px;
}
.top-banners  .q-product-360-label{
    left: 90px !important;
}
.top-mobile1{
    right: 17px;
    top: 15px !important;
}
#sticky_sidebar .q-catalog__filter-clear-wrap.static, #sticky_sidebar .q-catalog__filter-clear-wrap {
    position: static!important;
    display: block;
}
.products-new .q-product-preview:nth-child(4){
    border-right: 1px solid #ecdee6;
}
.q-product-previews-list .q-product-preview:nth-child(4n){
    border-right: 1px solid #ecdee6;
}
.banner-amon-product a{
    background-size: cover !important;
}
.q-content-widget-swiper .q-product-previews-list .q-product-preview:nth-child(4n){
    border-right: none;
}
.q-content-widget-swiper .q-product-preview:nth-child(4){
    border-right: none;
}
.q-product-previews-list.products-list-slider .q-product-preview:nth-child(4n){
    border-right: none;
}
.tooltip:before{
    line-height: 9px;
}
@media (max-width: 1023px){
    .page-head .distributor {
        display: flex;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .distributor__right-part{
        display: none;
    }
    .new-logo-brand{
        width: auto;
        max-width: 170px;
    }
    .d_page_title{
        display: block !important;
    }
    .page-head__left h1{
        display: block !important;
    }
}
@media (max-width: 767px){
    .product-head .left-part{
        display: flex;
    }
    .product-head .label-item.red{
        display: none;
    }
    .product-head .label-item.blue{
        display: none;
    }
    .product-head  .bx-rating{
        display: none;
    }
    .product-head .code{
        display: none;
    }
    .new-logo-brand{
        display: block;
    }
    .page-head__left h1{
        text-align: left !important;
        padding-right: 180px;
    }
    .page-head__left .q-breadcrumbs{
        padding-right: 180px;
    }
}
@media (max-width: 660px){
    .new-logo-brand {
        position: relative;
        max-width: 100%;
        margin-bottom: 0;
        margin-top:10px;
    }
    .page-head .distributor{
        display: none;
    }
    .page-head__left .q-breadcrumbs{
        padding-right: 0;
    }
    .bx-touch .new-logo-brand .distributor .text{
        margin: 0;
    }
    .page-head__left h1{
        padding-right: 0;
    }
}
.description_wp{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.feature_block{
    width: 50%;
}
.feature_item{
    display: flex;
    flex-wrap: wrap;
}
.fi_title{
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.fi_text{
    width: 33.333%;
    font-size: 12px;
    line-height: 18px;
    color: #6E6E6E;
    margin-bottom: 24px;
    font-weight: 400;
    padding-right: 15px;
}
.fi_text span{
    display: block;
    font-size: 14px;
    color: #000;
    margin-top: 4px;
}
.description_block{
    width: 50%;
    border-left: 1px solid #ECDEE6;
    padding-left: 34px;
    position: relative;
    /*
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    */
}
.db_flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.d_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    width: 100%;
}
.feature_block .d_title{
    margin-bottom: 24px;
}
.buyer_photos_wp d_title{
    margin-bottom: 15px;
}
.description_block p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #6E6E6E;
    margin-bottom: 24px;
}
.equipment_block{
    background: #F7F5F6;
    border-radius: 4px;
    padding: 20px;
}
.description_wp .link-tool{
    margin-top: 0;
}
.feature_item{
    margin-bottom: 10px;
}
.d_hidden{
    max-height: 390px;
    overflow: hidden;
    position: relative;
}
.d_hidden:before{
    content: '';
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.db_hidden{
    max-height: 190px;
    overflow: hidden;
    position: relative;
}
.db_hidden:before{
    content: '';
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.equipment_block span{
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 22px;
    line-height: 20px;
}
.equipment_links{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.el_left{
    width: 50%;
}
.el_left{
    display: flex;
    flex-wrap: wrap;
}
.el_img{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 120px;
    margin-left: auto;
    position: relative;
}
.el_img img{
    width: 100%;
    height: auto;
}
.el_img svg {
    width: 14px;
    height: 14px;
    position: absolute;
    left: auto;
    margin-left: 0;
    bottom: 5px;
    right: 5px;
}
.link-tool {
    cursor: pointer;
}
.description_block .link-tool{
    margin-bottom: 50px;
}
.feature_block.show .d_hidden {
    max-height: 1000px;
}
.feature_block.show .d_hidden:before {
    display: none;
}
.show .link-tool svg {
    transform: rotate(180deg);
}
.mobile_distributor .distributor{
    display: none;
}
@media (min-width: 951px){
    #sticky_sidebar.bottom_fixed {
        position: fixed;
        bottom: 0;
    }
    #sticky_sidebar.bottom_stop {
        position: absolute;
        bottom: 0;
    }
    .q-catalog {
        position: relative;
    }
    #sticky_sidebar.bottom_fixed + .q-catalog__content, #sticky_sidebar.bottom_stop + .q-catalog__content {
        margin-left: 340px;
    }
}
@media (min-width: 1366px){
    #sticky_sidebar.bottom_fixed + .q-catalog__content, #sticky_sidebar.bottom_stop + .q-catalog__content {
        margin-left: 340px;
    }
}
@media (max-width: 1399px){
    .el_left{
        width: calc(100% - 120px);
    }
}
@media (max-width: 1023px){
    .feature_block{
        width: 100%;
        margin-bottom: 32px;
    }
    .description_block{
        width: 100%;
        padding-left: 0;
        border: none;
    }
    .description_block>.d_title{
        display: none;
    }
    .mobile-tab-link{
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 8px;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        width: 100%;
    }
}
@media (max-width: 767px){
    .fi_text{
        width: 50%;
    }
    .d_title{
        font-size: 14px;
        line-height: 18px;
    }
    .el_img{
        order: 1;
        margin-bottom: 16px;
        margin-left: 0;
    }
    .el_left{
        /*width: 100%;**/
        /*order: 2;*/
    }
    .fi_text span{
        font-size: 12px;
    }
    .description_block p{
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 700px){
    .top-banners{
        padding-top: 0 !important;
    }
    .top-banners .order-1{

        display: block!important;

    }
    .watch-categories-container + span .q-content-widget .q-product-previews-list .q-product-preview:first-child{
        border-left: 1px solid #ecdee6;
    }
    .watch-categories-container + span .q-content-widget .q-product-previews-list .q-product-preview:nth-child(2){
        border-right: 1px solid #ecdee6;
    }
    .watch-categories-container + span .q-content-widget .q-product-previews-list .q-product-preview:nth-child(3){
        border-left: 1px solid #ecdee6;
    }
    .watch-categories-container + span .q-content-widget .q-product-previews-list .q-product-preview:nth-child(4){
        border-left: 1px solid #ecdee6;
    }
    .watch-categories-container + span .q-content-widget .q-product-previews-list .q-product-preview:nth-child(6){
        border-left: 1px solid #ecdee6;
        border-right: 1px solid #ecdee6;
    }
    .watch-categories-container + span .q-content-widget .q-product-previews-list .q-product-preview:nth-child(7){
        border-left: 1px solid #ecdee6;
    }
    .q-product-previews-list.js-index-products-slider-swiper:not(.best-price-slider) {
        padding-bottom: 30px;
    }

    .q-product-previews-list.js-index-products-404-slider-swiper:not(.best-price-slider) {
        padding-bottom: 30px;
    }
}
@media (max-width: 660px){
    .mobile_distributor {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
    }
    .mobile_distributor .info-item{
        display: block;
        width: 65%;
    }
    .mobile_distributor .distributor{
        display: block;
        width: 35%;
        margin-left: auto;
    }
    .distributor__left-part{
        border-left: 3px solid #E30613;
        background: #fff;
        padding: 7px 10px;
        align-items: center;
        width: 130px;
        margin-left: auto;
    }
    .distributor__left-part .text{
        letter-spacing: 0.11px;
        color: #000000;
        text-transform: uppercase;
        font-size: 12px;
        vertical-align: middle;
        text-decoration: none;
        font-weight: 600;
    }
    .mobile_distributor .distributor .tooltip .entry::before{
        display: none !important;
    }
    .mobile_distributor .distributor .tooltip .entry{
        width: 295px;
        background: #fff;
        border: 1px solid #ecdee6;
        padding: 12px;
        border-radius: 10px;
        font: 12px/16px 'montserratlight', Arial, sans-serif;
        color: #000;
        top: 0;
        right: -35px;
        z-index: 1000;
    }
    .mobile_distributor .distributor .tooltip .entry .p{
        font: 12px/16px 'montserratlight', Arial, sans-serif;
        margin-bottom: 10px;
    }
    .mobile_distributor .distributor .tooltip .entry::after{
        display: none !important;
    }
    .mobile_distributor .distributor .tooltip .entry .image{
        margin-top: 10px;
    }
    .mobile_distributor .info-item{
        margin-top: 0;
        top: -15px;
		font-size: 11px;
    }
    .mobile_distributor + .info-item{
        margin-top: -15px;
    }
    .mobile_distributor + .info-item .tooltip{
        z-index: 0;
    }
    .mobile_distributor + .info-item .tooltip .entry{
        width: 295px;
        background: #fff;
        border: 1px solid #ecdee6;
        padding: 12px;
        border-radius: 10px;
        font: 12px/16px 'montserratlight', Arial, sans-serif;
        color: #000;
        top: 0;
        right: -35px;
        z-index: 1000;
    }
	.right-part .in-order .tooltip .entry,
    .mobile_distributor .info-item .tooltip .entry{
        width: 295px;
        background: #fff;
        border: 1px solid #ecdee6;
        padding: 12px;
        border-radius: 10px;
        font: 12px/16px 'montserratlight', Arial, sans-serif;
        color: #000;
        top: 0;
        right: -35px;
        z-index: 2000;
    }
	.right-part .in-order .tooltip .entry{
		top: 15px;
	}
    .mobile_distributor .info-item .tooltip .entry::after{
        display: none !important;
    }
    .mobile_distributor .info-item .tooltip .entry::before{
        display: none !important;
    }
    .mobile_distributor + .info-item .tooltip .entry::after{
        display: none !important;
    }
    .mobile_distributor + .info-item .tooltip .entry::before{
        display: none !important;
    }
    .product-head .right-part{
        margin-top: 0;
    }
    .mobile_distributor + .info-item{
        font-size: 11px;
    }
}
@media (max-width: 399px){
    .distributor__left-part{
        width: 100%;
    }
    .mobile_distributor .info-item{
        width: 61%;
		white-space: nowrap;
    }
	.mobile_distributor .info-item .tooltip .entry{
		white-space: normal;
	}
    .mobile_distributor .distributor{
        width: 39%;
        padding-left: 10px;
    }
}
.index-brands__item.popular{
    display: flex;
}
.lb_mob{
    display: none !important;
    cursor: pointer;
}
.mobile-btn-filter .icon{
    opacity: 0.4;
}
.mobile-btn-filter .icon-title{
    opacity: 0.4;
}
.mobile-btn-filter.selected .icon{
    opacity: 1;
}
.mobile-btn-filter.selected .icon-title{
    opacity: 1;
}
._catalog-list .inner-product-item:first-child{
    border-left: 1px solid #e1dcdc;
}
._catalog-list .inner-product-item:nth-child(4n+1){
    border-left: 1px solid #e1dcdc;
}
.product-about .q-categories-tags{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
@media (max-width: 767px){
    .index-brands__list.index-brands__list_mob{
        height: 150px !important;
        overflow: hidden;
    }
    .index-brands__list:before{
        content: '';
        width: 100%;
        height: 60px;
        background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 100;
    }
}
.modal_p{
    display: none;
    position: fixed;
    left: 10px;
    bottom: 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.modal_p .fancybox-button--close {
    position: absolute;
    right: 0;
    top: 0;
}
.modal_w5{
    width: 266px;
    height: auto;
    max-height: 370px;
    min-height: 300px;
    padding: 16px;
    font: 14px 'Montserrat';
}
.modal_w6{
    width: 416px;
    height: auto;
    max-height: 400px;
    min-height: 400px;
    padding: 25px;
    font: 14px 'Montserrat';
}
.modal_h6{
    max-height: 490px;
    min-height: 490px;
}
.modal_h7{
    max-height: 460px;
    min-height: 460px;
}
.fancybox-bg{
    background: rgba(0,0,0,0.5);
}
.popup-item__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #E30613;
    border-radius: 50%;
}
.popup-item__circle svg{
    width: 24px;
    height: 24px;
}
.modal_p_title{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
.mpd_text{
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    width: calc(100% - 44px);
}
.modal_p_detail{
    margin-bottom: 13px;
}
.modal_p_link{
    margin-bottom: 25px;
}
.modal_p_link a{
    font-size: 13px;
    text-decoration: underline;
}
.mpf_title{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.mpf_input{
    width: 100%;
    height: 54px;
    border: 1px solid #b3b3b3;
    padding: 0 10px;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: border-color .3s ease-out;
    background: #fff;
    outline: 0!important;
    box-shadow: none!important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-bottom: 16px;
}
.mpf_btn{
    display: flex;
    width: 100%;
    height: 54px;
    background: #E30613;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    font-size: 100%!important;
    font: inherit!important;
    font-weight: inherit!important;
}
.mpf_btn.inactive{
    cursor: default;
    background: #b3b3b3;
}
.modal_p_detail{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fancybox-close-small{
    display: none !important;
}
.popup-btn__ico svg{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.present_btn{
    display: flex;
    width: 200px;
    height: 56px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #E30613;
    font-size: 15px;
    font-weight: 600;
    position: fixed;
    left: 20px;
    bottom: 60px;
    padding-left: 0;
    border-radius: 28px;
    cursor: pointer;
    z-index: 999999;
    text-decoration: none;
}
.present_btn span {
    margin-top: -2px;
}
.equipment_block span:last-child{
    margin-bottom: 0;
}
.product-tabs .tabs-row{
    margin-top: 13px;
}
.mpf_att{
    line-height: 20px;
    margin-bottom: 25px;
}
.mpf_links{
    padding-top: 25px;
}
.mpf_links a:first-child{
    text-decoration: underline;
}
.mpf_links a:last-child{
    display: block;
    text-decoration: none;
    color: gray;
    margin-top: 20px;
}
.pass_block{
    margin-top: 10px;
}
.mpf_btn_b{
    background: #fff;
    border: 2px solid #E30613;
    color: #000;
}
.pass_block + .mpf_links{
    padding-top: 10px;
}
.mob_h_block{
    display: none;
    width: 100%;
}
.mob_labels{
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;

}
.mob_labels::-webkit-scrollbar {
    background-color: transparent;
    height: 0;
}

.mob_labels .label-item{
    white-space: nowrap;
}
.mob_h_block .in-stock span{
    color: green;
}
.q-product-preview__inner-padding a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.modal_p1_overlay {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 998;
    background: rgba(0, 0, 0, 0.65);
}
@media (min-width: 768px){
    .modal_p1_overlay {
        display: none!important;
    }
}
@media (max-width: 767px){
    .fancybox-bg{
        background: #fff;
    }
    .modal_w5{
        width: 100%;
        left: 0;
        right: 0;
    }
    .modal_p {
        bottom: 50px;
    }
    .present_btn{
        width: 56px;
    }
    .present_btn span{
        display: none;
    }
    .popup-btn__ico svg{
        width: 36px;
        height: 36px;
        margin-right: 0;
    }
    .mob_h_block{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .mob_labels .label-item{
        display: block !important;
        height: auto !important;
        margin: 3px 10px 3px 0 !important;
    }
    .right-part-mobile .in-stock{
        display: none;
    }
	.right-part-mobile .in-order{
		display: none;
	}
	.right-part .in-order .tooltip .entry{
		transform: translateX(-96%);
	}
    .mob_labels{
        width: calc(100% - 95px);
        position: relative;
    }
    .left-part > .label-item {
        display: none;
    }
    .mob_h_block .in-stock{
        margin-left: auto;
        display: block;
        margin-right: -10px;
    }
	.mob_h_block .in-order{
		margin-left: auto;
		display: block;
		margin-right: -10px;
	}
    .mob_h_block{
        position: relative;
        background: #fff;
        margin-left: 0;
        width: calc(100% + 20px);
        padding-left: 10px;
        padding-right: 10px;
    }
    .mob_h_block:before{
        content: '';
        width: 50px;
        height: 100%;
        background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        position: absolute;
        top: 0;
        left: calc(100% - 185px - 60px);
        z-index: 100;
    }
    .q-product-preview__add-to-cart-button{
        margin-top: 0;
        top: 13px;
    }
    .top-mobile1{
        right: 17px !important;
    }
    .mob_h_block.not_reviews .mob_labels {
        width: calc(100% - 110px);
    }
    .mob_h_block.not_reviews:before{
        left: calc(100% - 110px - 50px);
    }
    .mob_h_block.not_reviews .in-stock {
        margin-left: auto;
        margin-right: 10px;
    }
	.mob_h_block.not_reviews .in-order {
		margin-left: auto;
		margin-right: 10px;
	}
}
@media (max-width: 639px){
    .inner-product-item .q-product-preview__name{
        min-height: 72px;
    }
}

/* new-lk 14/03/2023 */
.flex3{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-start3 {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.justify-content-end3 {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-content-center3 {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-between3 {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-around3 {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.align-items-start3 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-items-end3 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-items-center3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.align-items-baseline3 {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.align-items-stretch3 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.new_lk{
    font: 14px 'Montserrat';
    font-weight: 400;
}
.new_lk .q-page-title{
    margin-bottom: 20px;
}
.profile_top{
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}
.pt_list li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 60px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    transition: .2s;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 3px solid rgba(255,255,255,0);
    border-right: 1px solid #EADFE6;
}
.pt_list li:last-child a{
    border-right: none;
}
.pt_list li a svg{
    margin-right: 10px;
    transition: .2s;
    filter: grayscale(1);
    opacity: 0.7;
}
.pt_list li a:hover{
    color: #E30613;
    border-bottom: 3px solid #E30613;
}
.pt_list li a.active svg{
    filter: grayscale(0);
    opacity: 1;
}
.pt_list li a.active{
    color: #E30613;
    border-bottom: 3px solid #E30613;
}
.pt_list li a.active svg{
    filter: grayscale(0);
    opacity: 1;
}
.pt_list li a .p_bonus{
    font: 10px 'Montserrat';
    font-weight: 600;
    background: #E30613;
    box-shadow: 0 6px 13px rgba(162, 4, 14, 0.27);
    padding: 3px 5px;
    color: #fff !important;
    margin-left: 15px;
    border-radius: 10px;
}
.pt_list li a .p_bonus i{
    font-style: normal;
}
.logout_btn{
    width: 141px;
    height: 60px;
    transition: .2s;
    border-bottom: 3px solid rgba(255,255,255,0);
    border-left: 1px solid #EADFE6;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    cursor: pointer;
    text-decoration: none;
}
.logout_btn svg{
    margin-right: 10px;
    transition: .2s;
    filter: grayscale(1);
    opacity: 0.7;
}
.logout_btn:hover{
    color: #E30613;
    border-bottom: 3px solid #E30613;
}
.logout_btn:hover svg{
    filter: grayscale(0);
    opacity: 1;
}
.profile_left{
    width: 480px;
}
.profile_right{
    width: calc(100% - 500px);
    margin-left: auto;
}
.pmi_left{
    width: 60%;
}
.pmi_right{
    width: 40%;
}
.profile_main_info{
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}
.profile_name{
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 5px;
}
.profile_mail a{
    text-decoration: none;
}
.pmi_right{
    font-size: 10px;
    line-height: 12px;
    color: #7C7C7C;
}
.pmi_right span{
    width: 100%;
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
    color: #000;
    text-align: right;
}
.bonus_line{
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #F2F1F2;
}
.pmi_top{
    margin-bottom: 30px;
}
.bonus_title{
    font-size: 12px;
    line-height: 15px;
    color: #7C7C7C;
    margin-bottom: 57px;
}
.bonus_title span{
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    margin-bottom: 5px;
}
.bl_title{
    position: absolute;
    top: -27px;
}
.bonus_line_progress{
    height: 100%;
    border-radius: 3px;
    background: #E30613;
    position: absolute;
    top: 0;
    left: 0;
}
.bonus_line:before{
    content: '';
    width: 2px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 33%;
    z-index: 100;
}
.bonus_line:after{
    content: '';
    width: 2px;
    height: 6px;
    background: #C4C4C4;
    position: absolute;
    top: 0;
    left: 66%;
    z-index: 100;
}
.bonus_line .bl_title:nth-child(1){
    left: 0;
}
.bonus_line .bl_title:nth-child(2){
    left: 29%;
}
.bonus_line .bl_title:nth-child(3){
    left: 62%;
}
.bonus_line .bl_title:nth-child(4){
    right: 0;
}
.bl_title.active{
    font: 14px 'montserratbold';
    color: #E30613;
}
.quiz_block{
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.quiz_ico{
    margin-bottom: 12px;
}
.quiz_title{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
}
.quiz_title span{
    color: #E30613;
    font-weight: 600;
}
.quiz_btn{
    width: 188px;
    height: 50px;
    border-radius: 5px;
    background: #E30613 0 0 no-repeat padding-box;
    box-shadow: 0 11px 13px #a2040e67;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    cursor: pointer;
}
.subscription_block{
    background: #fff;
    padding: 30px;
}
.sf_check{
    position: relative;
    padding-left: 27px;
    padding-top: 3px;
}
.sf_check input[type='checkbox']{
    display: none;
}
.sf_check input[type='checkbox'] + label:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/lknew/check1.png") no-repeat;
    position: absolute;
    top: 2px;
    left: 0;
}
.sf_check input[type='checkbox']:checked + label:before{
    background-position: 0 -20px;
}
.sf_check label{
    font-size: 10px;
    cursor: pointer;
}
.profile_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #7E6676;
    margin-bottom: 20px;
}
.subs_text{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.sf_input{
    width: calc(100% - 170px);
    border: 1px solid #ECDEE6;
    padding: 0 15px;
    font-size: 14px;
}
.sf_btn{
    width: 150px;
    height: 50px;
    border-radius: 5px;
    background: #E30613 0 0 no-repeat padding-box;
    box-shadow: 0 11px 13px #a2040e67;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-left: auto;
    cursor: pointer;
}
.sf_line{
    margin-bottom: 13px;
}
.bonus_info_block{
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}
.bonus_num{
    width: 45%;
}
.bonus_how{
    width: 27%;
}
.bonus_num{
    font-size: 12px;
    line-height: 15px;
    color: #7C7C7C;
    padding-left: 82px;
    background: url("../img/lknew/ico7.svg") no-repeat 0 center;
}
.bonus_num span{
    display: block;
    font-weight: 600;
    font-size: 42px;
    line-height: 42px;
    color: #000;
    margin-bottom: 5px;
}
.bonus_how{
    font-size: 10px;
    line-height: 16px;
}
.bonus_how span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 10px;
}
.bonus_info_block_line .bonus_how{
    margin-left: auto;
}
.history_table{
    width: 100%;
}
.history_table td{
    width: 33.333%;
    min-width: 33.333%;
    max-width: 33.333%;
    padding: 20px 0;
    border-bottom: 1px solid #DFDFDF;
}
.history_table tr td:last-child{
    text-align: right;
}
.history_table tr td:nth-child(2){
    text-align: center;
}
.history_table tr td:first-child{
    font: 14px 'montserratbold';
}
.history_block{
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}
.history_table td.red{
    color: #E30613;
}
.pr_left{
    width: 40%;
}
.pr_right{
    width: 60%;
    background: #FBF3EE;
    border-radius: 7px;
    padding: 25px;
}
.r_product_img{
    width: 81px;
}
.r_product_img a{
    cursor: pointer;
    display: block;
}
.r_product_info{
    width: calc(100% - 81px);
    padding-left: 20px;
}
.profile_review{
    background: #fff;
    padding: 30px;
}
.profile_review_btn{
    width: 170px;
    height: 50px;
    border-radius: 5px;
    background: #E30613 0 0 no-repeat padding-box;
    box-shadow: 0 11px 13px #a2040e67;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-left: auto;
}
.review_bonus{
    width: calc(100% - 200px);
    padding-left: 65px;
    background: url("../img/lknew/ico8.svg") no-repeat 0 center;
    line-height: 17px;
    padding-right: 50px;
}
.review_bonus span{
    font: 14px 'montserratbold';
}
.table_scroll2{
    height: 330px;
    overflow: auto;
}
.profile_wp{
    margin-bottom: 20px;
}
.p_mob_block{
    display: none;
}
.rpi_price{
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}
.rpi_text{
    line-height: 17px;
    margin-bottom: 10px;
}
.order{
    background: #fff;
    padding: 30px;
}
.order_empty_block{
    height: 768px;
}
.oe_img{
    text-align: center;
    margin-bottom: 30px;
}
.oe_img span{
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #7C7C7C;
    margin-top: 10px;
}
.oe_btn{
    width: 170px;
    height: 50px;
    border-radius: 5px;
    background: #18B000;
    box-shadow: 0 11px 13px rgba(24, 176, 0, 0.37);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
}
.order_num{
    font: 14px 'montserratbold';
}
.order_data{
    color: #636363;
}
.order_arrow{
    width: 15px;
    height: 15px;
    background: url("../img/lknew/ico10.svg") no-repeat center center;
    margin-left: 29px;
}
.order_top{
    cursor: pointer;
    position: relative;
}
.order_block{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
}
.order_toggle{
    display: none;
    padding-top: 30px;
}
.orders_wp .order_block:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.order_have{
    margin-bottom: 20px;
}
.order_block.active .order_toggle{
    display: block;
}
.op_img{
    position: relative;
    margin-bottom: 24px;
    text-align: center;
    padding-top: 35px;
    height: 285px;
    overflow: hidden;
}
.op_img a{
    display: block;
}
.op_img img{
    width: 200px;
    height: auto;
}
.opi_text{
    font-size: 13px;
    margin-bottom: 10px;
}
.opi_price{
    font: 18px 'montserratbold';
}
.order_product{
    width: 25%;
    border-right: 1px solid #f8f4f5;
}
.order_products .order_product:last-child{
    border: none;
}
.op_info{
    padding: 0 10px;
}
.op_label{
    height: 20px;
    font: 10px 'montserratbold';
    line-height: 20px;
    background: #7C7C7C;
    color: #fff;
    border-radius: 10px;
    padding: 0 8px;
    position: absolute;
    top: 0;
    left: 10px;
}
.order_products{
    margin-bottom: 30px;
}
.ob_data{
    font-size: 12px;
    color: #7C7C7C;
}
.ob_sum{
    font: 14px 'montserratbold';
}
.opi_text{
    height: 32px;
    overflow: hidden;
}
.orders_wp{
    min-height: 530px;
    /*overflow: auto;*/
}
.profile_right .q-form{
    max-width: 620px;
    margin: 0 auto;
}
.pi_btns .q-button{
    width: 170px;
    height: 50px;
    border-radius: 5px;
    background: #E30613 0 0 no-repeat padding-box;
    box-shadow: 0 11px 13px #a2040e67;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.pi_bonus_btn{
    width: 170px;
    height: 50px;
    border-radius: 5px;
    background: #18B000;
    box-shadow: 0 11px 13px rgba(24, 176, 0, 0.37);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-left: 20px;
	transition: 0.4s;
}
.pi_btns{
    width: 100%;
}
.change_pass{
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}
.profile_subscription{
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}
.profile_subscription .q-form{
    max-width: 100%;
}

.q-form__row select {
    width: 100%;
    font: 18px 'montserratlight', Arial, sans-serif;
    border: 1px solid #ecdee6;
    height: 53px;
    color: #000;
    background: #fff;
    padding: 0 12px;
}
.active .order_arrow {
    transform: rotate(180deg);
}
@media (max-width: 1399px) {
    .review_bonus{
        padding-right: 0;
    }
}
@media (max-width: 1299px) {
    .pr_left{
        width: 100%;
    }
    .pr_right{
        width: 100%;
    }
    .op_img{
        height: auto;
    }
    .orders_wp{
        height: auto;
    }
    .op_scroll{
        overflow: auto;
    }
    .order_products{
        width: 910px;
    }
}
@media (max-width: 1199px) {
    .bonus_how{
        width: 50%;
        margin-bottom: 10px;
    }
    .bonus_num{
        background-size: 45px auto;
        padding-left: 60px;
    }
    .bonus_num span{
        font-size: 35px;
        line-height: 38px;
    }
}
@media (max-width: 1023px) {
    .profile_left{
        width: 100%;
    }
    .profile_right{
        width: 100%;
    }
    .profile_left .quiz_block{
        display: none;
    }
    .profile_left .subscription_block{
        display: none;
    }
    .p_mob_block{
        display: block;
    }
    .bonus_how{
        width: 27%;
    }
    .profile_review{
        margin-bottom: 20px;
    }
    .order_empty_block{
        height: auto;
    }
    .order{
        margin-bottom: 20px;
    }
}
@media (max-width: 859px) {
    .logout_btn{
        width: 50px;
        height: 50px;
        position: absolute;
        top: -60px;
        right: 0;
        border-left: none;
    }
    .logout_btn span{
        display: none;
    }
    .logout_btn svg{
        margin-right: 0;
    }
    .logout_btn:hover{
        border-bottom: 3px solid rgba(255,255,255,0);
    }
}
@media (max-width: 767px) {
    .bonus_num{
        width: 100%;
        margin-bottom: 25px;
    }
    .bonus_how{
        width: 100%;
        margin-bottom: 20px;
    }
    .bonus_info_block_line .bonus_how:last-child{
        margin-bottom: 0;
    }
    .history_table{
        display: block;
    }
    .history_table tbody{
        display: block;
    }
    .history_table tr{
        display: block;
        border-bottom: 1px solid #DFDFDF;
        margin-bottom: 15px;
        padding-bottom: 20px;
    }
    .history_table td{
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        text-align: left !important;
        border: none;
        margin-bottom: 10px;
    }
    .history_table tr td:last-child{
        margin-bottom: 0;
    }
    .history_table tr:last-child{
        border-bottom: none;
    }
    .history_block{
        padding-bottom: 0;
    }
    .rpi_price{
        font-size: 22px;
        line-height: 24px;
    }
    .review_bonus{
        width: 100%;
        margin-bottom: 20px;
    }
    .profile_review_btn{
        width: 100%;
    }
    .pt_list li{
        width: 25%;
        position: relative;
    }
    .pt_list li a span{
        width: 100%;
    }
    .pt_list li a .p_bonus{
        width: 20px;
        height: 20px;
        position: absolute;
        top: -10px;
        right: 35px;
        padding: 0;
        text-align: center;
        line-height: 20px;
    }
    .pt_list li a svg{
        margin-right: 0;
    }
    .pt_list li a .p_bonus i{
        display: none;
    }
    .pt_list li a{
        padding: 0;
        width: 100%;
    }
    .pt_list{
        width: 100%;
        text-align: center;
    }
    .mob_labels {
        width: calc(100% - 185px);
        position: relative;
    }
    .mob_h_block .in-stock{
        margin-left: 10px;
    }
	.mob_h_block .in-order{
		margin-left: 10px;
	}
    .product-head {
        position: relative;
    }
    .right-part-mobile .info-item.info-item__reviews {
        position: absolute;
        right: 0;
        bottom: 3px;
        z-index: 9;
    }
    .right-part.right-part-mobile {
        padding: 0;
        padding-top: 3px;
    }
}
@media (max-width: 740px) {
    .profile_right .q-form__input{
        height: 50px;
    }
}
@media (max-width: 639px) {
    .ot_left{
        width: 100%;
        margin-bottom: 10px;
    }
    .ot_center{
        width: 100%;
        margin-bottom: 10px;
    }
    .ot_right{
        width: 100%;
    }
    .order_arrow{
        position: absolute;
        top: 0;
        right: 0;
    }
    .ob_data{
        width: 100%;
        margin-bottom: 10px;
    }
    .ob_sum{
        width: 100%;
    }
    #digi-shield.digi_desktop .digi-search{
        z-index: 8902 !important;
        display: block !important;
    }
    #digi-shield.digi_searchless .digi-ac{
        top: 45px !important;
    }
    #digi-shield .digi-ac{
        z-index: 8901 !important;
    }
    #digi-shield .digi-overlay{
        z-index: 8900 !important;
    }
    #digi-shield.digi_hidden, #digi-shield .digi_hidden{
        display: block !important;
    }
}
@media (max-width: 660px) {
    .q-page-title{
        margin-top: 0;
        white-space: nowrap;
        position: relative;
    }
    .q-page-title:after {
        content: '';
        position: absolute;
        top: 0;
        right: -15px;
        width: 40px;
        height: 100%;
        z-index: 2;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #f7f5f6 100%);
    }
    .new-logo-brand{
        margin-top: 0;
    }
    .new-logo-brand .distributor{
        margin-bottom: 25px;
    }
}
@media (max-width: 479px) {
    .pt_list li a{
        font-size: 10px;
    }
    .pt_list li a .p_bonus{
        right: 10px;
    }
    .pmi_right{
        width: 100%;
        padding-top: 20px;
        justify-content: flex-start !important;
        text-align: left;
    }
    .pmi_right span{
        text-align: left;
    }
    .pmi_left{
        width: 100%;
    }
    .profile_main_info{
        padding: 20px;
    }
    .bonus_info_block{
        padding: 20px;
    }
    .history_block{
        padding: 20px 20px 0 20px;
    }
    .profile_review{
        padding: 20px;
    }
    .quiz_block{
        padding: 20px;
    }
    .subscription_block{
        padding: 20px;
    }
    .sf_input{
        width: 100%;
        height: 50px;
        margin-bottom: 10px;
    }
    .sf_btn{
        width: 100%;
    }
    .quiz_btn{
        width: 100%;
    }
    .pr_right{
        padding: 20px;
    }
    .order_empty_block>div{
        width: 100%;
    }
    .oe_btn{
        width: 100%;
    }
    .order{
        padding: 20px;
    }
    .change_pass{
        padding: 20px;
    }
    .profile_subscription{
        padding: 20px;
    }
    .pi_btns .q-button{
        width: 100%;
    }
    .pi_bonus_btn{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .pmi_top{
        margin-bottom: 20px;
    }
}
/* new-lk 14/03/2023 */



/*27.03.2023 Когда нет стикеров добавлять класс !mob_h_block_no_right! к div с классом mob_h_block*/
/*27.03.2023 Когда нет отзывов добавлять класс !mob_h_block_no_reviews! к div с классом mob_h_block */
.mob_h_block_no_reviews .mob_labels {
    width: calc(100% - 105px);
}
.mob_h_block_no_reviews:before {
    left: calc(100% - 105px - 50px);
}
.mob_h_block_no_right .mob_labels{
    width: 100%;
}
.mob_h_block_no_right:before{
    left: calc(100% - 50px);
}

.mob_catalog_slider{
    display: none;
}
.catalog_slider{
    width: 100%;
    overflow: hidden;
}
@media (max-width: 660px) {
    .catalog_new-logo-brand{
        position: absolute;
    }
    .catalog_new-logo-brand .distributor {
        width: 130px;
        padding: 0;
    }

    .catalog_new-logo-brand .distributor__left-part {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .catalog_new-logo-brand .distributor .text{
        font-size: 10px !important;
        text-align: center;
    }
    .q-breadcrumbs_scroll .q-breadcrumbs__list{
        width: calc(100% - 135px);
        overflow: auto;
    }
    .mob_catalog_slider{
        display: block;
    }
    .q-product-preview__img_mob_dn{
        display: none;
    }
}
.al_slide{
    display: flex;
    align-items: flex-start;
}
.swiper_al{
    overflow: hidden;
    padding: 10px;
}
.al_slide{
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 93px;
}
.al_ico2{
    width: 25px;
}
.al_info2{
    width: calc(100% - 25px);
    padding-left: 14px;
    font-size: 12px;
    line-height: 15px;
    font-family: Montserrat;
}
.al_info2 span{
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}
.about_line{
    padding-top: 20px;
    margin-bottom: 10px;
}
.about_line{
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}
/*
.about_line:before{
    content: '';
    width: 250px;
    height: 100%;
    background: linear-gradient(to right, rgba(247,245,246,0.8) 0%,rgba(247,245,246,0.3) 48%,rgba(247,245,246,0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
*/
.about_line .swiper-button-next{
    width: 40px;
    height: 40px;
    background: #ECDEE6;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    z-index: 99;
    opacity: 1;
    visibility: visible;
}
.about_line .swiper-button-next:after{
    width: 40px;
    height: 40px;
    background: url(../img/svg/al-ico6.svg) no-repeat center center;
    transform: rotate(0deg);
    top: 0;
    left: 0;
}
.sp_al{
    display: none;
    bottom: 0 !important;
}
.lp_tabs_wp{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 41px;
}
.q-line-with-link {
    margin-top: 50px;
}
.lp_tabs{
    padding-left: 30px;
    position: relative;
    top: -2px;

}
.lp_tabs a{
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 3px solid rgba(255,255,255,0);
    margin-right: 15px;
    cursor: pointer;
}
.lp_tabs a.active{
    border-bottom: 3px solid #E30613;
}
.lp_tabs_wp .q-content-widget__title{
    padding-top: 0;
    padding-bottom: 0;
}
.q-product-wp{
    display: flex;
    flex-wrap: wrap;
}
.q-product-wp .q-product-preview{
    width: 25%;
}
.q-product-wp .q-product-preview.index-preview:hover .q-product-preview__hover {
    box-shadow: 0 26px 30px rgba(0,0,0,.15);
    transform: scale(1.05);
    padding-bottom: 50px;
}
.q-product-wp .q-product-preview.index-preview:hover {
    z-index: 100;
}
.q-product-wp .q-product-preview.index-preview:hover .q-product-preview__add2cart-button {
    display: flex;
}
.articles-list .q-content-widget__title{
    width: 100%;
}
.articles-list + .q-line-with-link{
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-bottom: 20px;
}
.content_wp{
    font-family: 'Montserrat';
}
.article_content p strong{
    font-weight: 500;
}
.about_line .swiper-wrapper{
    align-items: stretch;
}
.about_line .swiper-slide{
    width: calc(20% - 20px);
    margin-right: 20px;
}
.content_wp h1:not(.h1-type-mod){
    margin-bottom: 15px;
}
.share_block{
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #EEE6EA;
}
.article_content ul li{
    margin-bottom: 10px;
}
.article_content ul li:last-child{
    margin-bottom: 0;
}
.article_wp{
    padding: 20px;
}
.af_check_mob{
    display: none;
}
.swiper-pagination{
    z-index: 0;
}
.q-product-preview.index-preview .q-product-preview__hover{
    z-index: 2;
}
.article_content img:not(.q-product-preview__img):first-child{
    width: 100%;
    /*
    height: 279px;
    */
    /*
    object-fit: cover;
    */
}
.article_content q{
    background: #F7F5F6 url("../img/svg/quote.svg") no-repeat 40px 30px;
    border-radius: 7px;
    padding: 30px 40px 30px 140px;
    margin-top: 30px;
    display: block;
    font-size: 18px;
    line-height: 32px;
}
.aside_left .author_block{
    padding-bottom: 0;
    border-bottom: none;
}
.mob_ab{
    display: none;
}
.promo_block .promo_word, .promo_block .promo_text{
    display: flex !important;
}
.article_content>ul{
    padding-left: 20px;
    padding-right: 20px;
}
.article_wp a.video_block {
    cursor: default;
}
.article_wp a.video_block[href] {
    cursor: pointer;
}
@media (max-width: 1299px) {
    .al_slide{
        padding: 12px;
    }
    .about_line .swiper-slide{
        width: calc(25% - 10px);
        margin-right: 10px;
    }
    .banner-amon-product a{
        background-position: center !important;
    }
}
@media (max-width: 1023px) {
    .sp_al{
        display: block;
    }
    .about_line .swiper-button-next{
        display: none;
    }
    .about_line{
        padding-bottom: 20px;
    }
    .q-product-wp + .button-center{
        display: flex;
    }
    .articles-list + .q-line-with-link{
        display: flex;
    }
    .about_line .swiper-slide{
        width: calc(33.333% - 10px);
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .q-product-wp .q-product-preview{
        width: 50%;
    }
    .about_line .swiper-slide{
        width: calc(50% - 10px);
        margin-right: 10px;
    }
    .share_block{
        padding-top: 0;
        border-top: 0;
    }
    .share_block span{
        margin-bottom: 10px;
    }
    .article_form{
        border: 2px solid #E30613;
    }
    .magazine_wp{
        margin-top: 20px;
    }
    .magazine_wp h2{
        margin-bottom: 20px;
        font-weight: 500;
    }
    .content_wp h1:not(.h1-type-mod) {
        margin-bottom: 25px;
        padding-top: 7px;
    }
    .q-categories-tags{
        white-space: nowrap;
        overflow-x: auto;
    }
    .q-categories-tag {
        font-size: 9px;
        height: 28px;
        line-height: 28px;
        margin-right: 6px;
    }
    .q-categories-tags-swiper-new .q-categories-tag {
        line-height: 24px!important;
    }
    .tags_circle {
        top: 0!important;
    }
    .link-tool span:after{
        display: none;
    }
    .link-tool span{
        text-decoration: underline;
    }
    .description_block .link-tool{
        margin-bottom: 20px;
    }
    .tab-block{
        padding-bottom: 0;
    }
    .mobile-tab-link{
        margin-bottom: 0;
        padding-top: 3px;
    }
    .products-block{
        padding-bottom: 0;
    }
    .q-content{
        padding-top: 15px;
    }
    .q-quantity{
        font-size: 12px !important;
    }
    .q-catalog-filters__item--text b{
        padding-left: 1px;
    }
    .q-collection-slider{
		padding-top: 0;
		padding-bottom: 0;
        margin-bottom: 0;
    }
    .new-logo-brand .distributor{
        background: none;
    }
    .new-logo-brand .distributor .distributor__left-part{
        border: none;
        padding-left: 0;
        background: none;
    }
    .article_content q {
        padding: 80px 20px 20px 20px;
        background-position: 20px 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .mob_h_block .in-stock{
        margin-right: 0;
        margin-left: 0;
    }
	.mob_h_block .in-order{
		margin-right: 0;
		margin-left: 0;
	}
    .mob_h_block_no_reviews::before {
        left: calc(100% - 105px - 60px);
    }
    .mob_ab{
        display: flex;
        margin-bottom: 20px;
    }
    .new-logo-brand .distributor .distributor__left-part{
        padding-top: 0;
    }
    .article_content q{
        background-size: 20px auto;
        padding-top: 20px;
        padding-left: 45px;
        background-position: 14px 20px;
    }
    .q-product-preview__content .bx-rating.text-primary{
        top: 3px !important;
    }
    .q-product-previews-list {
        margin-top: 0!important;
    }
    .mob_labels {
        width: calc(100% - 175px);
        position: relative;
    }
    .mob_h_block::before {
        content: '';
        left: calc(100% - 175px - 60px);
    }
    .mob_h_block_no_reviews:before{
        left: calc(100% - 112px - 60px);
    }
    .mob_h_block .in-stock{
        margin-left: auto;
        margin-right: 65px;
    }
	.mob_h_block .in-order{
		margin-left: auto;
		margin-right: 65px;
	}
    .mob_h_block_no_reviews .in-stock{
        margin-left: 0;
        margin-right: 0;
    }
	.mob_h_block_no_reviews .in-order{
		margin-left: 25px;
		margin-right: 0;
	}
    .mob_h_block_no_reviews .mob_labels {
        width: calc(100% - 112px);
    }
    .tags_more_btn {
        display: none!important;
    }
    .q-line-with-link {
        margin-top: 20px;
    }
    .banner-amon-product a {
        padding-top: 0!important;
        height: calc((100vw - 70px) / 1.51)!important;
    }
}
@media (max-width: 639px) {
    .lp_tabs{
        top: 0;
        padding-top: 5px;
        padding-left: 10px;
    }
    .lp_tabs a{
        margin-right: 5px;
        font-size: 11px;
    }
    .lp_tabs a:last-child{
        margin-right: 0;
    }
    .al_slide{
        height: auto;
        min-height: 77px;
    }
}


/* тест */

/* тест */


@media (max-width: 479px) {
    .content_wp{
        padding-top: 15px;
    }
    .al_info2 br{
        display: none;
    }
    .article_wp{
        padding: 20px;
    }
    .share_block{
        margin-top: 0;
    }
    .share_block span{
        margin-bottom: 0 !important;
    }
    .share_block>span{
        margin-bottom: 10px !important;
    }
    .af_check_d{
        display: none;
    }
    .af_check_mob{
        display: block;
        margin-bottom: 20px;
    }
    #catalog-ajax-block ._catalog-list .inner-product-item:nth-child(4n+1) {
        border-left: none;
    }



    #catalog-ajax-block.auto_margin_blocks .q-product-preview__inner-padding {
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: stretch;
    }
    #catalog-ajax-block.auto_margin_blocks .q-product-preview__inner {
        display: flex;
        align-items: stretch;
        justify-content: stretch;
    }
    #catalog-ajax-block.auto_margin_blocks .inner-product-item .q-product-preview__name {
        min-height: 0;
    }
    #catalog-ajax-block.auto_margin_blocks .inner-product-item .q-product-preview__name {
        margin-bottom: 15px;
    }
    #catalog-ajax-block.auto_margin_blocks .inner-product-item .q-product-preview__name {
        margin-bottom: 15px;
    }
    #catalog-ajax-block.auto_margin_blocks .q-product-preview__info {
        margin-top: auto;
    }

    #catalog-ajax-block.auto_margin_blocks .inner-product-item:hover .q-product-preview__inner {
        position: static;
    }
    #catalog-ajax-block.auto_margin_blocks .inner-product-item .q-product-preview__content {
        padding-top: 14px;
    }
    #catalog-ajax-block.auto_margin_blocks .inner-product-item .q-product-preview__content {
        padding-top: 20px;
    }

}
@media (max-width: 469px) {
    .al_slide{
        min-height: 115px;
        padding: 7px;
    }
    .al_info2{
        padding-left: 10px;
    }
}
@media (max-width: 399px) {
    .al_slide{
        min-height: 115px;
    }
}
.from-slider-desctop .dbl-img {
    position: relative;
}
.from-slider-desctop .swiper-pagination {
    position: absolute !important;
    bottom: -5px!important;
    z-index: 999!important;
    height: 1px;
    display: flex;
    justify-content: center;
}
.from-slider-desctop .swiper-pagination-bullet {
    width: 39px;
    border: none;
    margin: 0 5px!important;
    background-color: #E3E3E3;
    border-radius: 0;
    opacity: 1;
    height: 1px;
}
.from-slider-desctop .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #969696;
    opacity: 1;
}
.from-slider-desctop .catalog_image_slider {
    overflow: hidden;
}
.from-slider-desctop .dbl-img {
    overflow: visible;
}
.over_pagination_wp {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    top: 0;
    left: 0;
}
.over_pagination_wp > div {
    width: 100%;
    height: 100%;
}
@media (max-width: 950px) {
    .inner-product-item.from-slider .q-product-preview__inner-padding, .inner-product-item.from-slider .catalog_image_slider {
        width: 100%;
    }
    .q-catalog__content.from-slider-wp {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .q-catalog__content.from-slider-wp .swiper-horizontal > .swiper-pagination-bullets {
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    .over_pagination_wp {
        display: none;
    }
    .q-catalog__content.from-slider-wp .swiper-pagination-bullets .swiper-pagination-bullet {
        /*transition: 0.7s width linear;*/
        margin-left: 2px;
        margin-right: 2px;
    }

    .q-catalog__content.from-slider-wp .catalog_image_slider {
        padding-bottom: 15px;
    }
    .from-slider-desctop .swiper-pagination {
        bottom: 4px!important;
    }
}


.inner-product-item:hover .q-product-preview__inner {
    position: absolute;
}

.q-product-preview__inner {
    z-index: 3;
}
.q-product-preview.index-preview:hover {
    z-index: 980!important;
}

.tags_more_btn {
    height: 30px;
    line-height: 30px;
    padding: 0 36px 0 12px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #E8E1E5;
    margin: 0 0 10px 0;
    text-decoration: none;
    transition: .3s;
    position: absolute;
    top: 0;
    right: 0;
    background: #f7f5f6;
    z-index: 5;
    cursor: pointer;
    display: none;
}
.tags_more_btn.show {
    display: inline-block;
}
.tags_more_btn:after {
    height: calc(100% + 4px);
    width: 84px;
    background: -moz-linear-gradient(left, rgba(247,245,246,0) 0%, rgba(247,245,246,0.78) 36%, rgba(247,245,246,1) 85%, rgba(247,245,246,1) 100%);
    background: -webkit-linear-gradient(left, rgba(247,245,246,0) 0%,rgba(247,245,246,0.78) 36%, rgba(247,245,246,1) 85%,rgba(247,245,246,1) 100%);
    background: linear-gradient(to right, rgba(247,245,246,0) 0%,rgba(247,245,246,0.78) 36%, rgba(247,245,246,1) 85%, rgba(247,245,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f5f6', endColorstr='#ebf7f5f6',GradientType=1 );
    position: absolute;
    left: -85px;
    top: -2px;
    content: '';
    z-index: 2;
}
.tags_more_btn:before {
    content: '';
    position: absolute;
    right: 6px;
    top: 4px;
    width: 20px;
    height: 20px;
    background: url('/local/templates/kronostime2022/img/tag_plus.svg') no-repeat center;
}

.q-categories-tags-swiper-new.opened .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-wrap: wrap;
}
.tags_circle {
    width: 20px;
    height: 20px;
    background: #F0EBED;
    border-radius: 100%;
    margin-left: 7px;
    color: #8A657B;
    font-size: 9px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    position: relative;
    top: -1px;
}
.q-categories-tags-swiper-new .q-categories-tag {
    line-height: 28px!important;
}



/*
.q-product-preview__add2cart-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #715b68;
    background: #fff url(/local/templates/kronostime2022/img/svg/add2cart.svg) 16px 20px no-repeat;
    font-size: 0;
    font-family: montserratsemibold, arial;
    color: #fff;
    transition: background-color .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    right: 0;
    z-index: 99;
}
*/
/*
.q-page-title{
    margin-top: 0;
    margin-bottom: 15px;
}
.profile_top{
    font-family: 'Montserrat' !important;
}
.profile_wp{
    font-family: 'Montserrat' !important;
}

 */
.slick-slider{
    /*padding-bottom: 30px;*/
}
/*
.slick-slider .q-product-preview__hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background: white;
    transition: box-shadow .2s, transform .2s;
    box-sizing: content-box;
}
.slick-slider .q-product-preview__add2cart-button {
    font-family: montserratsemibold,sans-serif;
    font-size: 14px;
    box-shadow: 0 8px 12px rgba(162,162,162,.42);
    background: #fff;
    height: 35px;
    width: 132px;
    border: 1px solid #70707033;
    margin-left: -66px;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.slick-slider .q-product-preview.index-preview:hover .q-product-preview__hover {
    box-shadow: 0 5px 7px rgba(0,0,0,.15);
    transform: scale(1.05);
    padding-bottom: 50px;
}
.slick-slider .q-product-preview.index-preview:hover .q-product-preview__add2cart-button {
    display: flex;
}

 */
.slick-track{
    /*padding-bottom: 80px;*/
}
/*
.slick-slide .q-product-preview{
    border-bottom: none !important;
}
.slick-dots li{
    width: 7px;
    height: 7px;
    border: none !important;
}
.slick-dots li, .slick-dots li button{
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border: 1px solid #707070;
}
.slick-arrow {
    top: calc(50% - 100px);
}

 */
/*
@media screen and (max-width: 740px){
    .slick-slider .q-product-preview__img--preview img {
        max-width: 80%;
    }
    .slick-slider .q-product-preview__info{
        padding-bottom: 3px;
    }
    .slick-slider .q-product-preview__add2cart-button{
        height: 25px;
    }
    .slick-slider .q-product-preview__info a.q-product-preview__name{
        line-height: 1;
    }

 */
    .slick-track {
        /*padding-bottom: 30px;*/
    }
    /*
}

     */
.triple-banner-slider .slick-track{
    /*padding-bottom: 0;*/
}
.triple-banner-slider .slick-slider{
    /*padding-bottom: 0;*/
}

.header-compare.no_items, .empty_cart {
    cursor: default;
}
.inner-product-item.from-slider .swiper-pagination {
    position: absolute!important;
}


.advantages_wp{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 350px);
    margin-left: -175px;
    padding-bottom: 60px;
}
.al_slide{
    box-shadow: none;
    background: none;
}
@media (max-width: 1699px) {
    .advantages_wp{
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1199px) {
    .advantages_wp .al_slide{
        width: 33.333%;
        height: auto;
        margin-bottom: 20px;
        padding: 0 10px 0 0;
    }
}
@media (max-width: 767px) {
    .advantages_wp .al_slide{
        width: 50%;
    }
}
.modal_b{
    display: none;
    width: 580px;
    border-radius: 20px;
    padding: 30px 60px 50px 60px;
    background: #fff url('/local/templates/kronostime2022/img/svg/b-img2.svg') no-repeat right bottom;
    font-family  : Montserrat;
}
.mb_ico{
    margin-bottom: 18px;
}
.mb_title2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.mb_title2.promo_copy {
    display: inline-block;
    padding-right: 30px;
    background: url('../img/copy.svg') no-repeat center right;
    background-size: 20px auto;
    cursor: pointer;
}
.mb_title2.promo_copy:hover:active {
    background: none;
}
.mb_text{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 6px;
}
.mb_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 60px;
    border-radius: 8px;
    background: #000;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.modal_b_v2{
    background: url('/local/templates/kronostime2022/img/svg/b-bg6.jpg') no-repeat center 0;
    background-size: cover;
    padding: 30px 90px 30px 170px;
}
.s_title{
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}
.s_input{
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.s_input::placeholder{
    color: #000;
    opacity: 1;
}
.s_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background: #E30613;
    margin-bottom: 10px;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff;
    border: none;
    font-family: "montserratlight";
    cursor: pointer;
}
.s_attention{
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #B0B0B0;
}
.s_promo{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 40px;
    background: url('/local/templates/kronostime2022/img/svg/b-img3.svg') no-repeat 0 center;
    margin-bottom: 20px;
    color: #fff;
}
@media (max-width: 767px) {
    .modal_b{
        width: 100%;
        padding: 30px;
    }
    .modal_b_v2{
        background: #2E2A35;
    }
}


.franchise_screen_1{
    width: 100%;
    height: 774px;
    background: url('/local/templates/kronostime2022/img/f-bg1.jpg') no-repeat 0 center;
    background-size: cover;
    overflow: hidden;
    font: 16px Montserrat;
    padding-top: 110px;
}
.fs_title1{
    font-size: 18px;
    color: #96949A;
}
.fs_title2{
    width: 60%;
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.fs_subtitle{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}
.fs_line{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.fsl_item{
    font-size: 18px;
    font-weight: 500;
    color: #96949A;
    padding-left: 23px;
    background: url('/local/templates/kronostime2022/img/f-ico1.svg') no-repeat 0 center;
    margin-right: 30px;
}
.fs_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 283px;
    height: 70px;
    font-weight: 700;
    border-radius: 8px;
    background: #E30613 url('/local/templates/kronostime2022/img/f-ico2.svg') no-repeat 20px center;
    margin-right: 40px;
    padding-left: 30px;
    color: #fff;
}
.fs_btn_wp{
    display: flex;
    align-items: center;
    margin-bottom: 160px;
}
.fs_link{
    font-weight: 700;
    color: #fff;
}
.fs_line2{
    display: flex;
}
.fs_block{
    padding-left: 50px;
    font-size: 20px;
    background: url('/local/templates/kronostime2022/img/f-ico3.svg') no-repeat 0 center;
    margin-right: 160px;
    color: #fff;
}
.fs_line2 .fs_block:last-child{
    margin-right: 0;
}
.fs_block span{
    font-weight: 600;
}
.franchise_screen_2{
    width: 100%;
    font: 16px Montserrat;
    padding-top: 60px;
    background: #fff;
}
.fs_about_block{
    display: flex;
    flex-wrap: wrap;
}
.fs_ab_left{
    width: calc(100% - 519px);
    padding-right: 30px;
}
.fs_ab_right{
    width: 519px;
}
.fs_title3{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.ab_text p{
    font-size: 18px;
    margin-bottom: 15px;
}
.ab_text p .f_v1{
    font-size: 20px;
    font-weight: 500;
}
.ab_text p .f_v2{
    font-weight: 600;
}
.fs_about_line{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.fs_about_info{
    display: flex;
    align-items: center;
    width: 33.333%;
}
.ai_num{
    font-size: 70px;
    font-weight: 500;
    color: #E30613;
    margin-right: 15px;
}
.ai_text{
    font-size: 14px;
}
.fs_about_line2{
    display: flex;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #767676;
    padding: 39px 0;
    margin-bottom: 50px;
}
.fs_about_info2{
    display: flex;
    align-items: center;
    width: 33.333%;
}
.ai_num2{
    font-size: 70px;
    font-weight: 500;
    margin-right: 15px;
}
.ai_text2{
    font-size: 14px;
    font-weight: 500;
}
.ai_ico{
    width: 57px;
    margin-right: 25px;
}
.ai_text3{
    font-size: 14px;
}
.ai_text3 span{
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.fs_brands_wp{
    display: flex;
    flex-wrap: wrap;
}
.fs_brand{
    width: 20%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.franchise_screen_3{
    width: 100%;
    background: #2E2A35;
    padding: 90px 0;
}
.fs_forma_title{
    font-size: 32px;
    color: #96949A;
    margin-bottom: 30px;
    position: relative;
}
.fs_forma_title:before{
    content: '';
    width: 74px;
    height: 74px;
    background: url('/local/templates/kronostime2022/img/f-ico6.svg') no-repeat center center;
    position: absolute;
    top: -110px;
    left: 30px;
}
.fs_forma_title span{
    display: block;
    font-size: 46px;
    font-weight: 600;
    color: #fff;
}
.fs_forma_num{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #96949A;
}
.fs_forma_num span{
    font-size: 50px;
    font-weight: 600;
    color: #E30613;
    margin-right: 10px;
}
.fs_forma_left{
    width: calc(100% - 623px);
}
.fs_form{
    width: 623px;
    display: flex;
    flex-wrap: wrap;
}
.fs_form_input{
    width: 383px;
    height: 60px;
    border-radius: 8px;
    border: none;
    outline: none;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-left: 25px;
}
.fs_form_input::placeholder{
    color: #000;
}
.fs_form_attention{
    width: 100%;
    font-size: 12px;
    color: #898989;
}
.fs_form_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 60px;
    border-radius: 8px;
    background: #E30613;
    font-size: 14px!important;
    font-weight: 700!important;
    color: #fff;
    margin-left: auto;
    border: none;
    font-family: "montserratlight",Arial,sans-serif;
    line-height: 60px;
    cursor: pointer;
}
.fs_forma{
    display: flex;
    flex-wrap: wrap;
}
.franchise_screen_4{
    width: 100%;
    background: #F7F5F6;
    font: 16px Montserrat;
    padding: 70px 0;
}
.fs_form_phone{
    font-size: 12px;
    color: #C2C2C2;
    display: flex;
    align-items: center;
    width: 100%;
}
.fs_form_phone span{
    font-size: 30px;
    font-weight: 600;
    margin-left: 20px;
}
.shops_wp{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 90px;
}
.shop_block{
    width: 33.333%;
    padding: 0 15px;
}
.sb_img img{
    width: 100%;
    height: auto;
}
.fs_steps_block{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.fs_step_item_wp{
    width: 25%;
    padding: 0 15px;
}
.fs_step_item{
    width: 100%;
    height: 292px;
    background: #fff;
    border-radius: 20px;
    padding: 25px 45px;
}
.sb_img{
    margin-bottom: 10px;
}
.sb_city{
    font-weight: 600;
    margin-bottom: 10px;
}
.sb_proceeds{
    font-size: 13px;
    font-weight: 500;
    color: #898989;
    margin-bottom: 25px;
}
.sb_proceeds span{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}
.sb_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 60px;
    border-radius: 8px;
    background: #E30613;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.fs_step_num{
    width: 55px;
    height: 55px;
    background: #000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 55px;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 50%;
    position: relative;
}
.fs_step_num:before{
    content: '';
    width: 46px;
    height: 10px;
    background: url('/local/templates/kronostime2022/img/f-ico7.svg') no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -180px;
}
.fs_step_text{
    font-size: 20px;
}
.fs_step_text span{
    font-weight: 600;
}
.fs_steps_block .fs_step_item_wp:last-child .fs_step_num{
    background: #E30613;
}
.fs_steps_block .fs_step_item_wp:last-child .fs_step_num:before{
    background: url('/local/templates/kronostime2022/img/f-ico8.svg') no-repeat right center;
}
.franchise_screen_3_v2{
    padding-top: 150px;
}
.mob_more_link{
    text-align: center;
    display: none;
}
.mob_more_link a{
    font-size: 12px;
}
@media (max-width: 1299px) {
    .fs_step_num::before{
        right: -130px;
    }
}
@media (max-width: 1199px) {
    .fs_title2{
        width: 100%;
    }
    .fs_title3{
        font-size: 42px;
    }
    .fs_ab_right{
        width: 450px;
    }
    .fs_ab_left {
        width: calc(100% - 450px);
        padding-right: 10px;
    }
    .fs_block{
        margin-right: 50px;
    }
    .fs_step_item{
        padding: 25px;
    }
    .fs_forma_title span{
        font-size: 38px;
    }
}
@media (max-width: 1023px) {
    .fs_title2{
        font-size: 50px;
    }
    .fs_btn_wp{
        margin-bottom: 60px;
    }
    .franchise_screen_1{
        height: auto;
        padding: 60px 0;
    }
    .fs_ab_left{
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .fs_ab_right{
        width: 100%;
        text-align: center;
        order: 1;
    }
    .fs_ab_right img{
        max-width: 60%;
        height: auto;
    }
    .ai_text3 span{
        font-size: 18px;
    }
    .fs_forma_left{
        width: 100%;
    }
    .fs_form{
        width: 100%;
    }
    .fs_form_input{
        width: 100%;
        margin-bottom: 10px;
    }
    .fs_form_btn{
        width: 100%;
        margin-bottom: 10px;
    }
    .sb_proceeds span{
        font-size: 16px;
    }
    .fs_step_item_wp{
        width: 100%;
        margin-bottom: 15px;
    }
    .fs_step_item{
        height: auto;
        display: flex;
    }
    .fs_step_num:before{
        display: none;
    }
    .fs_step_text{
        width: calc(100% - 55px);
        padding-left: 15px;
    }
    .fs_block{
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .franchise_screen_1{
        padding: 45px 0;
    }
    .fs_title1{
        font-size: 14px;
    }
    .fs_title2{
        font-size: 30px;
    }
    .fs_subtitle{
        font-size: 16px;
    }
    .fs_line{
        flex-wrap: wrap;
    }
    .fsl_item{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .fs_btn{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .fs_btn_wp{
        justify-content: center;
        flex-wrap: wrap;
    }
    .fs_line2{
        flex-wrap: wrap;
    }
    .fs_block{
        width: 100%;
        margin-right: 0;
        background-size: 18px auto;
        padding-left: 40px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .fs_block br{
        display: none;
    }
    .fs_btn_wp{
        margin-bottom: 45px;
    }
    .franchise_screen_2{
        padding-top: 0;
    }
    .fs_title3{
        font-size: 24px;
    }
    .ab_text p{
        font-size: 14px;
    }
    .ab_text p .f_v1{
        font-size: 16px;
    }
    .fs_about_line{
        flex-wrap: wrap;
    }
    .fs_about_info{
        width: 100%;
    }
    .ai_num{
        font-size: 45px;
        font-weight: 600;
        width: 120px;
    }
    .ai_text{
        width: calc(100% - 120px);
        font-size: 12px;
    }
    .fs_about_line{
        margin-bottom: 20px;
    }
    .fs_about_line2{
        flex-wrap: wrap;
    }
    .fs_about_info2{
        width: 100%;
        justify-content: center;
        margin-bottom: 5px;
    }
    .ai_num2{
        font-size: 45px;
    }
    .ai_text3 span{
        font-size: 16px;
    }
    .ai_ico{
        width: 45px;
        text-align: center;
    }
    .fs_about_line2{
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .fs_brand{
        width: 50%;
        margin-bottom: 10px;
    }
    .fs_brands_wp{
        height: 190px;
        overflow: hidden;
    }
    .mob_more_link{
        display: block;
        padding-bottom: 30px;
    }
    .fs_forma_title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .fs_forma_title span{
        font-size: 24px;
    }
    .fs_forma_title:before{
        width: 43px;
        height: 43px;
        background-size: 100%;
        top: -50px;
    }
    .franchise_screen_3{
        padding: 35px 0;
    }
    .franchise_screen_4{
        padding: 50px 0;
    }
    .shop_block{
        width: 100%;
        margin-bottom: 30px;
    }
    .sb_proceeds span{
        font-size: 20px;
    }
    .sb_btn{
        width: 100%;
        height: 50px;
    }
    .shops_wp{
        margin-bottom: 20px;
    }
    .fs_step_num{
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }
    .fs_step_text {
        width: calc(100% - 30px);
        font-size: 16px;
    }
    .fs_form_phone{
        display: none;
    }
    .fs_form_attention{
        text-align: center;
    }
    .fs_forma_num{
        margin-bottom: 10px;
    }
    .fs_forma_num span{
        font-size: 30px;
        font-weight: 600;
    }
}

.fancybox-container-only-black .fancybox-bg{
    background: rgba(0,0,0,0.5)!important;
}

.youtube-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    margin-top: -24px;
    margin-left: -34px;
    background: url('/local/templates/kronostime2022/img/ytplay.png') no-repeat center;
}
.youtube-video {
    display: block;
    position: relative;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.youtube-video-bg {
	display: block;
	width: 100%;
	height: 100%;

	position: absolute;
	left: 0;
	top: 0;

	object-position: center;
	object-fit: cover;
}
.fr_magnific {
    cursor: pointer;
    text-decoration: none;
}
.fs_link {
    text-decoration: none;
}
.fr_magnific:hover, .fs_form_btn:hover {
    background-color: #f91725;
}
.fancybox-container-pure-white .fancybox-stage {
    background: #fff;
}


.product-card__sidebar .promo > span:last-child {
    position: relative;
}
.product-card__sidebar .promo:hover > span:last-child:after {
    position: absolute;
    width: 12px;
    height: 12px;
    content: '';
    bottom: 3px;
    right: -14px;
    background: url('/local/templates/kronostime2022/img/copy.svg') no-repeat center;
    background-size: 12px 12px;
}
.product-card__sidebar .promo:hover:active > span:last-child:after {
    display: none;
}
.product-card__sidebar .promo {
    cursor: pointer;
}
.promo_hidden {
    position: absolute;
    opacity: 0;
    z-index: -9999;
}


.service_screen_1{
    width: 100%;
    background: #2E2A35;
    padding: 36px 0;
    font-family: Montserrat;
}
.service_screen_1 h1{
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.service_subtitle{
    font-size: 32px;
    letter-spacing: 1.6px;
    color: #96949A;
    margin-bottom: 52px;
}
.service_info{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #96949A;
    margin-bottom: 23px;
}
.service_info span{
    font-size: 30px;
    color: #fff;
    margin-right: 30px;
}
.service_line_wp{
    width: 100%;
    padding-top: 27px;
    border-top: 1px solid #3C3744;
}
.service_line{
    width: calc(100% - 676px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service_line li{
    font-size: 14px;
    font-weight: 500;
    color: #656565;
}
.service_line li a{
    color: #BAB7C0;
    position: relative;
    cursor: pointer;
    transition: .2s;
}
.service_line li a span{
    position: relative;
    z-index: 10;
}
.service_line li a:before{
    content: '';
    width: 30px;
    height: 30px;
    background: #E30613;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    opacity: 0;
}
.service_line li a:hover{
    color: #fff;
}
.service_line li a:hover:before{
    opacity: 1;
}
.service_img{
    width: 262px;
    height: 262px;
    background: url('/local/templates/kronostime2022/img/svg/sv-ico1.svg') no-repeat center;
    position: absolute;
    top: 0;
    right: 230px;
}
.service_screen_1 .q-inner{
    position: relative;
}
.alphabetic_block{
    font-family: Montserrat;
    font-size: 14px;
    background: #fff;
    padding: 42px 30px;
}
.alphabetic_list{
    -moz-column-count: 4; /* Для Firefox */
    -moz-column-width: 225px;
    -moz-column-gap: 100px;
    -webkit-column-count: 4; /* Для Safari и Chrome */
    -webkit-column-width: 225px;
    -webkit-column-gap: 100px;
    column-count: 4;
    column-width: 225px;
    column-gap: 100px;
}
.alphabetic_list li{
    position: relative;
    padding-left: 50px;
    margin-bottom: 5px;
}
.alphabetic_list li span{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.alphabetic_list li a{
    cursor: pointer;
    color: #524D5C;
}
.alphabetic_list li a:hover{
    color: #E30613;
}
.service_screen_1{
    margin-bottom: 20px;
}
.alphabetic_list li.last_letter{
    margin-bottom: 20px;
}
.alphabetic_block{
    margin-bottom: 30px;
}
.service_brands{
    background: #fff;
    padding: 30px;
}
.service_brands .fs_brand{
    border-bottom: 1px solid #ede0e8;
    border-right: 1px solid #ede0e8;
    margin-bottom: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_brands .fs_brand:nth-child(5n){
    border-right: none;
}
.service_brands .ll_brand{
    border-bottom: none;
}
.service_brands{
    margin-bottom: 30px;
}
.advantages-last {
    background-color: #322d37;
    color: #FFF;
}
.advantages-last__inner {
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
}
.advantages-last__title {
    font: 22px/27px 'montserratsemibold', Arial, sans-serif;
    margin: 20px 0;
    letter-spacing: .1em;
}
.advantages-last__phone {
    color: #FFF;
    font-size: 50px;
    text-decoration: none;
    margin: 0 0 10px;
    display: block;
}
.advantages-last__phone:hover {
    text-decoration: underline;
}
.advantages-last__desc {
    font-size: 16px;
    line-height: 30px;
    max-width: 500px;
    margin: 0 0 25px;
}
.advantages-last__btn {
    background-color: #E30613;
    color: #FFF;
    text-decoration: none;
    font: 14px 'montserratsemibold', Arial, sans-serif;
    border-radius: 5px;
    display: inline-flex;
    height: 46px;
    align-items: center;
    padding: 0 80px;
    box-shadow: 0 11px 13px rgba(164, 4, 14, .4);
    transition: .5s;
}
.advantages-last__btn:hover {
    box-shadow: none;
    opacity: .8;
}
.advantages-last__img {
    display: block;
    max-width: 400px;
}

@media (min-width: 1200px)
{
    .advantages-last__inner {
        padding: 60px 60px 0 80px;
    }
}
@media (min-width: 768px) AND (max-width: 991px)
{
    .advantages-last__img {
        max-width: 500px;
    }
}
@media (max-width: 767px)
{
    .advantages-last__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 35px 0 0;
    }
    .advantages-last__left {
        margin: 0 0 35px;
    }
    .advantages-last__title {
        margin: 0 0 20px;
    }
    .advantages-last__img {
        height: 330px;
    }
}
@media (max-width: 575px)
{
    .advantages-last__title {
        font-size: 16px;
        line-height: 1;
    }
    .advantages-last__phone {
        font-size: 29px;
        margin: 0 0 20px;
        line-height: 1;
    }
    .advantages-last__desc {
        font-size: 13px;
        line-height: 26px;
        margin: 0 0 20px;
    }
}
/* End */


/* Start:/local/templates/kronostime2022/components/bitrix/menu/bas.menu.tabs/style.css?1623867796689*/
.menu-tabs {
    padding: 60px 0 25px;
    display: flex;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
}
.menu-tabs__link {
    font-family: 'montserratlight';
    margin: 0 15px;
    text-decoration: none;
    white-space: nowrap;
}
.menu-tabs__link:hover {
    color: #E30613;
}
.menu-tabs__link_active {
    color: #E30613;
    font-family: 'montserratsemibold';
    border-bottom: 4px solid #E30613;
    padding: 0 0 4px;
}

@media (max-width: 575px)
{
    .menu-tabs {
        justify-content: flex-start;
        font-size: 10px;
        letter-spacing: .1em;
        padding: 25px 0;
        overflow-x: auto;
    }
    .menu-tabs__link {
        margin: 0 15px 0 0;
    }
}
/* End */
/* /local/templates/kronostime2022/components/bitrix/main.include/bas.advantages.page.last/style.css?16238677921923 */
/* /local/templates/kronostime2022/components/bitrix/menu/bas.menu.tabs/style.css?1623867796689 */
.q-product-preview.index-preview .q-product-preview__hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background: #fff;
    transition: box-shadow .2s,transform .2s;
    box-sizing: content-box;
}
.index-preview .q-product-preview__add2cart-button {
    font-family: montserratsemibold,sans-serif;
    font-size: 14px;
    box-shadow: 0 8px 12px rgba(162,162,162,.42);
    background: #fff;
    height: 35px;
    width: 132px;
    border: 1px solid #70707033;
    margin-left: -66px;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.s_brand_info{
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
}
.s_brand_info a{
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #E30613;
    display: inline-block;
    margin-bottom: 9px;
}
.sbi_check{
    font-size: 12px;
    font-weight: 500;
    padding-left: 24px;
    background: url('/local/templates/kronostime2022/img/svg/sv-ico2.svg') no-repeat 0 5px;
    color: #96949A;
    margin-top: 90px;
}
.sc_left{
    width: calc(100% - 280px);
}
.sc_right{
    width: 250px;
    margin-left: auto;
}
.service_center_block{
    background: #fff;
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
    font-family: Montserrat;
    font-size: 14px;
    margin-bottom: 20px;
}
.service_center_line{
    display: flex;
    flex-wrap: wrap;
}
.sc_left .service_center_line:last-child{
    border-bottom: none;
}
.sc_city{
    width: 210px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.sc_info{
    max-width: calc(100% - 210px);
    color: #524D5C;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.sc_info span{
    font-weight: 600;
    margin-left: 10px;
    color: #000;
}
.sc_dop_info_title{
    padding-top: 30px;
    background: url('/local/templates/kronostime2022/img/svg/sv-ico3.svg') no-repeat;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 29px;
}
.sc_dop_info_title span{
    border-bottom: 1px solid #E30613;
}
.sc_dop_info_text{
    color: #524D5C;
}
.sc_dop_info_text span{
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
    display: block;
}
.sc_dop_info_text a{
    display: block;
    font-weight: 600;
    margin-top: 28px;
    color: #000;
}
.warranty_card{
    background: #fff;
    padding: 45px 30px;
    margin-bottom: 30px;
    font-family: Montserrat;
    font-size: 14px;
}
.wc_logo{
    width: 228px;
    height: 37px;
    background: url('/local/templates/kronostime2022/img/svg/sv-logo.svg') no-repeat;
}
.wc_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wc_number{
    width: 679px;
    padding-right: 385px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.48px;
    color: #000;
}
.wc_number:before{
    content: '';
    width: 366px;
    height: 1px;
    background: #575757;
    position: absolute;
    right: 0;
    bottom: 0;
}
.wc_info{
    margin-bottom: 38px;
}
.wci_item{
    padding: 15px 0;
    border-bottom: 1px solid #E4E4E4;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 3px;
}
.wci_d{
    font-size: 11px;
    color: #898989;
}
.wc_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 23px;
}
.wcb_info{
    font-size: 13px;
    color: #524D5C;
    padding-left: 30px;
    background: url('/local/templates/kronostime2022/img/svg/sv-ico4.svg') no-repeat 0 center;
}
.wcb_info span{
    display: block;
}
.wcb_signature{
    width: 366px;
    padding-bottom: 16px;
    border-bottom: 1px solid #0F0F0F;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
    color: #000;
}
.wc_table{
    width: 100%;
}
.wc_table th{
    background: #F0F0F0;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #E4E4E4;
    text-align: left;
}
.wc_table td{
    border: 1px solid #E4E4E4;
    min-height: 40px;
    padding: 20px;
    text-align: left;
}
.wc_table tr th:nth-child(1){
    width: 170px;
}
.wc_table tr th:nth-child(2){
    width: 170px;
}
.wc_table tr th:nth-child(3){
    width: 620px;
}
.wc_table tr th:nth-child(4){
    width: 270px;
}
.wc_table tr td:nth-child(1){
    width: 170px;
}
.wc_table tr td:nth-child(2){
    width: 170px;
}
.wc_table tr td:nth-child(3){
    width: 620px;
}
.wc_table tr td:nth-child(4){
    width: 270px;
}
.mob_warranty_card{
    display: none;
    background: #fff;
    padding: 25px;
}
.mob_warranty_card a{
    height: 27px;
    line-height: 27px;
    display: flex;
    align-items: center;
    padding-left: 36px;
    background: url('/local/templates/kronostime2022/img/svg/sv-ico5.svg') no-repeat 0 center;
    margin-bottom: 25px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.mob_warranty_card a span{
    border-bottom: 1px solid #E30613;
}
.shop_img{
    width: 180px;
    height: 215px;
    background: url('/local/templates/kronostime2022/img/svg/sv-ico6.svg') no-repeat center center;
    position: absolute;
    top: 0;
    right: 230px;
}
.about_shop_screen .service_info{
    width: 50%;
}
.shop_info{
    font-size: 13px;
    font-weight: 500;
    color: #96949A;
}
.point_issue{
    background: #fff;
    padding: 39px 48px;
    margin-bottom: 30px;
    font-family: Montserrat;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}
.pi_title{
    font-size: 15px;
    font-weight: 600;
    padding-top: 30px;
    background: url('/local/templates/kronostime2022/img/svg/sv-ico7.svg') no-repeat;
    margin-bottom: 30px;
}
.pi_title span{
    border-bottom: 1px solid #E30613;
}
.pi_item{
    color: #524D5C;
    width: 50%;
}
.pi_item span{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 3px;
}
.pi_item a{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: block;
}
.pi_line{
    display: flex;
    flex-wrap: wrap;
}
.pi_left{
    width: calc(100% - 300px);
}
.pi_right{
    width: 267px;
}
.pir_title{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    padding-top: 30px;
    background: url('/local/templates/kronostime2022/img/svg/sv-ico3.svg') no-repeat;
    margin-bottom: 25px;
}
.pir_text{
    font-size: 12px;
    color: #524D5C;
    line-height: 16px;
}
.pir_text a{
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.ab_title{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}
@media (max-width: 1299px) {
    .service_img{
        right: 10px;
    }
    .service_line{
        width: calc(100% - 300px);
    }
    .sc_info span{
        display: block;
        margin-left: 0;
    }
    .wc_number{
        width: 620px;
        font-size: 20px;
    }
    .shop_img{
        right: 10px;
    }
    .pi_item{
        padding-right: 10px;
    }
}
@media (max-width: 1023px) {
    .service_img{
        width: 150px;
        height: 150px;
        background-size: 100%;
    }
    .service_line{
        width: 100%;
    }
    .s_brand_info{
        position: static;
    }
    .sc_left{
        width: 100%;
        margin-bottom: 30px;
    }
    .sc_right{
        width: 100%;
    }
    .sbi_check{
        margin-top: 35px;
    }
    .warranty_card{
        display: none;
    }
    .mob_warranty_card{
        display: block;
        margin-bottom: 20px;
    }
    .pi_left{
        width: 100%;
    }
    .pi_right{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .mob_l_scroll{
        width: 100%;
        overflow: auto;
    }
    .service_line{
        width: 1000px;
    }
    .service_img{
        width: 94px;
        height: 94px;
    }
    .service_screen_1 h1{
        font-size: 30px;
        padding-right: 95px;
    }
    .service_subtitle{
        font-size: 20px;
    }
    .service_brands .fs_brand{
        border: none;
    }
    .sc_city{
        width: 100%;
        margin-bottom: 5px;
    }
    .sc_info{
        width: 100%;
    }
    .service_center_block{
        padding: 15px 30px;
    }
    .wcb_info span{
        display: inline-block;
    }
    .wcb_info{
        font-size: 12px;
        background-position: 0 3px;
    }
    .shop_img{
        width: 61px;
        height: 72px;
        background-size: 100%;
    }
    .about_shop_screen .service_info{
        width: 100%;
    }
    .pi_item{
        width: 100%;
        margin-bottom: 22px;
    }
    .point_issue{
        padding: 24px 28px;
    }
}

@media (max-width: 479px) {
    .q-paging .q_more_btn{
        width: 80px;
        font-size: 8px;
        margin-right: 7px;
    }
}
@media (max-width: 379px) {
    .q-paging .q_more_btn{
        width: 60px;
        font-size: 10px;
    }
}

.q-product-previews-list{
    border-top: 1px solid #e1dcdc;
}
.q-product-previews-list.day-best-price-swiper{
    border-top: none;
}
._catalog-list .inner-product-item{
    border-right: 1px solid #e1dcdc;
    border-left: none;
}
/*
._catalog-list .inner-product-item:first-child{
    border-left: none;
}
*/
._catalog-list .inner-product-item{
    border-left: none;
}
.q-point-about .q-point-stock {
    margin-top: 0;
    margin-bottom: 30px;
}
.q-point.q-point-about {
    padding-bottom: 0;
}
.q-product-previews-doplist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.header-menu > ul > li:nth-child(3) > a:after, .header-menu > ul > li:nth-child(4) > a:after {
    content: '';
    display: block;
    height: 4px;
    background: #E30613;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    transition: .3s;
}
@media (max-width: 767px) {
    .header-menu > ul > li:nth-child(3) > a:after, .header-menu > ul > li:nth-child(4) > a:after {
        opacity: 0;
    }
}
.dropdown-menu .list ul .title {
    color: #999;
}
/*
body, html {
    height: auto!important;
}
*/
.fancybox-active{
    height: auto;
    position: absolute;
}
.q-product-preview-properties {
    margin-bottom: 7px;
    display: none;
}
@media (min-width: 992px){
    .inner-product-item:hover .q-product-preview-properties {
        display: block;
    }
}
.req_semi {
    line-height: 16px;
}
.req_semi strong {
    font-weight: normal;
}

.main_leader .retailrocket-widgettitle{
    font-size: 18px;
    text-transform: uppercase;
    font-family: "montserratsemibold",sans-serif;
    letter-spacing: 1.8px;
    color: #000;
    border-bottom: 0;
    padding: 30px;
}
.main_leader .retailrocket-widget ul.retailrocket-items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    border-top: 1px solid #e1dcdc;
}
.main_leader .retailrocket-widget .retailrocket-item{
    display: block;
    width: 20% !important;
    margin-right: 0;
    border-right: 1px solid #e1dcdc;
    padding: 20px !important;
    border-radius: 0 !important;
}
.main_leader .retailrocket-widget ul.retailrocket-items .retailrocket-item:last-child{
    border-right: none;
}
.main_leader .retailrocket-item-image img {
    width: 240px !important;
    height: auto !important;
}
.main_leader .retailrocket-widget.retailrocket-theme-tiny .retailrocket-item-image{
    margin-bottom: 30px;
}
.main_leader .retailrocket-widget.retailrocket-theme-tiny .retailrocket-item-brand, .retailrocket-widget.retailrocket-theme-tiny .retailrocket-item-title{
    font-size: 13px;
}
.main_leader .retailrocket-widget.retailrocket-theme-tiny .retailrocket-item-price{
    font: 18px"montserratsemibold",Arial,sans-serif;
}
.hits-margin {
	margin-top: 30px
}
@media (max-width: 767px) {
    .main_leader .retailrocket-widget .retailrocket-item{
        width: 50% !important;
    }
    .main_leader .retailrocket-widget ul.retailrocket-items{
        padding: 0;
    }
    .main_leader .retailrocket-widget ul.retailrocket-items .retailrocket-item:nth-child(even){
        border-right: none;
    }
    .main_leader .retailrocket-widget ul.retailrocket-items .retailrocket-item:last-child{
        display: none;
    }
    .main_leader .retailrocket-widget .retailrocket-item{
        padding: 20px 10px !important;
        margin-bottom: 0 !important;
        margin-right: 0;
        border-bottom: 1px solid #e1dcdc;
    }
    .main_leader .retailrocket-widget.retailrocket-theme-tiny .retailrocket-item-price{
        font-size: 16px;
    }
    .swiper-slide-next .q-product-preview{
        border-right: none !important;
    }
    .products-new .q-product-preview:nth-child(3){
        border-right: none !important;
    }
    .products-new .q-product-preview:nth-child(5){
        border-right: none !important;
    }
    .products-new .q-product-preview:nth-child(8){
        border-right: none !important;
    }
    .best-price-slider-swiper .q-product-preview{
        border-right: none !important;
    }
    .q-catalog-filters__item{
        margin-bottom: 20px;
    }
    .q-catalog__content{
        padding-top: 20px;
    }
    .service_line{
        padding-bottom: 7px;
    }
    .lp_tabs_wp{
        margin-bottom: 20px;
    }
    .q-paging .q_more_btn{
        width: 100%;
        height: 45px;
        font-size: 17px;
        position: absolute;
        left: 0;
        bottom: -60px;
    }
    .q-paging{
        width: calc(100% - 30px);
        margin: 21px auto 0 auto;
    }
	.ci_slider .q-content-widget__title2 {
		margin-top: 30px;
	}

	.hits-margin {
		margin-top: 90px
	}
}
.buyer_photos_wp{
    margin-bottom: 17px;
    margin-top: -10px;
}
@media (max-width: 1023px) {
    .buyer_photos_wp{
        margin-top: 0;
    }
}
.bp_slide img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.q-catalog__filter-section.single{
    margin-bottom: 0;
}
.q-catalog__sidebar--content .q-catalog__filter-section:nth-child(17){
    margin-bottom: 0;
}
.header-menu ul li{
    margin-right: 30px;
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li:nth-child(6){
    margin-left: auto;
}
.header-menu > ul > li:nth-child(3) > a::after, .header-menu > ul > li:nth-child(4) > a::after{
    opacity: 0 !important;
}
.header-menu > ul > li:nth-child(3):hover > a::after, .header-menu > ul > li:nth-child(4):hover > a::after{
    opacity: 1 !important;
}
.sc_dop_info_text a{
    text-decoration: none;
}
.lp_tabs_wp .q-content-widget__title{
    border-bottom: none;
}
#sticky_sidebar.bottom_fixed + .q-catalog__content{
    margin-left: auto !important;
    float: none !important;
}
#sticky_sidebar.bottom_stop + .q-catalog__content{
    margin-left: auto !important;
    float: none !important;
}
.lrb_wp{
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}
.last_review_block{
    width: 50%;
    padding: 0 7px;
}
.last_review_item{
    border-radius: 5px;
    border: 1px solid #ECEAEE;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
}
.lrb_info{
    width: calc(100% - 130px);
}
.lrb_img{
    width: 130px;
}
.q-content-widget__title2{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'montserratsemibold',sans-serif;
    letter-spacing: 1.8px;
    color: #000;
    border-bottom: 0;
    margin-bottom: 14px;
}
.ci_seo_block p{
    font: 16px 'montserratlight', Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 17px;
}
.ci_seo_block ul {
    padding-left: 28px;
}
.ci_seo_block ul li{
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
}
.ci_seo_block ul{
    margin-bottom: 17px;
}
.ci_seo_block ul li:before{
    content: '';
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}
.ci_slider{
    margin-bottom: 52px;
    position: relative;
    z-index: 200;
}
.ci_slider .inner-product-item{
    border-right: 1px solid #e1dcdc;
    border-top: 1px solid #e1dcdc;
    border-bottom: 1px solid #e1dcdc;
}
.ci_slider .swiper-slide-active .inner-product-item {
    border-left: 1px solid #e1dcdc;
}
.brand_slide{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 91px;
    border-radius: 5px;
    border: 1px solid #ECEAEE;
    transition: 0.2s all ease;
}
.brand_slide:hover {
    background: #F3F3F3;
    transition: 0.2s all ease;
}
.swiper_brands{
    position: relative;
    overflow: hidden;
}
.swiper-button-next_b, .swiper-button-prev_b {
    border: none;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    border-radius: 50%;
    outline: none;
    transition: all 300ms;
}
.swiper-button-next_b, .swiper-button-prev_b {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,.5);
}
.swiper-button-next_b:after, .swiper-button-prev_b:after {
    content: "";
    width: 19px;
    height: 17px;
    background: url("/local/templates/kronostime2022/css/../img/sprite1.png") -10px -67px no-repeat;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 10px);
}
.swiper-button-next_b:after, .swiper-button-prev_b:after {
    background: url(/local/templates/kronostime2022/css/../img/svg/arrow-down.svg) no-repeat 50% 50%;
}
.swiper-button-next_b:after {
    transform: rotate(-90deg);
}
.swiper-button-prev_b:after {
    transform: rotate(90deg);
}
.brands_slider .swiper-button-prev_b{
    border-radius: 50%;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
    background: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer;
    top: 50%;
    margin-top: -5px;
    left: -20px;
}
.brands_slider .swiper-button-next_b{
    border-radius: 50%;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
    background: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer !important;
    top: 50%;
    margin-top: -5px;
    right: -20px;
}
.brands_slider .swiper-button-disabled {
	opacity: 0 !important;
}
.brands_slider{
    position: relative;
    margin-bottom: 65px;
}
.index-brands-container .brands_slider {
	margin-top: 0;
	margin-bottom: 40px;
}
.brands_slider .swiper-slide {
	padding: 0 5px;
	width: 16.66%;
}
@media (max-width: 1025px) {
	.brands_slider .swiper-slide {
		width: 25%;
	}
}
@media (max-width: 768px) {
  .brands_slider .swiper-slide {
	  width: 33.33%;
  }
}
@media (max-width: 441px) {
  .brands_slider .swiper-slide {
	  width: 50%;
  }
}
.ci_slider .q-content-widget__title2{
    padding-left: 40px;
    background: url('/local/templates/kronostime2022/img/svg/b-ico1.svg') no-repeat 0 center;
    padding-top: 3px;
    padding-bottom: 3px;
}
.lrb_info .product-page-reviews__info{
    margin-bottom: 17px;
}
.lrb_info .about-descr-item__name{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 9px;
}
.lrb_info .about-descr-item__rating{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lrb_info .about-descr-item__caption{
    font-size: 10px;
    font-weight: 400;
    color: #898989;
    margin-left: 12px;
}
.lrb_info .about-descr-item__person{
    margin-bottom: 12px;
}
.lrb_info .overview-descr__label{
    font-size: 13px;
    font-weight: 700;
}
.lrb_info .overview-descr__text{
    font-size: 14px;
    font-weight: 300;
}
.swiper_ci{
    overflow: hidden;
    padding-bottom: 100px;
}
.subs_block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sb_left{
    width: calc(100% - 630px);
    padding-left: 90px;
	position: relative;
}
.sb_left > img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.sb_form{
    width: 525px;
    margin-left: auto;
}
.sb_v2 .q-inner{
    display: block;
}
.sbl_title{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.18px;
    color: #fff;
    margin-bottom: 13px;
}
.sbl_title span{
    color: #E30613;
}
.sbl_text span{
    font: 12px 'montserratlight', Arial, sans-serif;
    font-weight: 300;
    margin-right: 23px;
    position: relative;
}
.sbl_text span:before{
    content: '';
    width: 3px;
    height: 3px;
    background: #E30613;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: -15px;
}
.sbl_text span:last-child:before{
    display: none;
}
.subs_block{
    padding: 33px 0;
}
.sbf_input{
    width: calc(100% - 200px);
    height: 50px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    padding: 0 23px;
    border: none;
    outline: none;
}
.sbf_btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 50px;
    border-radius: 5px;
    background: #E30613;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-left: auto;
    cursor: pointer;
}
.sb_form{
    display: block !important;
}
.sbf_line{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}
.sbf_check{
    position: relative;
    padding-left: 25px;
    padding-top: 3px;
}
.sbf_check input[type='checkbox']{
    display: none;
}
.sbf_check input[type='checkbox'] + label:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/svg/check1.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.sbf_check input[type='checkbox']:checked + label:before{
    background-position: 0 -20px;
}
.sbf_check label{
    font: 10px 'montserratlight', Arial, sans-serif;
    color: #fff;
}
@media (max-width: 1199px) {
    .brands_slider{
        margin-top: -90px;
    }
    .last_review_block{
        width: 100%;
        margin-bottom: 20px;
    }
    .sb_left {
        width: calc(100% - 550px);
    }
}
@media (max-width: 950px) {
    .sb_left{
        width: 100%;
        margin-bottom: 15px;
    }
    .sb_form{
        width: 100%;
    }
}
@media (max-width: 767px) {
    #sticky_sidebar.bottom_fixed + .q-catalog__content{
        margin-left: -10px !important;
    }
    #sticky_sidebar.bottom_stop + .q-catalog__content{
        margin-left: -10px !important;
    }
}
@media (max-width: 479px) {
    .sbf_input{
        width: 100%;
        margin-bottom: 10px;
    }
    .sbf_btn{
        width: 100%;
    }
    .subs_block{
        padding: 20px 0;
    }
    .sb_left{
        padding-left: 70px;
    }
    .sbl_title{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .sbl_text span{
        font-size: 10px;
        margin-right: 10px;
    }
    .sbl_text span:before{
        display: none;
    }
}
.sert_screen_1{
    width: 100%;
    background: #2E2A35;
    padding: 36px 0;
    font-family: Montserrat;
}
.sert_screen_1 h1 {
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.sert_screen_1 .service_subtitle{
    margin-bottom: 34px;
}
.sert_main_block{
    width: 63%;
}
.msb_text{
    font-size: 15px;
    font-weight: 500;
    color: #96949A;
    margin-bottom: 25px;
}
.sert_btn{
    background-color: #E30613;
    color: #fff;
    text-decoration: none;
    font: 14px 'montserratsemibold', Arial, sans-serif;
    border-radius: 5px;
    display: flex;
    width: 283px;
    height: 50px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 11px 13px rgba(164, 4, 14, .4);
    transition: .5s;
    margin-bottom: 54px;
    cursor: pointer;
}
.sert_btn:hover{
    box-shadow: none;
    opacity: .8;
}
.smb_line{
    display: flex;
    flex-wrap: wrap;
}
.smb_item{
    width: 33.333%;
    font-size: 14px;
    line-height: 18px;
    color: #96949A;
    padding-left: 72px;
}
.smb_item span{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}
.smb_line .smb_item:nth-child(1){
    background: url('/local/templates/kronostime2022/img/svg/sert-ico1.svg') no-repeat;
    width: 31%;
}
.smb_line .smb_item:nth-child(2){
    background: url('/local/templates/kronostime2022/img/svg/sert-ico2.svg') no-repeat;
    width: 35%;
}
.smb_line .smb_item:nth-child(3){
    background: url('/local/templates/kronostime2022/img/svg/sert-ico3.svg') no-repeat;
}
.sert_main_img{
    position: absolute;
    top: 0;
    right: 0;
}
.sert_screen_1 .q-inner{
    position: relative;
}
.sert_content{
    background: #fff;
    padding: 32px 45px;
    margin-bottom: 7px;
}
.sert_content h2{
    font-size: 33px;
    font-weight: 700;
    letter-spacing: -0.33px;
    color: #000;
    margin-bottom: 45px;
}
.sert_content_wp{
    padding: 20px 0 43px 0;
    font-family: Montserrat;
}
.scb_left{
    width: 370px;
}
.scb_right{
    width: calc(100% - 370px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 57px;
}
.sc_block{
    display: flex;
    flex-wrap: wrap;
}
.sc_form{
    width: calc(100% - 287px);
    padding-right: 80px;
}
.scr_info{
    width: 287px;
    border-radius: 10px;
    background: #F8F8F8;
    padding: 39px 32px;
}
.sc_img{
    margin-bottom: 45px;
}
.sc_att{
    margin-left: 50px;
    padding-left: 25px;
    padding-right: 50px;
    background: url('/local/templates/kronostime2022/img/svg/sert-ico4.svg') no-repeat;
    font-size: 12px;
    line-height: 16px;
    color: #524D5C;
}
.scf_title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
.scf_input{
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #E4E4E4;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    margin-bottom: 2px;
    font-family: Montserrat;
}
.scf_input::placeholder{
    color: #000;
    opacity: 1;
}
.scf_label{
    font-size: 11px;
    color: #898989;
}
.scf_block{
    margin-bottom: 12px;
}
.scf_sum_title{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.18px;
    color: #000;
    margin-bottom: 14px;
}
.scf_sum_title span{
    color: #898989;
    margin-left: 5px;
}
.scf_input2{
    width: 100%;
    height: 54px;
    border: 1px solid #E4E4E4;
    padding: 0 21px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
    font-family: Montserrat;
}
.scf_input2::placeholder{
    color: #000;
    opacity: 1;
}
.scf_input_block{
    width: 164px;
}
.sb_att{
    width: calc(100% - 164px);
    font-size: 11px;
    color: #898989;
    padding-left: 18px;
}
.scf_input_block{
    position: relative;
}
.scf_rub{
    font-size: 18px;
    color: #898989;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 16px;
}
.scf_sum_block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
}
.sc_line{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sc_line a{
    padding: 7px 10px;
    border-radius: 4px;
    background: #F1F1F1;
    margin-right: 10px;
    font-size: 12px;
    cursor: pointer;
}
.sc_line a:last-child{
    margin-right: 0;
}
.scf_btn{
    background-color: #E30613;
    color: #fff;
    text-decoration: none;
    font: 14px 'montserratsemibold', Arial, sans-serif;
    border-radius: 5px;
    display: flex;
    width: 388px;
    height: 60px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 11px 13px rgba(164, 4, 14, .4);
    transition: .5s;
    margin-bottom: 54px;
    cursor: pointer;
}
.scf_btn:hover{
    box-shadow: none;
    opacity: .8;
}
.sci_title{
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    padding-top: 30px;
    background: url('/local/templates/kronostime2022/img/svg/sert-ico5.svg') no-repeat 10px 0;
    margin-bottom: 25px;
}
.sci_text a{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.sci_text span{
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #524D5C;
    margin-top: 5px;
    padding-right: 20px;
}
.sc_dop_block{
    display: flex;
    flex-wrap: wrap;
}
.scd_left{
    width: calc(100% - 287px);
    padding-right: 122px;
}
.scd_right{
    width: 287px;
    border-radius: 10px;
    background: #F8F8F8;
    padding: 39px 32px;
}
.swiper_sert{
    overflow: hidden;
    position: relative;
}
.swiper_sert:before{
    content: '';
    width: 151px;
    height: 100%;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.scd_img{
    margin-bottom: 19px;
}
.scd_img img{
    width: 100%;
    height: auto;
}
.scd_line{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 19px;
}
.scdl_title{
    width: calc(100% - 135px);
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
}
.scdl_btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.14px;
    text-decoration: none;
    cursor: pointer;
}
.scd_price{
    width: 50%;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #524D5C;
}
.scd_price span{
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}
.scd_r_img img{
    border-radius: 50%;
}
.scd_r_title{
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    padding-top: 30px;
    background: url('/local/templates/kronostime2022/img/svg/sert-ico6.svg') no-repeat 10px 0;
    margin-bottom: 25px;
}
.scd_r_text{
    font-size: 12px;
    line-height: 16px;
    color: #524D5C;
    margin-bottom: 23px;
}
.scd_r_link{
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #D9D9D9;
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding-bottom: 3px;
}
.qb_top{
    display: flex;
    align-items: center;
    min-height: 33px;
    cursor: pointer;
}
.qb_top span{
    width: 33px;
    height: 33px;
    border-radius: 8px;
    border: 1px solid #000;
    position: relative;
}
.qb_top span:before{
    content: '+';
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    line-height: 33px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.qb_top p{
    width: calc(100% - 33px);
    padding-left: 21px;
    font-size: 16px;
    font-weight: 700;
}
.qb_toggle{
    display: none;
    padding-left: 54px;
    font-size: 16px;
    line-height: 21px;
}
.question_block.active .qb_toggle{
    display: block;
}
.question_block{
    margin-bottom: 20px;
}
.question_block.active .qb_top span:before{
    content: '-';
}
.scd_slider{
    position: relative;
}
.scd_slider .swiper-button-prev_s{
    width: 61px;
    height: 61px;
    border-radius: 50%;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
    background: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer;
    top: 50%;
    margin-top: -60px;
    left: -20px;
    position: absolute;
    z-index: 1000;
}
.scd_slider .swiper-button-next_s{
    width: 61px;
    height: 61px;
    border-radius: 50%;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
    background: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer !important;
    top: 50%;
    margin-top: -97px;
    right: -25px;
    position: absolute;
    z-index: 1000;
}
.swiper-button-next_s:after, .swiper-button-prev_b:after {
    content: "";
    width: 19px;
    height: 17px;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 10px);
}
.swiper-button-next_s:after, .swiper-button-prev_b:after {
    background: url(/local/templates/kronostime2022/css/../img/svg/arrow-down.svg) no-repeat 50% 50%;
}
.swiper-button-next_s:after {
    transform: rotate(-90deg);
}
@media (max-width: 1199px) {
    .sert_main_block{
        width: 100%;
    }
    .sert_main_img{
        width: 390px;
        top: 50px;
    }
    .msb_text br{
        display: none;
    }
    .msb_text{
        padding-right: 400px;
    }
    .scb_left{
        width: 250px;
    }
    .scb_right {
        width: calc(100% - 250px);
        padding-left: 30px;
    }
    .sert_content{
        padding: 25px;
    }
    .sc_form{
        width: calc(100% - 250px);
        padding-right: 20px;
    }
    .scr_info{
        width: 250px;
    }
    .sc_att{
        margin-left: 20px;
        padding-right: 20px;
    }
    .sc_att br{
        display: none;
    }
    .scd_left{
        padding-right: 20px;
        width: calc(100% - 250px);
    }
    .scd_right{
        width: 250px;
    }
    .scd_price{
        width: 70%;
    }
    .sc_line a{
        font-size: 11px;
        padding: 7px;
        margin-right: 5px;
    }
    .scf_btn{
        width: 100%;
    }
}
@media (max-width: 950px) {
    .sc_form{
        width: 100%;
        padding-right: 0;
    }
    .scr_info{
        width: 100%;
    }
    .scd_left{
        width: 100%;
        padding-right: 0;
    }
    .scd_right{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .sert_screen_1 h1{
        font-size: 24px;
    }
    .sert_main_img{
        width: 150px;
        top: 0;
    }
    .msb_text{
        padding-right: 0;
    }
    .smb_item{
        width: 100% !important;
        margin-bottom: 20px;
    }
    .smb_line .smb_item:nth-child(3){
        margin-bottom: 0;
    }
    .sert_btn{
        margin-bottom: 30px;
    }
    .sert_content{
        padding: 20px 15px;
    }
    .sert_content h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .scb_left{
        width: 100%;
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .scb_right{
        width: 100%;
        padding-left: 0;
    }
    .sc_img{
        margin-bottom: 20px;
    }
    .scf_btn{
        margin-bottom: 20px;
    }
    .scd_left{
        margin-bottom: 20px;
    }
    .scd_right{
        margin-bottom: 20px;
    }
    .qb_top{
        margin-bottom: 10px;
    }
    .qb_top p{
        padding-left: 10px;
    }
    .qb_toggle{
        padding-left: 43px;
        font-size: 14px;
        line-height: 18px;
    }
    .sert_content_wp{
        padding-bottom: 20px;
    }
    .sb_att br{
        display: none;
    }
    .scf_title{
        font-size: 18px;
    }
    .scf_sum_title{
        font-size: 15px;
    }
    .swiper_sert:before{
        display: none;
    }
    .sc_dop_info_title{
        padding-top: 0;
        padding-left: 30px;
        background-position: 0 center;
    }
    .lp_tab .q-product-previews-list .index-preview .q-product-preview__content{
        padding-top: 35px !important;
    }
    .lp_tab .q-product-preview__info a.q-product-preview__name{
        line-height: 15px;
    }
    .inner-product-item .q-product-preview__old-price--discount{
        padding-left: 0 !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        text-align: center;
        line-height: 34px;
        display: block;
        font-weight: 600;
    }
}




@media (min-width: 741px) {
    .inner-product-item.from-slider-desctop:hover .dbl-img .second-img {
        opacity: 0;
        display: none;
    }
}
.header-menu ul li .dropdown-container li:nth-child(6){
    margin-left: 0;
}
.ym-box{
    padding-top: 38px;
}
.q-content-widget__title{
    border-bottom: none;
}
.q-content-widget{
    padding-bottom: 60px;
}
.q-content-widget .slick-dots{
    bottom: -20px;
}
.q-product-previews-list:before{
    display: none;
}
.q-full-width-slider__container{
    margin-bottom: 0;
}
.sb_v2{
    margin-top: -8px;
}
.q-content{
    padding-bottom: 0;
}
.product-reviews .sidebar{
    width: 250px;
}
.product-reviews .sidebar .ym-box{
    padding-top: 20px;
}
.product-reviews .sidebar .ym-box .head{
    justify-content: space-between;
}
.wc-item__title{
    font-size: 14px;
}
.tooltip .entry{
    font-size: 14px;
}
.sidebar-box .info-item .tooltip .entry{
    top: 15px;
    z-index: 3000;
}
.mobile_distributor{
    position: relative;
    z-index: 19;
}
.products-block{
    padding-bottom: 0;
}
.article-item__preview{
    padding-top: 0;
    height: 170px;
}
@media (max-width: 1920px) and (min-width: 1024px){
    .header-menu > ul > li:hover .dropdown-menu{
        height: calc(100vh - 105px);
        overflow: auto;
    }
}
@media (max-width: 1199px) {
    .article-item__title{
        font-size: 18px !important;
    }
    .article-item__preview{
        height: 120px;
        padding: 0 15px 20px 15px !important;
    }
}
@media (max-width: 1023px) {
    .product-reviews .sidebar{
        width: 100%;
    }
    .product-reviews .sidebar a{
        width: 100%;
    }
    .product-reviews .sidebar .ym-box{
        width: 100%;
    }
    .rating-row-info{
        width: 100%;
    }
    .about-kronostime .about-text br{
        display: none;
    }
    .header-menu ul li{
        margin-right: 0;
    }
    .header-menu .popular-brands{
        display: none !important;
    }
    .footer-copy{
        display: block;
        position: absolute;
        width: 50%;
        right: 0;
        bottom: 72px;
        left: 50%;
        margin-left: -25%;
		text-align: center;
    }
}
@media (max-width: 959px) {
    .article-item__preview{
        height: 150px;
    }
}
@media (max-width: 767px) {
    .article-item__preview{
        height: 115px;
    }
}

.last_reviews_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.last_reviews_item{
    width: 100%;
    border-radius: 5px;
    padding: 0;
}
.last_reviews_wp {
    margin-top: -10px;
}
.description_and_review .feature_block .d_title{
    margin-bottom: 14px;
}
.description_and_review {
    margin-bottom: 20px;
}
.description_and_review .link-tool {
    margin-bottom: 0;
}
.last_reviews_wp h2{
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #96949A;
}
.last_reviews_wp.disable_hide .lr_hidden:before {
    display: none;
}
.last_reviews_wp.disable_hide .link-tool {
    display: none;
}
.last_reviews_item.review-item {
    margin-top: 10px;
}
.last_reviews_item.review-item .autor .name {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.lr_hidden{
    max-height: 54px;
    overflow: hidden;
    position: relative;
    margin-top: -6px;
}
@media (max-width: 1023px) {
    .lr_hidden{
        max-height: 48px;
    }
}
.lr_hidden:before{
    content: '';
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.last_reviews_wp.show .lr_hidden {
    max-height: 1000px;
}
.last_reviews_wp.show .lr_hidden:before {
    display: none;
}
.last_reviews_item .rating-row{
    justify-content: flex-start;
    margin-top: 0;
}
.last_reviews_item h5{
    margin-top: 10px;
}
.lr_top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.lr_top .quiz{
    margin-left: auto;
    margin-top: 0;
}
.last_reviews_item .autor{
    padding-left: 0;
}
.last_reviews_item .agree-page-reviews__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}
.last_reviews_item .agree-page-reviews__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px;
    cursor: pointer;
}
.last_reviews_item .agree-page-reviews__quantity {
    font-family: Montserrat;
    font-size: 10px;
    color: #000000;
}
.last_reviews_item .agree-page-reviews__quantity:not(:last-child) {
    margin-right: 12px;
}
.last_reviews_item .rating-row{
    margin-left: 20px;
}
.tab-wrapper .description_wp:first-child{
    padding-bottom: 0;
}
.tab-wrapper .description_wp:first-child .description_block{
    border: none;
}
.mobile-header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: 0.2s all ease;
    display: none;
}
.with-mobile-overlay .mobile-header-overlay {
    visibility: visible;
    opacity: 2;
    z-index: 2;
    transition: 0.2s all ease;
}
.index-page-404 .js-index-products-404-slider-swiper .swiper-slide {
    height: auto!important;
    display: flex;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .mobile-header-overlay {
        display: block;
    }
}
@media (max-width: 959px) {
    .last_reviews_item{
        width: 100%;
        margin-top: 15px;
    }
}

.bx-no-touch .js-index-products-404-slider-swiper:hover .swiper-button-next, .bx-no-touch .js-index-products-404-slider-swiper:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}
.index-page-404 .q-content-widget{
    padding-bottom: 30px;
}
.index-page-404 .swiper-slide-next + .swiper-slide + .swiper-slide .q-product-preview{
    border-right: 1px solid rgba(255,255,255,0);
}
.header_bot_v2 .header-menu > ul > li > a:hover{
    font-weight: 600;
}
@media (min-width: 1024px) {
    .header_bot_v2 .header-menu > ul > li:nth-child(2) > a{
        width: 76px;
    }
    .header_bot_v2 .header-menu > ul > li:nth-child(3) > a{
        width: 74px;
    }
    .header_bot_v2 .header-menu > ul > li:nth-child(4) > a{
        width: 73px;
    }
    .header_bot_v2 .header-menu > ul > li:nth-child(5) > a{
        width: 63px;
    }
    .header_bot_v2 .header-menu > ul > li:nth-child(6) > a{
        width: 76px;
    }
    .header_bot_v2 .header-menu > ul > li:nth-child(7) > a{
        width: 124px;
    }
    .header_bot_v2 .header-menu > ul > li:nth-child(8) > a{
        width: 111px;
    }
}
.header_bot_v2 .mm_ico a{
    background: url('/local/templates/kronostime2022/img/ico-lightning.svg') no-repeat 0 center;
    padding-left: 20px;
}
.header_bot_v2 .mm_ico_m{
    margin-left: auto;
}
.swiper_b{
    overflow: hidden;
}
.swiper_b2{
    overflow: hidden;
}
.buyer_photos_slider2{
    padding-right: 30px;
    position: relative;
}
.buyer_photos_slider2:before{
    content: '';
    width: 188px;
    height: 100%;
    background: linear-gradient(270deg, #FFF 4.57%, rgba(255, 255, 255, 0.00) 87.2%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}
@media (max-width: 767px) {
    .index-page-404 .swiper-slide-next + .swiper-slide .q-product-preview{
        border-right: 1px solid rgba(255,255,255,0);
    }
    .index-page-404 .swiper-slide-next .q-product-preview{
        border-right: 1px solid #ecdee6 !important;
    }
    .index-page-404 .q-product-preview__img--preview img {
        max-width: 80%;
    }
    .buyer_photos_slider2{
        padding-right: 0;
    }
    .buyer_photos_slider2:before{
        width: 100px;
    }
    .feature_block{
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .index-page-404 .swiper-slide-next .q-product-preview{
        border-right: 1px solid rgba(255,255,255,0) !important;
    }
    .index-page-404 .q-product-preview__img--preview img {
        max-width: 80%;
    }
    .index-page-404 .q-content-widget__title{
        padding-top: 0;
    }
    .index-page-404 .q-product-previews-list.js-index-products-404-slider-swiper:not(.best-price-slider){
        padding-bottom: 50px;
    }
    .index-page-404 .q-content-widget {
        padding-bottom: 16px;
    }
    .index-page-404 .q-product-preview__info{
        padding-bottom: 5px;
    }
    .index-page-404 .q-product-preview__info a.q-product-preview__name{
        font-size: 12px;
    }
    .index-page-404{
        padding-left: 0;
        padding-right: 0;
    }
}
.index-page-404 .q-product-preview__name{
    min-height: 36px;
}
.tab-block{
    padding-bottom: 44px;
}
.best-price-container .q-product-previews-list{
    border-top: none;
}
.best-price-container .q-product-previews-list.products-list-slider .q-product-preview{
    border: none;
}
.best-price-container + div .q-product-previews-list{
    border-top: none;
}
.best-price-container .q-content-widget{
    padding-bottom: 10px;
}
.alt_brand_wp .q-content-widget{
    padding-bottom: 25px;
}
.q-magazine-list._triple .q-magazine-item__text{
    height: 77px;
}
@media (max-width: 940px) {
    .q-catalog__filter-section.single {
        min-height: auto !important;
    }
}
@media (max-width: 479px) {
    .article-item__title{
        font-size: 15px !important;
    }
    .article-item__preview {
        height: 105px;
    }
    .last_reviews_item .rating-row{
        margin-left: 5px;
    }
    .last_reviews_item .quiz .subhead{
        margin-right: 5px;
        font-size: 10px;
    }
    .last_reviews_item .quiz .buttons a{
        width: 50px;
    }
}
.article-item__views{
    position: absolute;
    left: 30px;
    bottom: 20px;
}
@media (max-width: 1199px) {
    .article-item__views{
        left: 15px;
        bottom: 15px;
    }
}
.sidebar_char {
    display: none!important;
}

@media screen and (max-width: 1023px) {
    .q-magazine-list._triple .q-magazine-item
    {
        padding-bottom: 105px !important;
        padding-top: 17px !important;
    }
    .q-magazine-list._triple .q-magazine-item__img{
        width: 100% !important;
        margin: 0 !important;
        max-width: 100% !important;
        max-height: 350px !important;
    }
    .q-magazine-menu__list{
        display: flex !important;
        overflow: auto;
        padding-top: 3px;
    }
    .q-magazine-menu__list li{
        white-space: nowrap;
    }
    .q-magazine-menu__item{
        display: block !important;
    }
    .q-magazine-list._triple .q-magazine-item__text
    {
        height: 57px;
    }
}
@media screen and (max-width: 767px) {
    .q-magazine-list._triple .q-magazine-item__text{
        height: auto;
    }
    .q-magazine-item__content{
        position: static;
        padding-top: 15px;
    }
    .q-magazine-list._triple .q-magazine-item {
        padding-bottom: 15px !important;
    }
    .q-magazine-list._triple .q-magazine-item__img
    {
        max-height: inherit !important;
    }
}



.c_white_bg {
    background: #fff;
}
.content_wp {
    width: 100%;
    background: #F7F5F6;
    padding-top: 20px;
    padding-bottom: 45px;
}
.wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    min-width: 375px;
}
.breadcrumbs {
    margin-bottom: 15px;
}
.breadcrumbs li {
    list-style: none;
    font-size: 11px;
    color: #96949A;
    position: relative;
    margin-right: 15px;
}
.breadcrumbs li:before {
    content: '/';
    position: absolute;
    top: 0;
    right: -10px;
}

.breadcrumbs li a {
    font-size: 11px;
    color: #96949A;
}
.about_wp h1:not(.h1-type-mod) {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
}
.about_wp h1:not(.h1-type-mod){
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
}
.ami_column{
    width: 48%;
}
.about_main_info .ami_column:nth-child(1) p{
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.about_main_info .ami_column:nth-child(1) p span{
    font-weight: 700;
}
.about_main_info .ami_column:nth-child(1) p b{
    font-weight: 700;
}
.about_main_info .ami_column:nth-child(1) p strong{
    font-weight: 700;
}
.about_main_info .ami_column:nth-child(1) p:last-child{
    font-size: 16px;
    line-height: 22px;
}
.about_main_info .ami_column:nth-child(2) p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.ami_column h2{
    padding-left: 38px;
    font-size: 18px;
    font-weight: 600;
    background: url('/local/templates/kronostime2022/img/ico-guard.svg') no-repeat 0 center;
    margin-bottom: 20px;
    border-radius: 5px 0 0 5px;
}
.mob_search_block{
    display: none;
}
.sb_input_mob{
    width: calc(100% - 180px);
    height: 35px;
    border: 1px solid #d5d5d5;
    font: 13px 'Montserrat', sans-serif;
    padding: 0 10px;
}
.msb_btn{
    width: 100px;
    height: 35px;
    font-size: 14px;
    border-radius: 0 5px 5px 0;
}
.msb_close{
    margin-left: 10px;
    border: 1px solid hsla(0,0%,67.5%,.2);
    width: 70px;
    height: 35px;
    font-size: 13px;
    border-radius: 5px;
}
.new_about_page .content_wp {
    padding-top: 0;
}
.new_about_page .flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new_about_page .justify-content-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.new_about_page .justify-content-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.new_about_page .justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.new_about_page. justify-content-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.new_about_page .justify-content-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.new_about_page .align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.new_about_page .align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.new_about_page .align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_about_page .align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.new_about_page .align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.about_number_line{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 50px;
}
.about_main_info{
    margin-bottom: 37px;
}
.num_item span{
    font-size: 50px;
    font-weight: 500;
    color: #E30613;
    margin-right: 20px;
}
.content_wp h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 43px;
}
.history_data{
    height: 45px;
    font-size: 33px;
    font-weight: 600;
    position: relative;
    margin-bottom: 45px;
}
.history_data:before{
    content: '';
    width: 27px;
    height: 27px;
    background: #E30613;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: -30px;
}
.history_text{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.history_text span{
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-top: 12px;
    font-weight: 400;
}
.history_slider{
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 110px;
}
.history_wp{
    position: relative;
    background: url('/local/templates/kronostime2022/img/bg4.svg') no-repeat right 30px;
    padding-bottom: 130px;
}
.history_wp:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #E3E1E7;
    position: absolute;
    top: 60px;
    right: 0;
}
.ss3{
    width: 80% !important;
    left: 10% !important;
}
.ab_info{
    width: 280px;
    font-weight: 500;
    margin-left: 150px;
    font-size: 16px;
}
.ab_info span{
    display: block;
    font-size: 60px;
    font-weight: 600;
    color: #E30613;
    margin-bottom: 11px;
}
.ab_img{
    width: calc(100% - 430px);
    padding-left: 160px;
}
.sert_slide{
    border-radius: 8px;
    background: #F7F5F6;
    padding: 25px;
}
.ss_text{
    text-align: center;
    font-size: 13px;
}
.ss_text span{
    display: block;
}
.ss_img{
    margin-bottom: 13px;
}
.swiper5{
    overflow: hidden;
}
.swiper55{
    overflow: hidden;
}
.about_gallery{
    margin-bottom: 50px;
}
.content_wp p{
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}
.content_wp p span{
    font-weight: 700;
}
.sert_slider{
    margin-bottom: 45px;
}
.team_line{
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    margin-bottom: 80px;
}
.team_item{
    width: 16.66666%;
    padding: 0 20px;
}
.ti_img{
    position: relative;
    width: 120px;
    margin-bottom: 10px;
}
.ti_img:before{
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images/ico-kronos.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 12px;
    right: -5px;
}
.ti_img img{
    border-radius: 50%;
}
.ti_name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.ti_name span{
    display: block;
}
.ti_text{
    font-size: 14px;
    color: #898989;
}
/*
.team_line .team_item:last-child{
    padding-top: 20px;
    width: 15%;
}
*/
.team_line .team_item:last-child .ti_img:before{
    /*display: none;*/
}
.swiper6{
    overflow: hidden;
}
.rbb_left{
    background: #fff;
    width: calc(100% - 440px);
}
.rbb_name{
    font-size: 13px;
    font-weight: 500;
}
.review_block .rbb_name{
    font-size: 14px;
    font-weight: 600;
}
.rmi_top {
    margin-bottom: 10px;
}
.rbb_method{
    font-size: 10px;
    color: #898989;
}
.about_reviews_slide{
    border-radius: 5px;
    border: 1px solid #ECEAEE;
    padding: 20px;
}
.ars_text{
    font-size: 13px;
    font-weight: 300;
}
.ars_text span{
    display: block;
    font-weight: 500;
}
.ars_img{
    width: 120px;
}
.ars_info{
    width: calc(100% - 120px);
}
.ars_info .pi_text span{
    display: inline;
}
.ars_info .pi_text{
    margin-bottom: 18px;
}
.ars_info .rbb_rating_block{
    margin-bottom: 15px;
}
.mb_right{
    width: 500px;
}
.mb_left{
    width: calc(100% - 500px);
    padding-right: 75px;
}
.mbr_item{
    height: 120px;
    border-radius: 8px;
    background: #F7F5F6;
    margin-bottom: 10px;
    padding-left: 48px;
}
.about_reviews_slider{
    margin-bottom: 80px;
}
.mb_left h2{
    margin-bottom: 20px;
}
.mb_left p{
    font-size: 16px;
    line-height: 22px;
}
.mb_left p:nth-child(1){
    font-size: 18px;
    line-height: 25px;
}
.mbr_item div:first-child{
    font-size: 30px;
    font-weight: 500;
    color: #E30613;
}
.mbr_item div:last-child{
    font-size: 14px;
    margin-left: 27px;
}
.di_item p{
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.15px;
    margin-bottom: 9px;
    line-height: 1.2;
}
.di_item p:first-child{
    margin-bottom: 0;
}
.di_item p:last-child{
    margin-bottom: 0;
}
.di_item p span{
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.qb_top p{
    width: calc(100% - 33px);
    padding-left: 21px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
}
.mm_btn{
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    position: relative;
}
.mm_btn:hover{
    color: #E30613;
}
.mm_btn.active{
    color: #E30613;
}
.mp_ico{
    width: 24px;
    height: 24px;
    background: url("../images/ico-mm1.jpg") no-repeat;
    margin: 0 auto 5px auto;
    position: relative;
}
.mm_btn:hover .mp_ico{
    background-position: -24px 0;
}
.mm_btn.active .mp_ico{
    background-position: -24px 0;
}
.mob_menu_line_wp{
    width: 100%;
    border-top: 1px solid rgba(138, 101, 123, 0.15);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999999999999999;
    background: #fff;
}
.mob_menu_line{
    height: 55px;
    padding-top: 3px;
}
.mc_ico{
    width: 28px;
    height: 24px;
    background: url("../images/ico-mm2.png") no-repeat;
    margin: 0 auto 5px auto;
    position: relative;
}
.mm_btn:hover .mc_ico{
    background-position: -28px 0;
}
.mm_btn.active .mc_ico{
    background-position: -28px 0;
}
.mm_count{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -6px;
    right: -6px;
    background: #E30613;
    border-radius: 50%;
    height: 14px;
    min-width: 14px;
    font-size: 10px;
    color: #fff;
}
.mf_ico{
    width: 23px;
    height: 23px;
    background: url("../images/ico-mm3.png") no-repeat;
    margin: 0 auto 5px auto;
    position: relative;
}
.mm_btn:hover .mf_ico{
    background-position: -23px 0;
}
.mm_btn.active .mf_ico{
    background-position: -23px 0;
}
.ml_ico{
    width: 27px;
    height: 23px;
    background: url("../images/ico-mm4.png") no-repeat;
    margin: 0 auto 5px auto;
    position: relative;
}
.mm_btn:hover .ml_ico{
    background-position: -27px 0;
}
.mm_btn.active .ml_ico{
    background-position: -27px 0;
}
.mlk_ico{
    width: 21px;
    height: 24px;
    background: url("../images/ico-mm5.png") no-repeat;
    margin: 0 auto 5px auto;
    position: relative;
}
.mm_btn:hover .mlk_ico{
    background-position: -21px 0;
}
.mm_btn.active .mlk_ico{
    background-position: -21px 0;
}
.mct_ico{
    width: 26px;
    height: 25px;
    background: url("../images/ico-mm6.png") no-repeat;
    margin: 0 auto 5px auto;
    position: relative;
}
.mm_btn:hover .mct_ico{
    background-position: -26px 0;
}
.mm_btn.active .mct_ico{
    background-position: -26px 0;
}
.mob_menu_line_wp{
    display: none;
}
.mob_header_line{
    display: none;
    padding: 7px 0;
}
.mm_close{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(138, 101, 123, 0.5) url("../images/close2.svg") no-repeat center center;
    background-size: 13px auto;
}
.sm_mob_top{
    display: none;
    padding: 10px 0;
}
.mt_title{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.ni_wp{
    width: 33.333%;
    padding: 0 5px;
}
.num_item{
    height: 121px;
    border-radius: 8px;
    background: #F7F5F6;
    font-size: 14px;
}
.c_white_bg{
    background: #fff;
}
.about_number_line{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 50px;
}
.about_main_info{
    margin-bottom: 37px;
}
.num_item span{
    font-size: 50px;
    font-weight: 500;
    color: #E30613;
    margin-right: 20px;
}
.ss3{
    width: 80% !important;
    left: 10% !important;
}
.ab_info{
    width: 280px;
    font-weight: 500;
    margin-left: 150px;
}
.ab_info span{
    display: block;
    font-size: 60px;
    font-weight: 600;
    color: #E30613;
    margin-bottom: 11px;
}
.ab_img{
    width: calc(100% - 430px);
    padding-left: 160px;
}
.sert_slide{
    border-radius: 8px;
    background: #F7F5F6;
    padding: 25px;
}
.ss_text{
    text-align: center;
    font-size: 13px;
}
.ss_text span{
    display: block;
}
.ss_img{
    margin-bottom: 13px;
}
.swiper5{
    overflow: hidden;
}
.about_gallery{
    margin-bottom: 50px;
}
.content_wp p{
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}
.content_wp p span{
    font-weight: 700;
}
.sert_slider{
    margin-bottom: 45px;
}
.team_line{
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    margin-bottom: 80px;
}
.ti_img{
    position: relative;
    width: 120px;
    margin-bottom: 10px;
}
.ti_img:before{
    content: '';
    width: 24px;
    height: 24px;
    background: url("../img/ico-kronos-about.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 12px;
    right: -5px;
}
.team_line_h2 {
    margin-bottom: 0!important;
    width: 100%;
}
.ti_img img{
    border-radius: 50%;
}
.ti_name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.ti_name span{
    display: block;
}
.ti_text{
    font-size: 14px;
    color: #898989;
}

.team_line .team_item:last-child .ti_img:before{
    /*display: none;*/
}
.swiper6{
    overflow: hidden;
}
.about_reviews_slide{
    border-radius: 5px;
    border: 1px solid #ECEAEE;
    padding: 20px;
}
.ars_text{
    font-size: 13px;
    font-weight: 300;
}
.ars_text span{
    display: block;
    font-weight: 500;
}
.ars_img{
    width: 120px;
}
.ars_info{
    width: calc(100% - 120px);
}
.ars_info .pi_text span{
    display: inline;
}
.ars_info .pi_text{
    margin-bottom: 18px;
}
.ars_info .rbb_rating_block{
    margin-bottom: 15px;
}
.rbb_rating{
    width: 79px;
    height: 11px;
    background: url("/local/templates/kronostime2022/img/stars2.png") no-repeat;
    margin-right: 12px;
    position: relative;
    top: -2px;
}
.mb_right{
    width: 500px;
}
.mb_left{
    width: calc(100% - 500px);
    padding-right: 75px;
}
.mbr_item{
    height: 120px;
    border-radius: 8px;
    background: #F7F5F6;
    margin-bottom: 10px;
    padding-left: 48px;
}
.about_reviews_slider{
    margin-bottom: 80px;
}
.mb_left h2{
    margin-bottom: 20px;
}
.mb_left p{
    font-size: 16px;
    line-height: 22px;
}
.mb_left p:nth-child(1){
    font-size: 18px;
    line-height: 25px;
}
.mbr_item div:first-child{
    font-size: 30px;
    font-weight: 500;
    color: #E30613;
}
.mbr_item div:last-child{
    font-size: 14px;
    margin-left: 27px;
}
.di_item p{
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.15px;
    margin-bottom: 9px;
    line-height: 1.2;
}
.di_item p:first-child{
    margin-bottom: 0;
}
.di_item p:last-child{
    margin-bottom: 0;
}
.di_item p span{
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.qb_top p{
    width: calc(100% - 33px);
    padding-left: 21px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
}
.mm_btn{
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    position: relative;
}
.mm_btn:hover{
    color: #E30613;
}
.mm_btn.active{
    color: #E30613;
}
.mp_ico{
    width: 24px;
    height: 24px;
    background: url("../images/ico-mm1.jpg") no-repeat;
    margin: 0 auto 5px auto;
    position: relative;
}
.mm_btn:hover .mp_ico{
    background-position: -24px 0;
}
.mm_btn.active .mp_ico{
    background-position: -24px 0;
}
.mob_menu_line_wp{
    width: 100%;
    border-top: 1px solid rgba(138, 101, 123, 0.15);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999999999999999;
    background: #fff;
}
.mob_menu_line{
    height: 55px;
    padding-top: 3px;
}
.mc_ico{
    width: 28px;
    height: 24px;
    background: url("../images/ico-mm2.png") no-repeat;
    margin: 0 auto 5px auto;
    position: relative;
}
.mm_btn:hover .mc_ico{
    background-position: -28px 0;
}
.mm_btn.active .mc_ico{
    background-position: -28px 0;
}
.mm_count{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -6px;
    right: -6px;
    background: #E30613;
    border-radius: 50%;
    height: 14px;
    min-width: 14px;
    font-size: 10px;
    color: #fff;
}
.mf_ico{
    width: 23px;
    height: 23px;
    background: url("../images/ico-mm3.png") no-repeat;
    margin: 0 auto 5px auto;
    position: relative;
}
.mm_btn:hover .mf_ico{
    background-position: -23px 0;
}
.mm_btn.active .mf_ico{
    background-position: -23px 0;
}
.ml_ico{
    width: 27px;
    height: 23px;
    background: url("../images/ico-mm4.png") no-repeat;
    margin: 0 auto 5px auto;
    position: relative;
}
.mm_btn:hover .ml_ico{
    background-position: -27px 0;
}
.mm_btn.active .ml_ico{
    background-position: -27px 0;
}
.mlk_ico{
    width: 21px;
    height: 24px;
    background: url("../images/ico-mm5.png") no-repeat;
    margin: 0 auto 5px auto;
    position: relative;
}
.mm_btn:hover .mlk_ico{
    background-position: -21px 0;
}
.mm_btn.active .mlk_ico{
    background-position: -21px 0;
}
.mct_ico{
    width: 26px;
    height: 25px;
    background: url("../images/ico-mm6.png") no-repeat;
    margin: 0 auto 5px auto;
    position: relative;
}
.mm_btn:hover .mct_ico{
    background-position: -26px 0;
}
.mm_btn.active .mct_ico{
    background-position: -26px 0;
}
.mob_menu_line_wp{
    display: none;
}
.mob_header_line{
    display: none;
    padding: 7px 0;
}
.mm_close{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(138, 101, 123, 0.5) url("../images/close2.svg") no-repeat center center;
    background-size: 13px auto;
}
.sm_mob_top{
    display: none;
    padding: 10px 0;
}
.mt_title{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.bottom_reviews_block{
    padding: 30px 0;
}
.bottom_reviews_block img{
    width: 88px;
    height: auto;
    position: relative;
    top: -2px;
}
.brb_rating{
    width: 79px;
    height: 11px;
    background: url("/local/templates/kronostime2022/img/stars2.png") no-repeat;
    margin-left: 6px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.bottom_reviews_block a{
    font-weight: 600;
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;
}
.bottom_reviews_block a:before {
    content: "...........................................";
    letter-spacing: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 400;
}
.ss_img a{
    display: block;
    overflow: hidden;
}
.ss_img img{
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.ag_slide img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.full_height_images .video_block img {
    width: 100%!important;
    height: auto!important;
    object-fit: fill!important;
}
.credit-block3__tabs-icon_tin {
    height: 52px!important;
    width: auto!important;
}
.credit-block3__tabs-icon_split {
    height: 26px!important;
	position: relative;
	top: -3px;
}

.credit-block3__tabs-icon_dol {
    height: 20px;
    top: -2px;
    position: relative;
}
.credit-block3__tabs-icon_opt {
    height: 23px;
	margin-left: auto;
	margin-right: auto;
}
.new-price-title {
    font-size: 23px;
}
.sidebar-infobox .item .icon img {
    width: 24px;
}
.sidebar-infobox .item:nth-child(2) .icon img {
      width: 26px;
}
.bonus_main_info{
    min-height: 500px;
    position: relative;
}
.bonus_screen_1{
    min-height: 560px;
    padding-top: 60px;
    background: #2E2A35;
    font: 16px 'Montserrat';
}
.bonus_main_info_img{
    text-align: center;
    width: 938px;
    background: url("/local/templates/kronostime2022/img/svg/bonus-bg.png") no-repeat 0 center;
    position: absolute;
    right: -150px;
    bottom: 0;
}
.bonus_main_info_img img{
    vertical-align: bottom;
}
.bonus_main_info_left{
    width: 55%;
}
.bonus_main_info_left h1{
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.bmi_subtitle{
    font-size: 32px;
    font-weight: 400;
    color: #96949A;
    margin-top: 5px;
}
.bmi_text{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin-top: 30px;
}
.bmi_line{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.bmi_line_item{
    font-size: 30px;
    font-weight: 600;
    margin-right: 30px;
    color: #fff;
}
.bmi_line_item span{
    color: #E30613;
}
.bmi_att{
    font-size: 13px;
    color: #96949A;
    margin-top: 10px;
}
.bmi_btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    width: 283px;
    height: 50px;
    border-radius: 8px;
    background: #E30613;
    color: #fff;
    margin-top: 30px;
}
.bonus_right_line{
    width: 506px;
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -270px;
    background: #fff;
    border-radius: 15px;
    padding: 30px 0;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.1);
}
.brl_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
}
.bonus_right_line:before{
    content: '';
    width: calc(100% - 30px);
    height: 100%;
    background: rgba(255,255,255,0.7);
    border-radius: 15px;
    position: absolute;
    left: 15px;
    bottom: -10px;
}
.brl_text{
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-left: 30px;
    line-height: 1;
}
.brl_num{
    font-size: 31px;
    font-weight: 700;
    color: #218D3E;
    margin-left: 30px;
}
.club_left{
    width: 593px;
}
.club_right{
    width: calc(100% - 593px);
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
}
.club_info_item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 117px;
    border-radius: 10px;
    background: #F7F7F9;
    font-size: 20px;
    font-weight: 600;
    padding: 0 30px;
    margin-right: 3px;
    margin-bottom: 3px;
}
  .dropdown-menu .brands-by-char {
      margin-bottom: 13px!important;
  }
.club_right .club_info_item:nth-child(3){
    margin-right: 0;
}
  .club_right .club_info_item:nth-child(5){
      margin-right: 0;
  }
.club_wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #D6D4D9;
}
.cii_ico{
    width: 30px;
}
.cii_info{
    width: calc(100% - 30px);
    padding-left: 20px;
}
.bonus_content{
    width: 100%;
    background: #fff;
    font: 16px 'Montserrat';
}
.club_left h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
}
.club_left h2 span{
    display: block;
    font-weight: 700;
    color: #E30613;
}
.club_left p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}
.offers_wp{
    position: relative;
    padding: 60px 0;
}
.offers_info{
    width: 70%;
    position: relative;
    z-index: 100;
}
.offers_img{
    position: absolute;
    top: 50px;
    right: 0;
}
.offers_top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ot_label{
    height: 73px;
    font-size: 47px;
    font-weight: 600;
    background: #E30613;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 10px;
    color: #fff;
}
.ot_label img{
      margin-right: 20px;
}
.ot_text{
    font-size: 40px;
    font-weight: 600;
    margin-left: 30px;
    line-height: 1;
}
.offers_text{
    width: 75%;
    font-size: 18px;
    font-weight: 500;
    margin-top: 35px;
}
.offers_title{
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 80px;
}
.offers_line{
    display: flex;
    flex-wrap: wrap;
}
.ol_item{
    width: 33.333%;
    font-size: 18px;
    font-weight: 500;
    color: #524D5C;
    margin-top: 38px;
}
.ol_item span{
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
}
.offers_line .ol_item:nth-child(2){
    width: 27%;
}
.bonus_info_wp{
    position: relative;
    min-height: 537px;
    background: #F7F7F9 url("/local/templates/kronostime2022/img/svg/bonus-bg2.png") no-repeat center 0;
    margin-top: 120px;
}
.bonus_info_wp .bonus_main_info_img{
    width: 456px;
    right: inherit;
    left: 115px;
    background: none;
}
.bonus_info_wp .bonus_right_line{
    width: 100%;
    margin: 0;
    left: 0;
    top: 238px;
}
.bonus_info_wp .bonus_right_line img{
    width: 18px;
    height: auto;
    margin: 0 10px;
}
.brl_text2{
    font-size: 18px;
}
.brl_text2 span{
    font-weight: 600;
    color: #E30613;
}
.brl_question{
    width: 25px;
    height: 25px;
    background: url("/local/templates/kronostime2022/img/svg/bonus-ico3.svg") no-repeat center center;
    margin-left: 10px;
}
.bonus_info_item{
    padding-left: 660px;
    padding-top: 90px;
}
.bonus_info_item h2{
    font-size: 36px;
    font-weight: 600;
}
.bonus_info_item h2 span{
    color: #E30613;
}
.bonus_info_item p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
}
  .bonus_info_item p a{
      font-size: 18px;
      font-weight: 700;
      color: #2f7bfa;
      position: relative;
  }
  .bonus_info_item p a svg {
      width: 24px;
      height: 24px;
      color: #2f7bfa;
      fill: #2f7bfa;
      position: absolute;
      right: -20px;
  }
.bib_att{
    font-size: 12px;
    font-weight: 500;
    color: #96949A;
    margin-top: 50px;
}
.bonus_lk_block{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.bonus_label{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 47px;
    font-weight: 600;
    border-radius: 10px;
    background: #E30613;
    width: 218px;
    height: 73px;
    color: #fff;
}
.bonus_label img{
    margin-right: 20px;
}
.bonus_lk_info{
    width: calc(70% - 218px);
    padding-left: 50px;
    position: relative;
    top: -7px;
}
.bonus_lk_info h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
}
.bonus_lk_info p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
}
.bonus_lk_btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 283px;
    height: 50px;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
}
.bonus_lk_block{
    padding-top: 160px;
}
.bonus_question_toggle{
    display: none;
    padding-left: 60px;
}
.bonus_question_item{
      margin-top: 25px;
}
.bonus_question_item.active .bonus_question_toggle{
    display: block;
}
.bonus_question_top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}
.bonus_question_toggle p{
    width: 75%;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 15px;
}
.bonus_question_top span{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #000;
    background: url("/local/templates/kronostime2022/img/svg/bonus-plus.svg") no-repeat center center;
}
.bonus_question_item.active .bonus_question_top span{
      background: url("/local/templates/kronostime2022/img/svg/bonus-minus.svg") no-repeat center center;
}
.bonus_question_top div{
    width: calc(100% - 40px);
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
}
.bonus_question_block{
    padding-top: 150px;
    padding-bottom: 80px;
}
.bonus_question_block h2{
    font-size: 40px;
    font-weight: 600;
}
  .balloon-root * {
      font-family: Montserrat;
  }
  .balloon-root strong {
    font-weight: 600;
}
.store_map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.balloon-root {
    background: #fff;
    width: 420px;
    height: auto;
    padding: 35px;
    box-sizing: border-box;
    position: absolute;
}
.balloon-head {
    font-size: 20px;
}
.store_link_btn {
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}
.store_modal {
    width: 90%;
    max-width: 1060px;
    height: 90%;
    max-height: 600px;
    border-radius: 10px;
    overflow: hidden;
}
.balloon-btn {
      display: inline-block;
      color: #fff;
      -webkit-transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-top: 20px;
    text-align: center;
    min-width: 130px;
    text-decoration: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    background: #000;
    cursor: pointer;
}
  .balloon-root .close {
      display: block;
      width: 30px;
      height: 40px;
      cursor: pointer;
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat;
      opacity: .3;
      position: absolute;
      right: 5px;
      top: 0;
  }
  .balloon-root .close:hover {
      opacity: 1;
  }
.balloon-body {
    margin-top: 20px;
    font-size: 14px;
}
.balloon-body a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.q-product-preview__state.availability {
    cursor: pointer;
    color: #000;
    margin-top: 5px;
    display: inline-block;
    border-bottom: 1px #000 solid;
}
  .q-product-preview__state.availability:hover {
      text-decoration: none;
      border-bottom: 1px rgba(255,255,255,0) solid;
  }
.swiper_ci > .swiper-wrapper {
    align-items: stretch;
}
.store_modal {
    display: none;
}
.swiper_ci > .swiper-wrapper > .swiper-slide {
    height: auto;
}
  .swiper_ci > .swiper-wrapper > .swiper-slide .ci_slide {
      height: 100%;
  }
  .swiper_ci > .swiper-wrapper > .swiper-slide .ci_slide .inner-product-item {
      height: 100%;
  }
  .q-catalog .ci_slider {
      margin-bottom: 0;
  }
  .q-catalog .q-catalog__content.from-slider-wp {
      padding-bottom: 0!important;
  }
  .about_reviews_slider .swiper-wrapper {
      align-items: stretch;
  }
  .about_reviews_slider .swiper-wrapper .swiper-slide {
      height: auto;
  }
  .about_reviews_slider .swiper-wrapper .swiper-slide .about_reviews_slide {
      height: 100%;
  }
    /*
  .ti_img:before {
      content: '';
      width: 24px;
      height: 24px;
      background: url(../img/ico-kronos-about.svg) no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: 12px;
      right: -5px;

  }
*/
  .store_f_container .fancybox-button--close {
      display: none!important;
  }
  .store_f_container .fancybox-button--close svg {
      display: none!important;
  }
  .store_f_container .fancybox-close-small {
      width: 38px !important;
      height: 38px !important;
      border-radius: 50% !important;
      background: #f2f2f2 url("../img/cartnew/close-new.svg") no-repeat center center !important;
      opacity: 1 !important;
      top: 10px !important;
      right: 10px !important;
      display: block!important;
  }
  .store_block_img_small{
      width: 30%;
      height: 100%;
      background-size: cover !important;
      background-position: 20% center !important;
  }
  .store_block{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 50px 0;
      background: #F8F8F8;
  }
  .store_block_img{
      width: 480px;
  }
  .store_block_info{
      width: 40%;
      padding: 50px;
      background: #F8F8F8;
  }
  .sbi_right{
      width: calc(100% - 480px);
      padding: 70px;
  }
  .store_block_info h2{
      font-size: 28px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 25px;
  }
  .store_block_info p{
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      margin-bottom: 16px;
  }
  .magazine_wp .articles-list .article-item:nth-child(4){
      display: none;
  }
  @media only screen and (min-width: 992px) {
      .triple-banner-slider.q-banner-slider-large.single-slider.corr {
          display: flex;
      }
      .triple-banner-slider.q-banner-slider-large.single-slider.corr .slick-list {
          height: 100%;
      }
      .triple-banner-slider.q-banner-slider-large.single-slider.corr .slick-track {
          display: flex!important;
          align-items: stretch;
          height: 100%;
      }
      .triple-banner-slider.q-banner-slider-large.single-slider.corr .slick-slide {
          height: auto;
      }
      .triple-banner-slider.q-banner-slider-large.single-slider.corr .only-image-banner a {
          min-height: 100%;
          height: 100%;
          width: auto;
          object-fit: cover;
      }
      .triple-banner-slider.q-banner-slider-large.single-slider.corr .only-image-banner a img {
          min-height: 100%;
          height: 100%;
          width: auto;
          object-fit: cover;
      }
	  .triple-banner-slider.q-banner-slider-large.single-slider.corr {
		  position: relative;
	  }
      .triple-banner-slider.q-banner-slider-large.single-slider.corr .slick-dots {
          position: absolute;
          width: 100%;
          left: 0;
          bottom: -20px;
      }
  }
  @media only screen and (max-width: 767px) {
      .swiper_ci {
          padding-bottom: 0!important;
      }
      .q-catalog .q-catalog__content.from-slider-wp {
          padding-bottom: 15px!important;
      }
      .balloon-root {
          width: 80vw;
      }
      .balloon-body {
          margin-top: 14px;
          font-size: 12px;
      }
      .balloon-btn {
          font-size: 16px;
          min-width: 130px;
      }
      .balloon-head {
          font-size: 16px;
      }
      .store_f_container .fancybox-slide {
          padding: 0!important;
      }
      .store_f_container .store_modal {
          width: 100%;
          max-width: 1060px;
          height: 100%;
          max-height: 600px;
      }
  }
@media only screen and (max-width: 1479px) {
      .club_right .club_info_item:nth-child(1){
          width: calc(32% - 3px);
      }
      .club_right .club_info_item:nth-child(2){
          width: calc(25% - 3px);
      }
      .club_right .club_info_item:nth-child(3){
          width: calc(43% - 3px);
      }
      .club_right .club_info_item:nth-child(4){
          width: calc(50% - 3px);
      }
      .club_right .club_info_item:nth-child(5){
          width: calc(50% - 3px);
      }
      .club_info_item{
          padding: 0 15px;
      }
      .cii_info{
          padding-left: 10px;
      }
    .store_block_info{
        padding: 35px;
    }
  }
  @media only screen and (max-width: 1269px) {
      .bonus_main_info_img{
          right: -210px;
      }
      .club_info_item{
          width: calc(50% - 3px) !important;
          margin-right: 3px !important;
      }
      .bonus_info_wp .bonus_main_info_img{
          left: 50px;
      }
      .bonus_info_item{
          padding-left: 550px;
      }
      .bonus_info_item h2 br{
          display: none;
      }
      .bonus_info_item p br{
          display: none;
      }
      .store_block_info h2{
          font-size: 24px;
      }
  }
  @media only screen and (max-width: 1169px) {
      .bonus_main_info_img{
          width: 500px;
          right: -30px;
          background: none;
      }
      .bonus_right_line{
          width: 360px;
          margin-left: -190px;
      }
      .brl_text{
          width: 60%;
          margin-left: 0;
      }
      .bonus_main_info_left h1{
          font-size: 32px;
      }
      .bonus_main_info{
          min-height: 430px;
      }
      .bonus_screen_1{
          min-height: 460px;
      }
      .club_left{
          width: 100%;
      }
      .club_right{
          width: 100%;
          padding-left: 0;
          margin-top: 30px;
      }
      .offers_info{
          width: 100%;
      }
      .offers_img{
          display: none;
      }
      .bib_att{
          margin-top: 60px;
      }
      .bonus_lk_info {
          width: calc(100% - 218px);
      }
      .store_block_img{
          width: 100%;
      }
      .store_block_info{
          padding: 18px;
      }
      .store_block_info h2{
          font-size: 20px;
      }
      .store_block_info p{
          font-size: 14px;
      }
      .sbi_right{
          width: 100%;
      }
  }
  @media only screen and (max-width: 1023px) {
      .bonus_main_info_left{
          width: 100%;
          order: 1;
      }
      .bonus_main_info_img{
          position: relative;
          right: inherit;
          bottom: inherit;
          margin: 0 auto;
          order: 2;
      }
      .club_left h2{
          font-size: 28px;
      }
      .ol_item{
          width: 50%;
      }
      .bonus_info_item{
          width: 100%;
          order: 1;
          padding: 60px 0 0 0;
      }
      .bonus_info_wp{
          display: flex;
          flex-wrap: wrap;
      }
      .bonus_info_wp .bonus_main_info_img{
          width: 320px;
          left: inherit;
          margin-top: 30px;
      }
      .brl_text2 span{
          display: block;
      }
      .bonus_lk_info h2{
          font-size: 28px;
      }
  }
  @media only screen and (max-width: 767px) {
      .club_info_item{
          width: 100% !important;
          margin: 0 0 5px 0 !important;
          height: auto;
          padding: 20px;
      }
      .ot_label{
          font-size: 32px;
          padding: 0 10px;
      }
      .ot_text{
          font-size: 28px;
          margin-left: 10px;
      }
      .ot_label img{
          width: 25px;
          height: auto;
          margin-right: 10px;
      }
      .offers_text{
          width: 100%;
      }
      .offers_title{
          font-size: 38px;
      }
      .ol_item{
          width: 100% !important;
      }
      .ol_item span{
          font-size: 24px;
      }
      .club_wp{
          padding: 30px 0;
      }
      .offers_wp{
          padding: 30px 0;
      }
      .bonus_info_wp{
          margin-top: 30px;
      }
      .bonus_info_item h2{
          font-size: 28px;
      }
      .bonus_info_item{
          padding: 20px;
      }
      .bonus_info_wp .bonus_main_info_img>img{
          width: 260px;
          height: auto;
      }
      .bonus_info_wp .bonus_right_line{
          top: 150px;
      }
      .bonus_lk_info{
          width: 100%;
          padding-left: 0;
          margin-top: 30px;
      }
      .bonus_lk_block{
          padding-top: 50px;
      }
      .bonus_question_block h2{
          font-size: 28px;
      }
      .bonus_question_block{
          padding: 30px 0;
      }
      .store_block_info{
          padding: 30px;
      }
      .store_block_info h2{
          font-size: 20px;
      }
      .store_block_info p{
          font-size: 14px;
          margin-bottom: 15px;
          line-height: 1.3;
      }
      .store_block_info{
          width: 100%;
          max-width: 100%;
      }
  }
  @media only screen and (max-width: 479px) {
      .bmi_subtitle{
          font-size: 20px;
      }
      .bmi_text{
          font-size: 16px;
      }
      /*
      .bonus_main_info_img{
          width: 100%;
      }
      .bonus_main_info_img>img{
          display: none;
      }
      .bonus_right_line{
          width: 100%;
          position: static;
          margin: 15px 0 0 0;
      }
      .bonus_right_line:before{
          display: none;
      }
      */
      .bonus_main_info_img {
          width: 100%;
          height: 302px;
          position: relative;
      }
      .bonus_main_info_img img{
          width: 400px;
          max-width: 400px;
          position: absolute;
          left: 50%;
          margin-left: -185px;
          bottom: 0;
      }
      .bonus_right_line {
          margin-left: -180px;
          z-index: 2;
      }
      .bonus_right_line {
          top: 85px;
          padding: 15px 0;
      }
      .bonus_screen_1{
          padding: 30px 0;
          padding-bottom: 0;
      }

      .bonus_info_wp .bonus_main_info_img {
          height: 397px;
      }
      .bonus_info_wp .bonus_main_info_img img{
          width: 260px;
          max-width: 260px;
          position: absolute;
          left: 50%;
          margin-left: -130px!important;
          bottom: 0;
      }
      .brl_inner img{
          display: none;
      }
      .ot_text{
          margin-left: 0;
          margin-top: 10px;
      }
      .offers_title{
          font-size: 28px;
          margin-top: 38px;
      }
      .ol_item{
          margin-top: 25px;
      }
      .bonus_info_wp{

      }
      .bonus_info_item p{
          font-size: 16px;
          margin-top: 25px;
      }
      .bib_att{
          margin-top: 50px;
      }
      .bonus_lk_info h2{
          font-size: 24px;
      }
      .bonus_question_top div{
          font-size: 18px;
      }
  }
  @media only screen and (max-width: 374px) {
      .club_left h2{
          font-size: 24px;
          line-height: 1.2;
      }
      .bonus_info_item h2{
          font-size: 24px;
          line-height: 1.2;
      }
      .ol_item span{
          font-size: 18px;
      }
  }
@media only screen and (min-width: 600px) {
	.credit-block3__tabs-link {
		width: calc(25% - 40px);
	}
}
@media only screen and (max-width: 599px) {
	.credit-block3__tabs-link {
		width: 153px;
		min-width: 153px;
	}
}
@media only screen and (max-width: 1199px) {
    .num_item span
    {
        font-size: 38px;
        margin-right: 10px;
    }
    .num_item
    {
        font-size: 12px;
    }
    .ab_info{
        margin-left: 0;
    }
    .ab_img{
        padding-left: 0;
        margin-left: auto;
    }
    .mb_left
    {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1023px) {
    .about_main_info .ami_column:nth-child(1) p
    {
        font-size: 16px;
        line-height: 22px;
    }
    .about_main_info .ami_column:nth-child(1) p:last-child
    {
        font-size: 14px;
        line-height: 18px;
    }
    .breadcrumbs
    {
        width: 100%;
        overflow: auto;
        flex-wrap: nowrap !important;
        padding-bottom: 10px;
    }
    .breadcrumbs li a
    {
        white-space: nowrap;
    }
    .ss_img a{
        height: auto;
    }
    .mb_left
    {
        width: 100%;
        padding-right: 0;
    }
    .mb_right
    {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .ni_wp
    {
        width: 100%;
        margin-bottom: 12px;
    }
    .num_item
    {
        height: 60px;
    }
    .ab_info
    {
        width: 180px;
        font-size: 12px;
    }
    .ab_info span
    {
        font-size: 38px;
    }
    .ab_img
    {
        width: calc(100% - 180px);
    }
    .mbr_item
    {
        height: 60px;
        padding-left: 15px;
    }
    .mbr_item div:first-child
    {
        font-size: 20px;
    }
    .content_wp h2
    {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .ami_column
    {
        width: 100%;
    }
    .about_reviews_slider
    {
        margin-bottom: 20px;
    }
    .sert_slider{
        margin-bottom: 20px;
    }
    .about_gallery
    {
        margin-bottom: 20px;
    }
    .history_wp{
        padding-bottom: 30px;
    }
    .history_slider{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .old_header .header-phone
    {
        font-size: 12px !important;
    }
    body.old_h
    {
        padding-top: 100px !important;
    }
    .ss_img img{
        height: 90px;
    }
    .ag_slide img{
        height: 210px;
    }
    .q-product-previews-list .inner-product-item {
        background: #fff!important;
    }
}
@media only screen and (max-width: 369px) {
    body.old_h
    {
        padding-top: 136px !important;
    }
}

  @media (max-width: 950px) {
      .team_item {
          white-space: nowrap;
          padding-right: 17px;
          width: 200px;
          min-width: 200px;
      }
      .team_item .ti_name, .team_item .ti_text {
          white-space: normal;
      }
      .team_line {
          flex-wrap: nowrap!important;
          overflow: auto;
          padding-bottom: 10px;
      }
      .ti_name {
          font-size: 14px;
      }
  }

  .store_wp{
      padding: 30px 0;
      display: flex;
      flex-wrap: wrap;
      font-family: 'Montserrat';
  }
  .store_left{
      width: calc(100% - 500px);
  }
  .store_right{
      width: 450px;
      margin-left: auto;
  }
  .store_left h1{
      font-size: 50px !important;
      line-height: 60px !important;
  }
  .store_img{
      margin-top: 35px;
  }
  .store_img img{
      border-radius: 20px;
  }
  .store_brands{
      display: flex;
      flex-wrap: wrap;
      padding-top: 30px;
  }
  .store_brands div:nth-child(1){
      width: 200px;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: -0.03em;
      color: #E30613;
  }
  .store_brands div:nth-child(2){
      width: calc(100% - 200px);
      padding-left: 38px;
      font-size: 16px;
      color: #524D5C;
  }
  .store_left .index-brands__list{
      display: flex;
      flex-wrap: wrap;
      height: auto !important;
      margin-top: 50px;
  }
  .store_left .index-brands__item{
      position: static !important;
      float: none;
      display: flex !important;
      height: 80px;
      align-items: center;
      justify-content: center;
      border-right: 1px solid #DFDBDD;
      border-bottom: 1px solid #DFDBDD;
  }
  .store_left .index-brands__list .index-brands__item:nth-child(5){
      border-right: none;
  }
  .store_left .index-brands__list .index-brands__item:nth-child(10){
      border-right: none;
  }
  .store_left .index-brands__list .index-brands__item:nth-child(15){
      border-right: none;
  }
  .store_left .index-brands__list .index-brands__item:nth-child(20){
      border-right: none;
  }
  .store_left .index-brands__list .index-brands__item:nth-child(6), .index-brands__item:nth-child(7), .index-brands__item:nth-child(8), .index-brands__item:nth-child(9), .index-brands__item:nth-child(10){
      border-bottom: none;
  }
  .store_slider{
      width: 100%;
      margin-top: 50px;
  }
  .swiper_store{
      width: 100%;
      overflow: hidden;
  }
  .sr_inner{
      padding: 30px 38px 38px 38px;
      border-radius: 20px 20px 0 0;
      background: #F7F7F9;
  }
  .sr_title{
      font-size: 12px;
  }
  .sr_work{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin-top: 10px;
      padding-bottom: 20px;
      border-bottom: 1px solid #DFDBDD;
      margin-bottom: 15px;
  }
  .sr_work div{
      font-size: 24px;
      font-weight: 600;
      color: #96949A;
  }
  .sr_work span{
      font-size: 11px;
      line-height: 1;
      background: #fff;
      border-radius: 5px;
      padding: 5px;
      color: #218D3E;
  }
  .sr_phone{
      font-size: 36px;
      font-weight: 600;
  }
  .sr_btns{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin-top: 15px;
  }
  .sr_btns a{
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #4C505D;
      border-radius: 10px;
      height: 50px;
      padding: 0 21px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: -0.03em;
  }
  .sr_btns a img{
      margin-right: 10px;
  }
  .sr_adderss{
      font-size: 12px;
      margin-top: 38px;
      margin-bottom: 10px;
  }
  .sr_adderss span{
      display: block;
      font-size: 17px;
      margin-bottom: 10px;
  }
  .sr_adderss span strong{
      font-weight: 700;
  }
  .sr_map_btn{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 174px;
      height: 30px;
      border-radius: 10px;
      border: 1px solid #D1D3DB;
      font-size: 11px;
      font-weight: 600;
      color: #4C505D;
  }
  .sr_map_btn img{
      margin-left: 10px;
  }
  .sr_item{
      margin-top: 15px;
      font-size: 12px;
      padding-left: 38px;
  }
  .sr_item a{
      font-weight: 600;
      color: #3379E0;
  }
  .sr_item span{
      display: block;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-top: 5px;
  }
  .sr_block{
      margin-top: 35px;
  }
  .sr_item_v1{
      background: url("../img/svg/store-car1.svg") no-repeat;
  }
  .sr_item_v2{
      background: url("../img/svg/store-car2.svg") no-repeat;
  }
  .sr_item_v3{
      background: url("../img/svg/store-car3.svg") no-repeat;
  }
  .sr_map{
      width: 100%;
      height: 551px;
      background: #D1D3DB;
      border-radius: 0 0 20px 20px;
  }
  .stores-detail-btn_prev {
      padding-left: 30px;
  }
  .stores-detail-btn {
      display: inline-flex;
      height: 30px;
      border: 1px solid #cbb3c1;
      align-items: center;
      text-decoration: none;
      justify-content: center;
      border-radius: 5px;
      font: 12px"montserratsemibold",Arial,sans-serif;
      padding: 0 10px;
      padding-left: 30px;
      position: relative;
      transition: .3s;
      text-transform: uppercase;
      margin-left: auto;
      margin-right: auto;
  }
  .stores-detail-head {
      text-align: center;
      margin: 10px 0 35px;
  }
  .stores-detail-btn:hover {
      border-color: #e30613;
  }
  .stores-detail-btn_prev:before {
      transform: rotate(45deg);
      left: 15px;
  }
  .stores-detail-btn_next:before, .stores-detail-btn_prev:before {
      content: "";
      height: 7px;
      width: 7px;
      border-bottom: 1px solid #000;
      border-left: 1px solid #000;
      position: absolute;
      top: 50%;
      margin: -5px 0 0;
  }
  .catalog_tags_wpp{
      width: calc(100%);
      padding-top: 6px;
  }

  .catalog_tags p{
      white-space: nowrap;
      display: block;
      padding-right: 15px;
      position: relative;
      color: #8a657b;
      font-size: 12px;
  }
  .ct_close{
      position: absolute;
      top: 3px;
      right: 0;
  }
  .catalog_tags_wpp{
      position: relative;
      /*z-index: 1000;*/
  }
  .catalog_tags_wpp:before {
      content: '';
      width: 30px;
      height: 100%;
      background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.78) 36%,rgba(255,255,255,0.92) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f5f6', endColorstr='#ebf7f5f6',GradientType=1 );
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
  }
  @media only screen and (max-width: 1299px) {
      .sr_map{
          height: 480px;
      }
  }
  @media only screen and (max-width: 1169px) {
      .store_left{
          width: 100%;
      }
      .store_right{
          width: 100%;
          margin-top: 25px;
      }
  }
  @media only screen and (max-width: 1023px) {
      .store_left h1{
          font-size: 28px !important;
          line-height: 30px !important;
      }
      .sr_btns{
          justify-content: flex-start;
      }
      .sr_btns a{
          margin-right: 15px;
      }
      .store_left .index-brands__item{
          text-align: center;
      }
      .store_left .index-brands__item img{
          max-width: 80%;
      }
  }
  @media only screen and (max-width: 767px) {
      .sr_inner{
          padding: 20px;
      }
  }
  @media only screen and (max-width: 479px) {
      .store_brands div:nth-child(1){
          width: 100%;
          font-size: 24px;
      }
      .store_brands div:nth-child(2){
          width: 100%;
          margin-top: 15px;
          padding-left: 0;
      }
      .store_left .index-brands__item{
          height: 60px;
      }
      .store_left .index-brands__list{
          margin-top: 20px;
      }
      .sr_phone{
          font-size: 24px;
      }
      .sr_btns a{
          width: 100%;
          height: 38px;
          margin-bottom: 10px;
      }
      .sr_adderss{
          margin-top: 10px;
      }
      .store_slider{
          margin-top: 20px;
      }
      .sr_map{
          height: 350px;
      }
  }
  @media only screen and (min-width: 1024px) {
      .new-logo-brand .distributor {
          padding: 4px 25px;
          min-height: 55px;
      }
  }
  .catalog_tags{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-right: auto;
  }
  .catalog_tags p{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-right: 15px;
  }
  .ct_close{
      margin-left: 5px;
      width: 8px;
      height: 8px;
      background: url("../img/close-btn.svg") no-repeat center center;
      background-size: 100% auto;
      opacity: 0.5;
      cursor: pointer;
  }
  @media only screen and (max-width: 1023px) {
      .active-filter__sorting__wrapper{
          flex-wrap: wrap;
      }
      .q-catalog-sorting{
          width: 100%;
          display: flex !important;
          justify-content: flex-end;
          flex-wrap: wrap;
      }
      .catalog_tags_wpp + .q-catalog-sorting + .select2-container{
          margin-top: -41px !important;
      }
      .select2-container{
          margin-top: -41px !important;
      }
      .catalog_tags_wpp{
          margin-top: 6px;
          width: 100%;
      }
	  .ym-box{
		  padding-top: 18px;
		  margin-bottom: 45px;
	  }
  }
  @media only screen and (max-width: 767px) {
    .catalog_tags_wpp{
        width: 100%;
        margin-top: -6px;
        margin-bottom: 10px;
    }
      .select2-container {
          margin-top: -49px !important;
      }
      .catalog_tags_wpp + select + span {
          margin-top: -68px !important;
      }
  }
  @media only screen and (max-width: 991px) {
      .catalog_tags{
          height: 30px;
          padding-right: 35px;
      }
      .catalog_tags p{
          margin-right: 10px;
      }
      .catalog_tags_wpp + select + span {
          margin-top: -83px !important;
      }
      .catalog_tags{
          overflow: auto;
          display: flex;
          flex-wrap: nowrap;
          position: relative;
      }
      .catalog_tags p{
          white-space: nowrap;
          display: block;
          padding-right: 15px;
          position: relative;
      }
      .ct_close{
          position: absolute;
          top: 3px;
          right: 0;
      }
      .catalog_tags_wpp{
          position: relative;
          z-index: 1000;
      }
      .catalog_tags_wpp:before {
          content: '';
          width: 30px;
          height: 100%;
          background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.78) 36%,rgba(255,255,255,0.92) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f5f6', endColorstr='#ebf7f5f6',GradientType=1 );
          position: absolute;
          right: 0;
          top: 0;
          z-index: 2;
      }
  }
  @media only screen and (max-width: 767px) {
      .catalog_tags_wpp{
          width: 100%;
          margin-top: -6px;
          margin-bottom: 10px;
      }
      .select2-container {
          margin-top: -49px !important;
      }
      .catalog_tags_wpp + select + span {
          margin-top: -83px !important;
      }
	  .footer-copy{
		  margin-left: auto;
	  }
  }
  @media only screen and (max-width: 479px) {
      .catalog_tags{
          height: 30px;
          padding-right: 35px;
      }
      .catalog_tags p{
          margin-right: 10px;
      }
      .catalog_tags_wpp + select + span {
          margin-top: -89px !important;
      }
      .catalog_tags{
          overflow: auto;
          display: flex;
          flex-wrap: nowrap;
          position: relative;
      }
      .catalog_tags p{
          white-space: nowrap;
          display: block;
          padding-right: 15px;
          position: relative;
      }
      .ct_close{
          position: absolute;
          top: 3px;
          right: 0;
      }
      .catalog_tags_wpp{
          position: relative;
          z-index: 1000;
      }
      .catalog_tags_wpp:before {
          content: '';
          width: 30px;
          height: 100%;
          background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.78) 36%,rgba(255,255,255,0.92) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f5f6', endColorstr='#ebf7f5f6',GradientType=1 );
          position: absolute;
          right: 0;
          top: 0;
          z-index: 2;
      }
  }
  @media only screen and (max-width: 950px) {
      .select2-container {
          margin-top: 0 !important;
          margin-left: auto !important;
      }
      .q-catalog-filters {
          width: 50%!important;
      }
      .q-catalog-sorting {
          width: 50%!important;
          height: 29px;
      }
      .catalog_tags{
          overflow: auto;
          flex-wrap: nowrap !important;
          padding-bottom: 6px;
          padding-right: 35px;
      }
  }
  @media only screen and (min-width: 951px) {
      .active-filter__sorting__wrapper:nth-child(1){
          width: 184px;
          margin-left: auto;
      }
      .active-filter__sorting__wrapper:nth-child(2){
          width: calc(100% - 195px);
          margin-top: -28px;
      }
  }

  .whiteLink{
      color:#fff;
  }

  label a.__politics{
      position: relative;
      z-index: 100;
  }

  /*стили из new_brand.php*/
  .q-catalog__filter-checkbox-default.bacelet-color-black label:before {
	  background: #000 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-white label:before {
	  background: #fff 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-purple label:before {
	  background: #8b00ff 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-blue label:before {
	  background: #0000ff 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-red label:before {
	  background: #ff0000 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-yellow label:before {
	  background: #ffff00 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-green label:before {
	  background: #008000 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-beige label:before {
	  background: #ECDEE6 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-gold label:before {
	  background: transparent linear-gradient(180deg, #F4EDC8 0%, #FFF4B9 31%, #D0BF62 70%, #847000 100%) 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-dvukhtsvetnyy label:before {
	  background: transparent linear-gradient(180deg, #DE00FF 0%, #FF0045 22%, #685CFF 45%, #01D070 64%, #D8FF00 86%, #FFF500 100%) 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-korichnevyy label:before {
	  background: #753313 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-orange label:before {
	  background: #FFA500 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-prozrachnyy label:before {
	  background: #fff 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-raznotsvetnyy label:before {
	  background: transparent linear-gradient(180deg, #DE00FF 0%, #FF0045 22%, #685CFF 45%, #01D070 64%, #D8FF00 86%, #FFF500 100%) 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-pink label:before {
	  background: #FF00FF 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-silver label:before {
	  background: linear-gradient(to bottom, #bababa, #9d9d9d 14%, #bababa 23%, #c4c4c4 31%, #f4f4f2 53%, #dbdbdb 65%, #dbdbdb 75%, #bebebe 82%, #bbb 87%, #4c4c4c 99%) 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-seryy label:before {
	  background: #C0C0C0 0% 0% no-repeat padding-box;
  }

  .q-catalog__filter-checkbox-default.bacelet-color-khaki label:before {
	  background: #78866b 0% 0% no-repeat padding-box;
  }
  .catalog_info {
	  padding-top: 60px;
  }
  .ci_slider .q-product-preview__name {
	  height: 37px;
	  min-height: 37px;
	  line-height: 1.2; /* Примерно 19px на строку = 2 строки */
	  overflow: hidden;
	  display: -webkit-box !important;
	  -webkit-line-clamp: 2; /* Количество строк */
	  -webkit-box-orient: vertical;
  }