

/* Start:/local/templates/medStandart/components/bitrix/catalog/bootstrap_v5/style.css?17114559213319*/
.catalog {
    padding: 13px 0 40px;
}
.catalog h1 {
    font-family: var(--inter);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 34px;
}
.catalog-con {
    display: flex;
    gap: 30px 28px;
}
.catalog-filter__wrap {
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    max-width: 460px;
    width: 100%;
    padding: 13px 39px 25px;
    align-self: self-start;
    box-shadow: 0 4px 44px 0 #2D3D6626;
}
.catalog-component__wrap {
    grid-area: 2 / 1 / 3 / 3;
}

/*TOP BANNER*/
/*.catalog-header {*/
/*    padding-bottom: 40px;*/
/*}*/
.catalog-banner__top {
    display: grid;
    grid-template-columns: 1fr 338px;
    grid-template-rows: repeat(2, auto);
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    position: relative;
    gap: 20px 25px;
    padding-left: 20px;
    margin-bottom: 40px;
}
.catalog-banner__top-title {
    font-family: var(--inter);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.catalog-banner__top-wrap-txt {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: self-start;
}
.catalog-banner__top-text {
    max-width: 416px;
    font-family: var(--inter);
    color: var(--white);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.catalog-banner__top-link:hover {opacity: .7;}
.catalog-banner__top-link {
    font-family: var(--inter);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    gap: 14px;
    align-items: center;
    align-self: center;
}
.catalog-banner__top-link::after {
    content: '→';
    width: 16px;
    height: auto;
    display: block;
}
.catalog-banner__top-img {
    max-width: 338px;
    width: 100%;
    height: 140px;
    grid-area: 1 / 2 / 3 / 3;
}
.catalog-content__side {
    width: 100%;
}
.banner-link__top {
    margin-bottom: 40px;
    width: 100%;
    display: block;
    height: auto;
}

@media (max-width: 1100px) {
    .catalog-con {
        flex-direction: column;
        gap: 20px 15px;
    }
    .catalog-filter__wrap {
        max-width: unset;
    }
}
@media (max-width: 850px) {
    .catalog-banner__top-wrap-txt {
        flex-wrap: wrap;
    }
    .catalog-banner__top-link {
        align-self: self-start;
    }
}
@media (max-width: 768px) {
    .catalog {
        padding-top: 20px;
    }
    .catalog h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 20px;
    }
    .catalog-banner__top {
        grid-template-columns: 1fr 164px;
        gap: 5px;
        height: 254px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-left: 15px;
    }
    .catalog-banner__top-title {
        font-size: 18px;
        line-height: 20px;
        padding-top: 15px;
        -webkit-line-clamp: 6;
    }
    .catalog-filter__wrap {
        padding: 13px 20px 25px;
    }
    .catalog-banner__top-img {
        height: 100%;
    }
}

/* End */


/* Start:/local/templates/medStandart/components/bitrix/catalog.element/bootstrap_v4/style.css?171672349914727*/
.card-content {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(4, auto);
    margin-top: 40px;
    gap: 5px 28px;
}
.card {
    padding: 8px 0 0;
}
.card-link__wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.card-link__btn {
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: var(--blue);
    text-align: center;
    border: 1px solid var(--blue);
    padding: 5px 22px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.card-title__wrap {

}
.card-title {
    font-family: var(--inter);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: var(--dark);
    margin: 0;

}

/*SLIDER CARD*/
.slider-container,
.gallery-container,
.gallery-thumbs {
    height: 458px;
}

/* Расположение стрелок над и под thumbs */
.swiper-button-prev,
.swiper-button-next {
    top: 10px;
    bottom: 10px;
}

/* Отступы между элементами thumbs */
.slider-container {
    gap: 40px;
    height: 458px;
    flex-direction: row-reverse;
}
.slick-track,
.slider-main {
    width: 100% !important;
    height: 100%;
}
.slick-slider.slider-main .slick-slide img {
    width: 100%;
    height: 100%;
}
.slick-slider.slider-thumbs {
    overflow: hidden;
    width: 68px;
    height: 458px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.slick-prev, .slick-next {
    position: unset !important;
    background-color: transparent;
}
.slick-arrow.slick-next {
}
.slick-arrow.slick-prev {
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: unset !important;
    opacity: 0.8;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: transparent;
    background-color: var(--dark);
}
.slick-vertical .slick-slide {
    display: block;
    height: 68px;
    width: 68px !important;
}
.slider-main .item {
    width: 366px !important;
    background-color: #E8F1FF;
    border-radius: 12px;
    z-index: 1 !important;
}
.slider-container .slick-list {
    height: 458px;
    overflow: hidden;
}
.slick-active {
    padding: 9.5%;
    height: 100%;
}


/*  DESCRIPTION  */
.card-description {
    display: flex;
    gap: 10px;
    font-family: var(--inter);
    color: var(--dark);
    font-size: 16px;
    line-height: 19px;
    justify-content: space-between;
}
.card-description .product-item-detail-tab-content {
    max-width: 582px;
    width: 100%;
}
.card-description__subtitle {
    font-weight: 700;
    margin-top: -2px;
    margin-bottom: 12px;
}


/*  DESCRIPTION FILE  */
.card-description__file-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.card-description__file-list {
    display: flex;
    gap: 1px;
}
.card-description__file-wrap_title {
    font-family: var(--inter);
    color: var(--dark);
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

/*  CARD MANUAL  */
.card-manual {
    border: 1px solid #EEEEEE;
    padding: 17px 19px 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-top: 22px;
}
.card-manual ul {
    margin: 0 0 5px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.card-manual ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.card-manual ul li::before {
    content: '';
    display: flex;
    width: 8px;
    height: 8px;
    background-color: var(--blue);
}


/*  BASKET  */
.basket {
    border-radius: 12px;
    border: 1px solid #EEEEEE;
    align-self: self-start;
    padding: 16px 38px 29px;
    width: 338px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
}
.card-price__wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    color: var(--dark);
    font-family: var(--inter);
    gap: 0 25px;
}
.card-price__text {
    grid-area: 1 / 1 / 3 / 2;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-top: 2px;
}
.card-price__sale {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    opacity: 0.7;
    justify-self: self-start;
}
.card-price__sale::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: var(--dark);
    justify-self: self-start;
}
.card-price__price {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
/*BASKET-BTN*/
.card-buy__btn-wrap {
    max-width: 260px;
    width: 100%;
    text-align: center;
}
.card-buy__btn {
    border: 1px solid var(--blue);
    width: 100%;
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    gap: 10px;
    color: var(--white);
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 12px;
}
.card-buy__btn:hover {
    background-color: var(--white);
    color: var(--blue);
    border-color: var(--blue);
}
.card-buy__btn svg {
    stroke: var(--white);
}
.card-buy__btn:hover svg {
    stroke: var(--blue);
}

/*TOOLTIP*/
.card-description__file-link-text {
    display: none;
    position: absolute;
    color: var(--white);
    background-color: var(--dark);
    padding: 10px;
    border: 1px solid transparent;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.card-description__file-link-text::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -6px;
    left: 22px;
    transform: rotate(45deg);
    background-color: var(--dark);
}

.card-description__file-link:hover .card-description__file-link-text {
    display: block;
}





.gallery-container {
    position: relative;
    width: 100%;
    display: flex;
    gap: 24px;
    overflow: hidden;
    /*display: grid;*/
    /*grid-template-columns: 68px 1fr;*/
}

.gallery-main {
    width: 366px;
    height: auto;
    background-color: #E8F1FF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    .swiper-button {
        &-prev,
        &-next {
            position: absolute;
            bottom: 0;
            right: 0;
            top: auto;
            left: auto;
            height: 75px;
            width: 40px;
            color: #e9e9e9;
            background: #1e1e1e;

            &::after {
                font-size: 12px;
            }
        }

        &-prev {
            right: 40px;
            border-right: 1px solid #e9e9e9;
        }
    }
}

.gallery-title {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Epilogue", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(#000, 0.3);
    color: #ffffff;

    .swiper-slide-active & {
        animation: slide-in 0.3s ease-in both;
    }
}

.gallery-thumbs {
    order: -1;
    position: relative;
    /*width: 68px;*/
    /*height: 458px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/

    .swiper-slide {
        img {
            transition: 0.3s;
            height: 68px;
            width: 68px;
        }

        &-active {
            opacity: 0.9;
        }

        &-thumb-active {
            opacity: 1;

            img {
                margin-left: -15px;
            }
        }
    }
}
.swiper-wrapper__thumbs .swiper-slide:first-child {
    border: 1px solid transparent;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #E8F1FF;
}
.swiper-wrapper__thumbs .swiper-slide-thumb-active {
   border:1px solid #afc9f1;
    border-radius: 10px;
}

@keyframes slide-in {
    from {
        opacity: 0;
        right: -50%;
    }
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-button__wrap {
    width: 68px;
    position: absolute;
    top: 24px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 93%;
}
.swiper-button-next,
.swiper-button-prev {
    position: unset;
    width: 100%;
    height: 24px;
    cursor: pointer;
    background-color: transparent;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--dark);
    border-right: 1px solid var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.7;
}
.swiper-button-next::after {
    transform: rotate(135deg);
}
.swiper-button-prev::after {
    transform: rotate(-45deg);
}
.swiper-button-next {
    
}
.swiper-button-prev {
    order: 3;
}
/*.swiper-wrapper__thumbs .swiper-slide {*/
/*    height: 68px !important;*/
/*}*/
.swiper-wrapper__thumbs {
    /*order: 2;*/
    /*justify-content: center;*/
}
.product-element-detail.card-buy__btn.hidden {display: none}
.card-description .product-quantity.active input{
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.card-description .product-quantity.active input[type="number"]::-webkit-outer-spin-button,
.card-description .product-quantity.active input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.card-description .product-quantity.active {
    width: 100%;
}
.product-quantity {
    display: none;
}
.product-card__btn-application {
    border: 1px solid var(--blue);
    width: 100%;
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    gap: 10px;
    color: var(--white);
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 12px;
}
.product-card__btn-application:hover {
    background-color: var(--white);
    color: var(--blue);
    border-color: var(--blue);
}
.overlay-application {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}
.overlay-modal__application {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    /*display: block;*/
    display: none;
}

@media (max-width: 1250px) {
    .card-content {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: repeat(4, auto);
    }
    .basket {
        padding: 15px 20px;
    }
}

@media (max-width: 1050px) {
    .card-description {
        flex-direction: column;
    }
    .basket {
        width: 100%;
        max-width: 332px;
    }
}

@media (max-width: 768px) {
    .card-content {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, auto);
        margin-top: 26px;
    }
    .card-description {
        flex-direction: column-reverse;
        margin-top: 10px;
        gap: 24px;
    }
    .card-price__wrap {
        gap: 0 20px;
        display: flex;
        width: 100%;
    }
    .basket {
        width: 100%;
        max-width: unset;
        display: flex;
        align-items: center;
        gap: 21px;
        padding: 15px 20px 19px;
    }
    .card-title {
        font-size: 22px;
        line-height: 26px;
    }

    /*SLIDER*/
    .slider-container {
        flex-direction: column;
        gap: 20px;
        height: auto;
    }
    .slider-main .item {
        width: 100% !important;
    }
    .slick-slider.slider-thumbs {
        width: 100%;
        height: auto;
    }
    .slick-track {
        display: flex;
        flex-wrap: wrap;
    }
    .slider-thumbs .slider-img,
    .slider-thumbs .slick-list {
        height: 68px !important;
    }
    .gallery-container {
        height: 100%;
        flex-direction: column-reverse;
        align-items: center;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .gallery-thumbs {
        width: 100%;
        height: 100%;
    }
    .swiper-wrapper__thumbs {
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
        transform: unset !important;
        flex-wrap: wrap;
        gap: 10px 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
    }
    .swiper-wrapper__thumbs .swiper-slide {
        height: unset !important;
        width: unset !important;
    }
    .gallery-thumbs .swiper-slide img {
        width: 68px;
    }
    .gallery-main {
        width: 356px;
        height: 458px;
    }
    .swiper-button__wrap {
        display: none;
    }
    .card-link__wrap {
        margin: 19px 0 20px;
    }
    .card-price__sale {
        padding: 5px 0 0 13px;
    }
    .card-price__sale::before {
        top: 59%;
    }
    .card-description .product-item-detail-tab-content {
        font-size: 14px;
        line-height: 17px;
    }
    .card-description__subtitle {
        margin-bottom: 9px;
    }
    .card-description__file-wrap_title {
        font-size: 14px;
        line-height: 17px;
    }
    .card-manual {
        padding: 14px 20px 23px 25px;
        margin-top: 29px;
        font-size: 14px;
        line-height: 17px;
    }
    .card-manual ul li {
        position: relative;
    }
    .card-manual ul li::before {
        position: absolute;
        left: -14px;
        top: 6px;
    }
    .card-info {
        margin-top: 26px;
    }
}
@media (max-width: 380px) {
    .gallery-main {
        width: 290px;
    }
}
/* End */


/* Start:/local/components/makesite/product.reviews/templates/.default/style.css?17775429022825*/
.product-reviews{margin:40px 0;padding:24px;background:#fafafa;border-radius:8px;border:1px solid #e6e6e6}
.product-reviews__title{font-size:1.35rem;font-weight:700;margin:0 0 12px}
.product-reviews__summary{color:#444;margin-bottom:20px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.product-reviews__avg{font-size:1.1rem;font-weight:600}
.product-reviews__list{display:flex;flex-direction:column;gap:18px;margin-bottom:20px}
.product-reviews__item{padding:16px;background:#fff;border-radius:6px;border:1px solid #eee}
.product-reviews__item-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px}
.product-reviews__author{font-weight:600}
.product-reviews__date{color:#888;font-size:.9rem}
.product-reviews__stars{letter-spacing:2px;margin-bottom:8px;display:inline-flex;gap:2px;align-items:center}
.product-reviews__stars .product-reviews__star{color:#ddd;font-size:1.15rem;line-height:1}
.product-reviews__stars .product-reviews__star--active{color:#f5a623}
.product-reviews__body{line-height:1.5;color:#333;word-break:break-word}
.product-reviews__sentinel{height:1px;margin:0;padding:0}
.product-reviews__form{margin:24px auto 0;display:flex;flex-direction:column;align-items:center;max-width:420px;width:100%;padding-top:20px;border-top:1px solid #e0e0e0;box-sizing:border-box}
.product-reviews__form-title{font-size:1.1rem;font-weight:600;margin:0 0 12px;width:100%;text-align:center}
.product-reviews__field{margin-bottom:12px;width:100%;max-width:420px;box-sizing:border-box}
.product-reviews__field--stars{border:none;margin:0;padding:0}
.product-reviews__legend{padding:0;font-size:.9rem;margin-bottom:6px;display:block;width:100%;text-align:left}
.product-reviews__star-input{display:flex;gap:2px;margin-top:4px}
.product-reviews__star-btn{-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;font-size:1.85rem;line-height:1;padding:2px 4px;color:#ddd;transition:color .15s}
.product-reviews__star-btn:hover,.product-reviews__star-btn:focus-visible{color:#f0b74a;outline:none}
.product-reviews__star-btn--active{color:#f5a623}
.product-reviews__field label{display:block;margin-bottom:4px;font-size:.9rem}
.product-reviews__field input[type=text],.product-reviews__field textarea{width:100%;max-width:420px;padding:8px 10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}
.product-reviews__field textarea{min-height:100px;resize:vertical}
.product-reviews__msg{margin-top:8px;font-size:.95rem}
.product-reviews__msg--ok{color:#1a7f37}
.product-reviews__msg--err{color:#c62828}
.product-reviews__submit{margin-top:8px;align-self:center;padding:10px 18px;border:1px solid var(--blue);border-radius:4px;background-color:var(--blue);color:#fff;cursor:pointer}
.product-reviews__submit:disabled{opacity:.6;cursor:not-allowed}

/* End */


/* Start:/local/components/makesite/subscribe/templates/.default/style.css?17241487037436*/
@keyframes shake {
    10%, 90% {
        transform: translateX(-0.5px);
    }
    20%, 80% {
        transform: translateX(1px);
    }
    30%, 50%, 70% {
        transform: translateX(-2px);
    }
    40%, 60% {
        transform: translateX(2px);
    }
}
.offer--form__success.active {
    text-align: center;
    display: flex;
    color: #fff;
    width: 100%;
    justify-content: center;
    margin-top: 10px;

    animation: shake 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) both;
}
label.feedback__wrap_privacy.form__privacy.error span.subscribe-policy__text {
    color: #690000;
}
label.feedback__wrap_privacy.form__privacy.error .checkbox__checkmark{
    border: 1px solid #ff0000;
}

input.input-text.js-input.error {
    border-color: red;    animation: shake 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) both;
}

.call {
    padding: 60px 0 70px;
    background: linear-gradient(180deg, #F1F4FF 0%, rgba(241, 244, 255, 0) 100%);
}
.call__wrap {
    width: 100%;
    z-index: 9;
}
.call .wrapper-container {
    border-radius: 24px;
    background: #217AFF;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10);
    max-width: 1192px;
    width: 100%;
    margin: 0 auto;
    padding: 34px 20px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.wrapper-container::after,
.wrapper-container::before {
    content: '';
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 298.328px;
    height: 510.298px;
}
.wrapper-container::after {
    background-image: url('/local/components/makesite/subscribe/templates/.default/../../../subscribe/templates/images/subright.svg');
    right: -188px;
    bottom: -257px;
}
.wrapper-container::before {
    background-image: url('/local/components/makesite/subscribe/templates/.default/../../../subscribe/templates/images/subleft.svg');
    left: -40px;
    top: -40px;
}
.feedback__wrap_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 21px 30px;
    justify-self: center;
    justify-items: center;
}
.call__header {
    color: var(--white);
    font-family: var(--inter);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 15px;
}
.call__text {
    color: var(--white);
    font-family: var(--inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 13px 0 20px;
}
.form__input {
    max-width: 458px;
    text-align: end;
    width: 100%;
}
.feedback__wrap_input-text {
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--white);
    background: var(--white);
    padding: 17px 21px 16px;
}
/*если не заполнена*/
.feedback__wrap_input-text--error {
    border: 1px solid var(--error);
}
.feedback__wrap_input-text::placeholder {
    color: var(--dark);
    font-family: var(--inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
/*плавное исчезновение placeholder*/
.feedback__wrap_input-text::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.feedback__wrap_input-text::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.feedback__wrap_input-text:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.feedback__wrap_input-text:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.feedback__wrap_input-text:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.feedback__wrap_input-text:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.feedback__wrap_input-text:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.feedback__wrap_input-text:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.form__input_short {
    justify-self: flex-end;
}
.form__input_long {
    grid-area: 1 / 2 / 4 / 3;
    justify-self: flex-start;
    height: 100%;
}
.input-text {
    height: 100%;
    color: var(--dark);
    font-family: var(--inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.form__input_long label {
    width: 100%;
    height: 100%;
}
.input-text::placeholder {
    color: var(--dark);
    font-family: var(--inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.feedback__wrap_submit-block {
    grid-area: 4 / 1 / 5 / 3;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    max-width: 668px;
    margin-top: 4px;
    gap: 16px;
}
.subscribe-policy__text {
    max-width: 611px;
    color: var(--white);
    font-family: var(--inter);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.subscribe-policy__text-weight:hover {
    border-bottom: 1px solid #ffffff;
}
.subscribe-policy__text-weight {
    font-weight: 700;
    color: #ffffff;
    border-bottom: 1px solid transparent;
}
.button-white {
    color: var(--white);
    font-family: var(--inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 100px;
    border: 2px solid #FFF;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.25);
    max-width: 260px;
    width: 100%;
    padding: 12px 10px;
    transition: 0.3s;
}
.button-white:hover {
    color: var(--dark);
    background-color: var(--white);
}
/*checkbox*/
.feedback__wrap_privacy {
    position: relative;
    padding-left: 52px;
}
.input-checkbox {
    display: none;
}
.checkbox__checkmark {
    position: absolute;
    top: 6px;
    left: 7px;
    height: 24px;
    width: 24px;
    border: 1px solid var(--white);
    background-color: var(--white);
    transition: background-color .25s ease;
    border-radius: 4px;
}
.form__privacy .checkbox__checkmark::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid var(--dark);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .25s ease;
}
.input-checkbox:checked ~ .checkbox__checkmark::after {
    opacity: 1;
}



@media (max-width: 768px) {
    .call {
        padding: 0;
    }
    .call .wrapper-container {
        padding: 21px 17px 11px 17px;
        border-radius: unset;
    }
    .feedback__wrap_form {
        display: flex;
        flex-direction: column;
        gap: 20px 30px;
    }
    .form__input {
        max-width: unset;
    }
    .form__input_long {
        height: 196px;
    }
    .wrapper-container::after,
    .wrapper-container::before {
        display: none;
    }
    .call__header {
        font-size: 20px;
        text-align: center;
        margin-bottom: 7px;
    }
    .feedback__wrap_input-text {
        padding: 17px 19px 16px;
    }
    .feedback__wrap_submit-block {
        margin-top: 0;
        gap: 15px;
    }
    .feedback__wrap_privacy {
        padding-left: 40px;
    }
    .checkbox__checkmark {
        top: 5px;
        left: 1px;
    }
    .call__text {
        margin: 5px 0 18px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17085223062802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/components/bitrix/catalog.store.amount/templates/.default/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/medStandart/components/bitrix/catalog.recommended.products/bootstrap_v4/style.css?1713422338420*/
.catalog-element__recommend {
    display: none;
}
.catalog-element__recommend .catalog-block-header {
    font-family: var(--inter);
    color: var(--dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 30px 0 35px;
    display: block;
}
.catalog-element__recommend .catalog-card__wrap {
    display: flex;
    margin-bottom: 15px;
    gap: 30px;
    overflow: hidden;
}
/* End */
/* /local/templates/medStandart/components/bitrix/catalog/bootstrap_v5/style.css?17114559213319 */
/* /local/templates/medStandart/components/bitrix/catalog.element/bootstrap_v4/style.css?171672349914727 */
/* /local/components/makesite/product.reviews/templates/.default/style.css?17775429022825 */
/* /local/components/makesite/subscribe/templates/.default/style.css?17241487037436 */
/* /bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17085223062802 */
/* /local/templates/medStandart/components/bitrix/catalog.recommended.products/bootstrap_v4/style.css?1713422338420 */
