.cocon-regular{
    font-family: Cocon, sans-serif;
    font-weight: 700;
}

.call-back-block{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
    align-items: center;
    justify-content: space-evenly;
    background: #FAFAFA;
    border-radius: 30px 30px 30px 0;
}

.number{
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ed7453;
    margin-right: 10px;
}
.number span{
    font-size: 24px;
    font-weight: 700;
    color: #fff
}
.conditions{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.conditions p{
    margin: 0;
}
.conditions .cocon-regular{
    margin-bottom: 10px;
}
.frames{
    min-width: 80px;
    height: 80px;
    margin-right: 20px;
}
.frame-1{
    background: url('/upload_old/images/cemen-bank/Frame-1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.frame-2{
    background: url('/upload_old/images/cemen-bank/Frame-2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.frame-3{
    background: url('/upload_old/images/cemen-bank/Frame-3.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.orange-block{
    padding: 50px 30px;
    background: #FBE3DD;
    border-radius: 60px 0px;
}
.orange-block h2{
    text-align: center;
}
.orange-block_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.orange-block_number{
    display: flex;
    margin-bottom: 10px;
}
.orange-block_number > span{
    font-size: 24px;
    color: #ED7453;
    display: inline;
}
.anketa_call{
    border: 3px solid #ED7453;
    color: #ED7453;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 20px;
    background: transparent;
}
.anketa_call:hover{
    color: #ED7453;
    background: #fff4f1;
}

.anketa-block{
    display: flex;
    background: linear-gradient(0deg, rgba(231, 226, 238, 0.5), rgba(231, 226, 238, 0.5));
    mix-blend-mode: multiply;
    border-radius: 30px 70px 200px 30px;
    align-items: center;
    justify-content: space-between;
}
.anketa-block_content{
    padding-left: 90px;
    text-align: center;
}
.anketa-block_content h2{
    margin-bottom: 10px;
}
.anketa-block_content p{
    margin-bottom: 20px;
}
.anketa-block_content_button{
    background: linear-gradient(180deg, #EEA591 0%, #ED7453 100%);
    border: none;
    border-radius: 40px;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    padding: 15px 90px;
    transition: ease-in-out .2s;
}
.anketa-block_content_button:hover{
    background: linear-gradient(180deg, #EEA591 0%, #ED7453 100%);
    opacity: .5;
    color: #fff;
}

.reward-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.reward-block > div{
    margin-top: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reward-block > div h2{
    height: 40px;
    margin: 0;
}

.rules{
    margin-bottom: 60px;
    width: 320px;
}
.rules-header{
    display: flex;
    align-items: center;
}
.rule-1{
    background: url('/upload_old/images/cemen-bank/1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.rule-2{
    background: url('/upload_old/images/cemen-bank/2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.rule-3{
    background: url('/upload_old/images/cemen-bank/3.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.rule-4{
    background: url('/upload_old/images/cemen-bank/4.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.rule-5{
    background: url('/upload_old/images/cemen-bank/5.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.rule-6{
    background: url('/upload_old/images/cemen-bank/6.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.video-section-wrap iframe{
    width: 100%;
}

/* hospitalization */

.main-page-banner {
    background: #F5F3F8;
    position: relative;
    padding: 88px 0;
    margin-bottom: 100px;
}

.main-section-inner{
    position: relative;
    z-index: 1;
    margin: auto;
}


.base-section-picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.base-section__img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
}

.main-page-banner__img{
    object-position: bottom;
}

.base-section__title{
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    color: #1B1B1B;
}


.main-page-banner__title{
    font-weight: 400;
    font-size: 38px;
    line-height:46px;
    color: #1B1B1B;
}


.main-page-banner__title-info{
    font-weight: 400;
    font-size: 20px;
    line-height:  24px;
    color: #1B1B1B;
    margin-top: 6px;

}

.main-page-banner__title-info span{
    color: #ED7453;
}

.main-page-banner__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.main-page-banner__form{
    padding: 20px 34px 32px 34px;
    background: #572F8E;
    border-radius: 30px 30px 30px 0px;
    max-width: 348px;
}

.main-callback-form__title{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 17px;
}

.main-callback-form__btn{
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    background: #ED7453;

}

.main-callback-form__agreement{
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    margin-top: 11px;
    padding: 0 10px;
}

.main-callback-form__agreement a{
    color: #ED7453;
}

.main-page-banner__info .main-page-banner__list{
    padding-left: 20px;
}

.main-features-list__item:not(:first-child){
    margin-top: 10px;
}

.main-features-list__item{
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #1B1B1B;
}


.main-features-list .main-features-list__item::before{
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 22px;
    height: 22px;
    background: url("/local_old/templates/mamadeti_new/img/bullet-icon.png") no-repeat 0 0;
    border-radius: 50%;
}

.features-section{
    background-color: #fff;
}

.features-section .section{
    padding-top: 100px;
}

.features-description{
    display: flex;
    flex-wrap: wrap;
}

.features-description__img{
    height: auto;
}

.features-description__title{
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    color: #1B1B1B;
}

.features-description__picture{
    flex: 1;
}
.features-description__info{
    flex: 1;
    align-self: flex-end;
}

.features-description--reverse .features-description__picture{
    flex: 1;
}
.features-description--reverse .features-description__info{
    flex: 0 1 590px;
    align-self: flex-start;
}

.features-description__item + .features-description__item{
    margin-left: 54px;
}

.features-description__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1B1B1B;
    margin-bottom: 0;
}

.features-description__text:not(:first-child){
    margin-top: 30px;
}

.emerge-info-section{
    margin-top: 100px;
    padding: 46px 0 52px 0;
    background: #F5F3F8;
    position: relative;
}

.emerge-info-section__img{
    object-position: right;
    right: 0;
    left: auto;
}

.emerge-info-section__title{
    max-width: 600px;
}

.emerge-info-section__list-wrap{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(316px, 340px));
    gap: 36px;

}

.emerge-info-section__list-wrap .emerge-info-section__list{
   padding-left: 20px;
}

.emerge-info-section__list .base-section-list__item::before{
    background-color: #000000;
}

.base-section-list__item:not(:first-child){
    margin-top: 20px;
}

.base-section-list__item{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    max-width: 332px;
}

.direction-section{
    padding: 120px 0;
}

.direction-section .direction-form{
    margin-top: 100px;
}

.direction-section__list{
    margin-top: 40px;
}



.line-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 20px;
    
}


.line-list__item{
    background: #FCECC1;
    border-radius: 15px 0px;
}

.line-list__item:nth-child(n+10){
    background: #FBE4A8;
}

.line-list__link{
    padding: 25px 32px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #1B1B1B;

}

.bottom-section{
    padding: 0 0 100px 0;
}

.direction-section-form{
    padding: 32px 100px 43px 100px;
    background: url('/local_old/templates/mamadeti_new/img/call-form-bg.png') no-repeat bottom right,linear-gradient(180deg, #F4F2F8 0%, #EBE4F2 100%);
    mix-blend-mode: multiply;
    border-radius: 0px 30px 30px 30px;
    background-size: contain;
   
}

.direction-form__title{
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    color: #1B1B1B;
}

.direction-form__agreement{
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #1B1B1B;
    margin-top: 23px;
}

.direction-form__row{
    justify-content: space-between;
}

.direction-form__item{
   flex: 1;
}

.promo-block{
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 60px;
    background: url('/local_old/templates/mamadeti_new/img/promo-img_bg.png') no-repeat 10% 0, #572F8E;
    background-size: contain;
    position: relative;
   
}
.promo-block__img{
    position: absolute;
    left: 13%;
    bottom: 0;
}


.promo-block__content{
    display: flex;
    align-items: center;
}

.promo-block__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.promo-block__info{
    margin-left: 40%;
    flex: 0 1 708px;
}


.features-block__title{
    text-align: center;
}

.features-block-list__icon{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    display: inline-block;
}

.features-block__wrap{
    margin-top: 40px;
}

.features-block-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
}

.features-block-list__item{
    padding: 20px 25px 23px 25px;
    background: #F5F3F8;
    border-radius: 30px;
}

.features-block-list__item--accent{
    background: #FAECE7;
}


.show-btn{
    display: none;
}

.features-block-list__title{
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #1B1B1B;
    margin-bottom: 10px;
}
.features-block-list__text{
    font-weight: 500;
    font-size: 14px;
    line-height:20px;
    color: #666666;
}

.main-page-banner--pregnant{
    padding: 70px 0 54px 0;
}

.main-page-banner__row{
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
    margin-right: 40px;
}

.main-page-banner__row .main-features-list{
    max-width: 340px;
}

.main-page-banner--pregnant .main-features-list__item:not(:first-child){
    margin-top: 30px;
}

.programs-section__title{
    text-align: center;
}
.main-page-banner--pregnant .base-section__img{
width: 100%;
}

.pregnant-features-section .features-block-list{
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.programs-block{
    display: flex;
    flex-wrap: wrap;
}

.programs-price{
    max-width: 400px;
    margin-left: 66px;
    flex: 1;
}
.programs-price__item{
    padding: 45px 35px;
    background: #572F8E;
    border-radius: 30px 30px 30px 0px;
    margin-bottom: 30px;
}

.programs-price__text{
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    color: #FFFFFF;
}

.programs-price-link__item{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 12px 35px 12px 75px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 1px solid #572F80;
    border-radius: 30px;
    position: relative;
    background: #fff;
    color: #333333;
}

.programs-price-link__item:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -2px;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='%23572F80'/%3E%3Cg clip-path='url(%23a)' fill='%23fff'%3E%3Cpath d='M23.11 29.28a.76.76 0 0 1-.54-.23l-3.04-3a.75.75 0 0 1-.18-.82.74.74 0 0 1 .42-.4.77.77 0 0 1 .83.17l2.51 2.48 2.5-2.48a.76.76 0 0 1 .84-.16.76.76 0 0 1 .4.4.74.74 0 0 1-.16.82l-3.05 3a.76.76 0 0 1-.53.23v-.01Z'/%3E%3Cpath d='M23.11 29.28a.77.77 0 0 1-.7-.47.73.73 0 0 1-.06-.29v-7.5c.02-.18.1-.35.25-.48a.77.77 0 0 1 1.27.48v7.5c0 .42-.35.76-.77.76h.01Zm4.57 3h-9.13c-.2 0-.4-.08-.54-.22A.74.74 0 0 1 18 31a.77.77 0 0 1 .54-.22h9.13c.2 0 .4.08.54.22a.74.74 0 0 1 0 1.06.77.77 0 0 1-.54.22Z'/%3E%3Cpath d='M31.05 37H15.17a1.96 1.96 0 0 1-1.8-1.15c-.1-.23-.15-.48-.15-.73v-15.4c0-.66.26-1.3.74-1.76l4.3-4.23a2.5 2.5 0 0 1 1.77-.73h11.01c1.09 0 1.96.84 1.96 1.88V35.1c0 1.03-.87 1.88-1.95 1.88V37ZM20.03 14.5a1 1 0 0 0-.7.28l-4.3 4.25a1 1 0 0 0-.3.68v15.41c0 .2.2.38.44.38h15.87c.25 0 .44-.17.44-.38V14.9c0-.21-.2-.38-.44-.38H20.03v-.01Z'/%3E%3Cpath d='M18.92 20.5h-4.18a.77.77 0 0 1-.49-.25.75.75 0 0 1 0-1c.13-.14.3-.23.49-.25h4.18c.21 0 .38-.17.38-.38V14.5c.02-.18.11-.36.25-.48a.77.77 0 0 1 1.03 0c.14.12.23.3.25.48v4.12c0 .5-.2.98-.56 1.33-.36.35-.84.55-1.35.55Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(13 13)' d='M0 0h20v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    border-radius: 50%;
}

.programs-table{
    background: #FAFAFA;
    border-radius: 30px;
}

.programs-block-table{
    background: #FAFAFA;
    border-radius: 30px;
    flex: 1;
}

.programs-table__row:nth-child(n+6){
    display: none;
}

.programs-table__row.active:nth-child(n+6){
    display: table-row;
}

.programs-table__btn{
    margin: 30px 0 30px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #572F80;
    background: transparent;
    border: none;
}

.programs-table tr > td:first-child {
    padding-left: 45px;
}
.programs-block .scroll__slide{
    overflow-x: auto;
}

.baner-text__title--img{
    position: relative;
    max-width: 392px;
}

.banner-text__row{
    display: flex;
    justify-content: space-between;
}

.banner-text__item{
    flex: 1;
}

.baner-text__title{
    font-weight: 400;
    font-size: 34px;
    line-height: 1.2;
    color: #FFFFFF;
}

.banner-text__info{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.banner-text{
    padding: 90px 0;
    background-color: #572F8E;
}

.baner-text__title--img::after{
    content: '';
    position: absolute;
    width: 72px;
    height: 60px;
    right: -40px;
    top: -40px;
    background-image: url("data:image/svg+xml,%3Csvg width='73' height='61' viewBox='0 0 73 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7646 40.2558C13.7646 29.0857 22.8198 20.0305 33.9899 20.0305H72.2566V39.4377C72.2566 50.6078 63.2015 59.6629 52.0314 59.6629H13.7646V40.2558Z' fill='%23FD9A7F'/%3E%3Cpath d='M5.83244 34.3419C2.61127 23.6463 8.67047 12.3646 19.366 9.14339L49.7259 -5.70903e-05L57.49 25.7798C60.7112 36.4754 54.652 47.7571 43.9564 50.9783L13.5965 60.1217L5.83244 34.3419Z' fill='%23E7E0F1'/%3E%3C/svg%3E%0A");
}

.base-section{
    padding: 80px 0;
}

.program-include__row{
    display: flex;
    justify-content: space-between;
}

.program-include-list{
    flex: 1;
    max-width: 450px;
}

.program-include-list__item:not(:first-child){
    margin-top: 10px;
}

.program-include-list__item{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #1B1B1B;
    padding-left: 5px;
}

.program-include-list .program-include-list__item::before{
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 0;
    top: -3px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7L9 18L4 13' stroke='%23ED7453' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

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

.section__head-links{
    display: flex;
    align-items: center;
}

.section__head-link{
    margin-left: 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}

.experience {
    background: #F2F0F6;
    padding-top: 70px;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
}

.experience-block__item{
    flex: 1;
}

.experience-block-row{
    display: flex;
    justify-content: space-between;
}

.doctors-slider{
    position: relative;
    overflow: hidden;
}

.doctor-slider-next:after,.doctor-slider-prev:after {
    color: #463C3F;
    font-size: 18px;
    font-weight: 700;

}



.user-cart {
    display: flex;
}

.user-cart_mobile-column {
    flex-direction: column;
}

.user-cart__ava {
    flex: 0 0 130px;
    min-width: 130px;
    object-fit: cover;
    max-width: 130px;
    height: 130px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: 50% 0;
    border-radius: 50%;
    margin-right: 10px;
}

.user-cart__ava_border_orange {
    border: 3px solid transparent;
}

.user-cart:hover .user-cart__ava_border_orange {
    border-color: #572F8E;
}

.user-cart__ava_grey {
    filter: grayscale(100%);
    transition: filter 0.2s ease-in-out;
}

.user-cart__ava_grey:hover {
    filter: grayscale(0%);
    transition: filter 0.2s ease-in-out;
}

.user-cart_mobile-column .user-cart__ava {
    margin: 0 auto;
}

.user-cart_mobile-column.article-user-cart .user-cart__ava {
    margin: 0 auto 20px;
}

.user-cart__center-wrap {
    text-align: center;
}

.user-cart__name a {
    color: #463B3F;
}

.global_background-dark .user-cart__name a {
    color: #ffffff;
}

.user-cart__name {
    font-family: 'Cocon', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #463B3F;
    margin-bottom: 5px;
}

.global_font-1 .user-cart__name {
    font-size: 18px;
}

.global_font-2 .user-cart__name {
    font-size: 20px;
}

.global_font-3 .user-cart__name {
    font-size: 22px;
}

.global_background-dark .user-cart__name {
    color: #ffffff;
}

.user-cart__position {
    font-style: italic;
    font-size: 12px;
    line-height: 140%;
    color: #666666;
}

.global_font-1 .user-cart__position {
    font-size: 14px;
}

.global_font-2 .user-cart__position {
    font-size: 16px;
}

.global_font-3 .user-cart__position {
    font-size: 18px;
}

.global_background-dark .user-cart__position {
    color: #ffffff;
}

.user-cart__local {
    font-size: 12px;
    display: block;
}

.user-cart__appointment {
    margin-top: 15px;
}

.user-cart__feedback {
    margin-top: 10px;
}

.user-cart__social {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.user-cart__social-item {
    margin-right: 10px;
}

.user-cart__social-item:last-child {
    margin-right: 0;
}

.user-cart__social-icon {
    fill: #ED7453;
}

.user-cart__specialty-list {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.user-cart__post-list {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

.user-cart__post-item {
    font-size: 14px;
    color: #666666;
}

.user-cart__category-list {
	font-size: 14px;
    margin: 5px 0 5px;
    text-align: center;
}

.user-cart__post-item:before {
	display:none;
}

.user-cart__button {
    margin-top: 20px;
    padding-top: 8px;
    padding-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
}


.md-block{
    display: none;
}

.section-hide__text{
    display: none;
}

.section-text__btn{
    text-align: center;
    margin-top: 20px;
}

.map-box{
    display: block;
    position: relative;
    background: #fff;
}

.map-box .ant_map {
    width: 340px;
    height: 510px;
    border-radius: 30px 0;
    background-color: #fff;
    padding: 45px 40px;
    position: absolute;
    z-index: 9;
    top: 23px;
    right: 7%;
    overflow: auto;
}

#customMap {
    width: 100%;
    height: 640px;
}

.map-box .footer-box {
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #463B3F;
    position: relative;
    font-family: HelveticaNeue;
}

.map-box .ant_title {
    font-size: 28px;
    line-height: 33px;
    color: #383537;
}

.map-box ul {
    list-style: none;
    padding-left: 5px;
    width: auto;
    display: inline-block;
    position: relative;
}

.map-box ul li {
    background: no-repeat url('/local_old/templates/mamadeti_new/img/mm.svg');
    font-size: 14px;
    line-height: 20px;
    color: #463B3F;
    font-family: HelveticaNeue;
    background-position: left 5px;
    padding-left: 20px;
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}
.map-box ul li::before{
    content: none;
}

.map-box ul li a {
    text-decoration: none;
    color: inherit;
}

.map-box .button {
    display: block;
    margin-top: 5px;
    margin-bottom: 50px;
    position: relative;
}
.map-box .button a {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 17px 35px;
    background: #572F8E;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.5s;
    display: inline-block;
    position: relative;
}
.map-box .button a:hover {
    transition: 0.5s;
    opacity: 0.7;
}

@media (min-width: 576px) {
    .user-cart {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .user-cart__ava {
        flex: 0 0 210px;
        min-width: 210px;
        max-width: 210px;
        height: 210px;
        margin: 0 auto 25px;
    }

    .user-cart__position,
    .user-cart__local {
        font-size: 14px;
    }

    .global_font-1 .user-cart__position,
    .global_font-1 .user-cart__local {
        font-size: 16px;
    }

    .global_font-2 .user-cart__position,
    .global_font-2 .user-cart__local {
        font-size: 18px;
    }

    .global_font-3 .user-cart__position,
    .global_font-3 .user-cart__local {
        font-size: 20px;
    }
}

@media (min-width: 1189px) {
    .user-cart__appointment {
        margin-top: 40px;
    }

    .user-cart__feedback {
        margin-top: 15px;
    }

    .user-cart__social {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .user-cart__social-item {
        margin-right: 24px;
    }

    .user-cart__social-icon {
        fill: #ED7453;
        width: 26px;
        height: 26px;
    }
}


@media (max-width:1185px) {
    .orange-block{
        padding: 50px 0;
    }
    .orange-block_item{
        display: flex;
        align-items: center;
        width: 270px;
        margin: 0 auto;
    }
    .orange-block_item br{
        display: none;
    }
    .orange-block_number > span{
        display: none;
    }
    .orange-block_number{
        justify-content: center;
    }
    .orange-block_inner{
        flex-direction: column;
    }
    .anketa-block{
        justify-content: center;
        padding: 70px 0;
        border-radius: 30px;
    }
    .anketa-block_content{
        padding-left: 0;
    }
    .anketa-block .baby{
        display: none;
    }
    .reward-block > div{
        margin-top: 30px;
        width: 100%;
    }
    .rules{
        width: 300px;
        margin: 0 auto;
    }

    .features-description--reverse .features-description__info{
        flex: 1;
    }

    .direction-section-form {
        padding: 32px 50px;
    }

    .direction-form__title{
        font-size: 28px;
        line-height: 1.2;
    }

    .promo-block__img{
        left: 20px;
        top: auto;
        bottom: 0;
    }

    .promo-block__info{
        flex: 0 1 520px;
    }
    
}

@media (max-width:870px){
    .main-page-banner{
        padding: 40px 0;
        margin-bottom: 50px;
    }

    .main-page-banner__title{
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .main-page-banner__bg.base-section-picture{
        height: auto;
        width: auto;
        top: 220px;
        left: 50%;
        transform: translateX(-50%);

    }

   .main-page-banner__bg .base-section__img{
        position: static;
    }

    .main-page-banner__inner{
        flex-direction: column;
        min-height: 725px;
    }

    .features-section{
        padding: 60px 0;
    }

    .features-description{
      flex-direction: column;
    }

    .features-description__item + .features-description__item{
        margin-left: 0;
    }
    
    .features-description__picture{
        margin: 0 auto;
    }

    .features-description__info{
        margin-top: 30px;
    }

    .base-section-list__item:not(:first-child){
        margin-top: 10px;
    }

    .base-section__title{
        font-size: 28px;
        line-height: 1.2;
    }

    .emerge-info-section{
        padding: 46px 0 302px 0;
        margin-top: 50px;
    }

    .emerge-info-section__list-wrap{
        margin-top: 30px;
        gap: 10px;
    }

    .emerge-info-section__img {
        object-position: bottom;
        right: 0;
        left: auto;
        height: auto;
        bottom: 0;
        top: auto;
    }

    .direction-section{
        padding: 60px 0;
    }

    .direction-section .direction-form{
        margin-top: 50px;
    }

    .direction-form__row{
        flex-direction: column;
    }


    .features-description__title{
        font-size: 28px;
        line-height: 1.2;
    }

    .features-description--reverse .features-description__info{
        margin: 0 0 30px 0;
    }
  
    .promo-block {
        margin-top: 50px;
        margin-bottom: 0;
        padding: 30px 30px 0 30px;
        background: url(/local_old/templates/mamadeti_new/img/promo-img_bg.png) no-repeat center bottom, #572F8E;
    }

    .promo-block__content{
        flex-direction: column-reverse;
    }

    .promo-block__img{
        position: static;
    }

    .promo-block__info{
        flex: 1;
        margin-left: 0;
    }

    .line-list{
        grid-template-columns: repeat(2, 1fr);
    }

    .features-block-list{
        grid-template-columns: repeat(2, 1fr);
    }

    .show-list div:nth-child(n+6){
        display: none;
    }
    

.show-btn{
    display: block;
    margin: 30px auto 0 auto;
    min-width: 86px;
    height: 52px;
    padding: 18px 25px;
    font-size: 16px;
}

.pregnant-features-section .features-block-list{
    grid-template-columns: repeat(2, 1fr);
}
.experience__list-wrap{
    margin-top: 20px;
}

.banner-text__row, .experience-block-row{
    flex-direction: column;
}

.main-page-banner--pregnant .base-section-picture{
    display: none;
}

.md-none{
    display: none;
}
.md-block{
    display: block;
}

.section__head-links.md-block{
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
    min-height: 100px;
    justify-content: space-between;
 }

 .map-box {
    display: flex;
    flex-direction: column;
}
.map-box .ant_map {
    position: relative;
    height: auto;
    top: auto;
    right: auto;
    background-color: #F2F0F6;
    border-radius: 0;
    width: 100%;
    text-align: center;
}
.map-box .ant_title {
    text-align: center;
}

.map-box .button {
    text-align: center;
}

}
@media (max-width:863px) {
        
    .anketa-block_content_button{
        padding: 13px 20px;
    }
}

.up-info-work {
    display: block;
}

a.feedback-item {
    text-decoration: none !important;
    color: #463b3f;
}

.office-all-item__name a {
    color: #333333;
}

.global_background-dark .office-all-item__name a {
    color: #ffffff;
}

.feedback__body_single {
    position: relative;
}

.ajax_gallery_block,
#ajax_section, #ajax_section_service, .promo__list, .news_clinics_list , .doctor-search-list ,
.programs__grid, .article__list {
    position: relative;
}

.ajax_gallery_block.load:before,
#ajax_section.loading:before,
#ajax_section_service.loading:before,
.promo__list.loading:before,
.doctor-search-list.loading:before,
.programs__grid.loading:before,
.news_clinics_list.loading:before,
.article__list.loading:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 0.6) url(/local_old/templates/mamadeti_new/img/loader.gif) no-repeat center;
    z-index: 99;
    background-size: 120px 120px;
}

.office-gallery-tab__item:hover {
    cursor: pointer;
}

.guide_list {
    margin-bottom: 70px;
}

@media (max-width: 869px) {
    .video-section-wrap iframe {
        height: 400px;
    }
}




@media (min-width: 869px) {
    .office-gallery-section .scroll_shadow_r:after, .office-gallery-section .scroll_shadow_l:before {
        width: 0px;
    }
    
}

.hidden_info_service {
    display: none;
}

.employee-info__service-more {
    font-size: 13px;
    color: #8E2B62;
    background: none;
    border: 0;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px dashed;
}

.employee-info__service-more {
    margin-top: 10px;
}

.wrap_ajax_pagination {
    display: block;
    text-align: center;
    width: 100%;
}

.wrap_ajax_pagination .btn_more,
.docs-more__more {
    display: block;
    margin: 50px auto 0;
}

.reg_call {
    margin: 10px 0;
    font-weight: 500;
    padding: 15px 50px;
}

/* Стили со старого сайта */
/* Контентная часть была просто перенесена со старого сайта
без изменения классов, так что, для экономии времени, стили
просто были взяты со старого сайта с минимальными доработками  */

.our-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.our-benefits--half {
    justify-content: space-around;
}

.our-benefits__item {
    width: 26%;
    margin-right: 10%;
    margin-bottom: 50px;
}

.our-benefits__item--half {
    width: 35%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.our-benefits__item:nth-child(3n) {
    margin-right: 0;
}

.our-benefits__item:nth-child(7) {
    margin-right: 5%;
}

.our-benefits__item:nth-child(8) {
    margin-right: 0;
    margin-left: 5%;
}

@media (max-width: 768px) {
    .our-benefits__item {
        width: 40%;
    }

    .our-benefits__item,
    .our-benefits__item:nth-child(3n),
    .our-benefits__item:nth-child(7),
    .our-benefits__item:nth-child(8) {
        margin-right: 0;
        margin-left: 0;
    }

    .our-benefits__item:nth-child(2n+1) {
        margin-right: 10%;
    }

    .video-section-wrap iframe {
        height: 300px;
    }
}

@media(max-width:575px){
    .main-page-banner__img{
       width: 100%;
       vertical-align: middle;
       border-style: none;
       max-width: 100%;
    }
    .features-block-list, .pregnant-features-section .features-block-list,.main-page-banner__row{
        grid-template-columns: 1fr;
    }

    .programs-price{
        margin-top: 30px;
        margin-left: 0;
    }
    

}

@media (max-width: 550px) {
    .our-benefits__item {
        width: 100%;
    }

    .our-benefits__item:nth-child(2n+1) {
        margin-right: 0;
    }

    
    .line-list{
        grid-template-columns: repeat(1, 1fr);
    }

    .main-page-banner__inner{
        min-height: 670px;
    }

    .main-page-banner__form{
        margin-top: 110px;
    }

    .main-page-banner--pregnant .main-page-banner__form{
        margin-top: 40px;
    }

    .main-page-banner {
        padding: 30px 0;
        margin-bottom: 0;
    }

    .main-page-banner__title{
        font-weight: 500;
        font-size: 24px;
    }

    .main-features-list__item{
        font-size: 14px;
    }

    .main-callback-form__title{
        font-weight: 500;
    }

    .base-section__title{
        font-weight: 500;
        font-size: 24px;
        line-height: 1.2; 
    }

    .direction-section{
        padding: 30px 0;
    }
    .direction-section-form{
        padding: 30px 20px 50px 20px;
        margin-top: 0;
    }

    .direction-form__title{
        font-weight: 500;
        font-size: 20px;
    }

    .features-description__title{
        font-weight: 500;
        font-size: 24px;
    }
   
}

.our-benefits__item {
    width: 26%;
    margin-right: 10%;
    margin-bottom: 50px;
}

.our-benefits__item--half {
    width: 35%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.our-benefits__item:nth-child(3n) {
    margin-right: 0;
}

.our-benefits__item:nth-child(7) {
    margin-right: 5%;
}

.our-benefits__item:nth-child(8) {
    margin-right: 0;
    margin-left: 5%;
}

@media (max-width: 768px) {
    .our-benefits__item {
        width: 40%;
    }

    .our-benefits__item,
    .our-benefits__item:nth-child(3n),
    .our-benefits__item:nth-child(7),
    .our-benefits__item:nth-child(8) {
        margin-right: 0;
        margin-left: 0;
    }

    .our-benefits__item:nth-child(2n+1) {
        margin-right: 10%;
    }
}

@media (max-width: 550px) {
    .our-benefits__item {
        width: 100%;
    }

    .our-benefits__item:nth-child(2n+1) {
        margin-right: 0;
    }
}

.our-benefits-item {
    text-align: center;
}

.our-benefits-item__img-wrap {
    min-height: 112px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.our-benefits-item__title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 15px;
}

.our-benefits-item__description {
    text-align: center;
    font-size: 13px;
}


.our-principles {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.our-principles__item {
    width: 45%;
    margin-bottom: 50px;
}

@media (max-width: 550px) {
    .our-principles__item {
        width: 100%;
    }
}

.our-principles-item__img-wrap {
    float: left;
    min-width: 100px;
    text-align: center;
}

.our-principles-item__title {
    margin-bottom: 10px;
    font-weight: bold;
}

.our-principles-item__title,
.our-principles-item__description {
    overflow: hidden;
}

.video-gallery {
    margin-top: 50px;
    margin-bottom: 50px;
}

.video-gallery.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}

.video-gallery__title {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.video-gallery-item {
    display: block;
    position: relative;
}

.video-gallery-item.col-md-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.video-gallery-item__play {
    height: 73px;
    left: 50%;
    position: absolute;
    width: 100px;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #212121;
    z-index: 100;
    opacity: 0.5;
}

.video-gallery-item:hover .video-gallery-item__play {
    fill: #e52017;
    opacity: 1;
    z-index: 1001;
}

.faq-container-text {
	display: flex;
    margin-bottom: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.faq-block-text {
    margin-bottom: 30px;
}
@media screen and (min-width: 869px) {
    .faq-container-text {
        flex-wrap: nowrap;
    }
    .faq-block-text {
        width: 70%;
        margin-right: 10%;
        margin-bottom: 0;
    }
}
@media (max-width: 869px) {
    .video-gallery-item.col-md-6 {
        width: 100%;
    }

    .video-gallery-item {
        margin-bottom: 20px;
    }

    .video-gallery-item:last-child {
        margin-bottom: 0;
    }
}

.video-gallery-item__titile {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 50px;
    color: #fff;
    z-index: 1000;
}

.video-gallery-item__img-wrap {
    position: relative;
}

.video-gallery-item__img-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.back-link {
    display: inline-block;
    margin: 20px 0;
}

table.no-scroll td {
    word-break: break-word;
}

table.no-scroll tr > td:first-child {
    word-break: normal;
}

.m-top-20{
    margin-top: 20px;
}
.section__head-flex {
    display: flex;
    align-items: flex-end;
}

.to-all {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.faq-item__source.mb-2{
    margin-bottom: 2px;
}
.faq-item__source.data{
    font-size: 13px;
}

.main-services__extra-link.jcc{
    justify-content: center;
}

.w-hc-img {
	float:left; 
	margin-right:20px; 
	margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
}

.w-hc-remark {
    font-size: 14px;
    color: #999;
}

.red-font {
    color: #ff0000;
}

.row_discount {
    content: " ";
	display: table;
	clear: both;
}

.clear {
	clear:both;
}

.dop-info_discount {
	margin-bottom:20px;
}

.cols_discount { 
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.col_discount_head {
	font-weight:bold;
}

.discount-form {
    margin-top: 40px;
}

.form_discount_block {
	margin-bottom:30px;
}

.discount-form  .form-main__col_txt .form-main__agreement{
	font-weight:normal;
}

.discount-form  .form-main__col_txt {
	font-weight:bold;
}

.discount-form  .form-main__col_1 {
	width:100%;
}

#dcp-id-items {
	margin-top:30px;
}

#search-tree-filter .select2-container.select2-container--open { 
	border-bottom:none;
}

#search-tree-filter .select2-container { 
    border: 1px solid #572f8e;
    border-radius: 30px;
}

.text-col {
    max-width: 810px;
} 
.footer__alert{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
} 
.container-narrow {
    max-width: 755px;
    padding: 0 20px;
    margin: auto;
}


.info_articles_warning {
	border-left:2px solid #e54e25;
	padding:0 10px;
	margin:25px 0;
	color: #999;
}
.w_orang { color: #e54e25; display:block; }

.info_articles_head {
	display: flex;
	gap:15px;
	font-size:14px;
	margin-top:10px;
	color: #999;
}


@media screen and (max-width: 868px) {
    .container-narrow {
        max-width: 540px;
    }
}
