/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/*
.menu-row.bgcolored .mega-menu table td.active {
    background-color: #605D5C;
}*/
#basket-root .basket-checkout-section .btn.btn-default.oneclickbuy
{
    border-color: #009EE0;
    background-color: #009EE0;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row > div >a.sale-order-list-about-link {
    background: #009EE0;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row > div >a.sale-order-list-repeat-link {
    background: #B9C900;
}

#basket-root .basket-checkout-section .btn.btn-default.oneclickbuy:active
{
    border-color: #009EE0;
    background-color: #009EE0;
}

.stickers [class*=sticker_] {
    background-color: #B9C900;
}
.stickers .sticker_hit, .stickers .sticker_khit {
    background-color: #009EE0;
}
.stickers .sticker_aktsiya, .stickers .sticker_aktsiya {
    background-color: #CC0000;
    color: #FFFFFF;
}
.stickers .sticker_sale_text
{
    background-color: #CC0000;
}
.stickers .sticker_recommend, .stickers .sticker_sovetuem {
    background-color: #605D5C;
}
.info_item .top_info .article {
    font-size: 15px;
    color: #c52222;
    font-weight: bold;
}

.btn.btn-default.to-cart {
    background-color: #009EE0;
    border-color: #009EE0;
    color: #ffffff;
}
.like_icons .wish_item.added,.like_icons .wish_item.added:hover,.like_icons .wish_item.added:hover i,.like_icons .wish_item.added i {
    background-color: #009EE0;
}
html:not(.bx-touch) .like_icons .wish_item.added:hover i  {
    background-color: #009EE0;
}

html:not(.bx-touch) .like_icons .compare_item.added:hover i{
    background-color: #B9C900;
}

.like_icons .compare_item.added,.like_icons .compare_item.added:hover,.like_icons .compare_item.added:hover i, .like_icons .compare_item.added i {
    background-color: #B9C900;
}
.custom-block-title {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
}

.sprite {
    display: none;
}

/* search by number */

.search-num {
    padding: 30px 22px 15px;
    background: #F9F9F9;
    margin-bottom: 21px;
}

.search-num__title {
    margin-bottom: 10px;
}

.search-num__form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.search-num__form .form-group {
    margin-right: 15px;
}

.search-num__radios {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 15px;
}

.search-num__radio {
    padding: 16px 37px 12px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-left: none;
}

.search-num__radio:first-child {
    border-left: 1px solid #DEDEDE;
}

.form-radio__input {
    display: none;
}

.form-radio__label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.form-radio__label-area {
    position: relative;
    min-width: 15px;
    min-height: 15px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    margin-right: 7px;
}

.form-radio__label-area::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #CC0000;
    opacity: 0;
}

.form-radio__input:checked ~ .form-radio__label .form-radio__label-area::before {
    opacity: 1;
}

.form-radio__label-text {
    font-size: 14px;
    line-height: 18px;
    color: #383838;
}

.form-group {
    position: relative;
}

input[type="text"].form-group__input {
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    color: #383838;
    padding: 21px 21px 12px;
}

.form-group__label {
    position: absolute;
    top: 18px;
    left: 22px;
    font-size: 14px;
    line-height: 18px;
    color: #B6B5B5;
    transition: .3s ease;
}

.form-group__input:focus ~ .form-group__label,
.form-group__input:not(:placeholder-shown) ~ .form-group__label {
    top: 8px;
    font-size: 8px;
    line-height: 10px;
}

.form-submit__input {
    border: none;
    padding: 17px 38px 16px;
    background-color: #CC0000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    transition: .3s ease;
}

.form-submit__input:hover {
    background-color: #eb0000;
}

@media (max-width: 767px) {
    .search-num__radios {
        width: 100%;
        margin-right: 0;
        flex-wrap: wrap;
    }
    .search-num__radio {
        width: 100%;
        margin-bottom: 15px;
        border-left: 1px solid #DEDEDE;
    }
    .search-num__radio:last-child {
        margin-bottom: 0;
    }
    .search-num__form .form-group {
        width: 100%;
        margin-right: 0;
    }
    .form-submit {
        width: 100%;
    }
    .form-submit__input  {
        width: 100%;
    }
}

/* popular tags */

.populal-tags {
    background: #F9F9F9;
    padding: 24px 22px 17px;
}

.populal-tags__title {
    margin-bottom: 8px;
}

.populal-tags__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.populal-tags__link {
    padding: 8px 15px 7px;
    border-radius: 100px;
    background: #FFFFFF;
    color: #605D5C;
    transition: .3s ease;
    margin-bottom: 8px;
    margin-right: 10px;
}

/* requisites */

.requisites {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 0;
}

.requisites__title {
    position: relative;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 36px;
}

.requisites__title::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #CC0000;
}

.requisites__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 36px;
}

.requisites__item_wide {
    grid-column: 1 / 4;
}

.requisites-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 35.5px;
    background: #F9F9F9;
}

.requisites-card__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
}

.requisites-card__text {
    font-size: 18px;
    line-height: 23px;
}

.requisites__btn-link {
    padding: 9px 100px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #CC0000;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .requisites__list {
        width: 100%;
        gap: 15px;
    }
    .requisites__item {
        grid-column: 1 / 4;
    }
    .requisites-card {
        padding: 15px 20px;
    }
    .requisites-card__title {
        font-size: 14px;
        line-height: 20px;
    }
    .requisites-card__text {
        font-size: 14px;
        line-height: 18px;
    }
    .requisites__btn {
        width: 100%;
    }
    .requisites__btn-link {
        display: block;
        width: 100%;
        padding: 9px 20px;
        text-align: center;
    }
}

/* select with filters */

.custom-select {
    position: relative;
    width: 100%;
    z-index: auto;
}

.custom-select__top {
    position: relative;
    padding: 18px 35px 14px 18px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    cursor: pointer;
    z-index: 1;
}

.custom-select__top-text {
    font-size: 13px;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-select__top-arrow {
    position: absolute;
    top: 19px;
    right: 18px;
    width: 9px;
    height: 9px;
    transition: .3s ease;
}

.custom-select__top-arrow .svg-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    fill: #B6B5B5;
}

.custom-select__dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    transform-origin: 50% 0;
    transition: .2s ease;
    transform: scaleY(0);
    z-index: 2;
}

.custom-select.active .custom-select__dropdown {
    transform: scaleY(1);
}

.custom-select.active .custom-select__top-arrow {
    transform: scaleY(-1);
}

.filter-select__items {
    display: flex;
    flex-direction: column;
}
.filter-select__item {
    padding: 0 14px;
}

.filter-select__item a {
    color: #333;
}

.filter-select__item a:hover {
    color: #CC0000;
}

.filter-select__item:last-child {
    border-bottom: none;
}

.filter-checkbox__input {
    display: none;
}

.filter-checkbox__label {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    line-height: 17px;
    cursor: pointer;
}

.filter-checkbox__label-area {
    position: relative;
    min-height: 17px;
    min-width: 17px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    overflow: hidden;
}

.filter-checkbox__label-area .svg-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 32px;
    width: 16px;
    fill: #FFFFFF;
}

.filter-checkbox__label-text {
    font-weight: 400;
}

.filter-checkbox__input:checked ~ .filter-checkbox__label .filter-checkbox__label-area {
    background: #CC0000;
    border-color: #CC0000;
}


/* options table */

.options-table {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.options-table__title {
    align-self: flex-start;
    font-size: 18px;
    line-height: 23px;
    padding: 12px 29px 13px 19px;
    background: #F9F9F9;
    border-top: 2px solid #CC0000;
}

.options-table__filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    width: 100%;
    padding: 31px 19px 20px;
    background: #F9F9F9;
}

.options-table__filter {
    width: 100%;
}

.options-table__filter:last-child {
    margin-right: auto;
}

.options-table__active-filters {
    background: #F9F9F9;
    padding: 0 19px 20px;
}

.active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.active-filters__title {
    width: 100%;
    margin-bottom: 5px;
}

.active-filter {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #FFFFFF;
    margin-right: 10px;
    margin-bottom: 10px;
}

.active-filter__close {
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 0;
}

.active-filter__close .svg-icon {
    display: block;
    width: 20px;
    height: 20px;
    fill: #CC0000;
}

.active-filters__reset-link {
    display: inline-block;
    background: #FFFFFF;
    padding: 5px 10px;
    color: #555555;
}

.options-head {
    display: flex;
    justify-content: space-between;
    padding: 16px 19px 37px;
    background: #F9F9F9;
    border: 1px solid #DEDEDE;
    border-left: none;
    border-right: none;
    font-size: 14px;
    line-height: 18px;
}

.options-table__wrapper {
    max-width: 100%;
    overflow-x: auto;
}

.options-table__table {
    width: 100%;
    padding: 0 19px;
}

.options-table__table thead td {
    padding: 16px 19px 37px;
    background: #F9F9F9;
    border-top: 1px solid #DEDEDE;
    max-width: 200px;
    vertical-align: top;
}

.options-table__table thead td.options-table__head_thin {
    max-width: 115px;
}

.options-table__cell {
    padding: 25px 19px;
    border-top: 1px solid #DEDEDE;
}

.options-table__vendor {
    color: #CC0000;
}

.table-head {
    display: flex;
    align-items: flex-start;
}

.sorting {
    cursor: pointer;
}

.table-head.down .table-head__direction .svg-icon {
    transform: scaleX(-1);
}

.table-head.active {
    color: #CC0000;
}

.table-head.active .table-head__direction .svg-icon {
    fill: #CC0000;
}

.table-head__direction {
    width: 5px;
    min-width: 5px;
    height: 22px;
    margin-left: 6px;
}

.table-head__direction .svg-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    fill: #383838;
}

.table-head__icon {
    width: 12px;
    height: 22px;
    margin-left: 3px;
}

.table-head__icon .svg-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    fill: #B6B5B5;
}

.options-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.options-price .values_wrapper {
    white-space: nowrap;
}

.options-price .to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #CC0000;
    border-radius: 2px;
    border: none;
    margin-left: 12px;
    padding: 0;
    position: relative;
}

.options-price .to-cart i::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    width: 12px;
    height: 12px;
    background: url(../images/custom/shop-cart.svg) no-repeat center;
    background-size: contain;
}

.options-price__link {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    padding: 5px 22px 6px;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
    background: #F9F9F9;
    color: #383838;
}

.options-price__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #CC0000;
    border-radius: 2px;
    border: none;
    margin-left: 12px;
}

.options-price__btn .svg-icon {
    display: block;
    width: 12px;
    height: 12px;
    fill: #FFFFFF;
}

.options-table__cell .counter_block {
    width: 106px;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
}

.options-table__cell .counter_block input[type="text"] {
    background: #FFFFFF;
    width: 45px;
    border: 1px solid #DEDEDE;
    border-top: none;
    border-bottom: none;
}

.options-table__cell .counter_block .plus,
.options-table__cell .counter_block .minus {
    width: 30px;
}

.options-table__cell .counter_block > span.plus:before {
    background-position: -49px -191px;
}

footer .ext_view .bottom-under .inner-wrapper .copy-block {
    display: flex;
}

footer .bottom-under .inner-wrapper .copy-block > div {
    display: flex;
    padding: 0;
    margin-right: 10px;
}
footer .bottom-under .inner-wrapper .copy-block .copy > div {
    display: flex;
}

footer .bottom-under .inner-wrapper .copy-block .copy > div img {
    width: 70px;
    height: auto;
}

.copy-block .copy div > div {
    min-width: 60px;
}

@media (max-width: 767px) {
    .options-table__filters {
        grid-template-columns: 1fr;
    }
    .options-table__filter {
        width: 100%;
    }
    footer .ext_view .bottom-under .inner-wrapper .copy-block {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    footer .bottom-under .inner-wrapper .copy-block > div {
        margin-right: 0;
    }
    footer .bottom-under .inner-wrapper .copy-block .copy > div {
        flex-direction: column;
    }
}

.buys_wrappr.w-100, .buys_wrappr.w-100 .btn
{
    width: 100%;
}
.options-table__cell
{
    font-size: 14px;
}
.options-table__cell .counter_block
{
    font-size: 0px;
}

.options-table__cell .button_block span>span,.options-table__cell .button_block a>span
{
   display: none;
}

.options-table .module-pagination
{
    text-align: left;
}
.product-faq .blog-comment.child
{
    padding-left:58px
}

.custom_item_main_info .info_item .middle_info .buy_block {
    display: flex;
    flex-direction: column;
}


.custom_item_main_info .info_item .middle_info .buy_block .wrapp_one_click {
    width: 49%;
    max-width: 255px;
    min-width: 254px;
}

.catalog_detail .info_item .middle_info .buy_block .buys_wrapp.offer_buy_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info_item .middle_info .buy_block .wrapp_one_click > span {
    width: 100%;
}

.buys_wrappr.w-100 .counter_wrapp {
    padding-right: 0 !important;
}

.tab-pane .maxwidth-theme > .form.inline {
    padding-bottom: 20px;
}

.lang_switcher {
    margin-bottom: 26px;
}

.info_item .middle_info .buy_block .counter_wrapp {
    display: flex;
    justify-content: space-between;
    width: 49%;
    padding: 0;
    min-width: 255px;
}

.info_item .middle_info .buy_block .counter_wrapp >div:not(.wrapp_one_click) {
    margin: 0;
}

.options-table .counter_wrapp .button_block.wide .in-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    margin-left: auto;
}
.options-table .counter_wrapp {
    white-space: normal;
}

.FEEDBACK .form_body .row {
    display: flex;
    align-items: stretch;
}

.FEEDBACK .form_body .col-md-7 .form-control:last-child {
    margin-bottom: 0;
    height: calc(100% - 117px);
}

.FEEDBACK .form_body .col-md-7 .form-control textarea {
    min-height: auto;
}

.FEEDBACK .form_body textarea {
    height: 100%;
}

.options-table .counter_wrapp .button_block.wide .in-cart i {
    margin: 0;
}

@media (max-width: 991px) {
    .FEEDBACK .form_body .row {
        flex-direction: column;
    }
    .FEEDBACK .form_body .col-md-7 .form-control:last-child  {
        margin-bottom: 19px;
    }
}


@media (max-width: 600px) {
    .catalog_detail .info_item .middle_info .buy_block .buys_wrapp.offer_buy_block {
        flex-direction: column;
    }
    .info_item .middle_info .buy_block .counter_wrapp {
        width: 100%;
        min-width: auto;
    }
    .custom_item_main_info .info_item .middle_info .buy_block .wrapp_one_click {
        width: 100%;
        max-width: none;
        min-width: auto;
    }
    .custom_item_main_info .info_item .middle_info .buy_block .counter_wrapp > .counter_block {
       margin-right: 10px;
    }
    .catalog_detail .counter_wrapp .counter_block .plus {
        float: none;
    }
}
.mobileheader-v2 .header-mobile-logo
{
    max-width: 100%;
}
.bx-soa-item-table .bx-soa-item-tr.bx-soa-item-info-container
{
    display: none!important;
}

/*LOADER*/
.u-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 51, 64, 0.5);
    z-index: 10000;
    display: none;
}

.u-loader.active {
    display: block;
}

.u-loader__inner {
    /* size */
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: rotatePreloader 2s infinite ease-in;
    animation: rotatePreloader 2s infinite ease-in;
}

.u-loader__inner div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.u-loader__inner div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    background-color: #CC0000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
}

.u-loader--relative {
    position: absolute;
}

.u-loader__inner div:nth-child(1) {
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg);
    -webkit-animation: rotateCircle1 2s infinite linear;
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

@-webkit-keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        -webkit-transform: rotateZ(36deg);
        transform: rotateZ(36deg);
    }
    7% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    57% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        -webkit-transform: rotateZ(36deg);
        transform: rotateZ(36deg);
    }
    7% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    57% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(2) {
    -webkit-transform: rotateZ(36deg);
    -ms-transform: rotate(36deg);
    transform: rotateZ(36deg);
    -webkit-animation: rotateCircle2 2s infinite linear;
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@-webkit-keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    12% {
        -webkit-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }
    62% {
        -webkit-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    12% {
        -webkit-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }
    62% {
        -webkit-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(3) {
    -webkit-transform: rotateZ(72deg);
    -ms-transform: rotate(72deg);
    transform: rotateZ(72deg);
    -webkit-animation: rotateCircle3 2s infinite linear;
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@-webkit-keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        -webkit-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }
    17% {
        -webkit-transform: rotateZ(-72deg);
        transform: rotateZ(-72deg);
    }
    67% {
        -webkit-transform: rotateZ(-72deg);
        transform: rotateZ(-72deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        -webkit-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }
    17% {
        -webkit-transform: rotateZ(-72deg);
        transform: rotateZ(-72deg);
    }
    67% {
        -webkit-transform: rotateZ(-72deg);
        transform: rotateZ(-72deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(4) {
    -webkit-transform: rotateZ(108deg);
    -ms-transform: rotate(108deg);
    transform: rotateZ(108deg);
    -webkit-animation: rotateCircle4 2s infinite linear;
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@-webkit-keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        -webkit-transform: rotateZ(-72deg);
        transform: rotateZ(-72deg);
    }
    22% {
        -webkit-transform: rotateZ(-108deg);
        transform: rotateZ(-108deg);
    }
    72% {
        -webkit-transform: rotateZ(-108deg);
        transform: rotateZ(-108deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        -webkit-transform: rotateZ(-72deg);
        transform: rotateZ(-72deg);
    }
    22% {
        -webkit-transform: rotateZ(-108deg);
        transform: rotateZ(-108deg);
    }
    72% {
        -webkit-transform: rotateZ(-108deg);
        transform: rotateZ(-108deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(5) {
    -webkit-transform: rotateZ(144deg);
    -ms-transform: rotate(144deg);
    transform: rotateZ(144deg);
    -webkit-animation: rotateCircle5 2s infinite linear;
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@-webkit-keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        -webkit-transform: rotateZ(-108deg);
        transform: rotateZ(-108deg);
    }
    27% {
        -webkit-transform: rotateZ(-144deg);
        transform: rotateZ(-144deg);
    }
    77% {
        -webkit-transform: rotateZ(-144deg);
        transform: rotateZ(-144deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        -webkit-transform: rotateZ(-108deg);
        transform: rotateZ(-108deg);
    }
    27% {
        -webkit-transform: rotateZ(-144deg);
        transform: rotateZ(-144deg);
    }
    77% {
        -webkit-transform: rotateZ(-144deg);
        transform: rotateZ(-144deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(6) {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    -webkit-animation: rotateCircle6 2s infinite linear;
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@-webkit-keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        -webkit-transform: rotateZ(-144deg);
        transform: rotateZ(-144deg);
    }
    32% {
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    82% {
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        -webkit-transform: rotateZ(-144deg);
        transform: rotateZ(-144deg);
    }
    32% {
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    82% {
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(7) {
    -webkit-transform: rotateZ(216deg);
    -ms-transform: rotate(216deg);
    transform: rotateZ(216deg);
    -webkit-animation: rotateCircle7 2s infinite linear;
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@-webkit-keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    37% {
        -webkit-transform: rotateZ(-216deg);
        transform: rotateZ(-216deg);
    }
    87% {
        -webkit-transform: rotateZ(-216deg);
        transform: rotateZ(-216deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    37% {
        -webkit-transform: rotateZ(-216deg);
        transform: rotateZ(-216deg);
    }
    87% {
        -webkit-transform: rotateZ(-216deg);
        transform: rotateZ(-216deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(8) {
    -webkit-transform: rotateZ(252deg);
    -ms-transform: rotate(252deg);
    transform: rotateZ(252deg);
    -webkit-animation: rotateCircle8 2s infinite linear;
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@-webkit-keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        -webkit-transform: rotateZ(-216deg);
        transform: rotateZ(-216deg);
    }
    42% {
        -webkit-transform: rotateZ(-252deg);
        transform: rotateZ(-252deg);
    }
    92% {
        -webkit-transform: rotateZ(-252deg);
        transform: rotateZ(-252deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        -webkit-transform: rotateZ(-216deg);
        transform: rotateZ(-216deg);
    }
    42% {
        -webkit-transform: rotateZ(-252deg);
        transform: rotateZ(-252deg);
    }
    92% {
        -webkit-transform: rotateZ(-252deg);
        transform: rotateZ(-252deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(9) {
    -webkit-transform: rotateZ(288deg);
    -ms-transform: rotate(288deg);
    transform: rotateZ(288deg);
    -webkit-animation: rotateCircle9 2s infinite linear;
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@-webkit-keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        -webkit-transform: rotateZ(-252deg);
        transform: rotateZ(-252deg);
    }
    47% {
        -webkit-transform: rotateZ(-288deg);
        transform: rotateZ(-288deg);
    }
    97% {
        -webkit-transform: rotateZ(-288deg);
        transform: rotateZ(-288deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        -webkit-transform: rotateZ(-252deg);
        transform: rotateZ(-252deg);
    }
    47% {
        -webkit-transform: rotateZ(-288deg);
        transform: rotateZ(-288deg);
    }
    97% {
        -webkit-transform: rotateZ(-288deg);
        transform: rotateZ(-288deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(10) {
    -webkit-transform: rotateZ(324deg);
    -ms-transform: rotate(324deg);
    transform: rotateZ(324deg);
    -webkit-animation: rotateCircle10 2s infinite linear;
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@-webkit-keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        -webkit-transform: rotateZ(-288deg);
        transform: rotateZ(-288deg);
    }
    52% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
    }
    102% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        -webkit-transform: rotateZ(-288deg);
        transform: rotateZ(-288deg);
    }
    52% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
    }
    102% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__container.active .u-loader {
    display: block;
}
/*!LOADER*/
.seo_block img
{
    max-width: 100%;
}
.sku_props .bx_item_detail_size ul.onlyOne  li, .sku_props .bx_item_detail_size ul.onlyOne  li.active
{
    color: #333;
    background: none;
    border: none;
    padding: 0;
}

.cloudpay_button {
    border-radius: 2px;
    padding: 7px 12px 8px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    height: auto;
    text-shadow: none;
    border: 1px solid transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    background: #CC0000;
    color: #FFFFFF;
}

body .basket-link.basket-count.compare   .count {
    background-color: #B9C900;
}
body .basket-link.basket-count.delay    .count {
    background-color: #009EE0;
}

.main_item_wrapper .counter_wrapp.ce_cmp_visible
{
    display: none!important;
}
.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line.sale-order-list-inner-title-line-payment
{
    padding: 20px 15px 8px;
}
.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line.sale-order-list-inner-title-line-payment-no-padding
{
    padding: 20px 0px 8px;
}

.catalog_icons_Y .menu_top_block.catalog_block .dropdown>li.full.bg-gray a{
    background-color: #f5f5f5;
}

.mega-menu .dropdown-menu {
    min-width: 100%;
}

.mega-menu table a {
    white-space: normal;
}

.sale_block .text
{
    background: #B9C900;
}

.mega-menu table td:not(.wide_menu) .dropdown-menu li > a .name {
    max-width: none;
}

body #bx-soa-order .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted , #basket-root .basket-item-price-difference > span, #basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-difference > span {
    background: #B9C900;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type > div:last-of-type a.sale-order-list-repeat-link{
    border: 1px solid #ddd;
    color: #ffffff!important;
    background: #B9C900;
}
.options-table__wrapper .options-table__vendor a
{
    white-space: nowrap;
}
.btn.register.wrap
{
    white-space: normal;
}
.pop-up-title-description
{
    padding: 0 35px;
}

#fast_view_item .counter_wrapp .counter_block {
    width: 100px;
}

.s-registration {
    padding: 11px 0;
}

.s-registration__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 526px;
    margin: 0 auto;
}

.s-registration__title h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    padding: 0;
    margin-bottom: 20px;
}

.s-registration__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
}

.s-registration__text a {
    color: #CC0000;
}

.s-registration__text a:hover {
    opacity: .7;
}

.s-registration__btns {
    width: 100%;
    max-width: 340px;
    margin-top: 10px;
}

.s-registration__btns h2 {
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 20px;
    text-align: center;
}

.s-registration__btns-wrapper {
    display: flex;
}

.s-registration__link {
    flex: 1 1 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    padding: 7px 18px 9px;
    border: 1px solid #CC0000;
    margin-right: 10px;
    text-align: center;
}
.s-registration__link:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.s-registration__link:hover {
    background-color: #CC0000;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .s-registration__inner {
        max-width: none;
    }
    .s-registration__btns-wrapper {
        flex-direction: column;
    }
    .s-registration__link {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.catalog_item .sa_block .article_block div, .display_list .description_wrapp .wrapp_stockers .article_block span, .article.iblock
{
    white-space: pre-wrap;
}


.logo_and_menu-row .personal-link{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.logo_and_menu-row .personal-link .svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: color ease-out 0.07s;
}

.logo_and_menu-row .personal-link path {
    transition: ease-out 0.07s;
}

.logo_and_menu-row .personal-link .name {
    margin-bottom: 0;
}

.logo_and_menu-row .personal-link .wrap {
    margin: 0;
}