

/* Start:/local/templates/Med/components/bitrix/catalog.element/.default/style.css?178697089614571*/
.catalogElement__title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.catalogElement__inter {
    gap: 5px;
}

.product__article {
    color: #807973;
    font-size: 16px;
}

.product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
    row-gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5625rem
}

.product__price .item_economy_price {
    font-size: 20px;
    font-weight: 600;
}

.product__price-current {
    font-size: 40px;
    font-weight: 700;
}

.product__price-old {
    color: #807973;
    font-size: 25px;
    font-weight: 100;
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

.product__price-discount {
    color: #fd5b12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 100;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__price-currency {
    font-size: 35px;
}
.product__price-old .product__price-currency {
    font-size: 25px;
}

.product__props-text {
    margin-bottom: 10px;
    font-size: 16px;
}

.product__sizes-table {
    color: #807973;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 100;
    margin-top: .625rem;
    position: relative;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.product__sizes-table:before {
    background: url(/local/templates/Med/components/bitrix/catalog.element/.default/../images/sizes.svg) no-repeat;
    content: "";
    display: block;
    height: 1.3125rem;
    position: absolute;
    top: .5rem;
    width: 1.3125rem
}

.product__link {
    font-size: 16px;
    color: #232227;
}

.product__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem
}

.product__color-container {
    height: 50px;
    padding: 2px;
    width: 50px;
}

.product__color-container_active {
    border: 1px solid #fd5b12;
}

.colors-list__link {
    transition: .2s opacity ease;
}
.colors-list__link:hover {
    opacity: .7;
}

.product__color {
    height: 100%;
    width: 100%
}

.product__check-if-available {
    color: #fd5b12;
    margin: 1.5625rem 0;
    margin-top: 10px;
    text-align: center
}

.product__check-link {
    color: #fd5b12;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    font-size: 16px;
}

.product__btn {
    padding: .625rem 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.9;
}
.product__btns {
    margin: 1.875rem 0;
}

.product__btns--wrapper {
    display: flex;
    gap: 10px;
}
@media (min-width: 960px) and (max-width: 1250px) {
    .product__btns--wrapper {
        flex-direction: column;
    }
}
@media screen and (max-width: 500px) {
    .product__btns--wrapper {
        flex-direction: column;
    }
}

.product__btn_order {
    background: #232227;
    color: #fbfbfb;
    cursor: pointer;
    transition: .2s background ease;
}

.product__btn_order:hover {
    background: #fd5b12
}

.product__btn_order_active {
    background: #807973;
}

.product__btn_order.product__btn_order_active:hover {
    background: #807973;
}

.product__btn_buy-one-click {
    border: .0625rem solid #232227;
    cursor: pointer;
    transition: .2s border ease;
}

.product__btn_buy-one-click:hover {
    border: .0625rem solid #fd5b12
}

.product__cart-link {
    color: #fbfbfb;
    position: relative;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    transition: .2s color ease;
}

.product__cart-link:after {
    background: url(/local/templates/Med/components/bitrix/catalog.element/.default/../images/cart-white.svg) no-repeat 0;
    background-size: cover;
    content: "";
    display: block;
    height: 1.375rem;
    position: absolute;
    right: -1.625rem;
    top: -.125rem;
    width: 1.125rem
}

.product__btn_buy-one-click_active {
    border: .0625rem solid #fd5b12;
    color: #fd5b12
}

.product__desc-head {
    font-size: 24px;
    line-height: 100%;
}

.product__desc-head,
.product__desc-text {
    margin-bottom: .9375rem
}

a.product__characteristics-value {
    font-weight: 700;
    text-decoration: underline;
}

.product__how-to {
    border: .0625rem solid #232227;
    padding: .3125rem 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.product__how-to-text {
    width: 100%;
}
.product__how-to-text p {
    margin-bottom: unset;
}
.product__how-to-text h2 {
    font-size: 1.2rem;
    margin: 2rem 0;
}

#how-to-pay .product__how-to-text {
    display: flex; 
    justify-content: space-between; 
    gap: 20px;
}

.product__how-to-text a {
    font-size: 25px; 
    color: #000;
    transition: color .2s ease;
}

.product__how-to-text a:hover {
    color: #fd5b12;
}

.product__how-to-text img {
    object-fit: contain;
}

@media screen and (max-width: 540px) {
    .product__how-to-text {
        flex-direction: column-reverse;
    }
    .product__how-to-text img {
        object-fit: none;
        align-self: center;
    }
}

.is-active .product__how-to {
    border-bottom: .25rem solid #232227
}

.product__colors_unavailable,
.product__price_unavailable {
    opacity: .5
}

.product__btn_order_unavailable {
    background: #ccc;
    cursor: default
}

.product__btn_order_unavailable:hover {
    background: #ccc
}

.product__btn_buy-one-click_unavailable {
    border: .0625rem solid #ccc;
    color: #ccc;
    cursor: default
}

.product__btn_buy-one-click_unavailable:hover {
    border: .0625rem solid #ccc;
    color: #ccc
}

.product__check-link_unavailable {
    color: #ccc;
    cursor: default
}

.product__check-link_unavailable:hover {
    color: #ccc
}

.product__discount {
    border: .0625rem solid #fd5b12;
    color: #fd5b12;
    font-size: .875rem;
    margin-top: .625rem;
    padding: .3125rem 1.25rem;
    text-align: center;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.item_economy_price {
    color: #fd5b12;
}

@media print,
screen and (max-width:59.99875em) {
    .product-slider__slides img {
        height: 39.75rem
    }

    .product-slider__slides {
        margin-bottom: 1.25rem
    }

    .product__how-to-text {
        width: 100%
    }

    .product__price-current {
        margin-bottom: 0;
        width: auto
    }
}

@media print,
screen and (max-width:89.99875em) {
    .product__color-container {
        height: 35px;
        width: 35px;
    }
    .product__price-current,
    .catalogElement__title {
        font-size: 35px;
    }
    .product__article,
    .product__props-text,
    .product__link,
    .product__check-link {
        font-size: 14px;
    }
    .product__desc-head {
        font-size: 20px;
    }
}

@media print,
screen and (min-width:60em) {
    .product__price-current {
        margin-bottom: unset;
        width: fit-content;
    }
}

@media screen and (min-width:90em) {
    .product__price-current {
        margin-bottom: 0;
        width: auto
    }
}

.size-check {
    padding: 3.75rem 1.875rem
}

.size-check__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .625rem
}

.size-check__header_city {
    margin-top: .9375rem
}

.product-slider {
    height: fit-content;
    position: sticky;
    top: 20px;
}
@media screen and (min-width: 1050px) {
    .product-slider {
        top: 130px;
    }
}

.product-slider__to-fav {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 10px 10px 20px;
    background: #fbfbfb;
    z-index: 100;
    cursor: pointer;
    border-bottom-left-radius: 50px;
}

@media screen and (min-width: 768px) {
    .product-slider__to-fav svg {
        height: 35px;
        width: 35px;
    }
}

@media screen and (max-width: 767px) {
    .product-slider__to-fav {
        padding: 5px 5px 5px 15px;
        border-bottom-left-radius: 35px;
    }
}

.product-slider__to-fav svg path {
    stroke: #232227
}

.product-slider__to-fav svg path {
    stroke: #fd5b12
}

.product-slider__to-fav_active svg path {
    stroke: #fd5b12;
    fill: #fd5b12
}

.product-slider__controls {
    position: absolute;
    top: 50%;
    width: 100%;
}

.product-slider__controls :first-child {
    left: .9375rem;
    position: absolute;
    cursor: pointer;
}

.product-slider__controls :last-child {
    position: absolute;
    right: .9375rem;
    cursor: pointer;
}


#product-tabs.tabs {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 5px;
}
#product-tabs .tabs-title {
    min-width: 200px;
}
.product__offers {
    gap: 15px;
}
@media screen and (min-width: 960px) {
    .product__offers:has(.catalogue__size:nth-child(4)) {
        display: grid;
    }
}
@media screen and (max-width: 1150px) {
    #product-tabs.tabs {
        display: flex;
        overflow: auto hidden;
    }
}
@media screen and (max-width: 550px) {
    .product__link::before {
        display: none;
    }
    .product__offers {
        display: grid !important;
        gap: 10px;
    }
    .product__offers .cell {
        width: 100% !important;
    }
    .product__price-current {
        width: 100%;
    }
    .tabs-content .tabs-panel {
        padding: 1rem 0;
    }
}
.custom-modal-stocks {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.custom-modal-stocks.active {
    display: block;
    opacity: 1;
}
.custom-modal-stocks .custom-modal__content {
    width: 600px;
}
.custom-modal-stocks .custom-modal__body {
    padding-top: 0;
}
.custom-modal-stocks .custom-modal__body .product__sizes-table {
    margin-bottom: 30px;
}
.custom-modal-stocks .offer-block li {
    border-bottom: 1px solid #e5e5e5;
    padding: 3px;
}
@media screen and (max-width: 650px) {
    .custom-modal-stocks .offer-block li {
        flex-direction: column;
    }
    .custom-modal-stocks .offer-block li span {
        margin-left: unset;
    }
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.custom-modal-stocks {
    z-index: 10000000;
}

.custom-modal.active {
    display: block;
    opacity: 1;
}

.custom-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.custom-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    max-width: 90%;
    max-height: 90dvh;
    animation: modalAppear 0.3s ease-out;
}

@keyframes modalAppear {
    from {
        opacity: 0;
        transform: translate(-50%, -48%) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.custom-modal__header {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.custom-modal__title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #212529;
    flex: 1;
}

.custom-modal__close {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #6c757d;
    font-size: 28px;
    line-height: 1;
    padding: 0;
    border-radius: 50%;
    transition: all 0.2s;
    margin-left: 10px;
}

.custom-modal__close:hover {
    color: #dc3545;
    background: rgba(0, 0, 0, 0.05);
}

.custom-modal__body {
    padding: 24px;
    max-height: calc(90vh - 73px);
    overflow-y: auto;
}

.modal-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    text-align: center;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modal-loading p {
    color: #666;
    font-size: 16px;
    margin: 0;
}

.modal-error {
    text-align: center;
    padding: 40px 20px;
    color: #dc3545;
}

.retry-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    transition: background 0.3s;
}

.retry-btn:hover {
    background: #0056b3;
}

body.modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .custom-modal__content {
        width: 95% !important;
        max-height: 95dvh;
    }
    
    .custom-modal__header {
        padding: 15px;
    }
    
    .custom-modal__title {
        font-size: 18px;
    }
    
    .custom-modal__body {
        padding: 5px;
        max-height: calc(95dvh - 65px);
    }
    
    .custom-modal__close {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
}
.size-chart-container {
    margin-top: 10px;
    width: max-content;
}
.js-open-size-modal {
    font-size: 16px;
    color: #807988;
    text-decoration: underline;
}
.star-rating {
    display: inline-flex;
    flex-direction: row-reverse;
    font-size: 26px;
    line-height: 1;
}
.star-rating input {
    display: none; 
}
.star-rating label {
    color: #ccc;
    cursor: pointer;
    padding: 0 2px;
    transition: color 0.2s ease-in-out;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label { 
    color: #fd5b12; 
}
.review-form__row { 
    margin-bottom: 15px;
}
.review-form__label {
    display: block; 
    margin-bottom: 5px; 
    font-weight: bold; 
}
.review-form__textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
.review-notice {
    padding: 15px;
    background: #f8f9fa;
    border-left: 4px solid #fd5b12;
    border-radius: 4px;
}
.pswp--open {z-index: 2000000;}
.pswp__counter {position: absolute;left: 50%;transform: translateX(-50%);background: #00000059;padding: 0 10px;border-radius: 5px;margin: 0;top: 20px;}
/* End */


/* Start:/local/components/u4/store.amount/templates/.default/style.css?17752307232602*/
.offer-block {
    margin-bottom: 1.81rem;
    width: 100%;
    opacity: 0;
}
.offer-block .h5 {
    margin-bottom: 10px;
}
.offer-block li {
    display: flex;
    position: relative;
    transition: color .2s ease;
    column-gap: 10px;
}
.offer-block li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.offer-block li:has(a):hover {
    color: #fd5b12;
}
.offer-block li a {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.offer-block li .icon.stock {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #5fa800;
    border-radius: 100%;
}
.offer-block li span {
    color: #5fa800;
    font-weight: 400;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}
@media (max-width: 1500px) and (min-width: 960px) {
    .offer-block li {
        flex-direction: column;
    }
    .offer-block li span {
        margin-bottom: 7px;
        margin-left: 0;
    }
} 
@media screen and (max-width: 500px) {
    .offer-block li {
        flex-direction: column;
    }
    .offer-block li span {
        margin-bottom: 7px;
        margin-left: 0;
    }
    
    /* Новый код для сворачивания */
    .offer-block-list {
        position: relative;
        max-height: 265px;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .offer-block-list.expanded {
        max-height: none;
    }
    
    .offer-block-list > li:nth-child(n+6) {
        display: flex !important;
    }
    
    .offer-block-list__toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 20px 0 0;
        margin-top: 10px;
        background: linear-gradient(to bottom, rgba(255,255,255,0), rgb(251 251 251) 40%, rgb(251 251 251));
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        color: #333;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .offer-block-list:not(.expanded) .offer-block-list__toggle {
        display: flex;
    }
    
    .offer-block-list.expanded .offer-block-list__toggle {
        display: none;
    }
    
    .offer-block-list__toggle::after {
        content: '';
        display: inline-block;
        display: none;
        width: 8px;
        height: 8px;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: rotate(45deg);
        transition: transform 0.3s;
    }
}
/* End */


/* Start:/local/components/u4/oneclick.buy/templates/.default/style.css?17803871923835*/
.reveal_one-click-order {
    padding: 50px !important;
}
@media screen and (max-width: 639px) {
    .reveal_one-click-order {
        top: 0 !important;
        padding: 20px !important;
    }
}

.one-click-order__form .check__label:before {
    top: 4px;
}

.one-click-order__text {
    font-size: 12px;
    margin-bottom: 1rem;
    background: #000;
    color: #fff;
    padding: 10px;
}

.one-click-order__input {
    background: #fbfbfb;
    border-radius: 0;
    font-size: .875rem;
    height: 40px !important;
    margin-bottom: .625rem;
    margin-top: .3125rem;
    width: 100%
}

.one-click-order__input::-webkit-input-placeholder {
    color: #e5e5e5;
    font-size: .75rem
}

.one-click-order__input::-moz-placeholder {
    color: #e5e5e5;
    font-size: .75rem
}

.one-click-order__input:-ms-input-placeholder {
    color: #e5e5e5;
    font-size: .75rem
}

.one-click-order__input::-ms-input-placeholder {
    color: #e5e5e5;
    font-size: .75rem
}

.one-click-order__input::placeholder {
    color: #e5e5e5;
    font-size: .75rem
}

.one-click-order__submit {
    background: #fd5b12;
    border: none;
    color: #fbfbfb;
    font-size: .875rem;
    height: 2.5rem;
    margin-bottom: .625rem;
    margin-top: 1rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.one-click-order__submit:hover {
    background: #ca4104
}

.one-click-order__submit_disabled,
.one-click-order__submit_disabled:hover {
    background: #e5e5e5
}

.one-click-order__input-container {
    position: relative
}

.one-click-order__input-container_success:after {
    background: url(/local/components/u4/oneclick.buy/templates/.default/../images/auth-success.svg) no-repeat 0
}

.one-click-order__input-container_error:after,
.one-click-order__input-container_success:after {
    content: "";
    display: block;
    height: 1.5rem;
    position: absolute;
    right: .625rem;
    top: .3125rem;
    width: 1.5rem
}

.one-click-order__input-container_error:after {
    background: url(/local/components/u4/oneclick.buy/templates/.default/../images/auth-error.svg) no-repeat 0
}

.one-click-order__input_error {
    border: .0625rem solid #d62e2e
}

.one-click-order__input:focus {
    outline: none
}

.one-click-order__input:focus::-webkit-input-placeholder,
.one-click-order__input:focus::-moz-placeholder,
.one-click-order__input:focus:-ms-input-placeholder,
.one-click-order__input:focus::-ms-input-placeholder, 
.one-click-order__input:focus::placeholder {
    display: none
}

.one-click-order__input-title {
    background: #fbfbfb;
    border: .125rem solid #fbfbfb;
    color: #232227;
    font-size: .75rem;
    font-weight: 100;
    left: 1.5rem;
    position: absolute;
    top: -13px;
}

.one-click-order__link {
    font-weight: 600
}

.one-click-order__link:hover {
    color: #fd5b12
}

.one-click-order__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem;
    margin-bottom: .625rem
}

.one-click-order__product {
    background-position: 50%;
    background-size: cover;
    height: 120px;
    min-width: 80px;
}

.one-click-order__info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.one-click-order__info .product-name {
    font-size: 18px;
}

.one-click-order__info .product-price {
    margin-top: auto;
    align-self: end;
    font-size: 16px;
    font-weight: 600;
}

.one-click-order__info .old-price {
    text-decoration: line-through;
    color: #c1c1c1;
}

.one-click-order__submit:disabled {
    opacity: .5;
    background: #807973;
    cursor: auto;
}

@media screen and (max-width: 768px) {
    .one-click-order__info .product-name {
        line-height: 115%;
    }
    .one-click-order__products {
        margin-bottom: 15px;
    }
    .one-click-order__text {
        font-size: 11px;
        line-height: 115%;
    }
    .check__label_one-click-order {
        font-size: 12px;
        padding-top: 4px;
    }
}
/* End */


/* Start:/local/templates/Med/components/bitrix/catalog.section/catalog-slider/style.css?17870454643549*/

.similar-products-block__wrapper {
  position: relative!important;
}
@media (max-width:767px) {
  .similar-products-block .main-catalog-slider-action {
    display: none!important;
  }
}
.catalogue-item__title-un {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 110%;
  margin-bottom: auto;
}
.catalogue-item__title-un a {
  color: #000;
}
.catalogue-item__add-to-fav-un {
  border: .0625rem solid #807973;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.625rem;
  width: 50px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  cursor: pointer;
  justify-content: center;
}
.generalCatalog__slider {
	position: relative;
}
.generalCatalog__slider-more {
	width: 100%;
	z-index: 1;
}
.generalCatalog__list-swiper {
	display: block !important;
	position: relative;
	margin-bottom: 10px;
}
.generalCatalog__list.generalCatalog__list-swiper .generalCatalog__item {
	width: unset !important;
}
.main-catalog-slider {
	position: relative;
	overflow: hidden;
	padding: 0 2.5px;
}
.main-catalog-slider-action {
	height: 50px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.main-catalog-slider-action .swiper-button-next {
	right: -30px;
	height: 20px;
}
.main-catalog-slider-action .swiper-button-next:after,
.main-catalog-slider-action .swiper-button-prev:after {
	color: #000;
	font-size: 20px;
	font-weight: 600;
}
.main-catalog-slider-action .swiper-button-prev {
	left: -30px;
	height: 20px;
}

.main-catalog-slider .swiper-wrapper {
	display: flex !important;
	flex-wrap: nowrap !important;
	box-sizing: content-box;
}
@media screen and (min-width: 961px) {
	.main-catalog-slider-action .swiper-pagination {
		display: none;
	}
}
@media screen  and (max-width: 1023px) {
	.catalogue-item__sizes {
		box-shadow: none !important;
	}
	.catalogue-item__controls {
		margin-top: 20px;
	}
}
@media screen and (max-width: 640px) {
	.main-catalog-slider {
		margin-right: -3.3vw;
	}
}

.main-catalog-slider .swiper-slide {
	height: auto;
	flex-shrink: unset;
	width: auto;
}
@media screen and (min-width: 1023px) {
	.main-catalog-slider .swiper-slide {
		margin-bottom: 80px;
	}
}
@media (min-width: 480px) and (max-width: 1023px) {
	.generalCatalog__slider-more {
		display: inline-block;
		margin-top: 50px;
	}
}
.main-catalog-slider .generalCatalog__item {
	height: 100%;
}
.main-catalog-slider .catalogue-item__size {
	box-sizing: border-box;
}
.main-catalog-slider .catalogue-item__sizes {
	box-sizing: border-box;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.hollow-btn_large {
	margin-top: 0px;
}
.catalogue-item__carousel ul {
	height: 100%;
	top: -10px;
	align-items: end;
}
.catalogue-item__carousel ul li {
	height: 100%;
}
.catalogue-item__carousel ul li button {
	position: absolute;
	bottom: 0;
	left: 0;
}
.catalogue-item__carousel {
	width: 100%;
	aspect-ratio: 350 / 550;
	position: relative;
}
.catalogue-item__carousel .slick-list,
.catalogue-item__carousel .slick-track,
.catalogue-item__carousel .slick-slide,
.catalogue-item__carousel .slick-slide > div,
.catalogue-item__carousel .slick-slide a {
	height: 100% !important;
}
.catalogue-item__carousel .slick-slide-image {
	width: 100%;
	height: 100% !important;
	max-height: 100% !important;
	object-fit: contain;
}
.catalogue-item__info {
	flex-grow: 1;
}
@media screen and (min-width: 480px) {
	.catalogue-item__carousel {
		aspect-ratio: 200 / 300;
	}
}
.similar-products-block > .grid-container {
	padding: 0;
}
/* End */


/* Start:/local/templates/Med/components/bitrix/catalog.products.viewed/viewed/themes/blue/style.css?1765520593833*/
/* 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-products-viewed-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/Med/components/bitrix/catalog.element/.default/themes/blue/style.css?17655205931064*/
/* 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; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* 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; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /local/templates/Med/components/bitrix/catalog.element/.default/style.css?178697089614571 */
/* /local/components/u4/store.amount/templates/.default/style.css?17752307232602 */
/* /local/components/u4/oneclick.buy/templates/.default/style.css?17803871923835 */
/* /local/templates/Med/components/bitrix/catalog.section/catalog-slider/style.css?17870454643549 */
/* /local/templates/Med/components/bitrix/catalog.products.viewed/viewed/themes/blue/style.css?1765520593833 */
/* /local/templates/Med/components/bitrix/catalog.element/.default/themes/blue/style.css?17655205931064 */
