
/*

@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto&display=swap&subset=cyrillic,cyrillic-ext');

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap&subset=cyrillic,cyrillic-ext')

*/
@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto');
/*виджет погоды*/

.weather {
    color: #dcdcdc;
    font-size: 1.5rem;
    font-weight: 600;
    width: 6rem;
    text-align: center;
}

.weather img {
    width: 2rem;
}


.media-body {
    flex: 0;
}

/*анимация загрузки*/

.orbit-spinner, .orbit-spinner * {
    box-sizing: border-box;
}

.orbit-spinner {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    perspective: 800px;
}

.orbit-spinner .orbit {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.orbit-spinner .orbit:nth-child(1) {    
    left: 0%;
    top: 0%;
    animation: orbit-spinner-orbit-one-animation 1200ms linear infinite;
    border-bottom: 3px solid #d20e33;
}

.orbit-spinner .orbit:nth-child(2) {
    right: 0%;
    top: 0%;
    animation: orbit-spinner-orbit-two-animation 1200ms linear infinite;
    border-right: 3px solid #d20e33;
}

.orbit-spinner .orbit:nth-child(3) {
    right: 0%;
    bottom: 0%;
    animation: orbit-spinner-orbit-three-animation 1200ms linear infinite;
    border-top: 3px solid #d20e33;
}

@keyframes orbit-spinner-orbit-one-animation {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes orbit-spinner-orbit-two-animation {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes orbit-spinner-orbit-three-animation {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

/* body */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}

/* main menu */

body nav.head {
    background: #0174BD;

}

a.navbar-brand gornovosti{
    color: #0174BD;
}

img.gor_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul.nav.main_menu .nav-item a.nav-link {
    color: #333333;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    /* font-size: 1px; */
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    /* border-bottom: 5px solid #FFFFFF; */
}

ul.nav.main_menu .nav-item:hover a.nav-link {
    border-bottom: 5px solid #d20133; /* #0174BD; #0BE6AF*/
    padding-bottom: 10px;
}

/* центральная картинка на главной */
.index-central {
    padding: 0 0 0 0;
    margin: 0px 0 0 0;

}

/* центральная картинка в категории */
.category-central {
    padding: 0 0 0 0;
    margin: 0 0 0 0;

}

/* светлый блок категории на всю ширину главной страницы */
.index-category .col-sm-5 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.index-category .card-body {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.index-category .card-body .card-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    color: #000;
    font-weight: 900;
    letter-spacing: -.02em;
    text-decoration-line: none;
}

.index-category .card-body .card-text {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -.02em;
    font-weight: 400;
    font-size: 0.9em;
    color: #777;
    text-decoration-line: none;
}

/* Общие карточки новостей */

.card.news {
    border: 0;
    border-radius: 0;
}

.card.news .card-body {
    padding: 0;
}

.card.news .card-body .category {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: .6rem;
    color: #777;
    text-decoration-line: none;
}

.card.news .card-body .category.datetime {
    font-weight: 400;
    margin: 0 0 0 .1rem;
}

.card.news .card-title, .card.news .card-title a {
    font-family: 'Oswald', sans-serif;
    color: #222;
    font-weight: 700;
    letter-spacing: -.02em;
    text-decoration-line: none;
}


/* Колонка новостей (layout) без лида */
.card.wo_lead {
    border: 0;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.card.wo_lead .card-body .category {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: .6rem;
    color: #777;
    text-decoration-line: none;
}

.card.wo_lead .card-body.category {
    padding: 0.2rem;
}

.card.wo_lead .card-body .category.datetime {
    font-weight: 400;
    margin: 0 0 0 .1rem;
}

.card.wo_lead .card-title,
.card.wo_lead .card-title a,
.card.wo_lead .card-body.category h2.card-title a {
    font-family: 'Oswald', sans-serif;
    color: #222;
    font-weight: 700;
    letter-spacing: -.02em;
    text-decoration-line: none;
    font-size: 1.3rem;
}

.card-title, h6 {
    font-size: 1rem;
}

/* большая новость */
.row .lg-news {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.card.news.lg-news .card-body .category {
    font-size: 0.7rem;
}

.card.news.lg-news .card-body .card-title {
    font-size: 2rem;
}

.card.news.lg-news .card-body .card-text.font_center_card {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

/* средняя новость */
.row .md-news {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.row .card.news.md-news .card-body .card-title {
    font-size: 1.3rem;
}

/* мелкая новость */
.row .sm-news {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.row .card.news.sm-news .card-body .card-title {
    font-size: 1.3rem;
}

.row .card.news.sm-news .card-title a {
    font-size: 1rem;
}

.row .card.news.sm-news .card-title h6 {
    font-size: 1rem;
}

/* двойная новость */
.card.news.db-news .card-body .card-title {
    font-size: 1.3rem;
}

/* Похожие новости */
.card.news.sim-news .card-body .card-title {
    font-size: 1.1rem;
}
.card-img-sim {
    width: 100%;
    height: auto;
}

/* pills */
ul.nav.nav-pills.fox .nav-item a.nav-link {
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    padding: 5px 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

ul.nav.nav-pills.fox .nav-item a.nav-link.active,
ul.nav.nav-pills.fox .nav-item a.nav-link.active:hover {
    background: #d20133;
    color: #FFF;
}

ul.nav.nav-pills.fox .nav-item .nav-link:hover {
    color: #000;
}

/* paginator */
nav ul.pagination.fox li.page-item a {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: .8rem;
    font-weight: 700;
    /* border: 1px solid #000; */
}

nav ul.pagination.fox li.page-item a:hover, nav ul.pagination.fox li.page-item.active a {
    border: 1px solid #0174bd;
    background: #0174bd;
    color: #fff;
}

/* Детальная страница новости */
.row.article-detail-lead {
    padding-left: 0.9em;
    padding-top: 1em;
}

.row.article-detail-lead h1 {
        font-family: 'Oswald', sans-serif;
        color: #000;
        font-size: 3.1rem;
        font-weight: 700;
        letter-spacing: -.02em;
        line-height: 1.1;
        padding-left: 0em;
        margin-right: 18%;
        margin-bottom: 0.2em;
}

.row.article-detail-lead p.subheader {
    font-family: 'Roboto', sans-serif;
    color: #555;
    font-weight: 400;
    line-height: 1.55;
    padding-left: 0.1em;
}

.row.article-detail-lead img {
    height: 100%;
    margin: 0 0 0 0;
}

.row.article-detail-lead .category, .fox-label {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    display: inline-block;
    padding: 5px 13px;
    margin: 10px 0px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background: #d20133;
    color: #FFF;
}

/* pillow md */
.fox-label.mb-2 {
    padding: 7px 13px;
    margin: 0 0 0 0;
}

.row.article-detail-lead .category a {
    color: #fff;
    text-decoration-line: none;

}

.row.article-detail-lead a.nav-link.active {
    color: #FFF;
}

.row.article-detail .category a.nav-link.active {
    padding: 0px 13px;
}

.content-body {
    padding: 0;
    margin: 0;
}

.content-body .img-thumbnail {
    padding: 0;
    border-radius: 0rem;
}

.content-body p {
    padding: 0;
}

.content-body p img {
    padding: 0;
    border-radius: 0rem;
    max-width: 100%;
}

.content-body ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.content-body h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.9rem;
    color: #000;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin 0 0 0.5em 0;
}

.content-body blockquote {
    quotes: none;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
    /*font-size: 1.5rem;*/
    text-align: left;
    color: #000;
    line-height: 1.3;
    padding: 2rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0rem;
    /*border-color: #0174bd*/
    border-left: 0.1rem solid #0174bd;
    margin: 0 0 2rem 1rem;
}



/*.content-body blockquote p:before {
  position: absolute;
  content: "\0201C";
  font-size: 3em;
  margin-left: -0.6em;
  margin-top: -1.7rem;
  color: #0174bd;
}

.content-body blockquote p:after {
  position: absolute;
  content: "\0201D";
  font-size: 3em;
  margin-left: -0.1em;
  color: #0174bd;
}*/

/* для ютуба */
.content-body .min-height-480 {
    min-height: 480px;
}


.content-body p a {
    color: #000;
    box-shadow: 0px 1px 0px 0px #0174BD;
    text-decoration-line: none;
}

.content-body p a:hover {
	background: #0174BD;
	color: #fff;
}

.content-body ul li a {
    color: #000;
    box-shadow: 0px 1px 0px 0px #0174BD;
    text-decoration-line: none;
}

.content-body ul li a:hover {
    background: #0174BD;
    color: #fff;
}

.content-body ol li a {
    color: #000;
    box-shadow: 0px 1px 0px 0px #0174BD;
    text-decoration-line: none;
}

.content-body ol li a:hover {
    background: #0174BD;
    color: #fff;
}

.content-body td {
    vertical-align: top;
}

.article-detail-lead .photo-author,
.content-body .photo-author {
	font-family: 'Roboto', sans-serif;
    font-size: .8rem;
    color: #888;
    font-weight: 400;
}


/* Детальная страница автора */
.row.author-detail {
    padding-top: 10px;
}

.row.author-detail h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 900;
        color: #000;
        letter-spacing: -.02em;
        line-height: 1.1;
        margin-left: -1rem;
        margin-top: auto;
        margin-bottom: auto;
}

.row.author-detail p.subheader {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1rem;
        color: #555;
        line-height: 1.5rem;
        letter-spacing: .02rem;
        margin-left: -1rem;
}


.row.author-detail ul {
    margin-left: -60px;
}

.row.author-detail li {
    background: #888;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-left: 8px;
    padding-top: 8px;
    text-align: center;
    width: 35px;
    height: 35px;
}

.row.author-detail figure {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 8px solid #ddd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
    margin: auto;
}

/* Фотография в кружочке */
.row.author-detail img {
    width: 100%;
    margin: 0 0 0 0;
}


/* разделитель страницы в красном параллелипипеде */
.divider {
    width: 100%;
    text-align: center;
    margin-bottom: 0rem;
}

@media only screen and (max-width : 767px) {
    .divider {
        margin-top: 1rem;
    }
}

.divider:before {
    content: '';
    background: #555;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    z-index: 0;
}

/* Центральная колонка */

/* Иконки для карточек lg на главной*/

.icon-circle-lg:before {
    display: inline-block;
    position:absolute;
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    color: #0174BD;
    top: 45px;
    left: 45px;
    transform: translate(-50%, -50%);
    opacity:95%;
}
.icon-circle-lg.photo:after {
    display: inline-block;
    position:absolute;
    content: '\f030';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.4rem;
    color: white;
    top: 45px;
    left: 45px;
    transform: translate(-50%, -54%);
    opacity:95%;
}

.icon-circle-lg.video:after {
    display: inline-block;
    position:absolute;
    content: '\f04b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.4rem;
    color: white;
    top: 45px;
    left: 45px;
    transform: translate(-44%, -50%);
    opacity:95%;
}

/* Иконки для карточек lg на article*/

.icon-circle-article:before {
    display: inline-block;
    position:absolute;
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    color: #0174BD;
    top: 50px;
    left: 50px;
    transform: translate(-50%, -50%);
    opacity:95%;
}
.icon-circle-article.photo:after {
    display: inline-block;
    position:absolute;
    content: '\f030';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.4rem;
    color: white;
    top: 50px;
    left: 50px;
    transform: translate(-50%, -54%);
    opacity:95%;
}

.icon-circle-article.video:after {
    display: inline-block;
    position:absolute;
    content: '\f04b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.4rem;
    color: white;
    top: 50px;
    left: 50px;
    transform: translate(-44%, -50%);
    opacity:95%;
}

/* Иконки для карточек md*/

.icon-circle-md:before {
    display: inline-block;
    position:absolute;
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #0174BD;
    top: 25px;
    left: 25px;
    transform: translate(-50%, -50%);
    opacity:95%;
}

.icon-circle-md.photo:after {
    display: inline-block;
    position:absolute;
    content: '\f030';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    color: white;
    top: 25px;
    left: 25px;
    transform: translate(-50%, -54%);
    opacity:95%;
}

.icon-circle-md.video:after {
    display: inline-block;
    position:absolute;
    content: '\f04b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    color: white;
    top: 25px;
    left: 25px;
    transform: translate(-44%, -50%);
    opacity:95%;
}


/* footer */
.footer {
    background: #111;
}

.footer p {
    color: #888;
}

.footer.last {
    background: #000;
    min-height: 4rem;
}

.footer.last h6 {
    text-align: center;
    color: #777;
    font-size: .9rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.footer ul, .footer li. footer {
    flex-wrap: wrap;
    list-style: none;
}

.footer .footer-menu a {
    padding-left: 20px;
    margin-bottom: 0;
    padding-top: 1rem;
    color: #999999;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 14.4px;
}

.footer .footer-menu a:hover {
    color: #fff;
    text-decoration-line: none;
}

/* Authors */

.link_to_author {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration-line: none;
    color: #000;
}

.author_face {
    object-fit: cover;
    height: 72px!important;
    width: 72px!important;
    border: 2px solid #ddd;
    position: relative;
    overflow: hidden;
}

/* comments */
.comment {
    border-bottom: 1px solid #ddd;
}

.comment .user, .author .user, .author .user a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration-line: none;
    color: #000;
}

.author .user img.ava {
    object-fit: cover;
    height: 24px;
    width: 24px;
    border: 2px solid #ddd;
    position: relative;
    overflow: hidden;
}

.author .user img.ava.big {
    height: 46px;
    width: 46px;
}


.comment .user.staff {
    color: #d20133;
}

.lgray-color {
    color: #c5c5c5;
}

.counter-block {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/* icons */

.fa.calm-color {
    color: rgba(255,255,255,.15);
}

span .age-color {
    color: #3b5998;
}

span .age-square {
    color: #3b5998;
    font-size: 2rem;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

span .age-digit {
    color: #d1d1d1;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0 0 0 -5px;
    padding: 0 0 0 0;
}

.facebook-color {
    color: #3b5998;
}

a:hover .facebook-bw {
    color: #3b5998;
}

a:hover .facebook-bg-bw {
    background-color: #3b5998;
}

.facebook-color {
    color: #3b5998;
}

a:hover .pinterest-bw {
    color: #bd081c;
}

.pinterest-color {
    color: #bd081c;
}

a:hover .pinterest-bg-bw {
    background-color: #bd081c;
}

a:hover .odnoklassniki-bw {
    color: #ed812b;
}

.odnoklassniki-color {
    color: #ed812b;
}

a:hover .odnoklassniki-bg-bw {
    background-color: #ed812b;
}

a:hover .newspaper-bg-bw {
    background-color: #0174BD;
}

.newspaper-bg-bw {
    color: #0174BD;
}

a:hover .youtube-bw {
    color: #ff0000;
}

.youtube-color {
    color: #ff0000;
}

a:hover .twitter-bw {
    color: #1da1f2;
}

.twitter-color {
    color: #1da1f2;
}

a:hover .twitter-bg-bw {
    background-color: #1da1f2;
}

a:hover .vk-bw {
    color: #45668e;
}

.vk-color {
    color: #45668e;
}

a:hover .vk-bg-bw {
    background-color: #45668e;
}

a:hover .afisha-bw {
    color: #ff4c4c;
}

.afisha-color {
    color: #ff4c4c;
}

a:hover .instagram-bg-bw {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

/* кнопки */
.btn.fox {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}

.btn.btn-primary.fox {
    background-color: #ec2801;
    border-color: #ec2801;
}

.btn.btn-primary.fox:hover {
    color: #fff;
    background-color: #d20133;
    border-color: #d20133;
}


/* Flat page or Static page */
.flat_page {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

.flat_page h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 900;
        font-size: 2.2rem;
        color: #000;
        letter-spacing: -.02em;
        line-height: 1.1;
        margin-left: 1rem;
}

.flat_page h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 900;
        font-size: 1.5rem;
        color: #000;
        letter-spacing: -.02em;
        line-height: 1.1;
        margin-left: 1rem;
}

.flat_page h3 {
        font-family: 'Oswald', sans-serif;
        font-weight: 900;
        font-size: 1rem;
        color: #000;
        letter-spacing: -.02em;
        line-height: 1.1;
        margin-left: 1rem;
}

.flat_page h4 {
        font-family: 'Oswald', sans-serif;
        font-weight: 900;
        font-size: 0.8rem;
        color: #000;
        letter-spacing: -.02em;
        line-height: 1.1;
        margin-left: 1rem;
}

.flat_page h5 {
        font-family: 'Oswald', sans-serif;
        font-weight: 900;
        font-size: 2.2rem;
        color: #000;
        letter-spacing: -.02em;
        line-height: 1.1;
        margin-left: 1rem;
}

.flat_page h6 {
        font-family: 'Oswald', sans-serif;
        font-weight: 900;
        font-size: 2.0rem;
        color: #000;
        letter-spacing: -.02em;
        line-height: 1.1;
        margin-left: 1rem;
}

#mvp-content-bot {
    width: 100%;
    background
}

.mvp-post-tags {
    float: left;
    font-size: .8rem;
    line-height: 1;
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%;
}

.mvp-post-tags-header {
    color: #000;
    float: left;
    font-weight: 700;
    margin-right: 10px;
}

.mvp-post-tags a, .mvp-post-tags a:visited {
    color: #777 !important;
    display: inline-block;
    float: left;
    font-weight: 600;
    margin: 0 10px 5px 8px;
    position: relative;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #82e688;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {

    color: #495057;
    background-color:#fff;
    border-color: #80ffb2;
    outline: 0;
    box-shadow: 0 0 0 .2rem
    rgba(44, 255, 0, 0.25);
}

.form-control:focus {

    color: #495057;
    background-color:#fff;
    border-color: #80ffb2;
    outline: 0;
    box-shadow: 0 0 0 .2rem
    rgba(44, 255, 0, 0.25);
}

.form-check-input:checked {

    color: #16ff25;
    background-color:#fff;
    border-color: #80ffb2;
    outline: 0;
    box-shadow: 0 0 0 .2rem
    rgba(44, 255, 0, 0.25);
}

.form-check-input::after {

    color: #16ff25;
    background-color:#16ff25;
    border-color: #80ffb2;
    outline: 0;
    box-shadow: 0 0 0 .2rem;
    rgba(44, 255, 0, 0.25);
}

.btn-primary {
    color: #fff;
    background-color: #0174bd;
    border-color: #0174bd;
    text-align: left;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0174bd;
    border-color: #0174bd;
}

.sidebar {
    background-color: #0174bd;
    border-top: 1px solid rgba(255,255,255,.1);
}

.media_card {
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0;
    border: 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.media_card_text a{
    font-family: Oswald, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    text-decoration-line: none;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-size: 1rem;
    padding-top: .25rem!important;
}

.media_card_right a{
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
    text-decoration: none;
    background-color: transparent;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: .6rem;
    color: #777;
    text-decoration-line: none;
}

.media_card_right span{
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
    text-decoration: none;
    background-color: transparent;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: .6rem;
    color: #777;
    text-decoration-line: none;
}


.btn_white {
    color: #fff;
    font-weight: 900;
}

.border_bottom {
    border-bottom: 1px solid rgba(229, 229, 229, 1)
}

    /*главное меню*/

    .lg_main_menu {
        height: 50px;
        background-color: #0174BD;
        padding-bottom: 0rem;
        padding-top: 0rem;
    }

    .lg_main_menu div ul li button i {
        font-size: 1.5em;
    }

    .lg_main_menu div ul li a img {
        height: 50px;
        width: 293px;
    }

    .lg_main_menu div ul li a button{
        color: black;
    }

    .lg_main_menu div ul li a {
        color: #f8f9fa;
    }

    .sm_main_menu {
        height: 50px;
        background-color: #0174BD;
        padding-bottom: 0rem;
        padding-top: 0rem;
    }

    .sm_main_menu div ul li button i {
        font-size: 1.5em;
    }

    .sm_main_menu div ul li a img {
        height: 50px;
        width: 293px;
    }

    .xs_main_menu {
        padding-right: 0.1rem;
        padding-left: 0.1rem;
        height: 50px;
        background-color: #0174BD;
        padding-bottom: 0rem;
        padding-top: 0rem;
    }

    .xs_main_menu div ul li button i {
        font-size: 1.5em;
    }

    .xs_main_menu div ul li a img {
        height: 50px;
        width: 293px;
    }

    .sidebar_left div div div {
        background-color: #0174bd;
    }

    .sidebar_left div div div div h5 {
        color: #ffffff;
    }

    .sidebar_left div div div div a {
        color: #f8f9fa;
    }
    .service005_btn {
        color: black !important; 
        background-color: #ffc107;
    }

    #loginpopup_error_msg {
        color: red;
    }

    .social_media_btn {
        width: 2em;
    }

    /* окно поиска */

    .modal.search {
        background: rgba(0, 0, 0, 0.81);
    }

    .closesearchbarbtn {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        border-width: 0px;
        font-size: 5rem;
    }

    .modal.search .modal-dialog {
        color: #ffffff;
        vertical-align: middle;
        top: 40%;
        background-color: rgba(0, 0, 0, 0);
    }

    .modal.search .modal-content {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        border: 0;
    }

    .modal.search .modal-header {
        padding: 0;
        margin-bottom: 10px;
        background-color: rgba(0, 0, 0, 0);
    }
    .search_field {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        width: 90%;
        border: 0;
    }

    .search_field:focus {
        outline: none;
    }

    /* clears the 'X' from Internet Explorer */
        input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
        input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

    /* clears the 'X' from Chrome */
        input[type="search"]::-webkit-search-decoration,
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-results-button,
        input[type="search"]::-webkit-search-results-decoration { display: none; }


    .search_btn {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        width: 10%;
        border: 0;
        text-align: right;
    }

    .search_btn:focus {
        outline: none;
    }

    .modal.search .modal-dialog form{
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        width: 100%;
        font-size: 2rem;
    }

    /*попап выезжает сбоку*/

    .modal.left .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.left .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.left .modal-body {
        padding: 15px 15px 80px;
    }

    .modal.left.fade .modal-dialog {
        left: -380px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }

    .modal.left.fade.show .modal-dialog {
        left: 0;
    }

    .closeslidebarbtn{
        color: #ffffff;
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    /*обзор категорий*/

    .short_cat_review_main {
        height: 600px;
        overflow: hidden;
    }

    @media only screen and (max-width : 767px){
        .short_cat_review_main {
            height: auto;
            max-height: 500px;
            overflow: hidden;
        }

        .short_cat_review_main a div.card-img {
            background-color: #ced5dc;
            height: 300px!important;
            width: 100%;
        }
    }

    .short_cat_review_main a div.card-img {
        background-color: #ced5dc;
        height: 50%;
        width: 100%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .short_cat_review_main img {
        background-color: #ced5dc;
        max-height: 75%;
        width: 100%;
    }
    .short_cat_review_sub_txt {
        line-height: 1.5;
        text-align: left;
        box-sizing: border-box;
        text-decoration: none;
        background-color: transparent;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        font-size: .6rem;
        color: #777;
        text-decoration-line: none;
    }

    .short_cat_review_sub_2 a {
        font-family: Oswald, sans-serif;
        font-weight: 700;
        letter-spacing: -.02em;
        text-decoration-line: none;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: .5rem;
        line-height: 1.2;
        font-size: 1rem;
    }

    /*take a look at news_short.html*/

    .news_short {
        border-bottom: 1px solid rgba(229, 229, 229, 1);
        margin-bottom: 5px;
    }

    /*take a look in article_detail.html*/

    @media only screen and (max-width : 600px){
        .article-detail-lead h1.news_header {
           font-size: 2rem;
        }
    }

    .md_news_list_a_header {
        font-family: 'Roboto', sans-serif !important;
        font-size: 0.5rem !important;
        letter-spacing: -.02em;
        /*line-height: 0.1rem !important;*/
        font-weight: 400 !important;
        letter-spacing: 0.001rem !important;
        font-size: 1.1rem !important;
    }


    .news_column_db {
        border-bottom: 1px solid rgba(229, 229, 229, 1);
    }

    .news_column_sm_img {
        margin-bottom: 5px;
    }

/* для мобильной версии */

@media only screen and (max-width : 767px){
    .phone_ver_head {
        font-family: 'Oswald', sans-serif!important;
        color: #222!important;
        font-weight: 700!important;
        letter-spacing: -.02em!important;
        text-decoration-line: none!important;
        font-size: 1.3rem!important;
        line-height: 1.2!important;
        margin-bottom: .75rem!important;
    }

    .phone_ver_cat_name {
        font-family: 'Roboto', sans-serif!important;
        font-weight: 700!important;
        color: #777!important;
        text-decoration-line: none!important;
        font-size: 0.7rem!important;
    }

    .phone_ver_cat_date {
        font-weight: 400!important;
        margin: 0 0 0 .1rem!important;
        color: #777!important;
        text-decoration-line: none!important;
        font-size: 0.7rem!important;
    }

    .phone_ver_lead {
        font-size: 1rem!important;
        font-family: 'Roboto', sans-serif!important;
    }
}

/* Служба 005 */

h5.card-header {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    text-decoration-line: none;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    box-sizing: border-box;
    line-height: 1.2;
    font-size: 1.2rem;
}


.bg {
  /* The image used */
  /* background-image: url(""); */

  /* Half height */
  height: 50%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-color {
    background-color: #ff;
    background-clip: border-box;
    border-radius: 0;
}


.gallery-navbar .form-inline {
    border-top: 1px solid rgba(255,255,255,.1);
}

/*
.gallery_view {
}

.gallery_view .col {
    display: flex;
}

.gallery_view .card-body,
.gallery_view .card-footer {
    margin: 0 -15px 0 -15px;
    border-top: 0px solid rgba(255,255,255,.1);
}
*/


.gallery_view {
    column-count: 4;
    column-gap: 1rem;
}

.gallery_view .image_with_badge_container {
    margin: -15px 0 0 0;
}

.gallery_view .card-body {
    padding: .4rem;
}

.gallery_view h5.card-title {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    text-decoration-line: none;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    box-sizing: border-box;
    line-height: 1.2;
    font-size: 1.6rem;
}

.gallery_view .card-text a {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -.02em;
    font-weight: 900;
    color: #777;
    text-decoration-line: none;
}

.gallery_view .card-text {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -.02em;
    font-size: 0.8em;
    color: #777;
    text-decoration-line: none;
    margin-top: -8px;
}

.gallery_view .description {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #000;
}

.gallery_view .badge {
    color: #FFF;
    position: absolute;
    bottom: 60px; /* position where you want it */
    right: 5px;
    padding: 3px 6px;
}

/*.service005 {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

.service005 .causes {
        padding-left: 1em;
}

.service005 h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 900;
        font-size: 3.1rem;
        color: #000;
        letter-spacing: -.02em;
        line-height: 1.1;
        margin-left: 1rem;
}

.service005 h5 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 1.1rem;
        letter-spacing: -.02em;
        line-height: 1.1;
        display: inline-block;
        padding: 5px 13px;
        margin: 10px 0px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 0;
        -webkit-transform: skewX(-15deg);
        -moz-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        -o-transform: skewX(-15deg);
        transform: skewX(-15deg);
        background: #0174BD;
        color: #FFF;

}

.service005 h6 {
        font-size: 3rem;
        color: #0174BD;
        text-align: center;
        margin: 0.2em 0.2em 1em 0.2em;
}
*/