.social div, .pay .pay__left div {
    display: inline-block;
}

.clear {
    clear: both;
}

.catalog__li-in {
    list-style: none;
}

.photos__mini {
    text-align: center;
}

.photos__mini img {
    /*width: 130px;*/
    height: 130px;
}

.photos__big-img {
    width: 350px !important;
    /*height: 620px !important;*/
}

.catalog-cart__col-link img {
    width: 25px;
    height: 25px;
}

.catalog-cart__row .button {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-top: 4px;
    height: 30px;
}

input {
    box-shadow: none;
}

.tabs__anc {
    padding: 10px 0px !important;
    font-size: 16px !important;
    text-align: center !important;
    border-left: 1px solid #E6EDE9 !important;
    border-right: none !important;
    width: 25%;
}

.tabs__anc:last-child {
    border-right: 2px solid #E6EDE9 !important;
}

.tabs__anc:first-child {
    border-left: 2px solid #E6EDE9 !important;
}

.header__inner.header__inner-2 {
    vertical-align: middle;
    margin: 20px 80px 0px;
    width: inherit;
}

.header__inner.header__inner-2 div.top-inner {
    width: 33%;
    margin: 0px;
}

.header__inner.header__inner-2 .header__center.top-inner {
    padding-left: 20px;
    margin-right: -20px;
}

.header__inner.header__inner-2 .header__left.top-inner {
    padding-left: 10px;
    margin-right: -10px;
}

.header__inner-2 .header__left {
    padding-top: 0px;
}

.top-phone__inner {
    font-size: 18px !important;
}

.header__search_title-input {
    width: 370px !important;
    margin: 8px 0 0 -30px !important;
}

.header__search_title-button {
    right: -34px !important;
}

.header__i {
    font-size: 16px !important;
    margin-left: 140px !important;
}

@media screen and (max-width: 1380px) {
    .header__inner.header__inner-2 {
        vertical-align: middle;
        margin: 20px 0px 0px;
        width: inherit;
    }

    .top-phone__inner {
        font-size: 18px !important;
        padding: 12px 20px 10px 50px !important;
    }

    .header__search_title-input {
        width: 280px !important;
        margin: 8px 0 0 10px !important;
    }

    .header__search_title-button {
        right: 16px !important;
    }

    .header__i {
        font-size: 16px !important;
        margin-left: 70px !important;
    }

    .top-phone {
        margin-left: 20px;
    }
}

.spec-section, .new-section {
    margin-bottom: 60px;
}

.stock-section.opacity-none {
    /*opacity: 0 !important;*/
    overflow: hidden !important;
}

.carousel__items {
    max-height: 369px !important;
    min-height: 369px !important;
    /*overflow: hidden !important;*/
}

.stock__items {
    max-height: 196px !important;
    overflow: hidden !important;
}

.jsAjaxLoadPokrov {
    display: block;
    position: absolute;
    z-index: 0;
    left: 49%;
    top: 110px;
    width: 140px;
}

.blog-comment-cont {
    overflow: hidden;
}

.catalog-cart__row {
    position: relative;
}

.catalog-cart__alert {
    position: absolute;
    top: -10px;
    left: 100%;
    margin-left: -5px;
    white-space: nowrap;
}

.catalog-cart__alert .alert--error:after {
    content: "";
    position: absolute;
    top: 25px;
    left: -5px;
    width: 10px;
    height: 10px;
    background: #ffe5e5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.alert {
    display: block;
    position: relative;
    margin: 15px 0;
    padding: 20px 24px;
    line-height: 20px;
    box-sizing: border-box;

    animation: fadeIn .4s;
}

.alert--error {
    background: #ffe5e5;
}

.alert--success {
    background: #c5ffd1;
}

.alert--warning {
    background: #fffaa5;
}

.alert--ok {
    background: #c5ffd1;
}

/*
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

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

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

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

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

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

.form input, .form textarea, .form select {
    border: 1px solid #e6ede9;
    background: #fff;
    color: #000;
    padding: 7px 10px;
    font-family: pt sans, sans-serif;
    font-weight: bold;
    outline: none;
    font-size: 15px;
    line-height: 18px;
    box-sizing: border-box;
}

.form select {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    outline: none;
    border: 1px solid #e6ede9;
    background: #fff;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
    max-width: 400px;
}

.form .btn {
    background: #f37021;
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    border: none;
    border-radius: 3px;
    border-bottom: 2px solid #c02101;
    box-shadow: 0 2px rgba(0, 0, 0, 0.1);
    height: 34px;
    padding: 0 35px;
    text-transform: uppercase;
    text-shadow: 0 1px #c02101;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s;
    font-family: pt sans, sans-serif;
}

.form .btn:hover {
    background: #ff8338;
}

.form .form-group {
    margin-bottom: 15px;
}

.search_sections {
    border-bottom: 1px solid #c1c5c8;
    padding-bottom: 15px;
    margin: 20px 0;
    columns: 3;
}

.search_sections li {
    display: block;
    padding: 7px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.search_sections a {
    font-size: 17px;
    line-height: 24px;
    font-family: pt sans narrow, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .search_sections {
        columns: 2;
    }
}

@media screen and (max-width: 640px) {
    .search-sections-box h2 {
        font-size: 20px;
    }

    .search_sections {
        columns: 1;
    }
}

.owl-carousel .cart__name a,
.catalog-list__item .cart__name a {
    display: block;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.owl-carousel .catalog-list__item .cart__price,
.catalog-list__item .cart__price {
    display: block;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.fancybox-image {
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    position: relative;
}

.popup-form .form__element,
.popup-form .form__label {
    float: none;
    width: auto;
    text-align: left;
}

.popup-form .input-text {
    width: 100%;
    display: block;
}

.popup-form .form__submit {
    margin-top: 20px;
}

.popup-form .input-captcha {
    margin-bottom: 5px;
}

.popup-form h2 {
    font-size: 26px;
    padding-top: 20px;
}

.form__row {
    margin-bottom: 10px;
}

.popup-msg_error {
    color: red;
}

.popup-msg_ok {
    font-size: 16px;
}

.bonus-box {
    line-height: 49px;
}

.bonus-box a {
    font-family: pt sans narrow, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    /*line-height: 18px;*/
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px dashed;
    text-decoration: none;
}

.bonus-box a:hover {
    text-decoration: none;
}

.bonus-box:before {
    background: transparent url(img/boncard-4.png) 0 50% no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    content: '';
    position: relative;
    vertical-align: middle;
}

.bonus-box__item {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.menu__item.menu__item--vert .bonus-box__item a {
    color: #fff;
    text-decoration: none;
}

.menu__item.menu__item--vert .bonus-box__item a:hover {
    text-decoration: underline;
}

.form .sdek_pvzLair .btn {
    padding: 0 8px;
    white-space: nowrap;
    font-size: 12px;
    overflow: hidden;
}

@media screen and (max-width: 719px) {
    .stock__items {
        max-height: none !important;
    }
}

html body .bvi-body[data-bvi-theme=white] #title-search {
    border: 1px solid #000;
}

html body .bvi-body .search-header__field,
html body .bvi-body .search-header__button {
    transform: none;
}

html body .bvi-body .search-header__ctrl {
    height: 50px;
    overflow: hidden;
}

html body .bvi-body .search-header__button i {
    display: none;
}

html body .bvi-body[data-bvi-theme=black] #title-search {
    border: 1px solid #000;
}

html body .bvi-body[data-bvi-theme=white] .search-header__button,
html body .bvi-body[data-bvi-theme=black] .search-header__button:hover {
    background: transparent url("/local/svg/search-black.svg") 50% 50% no-repeat;
    background-size: 80%;
}

html body .bvi-body[data-bvi-theme=white] .search-header__button:hover,
html body .bvi-body[data-bvi-theme=black] .search-header__button {
    background: transparent url("/local/svg/search-white.svg") 50% 50% no-repeat;
    background-size: 80%;
}

html body .bvi-body[data-bvi-theme=blue] #title-search {
    border: 1px solid #063462;
}

html body .bvi-body[data-bvi-theme=blue] .search-header__button {
    background: transparent url("/local/svg/search-blue.svg") 50% 50% no-repeat;
    background-size: 80%;
}

html body .bvi-body[data-bvi-theme=blue] .search-header__button:hover {
    background: transparent url("/local/svg/search-lightblue.svg") 50% 50% no-repeat;
    background-size: 80%;
}

html body .bvi-body[data-bvi-theme=brown] #title-search {
    border: 1px solid #4d4b43;
}

html body .bvi-body[data-bvi-theme=brown] .search-header__button {
    background: transparent url("/local/svg/search-brown.svg") 50% 50% no-repeat;
    background-size: 80%;
}

html body .bvi-body[data-bvi-theme=brown] .search-header__button:hover {
    background: transparent url("/local/svg/search-brownlight.svg") 50% 50% no-repeat;
    background-size: 80%;
}

html body .bvi-body[data-bvi-theme=green] #title-search {
    border: 1px solid #a9e43f;
}

html body .bvi-body[data-bvi-theme=green] .search-header__button {
    background: transparent url("/local/svg/search-green.svg") 50% 50% no-repeat;
    background-size: 80%;
}

html body .bvi-body[data-bvi-theme=green] .search-header__button:hover {
    background: transparent url("/local/svg/search-browndark.svg") 50% 50% no-repeat;
    background-size: 80%;
}

html body .bvi-body .bonus-box:before,
html body .bvi-body .icon.icon--phone,
html body .bvi-body .icon.icon--login,
html body .bvi-body .icon.icon--basket {
    display: none !important;
}

html body .bvi-body .background {
    background-image: none !important;
}

html body .bvi-body .link--icon {
    padding-left: 0 !important;
}

.bx-auth.social ul li::before {
    display: none;
    content: '';
}

.yandex-share-panel {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 32px 0;
}

.content .yandex-share-panel ul {
    margin: 0;
}

.empty-notice {
    padding: 24px;
    color: red;
    border: 1px solid red;
    border-radius: 4px;
    font-size: 20px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .fancybox-wrap {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;

        position: fixed !important;
        transform: translate3d(0, 0, 0);
        will-change: transform;
    }

    .fancybox-inner {
        max-width: 90%;
        max-height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fancybox-image {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
}

@media (max-width: 768px) {
    .fancybox-close {
        position: fixed !important;
        top: 10px !important;
        right: 10px !important;
        z-index: 9999 !important;
        background: rgba(0, 0, 0, 0.5);
        color: #fff !important;
        border-radius: 50%;
        width: 30px !important;
        height: 30px !important;
        text-align: center;
        line-height: 30px !important;
        font-size: 18px !important;
        cursor: pointer;
    }
}

#detail_photos .detail__img::after {
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    border: 2px solid #474747;
    color: #474747;
    content: "+";
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.2);
}

#detail_photos .detail__img::before {
    position: absolute;
    bottom: 12px;
    left: 46px;
    background: #474747;
    content: "";
    display: inline-block;
    height: 14px;
    width: 3px;
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.3);
    transform: rotate(-45deg);
}


:root { /* --swiper-theme-color:#007aff; */
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.stories {
    background: #fff;
    padding: 0 24px;
    overflow: hidden;
}

.stories .cpt-stories-row {
    /*margin-right: 0;*/
}

.cpt-stories-modal {
    background: rgba(8, 82, 37, 0.5) !important;
    backdrop-filter: blur(10px);
}

.cpt-stories-modal-overlay,
.cpt-stories-bg-shadow.cpt-stories-dark {
    background: transparent !important;
}

.stories .cpt-stories-block .swiper-slide {
    width: 110px !important;
}

.stories .cpt-stories-block .cpt-stories-preview-slide {
    width: 110px;
    height: 110px;
}

.cart__image.item-slider.owl-carousel .owl-stage,
.cart__image.item-slider.owl-carousel .owl-item,
.cart__image.item-slider.owl-carousel .owl-stage-outer
{
    aspect-ratio: 3/4;
}

.cart__image .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ccc;
    overflow: hidden;
    box-shadow: 0 2px rgba(0, 0, 0, .1) inset;
    cursor: pointer;
    box-sizing: border-box;
}
.cart__image .owl-dot.active {
    background: #cecece;
}
.cart__image .owl-nav {
    display:none;
}
.cart__image .owl-stage-outer{
    margin-bottom: 8px;
    padding-bottom: 0;
}

.cart__image .owl-dot:hover {
    border-color: #f37021;
}
.catalog-list.catalog-list--fix .cart__image{
    aspect-ratio: 3/4;
}
.cart__image{
    aspect-ratio: 3/4;
}
@media (max-width: 768px) {
    .cart__image .owl-dots .owl-dot:nth-child(n+4) {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .stories .cpt-stories-block .swiper-slide {
        width: 98px !important;
    }

    .stories .cpt-stories-block .cpt-stories-preview-slide {
        width: 98px;
        height: 98px;
    }
}

.header__logo .maxbonus-informer {
    display: none;
}

.header-mobile__phone {
    display: none;
}

.header__logo a.mobile-login {
    display: none;
}

@media (max-width: 767.98px) {
    .owl-controls .owl-nav {
        display: none;
    }

    .stories {
        padding: 0;
    }

    .stories .cpt-stories-block .swiper-slide {
        width: 77px !important;
    }

    .stories .cpt-stories-block .cpt-stories-preview-slide {
        width: 77px;
        height: 77px;
    }

    .header-mobile__phone {
        display: block;
    }

    .header__logo {
        display: flex;
        padding-left: 10px;
        gap: 16px;
        align-items: center;
    }

    .header__logo > a {
        display: block;
        flex: 1;
    }

    .pokrov-fixed .header__logo {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        margin: 0;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
        height: 56px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-evenly;
        padding: 0 100px 0 80px;
        align-items: center;
    }

    .header__logo a.mobile-icon {
        display: none;
    }

    .pokrov-fixed .header__logo > a,
    .pokrov-fixed .header-mobile__phone {
        display: none;
    }

    .pokrov-fixed .header__logo a.mobile-icon {
        display: inline-block !important;
        width: 50px;
        height: 50px;
        background: transparent no-repeat;
        background-size: contain;
        aspect-ratio: 1/1;
        flex: 0;
    }

    .pokrov-fixed .header__logo a.mobile-login {
        background-image: url("img/login.png");
    }

    .pokrov-fixed .header__logo a.mobile-personal {
        background-image: url("img/person.png");
    }

    .pokrov-fixed .basket-view {
        position: fixed;
        bottom: 3px;
        left: 16px;
    }

    .pokrov-fixed .header__logo .maxbonus-informer {
        display: block;
        text-align: center;
    }

    .pokrov-fixed .header__logo .maxbonus-informer span {
        display: block;
        text-align: center;
        font-size: 12px;
    }
}