﻿/* common */

.form__field {
    -webkit-appearance: none !important;
}

body, button, textarea, input {
    font-family: Calibri, sans-serif;
    font-weight: 400;
}

button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}

button {
    font-weight: 500;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.content {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1440px;
}

.page-wrap {
    overflow: hidden;
    margin-top: 80px;
}

.page-wrap-item {
    margin-top: 0;
}

.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}

.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

    .spacer > * {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .spacer_bottom > * {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .spacer_top > * {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

.pos-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.va-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.va-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
}

.photo-full-size {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.d-ib {
    display: inline-block;
}

.hidden {
    display: none !important;
}

.menu {
    display: none;
}

.gray-btn,
.dark-btn {
    display: flex;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
}

.dark-btn {
    background: #000;
}

    .dark-btn:hover {
        background: rgba(33, 48, 78, 0.98);
    }

.gray-btn {
    background: rgba(33, 48, 78, 0.05);
}

    .gray-btn:hover {
        background: rgba(33, 48, 78, 0.07);
    }

h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 114%;
}

    h1 span {
        font-size: 17pt;
        opacity: 0.8;
    }

.mobile-inline,
.mobile-block {
    display: none;
}
/* end common */

/* icons */
.icon-arrow-down {
    width: 12px;
    height: 10px;
    opacity: 0.4;
}

.icon-basket {
    width: 20px;
    height: 22px;
    stroke: #000;
}

.icon-view-grid,
.icon-delete,
.icon-delete-all,
.icon-catalog {
    width: 22px;
    height: 22px;
}

.icon-delete {
    width: 11px;
    height: 12px;
}

.icon-order-selected,
.icon-delete-selected {
    width: 22px;
    height: 21px;
}

.icon-order-selected {
    stroke: #FFFFFF;
}

.icon-order,
.icon-checkout,
.icon-download {
    width: 20px;
    height: 22px;
}

.icon-order {
    stroke: #000;
}

.icon-view-list,
.icon-sort-desc,
.icon-personal,
.icon-favorites {
    width: 22px;
    height: 20px;
}

.icon-favorites {
    fill: none;
    stroke: #000;
}

.icon-list-arrow {
    width: 10px;
    height: 12px;
}

.icon-sort-asc,
.icon-minus {
    width: 12px;
    height: 10px;
}

.icon-play {
    width: 10px;
    height: 10px;
}

.icon-selected,
.icon-plus {
    width: 12px;
    height: 12px;
}

.icon-search-decor {
    width: 22px;
    height: 22px;
}

.icon-search {
    width: 22px;
    height: 20px;
}

.icon-clear {
    width: 11px;
    height: 12px;
}

.icon-clear-all {
    width: 22px;
    height: 22px;
}

.icon-menu-1,
.icon-menu-2,
.icon-menu-3,
.icon-menu-4 {
    width: 21px;
    height: 21px;
}

.icon-page-control {
    width: 26px;
    height: 26px;
}

.icon-return {
    width: 16px;
    height: 18px;
}

.icon-filter-arrows {
    width: 14px;
    height: 16px;
}
/* end icons */

/* header */
.header {
    padding-top: 35px;
}

.header__basket,
.header__basket-params,
.header__controls,
.header__left {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    max-width: 136px;
}

.header__locale {
    margin-left: 15px;
    position: relative;
    top: 1px;
    width: 24px;
}

    .header__locale img {
        display: inline-block;
        width: 22px;
        margin: 0px;
        padding: 0px;
        border: solid 1px #666;
        opacity: .8;
    }

.header__contacts {
    margin-left: 15px;
    position: relative;
    top: 1px;
}

.header__contacts-item {
    margin-bottom: 8px;
}

    .header__contacts-item:last-child {
        margin-bottom: 0;
    }

.header__contacts-phone {
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1pt;
    font-size: 15pt;
}

.header__contacts-email {
    font-size: 16px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.8);
}

.header__catalog-btn {
    padding: 13px 30px 15px;
}

    .header__catalog-btn .svg-icon {
        position: relative;
        top: 1px;
    }

    .header__catalog-btn span {
        margin-left: 15px;
        color: #FFFFFF;
    }

.header__link {
    margin-right: 20px;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

    .header__link:last-child {
        margin-right: 0;
    }

.header__link-count {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 10px;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}

.header__basket-btn {
    padding: 13px 30px 15px;
}

    .header__basket-btn span {
        margin-left: 15px;
    }

.header__basket-params {
    margin-left: 46px;
}

.header__basket-param {
    min-width: 94px;
    margin-right: 48px;
}

    .header__basket-param:last-child {
        margin-right: 0;
    }

.header__basket-title {
    font-size: 14px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.6);
    margin-bottom: 4px;
}

.header__basket-desc {
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
}

.header__checkout-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
}

.icon-switch {
    width: 16px;
    height: 16px;
}

.locale-current {
    display: block;
    padding-top: 10px;
    text-align: center;
}

    .locale-current div {
        display: block;
        font-size: 14px;
        line-height: 14px;
    }

    .locale-current img {
        width: 20px;
        border: solid 1px #666;
    }

.locale-select {
    padding: 4px 8px;
}

    .locale-select ul li {
        white-space: nowrap;
        font-size: 14px;
        line-height: 18px;
    }

        .locale-select ul li img {
            width: 20px;
            border: solid 1px #666;
        }
/* end header */

/* page */
.page h1 {
    margin-bottom: 40px;
}

.page__body {
    display: flex;
    padding-top: 35px;
}

.aside {
    margin-right: 20px;
    width: 220px;
}

.page__content {
    width: calc(100% - 240px);
}
/* end page */

/* selecteds */
.selecteds {
    display: flex;
    flex-wrap: wrap;
}

.selecteds {
    margin-top: 20px;
    margin-bottom: -15px;
}

.selecteds__item {
    border: 1px solid rgba(33, 48, 78, 0.1);
    border-radius: 20px;
    padding: 18px 74px 17px 29px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
}

.selecteds__delete {
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    background: rgba(33, 48, 78, 0.05);
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
}

    .selecteds__delete:hover {
        background: rgba(33, 48, 78, 0.1);
    }

.selecteds__title {
    font-size: 14px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.6);
    margin-bottom: 3px;
}

.selecteds__desc {
    font-size: 16px;
    line-height: 15px;
}

.selecteds__delete-all {
    margin-top: 10px;
    margin-right: 10px;
    padding: 20px 30px;
}

    .selecteds__delete-all span {
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        margin-right: 15px;
    }
/* end selecteds */

/* footer */
.footer {
    padding: 53px 20px 52px;
}

.copyright {
    font-size: 14px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.6);
}
/* end footer */

/* fiter */
.filter__block {
    background: rgba(33, 48, 78, 0.03);
    border-radius: 20px;
    margin-bottom: 10px;
}

    .filter__block:last-child {
        margin-bottom: 0;
    }

    .filter__block:not(.opened):hover {
        background: rgba(33, 48, 78, 0.05);
    }

.filter__top {
    cursor: pointer;
    padding: 15px 20px 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .filter__top p {
        margin-bottom: 0px !important;
    }

.filter__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    margin-right: 10px;
}

.filter__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
}

    .filter__btn .icon-filter-arrows {
        display: none;
    }

.filter__block.opened .filter__btn {
    transform: rotate(-180deg);
}

.filter__drop {
    position: relative;
    z-index: 2;
    /* margin-top: -10px; */
    padding: 0 20px 20px;
    display: none;
}

.filter__else-block {
    display: none;
}

.checkbox,
.radio {
    display: block;
    position: relative;
    padding: 3px 0 2px 25px;
    cursor: pointer;
    margin-bottom: 5px;
}

    .checkbox:last-child,
    .radio:last-child {
        margin-bottom: 0;
    }

.checkbox__btn,
.radio__btn {
    position: absolute;
    left: 0;
    top: 3px;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid rgba(33, 48, 78, 0.2);
    border-radius: 50%;
}

.checkbox__btn {
    border-radius: 5px;
}

.checkbox__text,
.radio__text {
    display: block;
    font-size: 14px;
    line-height: 15px;
}

    .checkbox__text:first-letter,
    .radio__text:first-letter {
        text-transform: uppercase;
    }

.checkbox input,
.radio input {
    position: absolute;
    left: -10000px;
}

.radio:hover .radio__btn,
.checkbox:hover .checkbox__btn {
    border: 1px solid rgba(33, 48, 78, 0.6);
}

.radio input:checked + .radio__btn,
.checkbox input:checked + .checkbox__btn {
    border-width: 5px;
    border-color: #000;
}

.filter__else {
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 34px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: #000;
    box-sizing: border-box;
}

    .filter__else:hover {
        border: 1px solid rgba(33, 48, 78, 0.1);
        line-height: 32px;
    }

.sizes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -7px;
}

.size {
    position: relative;
    width: calc(33.333333% - 5px);
    margin-right: 7px;
    margin-bottom: 7px;
    cursor: pointer;
}

    .size:nth-child(3n) {
        margin-right: 0;
    }

    .size input {
        position: absolute;
        left: -10000px;
    }

.size__btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 15px;
    box-sizing: border-box;
}

.size__text {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.size:hover .size__btn {
    border: 1px solid rgba(33, 48, 78, 0.1);
}

.size input:checked + .size__btn {
    background: #000;
    border-color: #000;
}

    .size input:checked + .size__btn + .size__text {
        color: #FFFFFF;
    }

.range__line {
    display: block;
    height: 30px;
    background: #FFFFFF;
    border-radius: 10px;
}

.range__control {
    display: flex;
    margin-bottom: 15px;
}

.range__field {
    width: calc(50% - 3px);
    margin-right: 6px;
}

    .range__field:nth-child(2) {
        margin-right: 0;
    }

.range__field-title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 6px;
}

.range__field-wrap {
    position: relative;
}

    .range__field-wrap input {
        width: 100%;
        height: 30px;
        background: #FFFFFF;
        border: 1px solid rgba(33, 48, 78, 0.1);
        border-radius: 10px;
        padding-left: 9px;
        font-size: 12px;
        line-height: 15px;
        color: #000;
    }

        .range__field-wrap input[value="0"] {
            color: rgba(33, 48, 78, 0.6);
        }

    .range__field-wrap span {
        pointer-events: none;
        position: absolute;
        height: 30px;
        line-height: 30px;
        right: 10px;
        top: 0;
        font-size: 12px;
        color: rgba(33, 48, 78, 0.6);
    }

    .range__field-wrap input:hover {
        border: 1px solid rgba(33, 48, 78, 0.2);
    }

    .range__field-wrap input:focus {
        border: 1px solid #000;
        box-shadow: 0px 0px 0px 3px rgba(33, 48, 78, 0.1);
    }

.filter__else-block .checkboxes {
    padding-top: 5px;
}

.filter__else-block .sizes {
    padding-top: 10px;
}
/* end fiter */

/* catalog__top */
.catalog__top {
    margin-bottom: 20px;
}

.sort__item .icon-arrow-down {
    opacity: 1;
}

.search {
    width: 28%;
}

.search__field-wrap {
    /*width: calc(100% - 60px);*/
    width: 100%;
    position: relative;
}

    .search__field-wrap .svg-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 25px;
        margin: auto;
        pointer-events: none;
    }

.search__field {
    width: 100%;
    height: 50px;
    padding-left: 59px !important;
    border: 1px solid rgba(33, 48, 78, 0.1);
    border-radius: 20px;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    font-weight: 700;
}

    .search__field::placeholder {
        color: rgba(33, 48, 78, 0.6);
        font-weight: 400;
        opacity: 1;
    }

    .search__field:hover {
        border: 1px solid rgba(33, 48, 78, 0.2);
    }

    .search__field:focus {
        border: 1px solid #000;
        box-shadow: 0 0 0 3px rgba(33, 48, 78, 0.1);
    }

.search__btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.sort {
    position: relative;
    right: -17px;
    width: 55%;
}

.sort__list {
    display: flex;
}

.sort__item {
    width: 50%;
}

.sort__title {
    font-size: 14px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.6);
    margin-bottom: 6px;
}

.sort__selected {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sort__selected-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    margin-right: 5px;
}

.sort__selected-icon {
    position: relative;
    width: 20px;
    height: 20px;
    background: rgba(33, 48, 78, 0.05);
    border-radius: 50%;
}

.sort__selected:hover .sort__selected-icon {
    background: rgba(33, 48, 78, 0.07);
}

.view {
    display: flex;
    border: 1px solid rgba(33, 48, 78, 0.1);
    border-radius: 25px;
    padding: 4px;
}

.view__item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    margin-right: 4px;
    cursor: pointer;
}

    .view__item:last-child {
        margin-right: 0;
    }

    .view__item input {
        position: absolute;
        left: -10000px;
    }

    .view__item .svg-icon {
        z-index: 2;
    }

    .view__item:hover .view__bg {
        border: 1px solid rgba(33, 48, 78, 0.1);
    }

.view__bg {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.view__item input:checked + .view__bg {
    border: none;
    background: rgba(33, 48, 78, 0.05);
}
/* end catalog__top */

/* types */
.types {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.type {
    /*width: calc(20% - 8px);*/
    width: calc(16% - 1px);
    /*width: calc(12% + 17px);*/
    margin-right: 9px;
    padding: 20px 50px 20px 25px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

    .type input {
        position: absolute;
        left: -10000px;
    }

    .type:nth-child(6n) {
        margin-right: 0;
    }

.type__btn {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: 2;
}

.type__title,
.type__desc {
    position: relative;
    z-index: 2;
    display: block;
}

.type__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 48, 78, 0.05);
    border-radius: 20px;
}

.type__title {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 7px;
}

.type__desc {
    font-size: 12px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.6);
}

.type__bg_headsets {
    background: rgba(41, 113, 48, 0.05);
}

.type__bg_actions {
    background: rgba(131, 35, 75, 0.05);
}

.type input:checked + .type__bg {
    background: #000;
}

.type input:checked + .type__bg_headsets {
    background: #297130;
}

.type input:checked + .type__bg_actions {
    background: #83234B;
}

.type input:checked + .type__bg_popular {
    background: #215c94;
}

.type input:checked + .type__bg_new {
    background: #a8000c;
}

.type input:checked + .type__bg + .type__btn {
    background: rgba(255, 255, 255, 0.1);
}

    .type input:checked + .type__bg + .type__btn + .type__title {
        color: #FFFFFF;
    }

        .type input:checked + .type__bg + .type__btn + .type__title + .type__desc {
            color: rgba(255, 255, 255, 0.6);
        }
/* end types */

/* catalog__list */
.block-ico-new, .block-ico-akcia, .block-ico-favorite {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}

.catalog__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.catalog__item {
    width: calc(20% - 12px);
    margin-right: 15px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(33, 48, 78, 0.1);
    position: relative;
}

    .catalog__item:hover {
        border: 1px solid rgba(33, 48, 78, 0.2);
    }

    .catalog__item:nth-child(5n) {
        margin-right: 0;
    }

.catalog__item-photo {
    display: block;
    position: relative;
    padding-top: 83.33%;
    margin-bottom: 16px;
}

    .catalog__item-photo img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

.catalog__item-title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 7px;
}

.catalog__item-params {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.8);
    margin-bottom: 11px;
}

    .catalog__item-params li {
        margin-right: 15px;
    }

        .catalog__item-params li:last-child {
            margin-right: 0;
        }

.catalog__item-favorites {
    width: 35px;
    height: 35px;
}

    .catalog__item-favorites .svg-icon {
        width: 17px;
        height: 15px;
    }

.catalog__item-buy {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    height: 35px;
    padding: 0 15px;
}

.catalog__item-status_order {
    color: #83234B;
    padding-bottom: 10px;
}

.product__favorites.added,
.catalog__item-favorites.added {
    background: #000;
}

    .product__favorites.added .svg-icon,
    .catalog__item-favorites.added .svg-icon {
        fill: #FFFFFF;
        stroke: #FFFFFF;
    }

.catalog__item-buy.added {
    color: #FFFFFF;
    background: #000;
}

.catalog__else {
    height: 50px;
    line-height: 50px;
    display: block;
    cursor: pointer;
    background: rgba(33, 48, 78, 0.05);
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

    .catalog__else:hover {
        background: rgba(33, 48, 78, 0.07);
    }

.pages__list {
    display: flex;
}

.pages__prev,
.pages__next {
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
    background: rgba(33, 48, 78, 0.05);
    border-radius: 20px;
}

    .pages__link:hover,
    .pages__prev:hover,
    .pages__next:hover {
        background: rgba(33, 48, 78, 0.07);
    }

    .pages__prev.disabled,
    .pages__next.disabled {
        border: 1px solid rgba(33, 48, 78, 0.1);
        line-height: 48px;
        padding: 0 29px;
        background: none;
        cursor: default;
    }

.pages__colon,
.pages__link {
    width: 60px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    box-sizing: border-box;
    font-size: 16px;
    background: rgba(33, 48, 78, 0.05);
    border-radius: 20px;
}

    .pages__link:last-child {
        margin-right: 0;
    }

    .pages__link.active {
        background: #000;
        color: #FFFFFF;
    }

.pages__colon {
    line-height: 48px;
    background: #FFFFFF;
    border: 1px solid rgba(33, 48, 78, 0.1);
}
/* end catalog__list */

/* controls */
.controls {
    margin-top: -10px;
    margin-bottom: 10px;
}

.controls__left {
    margin-right: 10px;
}

.controls__left,
.controls__right {
    display: flex;
    flex-wrap: wrap;
}

.controls__item {
    margin-right: 10px;
    margin-top: 10px;
    width: 150px;
    height: 110px;
    box-sizing: border-box;
    border: 1px solid rgba(33, 48, 78, 0.1);
    border-radius: 20px;
    position: relative;
}

.controls__item-top {
    height: 70px;
}

    .controls__item-top .svg-icon {
        right: 10px !important;
    }

    .controls__item-top .controls__item-title {
        left: 15px !important;
    }

.category__order.controls__item-top {
    padding: 16px 25px 18px;
}

.category__order span {
    line-height: 20px;
}

.controls__item-top:hover {
    background: #EFF0F3 !important;
    color: #0A58CA !important;
}

.controls__item:hover {
    border: 1px solid rgba(33, 48, 78, 0.2);
}

.controls__item .svg-icon {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 23px;
    right: 28px;
}

.controls__item:last-child {
    margin-right: 0;
}

.controls__item-title {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 21px;
    font-size: 16px;
    line-height: 15px;
}

    .controls__item-title strong {
        font-weight: 700;
    }

.controls__item_gray {
    border-color: transparent;
    background: rgba(33, 48, 78, 0.05);
}

    .controls__item_gray:hover {
        border-color: transparent;
        background: rgba(33, 48, 78, 0.07);
    }

.controls__item_blue {
    border-color: transparent;
    background: #000;
    border-radius: 20px;
}

    .controls__item_blue .controls__item-title {
        color: #FFFFFF;
    }

    .controls__item_blue:hover {
        border-color: transparent;
        background: rgba(33, 48, 78, 0.98);
    }

    .controls__item_blue.controls__item-top:hover .controls__item-title {
        color: #0A58CA !important;
    }
/* end controls */
/* category */
.category {
    margin-top: 20px;
    padding: 60px;
    background: rgba(33, 48, 78, 0.03);
    border-radius: 20px;
}

.controls + .category {
    margin-top: 0;
}

.category__top {
    margin-bottom: 33px;
    flex-wrap: nowrap;
}

.category__top-left {
    margin-right: 15px;
}

.category:last-child {
    margin-bottom: 0;
}

.category__sub-title {
    font-size: 16px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.8);
    margin-bottom: 17px;
}

.category__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
}

.category__top-right {
    display: flex;
}

.category__param {
    margin-right: 10px;
    ;
    padding: 18px 25px;
    width: 140px;
    background: rgba(33, 48, 78, 0.03);
    border-radius: 20px;
    box-sizing: border-box;
}

.category__param-title {
    font-size: 14px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.8);
    margin-bottom: 14px;
}

.category__param-desc {
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    text-align: right;
}

.category__order {
    width: 164px;
    padding: 31px 25px 18px;
    box-sizing: border-box;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    color: #FFFFFF;
}

    .category__order .svg-icon {
        stroke: #FFFFFF;
        position: absolute;
        top: 20px;
        right: 25px;
    }

    .category__order.dark-btn {
        color: #fff;
    }
/* end category */

/* cards */
.cards {
    margin-bottom: 42px;
}

    .cards:last-child {
        margin-bottom: 0;
    }

.cards__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 27px;
}

.card {
    padding: 38px 40px 40px 210px;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
}

    .card input {
        position: absolute;
        left: -10000px;
    }

.card__input {
    position: absolute;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    top: 40px;
    left: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(33, 48, 78, 0.2);
    border-radius: 5px;
    cursor: pointer;
}

    .card__input:hover {
        border: 1px solid rgba(33, 48, 78, 0.6);
    }

.card input:checked + .card__input {
    border: 6px solid #000;
}

.card__photo {
    position: absolute;
    top: 40px;
    left: 80px;
    width: 100px;
    height: 100px;
}

    .card__photo img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

.card__params {
    display: flex;
    position: relative;
    top: -1px;
    margin-right: 46px;
}

.card__param {
    width: 135px;
}

.card__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.card__type {
    font-size: 14px;
    line-height: 15px;
}

.card__param-title {
    font-size: 14px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.6);
    margin-bottom: 9px;
}

.card__param-desc {
    font-size: 16px;
    line-height: 15px;
}

.card__price {
    font-weight: 700;
    font-size: 28px;
    line-height: 25px;
}

.card__delete {
    margin-left: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

    .card__delete .svg-icon {
        width: 16px;
        height: 16px;
    }

.card__top {
    margin-bottom: 26px;
}

.card__top,
.card__top-right {
    flex-wrap: nowrap;
}

.card__desc {
    font-size: 12px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.6);
    margin-bottom: 26px;
}

.card__sizes {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
}

.card__size {
    width: calc(20% - 4px);
    margin-right: 5px;
    background: rgba(33, 48, 78, 0.05);
    border-radius: 20px;
    padding: 7px 20px 7px 80px;
    position: relative;
    margin-top: 5px;
    box-sizing: border-box;
}

.card__size-name {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
    width: 65px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 20px;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.card__size:nth-child(5n) {
    margin-right: 0;
}

.card__size-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 1px;
}

.card__size-desc {
    font-size: 12px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.8);
}
/* end cards */

/*product-row*/

.block-ico-new-row {
    position: absolute;
    right: 100px;
    top: -10px;
}

.block-ico-akcia-row {
    position: absolute;
    right: 45px;
    top: -10px;
}

.block-ico-favorite-row {
    position: absolute;
    right: -10px;
    top: -10px;
}

.card__photo-row {
    top: 12px;
    left: 10px;
}

.card__about-row {
    margin-top: 8px;
    align-self: auto;
}

.product-rows {
    margin-bottom: 15px;
    position: relative;
}

.product-row {
    padding: 30px 40px 30px 125px !important;
    border: 1px solid rgba(33, 48, 78, 0.1);
}

.card__params-row {
    margin-right: 5px;
}

    .card__params-row .card__param {
        padding-top: 15px;
        width: 125px;
    }

        .card__params-row .card__param.price-card-param {
            width: 85px;
        }

        .card__params-row .card__param.favor-card-param {
            width: 110px;
            margin-top: 5px;
            display: flex;
            flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            justify-content: center;
        }

.card__title-row {
    font-size: 17px;
    margin-right: 20px;
}

.catalog__item-buy-row {
    width: 90px;
    margin-top: 5px;
}
/*end product-row*/


/* product */
.product {
    padding-top: 20px;
    margin-bottom: 55px;
}

.product__main {
    display: flex;
    margin-bottom: 10px;
}

.product__main-left {
    width: 44%;
    /*margin-right: 2.78%;*/
    display: flex;
}

.product__main-right {
    width: 56%;
    padding-left: 10px;
}

.product__previews {
    width: 14.7%;
    margin-right: 2.94%;
}

.product__slider {
    width: 82.35%;
    cursor: pointer !important;
    /*height:500px !important;*/
}

.product__preview,
.product__slide {
    position: relative;
}

    .product__preview:after,
    .product__slide:after {
        content: '';
        display: block;
        padding-top: 100%;
    }

.product__slide-video:after {
    content: '';
    display: block;
    padding-top: 0;
}

.product__preview {
    border: 1px solid rgba(33, 48, 78, 0.1);
    border-radius: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.product__preview-play {
    position: absolute;
    left: 9px;
    bottom: 9px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
}

.product__preview:hover {
    border: 1px solid rgba(33, 48, 78, 0.2);
}

.product__preview.active {
    border: 1px solid #c1c1c1;
}

.product__params {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 54px;
}

.product__param {
    padding: 15px;
    background: rgba(33, 48, 78, 0.03);
    border-radius: 20px;
    width: 13.68%;
    margin-right: 0.7%;
    margin-top: 0.7%;
    box-sizing: border-box;
}

    .product__param:nth-child(7n) {
        margin-right: 0;
    }

.product__param-title {
    font-size: 14px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.8);
    margin-bottom: 20px;
}

.product__param-desc {
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

.info__list {
    width: 25%;
    max-width: 300px;
}

.info__item {
    display: flex;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 29px;
}

    .info__item:last-child {
        margin-bottom: 0;
    }

.info__item-title {
    width: 140px;
    margin-right: 20px;
    color: rgba(33, 48, 78, 0.6);
}

.info__item-desc {
    width: calc(100% - 160px);
}

.product__favorites {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

    .product__favorites .svg-icon {
        width: 26px;
        height: 22px;
    }

.switch {
    padding: 4px;
    border: 1px solid rgba(33, 48, 78, 0.2);
    border-radius: 30px;
    display: flex;
}

.switch__item {
    cursor: pointer;
    padding: 15px 30px;
    margin-right: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
    border-radius: 25px;
}

    .switch__item:last-child {
        margin-right: 0;
    }

    .switch__item:not(.active):hover {
        border: 1px solid rgba(33, 48, 78, 0.1);
        padding: 14px 29px;
    }

    .switch__item.active {
        background: #000;
        color: #FFFFFF;
    }

.product__main-right .spacer {
    margin-bottom: 20px;
}

.options__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 18px;
}

.options__wrap {
    position: relative;
    padding-right: 80px;
}

.options__list {
    display: flex;
}

.count__wrap {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.options__item {
    width: calc(12.5% - 8px);
    margin-right: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(33, 48, 78, 0.1);
    border-radius: 20px;
    position: relative;
    overflow: inherit;
}

.options__list .owl-stage-outer {
    margin: 0 -2px;
    padding: 0 -2px;
}

.options__list.owl-carousel .options__item {
    width: 100%;
    margin-right: 0;
}

    .options__list.owl-carousel .options__item img {
        width: auto;
    }

.options__item:last-child {
    margin-right: 0;
}

.options__item:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.options {
    margin-bottom: 36px;
}

    .options:last-child {
        margin-bottom: 0;
    }

.options__else {
    right: 0;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 100%;
    background: rgba(33, 48, 78, 0.03);
    border-radius: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

    .options__else:hover {
        background: rgba(33, 48, 78, 0.05);
    }
/* end product */

/* order */
.order {
    padding: 25px;
    background: rgba(33, 48, 78, 0.03);
    border-radius: 20px;
}

.order__top-left {
    position: relative;
    top: -12px;
    margin-right: 20px;
    max-width: 445px;
}

.order__title {
    font-weight: 700;
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 0px !important;
}

.order__desc {
    font-size: 16px;
    line-height: 18px;
    color: rgba(33, 48, 78, 0.6);
    margin-bottom: 12px !important;
}

.order__top-right {
    display: flex;
}

.select {
    padding: 23px 25px;
    width: 177px;
    border-radius: 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-right: 10px;
    position: relative;
}

.select__title {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.6);
    margin-bottom: 3px;
}

.select__desc {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    color: #000;
}

.select__btn {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #F8F8F9;
    border-radius: 50%;
}

.order__add-basket,
.order__btn {
    position: relative;
    box-sizing: border-box;
    margin-right: 10px;
    width: 169px;
    height: 80px;
}

.order__add-basket {
    width: 159px;
    margin-right: 0;
}

    .order__add-basket .svg-icon,
    .order__btn .svg-icon {
        position: absolute;
        top: 20px;
        right: 25px;
        stroke: #000;
    }

    .order__add-basket span,
    .order__btn span {
        position: absolute;
        left: 25px;
        bottom: 18px;
    }

    .order__add-basket span {
        color: #FFFFFF;
    }

    .order__add-basket .svg-icon {
        stroke: #FFFFFF;
    }

.order__top {
    margin-bottom: 33px;
}

.order__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
}

.order__item {
    width: calc(33.33333% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 20px;
    box-sizing: border-box;
}

    .order__item:nth-child(3n) {
        margin-right: 0;
    }

.order__item-title {
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(33, 48, 78, 0.03);
    border-radius: 25px;
    font-weight: 700;
    font-size: 19px;
}

.order__item-params {
    display: flex;
}

.order__item-param {
    width: 105px;
}

.order__item-param-title {
    font-size: 12px;
    line-height: 15px;
    color: rgba(33, 48, 78, 0.6);
    margin-bottom: 4px;
}

.order__item-param-desc {
    font-size: 14px;
    line-height: 15px;
}

.order__item-top {
    margin-bottom: 23px;
}

.count {
    width: 155px;
}

.count__title {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 12px;
}

    .count__title small {
        opacity: 0.6;
    }

.count__wrap {
    position: relative;
}

.count__field {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(33, 48, 78, 0.1);
    border-radius: 225px;
    box-sizing: border-box;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: rgba(33, 48, 78, 0.6);
}

.count.active .count__field {
    font-weight: 700;
    color: #000;
}

.count__minus,
.count__plus {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.count__minus {
    left: 10px;
}

.count__plus {
    right: 10px;
}

.count.disabled {
    position: relative;
}

    .count.disabled:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    .count.disabled .count__title small {
        opacity: 1;
    }

    .count.disabled .count__title {
        opacity: 0.6;
    }

    .count.disabled .count__field {
        border: 1px solid rgba(33, 48, 78, 0.1);
        color: rgba(33, 48, 78, 0.4);
    }

    .count.disabled .count__minus,
    .count.disabled .count__plus {
        cursor: default;
        background: none;
        opacity: 0.6;
    }

.order__item-param-desc.empty {
    opacity: 0.6;
}

.count:not(.active) .count__desc {
    display: none;
}
/* end order */

/* card */
.card {
    margin-bottom: 10px;
}

    .card:last-child {
        margin-bottom: 0;
    }

    .card input:checked + .card__input + .card_bd {
        position: absolute;
        border: 1px solid #000;
        pointer-events: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border-radius: 20px;
    }

.card__size_green {
    background: rgba(41, 113, 48, 0.05);
}

    .card__size_green .card__size-desc {
        color: #297130;
    }

.card__size_red {
    background: rgba(131, 35, 75, 0.05);
}

    .card__size_red .card__size-desc {
        color: #83234B;
    }

.card__desc:last-child {
    margin-bottom: 20px;
}
/* end card */

/* nouislider */
.noUi-target {
    border: none;
    box-shadow: none;
    overflow: hidden;
}

.noUi-connect {
    border-radius: 10000px;
    background: #000;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 30px;
    top: 0;
    right: 0;
    border-radius: 0 12px 12px 0;
    box-shadow: none;
    border: none;
    background: #000;
}

.noUi-handle-lower.noUi-handle {
    right: -20px;
    border-radius: 12px 0 0 12px;
}

.noUi-handle:before {
    display: none;
}

.noUi-handle:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 12px;
    background: url('/ii/icons/icon-range-right.svg') no-repeat center;
    background-size: cover;
}

.noUi-handle-lower.noUi-handle:after {
    background: url('/ii/icons/icon-range-left.svg') no-repeat center;
    background-size: cover;
}

.filter .selecteds {
    display: none;
}
/* end nouislider */





@media all and (max-width: 1400px) {
    .header__basket-param {
        margin-right: 28px;
    }

    .header {
        padding-top: 25px;
    }

    .catalog__item {
        padding: 9px 14px 14px;
    }

    .category {
        padding: 20px;
    }

    .card__param {
        width: 120px;
    }

    .card__params {
        margin-right: 20px;
    }

    .controls__item {
        width: 160px;
    }

    .product__param {
        padding-left: 20px;
        padding-right: 20px;
    }

    .order__item:nth-child(3n),
    .order__item {
        width: calc(50% - 8px);
        margin-right: 15px;
    }

        .order__item:nth-child(2n) {
            margin-right: 0;
        }
}
/* 1400px */

@media all and (max-width: 1300px) {
    .header__basket-btn .svg-icon,
    .header__catalog-btn .svg-icon {
        display: none;
    }

    .header__basket-btn span,
    .header__catalog-btn span {
        margin-left: 0;
    }

    .logo {
        max-width: 109px;
    }

    .header__catalog-btn {
        padding: 11px 30px 14px;
    }

    .header__checkout-btn,
    .header__link {
        width: 40px;
        height: 40px;
    }

    .header__contacts {
        margin-left: 25px;
        position: relative;
        top: -2px;
    }

    .header__contacts-email {
        font-size: 14px;
        line-height: 15px;
    }

    .header__contacts-item {
        margin-bottom: 4px;
    }

    .locale-current {
        padding-top: 8px;
    }

        .locale-current div {
            font-size: 12px;
            line-height: 12px;
        }

        .locale-current img {
            width: 16px;
        }

    .catalog__item-title {
        font-size: 14px;
        line-height: 15px;
    }

    .catalog__item-params {
        font-size: 11px;
        line-height: 14px;
    }

        .catalog__item-params li {
            margin-right: 10px;
        }

    .catalog__item:nth-child(5n),
    .catalog__item {
        /*width: calc(25% - 12px);
        margin-right: 16px;*/
    }

        .catalog__item:nth-child(4n) {
            margin-right: 0;
        }

    .category__param {
        padding-left: 20px;
        padding-right: 20px;
    }

    .controls__item {
        width: 125px;
    }

    .controls__item-title {
        left: 15px;
        right: 15px;
    }

    .category__title {
        font-size: 28px;
    }

    .category__param {
        width: 130px;
    }

    .card__price {
        font-size: 24px;
    }

    .card {
        padding-right: 20px;
        padding-left: 170px;
    }

    .card__input {
        left: 20px;
    }

    .card__photo {
        left: 50px;
    }

    .card__param {
        width: 90px;
    }

    .card__size:nth-child(5n),
    .card__size {
        width: calc(25% - 4px);
        margin-right: 5px;
    }

        .card__size:nth-child(4n) {
            margin-right: 0;
        }
}
/* 1300px */

@media all and (max-width: 1200px) {
    .header__basket-desc {
        font-size: 14px;
        line-height: 15px;
    }

    .header__basket-param {
        min-width: 80px;
        margin-right: 20px;
    }

    .header__link {
        margin-right: 10px;
    }

    .type__desc {
        display: none;
    }

    .type__title {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 15px;
    }
}
/* 1200px */

@media all and (max-width: 1024px) {

    .header__contacts-phone {
        font-size: 11pt;
        letter-spacing: 2px;
    }

    .mobile-block {
        display: block;
    }

    .filter__drop-formobile {
        display: block !important;
    }

    .mobile-none {
        display: none;
    }

    h1 {
        font-size: 34px;
    }

    .page__body {
        margin-left: -10px;
        margin-right: -10px;
    }

    .page__content {
        width: 100%;
    }

    .catalog__item {
        margin-bottom: 10px;
    }

    .catalog__list {
        margin-bottom: -10px;
    }

    .page-wrap {
        padding-bottom: 95px;
    }

    .search {
        width: 100%;
    }

    .page {
    }

    .page__body {
        padding-top: 35px;
        display: flex;
    }

    .page h1 {
        margin-bottom: 17px;
    }

    .catalog__top {
        margin-bottom: 10px;
    }

    .search__field {
        padding-left: 54px;
    }

    .search__field-wrap .svg-icon {
        left: 20px;
    }

    .catalog__buttons {
        display: flex;
    }

    .catalog__btn {
        width: calc(50% - 5px);
        margin-right: 10px;
        padding: 16px 20px;
        box-sizing: border-box;
        background: rgba(33, 48, 78, 0.03);
        border-radius: 20px;
        position: relative;
        cursor: pointer;
    }

        .catalog__btn:last-child {
            margin-right: 0;
        }

    .catalog__btn-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 7px;
    }

    .catalog__btn-desc {
        font-size: 12px;
        line-height: 15px;
        color: rgba(33, 48, 78, 0.8);
    }

    .catalog__btn-count {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        border-radius: 50%;
        top: 15px;
        right: 20px;
        text-align: center;
        line-height: 20px;
        font-weight: 700;
        font-size: 10px;
        color: #FFFFFF;
    }

    .catalog__buttons {
        margin-top: 20px;
        margin-bottom: -5px;
    }

    .menu {
        position: fixed;
        padding: 15px 35px;
        background: rgb(248, 248, 249);
        border-radius: 20px 20px 0 0;
        bottom: 0;
        left: 0;
        z-index: 50;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }

    .menu__link {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        position: relative;
    }

    .menu__link-count {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        background: #000;
        border-radius: 50%;
        font-weight: 700;
        font-size: 10px;
        color: #FFFFFF;
    }

    .menu__link .svg-icon {
        opacity: 0.6;
    }

    .menu__link.active .svg-icon {
        opacity: 1;
    }

    .menu__link.active {
        background: #FFFFFF;
    }

    .page__control {
        padding-top: 3px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .page__control h1 {
            margin-bottom: 0;
        }

    .page__control-btn {
        position: relative;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .page__control-wrap {
        display: flex;
        width: 40px;
        eight: 40px;
        position: relative;
    }

    .basket-btn {
        color: #FFFFFF;
        text-align: center;
        padding: 17px 20px 18px;
    }

    .category__top-left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 17px;
    }

    .category__top {
        flex-wrap: wrap;
    }

    .category {
        padding: 17px 20px 20px;
    }

    .category__title {
        font-size: 20px;
        line-height: 20px;
    }

    .category__top-right {
        width: 100%;
        flex-wrap: wrap;
    }

    .category__param {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc(50% - 5px);
        margin-right: 10px;
    }

        .category__param:nth-child(2n) {
            margin-right: 0;
        }

        .category__order,
        .category__param:nth-child(3) {
            margin-right: 0;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .category__order .svg-icon {
                position: static;
            }

    .category__param-title {
        margin-bottom: 24px;
    }

    .category__param:nth-child(3) {
        padding-top: 22px;
        padding-bottom: 23px;
    }

        .category__param:nth-child(3) .category__param-title {
            margin-bottom: 0;
            position: relative;
            top: 1px;
        }

    .category__order:hover,
    .category__order {
        /*background: #FFFFFF;
        color: #000;*/
    }

    .category__order {
        padding: 19px 20px;
    }

        .category__order span {
            position: relative;
            top: -1px;
        }

        .category__order .svg-icon {
            stroke: #000;
        }

    .category__slider-top {
        display: flex;
        justify-content: space-between;
    }

    .category__slider-count,
    .category__slider-title {
        font-size: 14px;
        line-height: 15px;
    }

    .category__slider-count {
        color: rgba(33, 48, 78, 0.6);
    }

    .category__slider {
        margin-bottom: 18px;
    }

        .category__slider:last-child {
            margin-bottom: 0;
        }

    .category__slides {
        display: flex;
    }

    .category__slide {
        width: 70px;
        height: 70px;
        background: #FFFFFF;
        border-radius: 15px;
        position: relative;
        margin-right: 5px;
        overflow: hidden;
    }

        .category__slide:last-child {
            margin-right: 0;
        }

    .category__slider-top {
        margin-bottom: 7px;
    }

    .basket__bottom {
        margin-top: 10px;
        margin-bottom: -20px;
        padding: 20px;
        margin-left: -20px;
        margin-right: -20px;
        background: rgba(33, 48, 78, 0.03);
        border-radius: 20px 20px 0 0;
    }

    .category {
        margin-top: 10px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .product__params {
        margin-left: -10px;
        margin-right: -20px;
        padding-right: 10px;
        overflow: auto;
        display: block;
        font-size: 0;
        white-space: nowrap;
    }

    .product__param {
        display: inline-block;
        vertical-align: top;
        width: 165px;
        margin-right: 10px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .product__params-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 16px;
    }

    .product__param-title {
        margin-bottom: 24px;
    }

    .info__list {
        width: 48%;
        margin-bottom: 29px;
    }

        .info__list:last-child {
            margin-bottom: 0;
        }

    .order__title {
        font-size: 28px;
    }

    .order {
        padding: 18px 10px 10px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .order__top-left {
        top: 0;
        margin-bottom: 17px;
    }

    .order__top {
        margin-bottom: 20px;
    }

    .order__title {
        margin-bottom: 0;
    }

    .order__item {
        padding: 20px 20px 20px;
    }

    .product__main-right,
    .product__main-left {
        width: auto;
        margin-right: 0;
    }

    .product__main {
        display: block;
        margin-left: -10px;
        margin-right: -10px;
    }

    .return__block {
        padding-top: 3px;
        padding-bottom: 8px;
    }

    .return {
        display: flex;
        align-items: center;
    }

    .return__icon {
        position: relative;
        width: 40px;
        height: 40px;
        background: rgba(33, 48, 78, 0.05);
        border-radius: 50%;
    }

    .return__text {
        margin-left: 20px;
        font-size: 16px;
        line-height: 15px;
        color: rgba(33, 48, 78, 0.6);
    }

    .product__title {
        font-weight: 700;
        font-size: 28px;
        line-height: 25px;
    }

    .product__slider {
        width: 100%;
    }

    .product__previews {
        width: 100%;
        margin-right: 0;
        order: 2;
    }

    .options__else {
        display: none;
    }

    .options__wrap {
        padding-right: 20px;
    }

    .product__previews-slides .owl-stage-outer,
    .options__list .owl-stage-outer {
        overflow: visible;
    }

    .product__main-left {
        flex-wrap: wrap;
    }

    .product__slider {
        margin-bottom: 20px;
    }

    .options__title {
        padding-left: 10px;
    }

    .product__previews {
        margin-bottom: 12px;
    }

    .options {
        margin-bottom: 22px;
    }

    .product__previews {
        padding-right: 20px;
        box-sizing: border-box;
    }

    .product__title {
        margin-bottom: 17px;
    }

    .mobile-block.spacer {
        display: flex;
    }

    .product__mobile-control {
        margin-bottom: 20px;
    }

    .switch-btn {
        width: calc(100% - 60px);
        height: 50px;
        background: rgba(33, 48, 78, 0.03);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 17px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .switch-btn__icon {
        position: relative;
        width: 30px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 50%;
    }

    .product__favorites {
        width: 50px;
        height: 50px;
    }

        .product__favorites .svg-icon {
            width: 22px;
            height: 20px;
        }

    .category__drop {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        box-sizing: border-box;
        background: #F8F8F9;
        padding: 20px 20px 10px;
        z-index: 100;
        right: -100%;
        display: block;
        transition: all, 0.3s;
    }

    .page.opened-overlay {
        z-index: 100;
    }

    .card__params, .card__top, .card__top-right {
        flex-wrap: wrap;
    }

    .category__sub-title {
        display: none;
    }

    .category__drop .category__title {
        font-weight: 700;
        font-size: 28px;
        line-height: 25px;
        padding-bottom: 5px;
    }

    .category__drop .return__block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 18px;
    }

    .category__drop .category__top {
        margin-bottom: 23px;
    }

    .cards__title {
        margin-bottom: 17px;
    }

    .cards__list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .card__input {
        width: 30px;
        height: 30px;
        top: 20px;
        left: 20px;
        z-index: 10;
    }

    .card input:checked + .card__input {
        border-width: 9px;
    }

    .card__delete {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 20px;
        right: 20px;
    }

    .card {
        padding: 20px;
    }

    .card__photo {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        height: 190px;
        width: 100%;
        margin-bottom: 14px;
    }

    .card__title {
        margin-bottom: 5px;
    }

    .card__param {
        width: 100%;
        position: relative;
        display: flex;
        margin-bottom: 15px;
    }

    .card__params {
        margin-right: 0;
    }

    .card__param > * {
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .card__param-title {
        padding-right: 10px;
    }

    .card__param-desc {
        position: relative;
        top: -1px;
    }

    .card__desc {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 21px;
    }

    .card__about {
        margin-bottom: 15px;
    }

    .card__price {
        padding-left: 50%;
        width: 100%;
        box-sizing: border-box;
        font-size: 20px;
        line-height: 20px;
        position: relative;
    }

        .card__price:after {
            content: 'Итого';
            position: absolute;
            left: 0;
            bottom: 0;
            font-weight: 400;
            font-size: 14px;
            line-height: 15px;
            color: rgba(33, 48, 78, 0.6);
        }

    .card__size:nth-child(5n),
    .card__size {
        width: 100%;
        margin-right: 0;
    }

    .card__top {
        margin-bottom: 22px;
    }

    .card__size {
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 30px;
        padding-left: 90px;
    }

    .card__size-name {
        left: 10px;
    }

    .cards {
        margin-bottom: 22px;
    }

    .category__title {
        cursor: pointer;
    }

    .category.opened .category__drop {
        right: 0;
    }

    .category__drop .category__order,
    .category__drop .category__order-selected {
        width: calc(50% - 5px);
        height: 100px;
        position: relative;
    }

    .category__drop .category__order {
        margin-right: 10px;
    }

        .category__drop .category__order .svg-icon,
        .category__drop .category__order-selected .svg-icon {
            top: 20px;
            right: 20px;
            position: absolute;
        }

        .category__drop .category__order span,
        .category__drop .category__order-selected span {
            position: absolute;
            top: auto;
            left: 20px;
            right: 20px;
            bottom: 18px;
        }

    .category__drop .category__order-selected span {
        font-weight: 700;
        font-size: 16px;
        line-height: 15px;
        color: #FFFFFF;
    }

    .page__control-wrap.opened .page__control-list {
        display: block;
    }

    .page__control-list {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 10;
        padding: 5px;
        width: 148px;
        background: #FFFFFF;
        box-shadow: 0 5px 30px rgba(33, 48, 78, 0.15);
        border-radius: 15px;
        box-sizing: border-box;
        display: none;
    }

        .page__control-list a {
            line-height: 15px;
            padding: 9px 5px 11px 15px;
            display: block;
            font-size: 14px;
        }

    .aside {
        position: fixed;
        display: block;
        right: -100%;
        margin-right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 100;
        background: #F8F8F9;
        box-sizing: border-box;
        padding: 25px 20px 20px;
        transition: all, 0.3s;
        padding-bottom: 100px;
    }

        .aside .return__block {
            padding-top: 0;
        }

    .category__drop .category__title {
        cursor: text;
    }

    .aside.opened {
        right: 0;
    }

    .filter__main-title {
        margin-top: 10px;
        font-weight: 700;
        font-size: 28px;
        line-height: 25px;
        margin-bottom: 17px;
    }

    .filter .selecteds {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        padding: 0 20px;
        margin: 0 -20px;
        white-space: nowrap;
        margin-bottom: 20px;
    }

    .filter .selecteds__item {
        margin-right: 5px;
        margin-top: 0;
        padding: 11px 59px 11px 19px;
    }

    .selecteds__title {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 1px;
    }

    .selecteds__desc {
        font-size: 14px;
        line-height: 15px;
    }

    .selecteds__delete-all {
        margin-top: 0;
        padding: 11px 30px;
        min-height: 55px;
    }

    .filter__drop {
        position: fixed;
        bottom: -100%;
        left: 0;
        display: block;
        width: 100%;
        height: auto;
    }

    .filter__btn .icon-arrow-down {
        display: none;
    }

    .filter__btn .icon-filter-arrows {
        display: block;
    }

    .filter__btn {
        width: 30px;
        height: 30px;
        background: rgba(33, 48, 78, 0.03);
        border-radius: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
    }

    .filter__title {
        width: 100%;
        font-size: 16px;
        line-height: 15px;
    }

    .filter__top {
        position: relative;
        flex-wrap: wrap;
        padding: 17px 70px 17px 20px;
        background: #FFFFFF;
        border-radius: 20px;
        min-height: 50px;
        box-sizing: border-box;
    }

    .filter__desc {
        margin-top: 7px;
        width: 100%;
        font-size: 12px;
        line-height: 15px;
        color: rgba(33, 48, 78, 0.8);
    }

    .filter__block.filtered .filter__top {
        border: 1px solid #000;
        padding: 16px 69px 15px 19px;
        height: 50px;
    }

    .form__control {
        padding-top: 10px;
        display: flex;
    }

        .form__control > * {
            width: calc(50% - 5px);
            height: 35px;
            font-weight: 400;
            font-size: 16px;
            line-height: 15px;
            border-radius: 20px;
        }

            .form__control > *:first-child {
                margin-right: 10px;
            }

        .form__control .dark-btn {
            color: #FFFFFF;
        }

    .filter__block.filtered .filter__btn {
        right: 19px;
    }

    .mobile-inline {
        display: inline;
    }

    .sort {
        display: block;
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: #F8F8F9;
        padding: 25px 20px;
        box-sizing: border-box;
        transition: all, 0.3s;
    }

        .sort.opened {
            right: 0;
        }

        .sort .return__block {
            padding: 0;
        }

        .sort .form__control {
            position: absolute;
            left: 20px;
            right: 20px;
            bottom: 20px;
        }

    .sort__main-title {
        padding-top: 18px;
        margin-bottom: 17px;
        font-weight: 700;
        font-size: 28px;
        line-height: 25px;
    }

    .sort__list {
        display: block;
    }

    .sort__item {
        width: 100%;
        cursor: pointer;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 16px 80px 16px 20px;
        background: #FFFFFF;
        border-radius: 20px;
        box-sizing: border-box;
        position: relative;
    }

        .sort__item:last-child {
            margin-bottom: 0;
        }

    .sort__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 15px;
        color: #000;
        margin-bottom: 7px;
    }

    .sort__selected-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: rgba(33, 48, 78, 0.8);
    }

    .sort__selected-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        width: 30px;
        height: 30px;
        background: rgba(33, 48, 78, 0.03);
        border-radius: 50%;
    }

        .sort__selected-icon > .svg-icon:not(.icon-filter-arrows) {
            display: none;
        }

    .aside-overlay {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: #F8F8F9;
    }

    .filter__drop.opened {
        bottom: 80px;
    }

    .filter__drop {
        position: fixed;
        left: 0;
        bottom: -100%;
        width: 100%;
        max-height: 100%;
        overflow: auto;
        z-index: 20;
        padding: 33px 20px 20px;
        background: #FFFFFF;
        border-radius: 20px;
        box-sizing: border-box;
        transition: all, 0.3s;
    }

        .filter__drop:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 15px;
            margin: 0 auto;
            background: rgba(33, 48, 78, 0.1);
            border-radius: 5px;
            width: 40px;
            height: 3px;
        }

    .range__line {
        background: rgba(33, 48, 78, 0.05);
    }

    .filter__drop .form__control {
        padding-top: 10px;
    }

    .filter__drop-title {
        margin-bottom: 17px;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
    }

    .radio,
    .checkbox {
        margin-bottom: 5px;
        display: flex;
        padding: 0;
    }

    .checkbox__text,
    .radio__text {
        font-size: 16px;
        line-height: 15px;
        padding: 10px 55px 10px 20px;
        min-height: 40px;
        background: rgba(33, 48, 78, 0.05);
        border-radius: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        position: relative;
        box-sizing: border-box;
    }

    .radio:hover .radio__btn, .checkbox:hover .checkbox__btn {
        border-color: transparent;
    }

    .radio__btn,
    .checkbox__btn {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        border-color: transparent;
        left: auto;
        margin: auto;
        z-index: 5;
    }

    .radio input:checked + .radio__btn + .radio__text,
    .checkbox input:checked + .checkbox__btn + .checkbox__text {
        background: none;
    }

        .radio input:checked + .radio__btn + .radio__text:after,
        .checkbox input:checked + .checkbox__btn + .checkbox__text:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 20px;
            box-sizing: border-box;
            border: 1px solid #000;
        }

    .filter__else-block {
        display: block;
    }
}
/* 1024px */

@media all and (max-width: 767px) {
    .checkboxes.selTarget {
    }


    h1 {
        font-size: 28px;
        line-height: 25px;
    }

    .catalog__item-params {
        font-size: 10px;
        line-height: 10px;
    }

    .type__btn {
        display: none;
    }

    .type {
        padding: 12px 15px 13px;
        width: auto;
    }

    .types {
        width: 100%;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        margin-right: -10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .catalog__item:nth-child(4n),
    .catalog__item:nth-child(5n), .catalog__item {
        width: calc(50% - 5px);
        margin-right: 10px;
    }

        .catalog__item:nth-child(2n) {
            margin-right: 0;
        }

    .catalog__item-photo {
        padding-top: 74.33%;
        margin-bottom: 9px;
    }

    .catalog__item-title {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 2px;
    }

    .catalog__item-params {
        margin-bottom: 9px;
    }

    .catalog__item-favorites {
        width: 30px;
        height: 30px;
    }

        .catalog__item-favorites .svg-icon {
            width: 14px;
            height: 12px;
        }

    .catalog__item-buy {
        height: 27px;
        line-height: 27px;
        padding: 0 7px;
        font-size: 11.5px;
    }

    .info__list {
        width: 100%;
        max-width: inherit;
    }

    .info__item-title {
        width: 120px;
        padding-right: 10px;
        box-sizing: border-box;
        margin-right: 0;
        font-size: 14px;
        line-height: 15px;
        position: relative;
        top: 1px;
    }

    .info__item-desc {
        width: calc(100% - 120px);
        font-size: 16px;
        line-height: 15px;
    }

    .product__params {
        margin-bottom: 22px;
    }

    .info__list,
    .info__item {
        margin-bottom: 20px;
    }

    .product {
        margin-bottom: 23px;
    }

    .order__title {
        font-size: 20px;
        line-height: 20px;
    }

    .order__item:nth-child(3n), .order__item {
        margin-right: 0;
        width: 100%;
    }

    .order__item {
        margin-bottom: 10px;
    }

        .order__item:last-child {
            margin-bottom: 0;
        }

    .order__list {
        margin-bottom: 0;
    }

    .count {
        width: calc(50% - 10px);
    }

    .order__item-title {
        width: 65px;
        height: 35px;
        line-height: 34px;
        font-size: 16px;
    }

    .order__item-param-title {
        margin-bottom: 1px;
    }

    .order__item-param {
        width: 102px;
    }

    .order__item-top {
        margin-bottom: 18px;
    }
}
/* 767px */

@media all and (max-width: 550px) {
    .options__item {
        width: calc(25% - 8px);
    }

    .order__top-right {
        width: 100%;
        flex-wrap: wrap;
    }

    .select {
        width: 100%;
        margin-bottom: 10px;
        padding: 18px 20px 19px;
    }

    .order__add-basket span, .order__btn span {
        left: 20px;
    }

    .select__btn {
        width: 25px;
        height: 25px;
    }

    .order__add-basket,
    .order__btn {
        width: calc(50% - 5px);
        margin-right: 10px;
        height: 90px;
    }

        .order__add-basket:last-child {
            margin-right: 0;
        }

    .radios-sortorder-mobile, .checkboxes-mobile-selTarget {
        position: inherit !important;
        background: #fff !important;
        width: 100% !important;
        margin-top: -25px;
        left: -17px;
    }

    .sort__item {
        padding: 16px 5px 16px 20px !important;
    }

    .filter__drop-mobile {
        position: relative !important;
        padding-top: 60px;
        padding-right: 0;
        margin-left: 0px;
        padding-left: 35px;
    }
}

}

img.temporary-image {
    width: 25%;
    max-width: 500px;
    margin: 15vh 0 5vh 0;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.text-center {
    text-align: center !important;
}

table.xsltPager {
    width: 100%;
    margin: 10px 0 25px 0;
}

b.selected {
    padding: 0 7px;
    background: #000;
    color: #fff;
}

.btn-blue {
    background: #000;
    color: #fff;
    padding: 13px 30px 15px;
    border-radius: 20px;
}

#ctl12_btnSend {
    background: #000;
    color: #fff;
    padding: 13px 30px 15px;
    border-radius: 20px;
    text-align: center;
    width: 150px !important;
}

#ctl12_tbEmail {
    height: 50px;
    padding-left: 59px;
    border: 1px solid rgba(33, 48, 78, 0.1);
    border-radius: 20px;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    font-weight: 700;
}

.pager {
    margin: 10px 0 20px 0;
}

div.page {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    margin: 0 1px;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    box-sizing: border-box;
    font-size: 15px;
    background: rgba(33, 48, 78, 0.05);
    border-radius: 20px;
}

    div.page.selected {
        width: 35px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        margin-right: 5px;
        box-sizing: border-box;
        font-size: 15px;
        border-radius: 20px;
        background: #000;
        color: #FFFFFF;
    }

.item-pager {
    text-align: right;
    margin: 0 0 30px 0;
}

.arrow_pager img {
    vertical-align: text-bottom;
}

#products {
    width: 100%;
}

.title-h1 h1 {
    margin: 40px 0;
}

.arrow_pager {
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 15px;
    background: rgba(33, 48, 78, 0.05);
    border-radius: 20px;
    display: inline-block;
}

.arrow_r {
    margin-left: 3px;
}

.arrow_l {
    margin-right: 3px;
}

.btn-dropdown-filter {
    border-radius: 17px;
    color: #000;
    font-weight: bold;
    background: none;
    border: 1px solid rgba(33, 48, 78, 0.1);
    padding: 12px;
}

    .btn-dropdown-filter:hover {
        background: rgba(33, 48, 78, 0.1);
        border: 1px solid rgba(33, 48, 78, 0.1);
        color: #000;
    }

.dropdown .filter__drop {
    padding-bottom: 5px;
}

.btn-dropdown-filter:active, .btn-dropdown-filter:visited {
    background: #fff !important;
}

#sortOrder {
    border-radius: 15px;
    background: #fff;
    border: 1px solid rgba(33, 48, 78, 0.1);
    text-align: center;
    font-weight: bold;
    margin: 0 20px;
    cursor: pointer;
    width: 220px;
    text-align: center;
}

    #sortOrder option {
        font-weight: normal !important;
    }

select#warhouseitem {
    background: rgba(33, 48, 78, 0.05) !important;
    border: 0 !important;
    border-radius: 20px;
    max-width: 200px;
    padding: 0 20px;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    color: #000;
}

    select#warhouseitem:hover {
        background: #E9EAED !important;
        border: 1px red solid;
    }

.content p {
    margin-bottom: 10px;
}

.content b {
    font-weight: bold;
}

.ul-cabinet {
    list-style-type: circle;
    padding-left: 20px;
}

    .ul-cabinet li {
        margin-bottom: 12px;
    }

.form-group {
    margin-bottom: 15px;
}

/**/
.wrapper_popup {
    width: 500px;
    margin: 0 auto;
    display: none;
    /*padding:0 0 20px 0;*/
}

    .wrapper_popup .title {
        width: 100%;
        padding: 10px 0;
        background: #88D094;
        font-weight: bold;
        font-size: 12pt;
        color: #fff;
        text-transform: uppercase;
    }

    .wrapper_popup .description {
        font-size: 13pt;
        font-weight: bold;
        padding: 20px 0 0 0;
    }

.btn-green {
    background: #88D094;
    padding: 10px;
    color: #fff;
    font-size: 8pt;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn-green:hover {
        cursor: pointer;
        opacity: 0.9;
    }

.call_form .jBox-Modal .jBox-content, .call_form .jBox-content {
    padding: 0 !important;
}

.jBox-closeButton-box .jBox-closeButton {
    top: 10px !important;
    right: 10px !important;
    width: 24px !important;
    height: 24px !important;
    background: #88D094 !important;
}

.jBox-closeButton-box::before {
    display: none;
}

.jBox-closeButton path {
    fill: #fff !important;
}
/**/

.product__preview-play-center {
    left: 50% !important;
    bottom: 50% !important;
}

.fginput input {
    margin-right: 5px;
}

.title-profile {
    margin-bottom: 5px;
    font-weight: bold;
}

.index-cat-item {
    margin: 65px 0;
}

.index-cat-title {
    font-weight: bold;
    font-size: 15pt;
    text-transform: uppercase;
    font-size: 13pt;
}

.index-cat-img {
    margin: 20px 0;
}

    .index-cat-img img {
        border-radius: 10px;
    }

.index-cat-item a {
    /*color: #000;*/
    color: #83234B;
}

.index-cat-news-title {
    margin-bottom: 5px;
}

    .index-cat-news-title a {
        font-weight: bold;
    }

.index-cat-news-descr {
    font-size: 9.5pt;
    margin-bottom: 5px;
}

.index-news-date {
    font-size: 9pt;
    margin-bottom: 5px;
    text-align: right;
}

.index-cat-news-more {
    text-align: right;
}

.xsltPager b.selected {
    margin-right: 5px;
}

.clear {
    clear: both;
}

.index-doc-wrapper {
    margin: 20px 0;
}

.index-doc-item {
    padding: 20px 10px;
}

    .index-doc-item:nth-child(2n+1) {
        background: #F4F4F6;
    }

.index-glos-wrapper {
    margin: 20px 0;
}

.glos-title {
    font-weight: bold;
    margin-bottom: 4px;
}

.glos-brief {
    margin-bottom: 15px;
}

.selecteds__delete-all {
    display: none;
}

.language-wrapper {
    padding: 0 0 10px 10px;
    margin: 20px 0 40px 0;
    border-left: 1px rgba(33, 48, 78, 0.05) solid;
}

.switch-lang-title {
    font-weight: bold;
    padding: 10px 0 20px 0;
    color: #83234B;
}

.language-wrapper .switch-lang {
    border: 0;
}

    .language-wrapper .switch-lang a {
        display: inline-block;
        color: #253451;
        cursor: pointer;
        padding: 15px 30px;
        margin-right: 5px;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        box-sizing: border-box;
        border-radius: 25px;
        border: 1px rgba(33, 48, 78, 0.05) solid;
        margin: 5px;
    }

        .language-wrapper .switch-lang a.current {
            background: #000;
            color: #fff;
            border: 1px #000 solid;
        }

        .language-wrapper .switch-lang a:hover {
            background: #000;
            color: #fff;
        }

        .language-wrapper .switch-lang a img {
            vertical-align: middle;
            padding-left: 5px;
        }

.title-doc {
    margin-bottom: 7px;
}

.brief-doc {
    font-size: 14px;
    color: darkslategray;
}

.swiper-button-next, .swiper-button-prev {
    top: 125px !important;
    background: gray !important;
    padding: 23px !important;
    border-radius: 40px !important;
    color: #fff !important;
}

    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 11pt !important;
        font-weight: bold !important;
    }

.swiperFooter .swiper-button-next, .swiperFooter .swiper-button-prev {
    top: 142px !important;
}

.icon-exit {
    width: 19px;
}

.header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    padding: 1px 0 30px 0;
}

.white .colorTip {
    z-index: 99;
}

.attention-cart {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    /*margin-top: 24px;*/
    text-align: right;
    line-height: 20px;
}

.attention-img {
    vertical-align: middle;
    width: 26px;
}


.order-export .cards {
    margin-bottom: 10px;
}

.category.order-export {
    padding: 50px;
}

.order-export .comment-order {
    margin-top: 20px;
}

.catalog__item-video {
    padding: 0 !important;
}

    .catalog__item-video video {
        width: 100%;
    }

.nopaddingvideo a {
    padding-top: 0;
}

.cat-item-video video {
    /*display: none;*/
}

.cat-item-video-video {
    display: none;
    text-align: center;
}

    .cat-item-video-video video {
        object-fit: cover;
    }

.count__number {
    border: 0px #fff solid;
    width: 50px;
    text-align: center;
}

.filter-cart-wrapper {
    margin: 30px 0 40px 0;
}

.filter__drop.filter__drop-formobile.opened .mobile-block {
    margin-top: 150px;
}

    .filter__drop.filter__drop-formobile.opened .mobile-block.nmargin {
        margin-top: 10px !important;
    }

.h1-title-item {
    margin-bottom: 15px !important;
    font-size: 25pt;
}

.fancybox-iframe {
    top: -50px !important;
}

@media all and (max-width: 767px) {
    .fancybox-iframe {
        top: -20px !important;
    }
}

#loadingoverlay {
    display: none;
    position: absolute;
    z-index: 1990;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.5);
}

#loading {
    display: none;
    position: fixed;
    z-index: 1991;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.modal {
    background-color: white;
    border-radius: 20px;
    border: solid 3px #999;
    padding: 10px;
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
    display: none;
    max-height: calc(100% - 100px);
    width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    z-index: 2000;
}

    .modal.modal-is-visible {
        display: block;
    }

.card-number-block {
    display: none;
}

/*tabs*/
.marked-cart-add {
    /*height: 121px;*/
    bottom: -80px;
}

    .marked-cart-add a.active {
        border-radius: 15px 15px 0 0 !important;
        border: 1px solid #ccc !important;
    }

.tab-cart-name {
    color: #000;
    padding: 15px 40px 5px 40px;
    text-align: start;
    width: 235px;
}

.tab-cart-info {
    padding: 15px 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: start;
}

    .tab-cart-info div {
        width: 50%;
        line-height: 25px;
        font-weight: normal;
    }

#tabs {
    margin: 10px 0;
}

.tabs-nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 35px;
}

    .tabs-nav li {
        display: block;
        float: left;
        padding: 0;
        list-style: none;
        position: relative;
        margin-right: 10px;
    }

    .tabs-nav a {
        display: block;
        /*padding: 10px 45px;*/
        /*border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;*/
        background: #fbfbfb;
        font-size: 13.5pt;
        text-decoration: none;
        text-align: center;
        color: #999;
        border-radius: 25px 25px 25px 25px;
    }

    .tabs-nav li:last-child a {
        font-weight: bold;
        padding: 10px 25px;
    }

    .tabs-nav li:first-child a {
        border-radius: 25px 25px 25px 25px;
        border: 1px solid #ccc;
    }

    .tabs-nav li:last-child a {
        display: block;
        border-radius: 15px 15px 0 0 !important;
        border: 1px solid #ccc !important;
    }

.color-color {
    color: #000;
}

.tabs-nav a.active {
    border: 1px #000 solid !important;
    background: #fff;
    /*color: #000 !important;*/
    font-weight: bold;
    font-size: 14pt;
    border-radius: 25px !important;
}

.tabs-items {
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    margin: -1px 0 0 0;
}

.tabs-item {
    padding: 15px;
}

.del-marc-cart {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 11pt;
    color: #D72D2D;
    color: #fcfcfc;
}
/*tabs КОНЕЦ*/
#dialog-content-marked, #dialog-content-template {
    display: none;
}

    #dialog-content-marked input {
        width: 100%;
        height: 50px;
        padding: 10px;
        border: 1px solid rgba(33, 48, 78, 0.1);
        border-radius: 20px;
        font-size: 14px;
        line-height: 15px;
        color: #000;
        font-weight: 700;
    }

.content-template {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid rgba(33, 48, 78, 0.1);
    border-radius: 20px;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    font-weight: 700;
}

.title-dialog-content-marked {
    font-size: 14pt;
    margin: 10px 0 20px 0;
    font-weight: bold;
}

.marked-form-item {
    margin: 12px 0;
}

#dialog-content-marked select {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid rgba(33, 48, 78, 0.1);
    border-radius: 20px;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    font-weight: 700;
}

.select-cart {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid rgba(33, 48, 78, 0.1);
    border-radius: 20px;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    font-weight: 700;
}

.add-marked-cart {
    cursor: pointer;
    margin: 0 auto;
    display: inline-block;
}

    .add-marked-cart:hover {
        opacity: 0.8;
    }

.fancybox-content {
    padding-bottom: 15px !important;
}

.VivaMagenta {
    background: #D3F8BE;
}

.VeriPeri {
    background: #FFFCA5;
}

.ClassicBlue {
    background: #FBE1CE;
}

.LivingCoral {
    background: #D9F3FF;
}

.Mimosa {
    background: #DAD9FB;
}

.Greenery {
    background: #ffbfbf;
}

.BlueTurquoise {
    background: #C6FFF0;
}

.Serenity {
    background: #FEE1A5;
}

.blackOption {
    color: #000 !important;
}

#dialog-content-marked select option {
    color: #000;
}

.order-block-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.order-block-col-sm-4 {
    width: 40%;
}

.wrapper-markedcard-item {
    margin-bottom: 15px;
}

#selectmarkedcard {
    margin-left: 5px;
    border: 1px rgba(33, 48, 78, 0.03) solid;
    padding: 5px;
    border-radius: 5px;
}

#dialog-content-template-repeat-cart {
    display: none;
}

.order-cart-repeat, .add_template_cart {
    cursor: pointer;
}

@media (max-width: 992px) {
    table.cart td {
        display:block;
    }
    table.cart th {
        display: none;
    }
    table .cart {
        width: 100%;
        margin-top: 30px;
    }
        table.cart td.image img {
            max-width: 200px;
        }
}

table.cart tr:nth-child(odd) {
    background-color: rgba(33, 48, 78, 0.02);
}

table.cart tfoot {
    background-color: #eee !important;
}

    table.cart {
    width: 100%;
    margin-top: 30px;
}

    table.cart td, table.cart th {
        border: 1px rgba(33, 48, 78, 0.05) solid;
        padding: 10px;
        text-align: center;
    }

    table.cart th {
        text-align: center;
        font-weight: bold;
        background: #eee;
    }

    table.cart td a {
        color: #007aff;
    }

.cart-terms {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13pt;
}

.cart-terms-wrapper {
    margin-bottom: 30px;
}

.cart-total-finish-wrapper {
    margin: 10px 0 30px 0;
}

    .cart-total-finish-wrapper table {
        width: 100%;
        max-width: 1124px;
        border-collapse: collapse;
    }

        .cart-total-finish-wrapper table td {
            padding: 10px;
            border: 1px rgba(33, 48, 78, 0.05) solid;
        }

.green-cart-total-finish {
    color: rgb(25, 82, 7);
}

.red-cart-total-finish {
    color: #620000;
}

.cursor-cant-order {
    cursor: none;
}

.alert-block-order {
    color: red;
    margin: 20px 0;
}

.main-container .newsitem a {
    color: #007aff;
    text-decoration: underline;
}

    .main-container .newsitem a:hover {
        text-decoration: none;
    }

.arrow_pager-next-prev {
    padding: 0 11px !important;
}

.fancybox-content {
    padding: 25px !important;
}

.fancybox-caption--separate {
    margin-top: 0 !important;
}

.product__param-desc {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 3px !important;
}

#selectmarkedcard, #selectmarkedcard option {
    cursor: pointer;
}

.non-stock-item-size {
    opacity: 0.6;
}

.stock-item-size {
    color: green;
    opacity: 1 !important;
}

/*.product__main .owl-item {
    margin-right: 8px !important;
}*/

.dropdown-menu-download .filter__drop {
    padding: 7px 15px !important;
}

.fancybox-iframe {
    top: 0px !important;
}

.template__delete {
    margin-left: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

    .template__delete .svg-icon {
        width: 20px;
        height: 20px;
    }

.hideblock {
    display: none;
}

.showblock {
    display: inline-block;
}

.hideblock-production {
    display: none !important;
}

.t-docs-inn {
    border-collapse: collapse;
    margin: 20px 0;
}

    .t-docs-inn th {
        padding: 10px;
        font-weight: bold;
        border: 1px solid #F8F8F9;
        text-align: center;
        background: #000;
        color: #fff;
    }

    .t-docs-inn td {
        padding: 10px;
        border: 1px solid rgba(33, 48, 78, 0.1);
        text-align: center;
    }

    .t-docs-inn tr:nth-child(even) {
        background: rgba(33, 48, 78, 0.03);
    }

.innhrefupload {
    color: #83234B;
}

.innhrefdownload {
    color: #0D58CA;
}

.filecustomerdoc {
}

.filecustomerdoc {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.cmdSubmit {
    padding-left: 10px;
    cursor: pointer;
    color: #83234B;
}

.right-upload {
    text-align: right !important;
}

.alertOrderWhenDocumentsUpload {
    text-align: center;
    margin: 40px 0 40px 0;
    font-size: 14pt;
    color: #83234B;
    padding: 20px;
    background-color: #fff1f1;
    border-radius: 20px;
}

.nameLegalEntities {
    margin-top: 18px;
    color: #83234B;
}

.catdwnldpdf-wrapper {
    border-radius: 50%;
    background: rgba(33, 48, 78, 0.05);
    padding: 15px;
}

    .catdwnldpdf-wrapper svg {
        width: 20px;
        height: 22px;
        margin-top: -5px;
        margin-right: -1px;
    }

.checkedinptcatdwnld {
    border-width: 5px !important;
    border-color: #000 !important;
}

.wrapper-login-cabinet {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border-bottom: 1px rgba(33, 48, 78, 0.05) solid;
}

.item-login-cabinet {
    padding: 20px 10px;
    border-right: 1px rgba(33, 48, 78, 0.05) solid;
}

    .item-login-cabinet a {
        text-transform: uppercase;
        text-decoration: underline;
    }

        .item-login-cabinet a:hover {
            text-decoration: none;
        }

.login-cabinet-exit {
    border-right: 0 !important;
}

.wrapper-ext-login-cabinet {
    padding: 15px 10px;
}

.title-ext-cabinet {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: green;
}

.wrapper-ext-cabinet {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px rgba(33, 48, 78, 0.05) solid;
}

.more-ext-item-wrapper a {
    padding-top: 5px;
    display: inline-block;
    text-decoration: underline;
}

    .more-ext-item-wrapper a:hover {
        text-decoration: none;
    }

.t-cabinet {
    border-collapse: collapse;
    margin: 20px 0;
}

    .t-cabinet th {
        padding: 10px;
        font-weight: bold;
        border: 1px solid #F8F8F9;
        text-align: center;
        background: #000;
        color: #fff;
    }

    .t-cabinet td {
        padding: 10px;
        border: 1px solid rgba(33, 48, 78, 0.1);
        text-align: center;
    }

    .t-cabinet tr:nth-child(even) {
        background: rgba(33, 48, 78, 0.03);
    }

.whitecolor {
    color: #fff !important;
}

.wrapper-ico-new, .wrapper-ico-sale, .wrapper-ico-popular {
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    border-radius: 45px;
    font-size: 10pt;
    margin-left: 3px;
}

.wrapper-ico-new { /*новинки - pl:stock*/
    background: #CC3416;
}

.wrapper-ico-sale { /*скидки или акции - pl:discount*/
    background: #DF0357;
}

.wrapper-ico-popular { /*популярные - pl:popular*/
    /*background: #FFBD26;*/
    background: #215c94;
}

.caf-width {
    width: 30px !important;
    height: 30px !important;
}

.spacer-width {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
}

.page-templates.cards {
    display: none;
    margin-top: 33px;
}

.category__top {
    margin-bottom: 0;
}

.templ-more {
    font-size: 12pt;
    border-bottom: 1px dashed #000;
    cursor: pointer;
}

.show-templ {
    display: block;
}

.wrapper-inn-list {
    margin-bottom: 20px;
    margin-top: 15px;
}

.inn-list-title {
    font-weight: bold;
}

.inn-list-body ul {
    list-style-type: disc;
    padding-left: 15px;
    padding-top: 10px;
}

.cart-inn {
    padding-bottom: 10px;
}

.wrapper-cart-payment {
    margin-bottom: 10px;
}

    .wrapper-cart-payment input {
        margin-right: 4px;
    }

.copyright.privacy {
    font-size: 9pt;
}

/*coo*/
#cookie_note.hide_cookie_note {
    display: none;
}

#cookie_note {
    /*display: none;*/
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 90%;
    max-width: 1000px;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 999;
}

    #cookie_note p {
        margin: 0;
        font-size: 10pt;
        text-align: left;
        color: black;
    }

.cookie_accept {
    width: 20%;
    font-size: 10pt;
    margin-top: 15px;
    cursor: pointer;
    float: right;
}

@media (min-width: 576px) {
    #cookie_note.show {
        display: flex;
    }
}

@media (max-width: 575px) {
    #cookie_note.show {
        display: block;
        text-align: left;
    }

    #cookie_note {
        width: 100%;
        bottom: 170px;
    }

    .cookie_accept {
        width: 90%;
        margin-top: 10px;
    }
}

.btn-coo {
    background-color: #000;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px 20px !important;
    text-transform: uppercase;
    text-align: center;
}

    .btn-coo:hover {
        background-color: #000;
        opacity: 0.9;
    }

#cookie_note p {
    font-size: 14pt;
    margin-bottom: 10px;
}
/*coo*/


button.navbar-toggler {
    position: absolute;
    top: -37px;
}

.catalog__item-params {
    list-style: none;
    padding-left: 0px;
}

.scale-l {
    font-size: 14px !important;
}

.btn-for-cart {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
    .btn-for-cart input {
        margin:10px 0;
        margin-right:10px;
    }

.center.ssize input {
    border: 1px gray solid;
    padding: 3px;
    border-radius:2px;
}

.favorite-item {
    width:30px;
    height:30px;
    float:right;
}
    .favorite-item .svg-icon {
        width: 17px;
        height: 17px;
    }

.header-soc a {
    display: inline-block;
    font-size: 19pt;
}
    .header-soc a.head-cart {
        margin-left:15px;
    }

.cart .removeCart {
    cursor: pointer;
    max-width: 16px;
    width: 16px;
}
.fwn {
    font-size:13.5pt;
}