/*
Thanks to subtlepatterns.com 
*/
/*@import url("//hello.myfonts.net/count/2e920d");*/
@font-face {
    font-family: 'Myra4FCaps-Light';
    src: url('webfonts/2E920D_2_0.eot');
    src: url('webfonts/2E920D_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E920D_2_0.woff2') format('woff2'),url('webfonts/2E920D_2_0.woff') format('woff'),url('webfonts/2E920D_2_0.ttf') format('truetype');
}

@charset "utf-8"; .menuu {
    right: 0px;
    position: relative;
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    z-index: 99;
    display: none;
}

.menu__icon {
    position: absolute;
    width: 30px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.menu__line {
    position: absolute;
    left: 0;
    background-color: #3e3e3e;
    height: 3px;
    width: 100%;
    border-radius: 3px;
    pointer-events: none;
}

.menu__line--1 {
    top: 0;
}

.menu__line--2 {
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu__line--3 {
    bottom: 0;
}

.menu--close3 .menu__line--1 {
    transition: top .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .15s;
    transition: transform .2s ease-in-out .15s, top .2s ease-in-out .2s;
    transition: transform .2s ease-in-out .15s, top .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .15s;
}

.menu--close3 .menu__line--1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #3e3e3e;
    border-radius: 3px;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.menu--close3 .menu__line--2 {
    transition: opacity .0s ease-in-out .35s;
}

.menu--close3 .menu__line--3 {
    transition: opacity .0s ease-in-out .25s;
}

.menu--close3.open .menu__line--1 {
    top: 17px;
    -webkit-transform: translate3d(0, -8.5px, 0) rotate(-45deg);
    transform: translate3d(0, -8.5px, 0) rotate(-45deg);
    transition: top .2s ease-in-out, -webkit-transform .15s ease-in-out .2s;
    transition: top .2s ease-in-out, transform .15s ease-in-out .2s;
    transition: top .2s ease-in-out, transform .15s ease-in-out .2s, -webkit-transform .15s ease-in-out .2s;
}

.menu--close3.open .menu__line--1:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform .15s ease-in-out .3s;
    transition: transform .15s ease-in-out .3s;
    transition: transform .15s ease-in-out .3s, -webkit-transform .15s ease-in-out .3s;
}

.menu--close3.open .menu__line--2 {
    opacity: 0;
    transition: opacity .0s ease-in-out .1s;
}

.menu--close3.open .menu__line--3 {
    opacity: 0;
    transition: opacity .0s ease-in-out .2s;
}

a.menuu.menu--close3.open {
}

.banner-a {
    position: absolute;
    z-index: 2;
    right: 34px;
    margin-top: 45px;
}

.banner-b {
    position: absolute;
    z-index: 2;
    right: 35px;
    margin-top: 100px;
}

.banner-c {
    position: absolute;
    z-index: 2;
    right: 34px;
    margin-top: 155px;
}

.banner-d {
    position: absolute;
    z-index: 2;
    right: 34px;
    margin-top: 210px;
}

.banner-b img, .banner-a img {
    width: 175px;
}

body {
    margin: 0px;
    background-color: #435D63;
    font-family: 'PT Sans', sans-serif;
}

ul {
    font: inherit;
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    vertical-align: baseline;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-size-adjust: inherit;
    list-style: none;
}

a {
    text-decoration: none;
    color: #A16E65;
}

a:hover {
    text-decoration: underline;
}

li {
    font: inherit;
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    vertical-align: baseline;
    font-size-adjust: inherit;
    font-stretch: inherit;
}

.main-center-block {
    max-width: 1440px;
    margin: 0 auto;
    background-color: #22323a;
    perspective: 1px;
}

.topline {
    min-height: 70px;
    background-color: #FFFFFF;
    display: block;
    height: 70px !important;
}

.topline .hidden-menu {
    top: 40px;
}

.logo {
    position: absolute;
    z-index: 999;
    padding: 3px 0 0 12px;
    width: 261px;
}

.logo img {
    width: 100%;
}

.top-menu-desktop .top-menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
    margin: 0;
    position: relative;
    border-right: 1px solid rgba(199, 199, 199, 0.58);
}

.top-menu-desktop .top-menu-link {
    float: left;
    padding: 0 10px 0 10px;
    color: rgb(82, 82, 82);
    text-decoration: none;
    height: 40px;
}

.top-menu-desktop .top-menu-link:hover {
    color: #FF704E;
}

.top-menu-desktop .podmenupresent .top-menu-link {
}

.top-menu-desktop .menuactive .top-menu-link {
    background: #8F3434 url(../images/podmenupresent.png) right 25px no-repeat !important;
}

.top-menu-desktop ul.top-menu {
    font-size: 14px;
    padding: 18px 0 0 298px;
}

.searchbar {
    height: 31px;
    position: absolute;
    z-index: 2;
    right: 0px;
    border: 1px solid black;
}

.searchbar li {
    float: left;
    height: 31px;
}

.searchbar .lfield {
    overflow: hidden;
}

.searchbar .lfield input {
    font-size: 0.85em;
    float: left;
    height: 31px;
    width: 178px;
    border: 0 none;
    background-color: #FFFFFF;
    padding-left: 7px;
    box-sizing: border-box;
}

.searchbar .lbtn input {
    width: 31px;
    height: 31px;
    background: #2F2F2F url('../images/icn/search.png')center no-repeat;
}

.searchbar .lbtn input:hover {
    background-color: #000
}

ul.down-menu {
    font-size: 14px;
    padding: 18px 0 0 0;
    position: relative;
    width: 100%;
    content: "";
    display: table;
    clear: both;
}

.down-menu li {
    margin: 6px 0 6px 0;
    list-style-type: none;
    float: left;
    border-right: 1px solid #1C1D1D;
    height: 20px;
}

.down-menu a {
    float: left;
    padding: 0 8px 0 8px;
    color: #83ADB6;
    text-decoration: none;
}

.down-menu a:hover {
    color: #fff;
}

.podmenupresent:hover .hidden-menu {
    display: block;
}

.top-menu-desktop .hidden-menu {
    z-index: 999;
    display: none;
    position: absolute;
    width: 200px;
    background-color: #004775;
    padding-bottom: 10px;
}

.top-menu-desktop .hidden-menu li {
    border: none;
    width: 100%;
}

.top-menu-desktop .hidden-menu a {
    padding: 10px;
    color: rgb(255, 255, 255);
    display: block;
}

.top-menu-desktop .hidden-menu a:hover {
    color: #fff;
}

.top-menu-desktop .hidden-menuu {
    z-index: 999;
    display: none;
    position: absolute;
    left: 200px;
    width: 300px;
    background-color: #4983AB;
    padding-bottom: 10px;
    margin-top: -34px;
}

.top-menu-desktop .hidden-menuu li {
    border: none;
    width: 100%;
}

.top-menu-desktop .hidden-menuu a {
    padding: 10px;
    color: rgb(255, 255, 255);
    display: block;
}

.top-menu-desktop .hidden-menuu a:hover {
    color: #fff;
}

.top-menu-desktop li.podmenupresentt:hover .hidden-menuu {
    display: block;
}

#menu {
    display: none;
}

#menu.mm-menu_opened {
    display: block;
}

#menu br {
    display: none;
}

#menu a {
    font-size: 16px;
}

.menu-banners {
    display: none;
}

.menu-banners img {
    width: 176px;
}

.mm-menu .menu-banners {
    display: block;
    text-align: center;
}

.menu-search .searchbar {
    position: relative;
}

.menu-search form {
    margin: 0 auto;
    padding: 30px;
}

.menu-search {
    display: none;
}

.menu-search.mm-listitem {
    display: flex;
}

li.menu-search.mm-listitem {
}

.sliderline {
    max-height: 351px;
    background-color: #609db9;
    overflow: hidden;
    margin: 0 auto;
}

.sliderline-button {
    color: #FAF5E3;
    right: 4%;
    bottom: 23px;
    padding: 3px 6px 3px 6px;
    border: 1px solid;
    font-size: 13px;
}

.sliderline-button:hover {
    background-color: rgba(255,255,255,0.2);
}

a.press {
    position: absolute;
    z-index: 2;
    right: 34px;
    margin-top: 45px;
}

a.oldsite {
    position: absolute;
    z-index: 2;
    right: 35px;
    margin-top: 100px;
}

a.volonteram {
    position: absolute;
    z-index: 2;
    right: 35px;
    margin-top: 155px;
}

a.youtube {
    position: absolute;
    z-index: 2;
    right: 35px;
    margin-top: 210px;
}

a.youtube img {
    width: 176px;
}

.important {
    position: absolute;
    top: 20px;
    left: 50px;
}

.important h1 {
    font-family: Myra4FCaps-Light;
    color: #FAF5E3;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.important a {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.middleline {
    background-color: #F0EFE2;
    content: "";
    display: table;
    clear: both;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 60px 0;
}

.banners {
    float: left;
    width: 471px;
    padding: 40px 0 0 5%;
}

.calendar {
    float: left;
}

section.mainsct {
    display: flex;
}

section.mainsct .block-bcg {
    position: relative;
}

section.mainsct .button-all {
    position: relative;
    float: right;
    margin-top: 1em;
}

.line-blocks {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    width: 100%;
}

.line-blocks.mobile-reverse {
    flex-direction: row-reverse;
}

.block-shortstory {
    display: inline-block;
}

#b1 .block-shortstory, #b2 .block-shortstory, #b6 .block-shortstory {
    padding-bottom: 22px;
}

.blocks-block {
    width: 50%;
    min-height: 300px;
    border: 4px solid #EAE0C7;
    box-sizing: border-box;
    vertical-align: top;
    background-size: cover;
}

.blocks-block h2 {
    font-family: Myra4FCaps-Light;
    color: #FAF5E3;
    font-weight: normal;
    font-style: normal;
    font-size: 34px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    margin: 0;
    padding: 26px 0 12px 5%;
}

.block-menu li {
    padding: 5px 12px 5px 36px;
    font-weight: none;
}

.block-date a {
    color: #FAF5E3;
    font-style: italic;
    padding: 2px 7px 2px 4px;
    background-color: #CA6868;
    font-size: 12px;
    margin-top: 12px;
}

.block-date a:hover {
    background-color: #EA816A;
}

#b1, #b2 {
    height: auto;
}

#b4 .block-menu li {
    background: url("../images/icn/disc_medium.png") no-repeat 0;
}

#b5 .block-menu li {
    background: url("../images/icn/disc_medium.png") no-repeat 0 ;
}

#b8 .block-menu li {
    background: url("../images/icn/disc_medium.png") no-repeat 0 6px;
    font-size: 14px;
}

#b9 .block-menu li {
    background: url("../images/icn/disc_medium.png") no-repeat 0 6px;
    font-size: 14px;
}

#b10 .block-menu li {
    background: url("../images/icn/disc_medium.png") no-repeat 0 6px;
    font-size: 14px;
}

.block-shortstory h3 a {
    color: #F4EFDE;
    font-weight: normal;
    font-size: 14px;
}

#b1 span.block-date {
    padding-right: 12px;
}

#b1 {
    background-color: #609DB9;
    background: url(../images/bckg.gif) center top;
}

#b1 h3, #b2 h3, #b6 h3 {
    padding: 0px 0 15px 0;
}

#b1 .topnews, #b2 .topnews, #b6 .topnews {
    padding-top: 17px;
    width: 90%;
}

#b1 .button-all {
    right: 2%;
}

.block-shortstory h3 {
    padding: 16px 0 9px 0;
    margin: 0px;
}

.block-shortstory h3 a:hover {
    text-decoration: underline;
}

.press-block a:hover h2 {
    text-decoration: underline;
}

.block-button {
    position: relative;
    padding: 12px 4% 34px 0;
    text-align: right;
}

.block-button {
    padding: 24px 7% 22px 0;
    text-align: right;
}

#b1 .block-button, #b2 .block-button, #b6 .block-button {
    padding-top: 0px;
}

.button-all {
    color: #FAF5E3;
    bottom: 23px;
    padding: 3px 6px 3px 6px;
    border: 1px solid;
    font-size: 13px;
}

.button-all:hover {
    background-color: rgba(255,255,255,0.2);
}

span.arrow {
    font-size: 17px;
    font-family: 'Times New Roman', Times, serif;
}

.topnews {
    width: 78%;
    padding: 0px 0px 0px 7%;
}

.block-shortstory img {
    float: left;
    clear: both;
    padding-right: 1em;
    max-width: 160px;
}

.mainsct .block-shortstory {
    display: inline-block;
    padding: 12px 0;
}

.clndr {
    padding: 40px 0 0 40px;
    color: #6A665C;
    width: 50%;
    float: left;
}

.clndr img {
    float: left;
    padding: 0 20px 10px 0;
}

.clndr a {
    color: #B65C48;
}

.clndr h2 {
    font-family: Myra4FCaps-Light;
    color: #5B554B;
    font-weight: normal;
    font-style: normal;
    font-size: 34px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    margin: 0 0 30px 0;
}

#b1 .background {
    background-color: #609DB9;
    background: url("../images/bckg.gif") center top;
}

#b2 .background {
    background-color: #64A260;
}

#b3 .background {
    background-color: #5B8D9E;
}

#b3 .background h3 {
    padding: 18px 0 0 0;
}

#b4 .background {
    background-color: #E46D53;
}

#b4 .background h2 {
    font-size: 28px;
}

#b5 .background {
    background-color: rgba(100, 162, 96, 0.9);
}

#b6 .background {
    background-color: rgb(86, 145, 165);
}

#b7 .background {
    background-color: rgba(234, 98, 68, 0.88);
}

#b7 .background .block-date a {
    background-color: #609DB9;
}

#b8 .background {
    background-color: rgba(91, 141, 158, 0.8);
}

#b9 .background {
    background-color: #3E798E;
}

#b10 .background {
    background-color: rgba(147, 232, 141, 0.6);
}

#b11 .background {
    background-color: #64A260;
}

#pb1 {
    background-color: #777E81;
}

#pb2 {
    background-color: #425F74;
}

#pb3 {
    background-color: #6E8D7C;
}

#b6 {
}

#b5 {
    background: url("../images/backgrounds/video.jpg") center no-repeat;
    background-size: cover;
}

#b7 {
    background: url("../images/backgrounds/quatro.jpg") center;
}

#b8 {
    background: url("../images/backgrounds/social.jpg") center;
    background-size: cover;
}

#b10 {
    background: url("../images/backgrounds/actual.jpg") center;
    background-size: cover;
}

.blocks-stat {
    width: 100%;
    border: 4px solid #EAE0C7;
    float: left;
    position: relative;
    box-sizing: border-box;
    position: relative;
}

.blocks-stat h2 {
    font-family: Myra4FCaps-Light;
    color: #FAF5E3;
    font-weight: normal;
    font-style: normal;
    font-size: 34px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    margin: 0;
    padding: 26px 0 16px 2.5%;
}

.press-block {
    width: 33.333%;
    height: 94px;
    border: 4px solid #bdb6aa;
    float: left;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}

.press-block h2 {
    font-family: Myra4FCaps-Light;
    color: #FAF5E3;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    margin: 0;
    padding: 26px 0 0 40px;
}

.background {
    height: 100%;
    width: 100%;
    z-index: 1;
    min-height: 300px;
}

.block-bcg {
    width: 100%;
    height: 100%;
    width: 100%;
    padding: 0px;
    z-index: 2;
}

.blocks-all {
    padding: 4px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #EAE0C7;
}

.block-menu {
    list-style: none;
    color: rgb(250, 245, 227);
    padding: 20px 0 0 45px;
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
}

.block-menu a {
    color: rgb(250, 245, 227);
}

.block-menu a:hover {
    text-decoration: underline
}

.shrtnews {
    float: left;
    width: 50%;
    padding: 18px 2% 3px 4.5%;
    color: #6A665C;
    font-size: 15px;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
    text-align: justify;
}

.shrtnews:nth-child(2n+1) {
    clear: left;
}

.shrtnews:nth-child(3n+2) {
    padding: 18px 4.5% 12px 2%;
}

.pphoto a.highslide img {
    max-width: 245px;
}

h3.btl {
    color: #815E5E;
    font-weight: normal;
    font-size: 22px;
}

h3.btl a {
    color: #815E5E;
}

h3.btl a:hover {
    text-decoration: underline;
}

.argmore a {
    color: #595959;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid;
}

.staticpage {
    color: #6A665C;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}

.staticpage img {
    padding: 6px 12px 6px 0;
}

.statcl {
    float: left;
    width: 50%;
    color: #6A665C;
    font-size: 15px;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
    text-align: justify;
}

.leftcl {
    padding-right: 26px;
}

.rightcl {
    padding-left: 26px;
}

.statcl img {
    padding: 0 10px 0 1px;
}

h2.heading {
    padding-left: 4.2%;
    font-weight: normal;
    font-family: Myra4FCaps-Light;
    color: #815E5E;
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 45px;
    display: table;
}

.argmore {
    float: right;
}

.argmore a:hover {
    background-color: #DAA17E;
}

.argviews {
    padding: 0 1%;
    border-right: 1px solid;
}

.shortdate {
    padding: 0 1% 0 0;
    border-right: 1px solid;
}

.lcol {
    padding-left: 1%;
}

.InnerContent {
    position: relative;
    margin: 19px 0 0 0;
    min-height: 450px;
}

.HalfLeft {
    float: left;
    width: 467px;
}

.HalfRight {
    float: right;
    width: 467px;
}

.mlink {
    padding-top: 12px;
    font-size: 13px;
    color: #1B2214;
    clear: both;
}

.bhinfo {
    margin-bottom: 10px;
}

.baseinfo a {
    color: #fff;
    padding: 4px;
    background-color: #DA907E;
}

.base.fullstory {
}

.fullstory {
    float: left;
    padding: 12px 6% 12px 6%;
    color: #6A665C;
    font-size: 15px;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
    text-align: justify;
    width: 100%;
}

.maincont {
    padding-bottom: 30px;
}

.dtop {
    padding: 12px 0;
}

.maincont {
    padding-bottom: 10px;
}

.dtop {
    padding: 12px 0;
}

.clr {
    clear: both;
    height: 0;
    overflow: hidden;
}

#dle-content {
}

.maincont img {
    padding-right: 12px;
    padding-bottom: 12px;
}

.videoshort {
    width: 18%;
    display: table-cell;
    float: left;
    height: 240px;
    padding: 50px 1% 0 1%;
}

.videoshort img {
    width: 100%;
}

.videoshort a img {
    width: 100%;
}

.videoshort a {
    font-size: 13px;
}

.maincont div {
    clear: both;
    padding: 10px 10px 10px 0;
}

.basenavi {
    width: 100%;
    display: table;
    text-align: center;
    padding-top: 36px;
}

.downline {
    width: 100%;
    position: relative;
}

.footerline {
    background-color: #3E798E;
    padding-top: 24px;
}

.rss {
    color: #83ADB6;
    font-family: Myra4FCaps-Light;
    font-size: 19px;
    margin: 30px 20px 10px 20px;
    background: url('../images/icn/rss.png') no-repeat 0 3px;
    background-size: 15px 15px;
    padding-left: 22px;
    display: block;
    text-decoration: none;
}

.rss:hover {
    color: #83ADB6;
    text-decoration: underline;
}

.downline ul.top-menu {
    padding: 24px;
    color: #fff;
}

.downline a.top-menu-link {
    height: 24px;
    color: #fff;
}

.downline ul.hidden-menu {
    bottom: 24px;
}

.cprght {
    color: rgb(173, 173, 173);
    font-size: 13px;
    padding: 20px;
    position: relative;
}

.icnsn {
    display: table;
    margin: 0 auto;
    clear: both;
}

.icnsn a {
    display: block;
    width: 37px;
    height: 37px;
}

.socialicn {
    display: table-cell;
    padding: 0 8px;
}

.icnsn a:hover {
    background-position: 0 -43px;
}

a.icnvk {
    background: url(../images/icn/icn_vk.png);
    background-repeat: no-repeat;
}

a.icnfb {
    background: url(../images/icn/icn_fb.png);
    background-repeat: no-repeat;
}

a.icnel {
    background: url(../images/icn/icn_elitsy.png);
    background-repeat: no-repeat;
}

b {
}

.blocks-stat a {
    color: #FFF9EA;
}

.blocks-stat .block-bcg {
    position: relative;
    padding-bottom: 42px;
}

.discript {
    color: #EAE0C7;
    font-size: 14px;
}

.informer {
    width: 80%;
    padding: 10px 4% 10px 3.5%;
}

.informer p {
    padding: 0px;
    margin: 0px;
}

table.tableform {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    color: #6b6b6b;
    background-color: #fff;
    padding: 2em;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
}

input[type="submit" i] {
    width: 7em;
    height: 3em;
}

input[type="text" i] {
    width: 22em;
    height: 2em;
}

.tableform span {
    color: #ff5656;
}

.ya-informer {
    float: right;
}

@media (max-width: 1100px) {
    .top-menu-desktop {
        display: none;
    }

    .logo img {
    }

    .menuu {
        display: block;
    }

    form.search-desctop {
        display: none;
    }

    .icnsn {
        padding: 14px;
    }

    .cprght {
        text-align: center;
    }

    .ya-informer {
        float: inherit;
        text-align: center;
        padding: 36px
    }
}

@media (max-width: 1020px) {
    .sliderline {
        display: none;
    }

    .shrtnews {
        width: 100%;
        float: none;
        padding: 24px;
    }

    .shrtnews:nth-child(3n+2) {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .shrtnews img {
        width:100%;
        max-width: 300px;
        float: none !important;
        padding-right: 0px;
    }
}

@media (max-width: 900px) {
    .line-blocks {
        display: block;
    }

    table.tableform {
        padding: 0px;
    }

    .banners div {
        margin: 14px !important;
        display: inline-block !important;
        float: none !important;
        width: inherit ;
    }

    .tableform td {
        display: block;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }

    textarea {
        width: 360px !important;
    }

    .leftcl, .rightcl {
        width: 100%;
        padding: 0px;
    }

    .shrtnews .highslide {
        display: block;
        text-align: center;
    }

    .mlink {
        text-align: center;
    }

    .argmore {
        padding: 12px 0 24px 0;
        float: none;
        text-align: center;
    }

    .logo {
        padding: 6px 0 0 14px;
    }

    .press-block h2 {
        padding: 12px;
        font-size: 16px;
    }

    .fullstory img, .highslide img {
        float: none !important;
        margin: 0 auto;
        padding: 12px 0;
        width: 100%;
        max-width: 400px;
        box-sizing: border-box;
    }

    {
        float: none !important;
        margin: 0 auto;
        padding: 12px 0;
        width: 100%;
        max-width: 400px;
        box-sizing: border-box;
    }

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

    .press-block {
        height: 63px;
    }

    .videoshort {
        display: inline-block;
        float: none;
        margin: 0 auto;
        width: 100%;
        padding: 36px 6% 12px 6%;
        height: inherit;
        box-sizing: border-box;
    }

    .blocks-block {
        width: 100%;
        display: block;
        height: auto;
    }

    .blocks-stat h2 {
        padding: 26px 0 16px 5%;
    }

    .informer {
        padding: 10px 4% 10px 7%;
    }

    .block-bcg {
        padding-bottom: 30px;
    }

    .block-button {
    }

    .block-shortstory h3 a {
        font-size: 14px;
    }

    .block-menu li {
        padding-bottom: 17px;
    }

    .banners {
        width: inherit;
        box-sizing: border-box;
        text-align: center;
        display: block;
        padding: 0px;
    }

    .clndr {
        width: 100%;
        box-sizing: border-box;
        padding: 24px 6%;
    }

    #b11 {
        display: none;
    }
}

@media only screen and (max-width: 1180px), only screen and (max-device-width: 1180px) {
    ul.top-menu {
        font-size: 12.5px;
    }

    .top-menu-desktop .top-menu-link {
        float: left;
        padding: 0 5px 0 5px;
        color: #83ADB6;
        text-decoration: none;
        height: 40px;
    }
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
    .block-shortstory h3 a {
    }

    .topnews {
        width: 70%;
    }
}

@media only screen and (max-width: 1230px), only screen and (max-device-width: 1230px) {
    .pphoto a.highslide img {
        width: 94%;
    }

    .pphoto a.highslide {
        max-width: 25%;
    }
}

.instagram-media, .twitter-tweet {
    display: inline-block !important;
}

@media screen and (min-width: 0\0) {
    .line-blocks {
        display: block;
    }

    .blocks-block {
        width: 100%;
    }

    .block-shortstory {
        width: 100%;
    }

    #b8, #b10 {
        background: #000;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .line-blocks {
        display: block;
    }

    .blocks-block {
        width: 100%;
    }

    .block-shortstory {
        width: 100%;
    }

    #b8, #b10 {
        background: #000;
    }
}
