

/* Start:/local/templates/medStandart/components/bitrix/news.detail/bootstrap_v4/style.css?17774632395300*/
.news-detail__blog {
    padding: 7px 0 2px;
}
.news-detail__btn-back {
    color: var(--blue);
    background-color: transparent;
    border: 1px solid var(--blue);
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 6px 10px;
    max-width: 126px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: block;
}
.news-detail__subtitle {
    font-family: var(--inter);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 19px;
    display: block;
}
.news-detail__date {
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: var(--dark);
    background: #E8F1FF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 9px 19px 7px 15px;
    max-width: 114px;
    width: 100%;
    text-align: center;
}
.news-detail__info-wrap {
    display: flex;
    gap: 29px;
    align-items: center;
    margin-top: 32px;
}
.news-detail__info-wrap span {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 700;
}
.article {
    margin: 30px 0 40px;
}
.article h1 {
    margin-bottom: 31px;
}
.article iframe {
    width: 704px;
    height: 395.08px;
    display: block;
    margin: 40px auto;
}
.article b {
    font-weight: 700;
}
.article table {
    display: table;
    border: none;
    border-spacing: 5px;
    max-width: 1004px;
    margin: 0 auto;
}
.article table tr {
    text-align: center;
    background: linear-gradient(0deg, rgba(232, 241, 255, 0.5), rgba(232, 241, 255, 0.5));
}
.article table td {
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #E8F1FF;
    border-radius: 4px;
}
.article tbody tr:first-child {
    background-color: #E8F1FF;
}
.article tbody tr td:not(:first-child) {
    min-width: 232px;
}
.article-img__wrap-content {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.article-img__wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.article-img {
    height: auto;
}
.article-img__undertext {
    font-family: var(--inter);
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 17px;
    color: var(--dark);
    margin-top: 10px;
}
.article ul li {
    margin: 10px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}
.article ul li::before {
    content: '';
    display: block;
    background-color: var(--blue);
    width: 8px;
    height: 8px;
}
.article ol li {
    margin: 10px 0;
}
.article ul {
    padding: 0;
}
.article ol {
    background: #E8FCFB;
    padding: 20px 40px;
}
.article .banner {
    padding: 20px;
}

.banner {
    max-width: 704px;
    width: 100%;
    border-radius: 24px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px auto;
    gap: 52px;
}
.banner-title {
    font-family: var(--inter);
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    color: var(--white);
    max-width: 440px;
    display: block;
}
.banner-link {
    max-width: 160px;
    width: 100%;
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;;
    color: var(--white);
    padding: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid var(--white);
    text-align: center;
}
.banner-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.news-detail-content__a11y-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.news-detail-content img {
    padding: 15px 0;
    height: auto;
}
.news-detail__blog .subscribe {
    padding-bottom: 99px;
}
.news-detail__blog .subscribe-text {
    max-width: 422px;
    width: 100%;
    text-align: center;
    color: var(--dark);
    font-family: var(--inter);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 42px auto 0;
    display: block;
}
.banner-wrap__img {
    width: 100%;
    max-width: 704px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .news-detail__blog {
        padding: 26px 0 0;
    }
    .article {
        margin: 31px 0 30px;
    }
    .article table {
        display: block;
        overflow-x: auto;
    }
    .article iframe {
        width: 390px;
        height: 218.87px;
        margin: 20px auto;
    }
    .article ol {
        padding: 10px 40px;
    }
    .article ul {
        padding: 10px 20px;
    }
    .news-detail__info-wrap {
        margin-top: 33px;
        font-weight: 700;
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
    }
    .article-img__wrap-content {
        flex-direction: column;
    }
    .article-img {
        height: auto;
        width: 100%;
    }
    .news-detail__subtitle {
        font-size: 22px;
        line-height: 26px;
    }
    .news-detail__blog .subscribe {
        padding-bottom: 40px;
    }
}
@media (max-width: 389px) {
    .article iframe {
        width: 100%;
        height: auto;
    }
}



/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17114556003514*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* 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:/local/templates/medStandart/components/bitrix/system.pagenavigation/.default/style.css?17105033365081*/
.pagination {

}
.pagination-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 40px 0 61px;
	padding: 0;
}
.releative-product .pagination-list {
	margin: 40px 0 26px;
}
.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);
}

@media (max-width: 768px) {
	.pagination-list {
		flex-wrap: wrap;
		margin: 30px 0 40px;
	}
}








.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/template1/style.min.css?17085223023212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/local/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 */


/* Start:/local/templates/medStandart/components/bitrix/catalog.section/template1/themes/blue/style.min.css?1708522302706*/
.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-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}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/medStandart/components/bitrix/news.detail/bootstrap_v4/style.css?17774632395300 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17114556003514 */
/* /local/components/makesite/subscribe/templates/.default/style.css?17241487037436 */
/* /local/templates/medStandart/components/bitrix/system.pagenavigation/.default/style.css?17105033365081 */
/* /local/templates/medStandart/components/bitrix/catalog.section/template1/style.min.css?17085223023212 */
/* /local/components/makesite/product-card/templates/.default/style.css?17204461407072 */
/* /local/templates/medStandart/components/bitrix/catalog.section/template1/themes/blue/style.min.css?1708522302706 */
