

/* Start:/assets/inlude_shop/sources/style.css?173346810246622*/
:root {
    --main-color: #002169;
    --secondary-color: #85C4E8;
    --light-blue: #D1E7F9;
    --light-white-blue: #EDF7FF;
    --pl-blue: #005CA9;
    --hover-button-blue: #ADD7F0;
    --button-blue: #C5E1F5;
    --txt-gray: #696969;
    --stroke-gray: #C4C4C4;
    --txt-pink: #F08AB7;
    --error-color: #FF0000;
}

body {
    margin: 0;
}

.h-6-rem {
    display: none;
}

.quizzy {
    display: none !important;
}

/*sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -12px;
}*/

._animate-opacity {
    transition: .2s;
    opacity: .5;
}

.im-container {
    max-width: 1250px;
    margin: 30px auto;
    width: 100%;
    font-size: 18px;
    font-family: 'Century Gothic', sans-serif;
}

.im-container-mt {
    max-width: 1250px;
    margin: 150px auto 30px auto;
    width: 100%;
    font-size: 18px;
    font-family: 'Century Gothic', sans-serif;
}

.im-title-xl {
    font-size: 2em;
    font-family: 'Cocon', sans-serif;
    color: var(--main-color);
    line-height: 1.1em;
}

.im-title-l {
    font-size: 1.5em;
    font-family: 'Cocon', sans-serif;
    line-height: 1.1em;
    /* margin-top: 1em; */
    color: var(--main-color);
}

.im-title-s {
    font-size: 14px;
    line-height: 1.5em;
    /* margin-top: 1em; */
    color: var(--main-color);
}

.im-title-s-gray {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 1em;
    color: var(--txt-gray);
}

.im-footer {
    max-width: 1250px;
    margin: 80px auto 30px auto;
    width: 95%;
    font-size: 16px;
    font-family: 'Century Gothic', sans-serif;
    /* padding: 15px 30px; */
    line-height: 1.5;
    text-align: center;
}

.im-footer__shadow {
    width: 100%;
    box-shadow: 0px 0px 24px rgba(208, 230, 248, 0.66);
    border-radius: 36px;
    padding: 15px 10px;
}

.im-footer__shadow span:first-child {
    display: block;
    color: var(--secondary-color);
    font-weight: bold;
    padding-bottom: 5px;
}

.im-footer__shadow span:last-child {
    display: block;
    color: var(--main-color);
    font-weight: bold;
}

.im-footer__nonbg {
    margin: 40px auto 0 auto;
    color: var(--main-color);
    width: 80%;
}

.im-footer__nonbg a,
.im-footer__nonbg a:hover {
    text-decoration: underline;
    color: var(--main-color);
}

@media (max-width: 600px) {
    .im-footer {
        font-size: 14px;
        padding: 15px;
        margin: 50px auto 30px auto;
        line-height: 1.2;
    }
    .im-footer__nonbg {
        width: 100%;
    }
}

.im-loader-mg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: white;
    z-index: 99;
}

.im-loader-mg_hidden {
    display: none;
}

.im-loader-mg img {
    width: 100%;
    max-width: 100px;
}

.im-loader-body {
    position: fixed;
    opacity: .7;
    overflow: hidden;
}

.im-breadcrumbs {
    /* display: flex; */
    width: fit-content;
    /* align-items: center; */
    font-size: 14px;
    color: var(--stroke-gray);
    margin-bottom: 30px;
}

.im-breadcrumbs__item {
    margin: 0;
    padding: 0 10px 0 0;
    display: inline-flex;
    align-items: center;
}

.im-breadcrumbs__item a {
    color: var(--stroke-gray);
}

.im-breadcrumbs__item a:hover {
    color: var(--pl-blue);
}

.im-breadcrumbs__item::before,
.im-breadcrumbs .im-breadcrumbs__item:last-child:after {
    content: none;
}

.im-breadcrumbs__item::after {
    content: '—';
    display: block;
    padding-left: 5px;
}

.im-breadcrumbs__item_action {
    color: var(--main-color);
}

.im-breadcrumbs-back {
    width: 35px;
    height: 10px;
    display: none;
    border-bottom: 2px solid #A4A4A4;
    position: relative;
    bottom: -25px;
    z-index: 10;
}

.im-breadcrumbs-back::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-bottom: 2px solid #A4A4A4;
    border-left: 2px solid #A4A4A4;
    transform: rotateZ(45deg);
    bottom: -6px;
    left: 0;
}

@media (max-width: 500px) {
    .im-breadcrumbs {
        display: none;
    }
    .im-breadcrumbs-back {
        display: block;
    }
}

.im-buttom-return {
    width: 100%;
    max-width: 284px;
    height: 56px;
    background-color: white;
    color: var(--main-color);
    border: 1px solid var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 25px 0 10px 0;
    border-radius: 50px;
    user-select: none;
    transition: 0.0s;
}

.im-buttom-return:hover {
    background-color: var(--hover-button-blue);
    color: var(--main-color);
    border: 1px solid var(--hover-button-blue);
}

.im-showcase {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.im-showcase__filter-box {
    min-width: 300px;
    position: relative;
}

.im-showcase__filter-control {
    display: none;
    justify-content: flex-end;
    align-items: center;
    color: var(--secondary-color);
    font-size: 16px;
    margin-bottom: 15px;
}

.im-showcase__filter-control-action {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
    display: flex;
    margin-left: 15px;
}

.im-showcase__filter-control-action svg {
    display: block;
    height: 50%;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

.im-showcase__filter {
    width: fit-content;
    display: flex;
    flex-direction: column;
    min-width: 230px;
}

.im-showcase__filter-category {
    display: flex;
    flex-direction: column;
}

.im-showcase__filter-category-item {
    display: block;
    width: 211px;
    height: 56px;
    border-radius: 50px;
    border: 1px solid var(--secondary-color);
    line-height: 56px;
    text-align: center;
    font-size: 14px;
    font-family: 'Century Gothic', sans-serif;
    color: var(--main-color);
    margin-bottom: 10px;
}

.im-showcase__filter-category-item:hover {
    background-color: var(--hover-button-blue);
    border: 1px solid var(--hover-button-blue);
    text-decoration: none;
    color: var(--main-color);
    cursor: pointer;
}

.im-showcase__filter-category-item_select,
.im-showcase__filter-category-item_select:hover {
    border: 1px solid var(--secondary-color);
    background-color: var(--hover-button-blue);
    font-weight: bold;
}

.im-showcase__filter-container {
    width: fit-content;
    margin: 0 auto;
}

.im-showcase__filter-section {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.im-showcase__filter-splitter {
    border-bottom: 1px solid var(--secondary-color);
    margin: 15px auto;
}

.im-showcase__filter-item {
    margin: 7px 3px;
    color: var(--main-color);
    font-size: 14px;
}

.im-showcase__filter-item input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.im-showcase__filter-item input[type="checkbox"]+label {
    display: inline-flex;
    align-items: center;
    font-weight: normal;
    user-select: none;
    cursor: pointer;
}

.im-showcase__filter-item input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid var(--secondary-color);
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.im-showcase__filter-item input[type="checkbox"]:checked+label::before {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    box-shadow: inset 0 0 0 3px white;
}

.im-showcase__filter-reset {
    width: fit-content;
    padding: 6px 35px 6px 30px;
    border-radius: 50px;
    border: 1px solid var(--secondary-color);
    color: var(--main-color);
    font-size: 14px;
    text-align: center;
    margin: 20px auto 0 auto;
    position: relative;
    display: none;
}

.im-showcase__filter-reset:hover {
    cursor: pointer;
}

.im-showcase__filter-reset::before {
    content: 'x';
    color: var(--secondary-color);
    position: absolute;
    right: 10%;
}

.im-showcase__section {
    width: calc(100% - 300px);
}

.im-products-block__section {
    display: flex;
    height: fit-content;
    flex-wrap: wrap;
    margin-top: 25px;
    width: 950px;
}

.im-products-card {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    height: unset;
    background: #FFFFFF;
    /*border: 1px solid #FFFFFF;*/
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.09);
    position: relative;
    color: var(--main-color);
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    margin: 0px 8px 20px 8px;
    display: flex;
    flex-direction: column;
    max-height: 520px;
}

.im-products-card:hover {
    box-shadow: 0px 0px 12px rgba(133, 196, 232, 0.55);
}

.im-products-card__age {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    padding: 2px 5px;
    color: var(--pl-blue);
    font-size: 24px;
    width: fit-content;
    background-color: white;
    z-index: 5;
    border-radius: 13px;
    border: 1px solid var(--pl-blue);
}

.im-products-card__preview {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.im-products-card__preview:focus {
    outline: none;
}

.im-products-card__preview-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.im-products-card__preview img {
    height: 85%;
    object-fit: contain;
}

/*.im-products-card__tab-new {
    width: 75px;
    position: absolute;
    top: 220px;
    right: -8px;
}*/
.im-products-card__tab-new {
    width: 75px;
    position: absolute;
    top: 200px;
    right: 0px;
}

.im-products-card__title {
    font-size: 1em;
    margin-top: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.im-products-card__txt {
    font-size: .8em;
    margin-top: 6px;
    overflow-y: overlay;
    height: 60px;
    margin-bottom: 10px;
    color: var(--txt-gray);
    scrollbar-color: #ccc #fff;
    scrollbar-width: thin;
}

.im-products-card__txt::-webkit-scrollbar-track {
    background-color: #fff;
}

.im-products-card__txt::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc;
}

.im-products-card__txt::-webkit-scrollbar {
    width: 5px;
}

.im-products-card__price {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.im-products-card__price-new {
    font-size: 1.4em;
    font-weight: bold;
    padding-right: 10px;
}

.im-products-card__price-old {
    font-size: 1em;
    position: relative;
    width: fit-content;
}

.im-products-card__price-old::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--txt-pink);
    position: absolute;
    top: 50%;
    transform: translate(0%, 50%);
}

.im-products-card__price-discount {
    margin-left: auto;
    font-size: .9em;
    display: flex;
    align-items: center;
    color: var(--txt-pink);
    font-weight: bold;
}

.im-products-card__price-discount img {
    width: 1.4em;
    margin-right: 5px
}

.im-products-card__panel {
    margin-top: 20px;
    position: relative;
}

.im-products-card__panel-button {
    height: 50px;
    width: 100%;
    border-radius: 50px;
    background-color: var(--secondary-color);
    color: white;
    display: block;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.im-products-card__panel-button:hover {
    background-color: var(--hover-button-blue);
    color: var(--main-color);
    font-weight: normal;
    cursor: pointer;
}

.im-products-card__panel-mg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.im-products-card__panel-action {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--stroke-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.im-products-card__panel-action:hover {
    border: 1px solid var(--secondary-color);
    cursor: pointer;
}

._panel-action-disable {
    color: var(--stroke-gray);
}

._panel-action-hidden {
    display: none !important;
}

.im-products-card__panel-count {
    font-size: 1em;
    font-weight: bold;
    width: fit-content;
    margin: 0 30px;
}

@media (max-width: 1300px) {
    .im-container {
        max-width: 1250px;
        margin: 30px 0px 30px;
        padding: 0 20px 0 40px;
        width: 100%;
        font-size: 18px;
        font-family: 'Century Gothic', sans-serif;
    }
    .im-container-mt {
        padding: 0 20px 0 40px;
    }
    .im-showcase__filter-box {
        min-width: 240px;
    }
    .im-showcase__section {
        width: calc(100% - 260px);
    }
    .im-products-block__section {
        width: 650px;
    }
}

@media (max-width: 1000px) {
    .im-showcase {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .im-container {
        padding: 0 20px 0 20px;
    }
    .im-container-mt {
        margin: 110px auto 30px auto;
        padding: 0 20px 0 20px;
    }
    .im-showcase__filter-box {
        margin-bottom: 15px;
    }
    .im-showcase__filter {
        width: inherit;
    }
    .im-showcase__filter-box,
    .im-showcase__section {
        width: 100%;
    }
    .im-showcase__filter-category {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .im-showcase__filter-section {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
    }
    .im-products-block__section {
        margin: 25px auto;
    }
}

@media (max-width: 750px) {
    .im-showcase__filter-category {
        flex-direction: column;
        align-items: center;
    }
    .im-showcase__filter-category-item {
        width: 300px;
    }
    .im-showcase__filter-section {
        flex-wrap: wrap;
        justify-content: center;
    }
    .im-showcase__filter-item {
        width: 35%;
    }
    .im-products-block__section {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .im-showcase {
        margin-top: 0;
    }
    .im-showcase__filter-item {
        width: 45%;
    }
    .im-container,
    .im-container-mt {
        font-size: 16px;
    }
    .im-container {
        margin: 40px auto 30px auto;
    }
    .im-products-card {
        margin: 0px 8px 30px 8px;
    }
    .im-showcase__filter {
        display: none;
    }
    .im-showcase__filter-control {
        display: flex;
    }
}

@media (max-width: 350px) {
    .im-showcase__filter-category-item {
        width: 250px;
    }
    .im-container,
    .im-container-mt {
        padding: 0 10px 0 10px;
        font-size: 15px;
    }
    .im-showcase__filter-item {
        width: 50%;
    }
}


/* slider-product */

.im-products-block-slide {
    width: 950px;
}

.im-products-block-slide .slick-slide {
    margin: 10px 10px 20px 10px;
}

.im-slider__circle-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px rgba(217, 208, 208, 0.45);
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
}

.im-slider__circle-arrow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('/assets/inlude_shop/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;
    position: absolute;
}

.im-slider__circle-arrow_prev {
    top: 38%;
    left: -50px;
    transform: translateY(-38%);
}

.im-slider__circle-arrow_next {
    top: 38%;
    right: -50px;
    transform: translateY(-38%);
}

.im-slider__circle-arrow_prev::before {
    transform: rotateZ(-180deg);
}

.im-slider__circle-arrow_onborder-prev {
    top: 45%;
    left: -20px;
    transform: translateY(-45%);
}

.im-slider__circle-arrow_onborder-next {
    top: 45%;
    right: -20px;
    transform: translateY(-45%);
}

.im-slider__circle-arrow_onborder-prev::before {
    transform: rotateZ(-180deg);
}

.im-slider__dots {
    width: fit-content;
    margin: 15px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.im-slider__dots li {
    width: fit-content;
    padding: 5px;
    margin: 0;
}

.im-slider__dots li::before {
    display: none;
}

.im-slider__dots li button {
    padding: 0;
    font-size: 0;
    display: block;
    border: 1px solid var(--secondary-color);
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.im-slider__dots .slick-active button {
    background-color: var(--secondary-color);
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

@media (max-width: 1450px) {
    .im-slider__circle-arrow_prev {
        left: -10px;
    }
    .im-slider__circle-arrow_next {
        right: -10px;
    }
}

@media (max-width: 1300px) {
    .im-products-block-slide {
        width: 620px;
    }
}

@media (max-width: 750px) {
    .im-products-block-slide {
        width: 300px;
    }
    .im-slider__circle-arrow_prev {
        left: -60px;
    }
    .im-slider__circle-arrow_next {
        right: -60px;
    }
}

@media (max-width: 500px) {
    .im-slider__circle-arrow {
        display: none !important;
    }
    .im-slider__dots {
        margin: 10px auto 20px auto;
    }
}


/* sliders-end */

.im-sliders-container {
    display: flex;
    margin-top: 30px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.im-sliders-section {
    width: 45%;
}

.im-sliders-section__box {
    margin-top: 20px;
}

.im-sliders-section__item {
    height: 320px;
}

.im-sliders-section__item img {
    width: 90%;
    object-fit: contain;
}

@media (max-width: 1000px) {
    .im-sliders-section {
        margin: 0 30px;
    }
}

@media (max-width: 750px) {
    .im-sliders-container {
        flex-direction: column;
    }
    .im-sliders-section {
        width: 75%;
    }
    .im-sliders-section__item {
        height: 500px;
    }
}

@media (max-width: 500px) {
    .im-sliders-container {
        margin-top: 0;
    }
    .im-sliders-section {
        width: 95%;
    }
}


/* basket */

.im-basket-container {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.im-basket-view {
    width: 65%;
    border: 1px solid var(--light-blue);
    border-radius: 15px;
    color: var(--main-color);
    font-size: 14px;
    height: fit-content;
}

.im-basket-view__row {
    width: 100%;
    display: grid;
    grid-template-columns: 1.3fr 1.3fr .5fr .5fr 1.3fr 1fr;
    align-items: center;
    gap: 15px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.im-basket-view__row_top {
    grid-template-rows: 75px;
    color: var(--main-color);
    font-size: 1em;
}

.im-basket-view__row_top .im-basket-view__col:first-child {
    grid-column-start: 2;
}

.im-basket-view__row_item {
    border-top: 1px solid var(--light-blue);
    grid-template-rows: 220px;
}

.im-basket-view__col-preview {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.im-basket-view__col-preview img {
    height: 80%;
    object-fit: contain;
}

.im-basket-view__col-title {
    display: block;
    font-size: 1.15em;
    line-height: 1.3;
    font-weight: bold;
}

.im-basket-view__col-discount {
    font-size: 1em;
    color: var(--txt-pink);
    font-weight: bold;
}

.im-basket-view__col-mg {
    display: flex;
    align-items: center;
}

.im-basket-view__col-mg-action {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--stroke-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    user-select: none;
}

.im-basket-view__col-mg-action:hover {
    border-color: var(--secondary-color);
    cursor: pointer;
}

.im-basket-view__col-mg-count {
    font-size: 1em;
    font-weight: bold;
    width: fit-content;
    margin: 0 7px;
}

.im-basket-view__col-mg-count input {
    font-size: 1.2em;
    border-radius: 8px;
    color: var(--main-color);
}

.im-basket-view__col-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.im-basket-view__col-price-new {
    font-size: 1.3em;
    font-weight: bold;
}

.im-basket-view__col-price-old {
    font-size: 1.15em;
    position: relative;
    width: fit-content;
}

.im-basket-view__col-price-old::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    border-top: 1px solid var(--txt-pink);
    top: 50%;
}

.im-basket-view__trash {
    position: absolute;
    top: 20px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.im-basket-view__trash:hover {
    background-color: var(--light-white-blue);
    cursor: pointer;
}

.im-basket-result {
    width: 33%;
    margin-left: auto;
    max-width: 600px;
}

.im-basket-result__section {
    display: flex;
    margin-top: 10px;
    height: fit-content;
    justify-content: space-between;
    align-items: center;
    color: var(--main-color);
}

.im-basket-result__section-name {
    line-height: 1.1;
    font-size: 14px;
}

.im-basket-result__section-sum {
    font-size: 18px;
    font-weight: bold;
}

.im-basket-result__section_discount .im-basket-result__section-sum {
    color: var(--txt-pink);
}

.im-basket-result__section_total {
    font-weight: bold;
}

.im-basket-result__section_total .im-basket-result__section-name {
    font-size: 18px;
}

.im-basket-result__section_total .im-basket-result__section-sum {
    font-size: 22px;
}

.im-basket-result__input {
    margin: 15px 0;
    border-bottom: 2px solid var(--light-blue);
    width: 100%;
    position: relative;
}

.im-basket-result__input input {
    border: none;
    font-size: 14px;
    padding: 5px 0 15px 0;
    color: #002169;
    width: 90%;
    font-family: 'Century Gothic', sans-serif;
}

@media (max-width: 400px) {
    .im-basket-result__input input {
        font-size: 13px;
    }
}

.im-basket-result__input-action {
    /* width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid var(--stroke-gray);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); */
    border-radius: 14px;
    border: 1px solid var(--secondary-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 2px 12px;
    font-size: 14px;
    cursor: pointer;
    color: var(--secondary-color);
    background-color: #FFF;
    font-weight: bold; 
}



/* .im-basket-result__input-action::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 1px solid var(--stroke-gray);
    border-right: 1px solid var(--stroke-gray);
    top: 9px;
    right: 12px;
    transform: rotateZ(45deg);
} */

.im-basket-result__input-action:hover {
    /* background-color: var(--secondary-color);
    border-color: transparent; */
    background-color: var(--secondary-color);
    color: var(--main-color);
    font-weight: normal;
    border-color: transparent;    
}

.im-basket-result__input-action:hover::before {
    border-top: 1px solid white;
    border-right: 1px solid white;
}

.im-basket-result__button {
    width: 100%;
    max-width: 284px;
    height: 56px;
    background-color: var(--secondary-color);
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto 10px auto;
    border-radius: 74px;
    user-select: none;
}

.im-basket-result__button:hover {
    background-color: var(--hover-button-blue);
    border-color: var(--hover-button-blue);
    font-weight: normal;
    color: var(--main-color);
    cursor: pointer;
}

.im-basket-result__button_tr {
    background-color: white;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.im-basket-result__coupon {
    font-size: 0.8em;
    color: var(--main-color);
}

.im-basket-result__coupon-alert {
    display: grid;
    grid-template-columns: 1fr 60px;
    align-items: baseline;
}

.im-basket-result__coupon-alert_muted strong {
    color: var(--txt-pink);
    font-size: 1.2em;
}

.im-basket-result__coupon-alert_muted i {
    color: var(--txt-pink);
}

.im-basket-result__coupon-alert_danger strong {
    color: var(--stroke-gray);
    font-size: 1em;
}

.im-basket-result__coupon-close-link {
    font-size: 0.8em;
    text-decoration: underline;
    cursor: pointer;
}

.im-basket-view_show-mobile {
    display: none;
    color: var(--main-color);
    padding-right: 10px;
    font-weight: normal;
}

@media (max-width: 1250px) {
    .im-basket-container {
        flex-direction: column;
    }
    .im-basket-view {
        width: 100%;
        margin-bottom: 40px;
    }
    .im-basket-result {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 850px) {
    .im-basket-view__row_top {
        display: none;
    }
    .im-basket-view__row {
        width: 100%;
        padding: 0 10px;
        grid-template-columns: 50% 45%;
        margin-top: 40px;
        grid-template-rows: 90px 30px 30px 80px;
        grid-template-areas: "itA itB" "itA itC" "itA itD" "itE itF";
    }
    .im-basket-view__row_item {
        border-top: none;
        border-bottom: 1px solid var(--light-blue);
    }
    .im-basket-view .im-basket-view__row_item:last-child {
        border-bottom: none;
    }
    .im-basket-view__row .im-basket-view__col:nth-child(1) {
        grid-area: itA;
    }
    .im-basket-view__row .im-basket-view__col:nth-child(2) {
        grid-area: itB;
    }
    .im-basket-view__row .im-basket-view__col:nth-child(3) {
        grid-area: itD;
    }
    .im-basket-view__row .im-basket-view__col:nth-child(4) {
        grid-area: itC;
    }
    .im-basket-view__row .im-basket-view__col:nth-child(5) {
        grid-area: itE;
        justify-self: center;
    }
    .im-basket-view__row .im-basket-view__col:nth-child(6) {
        grid-area: itF;
        justify-self: center;
    }
    .im-basket-view__trash {
        top: -30px;
        right: 10px;
    }
    .im-basket-view_show-mobile {
        display: inline;
    }
}


/* style card */

.im-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.im-card__compound,
.im-card__box,
.im-card__content {
    width: 33%;
    margin-top: 30px;
    color: var(--main-color);
}

.im-card__box {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.im-card__compound-count,
.im-card__compound-item {
    display: flex;
    font-size: 14px;
}

.im-card__compound-count {
    margin-bottom: 30px;
}

.im-card__compound-count b {
    display: block;
    margin-right: 8px;
}

.im-card__compound-item {
    margin-bottom: 20px;
}

.im-card__compound-item span {
    text-transform: uppercase;
    display: block;
    margin-right: 8px;
}

.im-card__compound-item a {
    text-decoration: underline;
    font-weight: bold;
    color: var(--secondary-color);
}

.im-card__compound-item a:hover {
    text-decoration: none;
}

.im-card__compound-gift {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 25px;
    font-size: 14px;
    color: var(--secondary-color);
}

.im-card__compound-gift img {
    width: 55px;
    display: inline-block;
    margin-left: auto;
}

.im-card__compound-gift section span:first-child {
    text-transform: uppercase;
    font-family: 'Cocon', sans-serif;
}

.im-card__compound-gift section span:last-child {
    font-weight: bold;
}

.im-card__box-detail {
    position: relative;
}

.im-card__box-detail-new {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 60px;
}

.im-card__box-sliders {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.im-card__sliders-main {
    margin-bottom: 20px;
}

.im-card__sliders-main .slick-track {
    display: flex;
}

.im-card__sliders-main .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.im-card__sliders-main-item {
    height: 360px !important;
    max-height: 360px !important;
}

.im-card__sliders-main-item img {
    height: 100%;
    object-fit: contain;
}

.im-card__sliders-bottom-item {
    margin: 0 5px;
    border: 1px solid var(--stroke-gray);
    border-radius: 15px;
    height: 80px !important;
}

.im-card__sliders-bottom-item img {
    height: 90%;
    width: 90%;
    object-fit: contain;
}

.im-card__sliders-bottom .slick-current {
    border: 1px solid var(--secondary-color);
}

.im-card__sliders-bottom .slick-track {
    display: flex;
}

.im-card__sliders-bottom .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.im-card__sliders-bottom-arrow {
    position: absolute;
    top: 40px;
    transform: translate(0, -50%);
    font-size: 24px;
    line-height: 1;
    color: var(--secondary-color);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.im-card__sliders-bottom-arrow_next {
    right: -30px;
}

.im-card__sliders-bottom-arrow_prev {
    left: -30px;
    transform: rotateY(180deg) translate(0, -50%);
}

.im-card__box-sliders-detail {
    position: absolute;
    right: 0;
    top: 64%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-white-blue);
    border-radius: 15px 0 15px 0;
    z-index: 15;
}

.im-card__box-sliders-detail img {
    width: 55%;
}

.im-products-card__preview_detail {
    height: 300px;
}

.im-card__content-mg {
    /* padding-bottom: 30px; */
    border-bottom: 1px solid var(--secondary-color);
    max-width: 500px;
    margin: 0 auto;
}

.im-card__content-mg-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.im-card__content-mg-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 20px;
}

.im-card__content-mg-price>.im-products-card__price-new {
    padding: 0;
    line-height: 1;
}

.im-card__content-mg-inbasket {
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 30px;
    position: relative;
}

.im-card__content-mg-panel {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    /* flex-wrap: wrap; */
}

.im-card__content-mg-button {
    height: 56px;
    background-color: var(--secondary-color);
    color: white;
    width: 100%;
    font-weight: bold;
    max-width: 284px;
    margin-right: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 65px;
}

.im-card__content-mg-button_link {
    min-width: 150px;
    width: 49%;
    margin-right: 10px;
}

.im-card__content-mg-button:hover {
    background-color: var(--hover-button-blue);
    color: var(--main-color);
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.im-card__panel-mg {
    display: flex;
    justify-content: space-between;
    width: 49%;
    max-width: 200px;
    align-items: center;
}

.im-card__panel-action {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--stroke-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.im-card__panel-action:hover {
    border: 1px solid var(--secondary-color);
    cursor: pointer;
}

.im-card__panel-count {
    font-size: 1em;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
}

.im-card__content-txt-title {
    font-family: 'Cocon', sans-serif;
    font-size: 20px;
    margin: 15px 0 10px 0;
}

.im-card__content-txt-in {
    font-size: 14px;
}

.im-card__content-txt-pretitle {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: bold;
    margin: 10px 0 15px 0;
    line-height: 1.3;
}

.im-card__content-property li {
    font-size: 14px;
    position: relative;
    margin: 4px 0;
    padding: 0 0 0 15px;
}

.im-card__content-property li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    transform: translate(0px, -50%);
    background-color: #002169;
}

.im-card__content-property-m li::before {
    width: 4px;
    height: 4px;
}

.im-card__button_saleout {
    background-color: var(--stroke-gray);
}

.im-card__button_saleout:hover {
    background-color: var(--stroke-gray);
    color: white;
    font-weight: bold;
}

@media (max-width: 1100px) {
    .im-card__compound {
        width: 100%;
    }
    .im-card__box,
    .im-card__content {
        width: 46%;
    }
}

@media (max-width: 800px) {
    .im-card__box,
    .im-card__content {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .im-card__content-mg-panel {
        font-size: 16px;
    }
    .im-card__panel-action {
        width: 45px;
        height: 45px;
    }
    .im-card__panel-count {
        margin: 0 8px;
    }
    .im-card__content-mg-button {
        height: 55px;
    }
}

.im-through-block {
    margin-top: 80px;
}

.im-through-section {
    display: flex;
    margin-top: 15px;
}

@media (max-width: 1200px) {
    .im-through-section {
        flex-wrap: wrap;
    }
}

@media (max-width: 900px) {
    .im-through-section {
        justify-content: center;
    }
}

.im-card-tabs {
    margin: 45px auto 10px auto;
}

.im-card-tabs__section {
    overflow: hidden;
}

.im-card-tabs__section-head {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.im-card-tabs__section-caption {
    flex: 1;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    background: var(--button-blue);
    border-radius: 60px;
    height: 56px;
    min-width: 145px;
    max-width: 200px;
    margin: 5px;
}

.im-card-tabs__section-caption:hover {
    background: var(--hover-button-blue);
}

.im-card-tabs__section-caption_active {
    background-color: var(--hover-button-blue);
    font-weight: bold;
    position: relative;
}

.im-card-tabs__section-caption_active::before {
    content: '';
    position: absolute;
    bottom: -22px;
    clip-path: polygon(50% 50%, 100% 50%, 50% 70%, 0% 50%);
    display: block;
    width: 40px;
    height: 45px;
    background-color: var(--hover-button-blue);
}

.im-card-tabs__section-body {
    background: var(--primary);
    position: relative;
    top: -2px;
    transition: 0.25s;
}

.im-card-tabs__section-content {
    display: none;
    padding: 30px 0px;
    color: var(--main-color);
    transform: scaleY(0.8);
    opacity: 0;
    transform-origin: center top;
    -webkit-animation: showContent 0.6s forwards;
    animation: showContent 0.6s forwards;
}

.im-card-tabs__section-content_active {
    display: block;
}

@-webkit-keyframes showContent {
    0% {
        transform: scaleY(0.8);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes showContent {
    0% {
        transform: scaleY(0.8);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}


/* СТИЛИ КАРТОЧЕК ТОВАРОВ */

.im-card-tabs__section-content-video {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.im-card-tabs__section-content-video iframe {
    border-radius: 25px;
    margin: 20px 10px;
}

.im-card-tabs__section-content-container {
    max-width: 650px;
    width: 100%;
    margin: 15px auto 30px auto;
    font-size: 14px;
    color: var(--main-color);
}

.im-card-tabs__section-content-container img {
    display: block;
    margin: 10px auto;
}

.im-card-tabs__section-content-section {
    display: block;
    width: 100%;
    padding: 10px 30px;
    margin: 20px auto;
    border-radius: 25px;
}

.im-card-tabs__section-content-section_blue {
    background-color: var(--light-white-blue);
}

.im-card-tabs__section-content-table {
    max-width: 900px;
    width: 100%;
    margin: 15px auto 30px auto;
    font-size: 14px;
    color: var(--main-color);
    overflow-x: scroll;
    scrollbar-color: #ccc #fff;
    scrollbar-width: thin;
}

.im-card-tabs__section-content-table::-webkit-scrollbar-track {
    background-color: #fff;
}

.im-card-tabs__section-content-table::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc;
}

.im-card-tabs__section-content-table::-webkit-scrollbar {
    height: 5px;
}

.im-card-tabs__section-content-table table {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border-spacing: 2px;
    border-collapse: separate;
}

.im-card-tabs__section-content-table table th {
    padding: 7px 10px;
    border: 1px solid var(--light-blue);
    text-align: left;
    font-weight: normal;
    font-family: 'Cocon', sans-serif;
}

.im-card-tabs__section-content-table table tr th:first-child {
    border-radius: 20px 0 0 0;
}

.im-card-tabs__section-content-table table tr th:last-child {
    border-radius: 0 20px 0 0;
}

.im-card-tabs__section-content-table table tbody td {
    text-align: left;
    border: none;
    padding: 6px 10px;
    border: 1px solid var(--light-blue);
    vertical-align: top;
}

.im-card-tabs__section-content-table table tbody tr td:first-child {
    width: 45%;
}

.im-card-tabs__section-content-table-m table tbody tr td:first-child {
    width: 72%;
}

.im-card-tabs__section-content-table table tbody tr:last-child td {
    border-bottom: 1px solid var(--light-blue);
}

.im-card-tabs__section-content-table table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}

.im-card-tabs__section-content-table table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

.im-card-tabs__section-content-table .im-card-tabs__section-content-th {
    background-color: var(--light-blue);
}

.im-card-tabs__section-content-table .im-card-tabs__section-content-th td {
    border: 1px solid white;
}

.im-card-tabs__section-content-section_pink {
    background: #FFFFFF;
    border: 1px solid rgba(252, 166, 172, 0.6);
    box-shadow: 0px 0px 30px rgba(252, 166, 172, 0.25);
}

.im-card-tabs__section-content-section_green {
    background: #FFFFFF;
    border: 1px solid #BDE461;
    box-shadow: 0px 0px 30px rgba(189, 228, 97, 0.25);
}

.im-card-tabs__section-content-section_blue-c {
    background: #FFFFFF;
    border: 1px solid #D0E6F8;
    box-shadow: 0px 0px 30px rgba(208, 230, 248, 0.25);
}


/* card slider */

.im-card__overslide {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    z-index: 777;
    display: none;
    justify-content: center;
}

.im-card__overslide_active {
    display: flex;
}

.im-card__overslide-carousel {
    position: relative;
    width: calc(100% - 200px);
}

.im-card__overslide-indicators {
    width: 200px;
    overflow-y: scroll;
    z-index: 15;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.im-card__overslide-indicators-item {
    min-width: 120px;
    height: 120px;
    cursor: pointer;
    margin: 10px;
    box-sizing: border-box;
    border: 2px solid transparent;
    display: flex;
    padding: 5px;
}

.im-card__overslide-indicators-item img {
    object-fit: contain;
    margin: auto;
    width: 100%;
    height: 100%;
}

.im-card__overslide-indicators .active {
    border: 2px solid var(--stroke-gray);
    border-radius: 5px;
}

.im-card__overslide-carousel .im-card__overslide-window {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.im-card__overslide-carousel .im-card__overslide-slides {
    height: 100%;
    display: flex;
    transition: transform 0.5s;
}

.im-card__overslide-carousel .im-card__overslide-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.im-card__overslide-carousel .im-card__overslide-item img {
    width: 90%;
    height: 80%;
    object-fit: contain;
    object-position: center;
}

.im-card__overslide-carousel .im-card__overslide-prev,
.im-card__overslide-carousel .im-card__overslide-next {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    background-color: white;
    font-size: 26px;
    box-shadow: 0px 3px 15px 2px var(--stroke-gray);
    text-decoration: none;
    transform: translate(0, -50%);
}

.im-card__overslide-carousel .im-card__overslide-prev:hover,
.im-card__overslide-carousel .im-card__overslide-next:hover {
    background-color: var(--light-blue);
}

.im-card__overslide-carousel .im-card__overslide-prev {
    left: 1%;
}

.im-card__overslide-carousel .im-card__overslide-next {
    right: 1%;
}

.im-card__overslide .im-card__overslide-close {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    text-align: center;
    font-size: 26px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .im-card-tabs__section-caption_active::before {
        content: none;
    }
}

@media (max-width: 1000px) {
    .im-card__overslide {
        flex-direction: column;
        flex-direction: column-reverse;
    }
    .im-card__overslide-carousel {
        height: calc(100% - 200px);
        width: 100%;
    }
    .im-card__overslide-indicators {
        width: 100%;
        height: 200px;
        overflow-y: unset;
        overflow-x: scroll;
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
    }
}

@media (max-width: 600px) {
    .im-card-tabs__section-content-table {
        font-size: 2.3vw;
    }
}

@media (max-width: 450px) {
    .im-card__sliders-bottom-item {
        height: 70px !important;
    }
}

.im-payment-container {
    font-size: 14px;
    color: #002169;
}

.im-payment-btn {
    height: 56px;
    padding: 5px 30px;
    margin: 15px 0;
    font-weight: bold;
    background-color: var(--secondary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    max-width: 284px;
    border-radius: 50px;
    transition: 0.0s;
}

.im-payment-btn:hover {
    background-color: var(--hover-button-blue);
    color: var(--main-color);
    font-weight: normal;
}

.im-payment-section {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #85C4E8;
    padding-bottom: 20px;
    margin: 15px 0;
}

.im-payment-section>img {
    width: 170px;
    display: inline-block;
    margin: 0 0 0 10px;
}

.im-payment-title {
    max-width: 500px;
    width: 100%;
    font-size: 14px;
    color: #002169;
}

.im-payment-txt-img {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    color: #002169;
    line-height: 1.2;
}

.im-payment-txt-img>img {
    /* width: 35px; */
    height: 35px;
    object-fit: contain;
    display: inline-block;
    margin-right: 5px;
}

.im-payment-todo li:before {
    content: '';
    display: block;
    background-image: none;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    background-color: var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 4px;
}

.im-payment-todo li {
    position: relative;
    margin: 4px 0;
    padding: 0 0 0 18px;
}

.im-payment-todo_error {
    color: var(--error-color);
}

.im-payment-todo_error li:before {
    background-color: var(--error-color);
}

@media (max-width: 600px) {
    .im-payment-section {
        flex-direction: column;
    }
    .im-payment-btn {
        margin: 15px auto;
    }
    .im-payment-section>img {
        margin: 15px 0 0 0px;
    }
}

.im-footer-docs {
    color: var(--main-color);
    line-height: 1.2;
    font-size: 13px;
}

.im-footer-docs h1 {
    font-size: 3em;
    text-align: center;
    margin: 0 0 35px 0;
}

.im-footer-docs h2 {
    font-size: 2em;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.im-footer-docs h3 {
    font-size: 2em;
    margin: 0 0 15px 0;
}

.im-footer-docs p:last-child {
    margin-bottom: 45px;
}

.im-footer-docs p {
    margin-top: 15px;
    margin-bottom: 45px;
}

.im-footer-docs span {
    display: block;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.im-footer-docs a {
    font-weight: bold;
    text-decoration: underline;
}

.im-footer-docs ul {
    margin: 0 0 10px 0;
}

.im-footer-docs ul li:before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: var(--main-color);
    background-image: none;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.im-footer-docs a pnk {
    color: var(--txt-pink) !important;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .im-footer-docs {
        line-height: 1.3;
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .im-footer-docs {
        line-height: 1.2;
        font-size: 10px;
    }
}
/* End */


/* Start:/local/templates/kabrita/components/bitrix/catalog/catalog_shop/style.css?17331420582158*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.shop--faq-panel {
	max-width: 275px;
	margin: 20px auto;
	border-radius: 30px;
	border: 4px solid #E4F3FF;
	color: #1B296A;
	padding: 15px;
}
.shop--faq-panel--link {
	display: block;
	color: inherit;
	text-decoration: underline;
}
.shop--faq-panel--image {
	display: block;
	max-width: 50px;
	margin: 0 auto;
}
.shop--faq-panel--title {
	display: block;
	margin: 0.5em 0 0.25em;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.shop--faq-panel--text {
	margin: 0;
	font-size: 16px;
}

/*
.shop--capital-panel--link {
	order: -1;
	max-width: 275px;
	margin: 20px auto;
}
.shop--capital-panel--image {
	display: block;
	max-width: 100%;
}
*/

@media (min-width: 1000px) {
	.im-showcase {
		display: grid;
		grid: repeat(2, auto) 1fr / auto 1fr;
	}
	.im-showcase__filter-box {
		grid-area: 1 / 1;
	}
	.im-showcase__section {
		grid-area: 1 / 2 / -1;
	}
	.shop--faq-panel {
		/*grid-area: 3 / 1;*/
		grid-area: 2 / 1;
		margin-top: 50px;
	}

	/*
	.shop--capital-panel--link {
		grid-area: 2 / 1;
		margin-top: 50px;
	}
	*/
}

/* End */


/* Start:/local/templates/kabrita/components/bitrix/catalog/catalog_shop/bitrix/catalog.section.list/section_showcase/style.css?16758412497151*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/local/templates/kabrita/components/bitrix/catalog.section/category_showcase/style.css?16758412783808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/kabrita/components/bitrix/catalog.item/shop_item/style.css?167584127225363*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/kabrita/components/bitrix/catalog.section/category_showcase/themes/blue/style.css?1675841287825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /assets/inlude_shop/sources/style.css?173346810246622 */
/* /local/templates/kabrita/components/bitrix/catalog/catalog_shop/style.css?17331420582158 */
/* /local/templates/kabrita/components/bitrix/catalog/catalog_shop/bitrix/catalog.section.list/section_showcase/style.css?16758412497151 */
/* /local/templates/kabrita/components/bitrix/catalog.section/category_showcase/style.css?16758412783808 */
/* /local/templates/kabrita/components/bitrix/catalog.item/shop_item/style.css?167584127225363 */
/* /local/templates/kabrita/components/bitrix/catalog.section/category_showcase/themes/blue/style.css?1675841287825 */
