

/* Start:/assets/assets_kalendar-beremennosti/style.css?1719922555366*/
/* Container */
.preg-container {
    background: rgba(208, 230, 248, 0.28);
    /* margin-top: -30px; */
}
/* ---- */

/* Container-main */
.preg-container__main {
    margin: 0 auto;
    padding: 100px 0 90px;
    max-width: 1300px;
    background: #FFFFFF;
    box-shadow: 0px -80px 75px rgba(133, 196, 232, 0.37);
}
/* ---- */

.spacer-100 {
    height: 100px;
}
/* End */


/* Start:/local/templates/kabrita/components/bitrix/news/kalendar-beremennosti/bitrix/news.detail/.default/style.css?168026630816354*/
r {
    font-size: 60%;
    vertical-align: super;
}
    
r::before {
    content: "®";
}

body {
    margin: 0;
}

.quizzy {
    display: none !important;
}

._nowrap {
    white-space: nowrap;
}


div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.news-detail .breadcrumbs {
    margin: 50px 30px 25px 80px;
}

.page.disabled, .preg-trim__block-num-day.disabled {
	pointer-events: none;
	cursor: default; 
}


.preg-title {
    text-align: center;   
    line-height: 1.2; 
}

.preg-main-h {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Cocon', sans-serif;    
    color: #002169;
    line-height: 1.2;
}

.preg-title {
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 600px) {
    .preg-title {
        max-width: 400px;
        margin: 0 auto;
    }
}
@media (max-width: 500px) {
    .preg-title {
        max-width: 290px;
    }
    .preg-main-h {
        font-size: 28px;
        margin: 10px 5px;
        line-height: 1;
    }
}


.font-size-14 {
    font-size: 14px !important;
}

.trim-blue {
    background: #D1E7F9;
}

.trim-pink {
    background: #FBE2EE;
}

.trim-green {
    background: #E9EFC6;
}

.trim-blue-dim {
    background: rgba(209, 231, 249, 0.21);
}

.trim-pink-dim {
    background: rgba(251, 226, 238, 0.21);
}

.trim-green-dim {
    background: rgba(233, 239, 198, 0.21);
}

.trim-blue-dim:hover  {
    color: #002169;
}

.trim-pink-dim:hover  {
    color: #002169;
}

.trim-green-dim:hover  {
    color: #002169;
}

.trim-blue-rich, .trim-blue:hover {
    background: #85C4E8;
    color: #002169;
    box-shadow: 0 0 0 2px #ffff, 0 0 0 4px #85c4e8;
}

.trim-pink-rich, .trim-pink:hover {
    background: rgba(240, 138, 183, 0.83);
    color: #002169;
    box-shadow: 0 0 0 2px #ffff, 0 0 0 4px rgb(240 138 183 / 83%);
}

.trim-green-rich, .trim-green:hover {
    background: rgba(142, 189, 105, 0.65);
    color: #002169;
    box-shadow: 0 0 0 2px #ffff, 0 0 0 4px rgb(142 189 105 / 65%);
}


.preg-trim__block-num-day {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Century Gothic', sans-serif;
    font-size: 21px;
    color: #002169 !important;
    text-decoration: none;
    margin: 5px 10px;
}

.preg-title {
    text-align: center;   
    line-height: 1.2; 
}

.preg-title h1 {
    font-size: 36px !important;
    font-weight: 500;
    font-family: 'Cocon', sans-serif;    
    color: #002169;
    margin: 25px 0 0 !important;
}

.preg-title h2 {
    font-size: 21px;
    font-family: 'Century Gothic', sans-serif;    
    color: #002169;
    font-weight: 400;
    margin: 5px 0;
} 

@media (max-width: 500px) {        
    .preg-title h1 {
        font-size: 22px;
    }
    .preg-title h2 {
        font-size: 18px;           
    } 
}

.preg-tall {
    position: relative;
    margin: 50px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 745px;
    height: 180px;
    background: #FFFFFF;
    border: 1px solid #85C4E8;
    border-radius: 25px;
    color: #002169;
    line-height: 1.2;
}

.preg-tall__text {
    margin-left: 130px;
    max-width: 535px;
}

.preg-tall__text-title {
    font-family: 'Cocon', sans-serif;
    font-size: 30px;
    margin: 5px 0;
}

.preg-tall__text span {
    display: block;
    font-family: 'Century Gothic', sans-serif;
    font-size: 20px;
    margin: 5px 0;
}

.preg-tall__img {
    position: absolute;
    width: 100%;
    max-width: 193px;
    left: -50px;
    top: 50%;
    transform: translate(0, -50%);
}

@media (max-width: 900px) {
    .preg-tall {
        width: 670px;
        height: 165px;
    }
    .preg-tall__img {
        left: -30px;
    }
    .preg-tall__text {
        margin-left: 170px;
    }
    .preg-tall__text span {
        font-size: 19px;
    }
}

@media (max-width: 800px) {
    .preg-tall {
        width: 530px;
        height: 145px;
    }
    .preg-tall__img {
        left: -50px;
        max-width: 155px;
    }
    .preg-tall__text {
        margin-left: 115px;
    }
    .preg-tall__text-title {
        font-size: 25px;
    }
    .preg-tall__text span {
        font-size: 17px;
        margin: 0;
    }
}

@media (max-width: 670px) {
    .preg-tall {
        width: 95%;
        height: auto;
        flex-direction: column;
        margin: 120px auto 20px;
        display: block;
    }
    .preg-tall__img {
        max-width: 160px;
        position: static;
        margin: -100px auto 0;
        display: block;
        transform: none;
    }
    .preg-tall__text {
        margin: 10px 0 25px 20px;
    }
    .preg-tall__text-title {
        font-size: 30px;
    }
    .preg-tall__text span {
        font-size: 20px;
        margin: 5px 0;
    }
}

@media (max-width: 550px) {
    .preg-tall {
        margin: 110px auto 20px;
    }
    .preg-tall__img {
        max-width: 145px;
        margin: -85px auto 0;
    }
    .preg-tall__text {
        margin: 10px 0 15px 20px;
    }
    .preg-tall__text-title {
        font-size: 24px;
    }
    .preg-tall__text span {
        font-size: 16px;
        margin: 3px 0;
    }
}
@media (max-width: 450px) {
    .preg-tall__img {
        max-width: 125px;
        margin: -85px auto 0;
    }
    .preg-tall__text {
        margin: 10px 0 15px 10px;
    }
    .preg-tall__text-title {
        font-size: 20px;
    }
    .preg-tall__text span {
        font-size: 14px;
    }  
}



    /* Слайдер */
    .trim {
        margin: 20px auto;
    }
    .trim-slide {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 980px;
        background: #FFFFFF;
        box-shadow: 0px 1px 12px rgb(230 230 230 / 73%);
        border-radius: 25px;
        padding: 15px;
        position: relative;
    }

    .trim-slide__block {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 7%;
    }

    .preg-main-h span {
        display: block;
        font-family: 'Century Gothic', sans-serif;
        font-size: 21px;
        margin: 5px 0;
    }

    .trim-slide__scroll {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 53px;
        height: 53px;
        border-radius: 50%;
        border: 1px solid #85C4E8;
    }

    .trim-slide__scroll img {
        width: 100%;
        max-width: 7px;
    }

    .trim-slide__scroll-left {
        top: 50%;
        transform: translate(0, -50%);
        left: -80px;
    }

    .trim-slide__scroll-right {
        top: 50%;
        transform: translate(0, -50%);
        right: -80px;
    }

    .trim-slide__scroll:hover {
        cursor: pointer;
    }

    .trim-slide__scroll .slick-slide {
        display: none;
    }

    @media (max-width: 1175px) {  
        .trim-slide {   
            max-width: 600px;      
        }
    }

    @media (max-width: 800px) {  
        .trim-slide {   
            max-width: 375px;      
        }
    }

    @media (max-width: 570px) {  
        .trim-slide {   
            max-width: 315px;   
            padding: 7px;   
        }
        .preg-trim__block-num-day {
            width: 45px;
            height: 45px;     
            font-size: 18px;
            margin: 5px 
        }
        .trim-slide__scroll {
            width: 35px;
            height: 35px;
        }
        .trim-slide__scroll img {
            max-width: 5px;
        }
        .trim-slide__scroll-left {
            left: -45px;
        }
        .trim-slide__scroll-right {
            right: -45px;
        }
    }

    @media (max-width: 435px) {  
        .trim-slide {   
            max-width: 190px;   
        } 
    }
    /* ----------- */

    /* № недели беременности/ № триместра */
    .preg-title {
        text-align: center;   
        line-height: 1.2; 
    }

    .preg-title h1 {
        font-size: 36px;
        font-weight: 500;
        font-family: 'Cocon', sans-serif;    
        color: #002169;
        margin: 25px 0 0;
    }

    .preg-title h2 {
        font-size: 21px;
        font-family: 'Century Gothic', sans-serif;    
        color: #002169;
        font-weight: 400;
        margin: 5px 0;
    } 

    @media (max-width: 500px) {        
        .preg-title h1 {
            font-size: 22px;
        }
        .preg-title h2 {
            font-size: 18px;           
        } 
    }
    /* --------------- */


    /* Мама и малыш */

    .preg-block__write ol {
        font-family: 'Century Gothic', sans-serif;        
        list-style: none;
        counter-reset: li;
        color: #77b0d1;
        padding: 0;
        margin: 0 0 10px;
    } 

    .preg-block__write ul {
        margin: 10px 0;
    } 

    .preg-block__write ol li {
        font-size: 18px;
    } 

    .preg-block__write ol li a {
        color: #77b0d1;
    }     

    .preg-block__write ol li ol li {
        font-size: 16px;
    } 

    .preg-block__write ol li ol li a {
        color: #77b0d1;
    }     

    .preg-block__write ol li ol {       
        padding-left: 0;
    } 

    .preg-block__write ol li:before {
        counter-increment: li;
        content: counters(li, ".") ". ";
        color: #77b0d1;
        font-size: 16px;
    }

    .preg-block__write {
        margin: 30px auto;
        max-width: 870px;
        line-height: 1.5;
        padding: 0 5px;
        width: 95%;
    }      

    .preg-block__write h1 {
        font-size: 36px;
        font-weight: 500;
        font-family: 'Cocon', sans-serif;    
        color: #002169;
        line-height: 1.2;
        margin: 10px 0;
    }

    .preg-block__write h2 {
        font-family: 'Cocon', sans-serif;
        font-size: 20px;
        color: #002169;
        font-weight: 500;
        margin: 0;
        text-align: left;
        margin: 15px 0 3px;
    }

    .preg-block__write p {
        font-family: 'Century Gothic', sans-serif;
        font-size: 14px;
        color: #002169;
        margin: 0 0 5px 0;
    }

    .preg-block__write-img {
        margin: 20px 0 30px;
        width: 100%;
        max-height: 300px;
        overflow: hidden;
        border-radius: 25px;
    }

    .preg-block__write-img img {
        width: 100%;
        max-height: inherit;
        object-fit: cover;
    }

    @media (max-width: 500px) { 
        .preg-block__write h2 {
            font-size: 18px;
            margin-bottom: 5px;
        }
    }
    /* ----- */


    /* Пагинация */
    .preg-pag {
        display: flex;
        justify-content: space-evenly;
        margin: 45px auto 20px;
        max-width: 720px;
        align-items: center;
    }

    .preg-pag a {
        display: flex;
        align-items: center;
        width: 50%;
        justify-content: space-evenly;
    }
    
    .preg-pag__scroll-left, .preg-pag__scroll-right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1.7px solid;
    }

    .preg-pag__scroll-left span {
        width: 6px;
        height: 6px;
        border-left: 1px solid;
        border-bottom: 1px solid;
        transform: rotate(45deg);
    }

    .preg-pag__scroll-right span {
        width: 6px;
        height: 6px;
        border-right: 1px solid;
        border-bottom: 1px solid;
        transform: rotate(-45deg);
    }

    .preg-pag__scroll-color-pink {
        color: rgba(240, 138, 183, 0.83);
        border-color: rgba(240, 138, 183, 0.83);
    }

    .preg-pag__scroll-color-green {
        color: rgba(142, 189, 105, 0.65);
        border-color: rgba(142, 189, 105, 0.65);
    }

    .preg-pag__scroll-color-blue {
        color: #85C4E8;
        border-color: #85C4E8;
    }

    .preg-pag__week-left, .preg-pag__week-right {
        width: 100%;
        max-width: 275px;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Cocon', sans-serif;
        font-size: 38px;
        box-shadow: 0px 0.850534px 10.2064px rgba(230, 230, 230, 0.73);
        border-radius: 21.2633px;
    }

    .preg-pag__week-color-blue {
        color: #85C4E8;
        background: #D6E6F9;        
    }

    .preg-pag__week-color-pink {
        color: rgba(240, 138, 183, 0.83);
        background: #FBE2EE;
    }

    .preg-pag__week-color-green {
        color: rgba(142, 189, 105, 0.65);
        background: #E9EFC6;        
    }

    @media (max-width: 700px) {
        .preg-pag {
            max-width: 480px;
        }
        .preg-pag__scroll-left, .preg-pag__scroll-right {
            width: 38px;
            height: 38px;
        }
        .preg-pag__scroll-left span, .preg-pag__scroll-right span {
            width: 5px;
            height: 5px;
        }
        .preg-pag__week-left, .preg-pag__week-right {
            max-width: 170px;
            height: 90px;
            font-size: 27px;
        }
    }

    @media (max-width: 500px) {
        .preg-pag {
            max-width: 370px;
            justify-content: space-between;
        }
        .preg-pag__scroll-left, .preg-pag__scroll-right {
            width: 25px;
            height: 25px;
        }
        .preg-pag__scroll-left span, .preg-pag__scroll-right span {
            width: 4px;
            height: 4px;
        }
        .preg-pag__week-left, .preg-pag__week-right {
            max-width: 145px;
            height: 68px;
            font-size: 20px;
            border-radius: 12px;
        }
    }

    @media (max-width: 400px) {
        .preg-pag__week-left, .preg-pag__week-right {
            max-width: 115px;
            height: 65px;
        }
        .preg-pag {
            max-width: 300px;
        }
    }

    /* ------- */

        /************** Поделиться в соц.сетях ******************************/
.share__section {
    position: fixed;
    min-width: 50px;
    background-color: #FFF;
    padding: 15px 5px;
    top: 34%;
    margin-left: 1180px;
    z-index: 100;
    border-radius: 38px;
    box-shadow: 0 5px 7px 1px rgb(226, 226, 226);
}

.share__block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 64px;
}

.share__title {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #85c4e8;
    padding: 1px;
    margin-bottom: 5px;
}

.share__item {
    width: 32px;
    height: 32px;
    background-color: #85c4e8;
    margin: 2px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 50%;
}

.share__item:hover {
    cursor: pointer;
}

.share__item__img {
    border-radius: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    /* transform: scale(0.9); */
}

/* @media (max-width: 2050px) {
    .share__section {
        right: 70px;
    }
}

@media (max-width: 1850px) {
    .share__section {
        right: 30px;
    }
}

@media (max-width: 1630px) {
    .share__section {
        right: 15px;
    }
} */

@media (max-width: 1280px) {
    .share__section {
        /* display: none; */
        position: relative;
        right: 60px;
        box-shadow: 0 0px 0px 2px #85c4e8;
        width: fit-content;
        margin: 35px 0 20px auto;
        padding: 5px 5px;
    }
    .share__block {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        flex-direction: row;
        width: fit-content;
    }
    .share__item {
        margin: 2px 5px;
    }
    .share__title {
        position: absolute;
        top: -27px;
        width: 220px;
        font-size: 14px;
    }
}
/* **************************************************************** */

.preg-block__write-life {
    width: 100%;
    margin: 20px auto;
}

.preg-block__write-life-desk {
    width: 100%;
}

.preg-block__write-life-mob {
    width: 100%;
    display: none;
}

@media (max-width: 650px) {
    .preg-block__write-life-desk {
        width: 100%;
        display: none;
    }

    .preg-block__write-life-mob {
        display: inline;
    }
    .preg-block__write-life {
        max-width: 400px;
    }
}
/* End */


/* Start:/local/templates/kabrita/components/bitrix/news.list/rotator.banner.article/style.css?174887230944*/
.banner_article{
    text-align: center;
}
/* End */


/* Start:/local/components/kabrita/subscribe/style.css?16775861691396*/
.form-item._not-empty .form-item__label:not(._static) {
    font-size: 11px !important;
}

._change:not(._static) {
    line-height: 18px;
    font-size: 11px !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.subscr-full {
    background-color: #CFE5F8;
    position: relative;
    padding: 32px 0
}

.subscr__form-50 {
    width: 45%;
    max-width: 450px;
    margin: 0 auto;
}

.subscr__img-50 {
    display: block;
    max-width: 45%;
}

.subscr__img-ab_btm {
    display: block;
    width: 45%;
}

.subscr__img-ab_btm img {
    position: absolute;
    bottom: 0;
}

@media (max-width: 800px) {
    .subscr__form-50 {
        width: 95%;
    }
    .subscr__img-50,
    .subscr__img-ab_btm {
        display: none;
    }
}

.subscr__title-low {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.2;
    color: #102D69;
    font-family: Cocon;
    font-weight: 500;
}

.subscr__title-md {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1.2;
    color: #102D69;
    font-family: Cocon;
    font-weight: 500;
}

.subscr__title-s {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.2;
    color: #102D69;
}

@media (max-width: 400px) {
    .subscr__title-low {
        font-size: 16px;
    }
    .subscr__title-md {
        font-size: 20px;
    }
}

.subscr__submit {
    border-radius: 50px !important;
    height: 50px;
    width: 240px;
}
/* End */
/* /assets/assets_kalendar-beremennosti/style.css?1719922555366 */
/* /local/templates/kabrita/components/bitrix/news/kalendar-beremennosti/bitrix/news.detail/.default/style.css?168026630816354 */
/* /local/templates/kabrita/components/bitrix/news.list/rotator.banner.article/style.css?174887230944 */
/* /local/components/kabrita/subscribe/style.css?16775861691396 */
