

/* Start:/assets/css/style.vracham.css?174584414130045*/
@font-face {
    font-family: 'DINRoundPro';
    src: url('/assets/css/../fonts/DINRoundPro-Black.eot');
    src: local('DINRoundPro-Black'),
        url('/assets/css/../fonts/DINRoundPro-Black.eot?#iefix') format('embedded-opentype'),
        url('/assets/css/../fonts/DINRoundPro-Black.woff2') format('woff2'),
        url('/assets/css/../fonts/DINRoundPro-Black.woff') format('woff'),
        url('/assets/css/../fonts/DINRoundPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro-Medi';
    src: url('/assets/css/../fonts/DINRoundPro-Medi.eot');
    src: local('DINRoundPro-Medi'),
        url('/assets/css/../fonts/DINRoundPro-Medi.eot?#iefix') format('embedded-opentype'),
        url('/assets/css/../fonts/DINRoundPro-Medi.woff2') format('woff2'),
        url('/assets/css/../fonts/DINRoundPro-Medi.woff') format('woff'),
        url('/assets/css/../fonts/DINRoundPro-Medi.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('/assets/css/DINRoundPro-Light.eot');
    src: local('../fonts/DINRoundPro-Light'),
        url('/assets/css/../fonts/DINRoundPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/assets/css/../fonts/DINRoundPro-Light.woff2') format('woff2'),
        url('/assets/css/../fonts/DINRoundPro-Light.woff') format('woff'),
        url('/assets/css/../fonts/DINRoundPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('/assets/css/../fonts/DINRoundPro.eot');
    src: local('DINRoundPro'),
        url('/assets/css/../fonts/DINRoundPro.eot?#iefix') format('embedded-opentype'),
        url('/assets/css/../fonts/DINRoundPro.woff2') format('woff2'),
        url('/assets/css/../fonts/DINRoundPro.woff') format('woff'),
        url('/assets/css/../fonts/DINRoundPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('/assets/css/../fonts/DINRoundPro-Bold.eot');
    src: local('DINRoundPro-Bold'),
        url('/assets/css/../fonts/DINRoundPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/css/../fonts/DINRoundPro-Bold.woff2') format('woff2'),
        url('/assets/css/../fonts/DINRoundPro-Bold.woff') format('woff'),
        url('/assets/css/../fonts/DINRoundPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "MyriadProRegular";
    src: url("/assets/css/../fonts/MyriadPro-Regular.eot");
    src: url("/assets/css/../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/css/../fonts/MyriadPro-Regular.woff") format("woff"), url("/assets/css/../fonts/MyriadPro-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "MyriadProBold";
    src: url("/assets/css/../fonts/MyriadPro-Bold.eot");
    src: url("/assets/css/../fonts/MyriadPro-Bold.eot") format("embedded-opentype"), url("/assets/css/../fonts/MyriadPro-Bold.woff") format("woff"), url("/assets/css/../fonts/MyriadPro-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700
}

body {
    margin: 0;
    font-family: "MyriadProRegular", Sans-serif;
    color: #05347f;
    font-size: 18px;
    line-height: 1.2;
}

@media (max-width: 650px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    body {
        font-size: 13px;
    }
}


*,
::after,
::before {
    box-sizing: border-box;
}

r {
    font-size: 60%;
    vertical-align: super;
}

r::before {
    content: "®";
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.container-lg {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

@media (max-width: 400px) {
    .container-lg {
        padding: 0 15px;
    }
}

.tac {
    text-align: center;
}

.ttu {
    text-transform: uppercase;
}

/* Баннер */
picture img {
    width: 100%;
}

.banner {
    width: 100%;
    display: block;
    margin-top: 95px;
}

.banner__slider a {
    display: block;
}

.banner__reviews {
    width: 100%;
}

.banner__slider-img {
    width: 100%;
    max-width: 1250px;
    padding: 10px 15px 0;
    position: relative;
    bottom: -4px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .banner {
        margin-top: 65px;
    }
}

@media (max-width: 500px) {
    .banner {
        margin-top: 50px;
    }
}

/* ----- */



/* Заголовки */
.title-main {
    font-family: "DINRoundPro-Medi", Sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
}

@media (max-width: 768px) {
    .title-main {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .title-main {
        font-size: 20px;
    }
}


/* ------ */



/* Колонки */
.column {
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

/* ----- */



/*  Фильтр  */
.filter {
    max-width: 320px;
    width: 28%;
    position: relative;
}

.filter a:hover {
    text-decoration: none;
    color: inherit;
}

.filter__box {
    margin: 30px 0 15px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: 20px;
    width: 100%;
    /* height: 50px; */
    border-radius: 52px;
    /* border: 1px solid #B5BAD9; */
    /* cursor: pointer; */
    max-width: 260px;
    text-decoration: none;
    color: #05347f;
    text-transform: uppercase;
    position: relative;
}

.filter__box img {
    width: 100%;
    max-width: 30px;
    max-height: 25px;
    object-fit: contain;
}

.filter__box span {
    padding-left: 10px;
    position: relative;
}

.filter__label {
    /* padding-left: 40px; */
    margin: 10px 0;
    position: relative;
    display: block;
    text-decoration: none;
    color: #05347f;
    text-align: center;
    border-radius: 52px;
    border: 1px solid #B5BAD9;
    padding: 15px 0;
    max-width: 260px;
    font-size: 18px;
}

.filter__label:hover {
    background: rgba(181, 186, 217, 0.50);
}

.filter__label_active {
    background: rgba(181, 186, 217, 0.50);
}

/* .filter__label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #B5BAD9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 2;
    transform: translate(0, -50%);
} */

/* .filter__label::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 2;
    transform: translate(0, -50%);
}

.filter__label_active::after {
    background-color: #B5BAD9;
} */

/* .filter__box:hover {
    background: rgba(181, 186, 217, 0.50);
} */

/* .filter__box_active {
    background: rgba(181, 186, 217, 0.50);
} */

.filter__box_project {
    border: 1px solid #B5BAD9;
    padding: 20px;
    border-radius: 12px;
    justify-content: center;
    /* background: linear-gradient(68.14deg, #C5DCF8 12.11%, #DCFFDE 70.87%); */
}

.filter__box_project:hover {
    background: rgba(181, 186, 217, 0.50);
}

.filter__box_project img {
    max-width: 45px;
    max-height: 100%;
}

/* --- */



/* Content */
.content {
    max-width: 860px;
    padding-left: 20px;
    width: 100%;
}
/*  */



/* Главная страница */
.main {
    font-size: 19px;
}

.main-preview {
    text-align: center;
    filter: drop-shadow(0px 1px 70px rgba(190, 194, 227, 0.48));
    border-radius: 18.966px;
    /* border: 0.825px solid rgba(0, 0, 0, 0.09); */
    background: #FFF;
    padding: 35px 52px;
}

.main-preview span {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.main-logo {
    max-width: 285px;
    margin: 30px auto 40px;
}

.main-logo img {
    width: 100%;
}

.main-text {}

.main-text span {
    margin-bottom: 10px;
    display: inline-block;
}

.main-products {}

.main-products__box {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    margin: 30px auto;
    filter: drop-shadow(0px 1px 4px rgba(190, 194, 227, 0.48));
    border-radius: 18.966px;
    border: 0.825px solid rgba(0, 0, 0, 0.09);
    background: #FFF;
    overflow: hidden;
    height: 290px;
}

.main-products__box-img {
    width: 34%;
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: flex-end;
}

.main-products__box-phone {
    position: absolute;
    max-width: 335px;
    /* bottom: 1px; */
    top: 8px;
    left: -76px;
    z-index: 1;
}

.main-products__box-pack {
    max-width: 200px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.main-products__box-text {
    width: 64%;
    display: flex;
    flex-direction: column;
}

.main-products__box-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-products__box-logo img {
    width: 30%;
}

.main-products__box-logo span {
    width: 68%;
    font-family: 'DINRoundPro', sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    border-radius: 16px;
    padding: 5px 10px;
}

.main-products__box-p {
    margin: 10px 0;
    height: 56%;
    font-size: 17px;
}

.main-products__box-text a {
    font-family: 'DINRoundPro', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 45px;
    border-radius: 107px;
    border: 1px solid #05347F;
    color: #05347F;
    margin-top: auto;
}

.main-products__box-text a img {
    width: 100%;
    max-width: 20px;
}

.main-products__box-text a span {
    padding-left: 10px;
}

/*  */



/*  */



@media (max-width: 1200px) {
    .column {
        flex-direction: column;
    }

    .filter {
        display: flex;
        max-width: 550px;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }

    .filter__container {
        width: 48%;
        /* max-width: 295px; */
    }

    .filter__box {
        margin: 15px 0 !important;
        justify-content: center;
        border: 1px solid #B5BAD9;
        padding: 10px 10px;
        border-radius: 45px;
        font-size: 18px;
        cursor: pointer;
        max-width: 100%;
    }

    .filter__box_active {
        background: rgba(181, 186, 217, 0.50);
    }

    .filter__box_project {
        padding: 5px 20px;
        border-radius: 45px;
        max-width: 100%;
        font-size: 20px;
    }

    .filter__box_project img {
        max-width: 30px;
    }

    .filter__box_project br {
        display: none;
    }

    .filter__label {
        background: none;
        text-align: left;
        border: none;
        margin: 6px 0;
        padding: 6px 0;
        font-size: 18px;
    }

    .filter__label:hover {
        background: none;
        text-decoration: underline !important;        
    }
    
    .filter__label_active {
        background: none;
        font-weight: bold;
        text-decoration: underline;
    }

    .content {
        padding-left: 0;
        width: 100%;
        margin: 50px auto 0;
    }

    .main {
        max-width: 830px;
        margin: 0 auto;
    }

    .open__box {
        display: none;
        padding-left: 10px;
    }

    .open__box_active {
        display: block;
    }
}

@media (max-width: 900px) {
    .main {
        max-width: 550px;
    }

    .filter {
        max-width: 550px;
    }

    /* .filter__container {
        max-width: 255px;
    }

    .filter a {
        font-size: 14px;
    }

    .filter__box {
        max-width: 225px;
    } */

    .main-products__box {
        height: 240px;
        padding: 20px 0 20px 20px;
    }

    .main-products__box-phone {
        max-width: 217px;
        top: -48px;
    }

    .main-products__box-text {
        width: 74%;
    }

    .main-products__box-img {
        align-items: center;
    }

    .main-products__box-pack {
        max-width: 150px;
        bottom: 5%;
    }

    .main-products__box-logo span {
        font-size: 15px;
        padding: 8px 5px;
        border-radius: 18px 0px 0px 18px;
    }

    .main-products__box-p {
        font-size: 15px;
        line-height: 1.1;
        height: 53%;
        padding-right: 10px;
    }

    .main-products__box-text a {
        width: 180px;
        height: 40px;
    }

    .main-logo {
        max-width: 230px;
    }
}

@media (max-width: 600px) {
    .column {
        margin: 30px auto;
    }

    .filter {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: sticky;
        top: 60px;
        background: #ffffff;
        z-index: 20;
        padding: 10px 0;
    }

    .filter__box_active {
        background: none;
    }

    .filter__container {
        width: 100%;
        max-width: 320px;
        margin-bottom: 10px;
    }

    .filter__container_hidden {
        display: none;
    }

    .filter__container>.filter__box:before {
        content: "";
        position: absolute;
        width: 13px;
        top: 7px;
        height: 13px;
        right: 55px;
        /* left: 0; */
        border-left: 2px solid #05347F;
        border-bottom: 2px solid #05347F;
        transform: rotate(-45deg);
    }

    /* .filter__box_project {
        max-width: 295px;
    } */

    .filter__label {
        margin: 3px 0;
        padding: 3px 0 3px 37px;
        font-size: 16px;
    }

    .filter__box {
        font-size: 18px;
        max-width: 320px;
        margin: 5px 0 !important;
        border: none;
        justify-content: flex-start;
        padding: 5px;
    }

    .filter__container>.filter__box img:last-child {
        max-width: 20px;
    }

    .main {
        font-size: 17px;
    }

    .main-preview span {
        font-size: 18px;
    }

    .main-preview {
        border-radius: 26px;
        padding: 15px 20px;
    }   

    .main-logo {
        margin: 30px auto 20px;
        width: 60%;
    }

    .main-text span {
        margin-bottom: 5px;
    }

    .main-products__box {
        height: auto;
        padding: 20px 15px;
        max-width: 300px;
    }

    .main-products__box-img {
        position: absolute;
        width: 40%;
    }

    .main-products__box-phone {
        max-width: 190px;
        top: -85px;
        left: -65px;
    }

    .main-products__box-text {
        width: 100%;
    }

    .main-products__box-logo {
        align-items: flex-end;
        flex-direction: column;
        margin-top: -10px;
        margin-right: -15px;
    }

    .main-products__box-p {
        font-size: 16px;
        height: auto;
        margin: 45px 0 10px;
    }

    .main-products__box-text a {
        margin: 0 auto;
    }

    .main-products__box-logo img {
        width: 42%;
        display: block;
        padding-right: 20px;
    }

    .main-products__box-logo span {
        border-radius: 25px 0px 0px 25px;
        width: 54%;
        margin-top: 8px;
        font-size: 14px;
        padding: 5px 5px 5px 15px;
        text-align: left;
    }

    /* .main-products__box-text a {
        width: 160px;
        height: 40px;
    } */

    /* .main-products__box-text a span {
        font-size: 11px;
    } */

    .main-products__box-text a img {
        max-width: 18px;
    }

    .content {        
        margin: 30px auto 0;
    }
}

@media (max-width: 500px) {  
    .filter {        
        top: 65px;        
    }
}

@media (max-width: 400px) {  
    .filter__container>.filter__box:before {
        right: 6%;
    }
}

/* 2 Научные статьи, исследования */
.s-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border: 2px solid rgba(190, 194, 227, 0.36);
    border-radius: 40px;
    margin: 25px auto;
    padding: 20px 30px 20px 0;
    height: 270px;
}

.s-box__img {
    width: 32%;
}

.s-box__img img {
    width: 100%;
}

.s-box__text {
    width: 67%;
}

.s-box__text-title {
    font-family: 'DINRoundPro', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.s-box__text-inf {
    font-size: 16px;
    margin: 15px 0;
}

.s-box__text-inf b {
    display: inline-block;
    margin: 5px 0;
}

@media (max-width: 800px) {
    .s-box {
        flex-direction: column;
        max-width: 500px;
        padding: 20px;
        height: auto;
    }

    .s-box__img {
        width: 55%;
    }

    .s-box__text {
        width: 100%;
    }

    .doc-open {
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .s-box__text-title {
        font-size: 16px;
    }
}

/* ---- */



/* Кнопка открытия документа */
.doc-open {
    font-family: 'DINRoundPro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 45px;
    border-radius: 107px;
    border: 1px solid #B5BAD9;
    color: #05347F;
}

.doc-open img {
    width: 100%;
    max-width: 20px;
}

.doc-open span {
    padding-left: 10px;
}

.doc-open:hover {
    background: rgba(181, 186, 217, 0.50);
    color: #05347F;
    text-decoration: none;
}

/* --- */



/* Открытие › */
.uncover {
    display: flex;
    justify-content: space-between;
    margin: 25px auto 0;
    max-width: 300px;
}

.uncover__line {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.uncover__line span {
    font-size: 16px;
    color: #05347F;
    padding-right: 7px;
}

.uncover__line img {
    width: 15px;
}

.uncover__line:hover {
    text-decoration: none;
    border-bottom: 2px solid #05347F;
}


@media (max-width: 500px) {
    .uncover {
        width: 90%;
    }
}



/* ------- */

/* Мероприятия*/
.event-box {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin: 30px 0;
}

.event-box__img {
    display: block;
    width: 22%;
    border-radius: 15px;
    border: 6px solid #FFF;
    box-shadow: 0px 4px 21px 0px rgba(181, 186, 217, 0.78);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

.event-box__img picture {
    display: contents;
}

.event-box__img img {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    height: 100%;
}

.event-box__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 37%;
}

.event-box__text {
    width: 73%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.event-box__text-inf {
    /* text-transform: uppercase; */
    font-size: 16px;
    /* overflow: scroll; */
    /* overflow-y: auto; */
    height: 105px;
}

.event-box__text-inf b {
    display: inline-block;
    margin: 5px 0;
    text-transform: none;
}

.event-box__row {
    display: flex;
    /* justify-content: space-between; */
    margin: 10px 0;
    overflow: hidden;
    flex-wrap: wrap;
}

.event-box__photo {
    width: 27%;
    cursor: pointer;
    padding: 0 10px 10px 0;


}

.event-box__photo.photo_hidden {
    opacity: 0;
    animation: ani_box_photo 1s forwards;
}

@keyframes ani_box_photo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.event-box__photo_big {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    background: black;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-box__photo_big img {
    max-width: 900px;
    max-height: 95%;
    width: 100%;
    object-fit: contain;
}

.event-box__photo_big:not(.active) {
    display: none;
}

/* .photo_hidden {
    display: none;
} */

.doc-open_event {
    /* font-size: 12px; */
    position: absolute;
    bottom: 0;
    background: rgba(181, 186, 217, 0.50);
    width: 175px;
}

.doc-open_event:hover {
    background: #ffffff;
}

.doc-open_event img {
    max-width: 30px;
}

.doc-open__past {
    border-color: #05347F;
    height: 31px;
    bottom: 0;
    width: 175px;
    margin-top: auto;
    cursor: pointer;
}

.doc-open__past span {
    padding: 0;
}


@media (max-width: 800px) {
    .event-box {
        flex-direction: column;
        max-width: 400px;
        margin: 20px auto 40px;
    }

    .event-box__img {
        width: 100%;
    }

    .event-box__text {
        width: 100%;
    }

    .event-box__text-inf {
        margin: 20px 0;
        height: auto;
    }

    .doc-open_event,
    .doc-open__past {
        position: sticky;
    }

    .event-box__row {
        /* justify-content: space-between;         */
    }

    .event-box__photo {
        width: 32%;
        /* padding-right: 0; */
    }
}

@media (max-width: 500px) {
    .event-box__text-inf {
        font-size: 14px;
    }
}

/*  */


/* Линия */
.bt-line {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    height: 10px;
    border-bottom: 1.5px solid #B5BAD9;
}

/* ----- */



/* Фильтр-календарь */
.filter-calendar {
    display: flex;
    margin: 20px 0 -10px;
}

.doc-open__date {
    font-size: 19px;
    font-weight: 500;
    width: 74px;
    height: 31px;
    position: sticky;
    margin: 0 5px;
    border-radius: 35px;
}

.doc-open__date_active {
    background: rgba(181, 186, 217, 0.50);
}

/* --- */

/* Дневник пациента */
.diary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto;
}

.diary__box {
    width: 46%;
    margin: 20px 0;
}

.diary__box-title {
    font-family: 'DINRoundPro-Medi', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    height: 10%;
}

.diary__box-img {
    margin: 15px 0;
    width: 100%;
}

.diary__box-img img {
    width: 100%;
}

.diary__box a {
    position: static;
    margin: 0 auto;
    width: 225px;
}

@media (max-width: 900px) {
    .diary__box {
        width: 100%;
    }

    .diary {
        max-width: 390px;
    }

    .diary__box-title {
        height: auto;
    }
}

@media (max-width: 500px) {
    .diary {
        max-width: 330px;
        margin: 20px auto;
    }

    .diary__box-title {
        font-size: 16px;
    }

    .diary__box a {
        width: 200px;
        font-size: 12px;
    }

    .diary__box a img {
        width: 25px;
    }
}

/*  */



/* Инструкции */
.brief {
    width: 100%;
    /* height: 380px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
    background: #ffffff;
    filter: drop-shadow(0px 1px 15px rgba(190, 194, 227, 0.17));
    border: 2px solid #BEC2E3;
    border-radius: 45px;
    padding: 20px;
}

.brief__img {
    width: 32%;
}

.brief__img img {
    width: 100%;
}

.brief__text {
    width: 65%;
    font-size: 16px;
    line-height: 1.3;
}

.brief__text span {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7px;
    display: inline-block;
}

.brief__text a {
    margin-top: 20px;
}

.brief__text a span {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .brief {
        max-width: 510px;
        height: auto;
        flex-direction: column;
        padding: 20px;
        border-radius: 30px;
    }

    .brief__img {
        width: 50%;
        margin-bottom: 20px;
    }

    .brief__text {
        width: 100%;
    }

    .brief__text span {
        font-size: 18px;
    }

    .brief__text a {
        margin: 20px auto 0;
    }

    .brief__text a span {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .brief {
        border-radius: 20px;
    }

    .brief__text span {
        font-size: 16px;
    }

    .brief__img {
        width: 70%;
    }

    .brief__text a {
        width: 180px;
    }
}

/* --- */



/* Вебинары */
.webinar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /* max-width: 800px; */
    margin: 40px 0;
}

.webinar__box {
    width: 47%;
    position: relative;
    margin-bottom: 30px;
    height: 220px;
}

.webinar__box img {
    width: 100%;
}

.webinar__play {
    position: absolute;
    width: 25% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 700px) {
    .webinar {
        max-width: 392px;
        margin: 40px auto;
    }

    .webinar__box {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .webinar {
        max-width: 330px;
    }

    .webinar__box {
        max-width: 330px;
        height: 185px;
    }
}
/* --- */



/* Прямые эфиры */
.content {
    /* text-align: left; */
    /* padding-left: 40px; */
    /* width: 100%; */
    /* max-width: 800px; */
    font-size: 35px;
    /* padding: 20px; */
}

.live {
    margin: 0 5px;
    font-family: 'DINRoundPro', sans-serif;
    font-weight: 500;
}

/* ----- */
/* 2023 */
.years-box {
    display: flex;
    margin: 20px 0;
    justify-content: flex-end;
}

.years-box span {
    font-size: 19px;
    margin-left: 10px;
    color: #05347F;
    font-weight: 500;
    width: 73px;
    height: 31px;
    position: sticky;
    border: 1px solid #b5bad983;
    border-radius: 35px;
    cursor: pointer;
    background: rgba(181, 186, 217, 0.50);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ----- */
/* Записи */
.record-box {
    display: flex;
    height: 280px;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.record-box__img {
    position: relative;
    width: 33%;
    height: inherit;
}

.record-box__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.record-box__action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 40px;
}

.record-box__action img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.record-box__content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    padding-left: 40px;
    padding-top: 40px;
}

.record-box__content div:nth-child(3) {
    margin-top: 30px;
}

.record-box__content div:nth-child(1) {
    margin-bottom: 5px;
}

.record-box__content b {
    font-family: "MyriadProBold";
}

.record-box__content span {
    font-family: "MyriadProBold";
}

.record-box__button-action {
    margin: auto 0;
    width: 176px;
    height: 48px;
    border-radius: 46px;
    border: 1px solid #05347F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.record-box__button {
    padding: 40px 0 20px 0;
    display: flex;
    justify-content: left;
}

.record-box__button-action span {
    display: block;
    font-size: 12px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #05347F;
    font-weight: bold;
    font-family: 'DINRoundPro', sans-serif;
}

.record-box__button-action:hover {
    text-decoration: none;
    color: #05347F;
}

.record-line {
    display: inline-block;
    border-bottom: 1.5px solid #B5BAD9;
    width: 100%;
}

/* ----- */
@media (max-width: 1200px) {
    .column {
        flex-direction: column;
    }

    .section {
        display: flex;
        justify-content: space-between;
        margin: auto;
        max-width: 600px;
        width: 100%;
        flex-wrap: wrap;
    }

    .section__title {
        width: 261px;
    }

    /* .content {
        padding-left: 0;
        width: 100%;
        margin: auto;
    } */

    .live {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:800px) {
    .live {
        font-size: 28px;
        font-family: "DINRoundPro-Medi", Sans-serif;
    }

    .section {
        font-size: 16px;
    }

    .record-box__img {
        min-width: 187px;
    }
}

@media (max-width: 600px) {
    .live {
        font-size: 22px;
        font-family: "DINRoundPro-Medi", Sans-serif;
    }

    .record-box {
        flex-direction: column;
        max-width: 320px;
        margin: 20px auto 40px;
        height: auto;
        align-items: center;
    }

    .record-box__content {
        font-size: 14px;
    }

    .record-box__button {
        position: sticky;
        justify-content: center;

    }

    .record-box__button-action {
        font-size: 12px;
    }

    /* .content {
        margin-top: 40px;
    } */

    .section__title {
        margin: 0px;
        width: 210px;
    }
}

@media (max-width: 600px) {
    .column {
        margin: 30px auto;
    }

    .section {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
        max-width: 210px;
    }

    .section__container {
        width: 100%;
    }

    .record-live {
        font-size: 22px;
        font-family: "DINRoundPro-Medi", Sans-serif;
        display: flex;
        justify-content: center;
    }

    .record-box__img {
        width: 187px;
    }
}

.bx-breadcrumb {
    margin: 10px 0;
    position: absolute;
    top: -60px;    
}

.bx-breadcrumb-item span {
    color: #05347f; 
    font-family: "MyriadProRegular", Sans-serif !important;
    font-size: 14px !important;
}

.bx-breadcrumb-item span:first-child {
    color: #C4C4C4;
}

.nav-back {
    position: absolute;
    top: -16px;
    left: 0;
    display: block;
    z-index: 40;
    width: 30px;
    height: 30px;
    display: none;
    width: 100%;    
    background: #ffffff;
}

.nav-back img {
    width: 100%;
    max-width: 30px;
}

@media (max-width: 600px) {
    .bx-breadcrumb {
        /* margin: 10px 0;
        position: absolute;
        top: -30px; */
        display: none;
    } 
    
    .nav-back {
        display: block;
    }
}

background: linear-gradient(96.04deg, #FFDBE1 14.09%, #FEE0EF 43.92%, #F2E2E5 63.69%, rgba(215, 240, 238, 0.37) 84.93%, #B5F7EF 106.26%);



/* End */


/* Start:/local/components/main.components/vrachi.top.banner/templates/.default/style.css?1705410877696*/
/* Баннер */
picture img {
    width: 100%;
}

.banner {
    width: 100%;
    display: block;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
}

.banner picture {
    display: flex;
}

.banner__slider a {
    display: block;
}

.banner__reviews {
    width: 100%;
}

.banner__slider-img {
    width: 100%;
    max-width: 1250px;
    /* padding: 10px 15px 0; */
    position: relative;
    bottom: 0;
    margin: 0 auto;
}

.banner .swiper-pagination {
    position: static;
    padding-top: 12px;
}

@media (max-width: 800px) {
    .banner {
        margin-top: 65px;
    }  
}

@media (max-width: 500px) {
    .banner {
        margin-top: 50px;
    }  
}

/* ----- */
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1690288540467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/lactoflorene/components/bitrix/news/vracham/bitrix/news.list/sciencearticles/style.css?1703002219150*/
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/lactoflorene/components/bbc/elements.list/partners/style.css?17158700421512*/
/* Партнеры */
.partners {
    /* display: flex; */
    /* justify-content: space-between; */
    max-width: 920px;
    margin: 20px auto 70px;
    align-items: center;
    position: relative;
}

.partners__box {
    /* width: 20% !important; */
    padding: 0 15px;
    height: auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.partners__box img {
    width: 100%;
}

.partners-slider {
    overflow: hidden;
}

/* Слайдер у партнеров */
.swiper-pagination_part {
    display: none;
}

.swiper-pagination_part .swiper-pagination-bullet {
    background: #E5E6F2 !important;
    opacity: 1;
    width: 9px;
    height: 9px;
    margin: 0 5px !important;
}

.swiper-pagination_part .swiper-pagination-bullet-active {
    background: #ACB1CF !important;
}

.arrow {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.partners-arrow {
    background: #B5BAD9;
    cursor: pointer;
    opacity: 0.5;
}

.partners-arrow-prev {
    left: -60px;
}

.partners-arrow-next {
    right: -60px;
}

@media (max-width: 1100px) {
    .partners-arrow {
        display: none !important;
    }

    .swiper-pagination_part {
        display: block;
        bottom: -25px !important;
    }
}

@media (max-width: 500px) {
    .partners__box {
        padding: 0 10px;          
    }
}

/*  */
/* End */


/* Start:/local/components/main.components/form.vracham/templates/.default/style.css?17192417888197*/
/* Подпишитесь на рассылку */
.subscribe {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.subscribe__form {
    max-width: 610px;
    width: 60%;
}

.subscribe__form-title {
    text-align: left !important;
    margin: 20px 0;
    font-family: 'DINRoundPro', sans-serif !important;
}

.subscribe__form-title span {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    /* font-family: "MyriadProRegular", Sans-serif; */
    text-transform: none;
}

.subscribe__img {
    max-width: 430px;
    width: 40%;
}

.subscribe__img img {
    width: 100%;
}

/* Форма */
.form-group {
    margin-bottom: 1rem;
}

.subscribe__input {
    width: 100%;
    margin: 10px 0;

}

.subscribe__input input:focus-visible {
    outline: none;
}

.subscribe__input input,
.subscribe__input select {
    color: #05347F;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EFDEE9;
    border-radius: 16px;
    padding: 15px;
}

.container-subscribe__input {
    position: relative;
}

.label-for-select {
    position: absolute;
    top: 50%;
    left: 18px;
    font-size: 13.33px;
    color: #757575;
    transform: translateY(-50%);
    pointer-events: none;
    font-family: Arial;
}

.subscribe__input-error {
    display: none;
    margin: 0;
    font-size: 14px;
    color: red;
}

.subscribe__input._error input,
.subscribe__input._error select {
    border: 2px solid red;
}

.subscribe__input._error .subscribe__input-error {
    display: block;
}

.subscribe__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscribe__row-title {
    /* font-size: 26px; */
    color: #05347F;
    /* width: 250px; */
}

.subscribe__row-box {
    display: block;
    width: fit-content;
    position: relative;
    color: #102D69;
    background: #FFFFFF;
    border: 1px solid #EDDCE7;
    border-radius: 16px;
    padding: 10px;
    width: 23%;
}

.subscribe__row-box label {
    height: inherit;
}

.subscribe__row-box input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.subscribe__row-box input[type=checkbox]+i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #05347F;
    top: -6px;
    left: 0;
}

.subscribe__row-box input[type=checkbox]+i:before {
    content: '';
    display: block;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    background-color: #05347F;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.subscribe__row-box input[type=checkbox]:checked+i:before {
    opacity: 1;
}

label {
    /* display: inline-block;
        margin-bottom: 0.5rem; */
}

.subscribe__row-box img {
    height: 100%;
    object-fit: contain;
    max-width: 80px;
    width: 100%;
}

.subscribe__check a {
    color: #05347F;
    text-decoration: underline;
}

.subscribe__check {
    font-size: 14px;
    position: relative;
    display: block;
    padding-left: 1.70rem;
    margin: 10px 0;
}

.subscribe__check-label {
    position: relative;
}

.subscribe__check-label input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    opacity: 0;
}

.subscribe__check-label input[type=checkbox]+i {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 19px;
    height: 19px;
    background-color: white;
    border: 0.85px solid #05347F;
    border-radius: 4px;
    left: -25px;
    overflow: hidden;
}

.subscribe__check-label input[type=checkbox]+i::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(/local/components/main.components/form.vracham/templates/.default/./img/check_box.svg);
    left: -4%;
    bottom: -28%;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.subscribe__check-label input[type=checkbox]:checked+i::before {
    opacity: 1;
}

.subscribe__check a:hover {
    color: #6ec1e4;
}

.subscribe__button {
    margin: 30px auto;
    color: white;
    font-size: 16px;
    background: #05347F;
    border-radius: 83px;
    padding: 12px 75px;
}

.subscribe__button:hover {
    cursor: pointer;
    background: white;
    color: #05347F;
}






/* ------ */

@media (max-width: 1000px) {
    .subscribe {
        flex-direction: column;
    }

    .subscribe__form {
        width: 100%;
    }

    .subscribe__img {
        width: 100%;
        max-width: 400px;
    }

    .subscribe__button {
        padding: 12px 42px;
    }

    .subscribe__row-box img {
        max-width: 70px;
    }
}

@media (max-width: 768px) {
    .subscribe__form-title span {
        font-size: 16px;
    }
}

@media (max-width: 550px) {
    .subscribe__row {
        flex-wrap: wrap;
    }

    .subscribe__row-title {
        width: 100%;
        margin: 15px 0 5px;
    }

    .subscribe__row-box {
        width: 32%;
    }
}

@media (max-width: 500px) {
    .subscribe__form-title {
        text-align: center;
    }

    .subscribe__form-title span {
        font-size: 13px;
    }

    .subscribe__check {
        font-size: 12px;
    }

    .subscribe__input input {
        border-radius: 10px;
        padding: 12px;
    }

    .subscribe__row-title {
        font-size: 13px;
    }

    .subscribe__button {
        padding: 10px 32px;
        font-size: 12px;
        margin: 15px auto;
    }

    .subscribe__img {
        width: 100%;
        max-width: 250px;
    }

    .subscribe__row-box {
        border-radius: 10px;
        padding: 7px;
    }

    .subscribe__row-box input[type=checkbox]+i {
        width: 12px;
        height: 12px;
    }

    .subscribe__row-box input[type=checkbox]+i:before {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 400px) {
    .subscribe {
        padding: 0;
    }

    .subscribe__row-box {
        padding: 7px 3px;
    }

    .subscribe__row-box input[type=checkbox]+i {
        left: 2px;
    }
}

.subscribe__container {
    /* transform: translateY(-200%); */
    transition: transform 0.6s ease;
    position: fixed;
    /* overflow: scroll; */
    padding-top: 20px;
    top: 0;
    z-index: 999;
    background-color: #818181a7;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-start;
    left: 0;
}

.subscribe__container.open {
    transform: translateY(-0%);
}

.subscribe-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 680px;
    padding: 25px;
    border-radius: 25px;
    background: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    margin: 60px auto;
}

.subscribe-box__form-close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 18px;
    top: 15px;
    z-index: 100;
}

.subscribe-box__form-close img {
    width: 100%;
}

.subscribe-box__text span {
    margin: 20px 0;
    display: block;
    text-align: center;
}

.subscribe-box__text span:first-child {
    font-family: 'DINRoundPro-Medi', sans-serif;
    font-size: 35px;
}

.subscribe-box__text span:nth-child(2) {
    font-size: 26px;
}

.subscribe-box__text span:last-child {
    font-size: 30px;
    color: grey;
    font-weight: bold;
    font-family: 'DINRoundPro', sans-serif;
    opacity: 0.5;
}

@media (max-width: 600px) {
    .subscribe-box {
        padding: 25px 15px;
        max-width: 360px;
    }

    .subscribe-box__text span:first-child {
        font-size: 24px;
    }

    .subscribe-box__text span:nth-child(2) {
        font-size: 20px;
    }

    .subscribe-box__text span:last-child {
        font-size: 23px;
    }

    .subscribe-box__form-close {
        width: 16px;
        height: 16px;
        right: 11px;
        top: 13px;
    }
}

@media (max-width: 400px) {
    .subscribe-box__text span {
        margin: 15px 0;
    }
}


/* ----- */
/* End */


/* Start:/local/components/include.components/popups.component/templates/warning.med.info/style.css?17056589604087*/
/* .pup-container-cookie {
    position: fixed;
    z-index: 90;
    width: 100%;
    display: none;
}

.cookie-pup-section {
    display: flex;
    width: 100%;
    background-color: #e2ecf2;
    color: #05347f;
    position: fixed;
    z-index: 999;
    padding: 15px;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
}

.cookie-pup-close {
    width: 130px;
    min-width: 130px;
    height: 40px;
    border-radius: 40px;
    padding: 8px;
    text-align: center;
    border: 0;
    margin: 15px 0 15px 20px;
    background-color: #05347f;
    color: white;
    cursor: pointer;
}

.cookie-pup-content a {
    color: #007bff;
    text-decoration: underline;
}

@media (max-width: 630px) {
    .cookie-pup-section {
        flex-direction: column;
    }
    .cookie-pup-content {
        text-align: center;
    }
} */

.doctor-fr__box-close img {
    cursor: pointer;
}

.pup-container-warning {
    display: none;
}

.doctor-fr__container {
    transform: translateY(-200%);
    transition: transform 0.6s ease;
    position: fixed;
    overflow: auto;
    padding-top: 20px;
    top: 0;
    z-index: 999;
    background-color: #cfe5f8c4;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    scrollbar-color: #102D69 #CFE5F8;
    scrollbar-width: thin;
}

.doctor-fr__container._ps-open {
    transform: translateY(-0%);
}

.doctor-fr__box {
    position: relative;
    width: 95%;
    max-width: 900px;
    padding: 70px 65px 45px 65px;
    /* border-radius: 25px; */
    background-color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.doctor-fr__box-close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 100;
}

.doctor-fr__banner {
    display: flex;
    align-items: center;
}

.doctor-fr__banner img {
    display: block;
    width: 160px;
}

.doctor-fr__banner-txt {
    padding-left: 30px;
    font-size: 32px;
    font-family: 'DINRoundPro-Medi', sans-serif;
    color: #002169;
    line-height: 1.2;
}

/* .doctor-fr__banner-txt span:nth-child(3) {
    color: #85C4E8;
} */

._ps-rotate {
    transform: rotateZ(180deg);
}

.doctor-fr__roll {
    display: none;
}

.doctor-fr__roll,
.doctor-fr__action {
    margin-top: 30px;
    font-size: 18px;
    color: #002169;
    line-height: 1.5;
}

.ps-space-1 {
    margin-top: 30px;
}

.doctor-fr__roll-action {
    width: 100%;
    text-align: right;
    margin-top: 15px;
    font-size: 18px;
    color: #05347F;
    font-weight: bold;
}

.doctor-fr__roll-button {
    width: fit-content;
    display: inline-block;
    cursor: pointer;
}

.doctor-fr__roll-action span {
    width: fit-content;
    margin-right: 5px;
    line-height: 1;
    border-bottom: 2px solid #05347F;
}

.doctor-fr__roll-action svg {
    width: 17px;
}

.doctor-fr__action-button {
    width: 100%;
    text-align: center;
}

.doctor-fr__action-button button {
    width: 300px;
    border-radius: 82px;
    height: 65px;
    background-color: #05347F;
    color: white;
    border: 1px solid #05347F;
    outline: none;
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'DINRoundPro', sans-serif;
    cursor: pointer;
}

.doctor-fr__action-button button:hover {
    color: #05347F;
    background: #ffffff;
}


@media (max-width: 700px) {
    .doctor-fr__box {
        padding: 50px 20px 30px 20px;
        border-radius: 15px;
    }

    .doctor-fr__banner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .doctor-fr__banner-txt {
        padding-left: 0;
        width: 100%;
        font-size: 20px;
        margin-top: 20px;
    }

    .doctor-fr__roll-action {
        /* text-align: center; */
        font-size: 14px;
    }

    .doctor-fr__action {
        margin-top: 30px;
        font-size: 14px;
    }

    .doctor-fr__action-button button {
        width: 100%;
        max-width: 290px;
        height: 50px;
        font-size: 14px;
    }
}
/* End */
/* /assets/css/style.vracham.css?174584414130045 */
/* /local/components/main.components/vrachi.top.banner/templates/.default/style.css?1705410877696 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1690288540467 */
/* /local/templates/lactoflorene/components/bitrix/news/vracham/bitrix/news.list/sciencearticles/style.css?1703002219150 */
/* /local/templates/lactoflorene/components/bbc/elements.list/partners/style.css?17158700421512 */
/* /local/components/main.components/form.vracham/templates/.default/style.css?17192417888197 */
/* /local/components/include.components/popups.component/templates/warning.med.info/style.css?17056589604087 */
