@media only screen and (min-width: 960px) and (max-width: 1200px) {

.adaptive {
    width: 960px;
}

header .menu ul li {
    margin: 0 8px;
}

header .menu ul a {
    font-size: 15px;
}

header .phone a {
    font-size: 20px;
}

a.logotype img {
    height: 36px;
}

section.pagetitle h1 {
    font-size: 44px;
}

.articleBlock {
    width: 293.333px;
}

.articleBlock a p {
    font-size: 15px;
    line-height: 20px;
}

.articleBlock a {
    padding: 20px 20px;
}

.articleBlock .pubDate {
    margin: 0 0 20px;
}

.mediaBlock {
    width: 293.333px;
}

.articleBlock.posterBlock {
    width: 270px;
}

.slideBlock a .txt {
    width: 320px;
}

.slideBlock a .img {
    width: 640px;
}

.categoryBlock {
    margin: 0 20px 40px 0;
    width: 225px;
}

.categoryBlock:nth-child(3n) {
    margin: 0 20px 20px 0;
}

.categoryBlock:nth-child(4n) {
    margin: 0 0 20px;
}

}

@media only screen and (min-width: 600px) and (max-width: 959px) {

.head_middle {
    display: none;
}

header .adaptive {
    display: flex;
    flex-direction: row;
    height: auto !important;
    align-items: center;
}

.head_left {
    margin: 0;
}

header {
    padding: 30px 0;
    background: #fff;
    border-top: 50px solid red;
    position: relative;
}

header.fixed {
    position: relative;
    box-shadow: none;
}

section.pagetitle {
    padding: 40px 20px;
    background: #f0f0f0;
}

.adaptive {
    width: 560px;
}

section.pagetitle h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

body.insite_page .wrapper:before {display: none;}

.slideBlock a {
    height: auto;
    display: flex;
    flex-direction: column;
}

.slideBlock a .txt {
    width: auto;
    padding: 30px 20px;
}

.slideBlock a .img {
    height: 220px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.main_slider {
    padding: 0px 20px 40px;
    background: #f0f0f0;
    margin: 0;
}

.slideBlock {
    height: auto;
}

section.main_slider .lSSlideOuter, section.main_slider .lSSlideOuter .lSSlideWrapper, section.main_slider .lSSlideOuter .lSSlideWrapper ul.lightSlider {
    overflow: visible;
}

section.posters {
    display: none;
}

section.article_home .adaptive {
    display: flex;
    flex-direction: column;
}

section.article_home {
    padding: 40px 20px;
}

section.article_home img {
    max-width: 100%;
}

section.article_home .adaptive article.content {
    padding: 20px 0 0;
}

section.article_home .adaptive article.content h2 {
    font-size: 34px;
}

section.categories {
    padding: 0 10px 20px;
}

.categoryBlock {
    width: 50%;
    margin: 0;
    padding: 0 10px 20px;
    box-sizing: border-box;
}

.categoryBlock a {
    height: auto;
    padding: 30px 20px;
    text-align: center;
}

.categoryBlock a h3 {
    font-size: 15px;
}

.categoryBlock a img {
    width: 36px;
}

.categoryBlock:nth-child(4n) {
    margin: 0;
}

section.articles {
    padding: 40px 20px;
}

.article_carousel_title .right .arrows {
    display: none;
}

.links {
    display: none;
}

footer .adaptive {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    height: 80px;
    margin: 0;
}

hr.clear.footer {
    height: 0;
}

.articleBlock a p {
    font-size: 15px;
    line-height: 20px;
}

.articleBlock a {
    padding: 20px 20px;
}

section.pagetitle ol.breadcrumb {
    padding: 15px 0 0;
}

body.insite_page.article_page section.container {
    padding: 40px 20px;
}

.bottom_slider a.swipebox {
    width: 100%;
}

.arrows {
    display: none;
}

.mobile_panel {
    position: fixed;
    background: #252566;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 123;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
    display: block;
}

hr.clear.header {
    height: 0;
}

a.menu_but {
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(/images/menu.svg);
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0s;
}

.close_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    z-index: 121;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: 0.3s;
}

body.menu_open .close_back {
    opacity: 1;
    visibility: visible;
}

.mobile_menu {
    background: #ffffff;
    overflow: hidden;
    z-index: 122;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    transition: 0.3s;
    padding-top: 50px;
    display: block;
    overflow: auto;
    box-sizing: border-box;
}

body.menu_open .mobile_menu {
    left: 0;
}

.mobile_menu ul {
    padding: 0;
}

.mobile_menu a {
    color: #242424;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    display: block;
    padding: 10px 30px;
    line-height: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

body.menu_open {
    overflow: hidden;
}

body.insite_page.articles_page section.container {
    padding: 20px 20px;
}

.articleBlock {
    width: 270px;
    margin: 0 20px 20px 0;
}

.articleBlock:nth-child(3n) {
    margin: 0 0 20px;
}

section.contacts {
    padding: 40px 20px 20px;
    background: #f0f0f0;
}

.adaptive.contacts_phone h3 {
    font-size: 32px;
}

.adaptive.contacts_phone p {
    font-size: 20px;
}

section.contacts .adaptive {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.contactBlock {
    width: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin: 0 0 20px;
}

.contactBlock .icon {
    min-width: 80px;
    background: #fff;
    box-shadow: inset 0 0 2px 0px #eef5fb, 0px 0px 20px 0px rgb(0 0 0 / 9%);
}

body.insite_page.media_page section.container {
    padding: 40px 20px;
}

.mediaBlock {
    width: 250px;
    margin: 0 10px 10px 0;
}

.mediaBlock:nth-child(3n) {
    margin: 0 0 20px;
}

section.contacts .adaptive.contacts_phone {
    padding: 0 0 30px;
}

.articleBlock.posterBlock {
    width: 270px;
    margin: 0 20px 20px 0;
}

.articleBlock.posterBlock:nth-child(3n) {
    margin: 0 0 20px;
}

section.article_home .img {
    width: 100%;
}

section.article_home .img img {
    width: 100%;
}

.mediaBlock:nth-child(3n) {
    margin: 0 10px 10px 0;
}

.mediaBlock:nth-child(2n) {
    margin: 0 0 10px;
}

.articleBlock:nth-child(2n) {
    margin: 0 0 20px;
}

.articleBlock:nth-child(3n) {
    margin: 0 20px 20px 0;
}

.articleBlock.posterBlock:nth-child(3n) {
    margin: 0 20px 20px 0;
}

}

@media only screen and (max-width: 599px) {

.head_middle {
    display: none;
}

header .adaptive {
    display: flex;
    flex-direction: column;
    height: auto !important;
}

.head_left {
    margin: 0 0 20px;
}

header {
    padding: 30px 0;
    background: #fff;
    border-top: 50px solid red;
    position: relative;
}

header.fixed {
    position: relative;
    box-shadow: none;
}

section.pagetitle {
    padding: 40px 20px;
    background: #f0f0f0;
}

.adaptive {
    width: 100%;
}

section.pagetitle h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

body.insite_page .wrapper:before {display: none;}

.slideBlock a {
    height: auto;
    display: flex;
    flex-direction: column;
}

.slideBlock a .txt {
    width: auto;
    padding: 30px 20px;
}

.slideBlock a .img {
    height: 220px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.main_slider {
    padding: 0px 20px 40px;
    background: #f0f0f0;
    margin: 0;
}

.slideBlock {
    height: auto;
}

section.main_slider .lSSlideOuter, section.main_slider .lSSlideOuter .lSSlideWrapper, section.main_slider .lSSlideOuter .lSSlideWrapper ul.lightSlider {
    overflow: visible;
}

section.posters {
    display: none;
}

section.article_home .adaptive {
    display: flex;
    flex-direction: column;
}

section.article_home {
    padding: 40px 20px;
}

section.article_home img {
    max-width: 100%;
}

section.article_home .adaptive article.content {
    padding: 20px 0 0;
}

section.article_home .adaptive article.content h2 {
    font-size: 34px;
}

section.categories {
    padding: 0 10px 20px;
}

.categoryBlock {
    width: 50%;
    margin: 0;
    padding: 0 10px 20px;
    box-sizing: border-box;
}

.categoryBlock a {
    height: auto;
    padding: 30px 20px;
    text-align: center;
}

.categoryBlock a h3 {
    font-size: 15px;
}

.categoryBlock a img {
    width: 36px;
}

.categoryBlock:nth-child(4n) {
    margin: 0;
}

section.articles {
    padding: 40px 20px;
}

.article_carousel_title .right .arrows {
    display: none;
}

.links {
    display: none;
}

footer .adaptive {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    height: 80px;
    margin: 0;
}

hr.clear.footer {
    height: 0;
}

.articleBlock a p {
    font-size: 15px;
    line-height: 20px;
}

.articleBlock a {
    padding: 20px 20px;
}

section.pagetitle ol.breadcrumb {
    padding: 15px 0 0;
}

body.insite_page.article_page section.container {
    padding: 40px 20px;
}

.bottom_slider a.swipebox {
    width: 100%;
}

.arrows {
    display: none;
}

.mobile_panel {
    position: fixed;
    background: #252566;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 123;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
    display: block;
}

hr.clear.header {
    height: 0;
}

a.menu_but {
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(/images/menu.svg);
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0s;
}

.close_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    z-index: 121;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: 0.3s;
}

body.menu_open .close_back {
    opacity: 1;
    visibility: visible;
}

.mobile_menu {
    background: #ffffff;
    overflow: hidden;
    z-index: 122;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    transition: 0.3s;
    padding-top: 50px;
    display: block;
    overflow: auto;
    box-sizing: border-box;
}

body.menu_open .mobile_menu {
    left: 0;
}

.mobile_menu ul {
    padding: 0;
}

.mobile_menu a {
    color: #242424;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    display: block;
    padding: 10px 30px;
    line-height: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

body.menu_open {
    overflow: hidden;
}

body.insite_page.articles_page section.container {
    padding: 20px 20px;
}

.articleBlock {
    width: auto;
    margin: 0 0 20px;
}

.articleBlock:nth-child(3n) {
    margin: 0 0 20px;
}

section.contacts {
    padding: 40px 20px 20px;
    background: #f0f0f0;
}

.adaptive.contacts_phone h3 {
    font-size: 32px;
}

.adaptive.contacts_phone p {
    font-size: 20px;
}

section.contacts .adaptive {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.contactBlock {
    width: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin: 0 0 20px;
}

.contactBlock .icon {
    min-width: 80px;
    background: #fff;
    box-shadow: inset 0 0 2px 0px #eef5fb, 0px 0px 20px 0px rgb(0 0 0 / 9%);
}

body.insite_page.media_page section.container {
    padding: 40px 20px;
}

.mediaBlock {
    width: 100%;
    margin: 0 0 20px;
}

.mediaBlock:nth-child(3n) {
    margin: 0 0 20px;
}

section.contacts .adaptive.contacts_phone {
    padding: 0 0 30px;
}

.articleBlock.posterBlock {
    width: 100%;
    margin: 0 0 20px;
}

.articleBlock.posterBlock:nth-child(3n) {
    margin: 0 0 20px;
}

.docs_list {
    padding: 20px 20px;
}

.doc a span.download {
    display: none;
}

.doc a:before {display: none;}

.docs_list .doc {
    padding: 10px 0;
}

.doc a {
    font-size: 16px;
    line-height: 20px;
}

.mobile_menu ul ul {
    display: none;
    background: #dddddd;
}

.mobile_menu li#menu-item16 ul, .mobile_menu li#menu-item6 ul {
    display: block;
}

.mobile_menu ul ul a {
    padding: 10px 30px 10px 35px;
}

}