.loading-screen,
div[id^="wait_"] {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.75) !important;
    position: fixed !important;
    border: none !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    font-size: 0 !important;
    z-index: 999999999;
    transform: translateZ(1px);
}

.loading-screen:after,
div[id^="wait_"]:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #bdbdbd transparent #b5b5b5 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    left: calc(50% - 23px);
    position: fixed;
    top: calc(50% - 23px);
}

@keyframes lds-circle {

    0%,
    100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        transform: rotateY(3600deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.alert {
    margin-bottom: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    /* letter-spacing: 0.27px; */
    /* line-height: 22px; */
    padding: 12px 10px 12px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #ffffff;
    background-color: #4bbe81;
    border-color: #4cbf82;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #000000;
    background-color: #ffd600;
    border-color: #ffd600;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    /* color: #a94442; */
    background-color: #ec1a29;
    border-color: #ec1a29;
}

.hidden {
    display: none !important;
}

[data-tabs] [data-tab] {
    display: none;
}

[data-tabs] [data-tab].active {
    display: block;
}

.is-invalid {
    background: #ffe0e0 !important;
    /* border-color: red; */
}

.sub-form__check input.is-invalid+span,
.sub-form__check .form__error+span {
    border-color: red;
    background: transparent !important;
}

.is-invalid+.form__label-box,
.form__error+.form__label-box {
    border-color: red !important;
    background: #ffe0e0 !important;
}

[data-search-result-alt],
[data-search-result] {
    position: absolute;
    background: #Fff;
    width: 100%;
    z-index: 2;
    padding: 10px;
    display: none;
    overflow: auto;
    max-height: 80vh;
    border: 1px solid #B5C1D3;
    /* border-left: 8px solid #DF2143; */
}

.header__search {
    position: relative;
}

[data-search-result].active {
    display: block;
}

.search-block__title {
    margin: 0 0 10px;
    font-size: 24px;
}

.search-block .item__stats {
    /* margin-bottom: 10px; */
}

.search-block .item__stats li a {
    color: #000;
}

.search-block .item__stats li {
    padding: 0 0 2px 0px;
    font-size: 13px;
}

.popup__content {
    position: relative;
}

.stat__item-name .tooltip {
    margin-left: 5px;
}

.print-image,
.print-images {
    display: none;
}

.print_page #bx-panel,
.print_page .header,
.print_page #bx-panel-back,
.print_page .breadcrumbs,
.print_page .item__info,
.print_page .item__controls-wrap,
.print_page .slick-arrow,
.print_page .line-items,
.print_page .stats__link,
.print_page .section,
.print_page .sub-form,
.print_page footer,
.print_page .item__view,
.print_page .item__stats,
.print_page .cookie,
.print_page .onTop {
    display: none !important;
}

.print_page .header+.content {
    padding-top: 20px;
}

.print_page .print-images {
    display: flex;
}

.print_page .print-image {
    display: block;
    max-width: 200px;
}

.print_page .stats__content {
    flex-direction: vertical;
}

.print_page .stats__box {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
}

.print_page .stat {
    margin-bottom: 10px;
}

.print_page .stat__title {
    font-size: 20px;
    margin-bottom: 0;
}

.print_page .stat__item-name .tooltip {

    display: block;
    margin: 0;
    font-style: italic;
}

.print_page .stat__item-name .tooltip:before {
    content: attr(data-tooltip);
    display: block;
}

.print_page .stat__item-name .tooltip i {
    display: none;
}

.print_page .stat__item-name {
    display: block;
}


.page-box--order-confirm {
    padding-left: 50px;
}

.news-item.no-padding {
    padding-left: 20px;
}

.small-form .form__textarea {
    height: 200px;
    font-size: 17px;
}

.one-required .form__label--error {
    padding-bottom: 0;
}

.analog-block .form__label {
    flex-wrap: nowrap;
}

.analog-block {
    max-width: 659px;
}

.analog-block .form__input {
    margin-right: 10px;
}

.analog-block .btn {
    height: 45px;
}

.faq-item .news-item__text {
    display: none;
    margin-top: 20px;
}

.faq-item.active .news-item__text {
    display: block;
}

.faq-item {
    min-height: auto;
    cursor: pointer;
}

.faq-item .news-item__box {
    margin-bottom: 0;
}

.faq-consultant {
    display: block;
    margin-top: 15px;
}

.cookie-block {
    display: flex;
}

.cookie .buttons .btn {
    font-size: 14px;
    padding: 10px 20px;
    height: auto;
    line-height: 1;
    white-space: nowrap;
    margin-right: 10px;
}

.cookie .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 991px) {
    .cookie-block {
        flex-direction: column;
        justify-content: center;
    }

    .cookie-block .buttons {
        margin-top: 10px;
    }
}

.dropdown-block.form__label--error {
    border-color: #DF2143;
    color: #DF2143;
    margin-bottom: 30px;
}

.dropdown-block.form__label--error .form__error {
    bottom: -30px;
}

[data-filter-set]+[data-filter-del] {
    margin-top: 10px;
}

.pricelist .video-box__pic img {
    position: relative;
}

.pricelist .video-box__pic:before,
.pricelist .video-box__pic:after {
    content: none;
}

.form__label--check+[data-checkbox-show] {
    display: none;
}

.form__label--check-checked+[data-checkbox-show] {
    display: block;
}

.isMobile .desktop-block {
    display: none;
}

.mobile-block {
    display: none;
}

.isMobile .mobile-block {
    display: block;
}

.post td,
.post th {
    padding: 5px;
}

.post ol,
.post ul,
.post li {
    list-style: initial;
}

.post ol,
.post ul {
    padding: 0 0 0 40px;
}

.post img {
    max-width: 100%;
    height: auto;
}

.post ol,
.post ol>li {
    list-style: decimal;
}

.stat__item-name {
    display: flex;
}

.spark {
    color: red;
}

.input-suggests {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 22;
    background: #Fff;
    width: 100%;
    padding: 20px;
    overflow: auto;
    max-height: 80vh;
    border: 1px solid #B5C1D3;
    border-left: 8px solid #DF2143;
}

.input-suggests.active {
    display: block;
}

.input-suggests-form {
    position: relative;
}

.input-suggests .suggest-item {
    cursor: pointer;
    padding: 5px 0;
}

.stars-block .star {
    color: #f08f76;
}

.stars-block input:checked~.star {
    color: #d7dbdf;
}

.stars-block {
    display: flex;
}

.counter__val input {
    width: 30px;
    background: none;
    text-align: center;
    /*pointer-events: none;*/
}

span.form__label-imgs img {
    max-height: 50px;
}

.bx-sls .dropdown-block {
    border: none;
    outline: 0 !important;
    /* border-bottom: 1px solid #d8d8d8; */
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    font-weight: 300;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    padding: 0;
    background: none;
    padding: 0;
}

.bx-sls .dropdown-block .bx-ui-sls-container,
.bx-sls .dropdown-block .bx-ui-sls-container input {
    height: 61px;
}

.bx-sls .dropdown-block .dropdown-icon,
.bx-sls .bx-ui-sls-clear,
.bx-sls .dropdown-fade2white {
    display: none !important;
}

.error-label,
.error-label .form__check-box {
    border-color: red !important;
}

.block__img img {
    /* -o-object-fit: contain;
    object-fit: contain; */
}

.brands__item img {
    max-height: 70px;
}

.maxlevel2 .menu-box__title {
    font-weight: normal;
    /* margin-bottom: 0; */
}

.maxlevel2 .menu-box {
    margin-bottom: 0;
}

.menu.maxlevel2 {
    padding-bottom: 40px;
}

.auth-popup .popup__info--link {
    margin-bottom: 10px;
}

.auth-popup .popup__info--link a {
    text-decoration: underline;
}

.auth-popup .form__label.form__label--check {
    margin-top: 20px;
}

.popup.popup-login.static-block {
    padding: 0;
}

.auth-popup .popup__title, .registration-popup .popup__title{
    font-family: Alethiapro, sans-serif;
    line-height: 1.1;
    color: #740f2a;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 20px;
}

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

.registration-popup {
    width: 333px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.registration-popup table {
    width: 100%;
}

.registration-popup input.default-input,
.registration-popup textarea.default-input,
.registration-popup select {
    -webkit-appearance: initial;
    border: 1px solid #000;
    height: 35px;
}

.registration-popup .form__label--check .form__label-name,
.registration-popup td table td
{
    font-size: 13px;
}

.registration-popup td {
    padding: 5px 0;
}

.registration-popup .starrequired {
    color: red;
}

@media(max-width: 991px) {
    .double-auth {
        flex-direction: column;
    }

    .double-auth .popup-login.static-block {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
}
.manager {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 16px;
}
.pricelist {
    margin: 0 0 20px;
    /* font-weight: bold; */
    font-size: 16px;
}

.pricelist a {
    font-weight: bold;
    text-decoration: underline;
    text-decoration: underline;
}
.register-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.register-block .half {
    margin-right: 40px;
}

.register-block .half:last-child {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.bold-item{
    font-weight: bold;
    text-transform: uppercase;
}
.top--lock{ background: url("../images/lock.png") no-repeat 0 50%; background-size: auto;
    padding-left: 30px;    position: relative;    text-transform: uppercase;
    font-weight: bold;    font-size: 1.2em;}
.top--lock span{    font-size: 0.7em;
    display: block;
    text-transform: lowercase;
    width: 160px;
    font-weight: normal;
    line-height: 1em;
    padding-left: 10px;    white-space: initial;
    text-align: left;}
.top--lock:hover{   background: url("../images/lock.png") no-repeat 0 50%; background-size: auto; color:#740f2a;}
.retail-form .btn{margin: 2% auto; width: 100%; cursor: pointer;}
.retail-form-table{margin: 0 auto;}
.retail-form-table td{padding: 5px;}
.retail-form .popup__title {
    font-family: Alethiapro, sans-serif;
    line-height: 1.1;
    color: #740f2a;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 20px;
    /*text-align: center;*/
}
.retail-form input, .tooltip__search-input {
    font-size: 1em;
    border-bottom: 1px solid #000;
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
    width: 100%;
    display: block;
    height: 40px;
    margin: 0 auto;
}

.retail-form input[type="checkbox"]{width: 20px;
    height: 20px;
    border: 1px solid #000;
    float: left;
    margin-right: 10px;
    -webkit-appearance: checkbox;}
.retail-form label{max-width:380px;}

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

.header__login{margin-right: initial;}
.header__login a{    display: block;
    background-color: #730f29;
    color: #fff;
    float: left;
    padding: 5px;
    font-size: .9em;
    margin-right: 10px; margin-top: 4px;}

select[name=UF_P_MANAGER_ID]{width: 100%;    cursor: pointer;}
.popup__info--alt{/*display: none;*/}
.popup-enter-form a{ display: block;
    background-color: #730f29;
    width: 100%;
    color: #fff;
    float: left;
    padding: 5px 10px;
    font-size: .9em;
    margin-bottom: 10px;
    text-transform: uppercase;}

.double-auth .popup-login{margin: 0 auto;}
.card_available{    text-align: center;    padding: 5px;    font-weight: bold;    color: #8bc34a;}
.card_not_available{ text-align: center;    padding: 5px;    font-weight: bold;    color: #777;    font-size: 1.2em;}
.item__info .card_not_available {    text-align: left;    padding: 0 5px 15px 0;
    font-weight: bold;    color: #777;    font-size: 1.2em;}


.sort__title{white-space: nowrap;}
.page-controls{/*justify-content: flex-end;    margin-bottom: 30px;*/ display: flex; clear: left;}
.top-exit{    background: url(../images/exit.png) no-repeat 0 50%;
    background-size: 25%;
    padding-left: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;}
.top-exit:hover{    background: url(../images/exit.png) no-repeat 0 50%;
    background-size: 25%;
    color:#000;}
.top-personal{     background: url(../images/personal.png) no-repeat 0 50%;
    background-size: contain;
    padding-left: 45px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    float: left;
}
.top-personal span{line-height: 35px;}
.personal_menu{position: relative;display: block;}
.personal_menu ul{  -webkit-box-shadow: 0px 5px 6px rgb(0 0 0 / 8%);
    box-shadow: 0px 5px 6px rgb(0 0 0 / 8%);  display: none;    position: absolute; top: 35px; font-family: Alethiapro, sans-serif;
    background-color: #fff;    padding: 20px 40px;    z-index: 10;     outline: 1px solid #b7b7b7;    outline-offset: -10px;}

.personal_menu ul li{color: #000; margin-left: 20px;}
.personal_menu ul li.h3-title{text-transform: uppercase;    font-weight: bold;        font-size: .9em;    margin: 10px 0;}
.personal_menu ul li.h4-title{font-weight: bold;    margin-top: 15px; margin-left: 0px;}
.personal_menu ul li.personal-manager{    margin: 20px 0;    font-size: .8em;    font-weight: bold;    color: #777;    white-space: nowrap;}
.personal_menu ul li.personal-manager span{color: #777;}
.personal_menu ul li a{font-size: .9em;     white-space: nowrap;}
.personal_menu ul li.h4-title a{font-size: 1em;}
.personal_menu ul li a:hover{color:#904055;}

.personal_menu ul li.icon::before{    margin-right: 5px;}

.top-personal:hover{   background: url(../images/personal.png) no-repeat 0 50%;    color:#000;background-size: contain;}
.personal_menu:hover ul{display: block;}

.icon-user-personal:before {
    content: "\E012";
}
.icon-service-personal:before {
    content: "\E016";
}
.icon-basket-personal:before {
    content: "\E005";
}
.icon-order-personal:before {
    content: '\E006';
}



.header__info{align-items: center;}

.header__phone {     font-size: 1.2em;}
.header__time {     font-size: 1em; padding-right: 80px;}

.main-slider__content .title-page {
    background: rgba(255, 255, 255, 0.8);
    padding: .1em .3em;
    line-height: 1.6em;
}

.block__title--accent{    font-weight: 600;}
.portfolio-list .block__content{
    background: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    padding: 27px 5px 17px 20px;
}
.portfolio-list .block__content .block__title{color: #740f2a;}
.card .btn--favorite{    top: 20px;    position: absolute;    left: 10px;}
.subsection-list{list-style: none;    margin-bottom: 20px;}
.subsection-list li{    display: inline-block;}
.subsection-list li a{display: block; background-color: #fdf5e9;    margin: 5px;
    padding: 8px;    font-size: .9em;    font-weight: 500;}

#updatePrice input[type=submit], #updateProduct input[type=submit]{    display: block;
    background-color: #730f29;
    color: #fff;
    float: left;
    padding: 10px;
    font-size: .9em;
    margin: 10px 0;
    cursor: pointer;}

.inner-enter-form-title{    font-family: Alethiapro, sans-serif;
    line-height: 1.1;
    color: #740f2a;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 20px;}

.card-marks{    position: absolute;    right: 0;    margin-right: 0;    padding-right: 0; z-index: 1;}
.personal-slider .container{min-height: 250px;}
.news--text--max{max-width: 100%;}
.action-items .adm-warning-block{display:none;}
.curt-sum{border-top: 1px solid #cbcbcb;}
.curt-sum .curt-item__summa{    font-family: Alethiapro, sans-serif;
    line-height: 1.1;
    color: #740f2a;
    margin-bottom: 25px;
    text-transform: uppercase;}
.form-box+.form__label--check .form__label-name {
    padding-top: 0;
    font-size: 1.1em;
    color: #000;
}
.order-subtitle{    color: #740f2a;
    font-size: .9em;
    margin: 20px 0;
    display: block;}

.slider--alt .slider__item {
    max-height: 220px;
}

.special-offer-page h2.title{display: none;}

.preview-section .div-h2.title{float:left;}

.preview-section h2.title{float:left;}
.preview-section a.link-all{    float: left;    display: block;
    background-color: #730f29;    color: #fff;
    padding: 5px 10px;    font-size: .9em;    margin-right: 10px;     margin-left: 20px;    margin-top: 17px;}
.preview-section .tags, .preview-section .slider{    clear: left;}

.sale-personal-section-index-block-link{padding: 5px 15px;}
.sale-personal-section-index-block-name {
    font-size: .8em;
    color: #fff;
    font-weight: 500;
    min-height: 35px;
    white-space: initial;
}

.action-icon{display:block; position: absolute; top: 50px;  left: 17px;   width: 50px;   height: 50px;
     background-color: #ff0000;    z-index: 1; background: url(../images/action.png) no-repeat 50% 50%; background-size: contain;}
.card__drop{z-index: 2;}
.view__relative{position: relative;}
.view__relative .action-icon{    top: 0;    left: initial;    right: 0; width: 70px;    height: 70px;}

.header__login{overflow: hidden;}
.hide-search{width: 0;}
.wholetext a{color:#9d0a0f;}

/*.tags {    margin-bottom: 10px; display: none;}*/
.noajax label{display: block;}

.header{/*background: url(/1.jpg);    background-size: cover;*/ margin-bottom: 0;
    padding-bottom: 15px;}

@media screen and (min-width: 1200px){
    .menu{margin-top: -50px;}
}


.collection-list .block__img{max-height: 200px;}
.sliderMain{margin: 0;}
.main-slider__content {    margin-left: 30px; z-index: 10; padding: 170px 0;}
.main-slider {    margin-bottom: 0;}
.mg30{margin: 30px 0;}
.sale-personal-section-row-flex{margin-top: 10px;}
.card__title{margin-bottom: 10px;}
.card__article{text-align: center;  margin-bottom: 10px;}
.card__drop {    padding-top: 20px;}


.in-stock-forms{z-index: 10;}
.in-stock-forms .checkbox {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.in-stock-forms .checkbox-custom {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #d6e1c9;
    cursor: pointer;
}
.in-stock-forms .checkbox-custom,
.in-stock-forms .label{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 500;
    color: #656567;
    font-size: 100%;
    padding: 0 3px;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.in-stock-forms .checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    background: #000000;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page__sort, .catalog-main__view {    margin-top: 5px;}
.left-outside-catalog{    -webkit-box-flex: 0;    -ms-flex: 0 0 240px;    flex: 0 0 240px;    margin-right: 70px;}
.catalog-main__view{margin-left: auto;}
a:focus {    outline: none;}
.counter .counter__btn:first-child, .counter .counter__btn:last-child {    justify-content: center;     font-size: 1.6em;}
.item__btn .counter {    height: 50px;}

.card .counter{height: 61px;    border-radius: 4px;    margin-right: 2px;}
.title-page+.text{margin-bottom: 30px;}
.header__list > ul{margin-top: 28px; cursor: pointer;}
.header__list > ul > li, .header__list > ul > li > a{z-index: 200;}

.personal-row{    overflow: hidden;}
.personal-row .personal-row-menu{float: left;    width: 24%;    margin-right: 1%;}
.personal-row .personal-row-menu .manager{font-size: 1em;}
.personal-row .personal-row-menu .h3-title-main{display: none;}
.personal-row .personal-row-content{float: right;width: 75%;}

.personal-row .personal-row-menu ul li{color: #000; margin-left: 20px;}
.personal-row .personal-row-menu ul li.h3-title{text-transform: uppercase;    font-weight: bold;        font-size: .9em;    margin: 10px 0;}
.personal-row .personal-row-menu ul li.h4-title{font-weight: bold;    margin-top: 15px; margin-left: 0px;}
.personal-row .personal-row-menu ul li.personal-manager{  display:none;}
.personal-row .personal-row-menu ul li a{font-size: .9em;     white-space: nowrap;}
.personal-row .personal-row-menu ul li.h4-title a{font-size: 1em;}
.personal-row .personal-row-menu ul li a:hover{color:#904055;}

.personal-row .personal-row-menu ul li.icon::before{    margin-right: 5px;}

/*.personal-row .personal-row-content .sale-order-list-container .sale-order-list-title-container{
    border: 1px solid #740f2a;    margin: 5px 0;    padding: 5px;
    background: #740f2a;
}
.personal-row .personal-row-content .sale-order-list-container .sale-order-list-title-container h2{color: #fff;}*/

.sale-order-list-title-container{       border-bottom: #fdf7ed 1px solid;}
/*.sale-order-list-title-container::before{    content: "\f07a";}*/
/*, .sale-order-detail-payment-options-shipment-composition-container*/
.sale-order-list-container .order-body, .sale-order-detail-about-order-inner-container-details{background-color: #fdf7ed;}
.sale-order-detail-about-order-inner-container-details {padding-bottom: 20px;margin-top: 10px;}
.sale-order-list-container .order-body a, .sale-order-detail-about-order-inner-container-details a{margin-right: 10px; color: #730f29; }
.sale-order-list-button{background: #730f29;    color: #fff !important;}
.sale-order-detail-about-order-inner-container-details-title{font-size: 1.4em;}
.personal-row-content .pagination{ margin-top: 20px;}

.sale-order-list-inner-container {    padding: 15px;    border: 1px solid #efecec;}

.item-icon{display:block; position: absolute; bottom: 0px;    width: 50px;   height: 50px;  z-index: 1; }
.micro{left: 0px; background: url(../images/MPY.png) no-repeat 50% 50%; background-size: contain;}
.no-micro{right: 50px; background: url(../images/MPN.png) no-repeat 50% 50%; background-size: contain;}
.wash{left: 60px; background: url(../images/PMMY.png) no-repeat 50% 50%; background-size: contain;}
.no-wash{right: 0px; background: url(../images/PMMN.png) no-repeat 50% 50%; background-size: contain;}
.shkaf{left: 0px; background: url(../images/OVY.png) no-repeat 50% 50%; background-size: contain;}
.no-shkaf{right: 100px; background: url(../images/OVN.png) no-repeat 50% 50%; background-size: contain;}
.moroz{left: 60px; background: url(../images/FRY.png) no-repeat 50% 50%; background-size: contain;}
.no-moroz{right: 150px; background: url(../images/FRN.png) no-repeat 50% 50%; background-size: contain;}


.item-icon-section{display:block; position: absolute; right: 20px;    width: 40px;   height: 40px;  z-index: 1; }
.micro-section{bottom: 140px; background: url(../images/MPY.png) no-repeat 50% 50%; background-size: contain;}
.no-micro-section{bottom: 140px; background: url(../images/MPN.png) no-repeat 50% 50%; background-size: contain;}
.wash-section{bottom: 100px; background: url(../images/PMMY.png) no-repeat 50% 50%; background-size: contain;}
.no-wash-section{bottom: 100px; background: url(../images/PMMN.png) no-repeat 50% 50%; background-size: contain;}

.shkaf-section{bottom: 180px; background: url(../images/OVY.png) no-repeat 50% 50%; background-size: contain;}
.no-shkaf-section{bottom: 180px; background: url(../images/OVN.png) no-repeat 50% 50%; background-size: contain;}
.moroz-section{bottom: 220px; background: url(../images/FRY.png) no-repeat 50% 50%; background-size: contain;}
.no-moroz-section{bottom: 220px; background: url(../images/FRN.png) no-repeat 50% 50%; background-size: contain;}


.card__stats li{padding-right: 40px;}

.personal-slider .slick-track{height: 360px; }
.personal-slider .main-slider__item{background-size: contain;}
.personal-slider .title-page{font-size: 25px;}
.personal-slider .main-slider__content { padding: 16% 0;}

.bx_filter .bx_filter_input_checkbox input[type=radio], .bx_filter .bx_filter_input_checkbox input[type=checkbox] {
    width: 15px;    height: 15px;    background: #fff;}
.bx_filter .bx_filter_section {   padding: 0; border: none;    border-radius: 0;    background: none;}
.bx_filter .bx_filter_parameters_box_title {    width: 100%;    border-bottom: none; line-height: 1.1;
    font-weight: 500;     color: #656567;    margin-bottom: 20px;    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;}
.bx_filter .bx_filter_search_button, .bx_filter .bx_filter_search_button:hover{    color: #fff;
    background: initial;    background-color: #670d25;    border: none;
    font-family: Alethiapro, sans-serif;    font-weight: 500;    text-transform: uppercase;}
.bx_filter .bx_filter_search_reset{text-transform: uppercase;    font-weight: bold;
    font-size: 0.8em;    color: #000;}
.bx_filter .bx_filter_popup_result{border-top: 1px solid #670d25;
    border-right: 1px solid #670d25;    border-bottom: 1px solid #670d25;    border-left: 1px solid #670d25;}
.bx_filter .bx_filter_popup_result a {
    color: #670d25;
}
/*.bx_filter .bx_filter_input_checkbox input[type=radio], .bx_filter .bx_filter_input_checkbox input[type=checkbox] {
     background: #fff;    display: block;    position: relative;    width: 20px;
    min-width: 20px;    height: 20px;    border: 1px solid #e3e3e3;    margin-right: 7px;
}*/

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {       display: block;
    line-height: 16px;    white-space: nowrap;    text-indent: 25px;    margin-left: 0;}
.bx_filter .bx_filter_input_checkbox {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    min-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bx_filter .bx_filter_input_checkbox span {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    border: 1px solid #d6e1c9;
}
.bx_filter .bx_filter_input_checkbox span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    background: black;
}
.bx_filter .bx_filter_input_checkbox span:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.bx_filter .bx_filter_input_checkbox input[type=checkbox] {    visibility: hidden;}
.bx_filter .bx_filter_input_checkbox input[type=checkbox]:checked + span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.bx_filter_param_label.disabled{display: none;}
.bx_filter_block{    max-height: 300px;    overflow-y: auto; overflow-x: hidden;     height: auto !important; background-color: #f8f8f8;}
.bx_filter .bx_filter_parameters_box_title:after{right: 0px;}
.bx_filter_block::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.bx_filter_block::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.bx_filter_block::-webkit-scrollbar-thumb
{
    background-color: #000000;
}

.bx_filter .bx_ui_slider_handle.right {
    right: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #5c5e5e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: -8px;
    margin-right: -7px;}

.bx_filter .bx_ui_slider_handle.left {
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #5c5e5e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: -8px;
    margin-left: -7px;
}

.bx_filter .bx_ui_slider_track { height: 2px; margin: 25px 20px;}
.bx_filter .bx_ui_slider_pricebar_V{background: none;}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{
    border-radius: 0;
    background: #f8f8f8;
    box-shadow: none;
    font-size: 1.4em;
    font-weight: bold;
}
.bx_filter .bx_ui_slider_range {    z-index: 100;}
.bx_filter .bx_ui_slider_part {    top: -5px;    height: 10px;    background: #000;}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container{padding: 0; background: none;}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input.max-price{text-align: right;}

.header__btns{position: relative;}
.basket-popup{ position: absolute;
    display: none;
    top: 20px;
    right: 0px;
    width: 500px;
    background-color: #fff;
    z-index: 20;
    padding: 0px 10px;
    border: 1px solid #eee;
    max-height: 50vh;
    overflow-y: scroll;}

/* W3C standard
   сейчас только для Firefox */
.basket-popup{
    scrollbar-width: thin;
    scrollbar-color: black white;
}

/* для Chrome/Edge/Safari */
.basket-popup::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}
.basket-popup::-webkit-scrollbar-track {
    background: white;
}
.basket-popup::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 0px;
    border: 3px solid white;
}

.bx-basket-item-list-item-img{position: initial !important;  padding-bottom: 0;     width: 20%;    float: left;}
.bx-basket-item-list-item-img img{    max-width: 100% !important;}
.bx-basket-item-list-item-img a{float: left;    margin-right: 10px;}
.bx-basket-item-list-item {      margin-bottom: 5px;
    padding-top: 15px;    padding-right: 20px;    padding-left: 10px;    border-bottom: 1px solid #f7f7f7;
    display: block;
    float: left;
    width: 100%;
}
.bx-basket-item-list-item-remove {
    position: absolute;    top: -10px;    right: 0px;    width: 20px;    height: 20px;
    opacity: .5;    cursor: pointer;    transition: 250ms linear all;
}
.bx-basket-item-list-item-price-summ strong{    white-space: nowrap;}
.bx-basket-item-list-item-name {    padding-bottom: 5px;    width: 55%;    float: left;}
.bx-basket-item-list-button-container {    bottom: 0px !important;}
.bx-basket-item-list-item-remove {    position: absolute;    top: -10px !important;    right: 0px !important;}
.bx-basket-item-list-item-price-summ{margin-top: 5px;    font-weight: bold;}
.bx-basket-item-list-container {    padding-top: 20px;}
.bx-basket-block {    padding-bottom: 10px !important;    padding-left: 10px !important;
    padding-top: 10px !important;}
.bx-basket-item-list-item-price-block {
    padding-bottom: 5px !important;
    padding-top: 0px !important;
    line-height: 1.2em;
    width: 25%;
    float: left;
    padding-left: 2%;
}
.news-main-block .title{float: left;}
.news-main-block .tags{clear:left;}
.news-main-block .link-all{float: right;
    display: block;
    background-color: #730f29;
    color: #fff;
    padding: 5px 10px;
    font-size: .9em;
    margin-right: 10px;}

.card__btn.active{    background-color: #8bc34a;}
/*.news--text--max img{float: left;    margin: 2%;    width: 28%;    height: auto;}*/
.text ul li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 30px;
    background: none;}

.card__code{text-align: center;}
.item .micro{right: 50px;    left: initial;}
.item .wash{right: 0px;    left: initial;}
.item .shkaf{right: 100px;    left: initial;}
.item .moroz{right: 150px;    left: initial;}


.callbacklink{  position: fixed;    right: 30px;    top: 150px;
    background: url(/local/templates/anna/static/images/callback.png) no-repeat 50% 50%;
    background-size: contain;    display: block;    width: 50px;    height: 50px;    z-index: 200;}

.header__search_33{width:33%;}

.header-mobile__buttons{    display: -webkit-box;    display: -ms-flexbox;    display: flex;
    -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;    margin-left: auto;}
.header-mobile__buttons a{display: block;    background-color: #730f29;    color: #fff;
    float: right;    padding: 5px;    font-size: .9em;}

.wholetext{padding-left: 50px;}

.popup-info{text-align: center;    display: block;    margin-bottom: 20px;
    font-size: 0.9em;    color: #730f29;    font-weight: bold;}

/*new year*/
.header__content{    /*background: url(/1.jpg);*/ background-color: #fffaf1; }

.item__imgs .slick-dots{overflow: auto;    max-height: 100%;}

:root {
    --scrollbarBg: #dadada;
    --scrollbarThumb: rgba(0,0,0,0.8);
    --scrollbarWidth: 5px;
    --scrollbarBorder: 0px solid var(--scrollbarBg);
    --scrollbarBorderRadius: 0;
}
.item__imgs .slick-dots {
    scrollbar-width: var(--scrollbarWidth);
    scrollbar-color: var(--scrollbarThumb) var(--scrollbarBg);
}
.item__imgs .slick-dots::-webkit-scrollbar {
    width: var(--scrollbarWidth);
}
.item__imgs .slick-dots::-webkit-scrollbar-track {
    background: var(--scrollbarBg);
    border-radius: var(--scrollbarBorderRadius);
}
.item__imgs .slick-dots::-webkit-scrollbar-thumb {
    background-color: var(--scrollbarThumb);
    border-radius: var(--scrollbarBorderRadius);
    border: var(--scrollbarBorder);
}


.item__imgs .slick-dots li{margin: 0 5px 9px;}


.page-top__content, .page-top{max-width:100% !important;}
.page-top__share{position: absolute !important;}

.lookbook__slider{width: calc(59.5% - 85px); margin-left: 85px; max-height: 500px;} /*max-height: 500px;*/
.lookbook__slider .slick-dots{    left: -90px;}
.lookbook__slider .item__img a, .lookbook__slider .slick-slide{max-height: 500px;}
/*.lookbook__slider .item__img a img {    top: 50%;}*/
/*.lookbook__slider .item__img a{    max-height: 700px;}*/
/*.lookbook__slider .slick-dots{max-height: 400px;}*/

.lookbook__box {    margin-bottom: 20px !important;}

.lookbook__slider .item__img a:before {    padding-top: 430px;}

.tabs .text ul{list-style: initial;}
.tabs .text ul li{margin-bottom: 5px;}
.tabs .text ul li:before{  width: 5px;    height: 5px;  margin-left: 5px;    margin-right: 5px;    background-color: #ae804f !important;}

.pdf-link{color: #9d0a0f !important;     padding-left: 50px;    display: block;    position: relative;}
.pdf-link::before{
    content: '';
    position: absolute;
    background: url("/local/templates/anna/static/images/pdf.png") no-repeat 50% 50%;
    background-size: contain;    display: block;
    width: 40px; height: 40px; left: 0;
}

.news-main-block .cards{clear: left;}
/*.js-menu-trigger{line-height: 1.2em;}*/

.personal-slider .main-slider__link{height: 100%; z-index: 100;}

ul.oferta{list-style: disc;}
ul.oferta li{padding: 20px 0;}
ul.oferta li::marker{color: #000;}
ul.oferta li a, a.rekvizit{color: #740f2a;}

.element-banner{margin: 20px 0;overflow: hidden;    display: block;}
.element-banner img{object-fit: contain;    width: 100%;    height: 100%;}

.auth-form input[type="text"], .auth-form input[type="email"], .auth-form input[type="password"]{    height: 41px;
    border: 1px solid #d7d7d7;
    font-size: 13px;
    padding: 0 16px;
    margin-bottom: 12px;
    min-width: 0;
    width: initial;
    border-radius: 0;}

@media screen and (max-width: 1200px) {
    .header__login{display: none;}
    .header__time {        margin-bottom: 20px;    }
    .nav li a{font-size: 1.2em;}
}

@media screen and (max-width: 1008px) {
    .inner--curt{flex-direction: column;}
    .inner--curt .inner__main {        width: 100%;        max-width: 100%;    }
    .curt {        margin-bottom: 30px;    }
    .page-line{margin-top: 30px;}
}

@media screen and (max-width: 992px) {

    .main-slider .slick-next.slick-arrow{    position: absolute;        top: 40%;        right: -15px;    }
    .main-slider .slick-prev.slick-arrow{    position: absolute;        top: 40%;        left: -15px;    }
    .blocks__track .slick-next.slick-arrow{    position: absolute;        top: 40%;        right: -1px;    }
    .blocks__track .slick-prev.slick-arrow{    position: absolute;        top: 40%;        left: 1px;    }

    .slider--alt .slick-next.slick-arrow{  position: absolute;        top: 40%;        right: -15px;        left: initial;        font-size: 18px;  }
    .slider--alt .slick-prev.slick-arrow{    position: absolute;        top: 40%;        left: -15px;        font-size: 18px;  }

    .brands__track .slick-next.slick-arrow{    position: absolute;        top: 0%;        right: -1px;    }
    .brands__track .slick-prev.slick-arrow{    position: absolute;        top: 0%;        left: 1px;    }

    .item-icon-section{display: none;}
    .card .counter {height: 52px;}
    .page-controls__btn[data-type="sort"]{display: none;}
    .page-controls__btn[data-type="filter"]{    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: 42px;    padding: 0 15px;    background-color: #730f29;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    transition: 0.3s;    color: #fff;    font-size: 13px;
    font-family: Alethiapro, sans-serif;    font-weight: 500;}
    .in-stock-forms {        line-height: 42px;    }
    .sort {        line-height: 34px;    }
    .left-outside-catalog { display: none;}
    .page__sort { display: block; }
    body.aside-opened .inner--catalog .inner__aside {
        top: 10%;        left: 10%;        width: 80%;   max-height: 80%;     height: auto;
        border: 1px solid #670d25;
    }
    .aside__close {        top: 10%;        right: 10%;        border-right: 1px solid #7f1a1a;        border-top: 1px solid #7f1a1a;    }
    .slider--alt .slider__item {        max-height: 250px;    }
    .tags .tag{display: none;}
    .news-main-block .cards{width: 100%;display: block;position: relative;}
    .news-main-block .cards .slick-arrow{width: initial;   z-index:5;     margin: 0; position: absolute;}
    .news-main-block .cards .slick-prev{top: 30%;        left: -3%;}
    .news-main-block .cards .slick-next{top: 30%;        right: -3%;}

    .news-main-block .cards--md>* { width: 100%; max-width: 100%;}
    .news-main-block .card-alt{padding:5px;}

    .personal-row .personal-row-menu {        width: 99%;        margin-right: 0;    }
    .personal-row .personal-row-content {        float: right;        width: 100%;    }
    .personal-row-menu ul{-webkit-column-count: 3;        -moz-column-count: 3;
        column-count: 3;        margin-bottom: 50px;}

}

@media screen and (max-width: 890px) {
    .in-stock-forms { display: none;}
    .page-controls__btn:first-child {-webkit-box-flex: 0;-ms-flex: 0;flex: 0;}
}

@media screen and (max-width: 767px) {
    .curt-item__summa{    flex-direction: initial;}
    .sale-order-list-button{float: right;}
    .main-slider .container {    min-height: auto;}
    .personal-slider .slick-track{height: auto;}
    .main-slider__content .title-page{    font-size: 1.6em;}
    .wholesaler-table td{display: block;    float: left;}
    .wholetext{padding: 10px;}
    .main-slider__link {        width: auto;        height: 300px;    }
    .main-slider__content {    padding: 14% 0;}
    .main-slider__item{height: 300px;}
    .page-form__info{font-size: 12px;}
}

@media screen and (max-width: 660px) {
    .curt-item__summa{    flex-direction: initial;}
    .sale-order-list-button{float: right;}
    .personal-row-menu ul {        -webkit-column-count: 2;        -moz-column-count: 2;
        column-count: 2;        margin-bottom: 50px;    }
    .icon-basket-personal{margin-top: 0;}
    .tabs__controls-track{    display: block; overflow-x: initial;        overflow-y: initial;}
    .tabs__btn {        width: 100%;        float: left;
        display: block;        text-indent: 5%;        margin-bottom: 20px;    }
    .main-slider__content .title-page {        font-size: 1.4em;    }
    .photo-list .photo-list-item{width: 100% !important;float:left;padding: 5px;}
    .main-slider__link {        width: auto;        height: 250px;    }
    .main-slider__content {    padding: 14% 0;}
    .main-slider__item{height: 250px;}
    .text--max-alt {        padding-right: 0;        padding-top: 120px;    }
    .brand-banner__pic {        margin-left: auto;        margin-right: auto;
        left: 0;        right: 0;        text-align: center;    }
}


@media screen and (max-width: 530px) {
    .cards>* {
        margin-top: 50px;
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px);
        flex: 0 0 calc(100% - 24px);
        margin-right: 24px;
    }
    .page-controls {        display: block;        text-align: center;        margin: 0 auto;    }
    .page-controls__btn[data-type="filter"]{display: block;    margin: 0 auto;        width: 80%;}
    .inner--catalog{clear: left;}
    .page__sort {        display: block;        width: 55%;        margin: 2%;        float: right;    }
    .catalog-main__view {        width: 35%;        margin: 2%;       float: left;    }
    .breadcrumbs__track li {        position: relative;        white-space: initial;
        display: block;        width: auto;        float: left;        margin: 0 14px;
    }
    .breadcrumbs__track {        display: block;     overflow: initial;}
    .breadcrumbs {        margin: 0;    }

    .main-slider__link {        width: 100%;   margin-top: 70px;     height: auto;    }
    .main-slider__content {    padding: 14% 0;}
    .main-slider__item{height: 200px;}
    .main-slider__content .title-page {        font-size: 1em;    }
    .main-slider .slick-dots {        bottom: 0px;}

}

@media screen and (max-width: 412px) {
    .catalog-main__view {        width: 80%;        margin: 2% auto;        float: initial;    }
    .page__sort {        display: block;        width: 80%;        margin: 2% auto;        float: initial;    }
    .personal-row-menu ul {        -webkit-column-count: 1;        -moz-column-count: 1;
        column-count: 1;        margin-bottom: 50px;    }
}


.photo-list-title{margin-top: 50px;      color: #740f2a;     font-size: 18px;     font-family: Alethiapro, sans-serif;}
.photo-list-title h3{padding-left: 20px;}
.titile--custom {    font-size: 14px;}
.photo-list{margin-top: 0px;}
.photo-list .photo-list-item{padding: 5px 15px;}
.photo-list .photo-list-item a{display: block;width: 100%;height:300px;}
.photo-list .slick-prev{left: 0;    position: absolute;    top: 50%;}
.photo-list .slick-next{right: 0;    position: absolute;    top: 50%;}
.gal-link{display: block;    background-color: #730f29;   color: #fff !important;    width: fit-content;
    margin-top: 10px;    padding: 5px 20px;    font-size: 1em; word-spacing: .2em;}
.gal-link:hover{color: #fff;}
.photo-list .slick-dots{bottom: -30px;}
.photo-list  .slick-dots button {    background: #730f294d;}
.icon-telegram{    width: 18px;    height: 18px; background: url('/local/templates/anna/static/images/telegram.png') no-repeat 50% 50%; background-size: contain;}
.action-list-icon{     position: absolute;    bottom: 5px;    right: 5px;    width: 60px;    height: 60px;    z-index: 10;}

.title--max {    max-width: 100%;}