body {
    font-family: 'Roboto', 'Ubuntu', sans-serif!important;
    background: #F8F8F8!important;
}

body .container {
    max-width: 1246px;
}

.popup-window-buttons button:nth-child(2):hover {
    background: #7851bc !important;
    color: #fff !important;
}

body .c-header {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    height: 163px;
    padding: 9px 0 17px;
}

body .c-header .c-header__top__nav {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .c-header .c-header__top__nav .row {
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 14px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .c-header .c-header__top__nav .c-header__top__nav__city .c-header__top__nav__city__row {
    background: #F2F2F2;
    border-radius: 5px;
    padding: 6px 8px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: -webkit-max-content 7px -webkit-max-content 7px -webkit-max-content;
    -ms-grid-columns: max-content 7px max-content 7px max-content;
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
    grid-column-gap: 7px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    opacity: 0.7;
    max-width: 141px;
    width: 100%;
}

body .c-header .c-header__top__nav .c-header__top__nav__city .c-header__top__nav__city__row svg {
    position: relative;
    top: auto;
    left: auto;
    width: 20px;
    height: 20px;
}

body .c-header .c-header__top__nav .c-header__top__nav__city .c-header__top__nav__city__row span {
    margin-left: -2px;
    color: inherit;
}

body .c-header .c-header__top__nav .c-header__top__nav__list ul li {
    padding: 5px 33px;
}

body .c-header .c-header__top__nav .c-header__top__nav__list ul li:last-child {
    padding-right: 0;
}

body .c-header .c-header__top__nav .c-header__top__nav__list ul li a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    opacity: 0.7;
    letter-spacing: normal;
}

body .u-head__logo__desktop {
    height: auto;
    width: 163px;
}

body .c-header .c-header__top {
    top: auto;
    position: relative;
    padding: 0;
}

body .c-header .c-header__top:after {
    content: none;
}

body .c-header .c-header__top .u-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body .c-header .c-header__top .u-table .u-head__item__logo {
    width: auto;
}

body .c-header .c-header__top .u-table .c-header__logo {
    position: relative;
    top: auto;
    vertical-align: unset;
}

body .c-header .c-header__top .u-table .u-head__item__search {
    max-width: 540px;
    width: 100%;
    margin-left: 23px;
}

body .c-header .c-header__top .u-table .u-head__item__search .u-head__item__search-bottom {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    margin-top: 8px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 33px -webkit-max-content;
    -ms-grid-columns: max-content 33px max-content;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 33px;
}

body .c-header .c-header__top .u-table .u-head__item__search .u-head__item__search-bottom a span {
    margin-left: 4px;
}

body .c-header .c-header__top .u-table .u-head__item__search .c-header__search .u-form-search .u-input-style {
    height: 44px;
    background: #FFFFFF;
    border: 2px solid #7851BC;
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 13px 138px 13px 16px;
}

body .c-header .c-header__top .u-table .u-head__item__search .c-header__search .u-form-search .u-input-style::-webkit-input-placeholder {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #7851BC;
    opacity: 0.5;
}

body .c-header .c-header__top .u-table .u-head__item__search .c-header__search .u-form-search .u-input-style::-moz-placeholder {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #7851BC;
    opacity: 0.5;
}

body .c-header .c-header__top .u-table .u-head__item__search .c-header__search .u-form-search .u-input-style:-ms-input-placeholder {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #7851BC;
    opacity: 0.5;
}

body .c-header .c-header__top .u-table .u-head__item__search .c-header__search .u-form-search .u-input-style::-ms-input-placeholder {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #7851BC;
    opacity: 0.5;
}

body .c-header .c-header__top .u-table .u-head__item__search .c-header__search .u-form-search .u-input-style::placeholder {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #7851BC;
    opacity: 0.5;
}

body .c-header .c-header__top .u-table .u-head__item__search .c-header__search .u-form-search .u-btn-submit-search {
    width: 44px;
    height: 44px;
}

body .c-header .c-header__top .u-table .u-head__item__search .c-header__search .u-form-search .c-header__search__parametrs {
    display: none;
}

body .c-header .c-header__bottom {
    display: none;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time {
    padding: 0;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__phone__time {
    margin-left: 17px;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 6px;
    margin-top: -16px;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__phone__time .u-head__phone-link {
    margin-bottom: 0px;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__phone__time ul li.is-line-work {
    padding: 8px 14px 0 0;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__phone__time ul li.is-line-weekend {
    padding: 8px 0 0 14px;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 21px;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block__user {
    display: block;
    width: 24px!important;
    height: 24px;
    margin-top: -22px;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block__phone {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    margin-top: -26px;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block__user img {
    width: 22px;
    height: 22px;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block__phone img {
    width: 24px;
    height: 24px;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block .u-head__basket-block__basket {
    display: block;
    height: auto;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block .u-head__basket-block__basket .bx-basket .bx-hdr-profile #basket-line-header {
    bottom: auto;
    padding: 0;
    width: 186px;
    height: 46px;
    background: #F8F8F8;
    border-radius: 5px;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block .u-head__basket-block__basket .bx-basket .bx-hdr-profile #basket-line-header .u-head__basket-block__icon {
    width: 46px;
    height: 46px;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block .u-head__basket-block__basket .bx-basket .bx-hdr-profile #basket-line-header .u-head__basket-block__icon a {
    width: 46px;
    height: 46px;
    background: #7851BC;
    -webkit-box-shadow: 0px 4px 15px rgb(101 66 162 / 25%);
    box-shadow: 0px 4px 15px rgb(101 66 162 / 25%);
    border-radius: 10px;
    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;
}

.u-head__basket-block__icon a:nth-child(2) {
    opacity: 1!important;
}

.u-head__basket-block__icon.null_basket a:nth-child(2) {
    opacity: 0!important;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block .u-head__basket-block__basket .bx-basket .bx-hdr-profile #basket-line-header .u-head__basket-block__total {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    opacity: 0.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 7px;
    bottom: auto;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block .u-head__basket-block__application {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #7851BC;
    margin-top: 7px;
}

body .c-content {
    padding-top: 181px!important;
}

body .c-content .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 20px 1fr;
    -ms-grid-columns: max-content 20px 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 20px;
}

body .c-content .content .section {
    width: 100%;
    max-width: 907px;
}

body .c-content .content .section.element {
    margin-top: 5px;
}

body .c-content .content .section.search {
    margin-top: 11px;
}

body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block .u-head__basket-block__basket .bx-basket .bx-hdr-profile #basket-line-header .u-head__basket-block__icon .num-products {
    width: 19px;
    height: 19px;
    top: 3px;
    right: 3px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
}

body .c-content .content .aside {
    width: 289px;
    position: relative;
    /*z-index: 5;*/
    /**************************************/
}

body .c-content .content .aside .wrapper .catalogSectionList {
    max-width: 289px;
}

body .c-content .content .aside .wrapper .catalogSectionList .button {
    width: 100%;
    height: 39px;
    background: #FFCA00;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    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;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    cursor: pointer;
}

body .c-content .content .aside .wrapper .catalogSectionList .button:hover {
    background: #E4B501;
}

body .c-content .content .aside .wrapper .catalogSectionList .button svg {
    position: absolute;
    left: 16px;
}

body .c-content .content .aside .wrapper .catalogSectionList .list {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 4px;
    margin-top: -4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 0;
}

body .c-content .content .aside .wrapper .catalogSectionList .button.view+.list,
body .c-content .content .aside .wrapper .catalogSectionList .button.view+div>.list {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 4px;
    /*height: 248px;*/
}

body .c-content .content .aside .wrapper .catalogSectionList>.list>.item,
body .c-content .content .aside .wrapper .catalogSectionList>div>.list>.item {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    height: 32px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

body .c-content .content .aside .wrapper .catalogSectionList>.list>.item.hover,
body .c-content .content .aside .wrapper .catalogSectionList>div>.list>.item.hover {
    border: 1px solid #7851BC;
    border-right: 1px solid #FFFFFF;
    border-radius: 10px 0px 0px 10px;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 7;
}

body .c-content .content .aside .wrapper .catalogSectionList>.list>.item>a,
body .c-content .content .aside .wrapper .catalogSectionList>div>.list>.item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    padding: 0 10px;
}

body .c-content .content .aside .wrapper .catalogSectionList>.list>.item>a img,
body .c-content .content .aside .wrapper .catalogSectionList>div>.list>.item>a img {
    margin-right: 9px;
    -o-object-fit: contain;
    object-fit: contain;
}

body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /*    overflow-y: scroll;*/
    left: 289px;
    top: 34px;
    background: #F8F8F8;
    border: 1px solid #7851BC;
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 5;
    /********************************/
}

body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList::-webkit-scrollbar {
    display: none;
}

body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList>.item {
    padding: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    width: auto;
    /********************/
}
body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList>.item:first-of-type{
    padding-left: 0px;
}
body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList{
    padding-left: 20px;
}

body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList>.item>a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #7851BC;
    /*    overflow-wrap: break-word;*/
}

body .c-content .content .aside .wrapper .catalogSectionList .list>.item.hover>.itemList {
    opacity: 1;
    visibility: visible;
    z-index: 5;
}

body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList>.item>.itemList {
    margin-top: 15px;
}

body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList>.item>.itemList>.item {
    margin-top: 13px;
}

body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList>.item>.itemList>.item>a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    opacity: 0.5;
    overflow-wrap: break-word;
}

body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList>.item>.itemList>.item>a:hover {
    color: #7851BC;
}

.section_list_catalog li a:hover {
    color: #7851BC;
}

body .c-content .content .aside .wrapper .supportBlock {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 11px 13px 9px;
    margin-top: 43px;
    position: relative;
}

body .c-content .content .aside .wrapper .supportBlock::before {
    content: '';
    width: 282px;
    height: 174px;
    position: absolute;
    z-index: -1;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

body .c-content .content .aside .wrapper .supportBlock .support {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 10px 1fr;
    -ms-grid-columns: max-content 10px 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 10px;
}

body .c-content .content .aside .wrapper .supportBlock .support .block {
    background: #FFCA00;
    border-radius: 10px;
    position: relative;
    width: 84px;
    height: 100px;
}

body .c-content .content .aside .wrapper .supportBlock .support .block img {
    position: absolute;
    right: 0;
    bottom: 0;
}

body .c-content .content .aside .wrapper .supportBlock .support .text .title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 155.4%;
    text-transform: uppercase;
    color: #000000;
}

body .c-content .content .aside .wrapper .supportBlock .support .text .subtitle {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 155.4%;
    color: #000000;
    opacity: 0.5;
}

body .c-content .content .aside .wrapper .supportBlock .button {
    max-width: 230px;
    width: 100%;
    height: 44px;
    margin: 10px auto 0;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #7851BC;
    border-radius: 10px;
    border: 1px solid #7851BC;
    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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

body .c-content .content .aside .wrapper .supportBlock .button:hover {
    color: #7851BC;
    background: #FFFFFF;
}

body .c-content .content .aside .wrapper .searchSubtitle {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    margin: 20px 0 16px;
}

body .c-content .content .aside .wrapper .resultSearch.searchSubtitle {
    text-align: left;
    margin: 13px 0 16px;
}

body .c-content .content .index .c-main-slider {
    margin-bottom: 0;
}

body .c-content .content .index .c-main-slider .c-main-slider__arrow {
    width: 100%;
}

body .c-content .content .index .c-main-slider .c-main-slider__arrow .slick-prev {
    left: 10px;
}

body .c-content .content .index .c-main-slider .c-main-slider__arrow .slick-next {
    right: 10px;
    -webkit-transform: translate(0, -50%) rotateY(180deg);
    transform: translate(0, -50%) rotateY(180deg);
}

body .c-content .content .index .c-main-slider .u-slider__content .u-slider {
    height: 343px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

body .c-content .content .index .c-main-slider .c-main-slider__arrow .slick-arrow {
    border: none;
    border-radius: 0;
    width: 27px;
    height: 27px;
}

body .c-content .content .index .c-main-slider .u-slider__content .u-slider .u-slider__item .container {
    padding: 0;
}

body .c-content .content .index .c-main-slider .u-slider__content .u-slider .slick-dots {
    bottom: 9px;
    left: 8px;
    width: 100%;
}

body .c-content .content .index .c-main-slider .u-slider__content .u-slider .slick-dots li {
    width: 10px;
    height: 8px;
    margin: 0 2px;
}

body .c-content .content .index .c-main-slider .u-slider__content .u-slider .slick-dots li button {
    width: 8px;
    height: 8px;
}

body .c-content .content .index .c-main-slider .u-slider__content .u-slider .slick-dots li button::before {
    width: 8px;
    height: 8px;
}

body .c-content .content .index .c-main-slider .u-slider__content .u-slider .slick-dots li button::after {
    width: 8px;
    height: 8px;
}

body .c-content .content .index .c-main-slider .u-slider__content .u-slider .u-slider__item {
    height: 343px;
}

body .c-content .content .index .c-main-slider .u-slider__content .u-slider .u-slider__item .u-slider__item__block__bg {
    height: 343px;
    background-size: cover;
}

body .c-content .content .index .c-hits-sales {
    padding: 17px 0 0;
}

body .c-content .content .index .c-hits-sales .u-head-line.u-position-center {
    margin: 0;
    padding: 0;
}

body .c-content .content .index .c-hits-sales .u-head-line.u-position-center::after {
    content: none;
}

body .c-content .content .index .c-hits-sales .u-head-line.u-position-center .u-hits-sales__tab .u-hits-sales__tab__list {
    border: none;
    background: none;
    border-radius: 0;
    display: -ms-grid;
    display: flex;
    -ms-grid-columns: -webkit-max-content 55px -webkit-max-content 55px -webkit-max-content;
    -ms-grid-columns: max-content 55px max-content 55px max-content;
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 55px;
}

body .c-content .content .index .c-hits-sales .u-head-line.u-position-center .u-hits-sales__tab .u-hits-sales__tab__list .u-hits-sales__tab__item {
    width: auto;
    height: auto;
    border: none;
}

body .c-content .content .index .c-hits-sales .u-head-line.u-position-center .u-hits-sales__tab .u-hits-sales__tab__list .u-hits-sales__tab__item span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 5px;
}

body .c-content .content .index .c-hits-sales .u-head-line.u-position-center .u-hits-sales__tab .u-hits-sales__tab__list .u-hits-sales__tab__item.is-active {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .c-content .content .index .c-hits-sales .u-head-line.u-position-center .u-hits-sales__tab .u-hits-sales__tab__list .u-hits-sales__tab__item.is-active span {
    border-bottom: 2px solid;
}

body .c-content .content .index .c-hits-sales .u-head-line.u-position-center .u-hits-sales__tab .u-hits-sales__tab__list .u-hits-sales__tab__item[data-tab-top="hits"] span {
    color: #BB0000;
}

body .c-content .content .index .c-hits-sales .u-head-line.u-position-center .u-hits-sales__tab .u-hits-sales__tab__list .u-hits-sales__tab__item[data-tab-top="sales"] span {
    color: #C89E00;
}

body .c-content .content .index .c-hits-sales .u-head-line.u-position-center .u-hits-sales__tab .u-hits-sales__tab__list .u-hits-sales__tab__item[data-tab-top="news"] span {
    color: #1D9C08;
}


body .c-content .content .index .c-hits-sales .u-head-line.u-position-center .u-hits-sales__tab .u-hits-sales__tab__list .u-hits-sales__tab__item[data-tab-top="popular"] span {
    color: #7851BC;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content {
    margin-top: 14px;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 11px;
    margin: 0;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item {
    /* width: 100%;
    width: 228px !important;*/
    padding: 0;
    margin: 0;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__article {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__article:hover {
    border: 1px solid #7851BC;
}

body .c-content .content .index .c-about-us {
    padding: 0;
    background: none;
    margin-top: 30px;
}

body .c-content .content .index .c-about-us .container {
    padding: 0;
}

body .c-content .content .index .c-about-us .container .u-width-1000 .b-h2 {
    padding: 0;
    margin: 0 0 28px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

body .c-content .content .index .c-about-us .container .u-width-1000 .b-h2::after {
    content: none;
}

body .c-content .content .index .c-about-us .container .u-width-1000 p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    opacity: 0.7;
    margin: 20px 0 0;
    text-align: left;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__article .u-hits-sales__product__head {
    padding: 0;
    height: auto!important;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__article .u-hits-sales__product__head .u-hits-sales__product__photo {
    height: 165px;
    margin: 15px 26px 0;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__article .u-hits-sales__product__head .u-hits-sales__product__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #000000;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__article .u-hits-sales__product__head .u-hits-sales__product__name {
    margin: 9px 14px 0;
    height: 64px;
    overflow: hidden;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__article .u-hits-sales__product__head .u-hits-sales__product__name a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    border-bottom: none;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__article .u-hits-sales__product__head .u-hits-sales__product__name a:hover {
    color: #7851BC;
}

body .c-footer-wrapper {
    display: block;
    margin-top: 22px;
}

body .c-footer-wrapper .lines {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}

body .c-footer-wrapper .lines .line {
    height: 7px;
}

body .c-footer-wrapper .lines .line:nth-child(1) {
    background-color: #7851BC;
}

body .c-footer-wrapper .lines .line:nth-child(2) {
    background-color: #E6007E;
}

body .c-footer-wrapper .lines .line:nth-child(3) {
    background-color: #FFCA00;
}

body .c-footer-wrapper .lines .line:nth-child(4) {
    background-color: #000000;
}

body .c-footer-wrapper .lines .line:nth-child(5) {
    background-color: #7851BC;
}

body .c-footer h2,
body .c-footer .b-h2 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

body .c-footer h2:after,
body .c-footer .b-h2:after {
    content: none;
}

body .u-tar {
    text-align: left;
    margin-top: 89px;
}

body .u-tar p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    opacity: 0.3;
}

body .u-footer__top__item {
    margin: 0;
}

body .u-footer__menu {
    margin-left: 128px;
}

body .u-footer__menu__list {
    margin: 0;
}

body .c-footer__top {
    padding: 30px 0 39px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFFFFF;
}

body .u-footer__item__logo {
    margin: 0;
}

body .u-footer__menu__list ul li {
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

body .u-footer__menu__list a,
body .u-footer__menu__list span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    opacity: 0.7;
    border-bottom: none;
}

body .u-footer__menu__list ul {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 4px;
    margin-top: 22px;
}

body .u-footer__top__item-two {
    margin-left: 36px;
}

body .u-footer__top__item-contact {
    margin-left: auto;
}

body .u-footer__top__item-contact .u-footer__list {
    margin-top: 30px;
}

body .u-footer__phone__item {
    margin-bottom: -2px;
}

body .u-footer__top__item-contact .is-line-work {
    padding: 6px 0 0;
}

body .u-footer__top__item-contact .is-line-weekend {
    padding: 7px 0 0 20px;
}

body .u-footer__phone__item .u-head__phone-link {
    color: #000000;
}

body .u-head__phone__time ul li.is-line-weekend:before {
    margin: 0 0 0 28px;
}

body .u-footer__mail a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #7851BC;
    display: block;
    border-bottom: none;
}

body .c-footer__middle {
    background: #F8F8F8;
    padding: 23px 0;
}

body .footer-wrapper {
    max-width: none;
}

body .useful-links {
    margin: 0;
}

body .c-footer__middle .useful-links a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    opacity: 0.7;
    text-decoration: none;
    letter-spacing: normal;
}

body .useful-links li {
    margin: 0;
    font-size: 13px;
    font-family: 'Roboto';
    max-width: 200px;
}

body .subhead {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    opacity: 0.7;
}

body .c-footer__middle .payment {
    margin: 0;
}

body .footer-wrapper .button {
    max-width: 191px;
    width: 100%;
    height: 36px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #7851BC;
    border-radius: 10px;
    border: 1px solid #7851BC;
    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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 15px;
}

body .footer-wrapper .payments {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 62px -webkit-max-content;
    -ms-grid-columns: max-content 62px max-content;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-column-gap: 62px;
    margin-left: -33px;
}

body .footer-wrapper .button:hover {
    color: #7851BC;
    background: #FFFFFF;
}

body .c-footer__middle .card-list img {
    margin: 0;
}

body .footer-wrapper .payments .payment:nth-child(1) .card-list {
    margin-top: 18px;
}

body .footer-wrapper .payments .payment:nth-child(2) .card-list {
    margin-top: 21px;
}

body .footer-wrapper .payments .payment:nth-child(1) .card-list img {
    margin-right: 14px;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .colors {
    margin: 12px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .colors .color {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    margin-right: 5px;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .colors .color:first-child {
    background: #2ECA08;
    width: 30px;
    height: 30px;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .colors .more {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    opacity: 0.5;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot {
    padding: 13px 14px 14px;
    border-top: none;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item .u-hits-sales__product__price {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #000000;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item .number {
    width: 56px;
    height: 32px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    border: 1px solid rgb(0 0 0 / 30%);
    border-radius: 10px 9px 9px 10px;
    padding-left: 16px;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart.add-to-basket .text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar {
    margin: 9px 0 0;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart {
    width: 100%;
    height: 38px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    background: #7851BC;
    border-radius: 10px;
    border: 1px solid #7851BC;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart>span {
    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;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart span.addY {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart.add-to-basket.is-add-cart span.addY {
    opacity: 1;
    visibility: visible;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart.add-to-basket.is-add-cart span.addN {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart.add-to-basket.is-add-cart {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFCA00;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart.add-to-basket.is-add-cart .text {
    color: #7851BC;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart:hover {
    background: #FFFFFF;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart:hover .text {
    color: #7851BC;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart:hover svg path {
    stroke: #7851BC;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart svg {
    position: relative;
    margin: 0 13px 0 0;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .other {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    margin-top: 7px;
    text-align: center;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .other span {
    opacity: 0.5;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .other.code {
    background: #FFF8DD;
    border-radius: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 7px auto 0;
    padding: 4px 10px;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart svg path {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .buttonMore {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    opacity: 0.4;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 34px auto 0;
    width: 169px;
    height: 38px;
    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;
    cursor: pointer;
}

.breadcrumbNew ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbNew ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbNew ul li svg {
    margin: 0 8px;
}

.breadcrumbNew ul li>span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    opacity: 0.8;
}

.breadcrumbNew ul li a span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #7851BC;
}

.search .searchResultText {
    margin-top: 28px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.catalogElement {
    margin-top: 25px;
}

.catalogElement .card {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 15px 30px 13px 27px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 292px 22px auto;
    grid-template-columns: 292px auto;
    grid-column-gap: 22px;
}

.catalogElement .card .info>.title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.catalogElement .card .info .infoBlocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 30px 248px;
    grid-template-columns: auto 248px;
    grid-column-gap: 30px;
}

.catalogElement .card .info .infoBlocks .description {
    margin-top: 9px;
}

.catalogElement .card .info .infoBlocks .description .rating .stars .ratemate.control svg,
.ratemate svg {
    width: 119px;
}

.catalogElement .card .info .infoBlocks .description .rating .stars .ratemate.control svg path:nth-child(5),
.ratemate svg path:nth-child(5),
.catalogElement .card .info .infoBlocks .description .rating .stars .ratemate.control svg rect:nth-child(6),
.ratemate svg rect:nth-child(6) {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}

.catalogElement .card .info .infoBlocks .description .rating .stars .ratemate.control svg path:nth-child(7),
.ratemate svg path:nth-child(7),
.catalogElement .card .info .infoBlocks .description .rating .stars .ratemate.control svg rect:nth-child(8),
.ratemate svg rect:nth-child(8) {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.catalogElement .card .info .infoBlocks .description .rating .stars .ratemate.control svg path:nth-child(9),
.ratemate svg path:nth-child(9),
.catalogElement .card .info .infoBlocks .description .rating .stars .ratemate.control svg rect:nth-child(10),
.ratemate svg rect:nth-child(10) {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.catalogElement .card .info .infoBlocks .description .rating .stars .ratemate.control svg path:nth-child(11),
.ratemate svg path:nth-child(11),
.catalogElement .card .info .infoBlocks .description .rating .stars .ratemate.control svg rect:nth-child(12),
.ratemate svg rect:nth-child(12) {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.catalogElement .card .info .infoBlocks .description .colors {
    margin-top: 22px;
}

.catalogElement .card .info .infoBlocks .description .colors .colorsBlock {
    display: flex;
}

.catalogElement .card .info .infoBlocks .description .text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    margin-top: 5px;
}

.catalogElement .card .info .infoBlocks .description .colors .color {
    border: 1px solid #6542A2;
    border-radius: 4px;
    width: 27px;
    height: 27px;
    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-top: 5px;
}

.catalogElement .card .info .infoBlocks .description .colors .color:not(:last-child) {
    margin-right: 5px;
}

.catalogElement .card .info .infoBlocks .description .colors .color .marker {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.catalogElement .card .info .infoBlocks .description .quantitys .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3px;
}

.catalogElement .card .info .infoBlocks .description .quantitys .quantity>* {
    margin: 0 4px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 27px;
}

.catalogElement .card .info .infoBlocks .description .quantitys .quantity>* .content {
    padding: 0 7px;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.catalogElement .card .info .infoBlocks .description .quantitys .quantity>* .content .subhead {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #000000;
    opacity: 1;
}

.catalogElement .card .info .infoBlocks .description .quantitys .quantity>* .content .subhead span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #000000;
}

.catalogElement .card .info .infoBlocks .description .widths .width {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #000000;
    border: 1px solid #7851BC;
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 7px;
    height: 27px;
    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-top: 3px;
}

.catalogElement .card .info .infoBlocks .description .detailText {
    margin-top: 21px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.catalogElement .card .info .infoBlocks .description .detailText>* {
    margin-top: 12px;
}

.catalogElement .card .info .infoBlocks .description .detailText ul li {
    padding-left: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
}

.catalogElement .card .info .infoBlocks .description .detailText ul li::before {
    content: '';
    width: 8px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0;
}

.catalogElement .card .info .infoBlocks .description .more {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #7851BC;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.catalogElement .card .info .infoBlocks .priceBlock {
    background: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 17px 15px 10px;
    margin-top: 27px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.catalogElement .card .info .infoBlocks .priceBlock .article {
    padding: 4px 10px;
    background: #FFF8DD;
    border-radius: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}

.catalogElement .card .info .infoBlocks .priceBlock .article span {
    opacity: 0.5;
}

.catalogElement .card .info .infoBlocks .priceBlock .quantityForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalogElement .card .info .infoBlocks .priceBlock .quantityForm .quantity-form {
    max-width: 67px;
    margin: 0;
    position: relative;
    border: 1px solid #000000;
    border-radius: 10px 9px 9px 10px;
    overflow: hidden;
    width: 100%;
}

.catalogElement .card .info .infoBlocks .priceBlock .quantityForm .quantity-form input {
    padding: 0;
    width: 56px;
    height: 32px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    border: none;
    border-radius: 0;
}

.catalogElement .card .info .infoBlocks .priceBlock .quantityForm .quantity-form .minus {
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
}

.catalogElement .card .info .infoBlocks .priceBlock .quantityForm .quantity-form span {
    min-width: auto;
    width: 16px;
    height: 16px;
    background: #F2F2F2;
    padding: 4px;
    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;
}

.catalogElement .card .info .infoBlocks .priceBlock .quantityForm .quantity-form span::before {
    content: none;
}

.catalogElement .card .info .infoBlocks .priceBlock .quantityForm .avail {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 27px;
    width: auto;
}

.catalogElement .card .info .infoBlocks .priceBlock .quantityForm .avail span {
    color: #000000;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools .button {
    max-width: 191px;
    width: 100%;
    height: 38px;
    margin: 0 0 9px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #7851BC;
    border-radius: 10px;
    border: 1px solid #7851BC;
    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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools .button.is-add-cart {
    background: #FFCA00;
    color: #7851BC;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools .button .added {
    display: none;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools .button.is-add-cart .added {
    display: block;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools .button.is-add-cart .add {
    display: none;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools .button:hover {
    color: #7851BC;
    background: #FFFFFF;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools .button svg path {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools .button:hover svg path {
    stroke: #7851BC;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools .button.u-link-buy-one-click {
    color: #7851BC;
    background: #FFFFFF;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools .button.u-link-buy-one-click:hover {
    color: #FFFFFF;
    background: #7851BC;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools .button.u-link-buy-one-click:hover svg path {
    stroke: #FFFFFF;
}

.catalogElement .card .info .infoBlocks .priceBlock .product-card__buttons-tools .button svg {
    margin-right: 11px;
}

.search .settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px;
}

.search .settings .sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.search .settings .sorting .options {
    margin-left: 11px;
}

.search .settings .sorting .options .select {
    color: #7851BC;
    border-bottom: 1px solid;
}

.search .settings .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-left: 36px;
}

.search .settings .view .options {
    margin-left: 12px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
}

.search .settings .view .options .select.selected .svg .fill {
    fill: #7851BC;
}

.search .settings .view .options .select.selected .svg .stroke {
    stroke: #7851BC;
}

.pagination {
    margin: 0 0 0 auto!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 0!important;
    border-radius: 0!important;
}

.pagination.noinfo .info {
    display: none;
}

.pagination .info {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    opacity: 0.5;
}

.pagination .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
}

.pagination .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination .number {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    width: 33px;
    height: 33px;
    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;
}

.pagination .number.select {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.8);
}

body .c-content .content .section.search .catalogSection .pagination {
    margin-top: 24px!important;
}

body .c-content .content .section.search .catalogSection .pagination .container {
    margin: 11px 0 0 auto;
}

.catalogSection {
    margin-top: 11px;
}

.catalogSection .catalogSectionElements {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 11px 1fr 11px 1fr 11px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 11px;
    grid-column-gap: 11px;
}

.catalogSection .catalogSectionElements.horizontal {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-row-gap: 7px;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .itemImages {
    padding: 15px 0 13px 15px;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .colors {
    display: none;
}

.catalogSection .catalogSectionElements .catalogSectionElement {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0 0 14px;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement {
    padding: 0;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .title {
    max-width: 524px;
    margin: 18px 0 0 18px;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .itemQuantity {
    margin: 20px 0 0;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .line {
    max-width: 191px;
    margin-left: 14px;
    width: 100%;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .itemQuantity .product-item-price-container {
    margin: 0 2px 0 0;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .button {
    margin: 15px 0 0 0;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .title .others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .title .others .availability {
    margin: 0 0 0 18px;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .title .others .code {
    margin: 0;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .title .itemTitle {
    min-height: auto;
    height: 38px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #7851BC;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .title .itemTitle a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    /******************/
    color: #000000;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .title .itemTitle a:hover {
    color: #7851BC;
}

.catalogSection .catalogSectionElements .catalogSectionElement:hover {
    border: 1px solid #7851BC;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemImages {
    padding: 15px 26px 9px;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemImages .itemImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .itemImages .itemImage {
    width: 103px;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemImages .itemImage span {
    opacity: 1;
    z-index: 4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemTitle {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #7851BC;
    margin: 0 14px 0;
    height: 64px;
    overflow: hidden;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemTitle a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    overflow-wrap: anywhere;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .colors {
    margin: 12px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 186px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 5px;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .colors div {
    width: 30px;
    height: 30px;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .colors .color {
    border-radius: 50%;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    display: block;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemQuantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 13px 14px 0;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemQuantity .product-item-price-container {
    margin: 0;
    line-height: normal;
    height: 28px;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemQuantity .product-item-price-container .product-item-price-current {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    height: 28px;
    color: #000000;
    vertical-align: inherit;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemQuantity .quantity {
    margin: 0;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemQuantity .quantity .product-item-amount {
    padding: 0;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemQuantity .quantity .product-item-amount .product-item-amount-field-container {
    max-width: 56px;
    margin: 0;
    position: relative;
    border: 1px solid #000000;
    border-radius: 10px 9px 9px 10px;
    overflow: hidden;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .itemQuantity .quantity .product-item-amount .product-item-amount-field-container input {
    padding: 2px 19px 0 0;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemQuantity .quantity .product-item-amount .product-item-amount-field-container input {
    padding: 0;
    width: 56px;
    height: 32px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemQuantity .quantity .product-item-amount .product-item-amount-field-container .plus-minus {
    position: absolute;
    right: 0;
    background: #F2F2F2;
    border-radius: 10px;
    width: 15px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemQuantity .quantity .product-item-amount .product-item-amount-field-container .plus-minus span {
    min-width: auto;
    margin: 3px 0;
    width: 8px;
    height: 8px;
    border-radius: 0;
    background-color: transparent;
    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;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .itemQuantity .quantity .product-item-amount .product-item-amount-field-container .plus-minus span::after {
    content: none;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .button {
    margin: 9px 14px 0;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .button button {
    background: #7851BC;
    border: 1px solid #7851BC;
    border-radius: 10px;
    height: 38px;
    margin: 0;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    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;
    padding: 0;
    width: 100%;
    outline: none;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .button button:hover {
    background: #FFFFFF;
    color: #7851BC;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .button button:hover .add path {
    stroke: #7851BC;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .button button svg {
    margin-right: 11px;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .button button .added {
    display: none;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .button button.added .added {
    display: block;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .button button.added .add {
    display: none;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .button button.added {
    background: #FFCA00;
    color: #7851BC;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .other {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    text-align: center;
    margin: 7px auto 0;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .other span {
    opacity: 0.5;
}

.catalogSection .catalogSectionElements .catalogSectionElement .item .code {
    background: #FFF8DD;
    border-radius: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 10px;
}

body .c-content .content .aside .wrapper .filter .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box {
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 7px;
    padding: 12px 14px 3px;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box .smart-filter-parameters-box-title {
    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;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box .smart-filter-parameters-box-title-text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box .smart-filter-angles::after,
body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box .smart-filter-angles::before {
    background: #7851BC;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box .smart-filter-block.no-price {
    display: block!important;
    height: auto!important;
    opacity: 1!important;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box .smart-filter-block .smart-filter-parameters-box-container .smart-filter-input-group-checkbox-list .form-group {
    display: none;
    margin-bottom: 18px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-transform: capitalize;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box.bx-active .smart-filter-block .smart-filter-parameters-box-container .smart-filter-input-group-checkbox-list .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box .smart-filter-block .smart-filter-parameters-box-container .smart-filter-input-group-checkbox-list .form-group:nth-child(-n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box .smart-filter-block .smart-filter-parameters-box-container .smart-filter-input-group-checkbox-list .form-group .checkbox {
    display: none;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box .smart-filter-block .smart-filter-parameters-box-container .smart-filter-input-group-checkbox-list .form-group .checkstyle {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #868686;
    border-radius: 5px;
    margin-right: 9px;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box .smart-filter-block .smart-filter-parameters-box-container .smart-filter-input-group-checkbox-list .form-group .checkbox:checked+.checkstyle {
    background: #7851BC;
    border: 1px solid #7851BC;
}

.clarificationsBlock {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px 14px 40px;
}

.clarificationsBlock .clarificationsTitle {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-align: center;
    margin-bottom: 28px;
}

.clarificationsBlock .clarifications li {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box .smart-filter-block .form-group {
    margin: 0;
}

body .c-content .content .aside .wrapper .filter .list .smart-filter-parameters-box .smart-filter-block .form-group .smart-filter-input-container .form-control {
    width: 111px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    text-align: center;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    vertical-align: baseline;
}

.smart-filter-slider-track-container .smart-filter-slider-ruler {
    display: none;
}

.smart-filter-slider-track-container .smart-filter-slider-ruler span {
    display: none;
}

.smart-filter-slider-range {
    z-index: auto;
}

.smart-filter-slider-track,
.smart-filter-slider-price-bar-vn {
    background: #F8F8F8;
}

.smart-filter-slider-track {
    height: 9px;
    border-radius: 10px;
}

.smart-filter-slider-price-bar-v,
.smart-filter-slider-price-bar-vd {
    background: #7851BC;
    border-radius: 10px;
}

.smart-filter-slider-track-container {
    padding: 16px 0 27px;
}

.smart-filter-slider-handle.left {
    background: #FFFFFF;
    border: 1px solid #7851BC;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    top: -4px;
    z-index: 80;
}

.smart-filter-slider-handle.right {
    background: #FFFFFF;
    border: 1px solid #7851BC;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    top: -4px;
    z-index: 80;
}

.buttons .smart-filter-parameters-box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.buttons .smart-filter-parameters-box-container .button {
    max-width: 137px;
    width: 100%;
    height: 36px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #7851BC;
    border-radius: 10px;
    border: 1px solid #7851BC;
    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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.buttons .smart-filter-parameters-box-container .button.btn-primary:hover {
    background: #FFFFFF;
    color: #7851BC;
}

.buttons .smart-filter-parameters-box-container .button.btn-link {
    background: #FFFFFF;
    color: #7851BC;
}

.buttons .smart-filter-parameters-box-container .button.btn-link:hover {
    color: #FFFFFF;
    background: #7851BC;
    text-decoration: none;
}

.catalogElement .card .info .infoBlocks .priceBlock .additional-text {
    margin-top: 8px;
}

.catalogElement .card .info .infoBlocks .priceBlock .additional-text .title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #7851BC;
}

.catalogElement .card .info .infoBlocks .priceBlock .additional-text p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}

.catalogElement .card .info .infoBlocks .priceBlock .price {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #000000;
    margin-top: 0;
}

.catalogElement .card .info .infoBlocks .priceBlock .price .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -7px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
}

.catalogElement .card .info .infoBlocks .priceBlock .price .info div {
    text-align: start;
    width: 60px;
}

.catalogElement .card .info .infoBlocks .priceBlock .price .info .value .sum {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: right;
    color: #000000;
}

.product-card__preview-image2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 160px;
    padding: 0 15px;
}

.product-card__preview-image2 img {
    max-width: 100%;
}

.smart-filter-slider-handle {
    -webkit-transition: auto;
    -o-transition: auto;
    transition: auto;
}

.fancybox__container>.carousel__button {
    right: 618px!important;
    top: 58px!important;
    border: 4px solid #000000;
    border-radius: 50%;
    padding: 10px;
}

.fancybox__container>.carousel__button svg {
    stroke: #000000;
}

.fancybox__nav {
    max-width: 700px;
    margin: -335px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.fancybox__nav .carousel__button svg {
    stroke-width: inherit;
}

.fancybox__nav .carousel__button:first-child {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.fancybox__thumbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 320px;
    z-index: 10;
}

.fancybox__viewport {
    margin-top: -115px;
}

.fancybox__content {
    background: #FFFFFF!important;
    min-width: 700px;
    height: 750px;
    border-radius: 20px;
    overflow: hidden;
}

.carousel__slide.has-thumb.has-image.is-selected.is-nav-selected {
    border: 1px solid #7851BC;
    border-radius: 10px;
}

.fancybox__content img.fancybox__image {
    max-width: 480px!important;
    margin: 120px auto 0;
}

.tab-item__link {
    padding: 0!important;
}

.tab-item__link {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 20px!important;
    padding: 14px 38px 16px!important;
}

.tab-item__link.active {
    color: #7851BC!important;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
}

.tab-item__link:after {
    content: none!important;
}

.card-tabs {
    background: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-radius: 0!important;
}

.card-tabs__buttons {
    border-bottom: none!important;
}

.card-tabs__buttons-list.d-md-flex.justify-content-md-between {
    padding: 0;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}

.card-tabs__buttons-list.d-md-flex.justify-content-md-between .tab-item {
    width: auto;
}

body .card-tabs .container {
    padding: 0;
}

body .card-tabs .container .content {
    display: block;
}

body .card-tabs .container .content .c-hits-sales {
    padding: 30px 38px 0;
}

body .card-tabs .container .content .c-hits-sales .u-hits-sales__tabs__content {
    display: block;
    position: relative;
    margin-top: 0;
}

body .card-tabs .container .content .c-hits-sales .u-hits-sales__tabs__content .cardSliderArrows {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

body .card-tabs .container .content .c-hits-sales .u-hits-sales__tabs__content .cardSliderArrows .slick-prev.slick-arrow {
    width: 27px;
    height: 27px;
    left: -30px;
}

body .card-tabs .container .content .c-hits-sales .u-hits-sales__tabs__content .cardSliderArrows .slick-next.slick-arrow {
    width: 27px;
    height: 27px;
    right: -30px;
    transform: translate(0, -50%) scale(-1, 1);
}

body .card-tabs .container .content .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row {
    display: block;
}

.tab-content {
    background: #FFFFFF;
    border-radius: 10px;
}

.level4 {
    display: none;
}


/*.level3 li:hover .level4 {
    display: block;
}*/


/********************/

.priceImg {
    font-family: sans-serif;
}

body .c-content .content .aside .wrapper .supportBlock::before {
    display: none;
}

.catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .title {
    width: 100%;
}

@media (max-width: 1600px) {
    body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList>.item {
        /* max-width: 132px;*/
        /*********************/
        max-width: fit-content;
    }
    .fancybox__thumbs {
        bottom: 270px;
    }
    .fancybox__nav {
        margin: -210px auto 0;
    }
    .fancybox__content {
        margin-top: 135px;
    }
    .fancybox__container>.carousel__button {
        right: 546px!important;
        top: 102px!important;
    }
}

@media (max-width: 1500px) {
    body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList>.item {
        max-width: 126px;
        /*********************/
        max-width: fit-content;
    }
}

@media (max-width: 1400px) {
    body .c-content .content .section {
        max-width: 845px;
    }
    body .c-header .c-header__top .u-table .u-head__item__search {
        max-width: 480px;
    }
    body .c-content .content .index .c-main-slider .c-main-slider__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 1200px) {
    .c-main-slider {
        display: none;
    }
    /* body .c-content .content .aside {
        display: none;
    }
    body .c-content .content {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }*/
    body .c-content .content .section {
        max-width: 100%;
    }
    body .c-header .c-header__top .u-table .u-head__item__search {
        max-width: min-content;
        margin: 0;
        max-width: 100%;
        left: 0;
        right: 0;
        padding: 0 15px;
    }
    /* body .c-header .c-header__bottom {
        display: block;
    }*/
    .bx-basket-block .u-head__basket-block__total {
        display: block!important;
    }
    body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block .u-head__basket-block__application {
        display: none;
    }
    body .u-footer__menu {
        margin-left: 30px;
    }
    .u-footer__list {
        padding-left: 0;
    }
    body .footer-wrapper .payments {
        margin-left: 0;
    }
    .catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .title .itemTitle a {
        height: 50px;
    }
    /****************/
    body .c-header .c-header__top .u-table .u-head__item__search {
        max-width: none
    }
    .catalogElement .card {
        grid-template-columns: 254px auto;
    }
    body .c-header .c-header__top .u-table .u-head__item__search {
        width: auto;
    }
    body .c-content .content .aside .wrapper .catalogSectionList .list>.item>.itemList.level2 {
        display: none;
    }
    body .c-content .content .aside {
        width: 260px;
    }
    .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
        width: 82px;
    }
    .bx_filter .bx_filter_section {
        padding: 0
    }
    .catalogSection .catalogSectionElements .catalogSectionElement .item .itemImages {
        height: 180px;
    }
    .itemProduct .cell.quantity {
        width: 60px;
    }
}


/*******************/

@media (max-width: 1100px) {
    body .c-header .c-header__top .u-table .u-head__item__search .c-header__search .u-form-search .u-input-style {
        padding: 13px 96px 13px 16px;
    }
    .u-form-search {
        max-width: 343px;
    }
    body .c-header .c-header__top__nav .c-header__top__nav__list ul li {
        padding: 5px 5px;
    }
    .catalogSection .catalogSectionElements .catalogSectionElement .item .button button {
        font-size: 10px;
    }
    body .c-header .c-header__top .u-table .u-head__item__search .u-head__item__search-bottom {
        font-size: 12px;
    }
    body .c-header .c-header__bottom.is-show {
        display: block;
    }
    .profitable_price {
        gap: 5px;
    }
    .profitable_price-item {
        width: 105px;
    }
    .profitable_price-price {
        font-size: 19px;
    }
    .profitable_price-discount {
        font-size: 12px;
    }
    .profitable_price-title {
        font-size: 13px;
    }
    .cell.productName {
        width: 210px;
    }
    /*.cell.price {*/
    /*    width: 75px;*/
    /*    font-size: 20px;*/
    /*}*/
    .cell.productInfo {
        width: 100px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 1062px) {
    body .c-content .content {
        display: block;
    }
    body .c-content .content .aside .wrapper .catalogSectionList,
    body .c-content .content .aside .wrapper .supportBlock {
        display: none;
    }
    body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__phone__time {
        margin-top: 4px;
    }
    .catalogSection .catalogSectionElements .catalogSectionElement .item .itemImages .itemImage {
        padding-bottom: 150px;
    }
    body .c-content .content .index .c-hits-sales .u-head-line.u-position-center .u-hits-sales__tab .u-hits-sales__tab__list {
        display: flex;
        justify-content: space-between;
        grid-column-gap: 0;
    }
    .clarificationsBlock {
        display: none;
    }
    .catalog-section-list-title {
        margin-bottom: 40px;
    }
    .footer-wrapper{
        column-gap: 5px;
    }
}


/*******************/

@media (max-width: 992px) {
    body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__phone__time {
        display: none;
    }
    body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block .u-head__basket-block__basket .bx-basket .bx-hdr-profile #basket-line-header .u-head__basket-block__total {
        display: none!important;
    }
    body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block .u-head__basket-block__basket .bx-basket .bx-hdr-profile #basket-line-header {
        width: auto;
        height: auto;
        bottom: auto!important;
    }
    body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block .u-head__basket-block__basket .bx-basket .bx-hdr-profile #basket-line-header .u-head__basket-block__icon {
        width: 36px;
        height: 25px;
    }
    body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block .u-head__basket-block__basket .bx-basket .bx-hdr-profile #basket-line-header .u-head__basket-block__icon a {
        width: auto;
        height: auto;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block__user {
        margin-top: 4px;
    }
    body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block__phone {
        margin-top: 0;
    }
    body .c-header .c-header__top .u-table .u-head__item__phone-time .u-head__basket-block {
        margin-left: 13px;
    }
    body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .catalogSection .catalogSectionElements {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .catalogElement .card {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .breadcrumbNew ul {
        display: block;
        word-break: break-word;
    }
    .breadcrumbNew ul li {
        /*display: inline-block;*/
        vertical-align: middle;
    }
    .breadcrumbNew ul  {
        display: flex;
        padding-top: 20px;
    }
}
@media (max-width: 934px) {
    #footer .c-footer__top .u-padding-45 {
        padding-left: 0;
        float: none;
    }
    #footer .c-footer__top .u-footer__list {
        padding-left: 0!important;
    }
    #footer .c-footer__top  .u-footer__top__item {
        width: 100%;
    }
    #footer .c-footer__top .u-footer__top__item-contact {
        margin-left: 30px;
        margin-top: 10px;
    }
    #footer .c-footer__top .u-tar {
        margin-top: 19px;
        text-align: center;
    }
    #footer .c-footer__top .u-footer__top__item-two {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .payments {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .catalogSection .catalogSectionElements {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .catalogElement .card .info .infoBlocks {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    /*********************/
    .catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item {
        padding-right: 15px;
    }
    .catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .button button span.add {
        display: none;
    }
    .catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .button button {
        font-size: 11px
    }
    .cell.productInfo {
        display: none;
    }
    .cell.price {
        min-width: 75px;
    }
    .cell.productName {
        width: 100%;
        font-size: 12px;
    }
    .cell.price {
        font-size: 18px;
    }
    .catalogElement .itemProduct {
        display: block;
    }
}

@media (max-width: 576px) {
    body .c-header {
        height: 173px;
    }
    .u-head__item__search {
        top: 70px;
    }
    body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    body .c-header .c-header__top .u-table .u-head__item__logo {
        padding-left: 0;
        margin-bottom: 0;
    }
    body .c-header .c-header__top .u-table .u-head__item__search .u-head__item__search-bottom {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    body .u-footer__top__item {
        width: 100%;
    }
    body .u-tar {
        margin-top: 19px;
        text-align: center;
    }
    body .u-footer__top__item-two {
        margin-left: 0;
        margin-top: 10px;
    }
    body .u-footer__top__item-contact {
        margin-left: 30px;
        margin-top: 10px;
    }
    .u-footer__list {
        padding-left: 0!important;
    }
    body .footer-wrapper .payments {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    body .c-header__bottom {
        top: 70px!important;
    }
    .search .settings {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .search .settings .view {
        margin: 10px 0 0 0;
    }
    .pagination {
        margin: 10px 0 0 0!important;
    }
    .catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .itemImages .itemImage {
        width: 50px;
    }
    .catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .title .itemTitle a {
        font-size: 12px;
    }
    .catalogSection .catalogSectionElements .catalogSectionElement .item .other {
        font-size: 12px;
    }
    .catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .title .others .availability {
        margin: 0 0 0 4px;
    }
    .catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .line {
        max-width: 100px;
    }
    .catalogSection .catalogSectionElements .catalogSectionElement .item .button button {
        font-size: 13px;
        /*****************/
    }
    .catalogSection .catalogSectionElements .catalogSectionElement .item .button button svg {
        margin-right: 4px;
    }

    .catalogSection .catalogSectionElements .catalogSectionElement .item .itemQuantity .quantity .product-item-amount .product-item-amount-field-container input {
        width: 40px;
        height: 24px;
    }
    .catalogSection .catalogSectionElements {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    /**********************/
    .catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .title .itemTitle a {
        line-height: 14px;
    }

    .fancybox__content img.fancybox__image {
        max-width: 480px!important;
        margin: unset!important;
    }

    .fancybox__content {
        min-width: 350px;
        height: 350px;
    }

    .catalogSection .catalogSectionElements .catalogSectionElement .item .itemQuantity .quantity .product-item-amount .product-item-amount-field-container {
        max-width: 56px;
        margin: 0;
        position: relative;
        border-radius: 10px 9px 9px 10px;
        overflow: hidden;
        width: 56px;
        height: 32px;
        font-style: normal;
        font-weight: 400;
        color: #000000;
        border: 1px solid rgb(0 0 0 / 30%);
        border-radius: 10px 9px 9px 10px;
        padding-left: 5px;
    }

    /*.colors {*/
    /*    display: none!important;*/
    /*}*/

}

@media (max-width: 400px) {
    .catalogSection .catalogSectionElements.horizontal .catalogSectionElement .item .itemImages {
        display: none;
    }
    .profitable_price-item {
        width: 86px;
    }
    .profitable_price-title {
        font-size: 11px;
    }
    .profitable_price-discount {
        font-size: 11px;
    }
    .catalogElement .card {
        padding: 15px 15px 13px 11px;
    }
    #basket-root .rx-basket__column-name__wrapper__data__prop__item__value,#basket-root .rx-basket__column-name__wrapper__data__prop__item__name {
        width: auto;
    }
}

@media (min-width: 768px) {
    .tab-content .cell.img {
        margin-right: 20px !important;
        margin-left: 20px !important;

    }
    .tab-content .cell.productName {
        margin-left: 0px !important;
        margin-right: auto !important;
    }
}

@media (min-width: 1240px) {
    .tab-content .cell.price {
        min-width: 122px;
    }
    .cell.quantity {
        margin-left: 10px;
    }
}

.characteristics {
    margin-top: 10px;
}

body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item.u-tar .u-hits-sales-link-add-cart{
	color: white !important;
	font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
	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;
}
body .c-content .content .index .c-hits-sales .u-hits-sales__tabs__content .u-hits-sales__product__row .u-hits-sales__product__item .u-hits-sales__product__foot .u-hits-sales__product__foot__item .number{
	-webkit-appearance: inner-spin-button;
	-moz-appearance: number-input;
}


