    /* Стили таблицы (c-wd.ru) */
    table.cwd{text-decoration: none;border-collapse:collapse;width:100%;text-align:center;}
    table.cwd th{font-weight:normal;font-size:14px; color:#ffffff;background-color:#00b5fc;}
    table.cwd td{font-size:13px;color:#000000;}
    table.cwd td,table.cwd th{white-space:pre-wrap;padding:10px 5px;line-height:13px;vertical-align: middle;border: 1px solid #00b5fc;}    table.cwd tr:hover{background-color:#e3f8ff}
    table.cwd tr:hover td{color:#000000;cursor:pointer;}
    .mobile-table{width: 100%; max-width: 100%; overflow-x: auto;}
* {
    margin: 0;
    padding: 0;
}

body{
    
    font-size: 14px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    
}

.header {
    background: url(../images/bg.jpg) no-repeat center bottom;
    padding: 30px 0 0 0;
}

.namesite {
    padding: 25px 0;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.namesite_text {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin-left: 20px;
}

.namesite_text a{
    font-size: 24px;
    text-decoration: none;
    color: #fff;
}

.namesite_text p {
font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}

.datatime {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
}

.navmenu {
    background: #e4e2e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;
	flex-wrap: wrap;
}

.hamburger-menu {
    display: none;
    position: relative;
    width: 35px;
    height: 35px;
}


nav ul > li {
    margin: 0 20px 0 0;
}

nav ul > li > a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 12px 12px 12px 20px;
    position: relative;
}

nav ul > li > a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
    background: #095b93;
}

nav ul > li > a:hover:before {
    content: '';
    background: url(../images/menu-uzor.png) no-repeat;
    width: 31px;
    height: 31px;
    color: #fff;
    position: absolute;
    left: 0; bottom: 0;
    display: block;
}

nav ul.sub-menu {
    display: none;
    position: absolute;
    width: 195px;
    z-index: 10;
    background: #095b93;
}

nav ul.sub-menu li {
    width: 195px;
    color: #fff;
    background: #095b93;
}

nav ul.sub-menu li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 12px 12px 12px 20px;
}

nav ul.sub-menu li a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
    background: #0C66A2;
}

nav ul > li:hover > ul.sub-menu {
    display: block;
    background: #095b93;
}

ul.sub-menu > li:hover > ul.sub-menu {
     display: block;
    background: #000;
}

.tochki {
    line-height: 1;
    padding: 0 25px 0 0;
    font-size: 20px;
    cursor: pointer;
	width: 56px;
}

.hamburger-content {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background: #f8f8f8;
    z-index: 100;
    transform: translateX(-100%)
}

.hamburger-content--opened {
    transform: translateX(0);
    overflow: auto;
    height: 100vh;
}

.exit-btn-hamburger {
    position: absolute;
    left: 320px;
    top: 35px;
    z-index: 9999;
    display: none;
}

.exit-btn-hamburger--opened {
    display: block;
}

.exit-btn-hamburger svg {
    width: 20px;
    height: 20px;
}

.off-canvas-content {
    width: 320px;
    position: absolute;
    top: 0;right: 0;
    background: #f8f8f8;
    z-index: 99;
    transform: translateX(320px);
    height: 100vh;
    overflow: auto;
    transition: 0.3s ease-in-out;
    display: none;
}
.off-canvas-content-opened {
    transform: translateX(0);
    display: block;
}

.main-wrapper {
    transition: 0.3s ease-in-out;
}

.main-wrapper--opened {
    overflow: hidden;
    height: 100vh;
    transform: translateX(-300px);
}

.exit-btn {
    background: transparent;
    width: 20px;
    height: 20px;
    z-index: 100;
    position: absolute;
    top: 35px;
    right: 335px;
    display: none;
    cursor: pointer;
}

.exit-btn-opened {
    display: block;
}

.body-to-left {
    transform: translateX(-300px);
}

.body-to-right {
    transform: translateX(300px);
    height: 100vh;
    overflow: hidden;
}

.canvas-menu {
    padding: 30px 30px 30px 30px;
}

.canvas-menu ul {
    list-style: none;
}

.canvas-menu li {
    font-size: 15px;
    margin: 0 0 10px 0;
    border: 1px solid #dddddd;
    padding: 5px;
}

.canvas-menu li a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

.canvas-menu li a:hover {
    font-size: 15px;
    color: #000;
    text-decoration: underline;
}

/* phone menu */

/* phone menu end */

.lang {
    
}

.lang ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.lang ul li {
    margin: 0 20px 0 0;
}

.lang ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.lang ul li a:hover {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

.socseti {
    display: flex;
    align-items: center;
}

.socseti_text {
    color:#fff;
}

.svg-wrapper {
}

.svg-wrapper svg{
    width: 22px;
    height: 22px;
}

.svg-wrapper ul {
    list-style: none;
    display: flex;
}

.facebook {
    fill:#fff;
    margin: 0 0 0 5px;
}

.facebook-f {
    fill: #1BA8ED;
}


.svg-wrapper a {
    margin: 0 0 0 5px;
}

.visually-impaired a{
    color:#fff;
    font-size: 14px;
    
}

.visually-impaired a:hover{
    color:#fff;
    font-size: 14px;
    text-decoration: none;
}

.search {
    display: flex;
    justify-content: flex-end;
}

#s {
border: 1px solid #02909d;
color: #000; 
height: 25px; 
width: 150px; 
padding: 0 0 0 5px;
}

#searchsubmit {
border: 0 none;
cursor: pointer;
height: 25px; 
margin: 0 0 0 -10px; 
width: 50px;
color: #fff;
}

.search-button {
    background: url(../images/search.svg) no-repeat #095b93 center;
    background-size: 21px;
}

.main {
    background: #f8f8f8;
    padding: 30px 0 0 0;
}

.slider-item {
    position: relative;
}

.slider-item img {
    width: 100%;
}

.slider-item .description {
    position: absolute;
    bottom: 30px;
    background: #fff;
    width: 100%;
    opacity: 0.8;
    filter: alpha(Opacity=80);
    padding: 15px 15px 15px 70px;
}

.slider-item .date {
    font-size: 12px;
    color: #002a6e;
    padding: 0 0 5px 0; 
}

.slider-item .desc-text {
    width: 85%;
}

.slider-item .desc-text a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.slider-item .desc-text a:hover {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}

.main-slider .slick-dots {
    bottom: 65px;
    text-align: right;
    padding-right: 70px;
}

.main-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer;
}


.main-slider .slick-dots li button {
    border: 1px solid #54a3d9;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.main-slider .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top:50%;
    left: 50%;
    opacity: 1;
    margin: -9px 0 0 -9px;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    
}
.main-slider .slick-dots li button:hover,
.main-slider .slick-dots li.slick-active button {
    border-color: #54a3d9;
}
.main-slider .slick-dots li button:hover:before,
.main-slider .slick-dots li.slick-active button:before {
    background: #54a3d9;  
}


.tabs-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.tabs-wrapper li {
    margin: 30px 50px 0 0;
}

.tabs-wrapper ul li a:hover {
    font-weight: 600;
    color: #095b93;
    border-top: 5px solid #095b93;
}

.tabs-wrapper ul li a.non-active {
    font-family: arial;
    font-weight: 300;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    display: block;
    border-top: 5px solid transparent;
    padding-top: 5px;
    box-sizing: border-box;
}

.tabs-wrapper .active {
    font-weight: 600 !important;
    color: #095b93 !important;
    border-top: 5px solid #095b93 !important;
}

.tabs-info-block {
    display: flex;
    justify-content: space-between;
}

.tab-info {
    padding: 30px 0 0 0;
}

.tabs-info-item {
    padding: 15px;
}

.tabs-info-item img {
    width: 100%;
    height: auto;
}

.tabs-info-text {
    padding: 5px 0 0 0;
}

.tabs-info-text a {
    color: #000;
    font-size: 14px;
}

.tabs-info-text a:hover {
    color: #54a3d9;
    font-size: 14px;
}

.main-slider-banners-block {
    padding-top: 30px;
}

.main-slider-banners-item-wrapper {
    padding: 0 15px;
}
.main-slider-banners-item img {
    width: 100%;
}

.tab-info .slick-slider .slick-dots {
    bottom : 5px;
    text-align: right;
    width: 120px;
    right: 0;
}

.main-slider-banners-wrapper .slick-dots {
    bottom: -70px;
    text-align: right;
    padding-right: 0px;
    margin: 0 0 30px 0;
}

.main-slider-banners-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.main-slider-banners-wrapper .slick-dots li button {
    border: 1px solid #54a3d9;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.main-slider-banners-wrapper .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top:50%;
    left: 50%;
    opacity: 1;
    margin: -9px 0 0 -9px;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    
}
.main-slider-banners-wrapper .slick-dots li button:hover,
.main-slider-banners-wrapper .slick-dots li.slick-active button {
    border-color: #54a3d9;
}
.main-slider-banners-wrapper .slick-dots li button:hover:before,
.main-slider-banners-wrapper .slick-dots li.slick-active button:before {
    background: #54a3d9;  
}

/* Правая часть блоков сайдбара */

.banner-right {
    padding: 0px;
    margin: 0;
}

.banner-right-item {
    padding-bottom: 30px;
    position: relative;
    margin: 0;
}

.banner-right-item img {
    width: 100%;
}

.banner-right-text {
    position: absolute;
    top:10px;
    padding-left: 15px;
    color: white;
}

.banner-right-text a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.banner-right-text a:hover {
    color: #efc94e;
    font-size: 14px;
    text-decoration: underline;
}

.banner-right .textwidget p {
    padding: 0px;
    margin: 0px;
}


/* Конец правой части*/

/* Блог */

.blog {
    background: #F8F8F8;
    border: 1px solid #dddddd;
    margin: 0 0 30px 0;
    padding: 15px;
}

.blog-akima {
    margin: 0;
    padding: 0;
    
}

.blog-akima img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.blog-akima-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.blog-akima-knopka {
    background: url(../images/blog-uzor.png) repeat-y #095b93; 
    text-align: center;
    padding: 7px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
	text-transform: uppercase;
}

.blog-akima-knopka:hover {
    background: url(../images/blog-uzor.png) repeat-y #0E649F; 
    text-align: center;
    padding: 7px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.blog-akima-knopka a {
    color:#fff;
    text-decoration: none;
}

.blog-akima-bottom {
    text-align: center;
    padding-top: 5px;
}

.blog-akima-bottom a {
    color: #000;
}

.blog-akima-bottom a:hover {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}



/* конец блога */

/* Новостной блок по правой стороне */

.news-right-text {
    background: #0D88D6;
    font-size: 19px;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 300;
}

.news-right-info-wrapper {
    height: 225px;
    overflow: hidden;
}
   
.news-right-info {
    padding: 10px 20px 10px 20px;
    background: #fff;
    transition: 30s all linear;
}

.news-right-info hr{
    border: 1px solid #e9e5e6;
    margin: 20px 0 0 0;
}

.news-right-info-data {
    text-align: right;
    color: #002a6e;
    font-size: 14px;
}

.news-right-info-title {
    padding: 10px 0 10px 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.news-right-info-title a {
    color: #000;
    text-decoration: none;
}

.news-right-info-title a:hover {
    color: #000;
        text-decoration: underline;
}

.news-right-info-text {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    padding-bottom: 10px;
}

.news-right-info-redmore {
    text-align: right;
    font-size: 14px;
}

.news-right-info-redmore a {
    color: #000;
}

.news-right-info-redmore a:hover {
    text-decoration: none;
    color: #000;
}

.news-right-bottom {
    content: '';
    background: #0D88D6;
    font-size: 19px;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 300;
    height: 34px;
}

/* Конец новостного блока по правой стороне */

.main-bottom {
    padding: 30px 0 0 0;
    background: #f8f8f8;
}

.banner-large {
    padding: 30px 0 0 0;
}

.banner-large-item .textwidget p {
    margin: 0;
}

.banner-large-item {
    border: 1px solid #dddddd;
}

.banner-large-item img {
    width: 100%;
}

.navigation {
    padding: 30px 0 0 0;
}

/* 
.item {
    padding: 40px;
}
.item .second-color {
    transform: scale(0);
    background: orange;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.item:hover .second-color {
    transform: scale(1);
}

.item .svg-wrapper-nav {
    position: relative;
}

.item .svg-wrapper-nav svg {
    fill: #53a5dc;
    transition: 0.3s ease-in-out;
}
.item:hover .svg-wrapper-nav svg {
    fill: #fff;
    transform: scale(0.5);
}
*/


.item {
    padding: 0 0 30px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;	
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;	
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
}

.svg-wrapper-nav {
    width: 58px;
    height: 58px;
    position: relative;
}

.item .svg-inline--fa {
    fill: #53a5dc;
    width: 58px;
    height: 58px; 
    transition: 0.3s ease-in-out;
    position: relative;
    border: none;
}

.item .svg-inline--fa:hover {
    fill: #53a5dc;
    width: 58px;
    height: 58px; 
    transition: 0.3s ease-in-out;
    position: relative;
}

.item .second-color {
    position: absolute;
    width: 85px;
    height: 85px;
    background-color: orange;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.item .second-color:hover {
    position: absolute;
    width: 85px;
    height: 85px;
    background-color: orange;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}


.item:hover .svg-inline--fa {
    fill: #faecc5;
   
   /* -webkit-box-shadow: 0px 0px 0px 5px rgba(249, 236, 201, 1);
    -moz-box-shadow:    0px 0px 0px 5px rgba(249, 236, 201, 1);
    box-shadow:         0px 0px 0px 5px rgba(249, 236, 201, 1); */
}

.item:hover .second-color {
    opacity: 1;
}


.item span {
    text-align: center;
    margin-top: 15px;
}

.navigation-text {
    padding-top: 5px;
}

.navigation-text a {
    font-weight: 300;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

.navigation-text a:hover {
    font-weight: 300;
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}

/* Фотогалерея - Видеогалерея - Календарь */
.slider-wrapper {
    position: relative;
    cursor: pointer;
}
.overlay-img {
    width: 60px;
    height: 60px;
    background: url(../images/picture.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    transition: 0.5s all ease-in-out;
}
.overlay-white {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
    transition: 0.5s all ease-in-out;
}
.ow-hidden {
    height: 80px;
}
.owi-hidden {
    transform: scale(0);
}

.main-photo-text {
    padding: 10px;
}

.main-photo-text a {
    color: #000;
    font-weight: 300;
    font-size: 14px;
}

.main-photo-text a:hover {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
}

.main-photo-slider .slick-dots {
    top: 10px;
    padding-left: 10px;
    text-align: right;
    padding-right: 10px;
}

.main-photo-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer;
    z-index: 100;
}


.main-photo-slider .slick-dots li button {
    border: 1px solid #54a3d9;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.main-photo-slider .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top:50%;
    left: 50%;
    opacity: 1;
    margin: -9px 0 0 -9px;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    
}
.main-photo-slider .slick-dots li button:hover,
.main-photo-slider .slick-dots li.slick-active button {
    border-color: #54a3d9;
}
.main-photo-slider .slick-dots li button:hover:before,
.main-photo-slider .slick-dots li.slick-active button:before {
    background: #54a3d9;  
}

.video-slider-wrapper {
    position: relative;
}
.video-slider-overlay-white {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
    transition: 0.5s all ease-in-out;
}

.video-slider-overlay-img {
    width: 60px;
    height: 60px;
    background: url(../images/play-button.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    transition: 0.5s all ease-in-out;
}

.ow-hidden-video {
    height: 80px;
}
.owi-hidden-video {
    transform: scale(0);
}

.main-video-text {
    padding: 10px;
}

.main-video-text a {
    color: #000;
    font-weight: 300;
    font-size: 14px;
}

.main-video-text a:hover {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
}

.main-video-slider .slick-dots {
    top: 10px;
    padding-left: 10px;
    text-align: right;
    padding-right: 10px;
}

.main-video-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer;
    z-index: 100;
}


.main-video-slider .slick-dots li button {
    border: 1px solid #54a3d9;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.main-video-slider .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top:50%;
    left: 50%;
    opacity: 1;
    margin: -9px 0 0 -9px;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    
}
.main-video-slider .slick-dots li button:hover,
.main-video-slider .slick-dots li.slick-active button {
    border-color: #54a3d9;
}
.main-video-slider .slick-dots li button:hover:before,
.main-video-slider .slick-dots li.slick-active button:before {
    background: #54a3d9;  
}


/* Фотогалерея - Видеогалерея - Календарь - КОНЕЦ */

.slider-partner-block {
    padding: 30px 0 30px 0;
}

.slider-partner .slick-prev {
    left: -40px;
}

.slider-partner .slick-prev:before {
    content: '';
    background: url(../images/slider-left.png);
    width: 23px;
    height: 45px;
    position: absolute;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
}

.slider-partner .slick-next:before {
    content: '';
    background: url(../images/slider-right.png);
    width: 23px;
    height: 45px;
    position: absolute;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
}

/* footer */

.footer {
    background: #e4e2e2;
    padding: 30px 0 0 0;
}

.footer-text {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 10px 0;
}

.footer-menu {
    padding: 0 0 20px 0;
}

.footer-menu ul {
    list-style: none;
}

.footer-menu ul li {
  
    margin: 0 0 5px 0;
}

.footer-menu ul li a {
    color: #000;
    font-weight: 300;
    font-size: 14px;
}

.footer-menu ul li a:hover {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
}

.footer-bottom {
    padding: 30px 0 30px 0;
}

.copyrighted {
    display: flex;
}

.copyrighted-img img {
    width: 110px;
}

.copyrighted-text {
    font-size: 14px;
    padding: 0 0 0 10px;
}

.copyrighted-text .textwidget p{
    color: #000000;
    font-size: 13px;
    margin: 0 0 3px 0;
}

.footer-name .textwidget p{
    color: #000000;
    font-size: 13px;
    margin: 0 0 3px 0;
}

.copyrighted-text a{
    color: #0085be;
}

.copyrighted-text a:hover{
    color: #0085be;
    text-decoration: none;
}

.footer-contact {
    color: #000;
    font-weight: 300;
    text-align: right;
}

.footer-contact .textwidget p{
    color: #000000;
    font-size: 13px;
    margin: 0 0 3px 0;
}

.footer-contact a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.footer-contact a:hover {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

/* footer end */


/* vtorostepennie */

h1 {
    font-size: 36px;
    font-weight: 600;
    color: #095b93;
}

h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #095b93;
    padding: 5px 0 5px 0;
}

p {
    color: #707070;
    font-size: 14px;
    margin: 0 0 3px 0;
}

.main-content p {
    padding: 0 0 5px 0;
}

.main-content h1 {
    padding: 0 0 10px 0;
}

#name, #iin, #email, #message, #comment, #author, #url {
    border: 1px solid #e9e5e6;
    color: #000;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin: 0 0 10px 0;
     font-family: 'Roboto', sans-serif;
}

#contact-buttom, #submit {
    background: #095b93;
    padding: 10px 40px 10px 40px;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

.contact-buttom-wrapper {
    display: flex;
    justify-content: center;
}

.contact-form-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding: 20px 0 20px 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    width: 500px;
}

.news-block-item {
    padding: 0px 0 15px 0;
}

.news-block-img img {
    width: 100%;
    height: auto;
}

.news-block-title {
   
}

.news-block-title a{
    font-size: 18px;
    font-weight: 600;
    color: #707070;
    text-decoration: none;
}

.news-block-title a:hover{
    font-size: 18px;
    font-weight: 600;
    color: #707070;
    text-decoration: underline;
}

.news-block-date {
    font-size: 14px;
    color: #095b93;
    font-weight: 600;
    padding: 5px 0 5px 0;
}

.news-block-text {
    color: #707070;
    font-weight: 200;
    font-size: 14px;
}

.news-block-more {
    
}

.news-block-more a{
    color: #095b93;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
}

.news-block-more a:hover{
    color: #095b93;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
}

.main-content hr {
    border: 1px solid #e9e5e6;
    margin: 15px 0 15px 0;
}

.main-comments {
    padding: 30px 0 0 0;
}

..main-comments h2 {
    font-weight: 600;
    color: #095b93;
    font-size: 18px;
}
    
.comment-notes {
    padding: 3px 0 3px 0;
}

.comment-respond, .comment-list {
    padding: 30px 0 0 0;
    list-style: none;
}

.media-body {
    border: 1px solid #E9E5E6;
    padding: 5px;
    margin: 0px 0 5px 0;
}

.media-body p {
    padding: 5px 0 5px 0;
}

.media-body a {
    color: #000;
    text-decoration: underline;
}

.media-body a:hover {
    color: #000;
    text-decoration: none;
}

.children {
    list-style: none;
    padding-left: 10px;
} 

.pagination {
    list-style: none;
    display: flex;
    justify-content: center; 
}

.pagination li {
    margin: 0 15px 0 0;
    background: #095B93;
    padding: 5px;
    color: #fff;
}

.pagination li:hover {
    margin: 0 15px 0 0;
    background: #707070;
    padding: 5px;
    color: #fff;
}

.pagination li a{
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

.pagination li a:hover {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}


/* single */

.meta {
    display: flex;
    justify-content: space-between; 
}

/* end vtorostepennie */


/* Календарь */

.calendar {
    background: #fff;
}

#today {
    background: #ffe86f;
}

#wp-calendar {
border-collapse:collapse;
margin:0;
padding:0;
font-family: Roboto;
width: 100%;
}
#wp-calendar caption {
    background: #0D88D6;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    font-family: Roboto;
    text-align: center;
    font-weight: 300;
}
#wp-calendar td {
    text-align:center;
    padding: 5px;
    border: 1px solid #E2E2D9;
    line-height: 15px;
}
#wp-calendar th {
    background-color: #E8E8E8;
    border: 1px solid #CACAC4;
    padding: 5px;
}
#wp-calendar tbody {

}
#wp-calendar tbody a {
color:#000000;
text-decoration:none;
display:block;
border-style:none;
margin:0;
padding:0;
}
#wp-calendar tbody a:hover {
font-weight:700;
color:#000;
text-decoration:none;
border-style:none;
margin:0;
padding:0;
}
#wp-calendar tfoot a:hover {
background-color:#D2D2C6;
text-decoration:none;
color: #000000;
}
#wp-calendar tfoot a {
display:block;
padding:2px 0;
}

/* calendar end */

.gimn {
    padding: 30px 0 30px 0;
}

.gimn a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

.gimn a:hover {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

/* */

.bvi-copy {
    display: none;
}

blockquote {
  background: #f8f8f8;
  border-left: 10px solid #0d88d6;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

.blogs-item {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0 0 10px 0;
}

.blogs-date {
    font-size: 12px;
    color: #095b93;
    font-weight: 600;
    padding: 5px 0 5px 0;
    text-align: right;
}

.blogs-wrapper-k {
    display: flex;
    justify-content: center;
}

.blogs-item-k {
    padding: 10px;
    border: 1px solid #DDD;
    color: #707070;
    display: flex; 
}

.blogs-item-k a {
    color: #707070;
    text-decoration: none;
}

/* */

@media screen and (max-width: 576px) { 
    nav {
        min-height: 25px;
    }
      
#menu-verhnee-menyu {
    display: none;
}
    
.slider-item img {
    width: 100%;  
}
    
.tabs-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}  
    
.main-photo-slider-item img {
    width: 100%;     
}
    
.main-video-slider-item {
    width: 100%;     
}
    
.tabs-info-block {
    display: unset;  
}

.tabs-info-item {
    padding: 0 0 30px 0;     
}
    
.tabs-info-item img {
    width: 100%;
}
    
.slider-partner-block {
    display: none;  
}
    
.main-slider-banners-block {
    display: none;   
}
    
.footer-name {
    padding-top: 20px;
}
    
    
.namesite_text p {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding-right: 20px;
    line-height: 1;
}

}

@media screen and (max-width: 768px) {
    
    .off-canvas-content {
        
    }
    
    nav {
        padding: 5px 10px;
    }
    .hamburger-menu {
        display: block;
        cursor: pointer;
    }

    .hamburger-menu span:nth-child(1) {
        position: absolute;
        top: 0;
        height: 5px;
        background: #000;
        width: 100%;
        z-index: 99;
    }
    .hamburger-menu span:nth-child(2) {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 5px;
        background: #000;
        width: 100%;
        z-index: 99;
    }
    .hamburger-menu span:nth-child(3) {
        position: absolute;
        bottom: 0;
        height: 5px;
        background: #000;
        width: 100%;
        z-index: 99;
    }
    
#menu-verhnee-menyu {
    display: none;
}
    
.slider-item img {
    width: 100%; 
    height: auto;
}
    
.tabs-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}  
    
.main-photo-slider-item img {
    width: 100%;     
}
    
.main-video-slider-item {
    width: 100%;     
}
    
.tabs-info-block {
    display: unset;  
}

.tabs-info-item {
    padding: 0 0 30px 0;     
}
    
.tabs-info-item img {
    width: 100%;
}
    
.slider-partner-block {
    display: none;  
}
    
.main-slider-banners-block {
    display: none;   
}
    
.footer-name {
    padding-top: 20px;
}
	
}

@media screen and (min-width: 1920px) {
    
.header {
    background-size: cover;
}

}