/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

/*@import url('https://fonts.googleapis.com/css?family=Arsenal:400,400i,700,700i&subset=cyrillic');*/


/*@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,900&subset=cyrillic');*/




/*>>>>>>>>>>>>>VIDEO!!!!!!!>>>>>>>>>>*/


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
/*>>>>>>>>>>>>>VIDEO!!!!!!!>>>>>>>>>>*/




/*==================VOTE===========================*/

/*#voteres { display: none; }*/

.vote { margin-top:0; }

#voteres .vote .link a {
    color: var(--maincolor);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.vote_list .article-heading .title_page_block {
    color: var(--maincolor); 
}

#voteres .vote .titles_block {
    font-size: 26px !important;
    font-family: 'Alegreya', serif;
    line-height: 0.8;
    font-weight: 700;
    margin-bottom: 22px;
}

.vote_block {
    padding-right:4px;
    padding-left:4px;
    font-size:13px;
    margin-top: 10px;
}

.vote_block_archive {
    padding-right:4px;
    padding-left:4px;
    font-size:15px;
    margin-bottom:40px;
}

.vote_question {
    margin-bottom: 3px;
    font-size: 18px;
    font-family: 'Alegreya', serif;
    font-weight: 500;
    margin-bottom: 12px;
}

/*.vote_question_archive {
    font-weight:bold;
    margin-bottom: 3px;
    cursor:pointer;
}*/

.vote_question_archive {
    font-weight: 500;
    font-family: Alegreya;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 22px;
}

.vote_question_archive:hover {
    color: var(--maincolor);
    text-decoration: underline;
}

.vote_dates { font-size: 12px; }

.vote_results_archive {
    display:none;
    margin-top:10px;
}

.answer { margin-bottom:10px; }

.vote_scale {
    background: #e2e2e2;
    height: 6px;
    position: relative;
    margin-top: 5px;
    border-radius: 0 3px 3px 0;
    /*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;*/
}

.vote_res_1 {
    background: #3da300; /* Old browsers */
    height: 6px;
    position: relative;
    top: -6px;
    border-radius: 0 3px 3px 0;
}

.vote_res_2 {
    background: var(--yellowcolor); /* Old browsers */
    height: 6px;
    position: relative;
    top: -6px;
    border-radius: 0 3px 3px 0;
}

.vote_res_3 {
    background: #da3939; /* Old browsers */
    height: 6px;
    position: relative;
    top: -6px;
    border-radius: 0 3px 3px 0;
}

.vote_res_4 {
    background: #da3939; /* Old browsers */
    height: 6px;
    position: relative;
    top: -6px;
    border-radius: 0 3px 3px 0;
}

.percent {
    font-size:16px;
    font-weight: bold;
}

.percent.percent_color_1 {
    color: #3da300;
}

.percent.percent_color_2 {
    color: var(--yellowcolor);;
}

.percent.percent_color_3 {
    color: #da3939;
}

/* ================= END VOTE =========================== */





.home {
    
    width: 40px;
}

.active_calendar{
	font-weight:bold;
}

.advertising {overflow: hidden;}

.articles-sub-list ul li{
    clear: both;
}

/* Define CSS variables and scope */
:root {
 --maincolor: #336699; /*var(--maincolor)*/
 --secondarycolor: red;
 --yellowcolor: #ff9900; /*var(--yellowcolor)*/
 --graycolor: #f6f6f6; /*var(--graycolor)*/
}

::-moz-selection {
  color: #222;
  background: #FFA;
}

::selection {
  color: #222;
  background: #FFA;
}

body {
	font-family: OpenSansRegular, sans-serif;
	margin: 0;
    position: relative;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

section {
	margin-top: 60px;
    padding-bottom: 45px;
}

.gsc-search-button-v2 { 
    border-radius: 32px;
    cursor: pointer;
}

.gsc-control-cse { 
    border-color: transparent;
    background-color: transparent;
}

/*img {
	width: 100%; 
}*/

.clearfix {
    display: block;
    content: "";
    clear: both;
}

.container {
    max-width: 1320px;
}

.bottom-text {
    position: absolute;
    bottom: 0;
}

.mg-bottom {
    margin-bottom: 15px;
}

.active-page {font-weight: bold;}

/*=====================top navigation=====================*/



.mainheader {
	/*box-shadow: 0 1px 3px rgba(0,0,0,.2);*/
    flex-direction: column;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    border-bottom: 1px solid rgba(218,223,225,.7);
}

.top-line .container {
    max-width: 1600px;
}

/*.top-line .top-logo img {
	width: 360px;
}*/

.top-line .top-logo {
	display: inline-block;
    text-align: center;
    /*position: absolute;*/
    left: 0;
    right: 0;
    /*top: 20px;*/
    
}

.gu-logo img {
    max-height: 83px;
}

.top-line { 
    padding-top: 15px;
    padding-bottom: 15px;
 }

.top-menu {
	border-top: 1px solid rgba(218,218,218,.9);/*rgba(218,223,225,.7)*/
	/*padding: 10px 0 10px 0; */
	background-color: #fff;
	display: flex;
}

.top-menu ul, 
.top-menu li,
.gamburger-menu ul li {
    list-style: none;
    padding: 0px;
}

.top-menu li,
.gamburger-menu li,
.search-menu li {
	display: inline-block;
	margin-left: 35px;
}

.top-menu ul:first-child {
    /*margin-left: -18px;*/
}

.top-menu li {
	line-height: 40px;
}

.top-menu li a,
.gamburger-menu a {
	font-size: 21px;
	color: var(--graycolor);
	font-family: 'Alegreya', serif;
    font-weight: 500;
	/*text-transform: uppercase;*/
	text-decoration: none;
	display: block;
    color: #424242;
}

.top-menu li a:hover {
    /*color: var(--maincolor);*/
    text-decoration: underline;
}

.top-menu .submenu li {
    display: block;
    padding-right: 0;
    margin: 0;
    float: none;
    border: 0;
    /*border-top: 1px solid rgba(218,218,218,.5);/*rgba(218,223,225,.3) */
}

/*.top-menu .submenu li:hover {
    background-color: var(--yellowcolor);
}*/

.gamburger-menu {
	display: flex;
	align-items: center;
    z-index: 9999;
    cursor: pointer;
}

.mainheader .top-line {
	justify-content: space-between;
    padding-right: 35px;
    padding-left: 35px;
}

.toggle-menu,
.user-logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 44px;
    height: 44px;
    display: block;
}

.toggle-menu { background-image: url(../img/menu-icon.png); }

.user-logo { background-image: url(../img/user-icon.png); }

.icon-menu {
	box-shadow: none;
	border: none;
	background-color: transparent;
}

.icon-menu:focus {
    outline: none;
}

.toggle-menu span {
    display: block;
}

.toggle-menu span {
    display: block;
    height: 4px;
    width: 25px;
    background: var(--maincolor);
    border-radius: 9px;
}

.toggle-menu span::before, 
.toggle-menu span::after {
	position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--maincolor);
    content: "";
    border-radius: 9px;
}

.toggle-menu span::before {
	top: -8px;
}

.toggle-menu span::after {
	top: 4px;
}

.toggle-menu .button-active span {
    background: none;
}

.toggle-menu .button-active span:before {
    transform: rotate(45deg);
    top: 0;
}

.toggle-menu .button-active span:after {
    transform: rotate(-45deg);
    top: -4px;
}

.search-icon img {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    left: 30px;
}

.home-icon {
    top: 128px;
    position: absolute;
    left: 46px;
    height: 18px;
}

.lang-icon {
    position: relative;
    top: 3px;
    height: 20px;
}

.submenu {
	background-color: #424242;
	position: absolute;
	top: 158px;/*top: 140px;*/
	display: none;
    min-width: 300px;
        /*width: 100%;*/
    /*left: 0;*/
    /*right: 0;*/
        /*padding-top: 10px;*/
    /*padding-bottom: 10px; */
}

.top-menu li:hover .submenu,
.top-menu li .submenu:hover {
  display: block;
  z-index: 999;
}

.submenu li a {
	color: #fff;
	text-transform: none;
	line-height: 28px;
    padding: 9px 24px 9px; /* padding: 12px 24px 10px;*/
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-weight: 500;
}

.right-menu {
    display: flex;
    align-items: center;
    z-index: 999;
    justify-content: flex-end;
}

.right-menu a:hover span {
    text-decoration: underline;
}

.right-menu span {
    vertical-align: middle;
    position: absolute;
    line-height: 2.8;
    right: 68px;
    font-size: 18px;
    color: var(--maincolor);
    font-family: 'Alegreya', serif;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.right-menu li {
    display: inline-block;
}

.right-menu .fa-user-circle {
    font-size: 32px;
    color: var(--maincolor);
    margin-left: 15px;
}

.full-menu {
    left: 0;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    /*top: -92px;*/
    width: 100%;
    z-index: 9999;
    background-color: #fff;  
    /*margin-top: 92px;*/ 
    display: none;
    /*border-top: 1px solid rgba(218,223,225,.7);*/
}

.full-menu ul {
    background-color: #fff;
}

.full-menu a {
    font-family: 'Alegreya', serif;
	color: #424242;
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding: 5px 0;
	text-decoration: none;
    line-height: 1.3;
}

.full-menu .lang-mobil a {
    display: inline-block;
}

.full-menu .lang-mobil {
    /*margin: 15px 0 0 32px;*/
    margin-top: 20px;
    text-align: center;
}

.full-menu .nav-link-2 a:hover {
    text-decoration: underline;
}

.full-menu .first-level .nav-link-1 {
	font-family: 'Alegreya', serif;
    font-weight: 700;
    color: #424242;
	text-transform: uppercase;
	border-bottom: 1px solid #3B3B3F;
	margin-bottom: 10px; 
}

.full-menu .first-level .nav-link-1:hover {
    /*color: var(--maincolor); */
    text-decoration: underline;
}

.full-menu .first-level {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 0 0 32px;
}
.full-menu .first-level {
    width: 100%;
}

.full-menu .first-level > li {
    padding-bottom: 16px;
    padding-right: 40px;
}

.full-menu .first-level > li {
    position: relative;
    list-style: none;
    width: 100%;
    display: flex;
    /*flex: 0 0 215px; */
    flex-direction: column;
    color: #281e1e;
}

.two-column {
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-count: 2;
}

.search-menu li a,
.full-menu .lang-mobil a,
.header-peredplata .lang a {
	font-size: 14px;
	color: #3B3B3F;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Alegreya', serif;
    font-weight: 700;
}

.search-menu {
	position: absolute;
	right: 20px;
	top: 130px;
}

.search-menu .lang .active,
.full-menu .lang-mobil .active,
.header-peredplata .lang .active {
	color: var(--maincolor);
}

.search-form.open {
    max-height: 60px;
    max-width: 500px;
}

.search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
	position: absolute;
    top: 158px;
    right: 0;
    width: 500px;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}

.search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}

.search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: transparent;
    border: none;
}

.search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 60px;
}

.search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--maincolor);
    border: none;
    cursor: pointer;
}

.chevron {
    float: right;
}


/*===================== END top navigation=====================*/ 

/*===================== article =====================*/

.article_count {  
    margin-left:12px; 
    float: right;
}

.article_count .fas {  margin-right:5px; }

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding: .75rem 1rem;*/
    padding-left: 0;
    margin-bottom: 3rem;
    list-style: none;
    font-size: 12px;
}

.breadcrumb a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

/*.article { margin-top: 190px;}*/

/*.page_article .article-heading .rubric {
    color: #336699;
}*/

.article-text p {
    font-size: 18px;
    line-height: 24px; 
}

.article-text p a {
    color: var(--maincolor);
}

.article-text p a:hover {
    color: var(--yellowcolor);
}

.article .article-img {
    width: 100% !important;
}

.article .article-text img {
    margin-left: 0 !important;
}

/*.article .article-img,
.article .article-text img {
    width: 100% !important;
}*/

/*.article .vertical-border .article-text img {
    max-height: 333px !important;
}*/

.article h1,
.list-articles .article-content h2 a {
    margin-top: -11px;
    font-size: 40px; 
    font-family: 'Alegreya', serif;
    font-weight: 500;
    line-height: 0.9;
    color: #424242;
    text-decoration: none;
}

.list-articles .article-content h2 {
    margin-top: -9px;
}

.list-articles h1 {
    margin-top: -9px;
}

.list-articles h1 a:hover,
.list-articles .article-content h2 a:hover {
    text-decoration: underline;
}

.article .article-content > .article-descr,
.article-descr {
    font-size: 18px;
    line-height: 24px; 
    font-family: 'Arsenal', sans-serif;
    font-weight: 900;
    margin-top: 0;
}

.article-text {
    font-family: 'Arsenal', sans-serif;
}

.article h2 { font-size: 24px;font-family: 'Alegreya', serif;}
.article h3 { font-size: 20px;font-family: 'Alegreya', serif;}

.article-content::before,
.module-right::before,
.top-news::before,
.articles-sub-list::before,
.vertical-border::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0.0625rem;
    background: #dcdcdc;
}

.more-news .article-heading::after,
.comments .article-heading::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0.0625rem;
    background: #dcdcdc;
}

.article-heading {
    font-family: 'Alegreya', serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
    font-size: 28px;
    line-height: 1;
}

.height-img {
    float: left;
    width: 300px;
    height: 200px;
    margin-right: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}

.module-right .article-heading {
    line-height: 1;
    font-size: 26px;
}

.article-heading a {
    color: initial;
    text-decoration: none;
}

.photo-news .article-heading a {
    color: #fff;
}

.article-heading a:hover {
    text-decoration: underline;
}

.article .article-heading .rubric {
    color: var(--yellowcolor);
}

.list-articles .article-heading .rubric {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}

.article .article-heading .rubric {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}

.article-heading .rubric {
    font-size: 28px;
    margin-bottom: 26px;
    display: block;
    line-height: 0.8;
    /*color: var(--yellowcolor);*/
}

.article-author,
.visible-block .article-author {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
    padding-top: 8px;
    font-family: 'Alegreya', serif;
}

.article-author::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 0.0625rem;
    width: 100%;
    background: #767676;
}

/*.article-heading .article-date::before {
    content: '';
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    height: 0.0625rem;
    width: 87%;
    background: #dcdcdc;
}*/

/*.article-social::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 0.0625rem;
    width: 100%;
    background: #dcdcdc;
}*/

.article-social {
    position: relative;
    padding-top: 14px;
}

.article-social .social li {
    display: inline-block;
    margin-right: 5px;
}

.article-date,
.news-day {
    font-size: 0.85rem;
    color: #767676;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Alegreya', serif;
}

.visible-block .article-date {
    font-family: 'Alegreya', serif;
}

.news_article .article-heading .article-date {
    font-size: 22px;
    color: #336699;
    font-weight: bold;
    margin-bottom: 30px;
}

.more-news {
    margin-top: 0;
    border-top: 1px solid rgba(218,223,225,.7);
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-color: #f6f6f6;*/
}

.news-wrap {
    background-color: #f6f6f6;
    position: relative;
    padding-bottom: 10px;
}

.news-wrap:hover {
    background-color: #ececec;
}

/*.news-img img {
    width: 100%; 
}*/

.news-wrap .news-img::before {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(218,223,225, .15);
    /*transition: all .5s ease;*/
}

.news-wrap:hover .news-img::before {
    opacity: 0.7;
}

.photo-news .news-wrap .news-img::before {
    display: none;
}

.news-title,
.news-date {
    padding: 0 8px 0 8px;
}

.news-date {
    display: flex;
    margin-top: 10px; 
    justify-content: last baseline;
}

.news-title a {
    font-size: 20px;
    color: initial;
    text-decoration: none;
    display: block;
    line-height: 1;
}

.redaction-select .news-title a {
    font-size: 18px;
}

.redaction-select .news-title a:hover {
    text-decoration: underline;
}

.module-right .news-redaction-select .news-body .news-title {font-weight: 400;}

/*.news-title a:hover {
    color: var(--maincolor); 
}*/

.more-news-item {
    /*display: flex;*/
    flex-wrap: wrap;
}

.article-tags {
    background-color: #f6f6f6;
    padding: 3px;
}

.article-tags {
    margin-top: 60px;
    margin-bottom: 32px;
    display: none;
}

.redaction-select {
    /*margin-top: 60px;*/
    margin-bottom: 32px;
}

.article-tags a,
.article-tags span {
    font-size: 15px;
    font-family: 'Alegreya', serif;
    text-decoration: none;
}

.article-tags a {
    color: var(--maincolor);
    font-weight: 700;
    margin-left: 5px;
}

.article-tags span {color: #767676;}

.month-top .advertising {margin-top: 0;}

.redaction-select {
    background-color: var(--maincolor);
    padding: 15px;
    color: #fff;
    border-radius: 9px;
}

.redaction-select .news-title a {
    color: #fff;
}

.redaction-select > span {
    font-size: 20px;
    font-family: 'Alegreya', serif;
    font-weight: 500;
}

.news-redaction-select {
    margin-top: 9px;
}

.redaction-select .news-redaction-select .news-day {
    color: #fff;
    font-family: 'Alegreya', serif;
    font-weight: 700;
    font-size: 14px;
}

.redaction-select .news-redaction-select .news-img {
    height: 180px;
    border: 1px solid #f6f6f6;
}

.redaction-select .news-redaction-select .news-img img {
    height: 100%;
}

.redaction-select .news-redaction-select .news-day {
    color: var(--yellowcolor); 
    font-weight: 500; 
}

.redaction-select .news-redaction-select .news-date {
    margin-top: 6px;
}

.grya-bg {
    background-color: #F6F6F6;
    padding: 15px; 
}

.list-articles .module-right .grya-bg {
    margin-bottom: 32px;
}

.weather,
.exchange,
.advertising {
    margin-bottom: 32px;
}

.advertising-pod {
    cursor: pointer;
    width: 100%;
}

.advertising-pod img:hover {
    border: 1px solid var(--maincolor);
}

.advertising-pod img {width: 100%;}

.article .weather,
.pop-news {
    margin-top: 32px;
}

.pop-news > span,
.exchange > span {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.popnews-img img {
    width: 100%;
}

.popnews-img {
    width: 100px;
    height: 60px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.pop-news .news-post,
.advertising {
    margin-top: 20px;
}

.news-block-02 .advertising {
    margin-bottom: 0;
}

.pop-news .popnews-head a {
    color: initial;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.pop-news .popnews-head a:hover {
    border-bottom: 1px solid var(--maincolor);
}

.pop-news .news-post {
    border-top: 0.0625rem solid #dcdcdc;
    padding-top: 15px;
}

.news-post:first-child {
    padding-top: 0;
    border-top: none;
}

.weather img,
.exchange img {
    width: 100%;
}

.advertising img {
    width: 100%;
}

/*.article-author {
    background-image: repeating-linear-gradient(to bottom, #dcdcdc, #dcdcdc 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 0.0625rem 0.8125rem;
    padding-top: 0.9375rem;
    margin-bottom: 0.375rem;
}*/

.comments {
    margin-top: 60px;
}

.comments .article-heading {
    margin-bottom: 0;
}

.comments .article-heading + p {
    font-size: 12px;
    font-weight: bold;
    color: #767676;
}

.comments .article-heading + p > a {
    color: var(--maincolor);
}

.comments-box .form-control {
    width: 100%;
}

.comments-box .sum-comments {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--maincolor);
    border-bottom: 0.0625rem solid #dcdcdc;
    padding-bottom: 10px;
}

.my-button {
    background-color: var(--maincolor); 
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius:28px;
    border:1px solid var(--maincolor);
    display:inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    padding: 6px 31px;
    text-decoration: none;
    margin-top: 10px; 
}

.my-button:hover {
    background-color: #0968ac;
}

.my-button:active {
    position: relative;
    top: 1px;
}

.comments-box form {
    margin: 20px 0 20px 0;
}

form > span {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--maincolor);
}

.form-control {
    border: 0.0625rem solid #dcdcdc;
    padding: 0.375rem 0.75rem;
}

.media {
    border-top: 0.0625rem solid #dcdcdc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.media-avatar {
    float: left;
}

.media-avatar img {
    border-radius: 50%;
    width: 3rem;
    height: 3rem; 
}

.media-body {
    margin-left: 65px;
}

.media-body .media-heading,
.author-reply {
    font-size: 14px;
    font-weight: bold;
    color: var(--maincolor); 
}

.media-body p {
    font-size: 12px;
}

.media-body time {
    margin-left: 8px;
    font-size: 12px;
    color: #767676;
} 

.media-body a {
    font-size: 14px;
    font-weight: bold;
    color: var(--maincolor);
    text-decoration: none;
}

.comment-reply { margin-left: 80px;}

/*===================== END article =====================*/

/*===================== headlines =====================*/

.headlines {
   /* margin-top: 190px;*/
    /*border-bottom: 1px solid rgba(218,223,225,.7);*/
}

.headlines .top-news img {
    width: 100%;
}

.top-news-img {
    overflow: hidden;
    height: 300px;
}

.headlines .head-date span {
    display: block;
}

.headlines .head-date {
    font-size: 18px;
    font-family: 'Alegreya', serif;
    font-weight: 700;
}

.head-date span:nth-child(2) {
    color: var(--maincolor);
}

.second-news {
    margin-top: 20px;
}

/*.second-news .news-wrap .news-img {
    height: 150px;
}*/

.headlines .top-news-h1,
.headlines .top-news .second-news .news-title,
.photo-news .news-wrap .news-body .news-title,
.news-title {
    margin-top: 0;
    font-size: 30px; 
    font-family: 'Alegreya', serif;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    color: #575757;
    /*padding: 5px;*/
}

.photo-news .news-wrap .news-body .news-title {
    font-weight: 400;
    margin-top: 10px;
}

.photo-news .news-wrap .news-body .news-title:hover {
    text-decoration: underline;
}

.photo-news {
    background-color: #424242;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 0;
}

.photo-news .news-img {
    height: 200px;
}

.photo-news .article-heading {
    color: #fff;
}

.photo-news .news-title a {
    color: #F6F6F6;
}

.photo-news .news-wrap {
    background-color: #424242;
}

.headlines .top-news-h1,
.headlines .top-news .article-descr {
    color: #f6f6f6;
}

.top-news-h1 {
    display: block;
    padding: 5px 10px 0 10px;
}

.headlines .article-heading {
    padding-top: 8px;
}

.bg-box {
    cursor: pointer;
}

/*.bg-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 94%;
    height: 300px;
    content: "";
    background-color: var(--maincolor);
}*/

.bg-box:hover .top-news-img {
    opacity: .9;
}

.bg-box:hover.bg-box:before {
    background-color: #286194;
}

.headlines .top-news-h1 .article-rubrick {
    font-size: 28px;
}

.headlines .top-news .article-descr,
.module-right .news-body .article-descr {
    font-size: 15px;
    line-height: 19px;
    font-family: 'Arsenal', sans-serif;
    font-weight: 400;
}

.headlines .advertising {
    margin-top: 0;
}

.headlines .news-wrap,
.photo-news .news-wrap,
.news-block-01 .news-wrap,
.news-block-02 .news-wrap,
.news-block-03 .news-wrap,
.news-block-04 .news-wrap,
.news-block-01,
.news-block-02,
.news-block-03,
.news-block-04 {
    /*background-color: transparent;*/
}

.headlines .news-title,
.photo-news .news-title,
.news-block-01 .news-wrap .news-title,
.news-block-02 .news-wrap .news-title,
.news-block-03 .news-wrap .news-title,
.news-block-04 .news-wrap .news-title {
    padding: 5px;
}

.headlines .article-heading .rubric {
    color: #000000;
}

.fa-camera {
    font-size: 18px;
    color: var(--maincolor);  
    position: absolute;
    left: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 8px;
}

/*.fa-play-circle {
    font-size: 25px;
    color: var(--maincolor);  
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 8px;
}*/

.news-img {
    position: relative;
    display: block;
	text-align: center;
    overflow: hidden;
    height: 200px;
}

.headlines .top-news .second-news .news-img { height: 150px; }

.sport-news {
    margin-top: 50px;
}

.border-top {
    border-top: 0.0625rem solid #dcdcdc;
    padding-top: 8px;
}

.border-bottom {
    border-top: 0.0625rem solid #dcdcdc;
}

.subnews li {
    margin-bottom: 15px;
    background-color: #F6F6F6;
    padding: 5px 5px 10px 5px;
    border-top: 0.0625rem solid var(--yellowcolor);
}

.subnews li:hover {
    background-color: #ececec;
}

.lenta-news .subnews li {
    border-top: 0.0625rem solid var(--maincolor);
}

.subnews a,
.module-right .pop-news a,
.sub-news-content h2 a {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: initial;
    text-decoration: none;
    font-family: 'Alegreya', serif;
}

.sub-news-content h2 a {
    color: #424242;
    margin-top: 0;
    font-size: 28px;
    line-height: 1;
}

.sub-news-content h2 {
    margin-top: 0;
}

.sub-news-content h2 a:hover {
    text-decoration: underline;
}

.list-articles .article-rubrick {
    font-weight: 500;
}

.article-rubrick {
    font-weight: 700;
    color: var(--yellowcolor);
}

.lenta-news .subnews::before,
.month-top .subnews::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0.0625rem;
    background: #dcdcdc;
}

.top-news .article-descr {
    padding-left: 10px;
}


/*===================== END headlines =====================*/

/*===================== advert =====================*/ 

.advert {
    margin-top: 0;
    background-color: var(--maincolor);
    padding: 15px 0 15px 0;
    color: #fff;
}

.advert .article-heading {
    margin-bottom: 0;
}

.advert .article-heading .rubric,
.advert-btn a {
    color: #fff;
}

.advert p {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    font-family: 'Arsenal', serif;
    font-weight: 700;
}

.advert .fa-arrow-circle-right {
    font-size: 36px;
}

.advert-btn {
    display: flex;
    align-items: center;
}

.advert-btn a {
    margin: auto;
}

.news-block-02 .advertising {
    margin-top: 0;
}

/*===================== END advert =====================*/ 

/*===================== lenta-news =====================*/

.lenta-news .subnews .box-datetime {
    font-family: 'Alegreya', serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: var(--yellowcolor);
    padding-top: 5px;
}

.lenta-news .subnews .box-datetime:hover {
    background-color: transparent;
}

.lenta-news .subnews a,
.module-right .pop-news a,
.month-top .subnews a {
    margin-left: 60px;
    display: block;
    line-height: 1.2;
    font-weight: 400;
}

.month-top .subnews a {
    margin-left: 45px;
}

.module-right .pop-news a {
    font-weight: 500;
}

.module-right .pop-news a,
.pop-news .count-viev {
    margin-left: 30px;
    margin-bottom: 5px;
}

.module-right .pop-news a:hover,
.month-top .subnews a:hover {
    text-decoration: underline;
}

.month-top .count-viev { margin-left: 45px; }

.module-right .pop-news li {
    margin-bottom: 20px;
}

.lenta-news .subnews div,
.module-right .pop-news div,
.month-top .subnews li > div {
    display: inline-block;
    position: absolute;
    font-family: 'Alegreya', serif;
    font-weight: 700; 
    font-size: 20px;
    line-height: 0.8;
    color: var(--maincolor);
}

.month-top .subnews li > div {
    color: var(--yellowcolor);
    font-size: 36px;
}

.month-top .subnews li {
    background-color: transparent;
    border-top: none;
}

.module-right .pop-news div {
    font-size: 36px;
    line-height: 0.5;
    color: var(--yellowcolor);
}

.lenta-news .module-right .article-heading {
    margin: 0;
}

.pop-news .fa-eye {
   color: var(--maincolor);
}

.pop-news .count-viev,
.month-top .count-viev {
    font-size: 16px;
    color: var(--maincolor);
    font-family: 'Arsenal', serif;
    font-weight: 700;
}

.pop-news .count-viev .fa-eye,
.month-top .count-viev .fa-eye {
    margin-right: 5px;
}

.button {
    background-color: var(--maincolor);
    /*-moz-border-radius:28px;*/
    /*-webkit-border-radius:28px;*/
    border-radius: 18px;
    border: 1px solid var(--maincolor);
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Alegreya', serif;
    font-weight: 400; 
    font-size: 16px;
    padding: 5px 25px;
    text-decoration: none;
}

.lenta-news .button,
.month-top .button {
    margin-left: 44%;
    margin-top: 20px;
}

.lenta-news .subnews li {
    margin-bottom: 0;
    padding-top: 15px;
   /* height: 145px;
    min-height: 145px;*/
}

.lenta-news .subnews li {
    background-color: transparent;
}

.lenta-news .subnews li:hover {
    background-color: #f6f6f6;
}

.button:hover {
    background-color: #235689;
}

.button:active {
    position:relative;
    top:1px;
}

.headlines .blink-block { 
    background-color: #F6F6F6; 
    border: none; 
    padding: 40px 15px 13px 15px;
}

.headlines .blink-block a {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.headlines .blink-block a:before {
    content: '';
    position: absolute;
    height: 0.0625rem;
    width: 85%;
    background: var(--maincolor);
    top: 26px;
}

.headlines .blink-block .article-rubrick {
    font-weight: 500;
}

.headlines .blink-head { 
    color: var(--maincolor);
    font-weight: 700;
}

.blink-block {
    padding: 6px 15px 13px 15px;
    background-color: transparent;
    border: 1px solid var(--maincolor);
    margin-top: 120px;
    position: relative;
    border-radius: 9px;
}

.blink-time {
    margin-bottom: 10px;
    font-family: 'Alegreya', serif;
    font-weight: 400;
    font-size: 22px;
    color: var(--yellowcolor);
    text-align: right;
    border-bottom: 1px solid var(--maincolor);
}

.blink-head {
    display: block;
    margin-top: 10px;
    font-family: 'Alegreya', serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--maincolor);
}

.blink-block a {
    color: var(--maincolor);
    text-decoration: none;
}

.blink-block a:hover {
    text-decoration: underline;
}

.blink-block .round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--yellowcolor); 
    width: 10px;
    height: 10px;
    display: inline-block;
    /*position: absolute;
    top: 15px;
    right: 15px;*/
}

.blink {
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  animation-duration: 1.5s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1.5s;
}
 
@keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
 
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

/*===================== END lenta-news =====================*/


/*=======================video-news=====================*/

.video-news {
    margin-top: 0;
    border-top: 1px solid rgba(218,223,225,.7);
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #424242;
}

.video-news .article-heading .rubric {
    color: #fff;
}

.video-news .carousel-item img {
    width: 100%;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  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;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.video-news .col-xl-4 p {
    color: #fff;
    font-family: 'Arsenal', sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 24px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.video-news .button {
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
}

.video-news .button:hover {
    opacity: 0.5;
}


/*=======================END video-news=====================*/

/*======================= list-articles =====================*/

/*.list-articles { margin-top: 190px;}*/

.list-articles .article-content .article-img {
    max-height: 530px;
    overflow: hidden;
}

.list-articles .article-content .article-img img {
    width: 100%;
}

.articles-sub-news {
    border-top: 1px solid #dcdcdc;
    margin-top: 40px;
    padding-top: 35px;
}

/*.articles-sub-list img {
    float: left;
    width: 300px;
    height: 200px;
    margin-right: 30px;
    margin-bottom: 30px;
}*/

.sub-news-content p {
    font-family: 'Arsenal', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.articles-sub-news .articles-date {
    font-family: 'Alegreya', serif;
    font-weight: 700; 
    font-size: 22px;
    line-height: 0.8;
    color: var(--maincolor);
    margin-top: 8px;
}

/*.articles-sub-list li {
    margin-bottom: 60px;
}*/

    .pagination {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0;
      list-style: none;
      border-radius: 0.25rem;
      margin-bottom: 25px;
    }

    .pagination-lg .page-link {
      padding: 0.75rem 1.5rem;
      font-size: 1.25rem;
    }

    .pagination-lg .page-item:first-child .page-link {
      border-bottom-left-radius: 0.3rem;
      border-top-left-radius: 0.3rem;
    }

    .pagination-lg .page-item:last-child .page-link {
      border-bottom-right-radius: 0.3rem;
      border-top-right-radius: 0.3rem;
    }

    .pagination-sm .page-link {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
    }

    .pagination-sm .page-item:first-child .page-link {
      border-bottom-left-radius: 0.2rem;
      border-top-left-radius: 0.2rem;
    }

    .pagination-sm .page-item:last-child .page-link {
      border-bottom-right-radius: 0.2rem;
      border-top-right-radius: 0.2rem;
    }

    .pagination > li > a, 
    .pagination > li > span {
        position: relative;
        float: left;
        padding: 4px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: var(--maincolor);;
        text-decoration: none;
        background-color: #fff;
        /*border: 1px solid #ddd;*/
        border-radius: 50%;
        font-family: 'Arsenal', sans-serif;
        font-weight: 400;
    }
.pagination > li > span {
        
        font-weight: bold;
    }

    .pagination > .active-page > a, 
    .pagination > .active-page > a:focus, 
    .pagination > .active-page > a:hover, 
    .pagination > .active-page > span, 
    .pagination > .active-page > span:focus, 
    .pagination > .active-page > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: var(--maincolor);;
        border-color: var(--maincolor);;
    }


/*=======================END list-articles=====================*/

/*======================= peredplat page =====================*/

.order-newsletter .btn:focus, 
.order-newsletter .btn:active {
   outline: none !important;
   box-shadow: none;
}

.current-newsletter {
    background-color: #222;
    background-image: url(../img/peredplata-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    padding-top: 48px;
    min-height: 510px;
    position: relative;
}

.current-newsletter .col-xl-3 {
    text-align: center;
}

.current-newsletter .newsletter_code {
    color: var(--yellowcolor);
    font-size: 20px;
    margin-bottom: 25px;
}

.order-newsletter .btn {
    color: var(--maincolor); 
    font-family: 'Alegreya', serif;
    font-weight: 700;
    font-size: 30px;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.order-newsletter .btn:focus {
    border-bottom-color: transparent; 
}

.order-newsletter .btn .fa-arrow-circle-down,
.order-newsletter .btn .fa-times-circle {
    margin-left: 15px;
}

.current-newsletter img {
    width: 100%;
    border: 12px solid #fff;
}

.current-newsletter .button {
    font-size: 28px;
    border-radius: 44px;
}

.current-newsletter:before {
    content: "";
    background-color: #222;
    opacity: .7;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.order-newsletter {
    padding: 30px 0 30px 0;
    font-family: 'Alegreya', serif;
    font-weight: 400;
    margin-top: 0;
    margin: auto;
    text-align: center;
    line-height: 30px;
}

.order-newsletter a {
    color: #fff;
    margin-left: 15px;
}

.archive {
    background-color: #ececec;
    margin-top: 0;
    padding-top: 60px;
}

.archive-head {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 'Alegreya', serif;
    font-weight: 700;
}

.archive-head a {
    float: right;
    color: var(--maincolor);
    text-decoration: none;
    font-size: 22px;
}

.archive-head a:hover {
    text-decoration: underline;
}

.archive-number {
    margin-bottom: 30px;
    text-align: center;
}

.archive-number span {
    display: block;
    font-family: 'Alegreya', serif;
    font-weight: 500;
    color: var(--maincolor); 
    font-size: 18px;
}

.archive-number img {
    border: 9px solid #fff;
}

.news-wrap:hover > a {text-decoration: underline;}

.current-newsletter-number {
    font-family: 'Alegreya', serif;
    font-weight: 500;
    font-size: 93px;
    color: var(--yellowcolor);
    line-height: 1;
}

.current-newsletter-date {
    color: #fff;
    font-family: 'Alegreya', serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px;
}

/*.vertickal-line:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0.0625rem;
    background: #fff;
}*/

.header-peredplata {
    padding: 24px 35px 24px 35px;
}

.header-peredplata .button {
    background-color: transparent;
    color: var(--maincolor);
    font-weight: 500;
    font-size: 16px;
    padding: 3px 16px;
    text-transform: capitalize;
}

/*.header-peredplata .button:hover {
    color: #fff;
    background-color: var(--maincolor);
}*/

.header-peredplata .button {
    color: var(--maincolor);
    background-color:  ;
}

.archive .container {
    max-width: 980px;
}

.header-peredplata .lang {
    margin-left: 25px;
    vertical-align: middle;
    line-height: 30px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

/*=======================END  peredplat page =====================*/


/*======================= exchange style =====================*/
#IUAfinance63 {min-width: 210px; width: 100%; position: relative;}
#IUAfinance63 * {margin: 0; padding: 0;}
#IUAfinance63 a, #IUAfinance63 a:hover {border: none; text-decoration: underline; color: inherit;}
#IUAfinance63 .IUAfinance_block {overflow: hidden; padding: 4px; font-family: Arial; font-size: 10px; background: #F6F6F6; border: 1px solid #00529c; color: #000000;}
#IUAfinance63 .IUAfinance_title {overflow: hidden; margin-top: -4px; font-size: 12px; font-weight: bold; height: 20px; line-height: 20px; color: #00529C;}
#IUAfinance63 .IUAfinance_title i {position: absolute; right: 4px; top: 2px; width: 36px; height: 14px; background: url(//i.i.ua/v2/logo/logo_small_14_black.png) no-repeat 0 0 transparent; opacity: .3;}
#IUAfinance63 .IUAfinance_content, #IUAfinance63 .IUAfinance_content:hover {display: block; background: #FFFFFF; padding: 4px; margin-bottom: 4px; text-decoration: none; color: inherit;}
#IUAfinance63 .IUAfinance_head_title {font-size: 12px; font-weight: bold;}
#IUAfinance63 .IUAfinance_item,
#IUAfinance63 .IUAfinance_head {padding: 4px 0;}
#IUAfinance63 .IUAfinance_item:last-child {padding-bottom: 0;}
#IUAfinance63 .IUAfinance_item {border-top: 1px dotted #DDD; font-size: 18px; font-family: Trebuchet MS;}
#IUAfinance63 .IUAfinance_item_title,
#IUAfinance63 .IUAfinance_item_data {display: inline-block; vertical-align: top; width: 42%; text-align: right;}
#IUAfinance63 .IUAfinance_item_title:first-child,
#IUAfinance63 .IUAfinance_item_data:first-child  {width: 16%; text-align: left;}
#IUAfinance63 .IUAfinance-increase:before {content: "\25B2";  color: #40983c; font-size: 11px;}
#IUAfinance63 .IUAfinance-decrease:before {content: "\25BC";  color: #ed482e; font-size: 11px;}
/*=======================END exchange style=====================*/


/*===================== footer =====================*/ 

footer {
    padding: 40px 0 40px 0;
    border-top: 1px solid rgba(218,223,225,.7);
    background-color: #424242;
    color: #dbdbdb;
    /*margin-top: 40px;*/
}

footer > .container {
    max-width: 1600px;
}

footer img {
    width: 100%;
    max-width: 200px;
}

footer .footer-icon {
    padding-left: 50px;
}

footer .footer-icon img {
    width: 25px;
    height: 25px;
}

footer .footer-icon ul li {
    display: inline-block;
    list-style: none;
}

footer .social li {
    float: left;
    margin-right: 15px;
}

.social + div {
    font-size: 12px;
    margin-top: 60px;
    font-family: 'Arsenal', sans-serif;
    font-weight: 400; 
}

.footer-menu ul li {
    list-style: none;
    text-decoration: none;
    margin-top: 5px;
    font-family: 'Alegreya', serif;
}

.footer-menu ul li:hover {text-decoration: underline;}

.footer-menu a {
    text-decoration: none;
    color: inherit;
    font-size: 15px;
}

.footer-menu ul li:first-child{
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 20px;
    font-family: 'Alegreya', serif;
    font-weight: 700;
    text-decoration: none;
}

footer .partners a {
    margin-bottom: 5px;
    display: block;
}

.test-work {
    /*padding: 15px 0 15px 0;*/
    width: 100%;
    height: 36px;
    background-color: #faf625;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    color: #222222;
    font-weight: bold;
}

.test-work .fa-times-circle {
    cursor: pointer;
}

.test-work p {
    text-align: center;
    position: relative;
    top: -5px;
}

/*=====================END footer =====================*/ 

.page_article .article-heading .rubric {
    color: #000000;
}

.page_article .article-text h2 {
    margin-top: 0;
}

.page_article .article-social {
    display: none;
}

.autorization_info {
    position: absolute;
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 25px 35px 25px 35px;
    max-width: 500px;
    top: 30px;
    right: 0;
}

.autorization_info .dropdown-item {
    cursor: pointer;
    background-color: var(--maincolor);
    /* -moz-border-radius: 28px; */
    /* -webkit-border-radius: 28px; */
    border-radius: 18px;
    border: 1px solid var(--maincolor);
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Alegreya', serif;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 25px;
    text-decoration: none;
    margin-top: 15px;
}

.autorization_info .first-button,
.autorization_info .second-button {
    background-color: transparent; 
    color: var(--maincolor);
}

.autorization_info .first-button,
.autorization_info .second-button {
    background-color: transparent; 
    color: var(--maincolor);
}

.autorization_info .first-button:hover,
.autorization_info .second-button:hover {
    background-color: var(--maincolor); 
    color: #fff;
}

.lenta-news h2,
.more-news h2,
.month-top h2 { margin-top: 7px;}

.headlines h1 { margin-top: 2px;}

.photo-news h2 {margin-top: 4px;}

.list-articles .article-heading { margin-top: 1px;}

.video-news .article-heading .rubric { margin-top: 10px;}

.sub-news-content .gallery-header a { font-size: 22px;}

.sub-news-content .gallery-text { 
    font-size: 18px;
    line-height: 18px;
}

 .gsc-control-cse { 
        border-color: var(--maincolor) !important;
        background-color: var(--maincolor) !important;
      }

/*#topimg {opacity: 0.5;}*/

.vertical-border figure {
    margin: 35px 0 0 0;
}

.vertical-border figure img {
    width: 100%;
}

.vertical-border figcaption {
    margin-top: 5px;
}