@font-face {
    font-family: "Segoe UI";
    font-style: normal;
    font-weight: 400;
    src: url(https://health2all.info/joint-pro/city-kz/fonts/SegoeUI.eot);
    src: url(../fonts/SegoeUI.ttf) format('truetype'),
    url(https://health2all.info/joint-pro/city-kz/fonts/SegoeUI.svg) format('svg'),
    url(https://health2all.info/joint-pro/city-kz/fonts/SegoeUI.woff) format('woff');
}
@font-face {
    font-family: "Segoe UI";
    font-style: normal;
    font-weight: 500;
    src: url(https://health2all.info/joint-pro/city-kz/fonts/SegoeUI-SemiBold.eot);
    src: url(../fonts/SegoeUI-SemiBold.ttf) format('truetype'),
    url(https://health2all.info/joint-pro/city-kz/fonts/SegoeUI-SemiBold.svg) format('svg'),
    url(https://health2all.info/joint-pro/city-kz/fonts/SegoeUI-SemiBold.woff) format('woff');
}
@font-face {
    font-family: "Segoe UI";
    font-style: normal;
    font-weight: 700;
    src: url(https://health2all.info/joint-pro/city-kz/fonts/SegoeUI-Bold.eot);
    src: url(../fonts/SegoeUI-Bold.ttf) format('truetype'),
    url(https://health2all.info/joint-pro/city-kz/fonts/SegoeUI-Bold.svg) format('svg'),
    url(https://health2all.info/joint-pro/city-kz/fonts/SegoeUI-Bold.woff) format('woff');
}
* {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    transform: none;
    background-color: rgb(238, 238, 238) !important;
    overflow-x: hidden;
    font-family: "Segoe UI","Open Sans",Arial,sans-serif;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    background: #036;
    z-index: 200;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 50px;
}
.logo{
    position: relative;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 50px 0 30px;
}
.logo a{
    color: #fff;
    text-decoration: none;
}
#header ul.menu {
    list-style: none;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    position: relative;
    margin: 19px 0 0 10px;
    padding: 0;
}

ul.menu>li>a {
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#header ul.menu>li>a {
    padding: 0 10px;
    font-weight: 700;
}
#header ul.menu>li>a:hover{
    color: #eb0254;
}
#header ul.menu>li {
    display: inline-block;
}
._content {
    position: relative;
    margin: 80px auto;
    background: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 80%;
    max-width: 1062px;
}
h1, h2, h3, h4 {
    font-weight: 500;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
    line-height: 110%;
    font-weight: 400;
}
._content h1, ._content h2, ._content h3, ._content h4, ._content h5, ._content h6, ._content p, ._news h1, ._news h2, ._news h3, ._news h4, ._news h5, ._news h6, ._news p {
    margin-bottom: 20px;
}
._content ul{
    list-style: disc;
}
.red{
    color: #ff0000;
}
._content li{
    margin-left: 30px;
    margin-bottom: 15px;
}
._content .news_content {
    padding: 0 60px;
}
.news .listHeader {
    margin-bottom: 14px;
}
._content>.news>h1.listHeader {
    padding-left: 60px;
    padding-right: 60px;
}
._content .news.current .section article div.gallery{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    min-height: 150px;
}
._content .news.current .section article div.gallery .caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 60px;
    font-size: 20px;
    color: #FFF;
    margin: 0!important;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -o-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    background: linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.5));
}
._content .news_content .section article .beforeContent {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
._content .news_content .section article .beforeContent .categories {
    padding: 0;
    margin: 0;
    float: left;
}
._content .news.current .section article .categories a{
    text-decoration: none;
    color: #FFF;
    background: #eb0254;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 10px;
}
.news .section article {
    position: relative;
    display: block;
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
}
b, strong {
    font-weight: 700;
}
.news .section article img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
body>#center p {
    margin-bottom: 20px;
}
._content .news.current .section article .tags a, ._content .news.lenta .section article .tags a, ._news .news.current .section article .tags a, ._news .news.lenta .section article .tags a {
    color: #eb0254;
    text-transform: uppercase;
    font-weight: 700;
    padding: 2px 3px;
}
.news .section article .tags{
    display: block;
    margin: 25px 0;
}
.news .section article .tags a {
    display: inline-block;
    font-size: .8em;
    margin: 0 2px;
    padding: 2px 7px;
    text-decoration: none;
}
._content .news.current .section article .tags a:hover, ._content .news.lenta .section article .tags a:hover, ._news .news.current .section article .tags a:hover, ._news .news.lenta .section article .tags a:hover {
    color: #FFF;
    background: #eb0254;
}
._content .openComments, ._news .openComments {
    display: block;
    background: #FFF;
    width: 100%;
    padding: 10px 20%;
}
._content .openComments a, ._news .openComments a {
    display: block;
    width: 100%;
    cursor: pointer;
}
.plashka{
    background-color: #fffc9a;
    padding: 15px;
    border: 1px solid;
    border-radius: 15px;
    font-weight: bold;
}
.plashka a{
    color: #ff0000;
    font-weight: 700;
}
a.button, button {
    color: #eb0254;
    border: 1px solid #eb0254;
    background: 0 0;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "Segoe UI","Open Sans",Arial,sans-serif;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
a.button:hover, button:hover {
    background: #eb0254;
    color: #FFF;
}
#push-comments #push_2y28c6pl {
    background-color: #f0f0f0;
    box-sizing: border-box;
    font-family: Arial, serif;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%;
}

#push-comments #push_2y28c6pl.hide {
    opacity: 0;
    display: block !important;
}

#push-comments #push_2y28c6pl__form {
    box-sizing: border-box;
    margin: auto;
    max-width: 600px;
}

#push-comments #push_2y28c6pl__title {
    color: #43A047;
    border-bottom: 0px solid;
    box-shadow: 1px 4px 10px -7px #ccc;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px;
}

#push-comments #push_2y28c6pl__message {
    border: 1px solid #43A047;
    box-shadow: 0px 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%;
}

#push-comments #push_2y28c6pl__submit {
    background: #43A047;
    border: none;
    box-shadow: 0px 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px 0 0;
    height: 50px;
    transition: .5s;
    text-align: center;
    text-shadow: 0px 0px 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%;
    line-height: 50px;
    text-decoration: none;
}

#push-comments #push_2y28c6pl__submit:hover {
    background: #237a27;
    text-shadow: none;
    box-shadow: none;
}

#push-comments #push_2y28c6pl__label::before, #push-comments #push_2y28c6pl__label::after {
    content: '';
    display: none;
}
.comment {
    padding-top: 20px;
}
.comment__title {
    padding: 15px 0 15px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}
.comment__title .pink {
    color: #eb0254;
}
.comment__item {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-right: 5px;
}
.comment__item .wrapper__img {
    max-width: 305px;
    margin: 26px 0 0 80px;
}
.comment__item:last-child {
    border-bottom: none;
}
.news .section article .comment__photo {
    float: left;
    margin-top: 5px;
    border-radius: 3px;
}
.comment__name {
    color: #eb0254;
    margin-left: 80px;
    font-size: 17px;
    font-weight: 700;
}
.comment__info {
    margin-left: 80px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 19px;
}
.news .section article .comment__info img{
    margin-top: 10px;
}

@media screen and (max-width: 900px){
    ._content {
        width: 96%;
    }
    ._content .news.current .section article div.gallery .caption{
        position: relative;
        padding: 10px 20px;
        background: 0 0;
        color: #000;
        -webkit-text-shadow: 0 0 0 rgba(0,0,0,.3);
        -moz-text-shadow: 0 0 0 rgba(0,0,0,.3);
        -ms-text-shadow: 0 0 0 rgba(0,0,0,.3);
        -o-text-shadow: 0 0 0 rgba(0,0,0,.3);
        text-shadow: 0 0 0 rgba(0,0,0,.3);
        font-size: 18px;
    }
    ._content .news_content {
        padding: 0 20px;
    }
    #header ul.menu{
        display: none;
    }
}
@media screen and (max-width: 736px){
    ._content>.news>h1.listHeader {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.6em;
    }
}