@font-face{
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?iefix') format('eot'),
    url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'ProximaNova-semibold';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?iefix') format('eot'),
    url('../fonts/ProximaNova-Semibold.woff') format('woff'),
    url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'ProximaNova-bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?iefix') format('eot'),
    url('../fonts/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
}
p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}
a, a:hover {
    text-decoration: none;
}
a{
    color: #414141;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover{
    color: #075EB5;
}
button:focus, input:focus, textarea:focus {
    outline: none;
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    font-family: 'ProximaNova';
    font-size: 14px;
    color: #373737;
}
header{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
}
main{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    position: relative;
}
footer{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    color: #8E8E8E;
}
img {
    max-width: 100%;
}
.articleBody img {
    height: auto;
}
.grey-btn {
    width: 144px;
    height: 28px;
    background: #414141;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.grey-btn:hover {
    background: #fff;
    border: 1px solid #414141;
    color: #414141;
}
.grey-btn:hover .arrow-right{
    background-position: -189px -42px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.see-all{
    width: 176px;
    height: 37px;
    background-position: -143px -77px;
    /*margin-bottom: 15px;*/
    margin: 30px 0 0;
}
.container {
    max-width: 1395px;
}

.banners-bottom-wrapper {
    margin: 0 0 95px;
}
.banners-bottom-wrapper img{
    width: 100%;
    height: 100%;
}
.banner img{
    width: 100%;
}
.banners-bottom-wrapper div{
    height: 234px;
}
.banners-bottom-wrapper div:not(:last-child){
    margin-right: 15px;
}
.banners-bottom-wrapper div:nth-child(even){
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
.banners-bottom-wrapper div:nth-child(odd){
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}
.same-height{
    height: 28px;
}
.yellow-head{
    background: #FEED01;
}
.blue-head{
    background: #075EB5;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-sprite{
    background: url('/images/main-sprites.png');
    width: 16px;
    height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.header-info-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 71px;
}
.search-by-date-text p{
    width: 60px;
    line-height: 1;
}
.calendar-wrapper{
    font-size: 16px;
    width: 338px;
    position: relative;
}
.weather-exchange-wrapper{
    width: 360px;
}
.calendar{
    width: 28px;
    height: 28px;
    background-position: -58px -58px;
    margin-right: 10px;
}
.search-by-date-calendar{
    width: 224px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    cursor: pointer;
}
.search-by-date-calendar span{
    color: #7A7A7A;
}
.search-by-date-calendar:before{
    content: "";
    background: #DEEFFF;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.search-by-date-calendar:after{
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #075EB5;
    position: absolute;
    right: 11px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.search-by-date-calendar.active:after{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.weather{
    margin-right: 25px;
}
.social-link{
    width: 16px;
    height: 17px;
}
.grey-background{
    background: #414141;
}
.grey-background .row{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search-wrapper,
.search-wrapper input{
    width: 386px;
}
.wrap-search{
    position: relative;
    /*border: 1px solid lightgray;*/
}
.wrap-search input{
    /*border: none;*/
    height: 30px;
    padding: 0 30px 0 10px;
    border: 2px solid lightgray;
}
.search-wrapper {
    margin-right: 5px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: .2s;
    visibility: hidden;
    /*border: 1px solid lightgray;*/
}
.search-wrapper.open {
    opacity: 1;
    visibility: visible;
}
.search-wrapper button{
    width: 15px;
    height: 15px;
    background-position: -82px -146px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menu-wrapper ul li{
    display: inline-flex;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.menu-wrapper ul li a{
    padding: 15px 44px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}
.social-wrapper{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 110px;
}
.social-wrapper a{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.social-wrapper a:hover{
    opacity: .5;
}
.fb{
    background-position: -153px -47px;
}
.instagram{
    background-position: -153px -10px;
}
.youtube{
    width: 19px;
    height: 19px;
    background-position: -50px -106px;
}
/*main-slider*/
.main-slider{
    width: 100%;
    height: 345px;
}
.wrap-slide-info{
    position: relative;
    width: 100%;
}
.wrap-slide-info:before{
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-110%, rgba(22, 22, 22, 0.9)), color-stop(150%, rgba(40, 40, 40, 0)));
    background: -o-linear-gradient(top, rgba(22, 22, 22, 0.9) -110%, rgba(40, 40, 40, 0) 150%);
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.9) -110%, rgba(40, 40, 40, 0) 150%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.wrap-slide-info > img{
    height: 345px;
    width: 100%;
}
.slider-image {
    height: 345px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-title{
    position: absolute;
    left: 31px;
    bottom: 21px;
    max-width: 670px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.slider-title a{
    font-family: 'ProximaNova-bold';
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}
.date{
    font-family: 'ProximaNova';
    font-size: 14px;
    line-height: 17px;
    color: #F7F7F7;
    margin-bottom: 16px;
    position: relative;
}
.date-line:after{
    content: "";
    background: rgba(122, 122, 122, .5);
    height: 1px;
    width: 49%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
}
.swiper-container-vertical>.swiper-pagination-bullets{
    right: 40px;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #DEEFFF;
    margin: 13px 0;
}
.swiper-pagination-bullet-active{
    background: #fff;
}
/*main-slider*/
.main-wrapper{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(122, 122, 122, .2);
    padding-bottom: 80px;
    margin: 29px 0 80px;
}
.main-wrapper .col-lg-3,
.main-wrapper > .col-lg-6{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.inner-page-wrapper ~ .main-wrapper .col-lg-3{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.main-wrapper .col-lg-3{
    /*padding: 0;*/
}
.main-wrapper > .col-lg-9{
    /*padding-left: 0;*/
}
.main-wrapper > .col-lg-12{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    margin: 30px 0 0;
}
.main-wrapper > .col-lg-12 div:nth-child(even){
    padding: 0 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.main-wrapper > .col-lg-12 div:nth-child(odd){
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.main-title{
    font-family: 'ProximaNova-bold';
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    width: 200px;
    height: 40px;
}
.wrap-main-title{
    position: relative;
}
.wrap-main-title:after{
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    /*top: 0;*/
}
.wrap-main-title.blue:after{
    background: #075EB5;
}
.wrap-main-title.red:after{
    background: #E31D25;
}
.wrap-main-title.yellow:after{
    background: #FEED01;
}
.main-title span{
    margin-right: 7px;
}
.main-title.blue{
    background: #075EB5;
}
.main-title.red{
    background: #E31D25;
}
.main-title.yellow{
    background: #FEED01;
    color: #414141;
}
.article-wrapper .wrap-main-title{
    margin-bottom: 13px;
}
.wrap-article-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wrap-article-info:nth-child(odd) {
    background: #F7F7F7;
}
.wrap-article-info:not(:last-child){
    /*padding-bottom: 13px;*/
    margin-bottom: 13px;
    /*border-bottom: thin solid lightgray;*/
    padding: 10px 0 10px 10px;
}
.wrap-article-info .wrap-img{
    width: 25px;
    height: 25px;
    padding: 5px;
}
.wrap-article-info .wrap-img img{
    /*height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
}
.article-title{
    width: 75%;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.article-title .title a{
    font-size: 16px;
    line-height: 19px;
}
.article-title .date{
    color: #414141;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 5px;
    opacity: 0.7;
}
.news-of-day-wrapper{
    position: relative;
}
.news-of-day-wrapper .slider-title{
    max-width: 480px;
}
.news-of-day-wrapper > img{
    width: 100%;
}
.icon-article{
    width: 21px;
    background-position: -89px -106px;
}
.icon-news{
    background-position: -153px -84px;
}
.icon-video{
    background-position: -49px -108px;
    width: 20px;
}
.icon-anonsy{
    background-position: -46px -146px;
}
.wrap-anonsy-info:not(:last-child){
    margin-bottom: 42px;
}
.wrap-anonsy-info img{
    width: 100%;
}
.anonsy-title {
    margin-top: 19px;
    padding: 0 15px;
}
.anonsy-title .wrap-title-text .title a{
    font-family: 'ProximaNova-Bold';
    font-size: 24px;
    line-height: 29px;
}
.anonsy-title .wrap-title-text .title a:hover{
    color: #075EB5;
}
.anonsy-title .wrap-title-text .text{
    font-size: 16px;
    line-height: 150%;
    color: #7A7A7A;
    margin: 7px 0 27px;
}
.anonsy-title .date{
    font-size: 12px;
    line-height: 15px;
    color: #414141;
}
.anonsy-title .date-line{
    width: 100%;
    display: block;
}
.anonsy-title .date-line:after{
    width: 56%;
}
.news-wrapper{
    margin-top: 20px;
}
.wrap-news-info:not(:last-child){
    margin-bottom: 23px;
}
.wrap-news-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news-title{
    width: 60%;
    background: #F7F7F7;
    padding: 19px 36px 22px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-news-info .wrap-img {
    width: 40%;
    height: auto;
}
.wrap-news-info .wrap-img img{
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.wrap-date-readmore{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-wrapper .wrap-date-readmore {
    justify-content: flex-end;
}
.news-title .title a{
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 18px;
    line-height: 22px;
}
.news-title .text{
    line-height: 150%;
    color: #7A7A7A;
    margin: 4px 0 10px;
}
.wrap-date-readmore .date{
    color: #414141;
    margin-bottom: 0;
    font-size: 12px;
}
.news-title .date-line{
    width: 155px;
}
.news-title .date-line:after{
    width: 35%;
    right: -36px;
}
.arrow-right{
    width: 6px;
    height: 10px;
    background-position: -189px -72px;
    position: relative;
    left: 5px;
}
.articleBody ul {
    margin-left: 20px;
}
.articleBody ul.pagenav {
    margin-left: 0;
    padding-bottom: 50px;
}
.random-news-wrapper{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 83px;
}
.random-news-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.random-news-info:not(:last-child){
    margin-right: 24px;
}
.random-news-info a{
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    line-height: 22px;
}
.random-news-info a:first-child{
    margin-bottom: 10px;
}
.random-news-info img{
    width: 260px;
    height: 156px;
    -o-object-fit: cover;
    object-fit: cover;
}


body:not(.home) .main-wrapper{
    margin: 0 0 80px 0;
}
body:not(.home) .banner {
    margin-top: 42px;
}
body:not(.home) .banner .grey-btn{
    display: none;
}
body:not(.home) .article-wrapper{
    /*margin-top: 50px;*/
}
body:not(.home) .news-wrapper{
    margin-top: 50px;
}
.layout-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.layout-wrapper:nth-child(odd) {
    background: #F7F7F7;
}
.layout-wrapper:not(:last-child){
    margin-top: 15px;
    margin-bottom: 15px;
}
.layout-img-wrap img{
    width: 300px;
    /*height: 100%;*/
    max-height: 252px;
    -o-object-fit: cover;
    object-fit: cover;
}
.layout-info-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 66%;
    padding: 35px 40px 25px 50px;
}
.layout-info-wrap .date-line{
    width: 200px;
}
.layout-info-wrap .date-line:after{
    width: 33%;
}
.layout-title {
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    line-height: 22px;
    color: #414141;
}
.layout-info {
    position: relative;
}
.layout-info .category-icon {
    max-width: 20px;
    max-height: 20px;
    position: absolute;
    top: 3px;
    left: -30px;
}
.layout-text{
    line-height: 150%;
    color: #7A7A7A;
    /*margin: 18px 0 35px;*/
}
.layout-img-wrap {
    width: 300px;
    /*max-height: 150px;*/
    max-height: 170px;
    height: 170px;
    overflow: hidden;
}
.layout-img-link {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
}
.inner-page-wrapper {
    width: 100%;
    /*height: 144px;*/
    position: relative;
}
.inner-page-wrapper:before{
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-40%, rgba(22, 22, 22, 0.8)), color-stop(170%, rgba(40, 40, 40, 0))), url("/images/logo-for-inner-page-min.png") no-repeat bottom;
    background: -o-linear-gradient(top, rgba(22, 22, 22, 0.8) -40%, rgba(40, 40, 40, 0) 170%), url("/images/logo-for-inner-page-min.png") no-repeat bottom;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.8) -40%, rgba(40, 40, 40, 0) 170%), url("/images/logo-for-inner-page-min.png") no-repeat bottom;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 144px;
    display: none;
}
.inner-page-wrapper .main-title{
    width: 270px;
    height: 52px;
    /*position: absolute;*/
    /*bottom: 0;*/
    margin-top: 15px;
}
.inner-page-wrapper .main-title h1,
.inner-page-wrapper .main-title{
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
}
.inner-page-wrapper .wrap-main-title{
    /*height: 144px;*/
}
.inner-page-wrapper .icon-news{
    width: 24px;
    height: 23px;
    background-position: -106px -57px;
}
.wrap-inner-news-info{
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, rgba(22, 22, 22, 0.9)), color-stop(170%, rgba(40, 40, 40, 0)));
    background: -o-linear-gradient(top, rgba(22, 22, 22, 0.9) -10%, rgba(40, 40, 40, 0) 170%);
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.9) -10%, rgba(40, 40, 40, 0) 170%);
}
.wrap-inner-news-info:not(:last-child){
    margin-bottom: 50px;
}
.inner-wrap-img {
    position: relative;
    z-index: -1;
}
.inner-wrap-img img{
    width: 100%;
    height: 225px;
    -o-object-fit: cover;
    object-fit: cover;
}
.wrap-inner-date-title{
    position: absolute;
    bottom: 40px;
}
.wrap-inner-date-title .date-line{
    display: block;
}
.wrap-inner-date-title .date-line:after{
    display: none;
}
.wrap-inner-date-title span{
    margin-left: 20px;
}
.wrap-inner-date-title a{
    color: #fff;
    font-family: 'ProximaNova-Bold';
    font-size: 24px;
    line-height: 29px;
    position: relative;
    display: block;
    padding-left: 18px;
}
.wrap-inner-date-title a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 89%;
    background: #FEED01;
}
.wrap-social-hits{
    margin: 30px 0 53px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.social-inner-wrapper > span{
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    line-height: 22px;
    color: #414141;
    width: 100px;
    margin-right: 54px;
}
.blog-inner {
    /*max-width: 925px;*/
}
.blog-inner h1,
.blog-inner h2{
    /*font-family: 'ProximaNova-Bold';*/
    font-size: 30px;
    line-height: 37px;
    color: #414141;
    margin: 0 0 21px;
}
.blog-inner > .date{
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 15px;
    color: #7A7A7A;
    /*width: 280px;*/
    display: inline-block;
    position: relative;
}
.blog-inner > .date::before {
    content: '';
    display: block;
    position: absolute;
    left: 115%;
    top: 50%;
    width: 50px;
    height: 1px;
    background-color: lightgrey;
}
.blog-inner > img{
    /*width: 100%;*/
    /*height: 515px;*/
	margin-bottom: 32px;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-inner .articleBody,
.blog-inner .articleBody p{
    font-size: 16px;
    line-height: 150%;
    color: #333;
}
.blog-inner .articleBody p:not(:last-child){
    margin-bottom: 25px;
}
.blog-inner .articleBody img{
    margin: 20px 0;
}
.blog-inner .articleBody iframe{
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.hits-wrapper{
    font-size: 12px;
    line-height: 15px;
    color: #7A7A7A;
}
.hits-wrapper > span{
    margin-right: 20px;
}
.s2s_credits_wrapper{
    display: none;
}
.s2s_contenedor.s2s-btn-group{
    margin: 0;
}
.s2s_btn.s2s-btn-default {
    padding: 0;
    margin: 0;
}
.s2s_btn.s2s-btn-default:not(:last-child){
    margin-right: 12px;
}
.eye{
    background-position: -10px -146px;
}
.s2s_icon .s2sfo:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(/images/main-sprites.png);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.s2s_icon .fo-facebook-square:before {
    background-position: -10px -10px;
}
.s2s_icon .fo-whatsapp-square:before {
    background-position: -10px -58px;
}
.s2s_icon .fo-tgram-square:before {
    background-position: -58px -10px;
}
.s2s_contenedor .s2s_facebook.active{
    background-color: transparent;
}
.pager{
    margin: 0;
    list-style-type: none;
}
.pager .previous{
    float: left;
}
.pager .next{
    float: right;
}
.pager .previous .arrow-right{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -5px;
}
.pager .previous .grey-btn:hover .arrow-right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.pager a{
    width: 215px;
}
/*custom-material*/
.custom-material {
    font-size: 16px;
}
.custom-material a{
    color: #E31D25;
    text-decoration: underline;
}
.custom-material p:not(:last-child){
    margin-bottom: 15px;
}
.custom-material > h1{
    margin-top: 0;
}
.custom-material > table{
    margin: 0 0 1.5em;
    width: 100%;
    border: none;
    border-spacing: 0;
    table-layout: fixed;
}
.custom-material > table th{
    text-align: center;
}
.custom-material > table th,
.custom-material > table td {
    padding: 0.3em 0.6em;
    border: 1px solid rgba(0, 0, 0, 0.075);
}
/*custom-material*/

/*breadcrumbs*/
.inner-page-wrapper .breadcrumbs-wrapper{
    position: absolute;
    right: 0;
    /*bottom: 10px;*/
    top: 10px;
}
.breadcrumbs-wrapper ul{
    margin: 0;
    background-color: transparent;
    display: flex;
    list-style: none;
}
.breadcrumbs-wrapper ul li:not(.active){
    margin-right: 5px;
}
.breadcrumbs-wrapper ul li > span,
.breadcrumbs-wrapper ul li > a{
    font-size: 12px;
    line-height: 15px;
    /*color: #F7F7F7;*/
    color: #414141;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.breadcrumbs-wrapper ul li > a:hover {
    color: #075EB5;
}
.breadcrumb li.active:not(:first-child) {
    max-width: 500px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #F7F7F7;
}
/*breadcrumbs*/
/*footer*/
.footer-wrapper{
    background: url("/images/footer-background.png") no-repeat bottom;
    background-size: cover;
    position: relative;
    padding: 25px 0;
}
.footer-wrapper:after{
    content: "";
    background-color: #075EB5;
    opacity: .9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.footer-wrapper .row{
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*justify-content: center;*/
    z-index: 1;
    position: relative;
}
.footer-logo {
    padding-right: 50px;
}
.footer-logo img {
    max-width: 200px;
}
.footer1{
    background: #414141;
    height: 46px;
}
.footer1 .row{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer1 p{
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
}
.footer1 a{
    /*color: #8E8E8E;*/
    color: #fff;
}
.footer1 a:hover{
    color: #f9f8f8;
}
.secondary-menu-wrapper ul li:first-child, .secondary-menu-wrapper ul li:nth-child(2) {
    margin-right: 20px;
}
.footer-menu {
    margin-top: 25px;
    min-width: 65%;
}
.footer-menu .menu {
    justify-content: center;
}
.footer-menu ul li:not(:last-child){
    margin-right: 63px;
}
.footer-menu ul li a{
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #C5E1FC;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.footer-menu ul li a:hover{
    border-bottom: 1px solid #C5E1FC;
}


/*search-page*/
.search-page {
    width: 100%;
    border-bottom: 1px solid rgba(122, 122, 122, .2);
    padding: 70px 0 80px;
    margin: 29px 0 80px;
}
.search-page .btn-toolbar .btn-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-page .btn-toolbar .btn-group:first-child input{
    height: 30px;
    padding: 0 30px 0 10px;
    border: 1px solid #ccc;
}
.search-page .btn-toolbar .btn-group:first-child{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
}
.search-page .btn-toolbar .btn-group:nth-of-type(2){
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.search-page .btn-toolbar button{
    background-color: #075EB5;
    color: #fff;
    padding: 2px 10px;
}
.search-criteria{
    position: relative;
}
.search-criteria-btn{
    font-family: 'ProximaNova-Bold';
    background: #FEED01;
    color: #414141;
    padding: 2px 10px;
    margin: 10px 0 20px;
    display: inline-block;
    cursor: pointer;
}
.wrapper-criteria{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    width: 725px;
    -webkit-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    transform: translate(0, -60px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
}
.wrapper-criteria.active{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.wrap-search-criteria{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 14px 6px #ccc;
    box-shadow: 0 0 14px 6px #ccc;
    padding: 10px 25px;
    border-radius: 5px;
}
.wrap-search-criteria .form-limit,
.wrap-search-criteria fieldset div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrap-search-criteria fieldset div label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-search-criteria fieldset div label input{
    margin-right: 5px;
}
.wrap-searched-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F7F7F7;
}
.wrap-searched-block:not(:last-child){
    margin-bottom: 20px;
}
.wrap-searched-block .img-wrapper img{
    width: 310px;
    height: 100%;
    max-height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
}
.searched-wrapper{
    width: 90%;
    padding: 15px 30px;
}
.searched-wrapper .result-title > span{
    float: right;
    font-family: 'ProximaNova-Bold';
    background: #FEED01;
    color: #414141;
    padding: 2px 10px;
    margin: 10px 0 20px;
}
.search-results .date-line{
    color: #7A7A7A;
}
.search-results .date-line:after{
    right: -80px;
}
/*search-page*/
/*pagination*/
.pagination{
    margin-top: 50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.pagination ul{
    list-style-type: none;
    margin: 0 15px 0 0;
}
.pagination ul li .pagenav{
    position: relative;
}
.pagination ul .pagination-prev{
    margin-right: 30px;
}
.pagination ul .pagination-next{
    margin-left: 30px;
}
.pagination ul .pagination-prev > span,
.pagination ul .pagination-next > span {
    display: none;
}
.pagination ul .pagination-prev .pagenav:before,
.pagination ul .pagination-next .pagenav:before{
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/images/main-sprites.png) -189px -42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 6px;
    height: 10px;
}
.pagination ul .pagination-next .pagenav:before{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: -15px;
}
.pagination ul .number{
    margin: 0 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pagination ul .number:hover{
    background: rgba(94, 168, 237, .2);
}
.pagination ul li a{
    font-size: 12px;
    line-height: 15px;
    color: #7A7A7A;
}
.pagination ul .number > a,
.pagination ul .number > span{
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination ul .number > .active{
    background: #5EA8ED;
    color: #fff;
}
/*pagination*/
/*swiper*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*swiper*/

/*scrollToTop*/
#toTop{
    display: none;
    position:fixed;
    width: 59px;
    height: 46px;
    z-index: 8;
    right: 10px;
    bottom: 12px;
    text-align:center;
    cursor: pointer;
    color: #ffffff;
    background-color: #8E8E8E;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-backface-visibility:hidden
}
#toTop:hover{
    background-color: rgba(142, 142, 142, .6);
}
#toTop > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
#toTop .arrow-up{
    width: 16px;
    height: 10px;
    background-position: -117px -146px;
}
/*scrollToTop*/
/*hamburger*/
.hamburger-menu {
    display: none;
    /*position: absolute;*/
    /*top: 29px;*/
    /*right: calc(33% - 130px);*/
    z-index: 9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.hamburger-menu input {
    display: block;
    width: 37px;
    height: 26px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 2;
    -webkit-touch-callout: none;
}
.hamburger-menu span {
    display: block;
    width: 33px;
    height: 4px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0;
    -ms-transform-origin: 4px 0;
    transform-origin: 4px 0;
    -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    -o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.hamburger-menu span:first-child {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}
.hamburger-menu span:nth-last-child(2) {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.hamburger-menu span:not(:last-child){
    margin-bottom: 5px;
}
.hamburger-menu input:checked ~ span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: rotate(-45deg) translate(-2px, 0px);
    -webkit-transform: rotate(-45deg) translate(-2px, 0px);
    -ms-transform: rotate(-45deg) translate(-2px, 0px);
    background: #232323;
}
.hamburger-menu input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: rotate(0deg) scale(0.2, 0.2);
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    -ms-transform: rotate(0deg) scale(0.2, 0.2);
}
.hamburger-menu input:checked ~ span:nth-last-child(2) {
    transform: rotate(45deg) translate(-8px, -8px);
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    -ms-transform: rotate(45deg) translate(-8px, -8px);
}
/*hamburger*/
/*error-page*/
.error-page  .body-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 100%;
    padding: 40px 0;
}
.error-page  .body-wrapper h2{
    font-family: 'ProximaNova-Bold';
    margin: 40px 0 15px;
}
.error-page  .body-wrapper h2 span{
    color: rgba(42, 139, 219, 1);
}
.error-page  .body-wrapper p{
    width: 650px;
    color: rgba(149, 149, 149, .7);
    margin-bottom: 30px;
}
/*error-page*/
/*weather*/
.weather a.weatherInformer22, .weather a.weatherInformer22:hover{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    font: 400 12px/12px Arial;
    border: none!important;
    box-shadow: none!important;
    box-sizing: border-box!important;
    color: #000;
    overflow: hidden!important;
    padding: 0 7px!important;
    position: relative!important;
    text-decoration: none!important;
    height: 26px;
}
.ww-informers-box-854754{-webkit-animation-name:ww-informers54;animation-name:ww-informers54;-webkit-animation-duration:1.5s;animation-duration:1.5s;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:12px;font-family:Arial;line-height:18px;text-align:center}@-webkit-keyframes ww-informers54{0%,80%{opacity:0}100%{opacity:1}}@keyframes ww-informers54{0%,80%{opacity:0}100%{opacity:1}}
/*weather*/

/*calendar*/
.calendar-box{
    position: absolute;
    right: 3px;
    top: 40px;
    height: 217px;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}
.calendar-box.active{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 2;
}
.calendar-box .mod_minical_table{
    border: 1px solid #e8e8e8;
    box-shadow: none;
}
.calendar-box .mod_minical_month{
    background-color: #eee;
}
.calendar-box .mod_minical_table tr.mod_minical_month th{
    font-size: 18px;
    padding: 5px 0;
}
.calendar-box .mod_minical_month th.mod_minical_left,
.calendar-box .mod_minical_month th.mod_minical_right{
    position: relative;
    display: inline-block;
}
.calendar-box .mod_minical_month span,
.calendar-box .mod_minical_month span{
    background: none;
    content: "";
    position: absolute;
    width: auto;
    height: auto;
}
.calendar-box .mod_minical_month span.mod_minical_left{
    left: 0;
    border: 5px solid transparent;
    border-right: 8px solid #1978cc;
}
.calendar-box .mod_minical_month span.mod_minical_right{
    right: 0;
    border: 5px solid transparent;
    border-left: 8px solid #1978cc;
}
.calendar-box .mod_minical_month th{
    border: none;
}
.calendar-box .mod_minical_day{
    background-color: #3389d4;
}
.calendar-box .mod_minical_day th{
    border-top: none;
    border-bottom: none;
    font-weight: 500;
}
.calendar-box .mod_minical_day th{
    color: #fff;
}
.calendar-box .mod_minical_table tbody{
    background-color: #fff;
}
.calendar-box .mod_minical_table td{
    border-color: #ebebeb;
}
.calendar-box .mod_minical_table td.mod_minical_today{
    padding: 3px 7px;
    display: block;
}
.calendar-box .mod_minical_table td a{
    color: #1978cc;
}
/*calendar*/
.mod_minical_table {
    border-collapse: collapse;
    border: 2px solid white;
    color: #444;
    background-color: rgb(238,238,238);
    background: linear-gradient(135deg, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
    text-align: center;
    line-height: 1.4;
    box-shadow: 1px 1px 3px grey;
    width: auto;
}
.mod_minical_table tr.mod_minical_month th {
    border-left: none;
    border-right: none;
    font-size: larger;
}
.mod_minical_table td {
    border: 1px solid white;
    padding: 3px 0;
    text-align: center;
}
.mod_minical_table td.mod_minical_today {
    font-weight: bold;
    border: 2px solid red;
}
.mod_minical_table th {
    border: 1px solid white;
    color: #444;
    font-weight: bold;
    padding: 3px 0;
    min-width: 25px;
    background-color: inherit;
    background-image: none;
    text-align: center;
}
/*--------------------------------------------------------------------------------------------------------------------*/
.menu [class*="item"] img {
    margin-right: 5px;
}
.category-icon {
    /*filter: brightness(0);*/
    /*min-width: 16px;*/
    /*min-height: 16px;*/
}
.layout-wrapper .category-icon {
    /*filter: none;*/
}
.video-item {
    /*padding: 15px 0;*/
}
.video-item .title {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding: 5px 10px;
}
.video-item:not(:last-child) {
    /*border-bottom: thin solid lightgray;*/
    margin-bottom: 15px;
}
.menu-wrapper ul li.parent {
    flex-direction: column;
}
.deeper.parent {
    position: relative;
}
.deeper.parent.open {
    background: #383838;
}
.nav-child {
    display: none;
    position: absolute;
    top: 47px;
    width: 100%;
    z-index: 2;
    background: #414141;
}
.nav-child li, .nav-child a {
    width: 100%;
}
.yellow .main-sprite.icon-video {
    filter: brightness(0);
}
.relative {
    position: relative;
}
.mobile-social {
    display: none;
}
.mobile-social .social-wrapper {
    filter: brightness(0.3);
}
.mobile-social .social-wrapper a {
    opacity: 0.8;
    transition: .2s;
}
.mobile-social .social-wrapper a:hover {
    opacity: 1;
}
footer .deeper.parent .nav-child, footer .deeper.parent:hover .nav-child {
    display: none;
}
.stati .inner-page-wrapper .main-title.red, .stati .inner-page-wrapper .wrap-main-title.red::after {
    background: #075EB5;
}
.video .inner-page-wrapper .main-title.red, .video .inner-page-wrapper .wrap-main-title.red::after {
    background: #FEED01;
    color: #414141;
}
.video .inner-page-wrapper .main-sprite {
    filter: brightness(0);
}
.footer1 {
    background: #1A68B4;
    color: #fff;
}
.date-line .line {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: lightgrey;
}
.wrap-date-readmore .date-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
}
.inner-page-wrapper.one-news {
    margin-bottom: 50px;
}
.logo-wrapper {
    flex: 1;
    text-align: center;
}
.articleBody a {
    color: #0003d0;
}
.articleBody .pagenav a {
    color: #fff;
}
.articleBody .pagenav a:hover {
    color: #414141;
}
.login-page main .container {
    padding-top: 35px;
    padding-bottom: 35px;
}
.login-page .login fieldset {
    padding: 15px;
}
.login-page .login label, .login-page .login input {
    padding: 5px;
}
.login-page .login input {
    margin-bottom: 10px;
}
.login-page .nav-stacked {
    list-style: none;
    margin-left: 25px;
}
.articleBody .img-box {
    display: inline-block;
    max-width: 500px;
    max-height: 400px;
    overflow: hidden;
    padding: 5px;
}
.btn.jmodedit {
    display: none !important;
}

.jllikeproSharesContayner::before {
    content: 'Поделиться: ';
    margin-right: 10px;
    float: left;
    font-size: 20px;
    margin-top: 12px;
    font-weight: 600;
}

/*--------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1450px){
    .container {
        max-width: 1170px;
    }
    .menu-wrapper ul li a {
        padding: 15px 38px;
    }
    .search-wrapper,
    .search-wrapper input {
        width: 270px;
    }
    .date-line:after{
        width: 40%;
    }
    .blog-inner .date-line:after{
        width: 50%;
    }
    .news-title .date-line {
        /*width: 135px;*/
    }
    .news-title .date-line:after {
        width: 25%;
        right: -36px;
    }
    .anonsy-title .date-line:after {
        width: 50%;
    }
    .wrap-news-info .wrap-img {
        height: 257px;
    }
    .banners-bottom-wrapper div {
        height: 185px;
    }
    .layout-img-wrap img {
        max-height: 273px;
    }
    .search-results .date-line:after{
        width: 49%;
    }
    .news-title {
        width: 60%;
        background: #F7F7F7;
        padding: 15px 20px 15px 15px;
    }
    .wrap-news-info .wrap-img {
        height: auto;
        width: 40%;
    }
    .news-title .date-line {
        width: 185px;
    }
}
@media screen and (max-width: 1200px){
    .container {
        max-width: 970px;
    }
    .menu-wrapper ul li a {
        padding: 15px 28px;
    }
    .search-wrapper, .search-wrapper input {
        width: 190px;
    }
    .date-line:after {
        width: 25%;
    }
    .anonsy-title .date-line:after {
        width: 40%;
    }
    .news-of-day-wrapper .slider-title {
        max-width: 320px;
    }
    .grey-btn {
        width: 110px;
    }
    .see-all{
        width: 140px;
    }
    .news-title {
        width: 100%;
        padding: 19px 10px 22px 19px;
    }
    .news-title .date-line:after {
        width: 11%;
        right: -10px;
    }
    /*table*/
    table thead {
        display: none;
    }
    table tr:nth-child(odd) {
        background-color: #ededed;
    }
    .custom-material table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }
    .custom-material table td:before {
        content: attr(aria-label);
        position: absolute;
        left: 10px;
    }
    .custom-material > table {
        width: 62%;
    }
    .custom-material > table th, .custom-material > table td {
        padding: 0.3em 0.6em 0.3em 11em;
        text-align: left;
        position: relative;
    }
    /*table*/
    .layout-img-wrap img {
        max-height: 318px;
    }
    .breadcrumb li.active:not(:first-child) {
        max-width: 300px;
    }
}
@media screen and (max-width: 992px){
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .container {
        max-width: 720px;
    }
    .header-info-wrapper{
        height: 95px;
    }
    .calendar-wrapper {
        width: 169px;
    }
    .wrap-news-info{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-title,
    .wrap-news-info .wrap-img,
    .wrap-news-info .wrap-img img{
        width: 100%;
    }
    .news-of-day-wrapper .slider-title {
        max-width: 80%;
    }
    .see-all {
        width: 176px;
    }
    .banners-bottom-wrapper div {
        height: auto;
        width: 400px;
    }
    .banners-bottom-wrapper div:not(:last-child){
        margin-right: 0;
    }
    .banners-bottom-wrapper .center{
        margin: 15px 0;
    }
    .banners-bottom-wrapper,
    .main-wrapper > .col-lg-12{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .main-wrapper > .col-lg-12 div:nth-child(even) {
        padding: 15px 0;
    }
    .random-news-wrapper{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .random-news-info{
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    }
    .random-news-info:nth-of-type(1){
        margin-bottom: 20px;
    }
    .random-news-info:nth-of-type(3){
        margin-right: 0;
    }
    .main-wrapper .col-lg-3{
        /*display: none;*/
    }
    .search-wrapper, .search-wrapper input {
        width: 120px;
    }
    .menu-wrapper ul li a {
        padding: 10px 15px;
    }
    .social-wrapper {
        width: 90px;
    }
    .calendar-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .search-by-date-calendar {
        width: 165px;
        padding-left: 15px;
        margin-left: 0;
        margin-top: 10px;
    }
    .weather-exchange-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .weather {
        margin-right: 0;
    }
    .main-slider,
    .wrap-slide-info > img {
        height: 295px;
    }
    .inner-page-wrapper .breadcrumbs-wrapper {
        bottom: -45px;
    }
    .breadcrumb li.active:not(:first-child),
    .breadcrumbs-wrapper ul li > span, .breadcrumbs-wrapper ul li > a {
        color: #333;
    }
    .wrap-searched-block .img-wrapper img {
        max-height: 235px;
    }
    .weather-exchange-wrapper {
        width: 240px;
    }
    .calendar-box{
        top: 80px;
    }
}
@media screen and (max-width: 768px){
    .container {
        max-width: 520px;
    }
    .random-news-info {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    }
    .random-news-info{
        margin-bottom: 20px;
    }
    .random-news-info:nth-child(even){
        margin-right: 0;
    }
    .random-news-info:nth-of-type(3){
        margin-right: 24px;
    }
    .footer-menu ul li:not(:last-child) {
        margin-right: 35px;
    }
    .main-slider, .wrap-slide-info > img {
        height: 250px;
    }
    .menu-wrapper{
        position: fixed;
        top: 0;
        background: #414141;
        right: 0;
        z-index: 9;
        /*height: 100vh;*/
        /*-webkit-transform: translate(600px, 0);*/
        /*-ms-transform: translate(600px, 0);*/
        /*transform: translate(600px, 0);*/
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-box-shadow: 0 17px 40px rgba(215, 215, 215, 0.5);
        box-shadow: 0 17px 40px rgba(215, 215, 215, 0.5);
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .menu-wrapper ul{
        font-family: 'ProximaNova-semibold';
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /*-webkit-box-pack: center;*/
        /*-ms-flex-pack: center;*/
        justify-content: flex-start;
        height: 100%;
        padding: 60px 15px 15px 15px;
        /*font-weight: 600;*/
    }
    .menu-wrapper ul.nav-child {
        padding-top: 0;
        position: relative;
        top: initial;
        opacity: 0.7;
    }
    .menu-wrapper ul li a {
        padding: 8px 20px;
        width: 100%;
    }
    /*.menu-wrapper ul li:not(:last-child), .menu-wrapper ul li:not('.active') */
    .menu-wrapper ul li {
        border-bottom: thin solid lightgrey;
    }
    .menu-wrapper ul li:last-child {
        border-bottom-color: transparent;
    }
    .menu-wrapper ul li.parent {
        padding-right: 0;
        position: relative;
    }
    .item-106.parent>a {}
    .menu-wrapper ul li.parent::after {
        content: '';
        display: block;
        position: absolute;
        top: 14px;
        right: 5px;
        width: 15px;
        height: 7px;
        background: url("/templates/chernomorsk-news/icon/arrow_down_white.png") no-repeat center/cover;
        transition: .2s;
    }
    .menu-wrapper ul li.parent.open::after {
        transform: rotate(180deg);
    }
    .deeper.parent.open .nav-child {
        display: block;
    }
    .menu-wrapper.active{
        /*-webkit-transform: translate(0, 0);*/
        /*-ms-transform: translate(0, 0);*/
        /*transform: translate(0, 0);*/
        height: 100vh;
        overflow: auto;
    }
    .header-info-wrapper {
        padding-right: 50px;
    }
    .hamburger-menu{
        display: inline-block;
        position: fixed;
        top: 65px;
        right: 9px;
        background-color: #ffffff;
        box-shadow: 0 0 10px 10px rgba(255, 255, 255, 1);
    }
    .hamburger-menu.active{
        /*-webkit-transform: translate(-30px, 0);*/
        /*-ms-transform: translate(-30px, 0);*/
        /*transform: translate(-30px, 0);*/
        position: fixed;
        /*right: 125px;*/
        z-index: 15;
        background-color: transparent;
        box-shadow: none;
    }
    .hamburger-menu input:checked ~ span {
        background: #fff;
    }
    .search-wrapper, .search-wrapper input {
        width: 200px;
        margin-right: 0;
        border-radius: 0;
        -webkit-appearance: none;
    }
    .custom-material iframe{
        width: 100%;
    }
    .custom-material > table {
        width: 100%;
    }
    .custom-material > table th,
    .custom-material > table td {
        padding: 0.3em 0.6em 0.3em 36%;
    }
    .inner-page-wrapper .main-title h1, .inner-page-wrapper .main-title {
        font-size: 30px;
    }
    .inner-page-wrapper .main-title {
        width: 200px;
        height: 45px;
    }
    .wrap-searched-block,
    .layout-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .searched-wrapper,
    .wrap-searched-block .img-wrapper img,
    .layout-info-wrap,
    .layout-img-wrap img {
        width: 100%;
    }
    .blog-inner > img {
        height: auto;
    }
    .blog-inner h1, .blog-inner h2 {
        font-size: 26px;
    }
    .wrapper-criteria{
        width: 520px;
    }
    .wrap-search-criteria{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .result-title{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .error-page .body-wrapper{
        padding: 0 15px 30px;
    }
    .error-page .body-wrapper p{
        width: 100%;
    }
    .grey-background {
        padding: 5px 0;
    }
    .weather-exchange-wrapper,
    .calendar-wrapper{
        display: none;
    }
	.yellow {
    background-color: #fff;
}
    .pagination ul {
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .pagination ul .number {
        margin: 0 5px;
    }
    .pagination ul .pagination-prev {
        margin-right: 10px;
    }
    .pagination ul .pagination-next {
        margin-left: 10px;
    }
    .mobile-social {
        display: block;
    }
    .desktop-social {
        display: none;
    }
    header .grey-background {
        padding: 0;
    }
    li.active>a {
        background: #075EB5;
    }
    .mod-languages {
        display: none;
    }
    .mod-languages.active {
        display: block;
        z-index: 11;
        position: fixed;
        right: 60px;
        top: 28px;
    }
    .mod-languages.active a {
        /*font-family: 'ProximaNova-semibold';*/
        color: #fff;
    }
    .inner-page-wrapper.one-news {
        margin-bottom: 15px;
    }
    .footer-wrapper .row {
        justify-content: center;
    }
    .nav-child {
        background: transparent;
    }
}
@media screen and (max-width: 550px){
    .container {
        max-width: 95%;
    }
    .random-news-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .random-news-info:not(:last-child) {
        margin-right: 0;
    }
    .random-news-info {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .random-news-info img{
        width: 100%;
        height: 225px;
    }
    .main-slider, .wrap-slide-info > img {
        height: 190px;
    }
    .footer-menu ul{
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
    }
    .footer-menu [class*="item"] img {
        display: none;
    }
    .footer-menu ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer-menu ul li {
        padding: 0 8px;
    }
    .footer-wrapper {
        padding: 15px 0;
    }
    .footer1 {
        background: #1A68B4;
        /*background: rgba(94, 168, 237, 0.2);*/
    }
    .footer1 .row{
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
    }
    .social-inner-wrapper > span{
        margin-right: 15px;
    }
    .footer1 a {
        color: #ffffff;
    }
    #toTop {
        width: 55px;
        height: 45px;
        right: 0;
        bottom: 0;
        /*background: #5EA8ED;*/
    }
    .pager{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .pager .previous{
        margin-bottom: 15px;
    }
    .breadcrumb li.active:not(:first-child) {
        max-width: 245px;
    }
    .wrapper-criteria {
        width: 100%;
    }
	
	.slider-title a {
        font-size: 20px;
        line-height: 24px;
        padding-right: 55px;
	}
    .banners-bottom-wrapper {
        margin: 0 0 50px;
    }
    .main-wrapper {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .layout-info .category-icon {
        display: none;
    }
}
@media screen and (max-width: 425px){
	
	.same-height {
		height: 10px;
	}
    .weather a.weatherInformer22, .weather a.weatherInformer22:hover{
        height: 33px;
        width: 165px;
        max-width: 160px;
    }
    .search-wrapper, .search-wrapper input {
        width: 160px;
    }
    .hamburger-menu {
        /*right: calc(33% - 90px);*/
        right: 9px;
        top: 25px;
    }
    .logo-wrapper {
        margin: 0;
        width: 120px;
        flex: initial;
    }
	.header-info-wrapper {
		height: 50px;
	}
	.inner-page-wrapper .main-title h1, .inner-page-wrapper .main-title {
    font-size: 18px;
	}
	.inner-page-wrapper .main-title {
    width: 160px;
    height: 32px;
}
    .custom-material > table th, .custom-material > table td {
        padding: 0.3em 0.6em 0.3em 45%;
    }
    .layout-info-wrap {
        padding: 20px;
    }
    .layout-info-wrap .date-line {
        width: 135px;
    }
    .layout-info-wrap .date-line:after {
        width: 17%;
        right: -19px;
    }
    .social-inner-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .social-inner-wrapper > span {
        margin-bottom: 10px;
    }
    .breadcrumb li.active:not(:first-child) {
        max-width: 150px;
    }

    .inner-page-wrapper .breadcrumbs-wrapper {
        position: relative;
        bottom: initial;
        top: initial;
        left: initial;
        right: initial;
    }
    .blog-inner h1, .blog-inner h2 {
        font-size: 20px;
		line-height: 22px;
		margin: 10px 0 10px;
    }
    .search-page .btn-toolbar .btn-group:first-child{
        width: 100%;
    }
    .search-page .btn-toolbar .btn-group:nth-of-type(2) {
        margin-top: 5px;
    }
    .main-wrapper > .col-lg-12 div,
    .banners-bottom-wrapper div {
        width: 100%;
    }
    .inner-page-wrapper,
    .inner-page-wrapper:before,
    .inner-page-wrapper .wrap-main-title {
        height: auto;
    }
	body:not(.home) .main-wrapper {
		margin: 0 0 30px;
        padding-bottom: 25px;
	}
    .footer-logo {
        padding-right: 0;
    }
	.search-page {
		padding: 10px 0 80px;
		margin: 5px 0 80px;
	}
    footer .copyright, .footer1 .secondary-menu-wrapper {
        display: none;
    }
    .blog-inner > img {
        margin-bottom: 0;
    }
    .blog-inner > .date {
        margin-bottom: 10px;
    }
    .articleBody ul.pagenav {
        padding-bottom: 25px;
    }
    .wrap-social-hits {
        margin: 20px 0 30px;
    }
    .slider-title {
        bottom: initial;
        top: 95px;
    }
}
@media screen and (max-width: 360px){
    .weather a.weatherInformer22, .weather a.weatherInformer22:hover {
        height: 46px;
        width: 145px;
        padding: 0!important;
    }
    .weatherInformer22 div.weatherInformer22-pressure{
        float: right;
    }
	
	.same-height {
		height: 10px;
	}
	
}
@media screen and (min-width: 768px) {
    .deeper.parent:hover .nav-child {
        display: block;
    }
    .menu-wrapper ul li:hover{
        background: hsla(210, 93%, 37%, .8);
    }
    .menu-wrapper ul li.active{
        background: #075EB5;
    }
}
@media screen and (min-width: 992px) {
    .d-lg-flex {
        display: flex;
    }
}
@media screen and (min-width: 1500px) {
    .logo-wrapper {
        margin-left: 100px;
    }
}