

/* Start:/local/css/mp-styles.css?1701779229584*/
#mp-banners > div,
#mp-banners > div .container,
#mp-banners > div .container .row,
#mp-banners > div .container .row .col {
	min-height: 312px;
}

#mp-call-to-action .cta-icon-svg {
	width: 5.8rem;
	height: auto;
}

#mp-banners .mp-banner-01 {
	background: url(/upload/static/mp-banner-01.jpg) center center no-repeat;
	background-size: cover;
}

#mp-steps .mp-step-icon {
	width: 3.25rem;
	height: auto;
}

#mp-top-catalog .product-item-container {
	padding: 0.5rem;
	height: 100%;
}

#mp-top-catalog h5.card-title {
	font-size: 1.125rem;
}

#mp-top-catalog hr {
	opacity: 0.125;
}

/* End */


/* Start:/local/components/coweb/include.area/templates/main.banner/style.css?17549218271535*/
.main-banner {
    margin-bottom: 80px;
}
.main-banner__i {
    border-radius: 20px;
}
.main-banner__i-inner {
    display: flex;
    position: relative;
    min-height: 312px;
}
.main-banner__i-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 120px;
}
.main-banner h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
    max-width: 390px;
}
.main-banner p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.main-banner a {
    width: 100%;
    max-width: 270px;
    background-color: #00A4BF;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
}
.main-banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .main-banner__i-content {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .main-banner {
        margin-bottom: 40px;
    }
    .main-banner h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .main-banner__i-content {
        padding-top: 184px;
        margin-top: auto;
    }
    .main-banner__i-inner {
        max-width: 328px;
        height: 420px;
        margin: 0 auto;
    }
    .main-banner-img {
        height: initial;
    }
    .main-banner a {
        margin: 0 auto;
    }
}
/* End */


/* Start:/local/vendor/slick/slick.css?17017792681776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/vendor/slick/slick-theme.css?17017792683145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/vendor/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/vendor/slick/./fonts/slick.eot');
    src: url('/local/vendor/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/vendor/slick/./fonts/slick.woff') format('woff'), url('/local/vendor/slick/./fonts/slick.ttf') format('truetype'), url('/local/vendor/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/lab-item-simple/style.css?17291494282330*/
.catalog-card {
	--bs-card-title-spacer-y: 1rem;
}
.catalog-card .card-title,
.catalog-card .card-title a {
	text-decoration: none;
	color: var(--bs-dark);
	font-weight: 400;
}
.catalog-card .card-title {
	max-height: 8.5rem;
	height: 8.5rem;
	overflow: hidden;
}
.catalog-card .card-title a:hover {
	text-decoration: underline;
	color: var(--bs-primary);
}

.catalog-card .product-item-price-container,
.catalog-card .product-item-info-container,
.catalog-card .product-item-button-container {

}

.catalog-card .item-properties > span {
	display: inline-block;
	padding-right: 2rem;
	font-size: 0.85em;
	font-weight: 300;
	color: var(--lab-light-gray-body-text);
}
.catalog-card .item-properties > span b {
	font-weight: bold;
	color: #000;
	padding-left: 0.5em;
}
.catalog-card .product-item-price-container {
	display: flex;
}
.catalog-card .product-item-price-container.reverse {
	flex-direction: row-reverse;
}
.catalog-card .product-item-button-container .tocart {
	display: flex;
	justify-content: center;
	height:44px;
	align-items:center;
	font-size: 0.875rem;
	/*max-width: 233px;*/
}
.price-block .d-flex {
	align-items: flex-end;
}
.catalog-card .product-item-button-container .tocart img {
	margin-right: 14px;
}
.catalog-card .product-item-price-current {

}
.catalog-card .product-item-price-current .price {
	font-size:1.625rem;
	font-weight: 700;
	color: var(--ant-orange);
}
.catalog-card .product-item-price-old {
	padding-top:8px;
}

.catalog-card .product-item-price-old .old-price {
	color: var(--ant-gray-text);
	text-decoration: line-through;
	font-size:1.25rem;
}

.catalog-items-list .catalog-card {
	border-bottom: 1px solid var(--bs-primary);
}

.popup-window[id^="CatalogSectionBasket_bx_"] div img {
	display: none!important;
}
.popup-window[id^="CatalogSectionBasket_bx_"] div p {
	max-width: min(30rem, 90vw);
	font-size:20px;
}
.popup-window .popup-window-titlebar {
	margin-left: -10px;
	margin-right: -10px;
	background-color: var(--ant-bg-light);
}
.popup-window .popup-window-titlebar-text {
	padding-left: 25px;
}

.online-u-nas {
	font-size:0.75rem;
	color:var(--ant-orange);
	background-color:var(--ant-orange-light);
	padding:0 4px;
	border-radius: 6px;
	white-space: nowrap;
}
.cena-vezde {
	font-size:0.75rem;
	color: var(--ant-gray-text);
	text-decoration:none;
	white-space: nowrap;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16627197911413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/banner_page/style.css?1719496610150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/homepage-banners/style.css?17586310604444*/
.banner-list .col {
	width: 360px;
    font-family: sans-serif;
	display: flex;
	flex-direction: column;
	/*min-height: 300px;*/
	padding: 0;
	margin: 12px;
	position: relative;
}
.banner-list.row {
	justify-content: center !important;
}
.banner-list .col-content {
	margin-top: auto;
}
.banner-list .price {
	background-color: #e20b22;
	color: white;
	font-size: 23px;
	font-weight: bold;
	width: fit-content;
	text-decoration: none;
	padding: 8px 28px;
	border-radius: 40px;
	position: absolute;
	white-space: nowrap;
}
@media screen and (max-width: 435px) {
	.banner-list .col {
		/*width: 100% !important;*/
		margin: 12px 0;
	}
}

@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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){
	/*md*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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){
	/*sm*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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/coweb/include.area/templates/company.numbers/style.css?17548997461258*/
.company-numbers {
    margin: 80px 0;
}
.company-numbers__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.company-numbers__i {
    background-color: #E6F6F9;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 24px;
    transition: all .3s;
}
.company-numbers__i-icon {
    margin-bottom: 26px;
}
.company-numbers__i-icon ._hovered {
    display: none;
}
.company-numbers__i h3 {
    max-width: 240px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #007488;
}
.company-numbers__i p {
    font-size: 45px;
    line-height: 52px;
    color: #222222;
    font-weight: 700;
}
.company-numbers__i ._hovered {
    display: none;
}
.company-numbers__i:hover {
    background-color: #00A4BF;
}
.company-numbers__i:hover > * {
    color: white;
}
.company-numbers__i:hover ._hovered {
    display: block;
}
.company-numbers__i:hover ._normal {
    display: none;
}

@media screen and (max-width: 1000px) {
    .company-numbers__grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 800px) {
    .company-numbers {
        margin: 40px 0;
    }
}
/* End */


/* Start:/local/components/coweb/include.area/templates/reviews/style.css?17618403503865*/
.reviews {
    margin: 80px 0;
}
.reviews__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.reviews h2,
.reviews h3 {
    margin: 0;
}
.reviews__slider {
    display: none;
}
.reviews__slider._init {
    display: block;
}
.reviews__i {
    padding: 20px;
    border-radius: 12px;
    background-color: #E6F6F9;
    margin: 0 15px;
    min-height: 275px;
}
.reviews h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.reviews .slick-list {
    margin: 0 -15px;
}
.reviews__header .review-popup-btn {
    background-color: #00A4BF;
    border: 0;
    border-radius: 8px;
    padding: 10px 28px;
    color: white;
}
.reviews__i-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.reviews .star {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/local/components/coweb/include.area/templates/reviews/images/star-empty.svg");
    margin-right: 2px;
}
.reviews .star._fill {
    background-image: url("/local/components/coweb/include.area/templates/reviews/images/star-fill.svg");
}
.reviews__i-date {
    color: #959595;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.reviews__i-preview {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.reviews__i-btn {
    background-color: white;
    border: 0;
    border-radius: 8px;
    padding: 10px 28px;
    color: #00A4BF;
}
.review-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.review-modal._visible {
    opacity: 1;
    display: flex;
}
.review-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    transition: opacity 0.3s ease;
}
.review-modal__content {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 770px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 2;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}
.review-modal .review-modal__date {
    color: #AEB0B4;
}
.review-modal._visible .review-modal__content {
    transform: translateY(0);
}
.review-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}
.review-modal__row {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.review-modal__text {
    line-height: 1.5;
}
.reviews__slider-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.reviews__slider-arrows .arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .08);
    background-image: url("/local/components/coweb/include.area/templates/reviews/images/icon-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.reviews__slider-arrows .arrow._prev {
    margin-right: 24px;
}
.reviews__slider-arrows .arrow._next {
    transform: rotate(180deg);
}
.reviews__slider-arrows .arrow:hover {
    background-color: #00A4BF;
    background-image: url("/local/components/coweb/include.area/templates/reviews/images/icon-arrow-white.svg");
}
.reviews__slider-arrows .arrow._prev:hover {
    transform: rotate(180deg);
}
.reviews__slider-arrows .arrow._next:hover {
    transform: rotate(0deg);
}

@media screen and (max-width: 800px) {
    .reviews {
        margin: 40px 0;
    }
}
/* End */


/* Start:/local/components/coweb/include.area/templates/company.benefits/style.css?17543937171251*/
.company-benefits {
    margin: 80px 0;
}
.company-benefits h2 {
    text-align: center;
    margin-bottom: 48px;
}
.company-benefits__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.company-benefits__i {
    text-align: center;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0 80px;
}
.company-benefits__i:not(:last-child) {
    border-right: 1px solid #8AD5E2;
}
.company-benefits__i-icon {
    margin-bottom: 12px;
}
.company-benefits__i h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #007488;
}
.company-benefits__i p {
    font-size: 14px;
    line-height: 24px;
    color: #222222;
}

@media screen and (max-width: 1200px) {
    .company-benefits__i {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1000px) {
    .company-benefits {
        margin: 40px 0;
    }
    .company-benefits h2 {
        margin-bottom: 24px;
    }
    .company-benefits__grid {
        grid-template-columns: 1fr;
    }
    .company-benefits__i {
        padding: 24px 0;
    }
    .company-benefits__i:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #8AD5E2;
    }
}
/* End */


/* Start:/local/components/coweb/include.area/templates/how.to.analyze/style.css?1754416558846*/
.how-to {
    margin: 80px 0;
}
.how-to h2 {
    margin-bottom: 48px;
}
.how-to__grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
}
.how-to__i {
    max-width: 235px;
    border: 1px solid #E6F6F9;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 16px;
}
.how-to__i span {
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 20px;
    color: #00A4BF;
}
.how-to__i-icon {
    margin-bottom: 26px;
}
.how-to__i h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

@media screen and (max-width: 800px) {
    .how-to {
        margin: 40px 0;
    }
    .how-to__i {
        width: 100%;
        max-width: 100%;
    }
    .how-to__i span {
        font-size: 40px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main.page.offices_v2/style.css?175457985815801*/
.map-adresses .address-column,
.map-adresses .map-column {
	max-height: 580px;
}

.map-adresses #ymap-container {
	height: 580px;
}

.map-adresses.with-search .address-column {
	max-height: 536px;
}

.map-adresses .office-search {
	display: none;
	max-height: 40px;
	position: relative;
}

.map-adresses .office-search .bi-search {
	position: absolute;
	left: 1.3rem;
	top: 0.4rem;
}

.map-adresses .office-search input {
	padding-left: 3.5rem;
	font-size: 0.9rem;
	border-radius: 0;
}

.map-adresses.with-search .office-search {
	display: block;
}

.map-adresses .address-column {
	overflow-y: scroll;
}

.map-adresses .address-column::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 9px;
	background-color: var(--ant-bg-light-alt);
    border-radius: 4px;
}

.map-adresses .address-column::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 165, 191, 0.81);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.map-adresses .map-address-list {
	background-color: var(--ant-bg-light);
	height: 100%;
}

.map-adresses .map-address-list li {
	display: flex;
	align-items: center;
	position: relative;
	background-color: var(--ant-bg-light);
	border-bottom: 1px solid var(--ant-bg-light-alt);
	padding: 0.8rem 0.3rem 0.8rem 3.5rem;
	min-height: 5.5rem;
}

.map-adresses .map-address-list li:hover {
	background-color: #e3e9f0;
}

.map-adresses .map-address-list li .address-name {
	float: none!important;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.2;
}

.map-adresses .map-address-list li.type_labushka .address-name {
	font-weight: 500;
}

.map-adresses .map-address-list li .detail-link {
	font-weight: 300;
	font-size: 0.75rem;
	bottom: 0rem;
	right: 0.25rem;
	opacity: 0;
	transition: opacity 0.2s ease-in-out 0s;
	z-index: 50;
}

.map-adresses .map-address-list li:hover .detail-link {
	opacity: 1;
	transition: opacity 0.25s ease-in-out 0.25s;
}

.map-adresses .map-address-list li .detail-link .bi {
	font-size: 0.6rem;
}

.map-adresses .map-address-list .location-icon {
	position: absolute;
	left: 0.75rem;
	top: calc(50% - 1.0rem);
	width: 2.0rem;
	height: 2.0rem;
	text-align: center;
	color: #fff;
}

.map-adresses .map-address-list .location-icon.map-location-icon {
	background: url(/local/img/map/icon_adress_location2_w.svg) center center no-repeat;
	background-size: 14px auto;
}

.map-adresses .map-address-list .location-icon.mline_metro {
	background: url(/local/img/map/icon_adress_mosmetro_w.svg) center center no-repeat;
	background-size: 22px auto;
}

.map-adresses .map-address-list .location-icon.mline_metro_spb {
	background: url(/local/img/map/icon_adress_spbmetro_w.svg) center center no-repeat;
	background-size: 22px auto;
}

.map-adresses .map-address-list .location-icon.mline_mcd_d1 {
	background: url(/local/img/map/icon_adress_mcdd1_w.svg) center center no-repeat;
	background-size: 22px auto;
}

.map-adresses .map-address-list .location-icon.mline_mcd_d2 {
	background: url(/local/img/map/icon_adress_mcdd2_w.svg) center center no-repeat;
	background-size: 22px auto;
}




/* @group Map Baloon */
.ymaps-2-1-79-balloon__content {
	margin-right: 0 !important;
	padding: 1rem !important;
	position: relative !important;
}
.ymaps-2-1-79-balloon__content > ymaps {
	height: auto !important;
	overflow: hidden;
}

#ymap-container ymaps[class$=-balloon_layout_normal] {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.35), 0 5px 15px -7px rgba(0,0,0,0.9);
}

#ymap-container ymaps[class$=-balloon__layout] {
	border-bottom: 4px solid var(--bs-primary);
}

#ymap-container ymaps[class$=-balloon__tail]::after {
	background-color: var(--bs-primary);
}

#ymap-container ymaps[class$=-balloon__content] {
	padding: 1.1rem 0 0.85rem 1.5rem;
}

#ymap-container ymaps[class$=-balloon-content__footer],
#ymap-container ymaps[class$=-cluster-content__footer] {
	margin-top: 0.5rem;
	color: #999;
}

#ymap-container ymaps[class$=-balloon-content__footer] .small,
#ymap-container ymaps[class$=-cluster-content__footer] .small {
	font-size: 0.8rem;
}


#ymap-container ymaps div,
#ymap-container ymaps p  {
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.888rem;
	font-weight: 300;
}

#ymap-container ymaps[class*=cluster-tabs__content-item] h6,
#ymap-container ymaps[class*=balloon-content] h6 {
	font-size: 1rem;
}

#ymap-container ymaps[class*=cluster-tabs__menu] h6 {
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.8rem;
	line-height: 1.1;
	font-weight: 400;
}

#ymap-container ymaps[class*=cluster-tabs__content-item] h4,
#ymap-container ymaps[class*=cluster-tabs__content-item] h5,
#ymap-container ymaps[class*=cluster-tabs__content-item] h6,
#ymap-container ymaps[class*=balloon-content] h4,
#ymap-container ymaps[class*=balloon-content] h5,
#ymap-container ymaps[class*=balloon-content] h6 {
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.1;
	font-weight: 400;
	color: var(--bs-dark);
	margin-bottom: 1rem;
}

#ymap-container .address-metro-name {
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 0.75rem;
}

#ymap-container .address-metro-name > *{
	line-height: 20px;
	vertical-align: text-bottom;
}

#ymap-container .address-metro-name .metro-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

#ymap-container .address-metro-name .metro-icon.mline_metro {
	background: url(/local/img/map/icon_adress_mosmetro_w.svg) center center no-repeat;
	background-size: 15px auto;
}

#ymap-container .address-metro-name .metro-icon.mline_metro_spb {
	background: url(/local/img/map/icon_adress_spbmetro_w.svg) center center no-repeat;
	background-size: 15px auto;
}

#ymap-container .address-metro-name .metro-icon.mline_mcd_d1 {
	background: url(/local/img/map/icon_adress_mcdd1_w.svg) center center no-repeat;
	background-size: 15px auto;
}

#ymap-container .address-metro-name .metro-icon.mline_mcd_d2 {
	background: url(/local/img/map/icon_adress_mcdd2_w.svg) center center no-repeat;
	background-size: 15px auto;
}

#ymap-container .address-metro-name .metro-name {
	line-height: 20px;
	padding-left: 0.35em;
}


/* @end */

@media (max-width: 767.98px) {
	.map-adresses .address-column {
		max-height: 330px;
	}

	.map-adresses .map-column {
		max-height: 400px;
	}

	.map-adresses #ymap-container {
		height: 400px;
	}
	
	.map-adresses.with-search .address-column {
		max-height: 290px;
	}
	.map-adresses .map-address-list li {
		padding: 0.5rem 0.25rem 0.5rem 3.5rem;
		min-height: 3.0rem;
	}
	.map-adresses .address-column {
		margin-bottom: 0.1rem;
		border-bottom: 3px solid var(--ant-bg-light-alt);
	}

}

@media (max-width: 389.98px) {
	.map-adresses .address-column {
		max-height: 300px;
	}

	.map-adresses .map-column {
		max-height: 320px;
	}

	.map-adresses #ymap-container {
		height: 320px;
	}
	
	.map-adresses.with-search .address-column {
		max-height: 260px;
	}
	.map-adresses .map-address-list li {
		padding: 0.5rem 0.25rem 0.5rem 3.5rem;
		min-height: 3.0rem;
		font-size: 0.83334rem;
	}
	.map-adresses .map-address-list li .address-name {
		font-size: 0.83334rem;
	}
	.map-adresses .address-column {
		margin-bottom: 0.1rem;
		border-bottom: 3px solid var(--ant-bg-light-alt);
	}

}

@media(min-width: 1200px) {
	.map-adresses  .map-tabs {
		display: none;
	}
	.map-adresses .tab-content>.tab-pane.fade:not(.show) {
		opacity: 1;
	}
	.map-adresses .tab-content>.tab-pane {
		display: block;
	}
	.modal--address .title a {
		pointer-events: none;
		color: var(--bs-heading-color);
		text-decoration: none;
		border-bottom: none;
	}
}

.modal--address .title .tfl__link-label {
	display: none;
}

.modal--address .title a {
	border-bottom: none;
	outline: none;
}

.modal--address .title a:focus-visible {
	outline: none !important;
}

#anlz_offices .map-tabs .nav-link{
    border-radius: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: var(--grey, #8E8E8E);
    flex-grow: 1;
    border-bottom-width: 0;
    position: relative;
	display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	text-decoration: none;
    background: 0 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

#anlz_offices .map-tabs .nav-link.active {
    color: var(--green, #00A4BF);
    border-color: var(--bs-body-bg) var(--bs-body-bg) var(--green, #00A4BF);
}

#anlz_offices .map-tabs .nav-link.active::before {
	background: var(--green, #00A4BF);
}

#anlz_offices .map-tabs .nav-link::before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

#anlz_offices .map-tabs{
	margin-bottom: 15px;
}

#modal-city .modal-content{
	border-radius: 24px;
	border: none;
}

#modal-city .city__link{
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 1px;
	color:#222;
	margin-bottom: 20px;
	text-decoration: none;
}

#modal-city .modal-title{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
	letter-spacing: 0.16px;
	color: #8E8E8E;
}

#modal-city .modal-header {
    padding: 24px 24px 10px;
}

#modal-inform .inform__address{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.16px;
	color: #222;
	margin-bottom: 5px;
}

#modal-inform .modal-header{
	padding: 24px 24px 0;
}

#modal-inform .inform__center{
    color: var(--bs-secondary-color)!important;
	font-weight: 300;
	margin-bottom: 15px;
}

#modal-inform .inform__center .center__name{
	text-decoration: none;
	border-bottom: 1px dashed #ccc;
	color: #212529;
}

#modal-inform .inform__metro .metro__address{
	font-weight: 300;
	margin-bottom: 10px;
	display: block;
    line-height: 20px;
    padding-left: 0.35em;
    font-size: 14px;
}

#modal-inform .metro__mode{
	font-weight: 300;
	font-size: 14px;
}

#modal-inform .modal-content{
	border-radius: 0.8rem 0.8rem 0px 0px;
	margin-top: auto;
}

#modal-inform .btn__pass{
    margin-top: 40px;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
}

#modal-inform .modal-dialog.modal-dialog-centered{
	width: 100%;
    margin: 0;
    height: 100%;
	min-width: 100%;
}

#modal-inform .modal-body .inform__desc{
	width: 100%;
	max-height: 250px;
	overflow-x: scroll;
	overflow-y: scroll;
	display: flex;
    justify-content: center;
	border: 2px solid #8e8e8e2e;
    padding: 14px;
}

#modal-inform .modal-body .inform__content{
	width: max-content;
}

#modal-inform .address-metro-name {
	display: flex;
}

#modal-inform .metro-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

#modal-inform .metro-icon.mline_metro{
    background: url(/local/img/map/icon_adress_mosmetro_w.svg) center center no-repeat;
    background-size: 14px auto;
}

.map-adresses.with-search  .office-search--map, .map-adresses.with-search  .office-search--list {
	display: none;
}

@media(max-width: 1199px) {

	#lq-addresses-list .title{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 30px; 
		letter-spacing: 1.2px;
	}

	#lq-addresses-list .title a{
		color: var(--green, #00A4BF);
		text-decoration: underline;
	}

	.map-adresses.with-search .address-column {
		max-height: 360px;
	}
	#lq-addresses-list {
		height: 100%;
	}
	.modal.modal--address .modal__content{
		height: 100%;
	}

	.modal.modal--address .tab-content{
		height: calc(100vh - 280px);
	}
	.modal.modal--address .tab-content>.active {
		display: flex;
		flex-direction: column;
	}
	.modal.modal--inform {
		backdrop-filter: blur(2px);
	}
}

@media(max-width: 767px) {
	#modal-address .is-close-btn{
		width: 27px;
		height: 27px;
	}

	#modal-address .is-close-btn svg{
		width: 15px;
		height: 15px;
	}

	#lq-addresses-list .title{
		margin-right: 35px;
	}
}

#modalInformLabel .inform__title{
	margin-bottom: 3px;
}

#modalInformLabel .address-metro-name{
    margin-bottom: 10px;
}

#modalInformLabel .address-metro-name .metro-icon{
	margin-right: 4px;
}

#modalInformLabel .btn.btn-light, #modalInformLabel .col.small{
	display: none;
}

#modalInformLabel .map__btns .btn{
    display: block;
    width: 100%;
	margin-top: 50px;
	padding: 10px;
}

#modalInformLabel .clinic-data{
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 0.888rem;
}

#modalInformLabel .map__btns .btn.btn-light{
  display: none;
}
 
#modalInformLabel .inform__body{
	font-weight: 300;
	font-size: 0.888rem;   
}

#modal-inform .modal-body{
	padding: 50px 16px 21px;
}

#modalInformLabel .address-metro-name .metro-icon.mline_metro_spb {
	background: url(/local/img/map/icon_adress_spbmetro_w.svg) center center no-repeat;
	background-size: 14px auto;
}

/* Переключатель взрослые/детские */
.patient-type {
	align-items: center;
	display: flex;
	gap: 4px;
	margin-bottom: 12px;
}
.patient-type-btn {
	word-break: break-word;
	position: relative;
}
.patient-type-btn.act {
	color: #00a6c0;
}
.patient-type-btn .type-det {
	cursor: pointer;
}
.patient-type-switch {
	margin: 0;
	padding: 0;
	color: #071c2c;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	display: inline-block;
	min-width: 44px;
	height: 22px;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.35);
	border: 0;
	border-radius: 100px;
	cursor: pointer;
	transition: all 0.2s;
	user-select: none;
}
.patient-type-switch-handle {
	position: absolute;
	top: 2px;
	inset-inline-start: 2px;
	width: 18px;
	height: 18px;
	transition: all 0.2s ease-in-out;
	font-size: 14px;
}
.patient-type-switch-handle::before {
	position: absolute;
	top: 0;
	inset-inline-end: 0;
	bottom: 0;
	inset-inline-start: 0;
	background-color: #00a6c0;
	border-radius: 9px;
	box-shadow: 0 2px 4px 0 rgba(0, 35, 11, .2);
	transition: all .2s ease-in-out;
	content: "";
}
.patient-type-switch._checked .patient-type-switch-handle {
	inset-inline-start: calc(100% - 20px);
}
.patient-type-switch-inner {
	display: block;
	overflow: hidden;
	border-radius: 100px;
	height: 100%;
	padding-inline-start: 24px;
	padding-inline-end: 9px;
	transition: padding-inline-start .2s ease-in-out, padding-inline-end .2s ease-in-out;
	background-color: #fff;
	border: 1px solid #e7e9ef;
}
.patient-type-switch-inner-checked,
.patient-type-switch-inner-unchecked {
	display: block;
	color: #fff;
	font-size: 12px;
	transition: margin-inline-start 0.2s ease-in-out, margin-inline-end 0.2s ease-in-out;
	pointer-events: none;
}
.patient-type-switch-inner-checked {
	margin-inline-start: calc(-100% + 22px - 48px);
	margin-inline-end: calc(100% - 22px + 48px);
}
.patient-type-switch-inner-unchecked {
	margin-top: -22px;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

.ant-popover._hidden {
	display: none;
}
.ant-popover {
	z-index: 1060;
	position: absolute;
	top: 130%;
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
	padding: 12px;
	border-radius: 8px;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, .05);
}
.ant-popover .ant-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 12px;
	margin-bottom: 12px;
}
.ant-popover .ant-btn {
	border-radius: 10px;
	font-size: 14px;
	color: #00a6c0;
	border: 0;
	padding: 4px 8px;
	white-space: nowrap;
}
.ant-popover .ant-btn.act {
	color: white;
	background-color: #00a6c0;
}
.ant-popover .ant-btn:not(.ant-btn-primary) {
	padding: 6px 8px;
	width: 90px;
}
.ant-popover .ant-popconfirm-buttons {
	text-align: end;
}
.ant-popover .ant-btn-primary {
	color: white;
	background-color: #00a6c0;
}

@media screen and (max-width: 800px) {
	.ant-popover {
		padding: 8px;
	}
	.ant-popover .ant-row {
		grid-gap: 8px;
		margin-bottom: 8px;
	}
	.ant-popover .ant-btn:not(.ant-btn-primary) {
		width: 80px;
		font-size: 13px;
	}
}

/* End */
/* /local/css/mp-styles.css?1701779229584 */
/* /local/components/coweb/include.area/templates/main.banner/style.css?17549218271535 */
/* /local/vendor/slick/slick.css?17017792681776 */
/* /local/vendor/slick/slick-theme.css?17017792683145 */
/* /local/templates/.default/components/bitrix/catalog.item/lab-item-simple/style.css?17291494282330 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16627197911413 */
/* /local/templates/.default/components/bitrix/news.list/banner_page/style.css?1719496610150 */
/* /local/templates/.default/components/bitrix/catalog.section/homepage-banners/style.css?17586310604444 */
/* /local/components/coweb/include.area/templates/company.numbers/style.css?17548997461258 */
/* /local/components/coweb/include.area/templates/reviews/style.css?17618403503865 */
/* /local/components/coweb/include.area/templates/company.benefits/style.css?17543937171251 */
/* /local/components/coweb/include.area/templates/how.to.analyze/style.css?1754416558846 */
/* /local/templates/.default/components/bitrix/news.list/main.page.offices_v2/style.css?175457985815801 */
