

/* Start:/bitrix/templates/.default/components/bitrix/catalog/specialization2/style.css?178722504515703*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/*ДЕТСКАЯ ОФТАЛЬМОЛОГИЯ*/
.child-page-section {
    --green: #01b0a6;
    --green-dark: #008e86;
    --green-soft: #ddf7f4;
    --berry: #9b5191;
    --berry-dark: #7e3f75;
    --yellow: #f7c94a;
    --coral: #f47c61;
    --ink: #424242;
    --muted: #697171;
    --paper: #fffdf8;
    --line: #e5eeee;
    margin: 60px 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--ink);
    background: #fff;
    font-synthesis: none;
}

.mt-0 {
    margin-top: 0 !important;
}


.smt-content .child-page-section img {
    margin-top: 0;
}

.child-page-section button {
    font: inherit;
}

.child-page-section .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border: 2px solid transparent;
    border-radius: 3px 14px 3px 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.child-page-section .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(28, 71, 68, .16);
}

.child-page-section .button--paper {
    background: #fff;
    color: var(--green-dark);
}

.child-page-section .button--solid {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
}

.child-page-section .button--play {
    gap: 10px;
    padding: 4px 18px 4px 10px;
    background: var(--yellow);
    color: #5f4800;
}

.child-page-section .button--play img {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    object-fit: contain;
}

.child-page-section .button--play span {
    color: #5f4800;
    font: 800 15px/1.2 Nunito, sans-serif;
    letter-spacing: 0;
    text-transform: none;
}

.child-page-section .lead {
    font: inherit;
    margin-top: 22px;
}

.child-page-section .lead strong {
    color: var(--green-dark);
}

.smt-content-spc .section-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.smt-content-spc .section-heading-row h2 {
    margin: 0;
    padding: 0;
}

.section-kicker {
    margin-bottom: 7px;
    color: #008e86;
    font: 800 12px/1.2 Nunito, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.section-kicker--light {
    color: #d9fffb;
}

.child-page-section .hero-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border-radius: 4px 28px 4px 28px;
    background: var(--green);
    box-shadow: 0 16px 36px rgba(0, 142, 134, .12);
}

.child-page-section .hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 38%, rgba(1, 176, 166, .14) 58%, rgba(1, 176, 166, .92) 82%);
}

.child-page-section .hero-card>img,
.child-page-section .hero-card>picture>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.child-page-section .hero-copy {
    position: relative;
    z-index: 2;
    width: 42%;
    margin-left: auto;
    min-height: 330px;
    padding: 54px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
}

.child-page-section .hero-copy p {
    font: 700 18px/1.4 Nunito, sans-serif;
}

.child-page-section .hero-sticker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 5px;
    color: #724c00;
    background: var(--yellow);
    transform: rotate(-2deg);
    font: 900 13px/1 Nunito, sans-serif;
    text-transform: uppercase;
}

.child-page-section .video-card {
    position: relative;
    border-radius: 30px 5px 30px 5px;
    overflow: hidden;
    background: #1463a8;
}

.child-page-section .video-card>img,
.child-page-section .video-card>picture>img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    background: #eef8f8;
    transition: filter .5s ease;
}

.child-page-section .video-card .child-page-section .video-shade {
    display: none;
}

.child-page-section .video-card.is-playing>img {
    filter: saturate(1.18);
}

.child-page-section .video-copy {
    position: static;
    width: 100%;
    padding: 28px 38px 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 30px;
    align-items: center;
    color: #fff;
    background: linear-gradient(135deg, #1463a8, var(--green-dark));
}

.child-page-section .video-copy>span {
    font: 900 clamp(28px, 3.2vw, 42px)/1.05 Nunito, sans-serif;
}

.child-page-section .video-copy>strong {
    margin-top: 8px;
    color: #d9fffb;
    font: 800 14px/1.3 Nunito, sans-serif;
    letter-spacing: .04em;
}

.child-page-section .video-copy .button {
    grid-column: 2;
    grid-row: 1 / span 2;
}

/*экспертная офтальмология*/

.child-page-section .expert-section {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    min-height: 440px;
    background: linear-gradient(135deg, var(--green-dark), var(--green));
    color: #fff;
    border-radius: 5px 36px 5px 36px;
    overflow: hidden;
}

.child-page-section .expert-copy {
    padding: 36px 34px;
}

.child-page-section .expert-copy h2 {
    margin-bottom: 20px;
    color: #fff;
}

.child-page-section .expert-copy p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
}

.child-page-section .expert-copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 18px;
    padding-left: 18px;
    margin: 16px 0 18px;
}

.child-page-section .expert-copy li {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
}

.child-page-section .expert-section>picture {
    display: flex;
    width: min(calc(100% - 40px), 310px);
    height: 420px;
    min-height: 0;
    margin: 0;
    align-self: center;
    justify-self: center;
}

.child-page-section .expert-section>picture>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% center;
    border: 3px solid rgba(255, 255, 255, .86);
    border-radius: 4px 24px 4px 24px;
    background: #fffaf3;
    box-shadow: 0 16px 34px rgba(0, 78, 73, .22);
}

.child-page-section .expert-copy .button {
    margin-top: 12px;
}

/*наши возможности*/

.child-page-section .abilities-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.child-page-section .ability-card {
    position: relative;
    min-height: 205px;
    padding: 30px 30px 24px 34px;
    border-radius: 5px 22px 5px 22px;
    overflow: hidden;
    background: var(--green-soft);
}

.child-page-section .ability-card::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -32px;
    width: 120px;
    height: 120px;
    border: 9px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}

.child-page-section .ability-card--berry {
    background: #f0e4f0;
}

.child-page-section .ability-card--aqua {
    background: var(--green-soft);
}

.child-page-section .ability-card--sun {
    background: #fff3c7;
}

.child-page-section .ability-card--coral {
    background: #ffe4dc;
}

.child-page-section .ability-card--violet {
    background: #e7e3fa;
}

.child-page-section .ability-number {
    display: block;
    margin-bottom: 22px;
    color: rgba(53, 79, 78, .48);
    font: 900 13px Nunito, sans-serif;
    letter-spacing: .12em;
}

.child-page-section .ability-card .title-h3 {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.child-page-section .ability-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 14px;
}

.child-page-section .ability-card a {
	margin-top: 12px;
}

.child-page-section .ability-card a:hover,
.child-page-section .ability-card a:focus {
    text-decoration: none;
    border-color: transparent;
}

/*преимущества*/

.child-page-section .advantages-section {
    padding: 52px;
    background: #fbf8fc;
    border-radius: 34px 5px 34px 5px;
}

.child-page-section .advantages-list {
    display: grid;
    gap: 14px;
}

.child-page-section .advantage-card {
    display: grid;
    grid-template-columns: 116px 1fr;
    min-height: 150px;
    background: #fff;
    border: 1px solid rgba(1, 176, 166, .22);
    box-shadow: 0 8px 24px rgba(44, 80, 77, .06);
}

.child-page-section .advantage-card--berry {
    border-color: rgba(155, 81, 145, .25);
}

.child-page-section .advantage-icon {
    display: grid;
    place-items: center;
    background: var(--green);
}

.child-page-section .advantage-card--berry .advantage-icon {
    background: var(--berry);
}

.child-page-section .advantage-icon img {
    width: 65px;
    max-height: 70px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.child-page-section .advantage-card>div:last-child {
    padding: 27px 30px;
}

.child-page-section .advantage-card .title-h3 {
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--green-dark);
}

.child-page-section .advantage-card--berry .title-h3 {
    color: var(--berry-dark);
}

.child-page-section .advantage-card p {
    margin: 0;
}

/*список заболеваний*/

.child-page-section .diseases-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 26px;
    align-items: start;
}

.child-page-section .disease-illustration {
    overflow: hidden;
    border-radius: 5px 30px 5px 30px;
    background: var(--paper);
}

.child-page-section .disease-illustration img {
    width: 100%;
    min-height: 480px;
    object-fit: cover;
    object-position: center 42%;
}

.child-page-section .disease-list {
    border-top: 1px solid var(--line);
}

.child-page-section .disease-item {
    border-bottom: 1px solid var(--line);
}

.child-page-section .disease-item>button {
    width: 100%;
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 4px;
    border: 0;
    background: transparent;
    text-align: left;
    font: 800 17px/1.3 Nunito, sans-serif;
    color: var(--ink);
}

.child-page-section .disease-item>button img {
    width: 17px;
    transition: transform .2s ease;
}

.child-page-section .disease-item.is-open>button {
    color: var(--green-dark);
}

.child-page-section .disease-item.is-open>button img {
    transform: rotate(180deg);
}

.child-page-section .disease-item-content {
    display: none;
}

.child-page-section .is-active .disease-item-content {
    display: block;
}

.child-page-section .disease-item p {
    padding: 0 34px 20px 4px;
    color: var(--muted);
    white-space: pre-line;
}

@media (max-width: 1050px) {
    .child-page-section .hero-copy {
        width: 48%;
        padding-inline: 28px;
    }

    .child-page-section .expert-copy {
        padding: 32px 28px;
    }

    .child-page-section .expert-section>picture {
        width: min(calc(100% - 36px), 290px);
        height: 400px;
    }
}

@media (max-width: 760px) {
    .child-page-section .section-kicker {
        font-size: 10px;
    }

    .child-page-section .hero-card {
        min-height: 470px;
        border-radius: 4px 24px 4px 24px;
        background: var(--green);
    }

    .child-page-section .hero-card>img,
    .child-page-section .hero-card>picture>img {
        height: 285px;
        object-position: 28% center;
    }

    .child-page-section .hero-card::after {
        background: linear-gradient(180deg, transparent 38%, rgba(1, 176, 166, .25) 52%, var(--green) 66%);
    }

    .child-page-section .hero-copy {
        width: 100%;
        min-height: 470px;
        padding: 294px 22px 24px;
        justify-content: flex-start;
    }

    .child-page-section .hero-copy p {
        font-size: 16px;
        margin-bottom: 13px;
    }

    .child-page-section .hero-sticker {
        position: absolute;
        top: 16px;
        left: 16px;
    }

    .child-page-section .button {
        min-height: 46px;
        padding-inline: 18px;
    }

    .child-page-section .video-card>img,
    .child-page-section .video-card>picture>img {
        height: auto;
        aspect-ratio: 4 / 3;
        object-position: center;
    }

    .child-page-section .video-copy {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .child-page-section .video-copy>strong {
        margin: 8px 0 20px;
        font-size: 14px;
    }

    .child-page-section .video-copy .button {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
    }

    .smt-content-spc .section-heading-row {
        align-items: flex-start;
    }

    .child-page-section .expert-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .child-page-section .expert-section>picture {
        width: calc(100% - 20px);
        min-height: 0;
        height: auto;
        aspect-ratio: 4 / 3;
        margin: 10px auto 0;
    }

    .child-page-section .expert-section>img,
    .child-page-section .expert-section>picture>img {

        object-fit: contain;
        object-position: center;
    }

    .child-page-section .expert-copy {
        padding: 30px 24px 34px;
    }

    .child-page-section .expert-copy ul {
        grid-template-columns: 1fr;
    }

    .child-page-section .abilities-grid {
        grid-template-columns: 1fr;
    }

    .child-page-section .ability-card {
        min-height: 180px;
        padding: 24px;
    }

    .child-page-section .advantages-section {
        padding: 32px 14px;
        margin-inline: -14px;
    }

    .child-page-section .advantage-card {
        grid-template-columns: 82px 1fr;
    }

    .child-page-section .advantage-icon img {
        width: 48px;
        max-height: 56px;
    }

    .child-page-section .advantage-card>div:last-child {
        padding: 22px 18px;
    }

    .child-page-section .advantage-card .title-h3 {
        font-size: 15px;
    }

    .child-page-section .advantage-card p {
        font-size: 13px;
    }

    .child-page-section .diseases-layout {
        grid-template-columns: 1fr;
    }

    .child-page-section .disease-illustration {
        max-height: 260px;
    }

    .child-page-section .disease-illustration img {
        min-height: 260px;
        height: 260px;
        object-position: center 45%;
    }

    .child-page-section .disease-item>button {
        font-size: 16px;
    }
}

/*ДЕТСКАЯ ОФТАЛЬМОЛОГИЯ END*/

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/specialization2/bitrix/catalog.section/index/style.min.css?16641838143183*/
@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}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/specialization2/style.css?178722504515703 */
/* /bitrix/templates/.default/components/bitrix/catalog/specialization2/bitrix/catalog.section/index/style.min.css?16641838143183 */
