

/* Start:/bitrix/templates/.default/components/bitrix/menu/top_nav/style.css?1567585188147*/
@media (max-width: 1199px) and (min-width :992px){
	header .row nav .top_menu li {
	    display: inline-block;
	    padding: 0 5px !important;
	}
}
/* End */


/* Start:/local/templates/proper_nutrition/template_styles.css?17259361046718*/
:root {
    --white: #fff;
    --green: #00A139;
    --green-h: #03732a;
}
.h-100 {height: 100%;}
.w-100 {width: 100%;}
#intro__block {
    height: 675px;
    background-image: url('/upload/medialibrary/8e8/z6eelipid2521hsuayzny2bocr9fosgo.png');
    background-position: center;
    background-repeat: no-repeat;
}
#intro__block .container {
    display: flex;
    align-items: center;
}
#intro__block h1 {
    font-size: 54px;
    color: var(--white);
    text-shadow: 5px 5px 15px #333;
}
#intro__block {}
#green-blocks__block .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    top: -70px;
}
#green-blocks__block .green_block {
    width: calc(25% - 10px);
    padding: 15px 30px 15px 25px;
    color: var(--white);
    background-color: var(--green);
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
}
#green-blocks__block .green_block::after {
    width: 14px;
    height: 24px;
    position: absolute;
    content: url(/images/bookmark.svg);
    top: 0;
    right: 25px;
}
#order__block {
    margin: 0 0 90px;
    padding: 60px 0;
    background-color: #F2F2F2;
}
#order__block .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between
}
#order__block .order__img {
    width: 100%;
    /* max-width: 570px; */
    max-height: 365px;
    object-fit: cover;
}
#order__block .order-text__block {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#order__block h2 {
    margin-bottom: 20px;
    font-size: 48px;
}
#order__block .btn {
    width: 375px;
    height: 44px;
    margin-bottom: 20px;
    padding: 0px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-align: center;
    border-radius: 40px;
    text-transform: uppercase;
    transition: background-color .3s;
}
#order__block .btn.order-btn {
    color: var(--white);
    background-color: var(--green);
}
#order__block .btn.order-btn:hover {
    background-color: var(--green-h);
}
#order__block .btn.calculator-btn {
    color: #333;
    background-color: var(--white);
}
#order__block .btn.calculator-btn:hover {
    background-color: #cacaca;
}
#order__block .order-phone__a {
    font-size: 40px;
    transition: color .3s;
}
#order__block .order-phone__a:hover {
    color: var(--green-h);
}
#announce__block {
    padding: 50px 0;
    background-color: var(--green);
}
#announce__block p {
    margin: 0;
    text-transform: uppercase;
    color: var(--white);
    font-style: normal;
}
#our_menu__block {margin-bottom: 80px;}
#main-doctor__block {
    margin: 60px 0;
}
#main-doctor__block .doctor__wrapper {
    padding: 15px 25px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
}
#main-doctor__block .text__wrapper {
    padding: 10px 0;
    text-transform: uppercase;
    color: #828282;
}
#main-doctor__block .doctor-position {
    font-size: 16px;
}
#main-doctor__block ul li {
    margin-left: 30px;
    color: #4F4F4F;
    list-style: circle;
}
#main-doctor__block .doctor-position {
    margin-bottom: 35px;
}
#main-doctor__block h3 {
    margin: 35px 0 0 0;
    font-size: 32px;
    color: var(--green);
}
#main-doctor__block .doctor-exp {
    margin-top: 35px;
    color: #4F4F4F;
    font-weight: 700;
}
#main-doctor__block img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
#doctors-support__block {
    margin-bottom: 100px;
    text-transform: uppercase;
}
#our_menu__block h3,
#doctors-support__block h3 {
    margin-bottom: 40px;
    font-size: 32px;
    text-align: center;
}
#doctors-support__block .docs__wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
#doctors-support__block .doctor {
    width: calc(100% / 3 - 10px);
    margin-bottom: 20px;
}
#doctors-support__block .doctor img {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    object-fit: cover;
}
#doctors-support__block .doctor .doctor-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--green);
}
#doctors-support__block .doctor .doctor-position {
    margin-bottom: 30px;
    font-size: 14px;
    color: #828282;
}
#doctors-support__block .doctor .doctor-exp {
    margin-bottom: 10px;
    font-weight: 600;
}
@media screen and (max-width: 1200px) {
    #order__block .order__img {
        width: calc(100vw / 4);
        height: 365px;
    }
}
@media screen and (max-width: 990px) {
    #intro__block {
        height: 410px;
    }
    #green-blocks__block .container {
        flex-wrap: wrap;
    }
    #green-blocks__block .container::before,
    #green-blocks__block .container::after {display: none;}
    #green-blocks__block .green_block {
        width: calc(50% - 5px);
        margin-bottom: 10px;
        padding: 25px 15px;
    }
}
@media screen and (max-width: 768px) {
    #order__block {
        margin: 20px 0 40px;
    }
    #order__block .container {
        flex-direction: column;
    }
    #order__block .order__img {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    #announce__block p {
        padding: 0 15px;
    }
    #main-doctor__block .doctor__wrapper {
        flex-direction: column-reverse;
    }
    #main-doctor__block img {
        height: 100%;
        max-height: 240px;
        max-width: 200px;
    }
    #main-doctor__block .text__wrapper {
        margin: 30px 0;
        padding: 0 15px;
    }
    #doctors-support__block .docs__wrapper {flex-wrap: wrap;}
    #doctors-support__block .doctor {
        width: 100%;
    }
    #doctors-support__block .doctor img {
        width: 200px;
        float: right;
    }
    #doctors-support__block .doctor:empty {display: none;}
}
@media screen and (max-width: 500px) {
    #intro__block h1 {
        font-size: 40px;
    }
    #green-blocks__block .green_block {
        width: 100%;
        margin-bottom: 10px;
    }
    #order__block h2 {font-size: 30px;}
    #order__block .btn {
        width: 200px;
    }
    #order__block .order-phone__a {
        font-size: 24px;
    }
    #doctors-support__block .doctor {
        margin-bottom: 40px;
        padding-bottom: 20px;
        border-bottom: 1px solid #80808085;
    }
    #doctors-support__block .doctor img {
        float: unset;
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/menu/top_nav/style.css?1567585188147 */
/* /local/templates/proper_nutrition/template_styles.css?17259361046718 */
