

/* 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/components/makesite/filter/templates/.default/style.css?17113530913225*/
.catalog-filter__menu--item-input-hidden .catalog__custom-checkbox+label::before{
    opacity: 0;
    margin-left: -45px;
}
.catalog-filter__menu--item--sub--sub {
    margin-left: 44px;
    margin-top: 7px;
}
.catalog-filter__menu--item--sub {
    display:none;
}
.catalog-filter__menu--item--sub.active {
    display: flex;
}
label.sub__item-name:hover {
    font-weight: bold;
}
label.sub__item-name {
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: var(--blue);
    padding: 22px 0 21px;
    display: block;
    max-width: 340px;
}
.active .sub__item-name {
    font-weight: bold;
}
.catalog-filter__menu--item--sub--sub__items,
.catalog-filter__menu--item--sub__items {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.catalog-filter__menu--item--sub__items {
    margin-bottom: 23px;
}
.catalog-filter__menu--item--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #BFD9FF;
}
.catalog-filter__menu--item:first-child .catalog-filter__menu--item--title {
    border-top: 1px solid transparent;
}
.catalog-filter__menu--item svg {
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}
.catalog-filter__menu--item .active svg {
    transform: rotate(180deg);
}
.catalog__custom-checkbox+label:hover::before {
    border: 1px solid #4571FB;
    opacity: 0.7;
}
.catalog__custom-checkbox+label:hover {
    opacity: 0.7;
}
.catalog__custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #4571FB;
    border-radius: 0.25em;
    margin-right: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.catalog__custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #4571FB;
}
.catalog__custom-checkbox:not(:disabled):active+label::before {
    background-color: #4571FB;
    border-color: #E8F1FF;
}
.catalog__custom-checkbox:checked+label::before {
    border-color: #4571FB;
    background-color: #E8F1FF;
    background-image: url('/local/components/makesite/filter/templates/.default/images/Vector.svg');
}

.catalog-filter__button:hover a {
    background: #217AFF;
}
.catalog-filter__button a {
    border-radius: 12px;
    background: linear-gradient(0deg, #2E59DE 0%, #2E59DE 100%), #4571FB;
    width: 128px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-top: 0px;
    border: none;
    color: var(--white);
    justify-content: center;
}

.catalog-filter__menu-buysell .buysell-sub__item-name {
    display: flex;
    align-items: center;
}
.catalog-filter__button {
    align-items: center;
    gap: 20px;
    display: flex;
    margin-top: 15px;
}
span.filter-counter span{
    font-weight: 600;
    font-size: 14px;
}
span.filter-counter {
    font-size: 13px;
}
@media (max-width: 768px) {
    .catalog-filter__menu--item--sub--sub {
        margin-left: 20px;
        margin-top: 7px;
    }
}












/* End */


/* Start:/local/templates/medStandart/components/bitrix/system.pagenavigation/round/style.css?17085223034899*/
.pagination {
}
.pagination-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 40px 0 61px;
}
.pagination-list li span {
	color: var(--dark);
}
.pagination-btn {
	background-color: transparent;
}
.pagination--active,
.pagination-btn {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--inter);
	font-size: 16px;
	line-height: 19px;
	color: var(--dark);
	cursor: pointer;
}
.pagination--active {
	font-weight: 700;
	background-color: #E8F1FF;
}
.pagination-btn:hover{
	background-color: #E8F1FF;
}
.pagination-prep a,
.pagination-next a {
	box-shadow: 0 0 6px 0 #00000026;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--inter);
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	color: var(--dark);
}
.pagination-prep,
.pagination-next {
	width: 32px;
	height: 32px;
	box-shadow: 0 0 6px 0 #00000026;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination-prep {
	transform: rotate(225deg);
}
.pagination-next {
	transform: rotate(45deg);
}
.pagination-prep:hover,
.pagination-next:hover {
	background: #E8F1FF;
}
.pagination-prep:disabled,
.pagination-next:disabled {
	background: #FFFFFF;
}
.pagination-next span,
.pagination-prep span {
	width: 8px;
	height: 8px;
	border-top: 1px solid var(--dark);
	border-right: 1px solid var(--dark);
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination-next span:hover,
.pagination-prep span:hover {
	border-top: 1px solid var(--blue);
	border-right: 1px solid var(--blue);
}









.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/medStandart/components/bitrix/catalog.section/bootstrap_v4/style.css?17114695633094*/
.catalog-card__wrap {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, minmax(175px, 1fr));
    margin-bottom: 15px;
}

/*КУПИ-ПРОДАЙ СТИЛИ БАННЕРА*/
/*.catalog-banner__content-second {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    border-radius: 24px;*/
/*    overflow: hidden;*/
/*    padding-left: 25px;*/
/*    gap: 0 20px;*/
/*    display: grid;*/
/*    grid-template-columns: 164px 1fr;*/
/*    grid-template-rows: repeat(2, auto);*/
/*}*/
/*.catalog-banner__middle-img--second {*/
/*    max-width: 164px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    grid-area: 1 / 1 / 3 / 2;*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .catalog-banner__content-second {*/
/*        padding-left: 15px;*/
/*        -webkit-border-radius: 0;*/
/*        -moz-border-radius: 0;*/
/*        border-radius: 0;*/
/*    }*/
/*}*/
/*BANNER MIDDLE*/
.catalog-banner__wrap-middle {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 20px 0;
}
.catalog-banner__content {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    padding-left: 25px;
    gap: 0 20px;
    display: grid;
    grid-template-columns: 1fr 164px;
    grid-template-rows: repeat(2, auto);
}
.catalog-banner__middle-title {
    font-family: var(--inter);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 20px;
    height: 88px;
    overflow: hidden;
}
.catalog-banner__middle-link {
    align-self: self-start;
}
.catalog-banner__middle-link a:hover {opacity: 0.7;}
.catalog-banner__middle-link a {
    font-family: var(--inter);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
.catalog-banner__middle-link a::after {
    content: '';
    background-image: url("/local/templates/medStandart/components/bitrix/catalog.section/bootstrap_v4/./images/Arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 7px;
    margin-top: 2px;
    display: block;
}
.catalog-banner__middle-img {
    /*max-width: 164px;*/
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    grid-area: 1 / 2 / 3 / 3;
}

@media (max-width: 1024px) {
    .catalog-card__wrap {
        gap: 15px;
    }
}
@media (max-width: 850px) {
    .catalog-card__wrap {
        gap: 20px 15px;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
}
@media (max-width: 768px) {
    .catalog-banner__content {
        padding-left: 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .catalog-banner__wrap-middle {
        flex-direction: column;
        gap: 15px;
    }
    .catalog-banner__middle-title {
        font-size: 18px;
        line-height: 20px;
        padding-top: 15px;
        height: unset;
    }
}

/* End */


/* Start:/local/components/makesite/product-card/templates/.default/style.css?17204461407072*/
.button-list--more:hover {
    background-color: var(--white);
    color: var(--blue);
    border-color: var(--blue);
}
.button-list--more {
    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: 13px 10px 14px;
    max-width: 160px;
}
.product-quantity.active input {
    border: 0;
    text-align: center;
    width: 28px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Inter';
    pointer-events: none;
}
.product-quantity.active span {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-quantity.active {
    display: flex;
    border: 2px solid #4571FB;
    border-radius: 24px;
    width: 160px;
    height: 48px;
    justify-content: center;
    align-items: center;
}
.product-item__btn.hidden {
    display: none;
}
.product-quantity {
    display:none
}
.product-item-card {
    display: flex;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    /*overflow: hidden;*/
    max-width: 216px;
    width: 100%;
    flex-direction: column;
    border: 1px solid #EEEEEE;
    padding-bottom: 20px;
    position: relative;
    min-height: 432px;
}
.product-item__wrap-img {
    text-decoration: none;
    max-width: 216px;
    background: #E8F1FF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    height: 216px;
}
.product-item__img {
    height: 181.21px;
    object-fit: unset;
    width: unset !important;
}
.product-item__price-wrap {
    margin-top: auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-item__name {
    margin: 17px 14px 10px;
    text-decoration: none;
    font-family: var(--inter);
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    min-height: 54px;
}
.product-item__name--noHover:hover {
    opacity: .7;
}
.product-item__name-wrap {
    position: relative;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.product-item__name--full {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 1;
}

.product-item__name-wrap:hover .product-item__name--full {
    display: block;
    padding: 17px 14px 10px;
    text-decoration: none;
    font-family: var(--inter);
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    max-width: 213px;
}

/**/

.product-item__price-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    font-family: var(--inter);
    color: var(--dark);
}
.product-item__price-sale {
    font-family: var(--inter);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--dark);
}
.product-item__old-price_wrap {
    width: 100%;
    text-align: end;
    padding: 0 17px;
}
.product-item__old-price {
    color: var(--dark);
    text-decoration: line-through;
    text-decoration-color: var(--dark);
}
.product-item__btn-wrap {
    width: 100%;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item__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 10px;
    max-width: 160px;
}
.product-item__btn:hover {
    background-color: var(--white);
    color: var(--blue);
    border-color: var(--blue);
}
.product-item__btn svg {
    stroke: var(--white);
}
.product-item__btn:hover svg {
    stroke: var(--blue);
}

.product-item__banner-wrap {
    position: absolute;
    right: 0;
    top: 9px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 106px;
}
.product-item__banner {
    max-width: 106px;
    width: 100%;
    font-family: var(--inter);
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    padding: 4px 5px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.product-item__banner span {
    display: grid;
    align-items: center;
    grid-template-columns: 21px 1fr;
    gap: 5px;
    color: #ffffff;
}

.banner-new__banner::before,
.banner-hit::before,
.banner-benefitoffer::before,
.banner-print::before,
.banner-video::before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 24px;
    height: 24px;
}
.banner-new__banner::before,
.banner-hit::before {
    background-image: url("/local/components/makesite/product-card/templates/.default/../images/hit.svg");
}
.banner-benefitoffer::before {
    background-image: url("/local/components/makesite/product-card/templates/.default/../images/vygoda.svg");
}
.banner-print::before {
    background-image: url("/local/components/makesite/product-card/templates/.default/../images/print.svg");
}
.banner-video::before {
background-image: url("/local/components/makesite/product-card/templates/.default/../images/video.svg");
}
.hit {
    background: #8692FF;
}
.benefitoffer {
    background: #1CD3C7;
}
.print {
    background: #FDB74D;
}
.video {
    background: #D094FF;
}
.new__banner {
    background: #51DB2F;
}

@media (max-width: 1200px) {
    .releative-item__wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    .product-item__name-wrap:hover .product-item__name--full {
        display: none;
    }
    .releative-item__wrap {
        justify-content: space-around;
    }
    .product-item__wrap-img {
        height: 218px;
    }
    .product-item__price-wrap {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 6px;
        padding: 0 11px;
        gap: 2px;
    }
    .product-item__old-price_wrap {
        text-align: start;
    }
    .product-item__img {
        height: 182.96px;
    }
    .product-item__name {
        font-size: 14px;
        line-height: 17px;
    }
    .product-item__btn {
        max-width: 150px;
        width: 100%;
        padding: 14px 10px 11px;
    }
}
@media (max-width: 500px) {
    .releative-item__wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}



/* End */
/* /local/templates/medStandart/components/bitrix/catalog/bootstrap_v5/style.css?17114559213319 */
/* /local/components/makesite/filter/templates/.default/style.css?17113530913225 */
/* /local/templates/medStandart/components/bitrix/system.pagenavigation/round/style.css?17085223034899 */
/* /local/templates/medStandart/components/bitrix/catalog.section/bootstrap_v4/style.css?17114695633094 */
/* /local/components/makesite/product-card/templates/.default/style.css?17204461407072 */
