html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    scroll-behavior: smooth;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,body {
    min-height: 100vh;
}

* {
    box-sizing: border-box;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.center {
    text-align: center;
}

.container {
    display: block;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
    margin-top: 65px;
}

.container--without-padding {
    padding: 0 !important;
}

.anchor {
    display: block;
    position: relative;
    left: 0;
    top: -70px;
    width: 0;
    height: 0;
}

.row, .projects__row {
    display: flex;
    width: 100%;
}

.row::after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.col-1 {
    position: relative;
    display: block;
    width: 80px;
    float: left;
}

.col-2 {
    position: relative;
    display: block;
    width: 160px;
    float: left;
}

.col-3 {
    position: relative;
    display: block;
    width: 240px;
    float: left;
}

.col-4 {
    position: relative;
    display: block;
    width: 33%;
    float: left;
}

.col-5 {
    position: relative;
    display: block;
    width: 400px;
    float: left;
}

.col-6 {
    position: relative;
    display: block;
    width: 50%;
    float: left;
}

.col-7 {
    position: relative;
    display: block;
    width: 560px;
    float: left;
}

.col-8 {
    position: relative;
    display: block;
    width: 66%;
    float: left;
    text-decoration: none;
}

.col-9 {
    position: relative;
    display: block;
    width: 720px;
    float: left;
}

.col-10 {
    position: relative;
    display: block;
    width: 800px;
    float: left;
}

.col-11 {
    position: relative;
    display: block;
    width: 880px;
    float: left;
}

.col-12 {
    position: relative;
    display: block;
    width: 960px;
    float: left;
}

.about {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.about__bg-color {
    background-color: #557080;
}

.about-bg {
    display: flex;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    height: 680px;
    background: url("../images/blocks/about/mokhov.jpg") center top no-repeat;
}

.about-bg--without-padding {
    padding: 0 !important;
}

.about__header {
    padding-top: 40px;
    padding-left: 70px;
    padding-bottom: 30px;
    font: italic 40px "Georgia", serif;
    color: #fff;
    text-shadow: -2px 1px 0 #c1ab81;
}

.about__header span {
    display: inline-block;
    width: 55px;
}

.about__section {
    background-color: rgba(128,112,93,0.71);
    padding: 40px;
}

.about__section__text {
    font: normal 18px/21px "Open Sans", sans-serif;
    color: #fff;
}

.about__section__text>p {
    margin-bottom: 16px;
}

.about__section__posts {
    font-size: 0;
    text-align: center;
}

.about__section__posts>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding-top: 14px;
    font: normal 14px/16px "Open Sans", sans-serif;
    color: #fff;
}

.about__section__posts>li::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 50%;
}

.about__text-mob {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #7C6E5E;
    margin: 25px 22px 0 30px;
    display: none;
}

.about__text-mob p {
    padding-bottom: 10px;
}

.biography {
    padding: 0 20px 0 40px;
}

.biography__header h2 {
    font: normal 24px/28px "Fontatigo 4F", sans-serif;
    color: #80705d;
    text-align: center;
}

.biography__hr {
    position: relative;
    margin: 20px 0;
    height: 4px;
    background: #557080;
    border: none;
}

.biography__hr--wide::before {
    content: "";
    position: absolute;
    display: block;
    right: 100%;
    width: 100vw;
    height: 100%;
    background-color: #557080;
}

.biography__text p {
    margin-bottom: 10px;
    font: lighter 14px/19px "Open Sans", sans-serif;
    color: #3c3c3c;
}

.biography__more {
    display: none;
}

.biography__footer>a {
    font: lighter 14px/19px "Open Sans", sans-serif;
    color: #c1ab81;
}

.biography__footer>a:hover {
    text-decoration: none;
}

.events {
    display: block;
    box-sizing: border-box;
    max-width: 960px;
    position: relative;
    margin: 0 auto;
    padding: 0 60px;
}

.events--without-padding {
    padding: 0 !important;
}

.events__header {
    margin-top: 65px;
    padding-bottom: 10px;
    font: normal 24px/28px "Fontatigo 4F", sans-serif;
    color: #80705d;
    text-align: center;
}

.events__list__item {
    padding: 0 8px;
}

.events__list__item {
    display: block;
    padding: 10px;
    font: lighter 14px/19px "Open Sans", sans-serif;
    color: #3c3c3c;
    word-wrap: break-word;
}

.events__list__item>a {
    color: #c1ab81;
}

.events__list__item:hover {
    background-color: rgba(193,171,129,0.2);
    transition: 0.3s;
}

.events__btn {
    position: absolute;
    width: 15px;
    height: 15px;
    border: none;
    border-bottom: 5px solid #9C9080;
    border-left: 5px solid #9C9080;
    padding: 0;
    background: none;
}

.events__btn:hover {
    border-width: 3px;
    border-color: #c1ab81;
    transition: 0.3s;
}

.events__btn:focus {
    outline: none;
}

.events__btn--left {
    left: 38px;
    -webkit-transform: rotate(48deg) skew(10deg);
    -ms-transform: rotate(48deg) skew(10deg);
    transform: rotate(48deg) skew(10deg);
}

.events__btn--right {
    right: 38px;
    -webkit-transform: rotate(228deg) skew(10deg);
    -ms-transform: rotate(228deg) skew(10deg);
    transform: rotate(228deg) skew(10deg);
}

.feedback {
    display: block;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 65px;
    background: url(../images/common/frame1.svg) center 55px no-repeat;
    background-size: 550px 79%;
}

.feedback--without-padding {
    padding: 0 !important;
}

.feedback__header {
    margin-bottom: 60px;
    font: normal 24px/28px "Fontatigo 4F", sans-serif;
    color: #80705d;
    text-align: center;
}

.feedback__form {
    display: flex;
    flex-direction: column;
    width: 480px;
    margin: 0 auto;
}

.feedback__form__field {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 2px 0;
}

.feedback__form__field>span {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 10px;
    font: lighter 12px/23px "Open Sans", sans-serif;
    color: #000;
}

.feedback__form__field>input {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 1px solid #c1ab81;
    font: lighter 12px/23px "Open Sans", sans-serif;
}

.feedback__form__area {
    display: block;
    margin: 2px 0;
}

.feedback__form__area>span {
    font: lighter 12px/23px "Open Sans", sans-serif;
    color: #000;
}

.feedback__form__area>textarea {
    display: block;
    width: 100%;
    border: 1px solid #c1ab81;
    font: lighter 12px/19px "Open Sans", sans-serif;
}

.feedback__form__footer {
    text-align: center;
    padding-top: 55px;
}

.feedback__form__footer>button {
    display: inline-block;
    padding: 0 20px;
    border: none;
    background-color: #d16d4f;
    font: normal 14px/40px "Fontatigo 4F", sans-serif;
    color: #fff;
}

.feedback__form__footer>button:hover {
    background-color: #c1ab81;
    transition: 0.3s;
    cursor: pointer;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.footer-bg {
    margin-top: 60px;
    background-color: #80705d;
}

.footer {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 0;
    text-align: center;
    min-height: 40px;
}

.footer--without-padding {
    padding: 0 !important;
}

.footer>li {
    display: flex;
}

.footer>li::after {
    content: "•";
    display: inline-block;
    width: 80px;
    font: normal 12px/16px sans-serif;
    color: #fff;
}

.footer>li:last-of-type::after {
    display: none;
}

.footer__link {
    font: lighter 12px/16px "Open Sans", sans-serif;
    color: #c1ab81;
    text-decoration: none;
}

.footer__link:hover {
    text-decoration: underline;
    transition: 0.3s;
}

.footer__link--bold {
    font-size: 14px;
    color: #fff;
}

.nav-menu-bg {
    background-color: #557080;
    z-index: 999;
    display: flex;
    justify-content: center;
}

.nav-menu {
    position: relative;
    display: block;
    box-sizing: border-box;
    /* margin: 0 auto; */
    padding: 0 0;
    
}
.nav-menu--link{
    margin-right: 30px;
  /*  opacity: 0;
    width: 0;*/
    transition: .3s;
    position: relative;
    /* overflow: hidden; */
}
.is-sticky .nav-menu--link{
    opacity: 1;
    width: auto;
}

.nav-menu--link:after{
    content: "•";
    position: absolute;
    top: 0;
    right: -17px;
    font: normal 14px/40px "Fontatigo 4F", sans-serif;
    color: white;
}
.nav-menu>ul {
    background-color: #557080;
    font-size: 0;
    justify-content: center;
    display: flex;
}

.nav-menu>ul>li {
    position: relative;
    display: inline-block;
    padding-right: 38px;
}

.nav-menu>ul>li:after {
    content: "﻿•";
    position: absolute;
    top: 0;
    right: 17px;
    font: normal 14px/40px "Fontatigo 4F", sans-serif;
    color: white;
}

.nav-menu>ul>li:last-of-type {
    padding: 0;
}

.nav-menu>ul>li:last-of-type:after {
    content: none;
}

.nav-menu>ul>li>a {
    display: block;
    padding: 0 4px;
    font: normal 14px/40px "Fontatigo 4F", sans-serif;
    color: white;
    text-decoration: none;
}

.nav-menu>ul>li>a:hover {
    color: antiquewhite;
    transition: 0.3s;
}

.header {
    display: block;
    box-sizing: border-box;
    max-width: 960px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
}

.header--without-padding {
    padding: 0 !important;
}

.header__links {
    height: 115px;
    padding-top: 30px;
    display: block;
}

.header__links__item {
    position: relative;
    display: block;
    vertical-align: top;
    margin-right: 20px;
    padding: 8px 10px;
    font-size: 0;
}

.header__links__item:last-child {
    margin-right: 0;
}

.header__links__item::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #557080;
    border-right: 1px solid #557080;
}

.header__links__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #557080;
    border-right: 1px solid #557080;
}

.header__links__item:hover {
    background-color: rgba(193,171,129,0.2);
    transition: 0.3s;
}

.header__links__item:hover::before,.header__links__item:hover::after {
    content: none;
    display: none;
}

.header__links__item img {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 10px;
    padding-top: 2px;
}

.header__links__item--wide-img img {
    width: 33px;
}

.header__links__item span {
    display: inline-block;
    font: lighter 12px/16px "Open Sans", sans-serif;
    color: #3a3a3a;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}

.header__links__item span::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 2px;
    width: 10px;
    height: 10px;
}

.header__links__iospb::before {

    background: url(../images/common/logo_IOSPb-compressor.svg) left center no-repeat;
}

.header__links__iom::before {
    background: url(../images/common/logo_IO_Mokhova-compressor.svg) left center no-repeat;
}

.header .header__links__roj {
    padding-left: 0;
}

.header .header__links__roa {
    padding-left: 35px;
}

.header .header__links__roa::before {
    background: url(../images/common/logo_ROsA-compressor.svg) left center no-repeat;
    width: 30px;
}

.header .header__links__mzrf::before {
    background: url(../images/common/logo_Minzdrav-compressor.svg) left center no-repeat;
    width: 13px;
    height: 13px;
}

.header__burger img {
    display: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.interaction {
    display: block;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0;
    margin-top: 65px;
}

.interaction--without-padding {
    padding: 0 !important;
}

.interaction__header {
    margin-bottom: 15px;
}

.interaction__header h2 {
    font: normal 24px/28px "Fontatigo 4F", sans-serif;
    color: #80705d;
    text-align: center;
}

.interaction__text {
    padding: 0 40px 0 20px;
}

.interaction__img {
    width: 100%;
}

.interaction__text>p {
    margin-bottom: 10px;
    font: lighter 14px/19px "Open Sans", sans-serif;
    color: #3c3c3c;
}

.interaction__external {
    padding: 20px 20px 0 160px;
    font: 600 12px/19px "Open Sans", sans-serif;
    color: #80705d;
    text-align: right;
}

.interaction__links {
    padding: 20px 20px 0;
}

.interaction__links>li {
    position: relative;
    padding: 4px 0 4px 20px;
}

.interaction__links>li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 4px;
    font: normal 14px/19px sans-serif;
    color: #c1ab81;
}

.interaction__links>li>a {
    font: lighter 14px/19px "Open Sans", sans-serif;
    color: #c1ab81;
    text-decoration: none;
}

.interaction__links>li>a:hover {
    text-decoration: underline;
    transition: 0.3s;
}

.my-blog {
    display: block;
    box-sizing: border-box;
    width: 960px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0;
    margin-top: 65px;
}

.my-blog--without-padding {
    padding: 0 !important;
}

.my-blog__header {
    margin-bottom: 15px;
    font: normal 24px/28px "Fontatigo 4F", sans-serif;
    color: #9ca9b4;
    text-align: center;
}

.my-blog__bg {
    padding: 25px 40px;
    background-color: #eff3f6;
}

.my-blog__post {
    position: relative;
    padding-right: 300px;
}

.my-blog__post__header {
    margin-bottom: 25px;
    font: 600 24px/30px "Open Sans", sans-serif;
    color: #000;
}

.my-blog__post__text {
    font: lighter 12px/15px "Open Sans", sans-serif;
    color: #000;
}

.my-blog__post__text>p {
    margin-bottom: 12px;
}

.my-blog__post__author {
    position: absolute;
    top: 0;
    right: 160px;
}

.my-blog__post__author__photo {
    display: block;
}

.my-blog__post__author__link {
    display: block;
    padding-right: 10px;
    font: bold 10px/15px "Verdana", sans-serif;
    color: #4566b8;
    text-align: right;
}

.my-blog__post__author__dt {
    display: block;
    padding-right: 5px;
    font: normal 10px/15px "Verdana", sans-serif;
    color: #000;
    text-align: right;
}

.my-blog__post__footer__tags {
    font: lighter 12px/15px "Open Sans", sans-serif;
    color: #000;
}

.my-blog__post__footer__tags>a {
    color: #4566b8;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.my-blog__post__footer__tags>a:hover {
    border-bottom: 1px solid #4566b8;
    transition: 0.3s;
}

.my-blog__pagination {
    margin-top: 25px;
    text-align: center;
}

.my-blog__pagination__pre,.my-blog__pagination__next {
    position: relative;
    font: 600 12px/15px "Open Sans", sans-serif;
    color: #000;
}

.my-blog__pagination__pre::before,.my-blog__pagination__next::before,.my-blog__pagination__pre::after,.my-blog__pagination__next::after {
    position: absolute;
    transition: all .2s ease-in-out;
    top: 2px;
}

.my-blog__pagination__pre {
    margin-right: 40px;
}

.my-blog__pagination__pre::before {
    content: "<";
    right: calc(100% + 5px);
}

.my-blog__pagination__pre:hover::before {
    right: calc(100% + 10px);
}

.my-blog__pagination__next::after {
    content: ">";
    left: calc(100% + 5px);
}

.my-blog__pagination__next:hover::after {
    left: calc(100% + 10px);
}

.osteopathy {
    display: block;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 40px;
}

.osteopathy--without-padding {
    padding: 0 !important;
}

.osteopathy__header {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font: normal 24px/28px "Fontatigo 4F", sans-serif;
    color: #ff965c;
}

.osteopathy__left-panel {
    padding: 20px;
    text-align: right;
}

.osteopathy__left-panel__quote {
    font: italic 21px/28px "Open Sans", sans-serif;
    color: #c1ab81;
    quotes: "\00ab" "\00bb";
}

.osteopathy__left-panel__author {
    margin-top: 30px;
}

.osteopathy__left-panel__author>small {
    font: lighter 14px/19px "Open Sans", sans-serif;
    color: #c1ab81;
}

.osteopathy__right-panel {
    padding: 20px 20px 30px;
    background-color: #ff965c;
}

.osteopathy__briefly__header {
    font: italic 21px/28px "Open Sans", sans-serif;
    color: white;
    margin-bottom: 15px;
}

.osteopathy__briefly__text {
    font: lighter 14px/24px "Open Sans", sans-serif;
    color: #000;
}

.osteopathy__briefly__details {
    margin-top: 25px;
    text-align: center;
}

.osteopathy__briefly__details>p {
    font: lighter 12px/19px "Open Sans", sans-serif;
    color: #000;
}

.osteopathy__briefly__details>a {
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #fff;
    padding: 10px;
    font: lighter 14px/19px "Open Sans", sans-serif;
    color: #fff;
}

.osteopathy__briefly__details>a::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-bottom: -5px;
    margin-right: 10px;
    background: url(../images/common/logo_IOSPb-compressor.svg) center no-repeat;
}

.osteopathy__briefly__details>a:hover {
    background-color: #ffa780;
    transition: 0.3s;
}

.projects__pattern {
    background: url(../images/common/pattern1.png);
    width: auto;
    height: 100%;
    margin: 0 auto;
    margin-top: 65px;
}

.projects {
    display: block;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0;
    background-color: #fff;
}

.projects--without-padding {
    padding: 0 !important;
}

.projects__header {
    margin-bottom: 15px;
    font: normal 24px/28px "Fontatigo 4F", sans-serif;
    color: #9ca9b4;
    text-align: center;
}

.projects__item {
    margin-bottom: 15px;
    text-decoration: none;
    padding-top: 15px;
}

.projects__item:last-child {
    margin-bottom: 0;
}

.projects__item:hover {
    background-color: #f8f8f8;
    transition: 0.3s;
}

.projects__item>.col-4 {
    padding-left: 40px;
}
.projects__item--OMokhova>.col-4 {
    padding-top: 15px;
}

.col-8 {
    padding: 0 40px 0 20px;
}

.projects__item__header {
    margin-bottom: 25px;
    font: 600 14px/19px "Open Sans", sans-serif;
    color: #80705d;
}

.projects__item__header>a {
    font: inherit;
    color: inherit;
    text-decoration: none;
}

.projects__item__header>a:hover {
    text-decoration: underline;
    transition: 0.3s;
}

.projects__item__info {
    margin-bottom: 25px;
    font: lighter 14px/19px "Open Sans", sans-serif;
    color: #3c3c3c;
}

.projects__item__info a {
    color: #3c3c3c;
}

.projects__item__info object:hover a {
    color: #557080;
    transition: 0.3s;
}

.projects__item__logo {
    display: block;
    text-align: center;
}

.projects__item--IOSPb img {
    width: 80%;
}

.projects__item--ROsMagazine>.col-8>img {
    width: 100%;
}

.projects__item__logo>img {
    display: inline-block
}

.projects__item__logo__special {
    position: relative;
}

.rf-osteopathy {
    display: block;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
    margin-top: 65px;
    padding: 0;
}

.rf-osteopathy--without-padding {
    padding: 0 !important;
}

.rf-osteopathy__article {
    padding-left: 40px;
    padding-right: 30px;
}

.rf-osteopathy__article__header {
    position: relative;
    padding-left: 70px;
    font: normal 24px/28px "Fontatigo 4F", sans-serif;
    color: #80705d;
    margin-bottom: 15px;
}

.rf-osteopathy__article__header::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 50px;
    height: 74px;
    background: url(../images/common/logo_Minzdrav-compressor.svg) left center no-repeat;
}

.rf-osteopathy__article__text {
    font: lighter 14px/19px "Open Sans", sans-serif;
    color: #3c3c3c;
}

.rf-osteopathy__article__text>p {
    margin-bottom: 19px;
}

.rf-osteopathy__links {
    padding-left: 20px;
    padding-right: 40px;
}

.rf-osteopathy__links__header {
    position: relative;
    padding-left: 74px;
    font: normal 24px/28px "Fontatigo 4F", sans-serif;
    color: #80705d;
    margin-bottom: 15px;
}

.rf-osteopathy__links__header::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 50px;
    height: 74px;
    background: url(../images/common/info-compressor.svg) left center no-repeat;
}

.rf-osteopathy__links__list>li {
    margin-bottom: 12px;
}

.rf-osteopathy__links__list>li>a {
    font: 600 14px/19px "Open Sans", sans-serif;
    color: #80705d;
    text-decoration: none;
}

.rf-osteopathy__links__list>li>a:hover {
    color: #c1ab81;
    text-decoration: underline;
    transition: 0.3s;
}

.science {
    padding: 0 40px 0 20px;
}

.science__header {
    margin-bottom: 20px;
}

.science__header h2 {
    font: normal 24px/28px "Fontatigo 4F", sans-serif;
    color: #80705d;
    text-align: center;
}

.science__text>p {
    margin-bottom: 10px;
    font: lighter 14px/19px "Open Sans", sans-serif;
    color: #3c3c3c;
}

.science__text>img {
    display: block;
    margin: 20px 0;
    width: 100%;
}

.science__footer>p {
    font: 600 14px/19px "Open Sans", sans-serif;
    color: #80705d;
}

.science__footer__link-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.science__footer__link {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font: lighter 14px/19px "Open Sans", sans-serif;
    color: #80705d;
    text-align: center;
    text-decoration: none;
    padding-bottom: 10px;
}

.science__footer__link:hover {
    background-color: rgba(193,171,129,0.2);
    transition: 0.3s;
}

.science__footer__link>img {
    display: block;
    height: 20px;
    margin: 15px auto 15px;
    text-align: center;
}

.science__footer__link--small>img {
    height: 10px;
}

.mobile-menu-list {
    display: none;
}

.flippingbook {
    text-align: center;
    margin-top: 65px;
}

.links__btn {
    top: 50px;
}

/*styles for news*/

.newsp {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 0 10px;

}

.newsp__title {
    position: relative;
    text-align: center;
    font: normal 24px/31px "Fontatigo 4F", sans-serif;
    color: #6C6964;
    margin-bottom: 37px;
}
.newsp__title:after {
    position: absolute;
    left: -10px;
    top: 55px;
    content: "";
    width: calc(100% + 20px);
    height: 1px;
    border-bottom: 2px solid #544D33;

}

.newsp__main {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 28px;
}

.newsp__main>a {
    text-decoration: none;
}
.image-slider{
    margin-top: 35px;
    position: relative;
    padding: 0 45px;
}
.image-slider .img__btn--left{left: 0;}
.image-slider .img__btn--right{right: 0;}
.newsp__card {
    position: relative;
    max-height: 347px;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(141, 141, 141, 0.25);
    padding: 4px;
}

.newsp__main a .newsp__card:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(241, 241, 241, 0) 95%, #fff 100%);
}

.newsp__card:hover {
    background-color: #f8f8f8;
    transition: 0.3s;
}

.newsp__card:after {
    position: absolute;
    right: 0;
    top: 24px;
    content: "";
    width: 85%;
    height: 1px;
    border-bottom: 1px solid rgba(5, 69, 90, 0.16);
}

.newsp__card-date {
    width: 90px;
    font: normal bold 8px/12px "Open Sans", sans-serif;
    color: #EBEBEB;
    background-color: #6C6864;
    padding: 5px 11px;
    margin-bottom: 14px;
}

.newsp__card img {
    margin-bottom: 6px;
}

.newsp__card h3 {
    font: normal 16px/19px "Open Sans", sans-serif;
    margin-bottom: 5px;
    color: #2D3748
}

.newsp__card-text {
    font: normal 14px/21px "Open Sans", sans-serif;
    color: #718096;
}

.news {
    max-width: 734px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 0 10px;

}

.news__title {
    position: relative;
    text-align: center;
    font: normal 24px/31px "Fontatigo 4F", sans-serif;
    color: #6C6964;
    margin-bottom: 37px;
}
/* .news__title:after {
    position: absolute;
    left: -10px;
    top: 55px;
    content: "";
    width: calc(100% + 20px);
    height: 1px;
    border-bottom: 2px solid #544D33;

} */

.news__main {
    /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 28px; */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -41px 69px;
    
}
.news__card-container{
    box-sizing: border-box;
    padding: 0 41px 39px;
    width: 50%;
}
.news__card-container:first-child{
    width: 100%;
}
.news__card-container:first-child .news__card{
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    box-shadow: 0px 5px 4px rgba(221, 221, 221, 0.25);
    border-radius: 5px;
    padding: 0;
    display: flex;
}
.news__card-container:first-child .news__card-body{
    padding: 31px 17px 15px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.news__card-container:first-child .news__card-text{
    max-height: 106px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 17px;
    color: #718096;
   
}
.news__card-container:first-child .news__card-text:before{
    content: '';
    background: linear-gradient(
        180deg
        , rgba(225, 225, 225, 0) 69.98%, #fff 100%);
        z-index: 50;
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
}
.news__card-container:first-child .news__card:after{
    display: none;
}
.news__card-container:first-child .news__card-image{
    max-width: 320px;
    width: 100%;
    order: 1;
    flex-shrink: 0;
    
}
.news__cart-footer{
    margin-top: 13px;
    width: 100%;
}
.news__card-container:first-child .news__cart-footer{
    margin-top: 15px;
}
.news__cart-text-btn{
    display: none;
    /* position: absolute;
    right: 0;
    bottom: 0; */
    align-self: flex-end;
    font-family: "Open Sans";
}
.news__card-container:first-child .news__cart-text-btn{
    font-weight: bold;
font-size: 12px;
line-height: 15px;
display: block;
color: #828282;
z-index: 100;

}
 .news__card{
     padding-top: 7px;
     border-top: 1px solid #4F4F4F;
 } 

.news__card-container:first-child .news__card-image img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0 5px 5px 0;
}
.news__card-container:first-child h3{
    font-weight: 600;
font-size: 18px;
line-height: 22px;
color: #718096;
margin-bottom: 20px;
}
.news__main a {
    text-decoration: none;
}
.news__btn-container{
    display: flex;
    justify-content: center;
    width: 100%;
}
.news__btn-container a{
    padding:10px  40px ;
    display: inline-flex;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: #C4C4C4;
    color: #000000;
    width: auto;
    transition: .3s;
}
.news__btn-container a:hover{
    opacity: .8;
}
.news__card-container:first-child .news__card{
    box-shadow: 0px 5px 4px rgba(221, 221, 221, 0.25);
}
.news__card {
    position: relative;
    /* max-height: 347px;
    overflow: hidden; */
    /* box-shadow: 0px 4px 4px rgba(141, 141, 141, 0.25); */
    /* padding: 4px; */
}

.news__main a:nth-child(2n) .news__card:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(225, 225, 225, 0) 69.98%, #fff 100%);
}

/* .news__card:hover {
    background-color: #f8f8f8;
    transition: 0.3s;
} */

/* .news__card:after {
    position: absolute;
    right: 0;
    top: 24px;
    content: "";
    width: 85%;
    height: 1px;
    border-bottom: 1px solid rgba(5, 69, 90, 0.16);
} */

.news__cart-footer {
    font: normal bold 8px/11px "Open Sans", sans-serif;
    color: #6F6F70;

}
.news__card-container:first-child .news__cart-footer{
    font-size: 12px;
line-height: 15px;
font-weight: 400;

/* 600 */

color: #718096;
}
.news__card-container:first-child .news__card-date{
    margin-bottom: 4px;
}
.news__card img {
    margin-bottom: 6px;
}

.news__card h3 {
    font: normal 12px/16px "Open Sans", sans-serif;
    margin-bottom: 8px;
    color: #333
}

.news__cart-footer{
    display: flex;
    justify-content: space-between;
}
.news__card-container:first-child .news__cart-footer-right{
    display: flex;
    align-items: center;
}
.news__card-container:nth-child(n+2) .news__cart-footer-left{
    display: flex;
    color: #6F6F70;
    font-weight: 400;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 15px;
}
.news__card-container:nth-child(n+2) .news__card-date:after{
    content: 'ꞏ';
    margin: 0 2px;
    
}
.news__cart-footer-right .views{
    margin-right: 14px;
}
.news__card-text {
    font: normal 12px/16px "Open Sans", sans-serif;
    color:  #737270;
    max-height: 48px;
    position: relative;
    overflow: hidden;
    margin-bottom: 13px;
}
.news__card-text:before {
    content: '';
    background: linear-gradient( 
180deg
 , rgba(225, 225, 225, 0) 27%, #fff 100%);
    z-index: 50;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news__cart-footer-right{
    display: none;
}
.news__card-image{
    display: none;
}
.news__card-container:first-child .news__card-image{
    display: block;
}
.vs-likeit:before{
    background-image: url(../images/icons/non-active.svg);
}
.vs-likeit-active:before{
    background-image: url(../images/icons/active.svg);
}
.likes{
    display: flex;
    align-items: flex-end;
}
.vs-likeit{
    height: auto;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: flex-end;
}
.vs-likeit:before{
    height: 20px;
    width: 20px;
    margin-right: 5px;
    line-height: 20px;
}
.views{
    display: flex;
    align-items: flex-end;
    font-size: 12px;
line-height: 17px;

/* 600 */

color: #718096;
}
.views__icon{
    width: 22px;
    height: 20px;
    background-image: url(../images/icons/views.svg);
    /* background-size: contain; */
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 5px;
}
@media (max-width:768px){
    .news{
        margin-top: 30px;
    }
    .news__main{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .news__card-container{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .news__card-container:first-child .news__card{
        flex-direction: column-reverse;
    }
    .news__card-container:first-child .news__card-image{
        max-width: 100%;
    }
}
@media (max-width: 900px) {
    .about__header {
        font-size: 32px;
    }

    .about__section__text {
        font-size: 16px;
    }

    .about__section__posts>li {
        font-size: 12px;
    }

    .rf-osteopathy__article__header h2, .rf-osteopathy__links__header h2 {
        font-size: 20px;
    }
}

@media (max-width: 900px) {
    .header {
        padding: 0 60px;
    }
}

@media (max-width: 768px) {

    .nav-menu-bg {
        display: flex;
        height: 65px;
        align-items: center;
        justify-content: flex-end;
    }

    .nav-menu {
        display: none;
    }

    .header__burger-box, .mobile-menu-close-btn {
        position: absolute;
        width: 36px;
        height: 24px;
        cursor: pointer;
        z-index: 11111;
        right: 22px;
        top: 20px;
        align-self: flex-end;
    }

    .header__burger img {
        display: block;
    }

    .about__header {
        font-size: 27px;
        line-height: 128.18%;
    }

    .about__section {
        padding: 30px;
    }

    .about__section__text {
        font-size: 14px;
    }

    .about__section__posts {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }

    .about__section__posts>li {
        width: 100%;
        text-align: left;
    }

    .about__section__posts>li::before {
        display: none;
    }

    .mobile_nav_menu {
        padding-left: 52px;
        height: calc(100% - 65px);
        margin-top: auto;
        overflow: scroll;
    }

    .mobile-menu-item {
        margin-top: 60px;
        position: relative;
    }

    .mobile-menu-item::after {
        content: "﻿•";
        position: absolute;
        left: -14px;
        color: white;
        font: 18px / 20px "Fontatigo 4F", sans-serif;
    }

    .mobile-menu-list {
        position: fixed;
        right: 0;
        top: 0;
        font-family: "Open Sans", sans-serif;
        width: 265px;
        height: 664px;
        max-height: 100%;
        background: rgba(85, 112, 128, 0.83);
        box-shadow: -8px 0px 4px rgba(0, 0, 0, 0.25);
        display: none;
        flex-direction: column;
        z-index: 1111;
    }

    .mobile-menu-list > a {
        display: flex;
        justify-content: flex-end;
    }

    .mobile-menu-link {
        text-decoration: none;
        color: white;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
    }

    .events {
        padding: 0 42px 0 50px;
    }

    .events__btn--left {
        left: 28px;
    }
    .events__btn--right {
        right: 20px;
    }

    .row {
        flex-direction: column;
    }

    .col-6 {
        width: 100%;
        margin: 0 auto;
    }

    .osteopathy__left-panel {
        text-align: center;
        padding: 20px 22px 20px 30px;
    }

    .osteopathy__right-panel, .rf-osteopathy__links, .rf-osteopathy__article,
    .biography, .science, .interaction, .news {
        padding-left: 30px;
        padding-right: 22px;
    }

    .projects__item>.col-4 {
        padding-left: 30px;
    }

    .interaction__text {
        padding: 0;
    }

    .interaction__external {
        padding-left: 0;
    }

    .projects__item>.col-8 {
        padding-right: 22px;
    }

    .osteopathy__right-panel {
        margin-top: 45px;
    }

    .osteopathy__briefly__header h3 {
        text-align: center;
    }

    .rf-osteopathy__article__header h2, .rf-osteopathy__links__header h2 {
        font-size: 24px;
    }

    .rf-osteopathy__article__header::before, .rf-osteopathy__links__header::before {
        top: -10px;
    }

    .rf-osteopathy__links {
        margin-top: 45px;
    }

    .biography__more {
        display: inline-block;
        text-decoration: underline;
        color: #3c3c3c;
        font: lighter 14px/19px "Open Sans", sans-serif;
        cursor: pointer;
    }

    .biography__hidden {
        display: none;
    }

    .interaction__text {
        margin-top: 30px;
    }

    .interaction__external {
        text-align: left;
    }

    .biography {
        margin-bottom: 65px;
    }

    .footer>li {
        margin-right: 10px;
    }

    .footer>li::after {
        display: none;
    }
}

@media (max-width: 660px) {
    .col-4 {
        width: 40%;
    }

    .col-8 {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .top-block {
        display: flex;
        flex-direction: column;
    }

    .events__btn {
        width: 12px;
        height: 12px;
        border-bottom: 4px solid #9C9080;
        border-left: 4px solid #9C9080;
    }

    .about__header {
        font-family: Open Sans;
        font-style: italic;
        font-weight: 600;
        font-size: 27px;
        line-height: 128.18%;
        text-shadow: -3px 2px 3px rgba(0, 0, 0, 0.25);
        padding-left: 30px;
    }

    .feedback {
        background: none;
        padding-left: 8px;
    }

    .feedback__form {
        width: auto;
    }

    .feedback__form label {
        width: calc(100% - 52px);
        margin: 0 auto;
    }

    .feedback__form__footer {
        padding-top: 20px;
    }

    .col-4 {
        width: 45%;
    }

    .col-8 {
        width: 55%;
    }

    .rf-osteopathy__article__header h2, .rf-osteopathy__links__header h2 {
        font-size: 20px;
    }

    .header {
        order: 3;
        flex-direction: row;
        margin: 0;
    }

    .header__links {
        height: auto;
        padding-top: 10px;
    }

    .links__btn {
        top: 30px;
    }

    .nav-menu-bg {
        order: 1;
    }

    .about__bg-color {
        order: 1;
    }

    .about__text-mob {
       display: block;
    }

    .about__bg-color {
        background-color: transparent;
    }

    .about-bg {
        max-height: 425px;
        background-size: contain;
    }

    .about__section {
        background-color: transparent;
        padding-right: 0;
    }

    .about__section__text {
        display: none;
    }

    .about__section__posts li {
        line-height: 113.68%;
    }

    .about__section__posts>li::before {
        display: none;
    }

    .events__header {
        margin-top: 45px;
    }
}

@media (max-width: 550px) {
    .about-bg {
        max-height: 390px;
    }

    .about__section {
        padding-top: 0;
    }
}

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

    .col-4 {
        width: 80%;
    }

    .col-8 {
        width: 100%;
        margin-top: 30px;
    }

    .projects__item>.col-8 {
        padding-left: 30px;
    }

    .projects__item__logo {
        text-align: left;
    }

    .rf-osteopathy__article__header h2, .rf-osteopathy__links__header h2 {
        font-size: 16px;
    }

    .about-bg {
        max-height: 354px;
    }

    .about__section__posts {
        padding-top: 0;
    }
}

@media (max-width: 450px) {
    .about-bg {
        max-height: 318px;
    }

    .about__header {
        padding-top: 17px;
        padding-bottom: 10px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        padding-left: 40px;
    }
}

@media (max-width: 400px) {
    .about-bg {
        max-height: 281px;
    }

    .about__header {
        padding-top: 10px;
        font-size: 22px;
        padding-bottom: 0;
    }

    .about__section__posts li {
        line-height: 113.68%;
    }

    .header {
        padding: 0 80px;
    }
}
.article__info{
    display: flex;
    justify-content: center;
    padding-bottom: 34px;
}
@media (max-width: 342px) {
    .header {
        padding: 0 60px;
    }

    .about-bg {
        max-height: 242px;
    }

    .about__header {
        font-size: 20px;
    }

    .container,  .feedback, .interaction, .projects__pattern, .rf-osteopathy {
        margin-top: 50px;
    }

    .events__header {
        margin-top: 30px;
    }

    .osteopathy {
        padding-top: 25px;
    }

    .projects__item {
        margin-bottom: 0;
    }

    .feedback__header {
        margin-bottom: 40px;
    }

    .footer-bg {
        margin-top: 45px;
    }
}

@media (max-width: 310px) {
    .about__section {
        display: none;
    }
}

.modal-open {
    overflow: hidden;
}

.active {
    display: flex;
}

/*css for news-page*/

.article {
    margin: 0 auto;
    max-width: 960px;
    margin-bottom: 50px;
}
.article__read-time{
    margin-top: 14px;
    text-align: center;

    font-size: 12px;
line-height: 16px;

font-weight: 400;

color: #F2F2F2;
font-family: "Open Sans";

}
.article__title {
    /* height: 461px; */
    background: url("../images/blocks/news/news-title.png") center top no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 300px;
    padding-bottom: 14px;
}

.article__title span {
    width: 123px;
    height: 23px;
    font: normal 700 17px/25px "Open Sans", sans-serif;
    letter-spacing: 0.2px;
    color: #FFF;
    background-color: #6C6864;
    padding: 0 18px;
}

.article__title h1 {
    font: normal 400 44px/52px "Open Sans", sans-serif;
    color: #FFF;
    margin-top: 7px;
    margin-bottom: 17px;
}

.article__title time {
    font: normal 700 17px/25px "Open Sans", sans-serif;
    color: #FFF;
}

.article__scroll {
    width: 20px;
    height: 18px;
    background: url("../images/blocks/news/scroll.svg") center top no-repeat;
    margin: 0 auto;
    margin-top: 34px;
}

.article__scroll:hover {
    transform: translateY(1px);
    transition: 0.3s;
}

.article-withoutBG .article__scroll {
    background: url("../images/blocks/news/scroll-dark.svg") center top no-repeat;
    width: 22px;
    height: 21px;
}

.article__text {
    position: relative;
    padding: 0 80px;
    padding-top: 33px;
    font: normal 400 18px/27px "Open Sans", sans-serif;
    color: #718096;
}

.article__text p {
    margin-bottom: 18px;
}
.article__text-main{
    max-width: 768px;
    margin: 0 auto;
}

.article__text-main a, .article__text-incut a {
    color: #718096;
}

.article__text-incut {
    position: relative;
    margin-top: 28px;
    margin-bottom: 15px;
    padding: 1px 0;
    /* margin-left: 62px; */
    padding-left: 32px;
    font: normal 400 16px/24px "Open Sans", sans-serif;
}

.article__text-incut::before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    border-left: 4px solid #0D6074;
    width: 4px;
    height: 100%;
}

.article__footer {
    width: auto;
    height: 42px;
    background: url("../images/blocks/news/pattern.png") center top;
    background-repeat: repeat;
    margin-bottom: 88px;
    text-align: center;
}

.article__footer img {
    position: relative;
    top: 2px;
    cursor: pointer;
    padding: 2px;
}
.article__footer{
    display: flex;
    justify-content: center;
    padding: 0 5px;
}
.video_section{
    max-width: 651px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;

}
.video_section iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.our-video{
    margin-top: 35px;
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
    max-width: 651px;
    margin-left: auto;
    margin-right: auto;
}
.our-video video{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
    

.playpause {
    background-image:url(../images/icons/play-icon.svg);
    background-repeat:no-repeat;
    width:91px;
    height:91px;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
    cursor: pointer;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin: 2.5px 7.5px !important;
}
.article__footer-inner {
    height: 50px;
    width: auto;
    background: white;
    margin: 0 auto;
}

.article-short .article__title {
    height: 518px;
    background-size: cover;
    padding-top: 275px;
}

.article-withoutBG .article__title {
    background: none;
    padding-top: 6px;
    /*height: 250px;*/
}

.article-withoutBG h1, .article-withoutBG time {
    color: #557080;
}

.article h2 {
    font: normal bold 24px/32px "Open Sans", sans-serif;
    text-align: center;
    width: 80%;
    margin: 42px auto 17px auto;
}

article ul {
    margin-bottom: 20px;
}

.article li {
    padding: 5px 0;
    list-style-type: disc;
    margin-left: 20px;;
}

.article__text-images {
    max-width: 960px;
    overflow: hidden;
}
.article__text-images a{
    display: block;
    height: 200px;
    padding: 0 5px;
}
.article__text-images a img{
    width: auto;
    height: 200px;
}
.article__text-img {
    width: auto;
    height: 200px;
    padding: 0 5px;
}

.img__btn {
    position: absolute;
    bottom: 100px;
    width: 15px;
    height: 15px;
    border: none;
    border-bottom: 5px solid #9C9080;
    border-left: 5px solid #9C9080;
    padding: 0;
    background: none;
    cursor: pointer;
}

.img__btn:hover {
    border-width: 3px;
    border-color: #c1ab81;
    transition: 0.3s;
}

.img__btn:focus {
    outline: none;
}

.img__btn--left {
    left: 38px;
    -webkit-transform: rotate(48deg) skew(10deg);
    -ms-transform: rotate(48deg) skew(10deg);
    transform: rotate(48deg) skew(10deg);
}

.img__btn--right {
    right: 38px;
    -webkit-transform: rotate(228deg) skew(10deg);
    -ms-transform: rotate(228deg) skew(10deg);
    transform: rotate(228deg) skew(10deg);
}

.pagination {
    text-align: center;
}

.pagination:hover {
    transform: rotate(360deg);
    transition: 1s;
    cursor: pointer;
}

@media (max-width: 768px) {
    .article__title {
        /*height: 400px;*/
        padding-top: 205px;
    }

    .article__text {
        padding-left: 30px;
        padding-right: 22px;
    }

    .article__title h1 {
        font: normal 500 32px/40px "Open Sans", sans-serif;
    }

    .article__scroll {
        margin-top: 15px;
    }

    .article-short .article__title {
        height: 450px;
        padding-top: 250px;
    }

    .article h2 {
        font: normal bold 20px/28px "Open Sans", sans-serif;
        width: 90%;
    }
    
    .article__footer {
        margin-bottom: 60px;
    }

    .article__text-images {
        margin: 0 15px 0 5px;
    }

    .article-withoutBG .article__title {
        /*height: 210px;*/
    }

    .img__btn--left {
        left: 18px;
    }

    .img__btn--right {
        right: 13px;
    }
}

@media (max-width: 550px) {
    .article__title {
        /*height: 350px;*/
        padding-top: 180px;
    }

    .article__title h1 {
        font: normal 500 24px/32px "Open Sans", sans-serif;
    }
    .article__title span {
        font: normal 700 15px/20px "Open Sans", sans-serif;
    }

    .article__title time {
        font: normal 700 15px/20px "Open Sans", sans-serif;
    }

    .article-short .article__title {
        height: 400px;
        padding-top: 220px;
    }

    .article__text {
        font: normal 400 15px/20px "Open Sans", sans-serif;
    }
    .article__text-incut {
        font: normal 400 14px/19px "Open Sans", sans-serif;
    }

    .article-withoutBG .article__title {
        /*height: 170px;*/
    }
}

@media (max-width: 450px) {
    .article__title {
        /*height: 300px;*/
        padding-top: 130px;
    }

    .article-short .article__title {
        height: 350px;
        padding-top: 170px;
    }

    .article h2 {
        font: normal bold 18px/24px "Open Sans", sans-serif;
        width: 90%;
    }

    .article__text-incut {
        margin-left: 35px;
    }

    .article__text-img {
        height: 150px;
    }


    .img__btn {
        bottom: 70px;
    }
}


@media (max-width: 400px) {
    .article__title {
        /*height: 250px;*/
        padding-top: 80px;
    }

    .article-short .article__title {
        height: 300px;
        padding-top: 130px;
    }

    .article__footer {
        margin-bottom: 80px;
    }

    .article-withoutBG .article__title {
        /*height: 170px;*/
    }
}

@media (max-width: 360px) {
    .article__footer {
        background: none;
    }
}
.news-item{
    padding-bottom: 12px;
    border-bottom: 1px solid #C1C4C7;
}
.news-item,.news-item a{
    font-family: "Open Sans";
}
.news-item + .news-item{
    margin-top: 40px;
}
.news-item__date{
    
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #6C6864;
    margin-bottom: 12px;

}
.news-item__title a{
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    border-bottom: 1px solid #C1C4C7;
    text-decoration: none;
}
.news-item__title{
    margin-bottom: 25px;
}
.news-item__text-block{
    font-size: 16px;
    line-height: 150%;
    color: #718096;
    margin-bottom: 12px;
}
.news-item__footer{
    display: flex;
}
.news-item-views{
    margin-right: 16px;
}
.news-items-list + .show_more{
    margin: 40px 0 62px;

}
.news-list__page-title{
    padding-top: 64px;
    font-weight: normal;
font-size: 24px;
line-height: 24px;
text-align: center;
text-transform: uppercase;

color: #6C6964;
font-family: "Open Sans";
}



