

/* Start:/local/components/region.kabrita/form.catalog/templates/shop/style.css?174800108322122*/
: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: 75%;
    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-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-streamer-empty {
    display: none;
    color: var(--main-color);
}

.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: 230px;
    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; */
    width: 90%;
    margin: 0 auto;
}

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

.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;
    opacity: 0;
    animation: ani 1s forwards;
}

@keyframes ani {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* .im-showcase__filter-item_tr {
    width: 210px;
    height: 40px;
    border-radius: 52px;
    border: 1px solid #85C4E8;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.im-showcase__filter-item_tr label {
    max-width: 170px;
}

.im-showcase__filter-item_tr input[type="checkbox"]+label::before {
    display: none !important;
}

.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;
    padding-left: 10px;
}

.im-showcase__filter-item_tr input[type="checkbox"]+label {
    width: 210px;
    height: 40px;
    border-radius: 52px;
    /* border: 1px solid #85C4E8; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-left: 15px;
}

.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.75em;
    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-item_tr input[type="checkbox"]:checked+label {
    background: #E9F4FD;
    border: 1px solid #C7DDF0;
}

.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: 80%;
}

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

    scroll-margin-top: 110px;
}

.im-products-card {
    width: 100%;
    max-width: 230px;
    border-radius: 15px;
    height: unset;
    background: #FFFFFF;
    animation: soft_transparency 1s forwards;
    /* 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: 35px 20px 20px 20px; */
    margin: 0px 8px 20px 8px;
    display: flex;
    flex-direction: column;
    /* max-height: 480px; */
    opacity: 0.5;
    border: 1px solid #ADD7F0;
    /* overflow: hidden; */
    height: 480px !important;
}

.im-products-card_expand {
    height: fit-content !important;
    margin-bottom: -50px;
    z-index: 10;
    min-height: 460px;
}

@keyframes soft_transparency {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}


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

.im-products-card__header {
    position: absolute;
    top: 7px;
    left: 10px;
    color: #F08AB7;
    font-weight: bold;
    font-size: 13px;
    width: 60%;
    line-height: 1;
}

.im-products-card__header_ribbon {
    position: absolute;
    top: 17px;
    left: 10px;
    color: #F08AB7;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
}

.im-products-card__ribbon {
    display: inline;
    background-color: #F08AB7;
    color: white;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -17px;
    margin-right: 5px;
}

.im-products-card__ribbon::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -12px;
    left: -17px;
    border-top: 6px solid #DB6F9F;
    border-left: 7px solid transparent;
}

/* .im-products-card__ribbon::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 26px;
    top: -7px;
    right: 61px;
    background: radial-gradient(at 100% 50%, transparent 70%, #F08AB7 0%);
} */

.im-products-card__age {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    padding: 4px 6px;
    color: #002169;
    font-size: 15px;
    /* width: fit-content; */
    /* background-color: white; */
    /* z-index: 5; */
    border-radius: 6px;
    border: 1px solid #002169;
}

.im-products-card__age sup {
    top: -2px;
    text-transform: uppercase;
}

.im-products-card_top {
    background: #E4F3FF;
    height: 156px;
    display: flex;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.im-products-card__preview {
    width: 100%;
    /* height: 200px; */
    /* height: 35%; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0 -10%;
}

.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;
    /* width: 44%; */
    max-height: 140px;
}

.im-products__multiplier {
    position: relative;
    padding: 10px 0 0 10px;
    width: 26%;
    display: flex;
    align-items: center;
    /* font-family: 'Cocon', sans-serif; */
    font-weight: bold;
    user-select: none;
    justify-content: center;
}

.im-products__multiplier img {
    /* max-width: 8px; */
    position: relative;
    /* top: 5px; */
}

.im-products__multiplier span {
    padding-left: 1px;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.im-products__multiplier span b {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Comfortaa', sans-serif;
}

.im-products__multiplier-top {
    position: absolute !important;
    top: -10px !important;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 18px;   
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 15px;
    padding: 5px;
    margin-left: 5px;
}

.im-products__multiplier-top img {
    width: 20px;
    height: 15px;
    padding-right: 3px;
}

.im-products__multiplier-top span {
    font-size: 12px;
    line-height: 1;
}

.im-products-card__tab-new {
    position: absolute;  
    top: 144px;
    right: -1px;      
    width: 60px;
    height: auto;    
}

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

.im-products-card__txt {
    font-size: .9em;
    margin-top: 6px;
    /* overflow-y: overlay; */
    /* height: -webkit-fill-available; */
    margin-bottom: 10px;
    color: var(--txt-gray);
    scrollbar-color: #ccc #fff;
    scrollbar-width: thin;
    line-height: 1.3;
    flex: 1;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.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__txt-expand {
    font-size: .9em;
    margin-bottom: 5px;
}

.im-products-card__txt-arrow {
    position: absolute;
    right: 0;
    bottom: 5px;
    cursor: pointer;
}

.im-products-card__txt-arrow_active {
    transform: rotate(180deg);
}

.im-products-card__price {
    display: flex;
    align-items: start;
    margin-top: auto;
    position: relative;
    padding: 0 15px;
}

.im-products-card__price-new {
    /* font-size: 1.4em; */
    font-size: 1.1em;
    font-weight: bold;
    padding-right: 10px;
    height: auto;
    white-space: nowrap;
}

.im-products-card__price-old {
    position: absolute;
    top: -15px;
    font-size: 12px;
}

.im-products-card__price-old span {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: rgb(239, 138, 185);
}

.im-products-card__price-one {
    font-size: 14px;
    font-weight: 500;
    color: #A4A4A4;
}

@media (min-width: 500px) {
    .im-products-card__price-new {
        font-size: 18px;
        height: 45px;
    }

    .im-products-card__price-one {
        font-size: 14px;
    }
}

/* .im-products-card__price-one::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: 0 auto;
    font-size: .8em;
    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__price-profit {
    font-size: 14px;
    line-height: 1;
    color: #EF8AB9;
    border-radius: 8px;
    background: #F5DCE8;
    padding: 3px 5px;
}

/* .product-item-info-container {
    margin: auto 0 20px;
} */

.im-products-card__panel {
    margin: 20px 0;
    position: relative;
    height: 50px;
}

.im-products-card__panel-button {
    height: 50px;
    width: 80%;
    border-radius: 50px;
    background-color: var(--secondary-color);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 0.9em;
    user-select: none;
    margin: 0 auto;
}

.button_instock {
    background-color: #E4E4E4 !important; 
    color: #A4A4A4 !important;
}

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

.button_instock:hover {
    color: #A4A4A4 !important;
    background-color: #E4E4E4 !important; 
    cursor: default!important;
    font-weight: bold!important;    
}

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

.im-products-card__panel-action {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #D0E6F8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    -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 15px;
}

.im-products-card__column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: #F08AB7;
    font-weight: bold;
    font-size: 15px;
}

.im-products-card__amt {
    color: #FFFFFF;
    font-size: 13px;
    background: #EF8AB9;
    padding: 4px 12px;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
}

@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) {
    .container_im {
        padding-top: 30px;
    }

    .header__row__right {
        width: auto !important;
    }

    .im-showcase {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .im-showcase__filter-container {
        max-width: 510px;
    }

    .im-showcase__filter-item input[type="checkbox"]+label {
        /* padding-left: 0; */
    }

    .im-container {
        padding: 0 20px 0 20px;
    }

    .im-container-mt {
        margin: 110px auto 30px auto;
        padding: 0 20px 0 20px;
    }

    .im-showcase__filter-item {
        width: 41%;
    }

    .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-wrap: wrap;
        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: 46%;
        /* padding-left: 10px; */
    }

    .im-showcase__filter-item input[type="checkbox"]+label {
        padding-left: 0;
    }

    .im-showcase__filter-item_tr {
        width: max-content;
        padding: 0;
    }

    .im-showcase__filter-item_tr input[type="checkbox"]+label {
        width: auto;
        border: 1px solid #85C4E8;
        justify-content: center;
        padding: 0px 10px;
        height: 32px;
    }

    .im-showcase__filter-container {
        max-width: 300px;
    }

    .im-container,
    .im-container-mt {
        font-size: 16px;
    }

    .im-container {
        margin: 40px auto 30px auto;
    }

    .im-products-card {
        margin: 0px 8px 30px 8px;
        max-width: 290px;
        max-height: fit-content;
    }

    /* .im-products-card__preview {
        height: 40%;
    } */

    .im-showcase__filter {
        display: none;
    }

    .im-showcase__filter-control {
        display: flex;
    }

    .im-products-card__txt {
        /* height: fit-content; */
    }

    .im-products-card__panel-button {
        width: 70%;
    }
}

@media (max-width: 400px) {
    .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%; */
    }
}


/* End */


/* Start:/local/components/region.kabrita/form.basket/templates/shop/style.css?174715172249698*/
.grecaptcha-badge {
    visibility: hidden;
}

.im-banner {
    width: 100%;
    margin-top: 30px;
}

.im-banner img {
    width: 100%;
}

.single-page__title {
    display: none;
}

.im-title {
    /* margin: 30px 0; */
    position: relative;
}

.im-title__text {
    font-size: 38px;
    color: #05347f;
    font-family: "MyriadProBold", Sans-serif;
    font-weight: bold;
}

.shop--faq-panel {
    max-width: 275px;
    margin: 20px auto;
    border-radius: 30px;
    border: 4px solid #E4F3FF;
    color: #1B296A;
    padding: 15px;

    grid-column: 1;
    grid-row: 2;
}
.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;
}

.im-showcase__section {
    grid-column: 2;
    grid-row: 1 / span 3;
    width: 103%;
}

@media (max-width: 1000px) {
    .im-showcase {
        grid-template-columns: 1fr;
    }

    .im-showcase__filter-box,
    .shop--faq-panel,
    .im-showcase__section {
        grid-column: 1;
        grid-row: auto;
    }

    .shop--faq-panel {
        grid-column: 1;
        order: 2;
        margin: 40px auto;
        max-width: 275px;
        width: 100%;
    }
    .im-products-block__section {
        justify-content: center;
    }
}

.im-cart {
    /* position: fixed;
    right: 20px;
    top: 110px; */
    width: 75px;
    height: 75px;
    border-radius: 45px;
    /* background: #E8F2F7;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 1px #afafaffc;
    box-shadow: 0px 0px 10px 1px #afafaffc; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.im-cart:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0px 0px 5px 4px #afafaffc;
    box-shadow: 0px 0px 5px 4px #afafaffc;
    cursor: pointer;
}

.im-cart img {
    width: 129%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -47%);
}


.im-cart span {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #F08AB7;
    right: -3px;
    top: -3px;
}


.js--popup_basket,
.js--popup_form {
    display: none;
}

.im-basket {
    position: relative;
    /* position: absolute; */
    /* display: none; */
    /* right: 1%; */
    /* top: 80px; */
    width: 870px;
    z-index: 150;
    color: #002169;
}

.im-basket__shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #FFF;
    /* opacity: 0.9; */
    border-radius: 25px;
    -webkit-box-shadow: 0 0 31px 0 #a7a7a7;
    box-shadow: 0 0 31px 0 #a7a7a7;
}

.im-basket__box {
    position: relative;
    padding: 30px 40px;
    z-index: 1;
}

.im-basket__close {
    position: absolute;
    right: 20px;
    top: 22px;
    width: 22px;
    line-height: 0.5;
}

.im-basket__close img {
    width: 100%;
}

.im-basket__close:hover {
    cursor: pointer;
    opacity: 0.8;
}

.im-basket__title {
    font-size: 36px;
    font-weight: bold;
}

.im-basket__empty {
    font-size: 20px;
    text-align: center;
}

.im-basket__products,
.im-basket__offers {
    margin: 15px 0;
    width: 100%;
}

.im-basket__offers_title {
    color: #002169;
    font-family: "Century Gothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
}

.im-hat {
    font-size: 14px !important;
    color: #002169 !important;
    font-weight: 400 !important;
}

.im-line {
    margin: 10px 0;
    width: 100%;
    height: 2px;
    background: #D0E6F8;
}

.im-line_mob span {
    display: none;
    font-weight: bold;
    color: #85C4E8;
    font-size: 16px;
}

@media (max-width: 500px) {
    .im-line_mob {
        background: none;
        height: auto;
        width: max-content;
    }

    .im-line_mob span {
        display: inline;
    }
}

@media (max-width: 992px) {
    .im-hat {
        display: none !important;
    }
}

.im-basket__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    /* animation: .3s ease-in-out 0s 1 alternate op; */
}

/* .an {
    
} */

/* @keyframes op {
    0% {
        filter: blur(50px) opacity(0);
        -webkit-filter: blur(50px) opacity(0);
    }

    100% {
        filter: blur(0px) opacity(1);
        -webkit-blur: (0px) opacity(1);
    }
} */

.im-basket__item-img {
    width: 65px;
}

.im-basket__item-img img {
    width: 100%;
}

.im-basket-view__col {
    width: 20%;
}

.im-basket__item-title {
    width: 20%;
    font-size: 16px;
    line-height: 1.1;
    font-weight: bold;
    color: #002169;
}

.im-basket__item-weight {
    width: 7%;
}

@media (max-width: 1000px) {
    .im-basket__item-weight {
        display: none !important;
    }
}

.im-basket-card__price-discount {
    /* margin-left: auto; */
    font-size: .9em;
    display: flex;
    align-items: center;
    color: var(--txt-pink);
    font-weight: bold;
    width: 7%;
    /* position: absolute; */
    /* left: -20px;
    top: 50%;
    transform: translate(0, -50%);     */
}

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

.im-basket__item-mg {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    /* font-weight: bold; */
    position: relative;
}

.im-basket__item-mg button {
    /* padding: 5px; */
    font-family: 'Century Gothic', sans-serif;
    background: none;
    border: 1px solid var(--stroke-gray);
    border-radius: 50%;
    font-size: 26px;
    line-height: .8;
    /* color: #B81D1C; */
    /* font-weight: bold; */
    outline: none;
    cursor: pointer;
    color: #002169;
    width: 40px;
    height: 40px;
}

.im-basket__item-price {
    line-height: 1;
    width: 115px;
}

.im-basket__item-mg span {
    line-height: 1;
    border-radius: 8px;
    text-align: center;
    width: 30%;
}

.im-basket__item-price-old span:nth-child(1) {
    font-size: 16px;
    position: relative;
}

.im-basket__item-price-old span:nth-child(1)::before {
    content: '';
    border-bottom: 2px solid #c22530;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 45%;
}

.im-basket__item-price-old span:nth-child(2) {
    font-size: 20px;
    color: #b81d1c;
    font-weight: bold;
}

.im-basket__item-price-new {
    font-size: 18px;
}

.im-basket__item-price-new span {
    font-size: 18px;
    font-weight: bold;
}

.im-basket__item-del {
    width: 20px;
}

.im-basket__item-add {
    width: 40px;
}

.im-basket__item-del:hover,
.im-basket__item-add:hover {
    cursor: pointer;
}

.im-basket__item-del img,
.im-basket__item-add img {
    width: 100%;
}

.im-basket__promo {
    position: relative;
}

.im-basket__promo-math {
    display: none;
}

.im-basket__promo input {
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    color: #05347f;
    -webkit-box-shadow: 0 0 7px 0 #bbb;
    box-shadow: 0 0 7px 0 #bbb;
    border-radius: 45px;
    border: none;
    outline: none;
    font-weight: normal;
    margin: 15px 0;
}

.im-basket__promo input::-webkit-input-placeholder {
    color: #8A8A8A;
}

.im-basket__promo input::-moz-placeholder {
    color: #8A8A8A;
}

.im-basket__promo-err {
    color: #B81D1C;
    font-size: 15px;
    margin-top: -5px;
    display: none;
    padding-left: 15px;
    line-height: 1;
}

.im-basket__promo button {
    position: absolute;
    border-radius: 45px;
    padding: 10px 30px;
    font-size: 18px;
    border: none;
    outline: none;
    right: 0;
    top: 15px;
    color: white;
    background-color: #B7B7B7;
}

.im-basket__promo button:hover {
    background-color: #b81d1c;
}

.im-basket__promo button span:nth-child(2) {
    display: none;
}

.im-basket__rows {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    margin-top: 5px;
    width: 85%;
}

.im-basket__promo-all,
.im-basket__promo-sale {
    font-size: 24px;
}

.im-basket__promo-sale {
    color: #B81D1C;
}

.im-basket__promo-all-price,
.im-basket__promo-sale-price {
    font-size: 18px;
}

.im-basket__promo-all-price span,
.im-basket__promo-sale-price span {
    font-size: 28px;
    font-family: "MyriadProBold", Sans-serif;
}

.im-basket__total {
    font-size: 30px;
}

.im-basket__total-price {
    font-size: 18px;
    line-height: 1.4;
    text-align: end;
}

.im-basket__total-price span {
    font-size: 16px;
}

.im-basket__total-price-old {
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.im-basket__total-price-old span {
    font-size: 16px !important;
}

/* .im-basket__total-price-old:before {
    content: '';
    border-bottom: 2px solid #c22530;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 45%;
} */

.im-basket__total-discount,
.im-basket__total-action-discount {
    color: var(--txt-pink);
    font-size: 16px;
}

/* im-basket-result__section_action */

.im-basket__button {
    text-align: right;
    margin-top: 30px;
}

.im-basket__button button {
    padding: 15px 30px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    background-color: #05347f;
    border-radius: 45px;
    border: none;
    outline: none;
}

.im-send {
    position: fixed;
    overflow: scroll;
    padding-top: 40px;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

.im-send::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent;
}

.im-send::-webkit-scrollbar-thumb {
    background-color: #74b7da;
    border-radius: 9em;
}

.im-send::-webkit-scrollbar-thumb:hover {
    background-color: #74b7da;
}

.im-send__preloader {
    display: none;
}

.im-send__container {
    max-width: 600px;
    margin: auto;
    position: relative;
}

.im-send__shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #E7F2F8;
    opacity: 0.9;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 31px 0 #a7a7a7;
    box-shadow: 0 0 31px 0 #a7a7a7;
}

.im-send__box {
    position: relative;
    padding: 30px 50px;
    z-index: 1;
}

.im-send__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    line-height: 0.5;
}

.im-send__close img {
    width: 100%;
}

.im-send__close:hover {
    cursor: pointer;
    opacity: 0.8;
}

.im-send__title {
    margin-top: 25px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: "MyriadProBold", Sans-serif;
    line-height: 1;
}

.im-send__form {
    max-width: 450px;
    margin: 10px auto;
}

.im-send__form-item {
    position: relative;
}

.im-send__form-item a {
    color: #05347f;
}

.im-send__form-item input,
.im-send__form-item textarea {
    padding: 15px 25px;
    border-radius: 15px;
    border: none;
    margin: 5px auto;
    width: 100%;
    font-size: 16px;
    outline: none;
    resize: none;
}

.im-send__form-item input::-webkit-input-placeholder,
.im-send__form-item textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

.im-send__form-item input::-moz-placeholder,
.im-send__form-item textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

.im-send__form-item input[type="checkbox"] {
    position: absolute;
    left: 5px;
    top: 0;
    border: none;
    width: auto;
    outline: none;
}

.im-send__form-item label {
    padding-left: 25px;
    line-height: 1.2;
}

.im-send__form-error {
    color: #B81D1C;
    font-size: 16px;
    padding-left: 25px;
    line-height: 1;
}

.im-send__delivery-action {
    font-size: 18px;
    color: #999999;
    padding-left: 10px;
}

.im-send__delivery-action:hover {
    cursor: pointer;
    opacity: 0.9;
}

.im-send__delivery-text {
    padding: 15px 25px;
    border-radius: 15px;
    border: none;
    margin: 5px auto;
    width: 100%;
    font-size: 16px;
    outline: none;
    resize: none;
    color: #999999;
    background-color: white;
    display: none;
}

.im-send__form-total {
    color: #B81D1C;
    font-size: 28px;
    line-height: 1;
    margin: 15px 0 0 15px;
}

.im-send__form-total span {
    font-weight: bold;
    font-size: 38px;
}

.im-send__form button {
    padding: 15px 30px;
    margin-top: 15px;
    font-size: 22px;
    text-transform: uppercase;
    color: white;
    background-color: #05347f;
    border-radius: 45px;
    border: none;
    outline: none;
}

.im-send__form-end {
    font-size: 15px;
    color: #999999;
    margin-top: 30px;
    line-height: 1;
}

.im-showcase {
    display: grid;
    column-gap: 10px;
    align-items: start;
}

/* @media (max-width:1200px) {
    .im-showcase__item-img {
        height: 300px;
    }
} */

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

@media (max-width:992px) {

    /* .im-showcase__item-img {
        height: 200px;
    }
    .im-showcase__item-sale {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    .im-showcase__item-sale span {
        padding: 0 2px;
        font-size: 19px;
    } */
    .im-basket {
        min-width: auto;
        width: 100%;
        max-width: 375px;
    }

    .im-basket-container {
        flex-direction: column;
    }

    .im-basket-view__col {
        width: 35%;
    }

    .im-basket__box {
        padding: 20px 20px;
    }

    .im-basket__item {
        margin-bottom: 60px;
        flex-wrap: wrap;
        /* border-bottom: 1px solid; */
        /* padding-bottom: 20px; */
    }



    .im-basket__item-mg {
        width: 40%;
    }

    .im-basket__item-mg span {
        border: none;
    }

    .im-basket-card__price-discount {
        position: absolute;
        left: 134px;
        top: 20px;
    }

    .im-basket-card__price-discount.-offers {
        top: 160px;
    }

    .im-basket__item-title {
        width: 60%;
        font-size: 16px;
    }

    .im-basket__item-del,
    .im-basket__item-add {
        position: absolute;
        top: 15px;
        right: 0;
    }

    .im-basket__item-price {
        /* position: absolute;
        bottom: -60px;
        left: 0; */
    }

    .im-basket__rows {
        width: 100%;
    }

    .im-basket__promo input {
        padding: 7px 20px;
    }

    .im-basket__promo button {
        padding: 7px 20px;
        font-size: 30px;
        line-height: 0.9;
    }

    .im-basket__promo-err {
        padding-left: 0;
        font-size: 16px;
    }

    .im-basket__promo button span:nth-child(1) {
        display: none;
    }

    .im-basket__promo button span:nth-child(2) {
        display: inline;
    }

    .im-basket__promo-all,
    .im-basket__promo-sale,
    .im-basket__promo-all-price span,
    .im-basket__promo-sale-price span {
        font-size: 20px;
    }

    .im-basket__total,
    .im-basket__total-price span {
        font-size: 16px;
    }

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

    .im-basket__button button {
        padding: 10px 20px;
        font-size: 20px;
    }

    .im-title-xl {
        font-size: 2.2em;
    }

    .im-basket__total-price-old span {
        font-size: 16px !important;
    }
}

@media (max-width:768px) {

    /* .im-basket {
        top: 80px;
        right: 1%;
    } */
    /* .im-showcase__item-info {
        font-size: 16px;
    } */
    /* .im-cart {
        top: -10px;
    } */
    .im-send__container {
        max-width: 95%;
    }

    .im-send__title {
        font-size: 20px;
    }

    .im-send__box {
        padding: 30px 20px;
    }

    .im-send__form-item input,
    .im-send__form-item textarea {
        padding: 10px 20px;
    }

    .im-send__form-total {
        font-size: 20px;
        margin: 10px 0 0 0px;
    }

    .im-send__form-total span {
        font-size: 30px;
    }

    .im-send__form button {
        padding: 15px 15px;
        margin-top: 15px;
        font-size: 18px;
    }

    .im-send__form-end {
        margin-top: 10px;
    }
}

@media (max-width:576px) {
    .im-banner {
        width: calc(100% + 60px);
        margin: 30px -30px;
    }

    /* .im-showcase__item {
        width: 250px;
        margin-bottom: 20px;
    }
    .im-showcase__item-img {
        width: 100%;
    } */
    .im-title__text {
        font-size: 7vw;
    }
}

@media (max-width:400px) {
    .im-basket {
        max-width: 330px;
    }

    .im-basket__box {
        padding: 20px 10px;
    }

    .im-basket__item-mg {
        width: 58%;
        padding: 5px 25% 5px 5px;
    }

    .im-basket-card__price-discount {
        left: 67%;
    }

    .im-basket-card__price-discount.-offers {
        left: 39%;
    }

    .im-basket__item-mg button {
        font-size: 21px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width:360px) {
    .im-basket {
        /* right: -10%; */
    }
}






/* body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
} */

.js--popup-container,
.im-basket,
.buy-basket-form {
    display: none;
}














.buy-basket {
    position: fixed;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 13px 14px 14px 17px;
    z-index: 99;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 767px) {
    .buy-basket {
        bottom: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.08);
        box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.08)
    }
}

@media (min-width: 768px) {
    .buy-basket {
        top: 30%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -320px;
        width: 310px;
        -webkit-box-shadow: 0 40px 40px rgba(0, 0, 0, 0.08);
        box-shadow: 0 40px 40px rgba(0, 0, 0, 0.08)
    }
}

@media (max-width: 767px) {
    .buy-basket._active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width: 768px) {
    .buy-basket._active {
        right: 0
    }
}

.buy-basket__head {
    border-bottom: 1px solid #85C4E8;
    padding-bottom: 6px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.buy-basket__head__icon {
    position: relative;
    background-image: url("/img/buy-basket-icon.png");
    background-size: contain;
    margin-right: 9px;
    width: 16px;
    height: 16px
}

@media (min-width: 768px) {
    .buy-basket__head__icon {
        width: 26px;
        height: 26px
    }
}

.buy-basket__head__icon__num {
    position: absolute;
    width: 14px;
    height: 14px;
    right: -6px;
    top: -6px;
    background: #FFFFFF;
    border: 1px solid #85C4E8;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 8px;
    color: #85C4E8;
    text-align: center
}

.buy-basket__head__text {
    font-size: 13px;
    color: #85C4E8
}

.buy-basket__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6px 0
}

.buy-basket__item:first-child {
    margin-top: 0
}

.buy-basket__item:last-child {
    margin-bottom: 0
}

.buy-basket__item__name {
    font-size: 12px;
    color: #102D69;
    padding-right: 7px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.buy-basket__item__num {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #85C4E8;
    border-radius: 50%;
    background-color: white;
    font-size: 12px;
    color: #85C4E8;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.buy-basket__item__price {
    font-size: 9px;
    width: 80px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #85C4E8;
    border-radius: 16px;
    margin-left: 9px;
    color: white;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.buy-basket__footer {
    padding-top: 5px
}

@media (max-width: 767px) {
    .buy-basket__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.buy-basket__all {
    line-height: 1;
    font-weight: bold;
    color: #85C4E8;
    font-size: 16px
}

@media (min-width: 768px) {
    .buy-basket__all {
        font-size: 23px;
        margin-bottom: 10px
    }
}

.buy-basket__btn {
    font-size: 14px;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px
}

.buy-basket-form {
    background-color: #EEF3F8;
    width: 530px;
    max-width: 100%;
    background-position: 100% 100%;
    background-size: auto 95%;
    background-repeat: no-repeat;
    padding: 20px;
    font-size: 14px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 31px 0 #a7a7a7;
    box-shadow: 0 0 31px 0 #a7a7a7;
    position: relative;
}

@media (min-width: 768px) {
    .buy-basket-form {
        padding: 63px 76px 28px
    }
}

@media (max-width: 580px) {
    .buy-basket-form {
        width: 97% !important;
        margin: auto !important;
    }
}


.basket-form__total {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #102D69;
    font-family: 'Cocon', sans-serif;
    padding-top: 5px;
    border-top: 1px solid #c9c9c9;
}

.basket-form__total_count {
    font-size: 18px;
}

.basket-form__promo_btn {
    width: 80px;
    height: 20px;
    background-color: #85C4e8;
    text-align: center;
    border-radius: 8px;
    color: white;
    font-size: 12px;
    margin: 0 0 0 auto;
}

.basket-form__promo_btn:hover {
    cursor: pointer;
    background-color: #88c7eb;
}

.basket-form__promo {
    display: none;
    color: #102D69;
}

.basket-form__promo_products {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    border-top: 1px solid #c9c9c9;
    padding: 5px 0;
}

.basket-form__promo_discount {
    display: flex;
    justify-content: space-between;
    color: red;
}

.buy-basket-form__close {
    position: absolute;
    right: 20px;
    top: 22px;
    width: 22px;
    line-height: 0.5;
}

.buy-basket-form__close img {
    width: 100%;
}

.buy-basket-form__close:hover {
    cursor: pointer;
    opacity: 0.8;
}






.modal-wrapper {
    position: fixed;
    display: flex;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    /* background:rgba(0,0,0,.7); */
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(9px);
    z-index: 100;
    overflow: auto;
    flex-flow: wrap;
    scrollbar-width: thin;
    scrollbar-color: #fff0 #fff0;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.modal-window {
    /* width:300px;
   height:500px; */
    margin: 30px auto;
    padding: 0 10px;
}

@media (max-width: 400px) {
    .modal-window {
        padding: 0 5px;
    }
}

/* basket */

.im-basket-container {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    justify-content: flex-end;
    align-items: end;
}

.im-basket-view {
    width: 100%;
    /* 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 .2fr;
    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__col {
    width: 126px;
} */

.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: center;
}

.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;
}

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
    padding: 0;
    width: 60px;
    height: 28px;
    outline: 0;
    border: 1px solid #e4e4e4;
    border-radius: 1px;
    vertical-align: middle;
    text-align: center;
    font: var(--ui-font-weight-bold) 18px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 300ms all ease;
}


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

.im-basket-result.total {
    width: 100%;
    max-width: 100%;
}

.im-basket-result__section {
    display: flex;
    margin-top: 10px;
    height: fit-content;
    justify-content: space-between;
    align-items: flex-end;
    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_discont,
.im-basket-result__section_price {
    display: none;
}

.im-basket-result__section_total {
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
}

.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;
    border-bottom: 1px solid #A4A4A4;
    border-radius: 0 !important;
}

@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: 30px 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: 50px 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;
    }
}
/* End */
/* /local/components/region.kabrita/form.catalog/templates/shop/style.css?174800108322122 */
/* /local/components/region.kabrita/form.basket/templates/shop/style.css?174715172249698 */
