/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/* -------------------- Стили сайтбара  -------------------- */

.widget-header {
    margin: 0 0 15px;
    padding: 15px 0 14px;
    font-weight: normal;
    font-size: 19px;
    text-align: center;
    background: #f8f8f8;
    border-left: 5px solid #71823c;
    border-radius: 3px;
}

/* -------------------- Верхнее меню -------------------- */
.main-navigation, .footer-navigation {
    padding: 0 0px;
    font-size: 14px;
    background: linear-gradient(to left, #05ba5b, #3b69ba);
}

/* -------------------- Логотип растянутый -------------------- */

.site-logotype img {
    max-width: 500px;
    max-height: 100px;
}

.site-branding-container {
    overflow: hidden;
    padding-left: 1px;
    margin-top: 30px;
	font-family: "Kurale", Arial, Helvetica, Arial, sans-serif; /* шрифт заголовка */
}

/* -------------------- Стили красивой таблицы -------------------- */

tr:hover td{
background: #e7edf7;
}

tr:nth-child(odd) {
  background: white;
}
tr:nth-child(even) {
  background: #f7f7f7;
}

.entry-content table.dobrat td, .entry-content table.dobrat th {
    border: 1px solid #ccc;
    padding: 2px 10px;
}

/* -------------------- Название сайта -------------------- */
.site-branding-container {
    overflow: hidden;
    padding-left: 1px;
    margin-top: 30px;
}

.site-title {
    
    font-weight: 500;
}

.widget {
    margin-bottom: 35px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 500px){
.site-description {
    
     display: none; 
}}

/* -------------------- Telephone шортокды -------------------- */
span.num {
    background: none repeat scroll 0 0 #0035ff0d;
    border: 2px solid #02458d;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    /*color: #444;*/
    font-weight: bold;
    margin: 1px 1px;
    padding: 2px 6px 3px 6px;
}

/* -------------------- Редактируем содержание -------------------- */
.entry-content .table-of-contents {
   /* display: none; */
	margin: 0 0 40px -30px;
    padding: 10px 10px 10px;
    background: #0035ff0d;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(143, 137, 123, 0.4);
    box-shadow: 0 0 10px rgba(143, 137, 123, 0.4);
}

.entry-content .table-of-contents__header {
    padding: 10px 10px;
    font-weight: bold;
}

.entry-content .table-of-contents.open .table-of-contents__list, .table-of-contents__list .js-table-of-contents-list {
     margin: 0 0 10px -20px;
    /* list-style: none; */
    /* display: table !important; */
}

.entry-content .table-of-contents ul, .taxonomy-description .table-of-contents ul {
	column-count: 2;
    column-width: 243px;
    column-gap: 2em;
}

.entry-content .table-of-contents ul li {
    padding-left: 10px;
    float: left;
    margin: 0 10px 5px 20px;
    /* font-size: 16px; */
}

.entry-content .table-of-contents ul>li:before{
list-style: none;
	display:none;
}

.entry-content .table-of-contents__list .level-2 {
    font-size: .92em;
    padding-left: 20px;
}

.entry-content .table-of-contents__list .level-2 a {
    color: #428bca;
}

/* -------------------- SH_Block шортокды (Цветной блок заливки) -------------------- */
.sh_block {
    padding: 15px;
    background: #0035ff0d;
    border-left: solid 4px #71823c;
    color: #333;
    font-style: normal;
    margin: 10px 0;
}
.sh_block ul, .sh_block ol {
margin: 0 0 0 0;
}

.color-bl {
    padding: 10px;
	margin: 5px 0;
    overflow: hidden;
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

          font-family: verdana,geneva,sans-serif;
          
}


/* -------------------- SH_Block шортокды (Цветной блок с imb) -------------------- */

.img_block_green {
    margin: 10px 0;
    padding: 10px 10px 10px 110px;
    border: 1px solid #71823c;
	min-height: 100px;
	    border-radius: 3px;
    background: url(img/drevo.png) no-repeat 15px 50%;
	background-size: 80px;
    
    line-height: 1.3;
}

.img_block_blue {
    margin: 10px 0;
    padding: 10px 10px 10px 110px;
    border: 1px solid #71823c;
	min-height: 100px;
	    border-radius: 3px;
    background: url(img/drevo_blue.png) no-repeat 15px 50%;
	background-size: 80px;
   
    line-height: 1.3;
}

.img_block_orange {
    margin: 10px 0;
    padding: 10px 10px 10px 110px;
    border: 1px solid #71823c;
	min-height: 100px;
	    border-radius: 3px;
    background: url(img/drevo_orange.png) no-repeat 15px 50%;
	background-size: 80px;
    
    line-height: 1.3;
}

.img_block_leto {
    margin: 10px 0;
    padding: 10px 10px 10px 110px;
    border: 1px solid #71823c;
	min-height: 100px;
	    border-radius: 3px;
    background: url(img/drevo_leto.png) no-repeat 15px 50%;
	background-size: 80px;
    
    line-height: 1.3;
}

.img_block_purp {
    margin: 10px 0;
    padding: 10px 10px 10px 110px;
    border: 1px solid #71823c;
	min-height: 100px;
	    border-radius: 3px;
    background: url(img/drevo_purp.png) no-repeat 15px 50%;
	background-size: 80px;
    
    line-height: 1.3;
}

.img_block_red {
    margin: 10px 0;
    padding: 10px 10px 10px 110px;
    border: 1px solid #71823c;
	min-height: 100px;
	    border-radius: 3px;
    background: url(img/drevo_red.png) no-repeat 15px 50%;
	background-size: 80px;
    
    line-height: 1.3;
}

@media (max-width: 468px){
	.img_block_leto, .img_block_green, .img_block_orange, .img_block_blue {
    
    padding: 10px 10px 10px 80px;
    background-size: 50px;
		
		
    
}

.site-logotype img {
     max-width: 80px; 
    
}}

span.bus {
    background: url(https://topparki.ru/wp-content/themes/root/images/bus.png) no-repeat scroll 0 0;
    background-size: 25px;
    line-height: 30px;
    /* margin: 0 0px 0 0; */
    
    padding: 5px 0 40px 30px;
	
	
}

span.trollz {
    background: url(https://topparki.ru/wp-content/themes/root/images/trolz.png) no-repeat scroll 0 0 ;
	background-size: 25px;
    line-height: 30px;
    /* margin: 0 0px 0 0; */
    
    padding: 5px 0 40px 30px;
	
}

span.tramv {
    background: url(https://topparki.ru/wp-content/themes/root/images/tram.png) no-repeat scroll 0 0 ;
	background-size: 25px;
    line-height: 30px;
    /* margin: 0 0px 0 0; */
    
    padding: 5px 0 40px 30px;
	
}

span.metro {
    background: url(https://topparki.ru/wp-content/themes/root/images/metro.png) no-repeat scroll 0 0;
	background-size: 25px;
    line-height: 30px;
    /* margin: 0 0px 0 0; */
    
    padding: 5px 0 40px 30px;
	
}

span.taxi {
    background: url(https://topparki.ru/wp-content/themes/root/images/taxi.png) no-repeat scroll 0 0;
	background-size: 25px;
    line-height: 30px;
    /* margin: 0 0px 0 0; */
   
    padding: 5px 0 40px 30px;
	
}


.entry-content h3 {
	text-align: center;
	padding-bottom: 5px;
}

.entry-content h2 {
  /* чтобы линии не выходили за ширину блока заголовка */
  overflow: hidden;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #239B00!important;
}


.markedTextBlock {
    margin: 15px 0;
    border: 1px solid #d8d8d8;
    border-left: 0;
    border-right: 0;
}

.markedTextBlock {
    margin: 15px 0;
    text-align: center;
    border: 2px solid #d1d1d1;
    border-left: 0;
    border-right: 0;
}


.markedTextBlock_in {
    padding: 20px 0 20px;
    
}

.markedTextBlock_in {
	
    padding: 20px 40px;
    color: #3b69ba;
    line-height: 1.6em;
}


/* -------------------- Ширина основного контента -------------------- */

/* @media (min-width: 1430px){
.container {
    width: 1400px;
	}
	
	.content-area {
    width: 970px;
    padding-left: 40px;
}
	
}

*/

/* -------------------- Ширина основного контента -------------------- */

@media (min-width: 1240px){
.container {
    width: 1220px;
	}
	
	.content-area {
    width: 840px;
    padding-left: 40px;
}	
}

@media (min-width: 992px) and (max-width: 1200px){
.container {
    width: 992px;
}}


/* -------------------- Ширина основного контента ЛЕВЫЙ САЙТБАР, если правый то закрыть --------------------

@media (min-width: 1200px){
body.sidebar-left .content-area {
    left: 360px;
}
}

body.sidebar-left .entry-image {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1200px){
body.sidebar-left .widget-area {
    right: 840px;
}
}
 */

/* -------------------- Блок карты с метками -------------------- */
@media (min-width: 600px){
.map_place {
    margin-bottom: 20px;
	}
}

	@media (max-width: 599px){
.map_place {
    margin-bottom: 20px;
	height:300px;
	}
		
		.YMaps{height:300px !important;}
}


/* -------------------- Recomend Block -------------------- */

.post-card {
    max-width: 340px;
    
}

@media (min-width: 768px){
.b-related__items {
    margin-left: 10px;
}}

.post-card-read {
    /* max-width: 330px; */
    margin-bottom: 80px;
    margin-left: 40px;
    margin-right: auto;
	clear: both;
}

.post-card-read__image img {
    display: block;
    /* margin: 0 auto; */
    /*width: 100%; */
    max-height: 140px;
	float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
}

.post-card-read .entry-title {
    font-size: 19px;
    margin-bottom: 14px;
}

.entry-meta-read:before, .entry-meta-read:after {
    content: " ";
    /* display: table; */
    line-height: 0;
}

.post-card-read__content {
    font-size: .9em;
}


	@media (min-width: 100px) and (max-width: 576px) {
	.post-card-read {
    max-width: 330px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.post-card-read__image img {
    position: relative;
    margin-bottom: 10px;
    background: #d0cbcb;
}

.post-card-read .entry-title {
    font-size: 19px;
    margin-bottom: 14px;
}

.entry-meta-read:before, .entry-meta-read:after {
    content: " ";
    display: table;
    line-height: 0;
}

.post-card-read__content {
    font-size: .8em;
}
	
	.post-card-read__image .entry-meta-read {
   position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding: 20px 15px 10px;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.6));
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.6));
    font-size: .8em;
    color: #fff;
    opacity: .5;
    filter: "alpha(opacity=50)";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
}

@media (min-width: 1200px) {
.b-r--before-site-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
	}

.b-r--before-site-content {
    margin: 0 0 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}


/* -------------------- Рекламный Block -------------------- */

.money-3 {
    width: 650px;
    height: 260px;
}

.money-1, .money-3 {
    border: 5px solid #d3d7de;
    margin: 27px auto 23px;
    position: relative;
    z-index: 0;
}




/* -------------------- Блоки горнолыжек -------------------- */


.trailsContentWrap {
    min-height: 50px;
    background: #f0f0f0;
	border: 1px solid #71823c;
    display: table;
	    margin-bottom: 5px;
	width: 100%;
}

.trailsContentWrap1 {
    min-height: 100px;
    background: #f0f0f0;
	padding: 10px 10px 10px 10px;
}

.trailsContentWrapPog {
    min-height: 150px;
    background: #f0f0f0;
}

.trailsContentWrap .fcell, .trailsContentWrapPog .fcell {
    float: left;
    line-height: 20px;
    width: 25%;
    padding: 20px 10px 18px 24px;
    color: #313131;
      
}

.trailsContentWrap .adress, .trailsContentWrapPog .adress {
    float: left;
    line-height: 20px;
    width: 25%;
    padding: 20px 0 18px 24px;
    color: #313131;
      
}

.trailsContentWrap .tel, .trailsContentWrapPog .tel {
    float: left;
    line-height: 20px;
    width: 25%;
    padding: 20px 0 18px 24px;
    color: #313131;
      
}

.trailsContentWrap .sezon, .trailsContentWrapPog .sezon {
    float: left;
    line-height: 20px;
    width: 25%;
    padding: 20px 0 18px 24px;
    color: #313131;
      
}

.trailsContentWrap .rejim, .trailsContentWrapPog .rejim {
    float: left;
    line-height: 20px;
    width: 25%;
    padding: 20px 0 18px 24px;
    color: #313131;
      
}

.trailsContentWrap .sait, .trailsContentWrapPog .sait {
    float: left;
    line-height: 20px;
    width: 25%;
    padding: 20px 0 18px 24px;
    color: #313131;
      
}

.trailsContentWrap .vokzal, .trailsContentWrapPog .vokzal {
    float: left;
    line-height: 20px;
    width: 25%;
    padding: 20px 0 18px 24px;
    color: #313131;
      
}


@media (max-width: 1000px) {
 
	.trailsItem {
    
    width: 211px;
    height: 74px;
    line-height: 22px;
    padding: 16px 0 0 31px;
    border: 3px solid #f26d6d;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
	.trails{
        max-width: 211px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
	
}
}

.trailsContentWrap .scell, .trailsContentWrapPog .scell {
    float: right;
    width: 75%;
	padding: 10px 10px 10px 10px;
}


.clear, .social-likes__widget {
    clear: none!important;
}

@media (min-width: 1001px) and (max-width: 2900px) {
.trailsItem {
    float: left;
    width: 25%;
    height: 74px;
    line-height: 22px;
    padding: 16px 0 0 31px;
    border: 3px solid #f26d6d;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
	.trails{
        
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
	
}
}

.trailsItem span {
    display: block;
    line-height: 15px;
    color: #b20707;
    font-size: 18px;
    font-family: 'Helvetica_Roman';
}

.trailsItem p {
    color: #b20707;
    font-size: 18px;
    font-family: 'Helvetica_Thin';
}

.trailsItem.blue {
    border-color: #00b0dd;
}

.trailsItem.blue span, .trailsItem.blue p {
    color: #068fc8;
}



.trailsItem.green {
    border-color: #42a520;
}

.trailsItem.green span, .trailsItem.green p {
    color: #318311;
}

.trailsItem.black {
    border-color: #676767;
}

.trailsItem.black span, .trailsItem.black p {
    color: #464545;
}

.mob-search {
    display: block;
}

body.sidebar-none .breadcrumb {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

/* -------------------- Table Home -------------------- */
.content_home1 ol, .content_home1 .content_home1 ol {
    counter-reset: point;
    margin: 0 30px 0;
    padding-bottom: 15px;
	    column-count: 4;
    column-width: 240px;
    column-gap: 2em;
}

.content_home1 {
    
    margin: 0 30px 30px;
    padding-bottom: 15px;
    border: 1px solid #71823c;
    border-radius: 3px;
    
}

.content_home1 ol a {
	    color: rgba(0,0,0,0.75);
}


.placesListItem {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 0 35px 0;
    padding: 0 10px 0 160px;
    height: 135px;
    width: 50%;
    min-width: 290px;
}

@media screen and (max-width: 500px) {
.placesListItem {
     height: auto; 
    width: 100%; 
    min-width: auto; 
	padding: 0 10px 0 0;
}
	
	.placesListItem img {
    display: none;
}
}

.placesList a:visited {
    color: #212121;
    
	
}
a.placesListLink:visited {
    text-decoration: none;
    color: #000;
	
	
}
.placesList a {
    color: #212121;
    text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
}


.placesListItem img {
    position: absolute;
    left: 0;
    height: 135px;
    width: 135px;
}
img {
    border: 0px;
}


.placesListTitle {
    display: block;
    font-family: "Arial" ,"Helvetica Neue", Helvetica, Arial, sans-serif;
    
    font-size: 18px;
    margin: 0 0 5px;
	font-weight: normal;
}

.placesListAnons {
    font-family: Open Sans,Arial,sans-serif;
    font-size: 13px;
    color: #242424;
    margin: 10px 20px 0 0;
}





.alignleft {
padding: 2px;
border: 4px solid #eee;
}


.aligncenter {
padding: 2px;
border: 4px solid #eee;
}

.alignright {
    padding: 2px;
border: 4px solid #eee;
}

/* -------------------- синий значек -------------------- */
span.i_sh:before {
    content: "\f315";
	  margin: 0 7px 0 0;
    font-size: 1.4em;
}

span.i_sh {
    font-family: 'WebHostingHub-Glyphs';
    font-style: normal;
	  color: #5a80b1;
}

@font-face {font-family:"WebHostingHub-Glyphs";font-weight:400;font-style:normal;src:local('WebHostingHub-Glyphs'),url(//topparki.ru/wp-content/themes/root/fonts/webhostinghub-glyphs.woff) format("woff");}

/* -------------------- blockquote.check -------------------- */


@media (min-width: 767px){
.entry-content blockquote.check {
    padding: 5px 30px 5px 100px;
}}

.entry-content blockquote.check {
    margin-left: 0;
    border-radius: 0;
    background: linear-gradient(to right,#f3f9fb 61px, #fff 61px, #fff 100%);
    border: 3px solid #f3f9fb;
    position: relative;
    padding-left: 130px;
}


.entry-content blockquote {
    border-color: #5b9fee !important;
}

@media (min-width: 768px){
.entry-content blockquote {
    margin: 35px 0;
}}

.entry-content blockquote {
    clear: both;
}


.entry-content blockquote.check:before, .taxonomy-description blockquote.check:before {
    background: url(/wp-content/uploads/2019/07/check.png) no-repeat;
	content: '';
    width: 45px;
    height: 48px;
    position: absolute;
    left: 37px;
    top: 40%;
}

.post-home {
    margin-bottom: 0;
}



.category {
	margin: 0 0 50px;
}

.category__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 5px;
    border: 1px solid #DBEDF5;
    border-radius: 10px;
}

.category__item,
.category__list {
	/*width: 50%;
	padding: 0 20px; */
}

.category__item {
	overflow: hidden;
}

.category__list {
	font-weight: 500;
}

.category__list-item {
	position: relative;
	padding: 0 0 0 35px;
	list-style: none;
}

.category__list-item:not(:last-child) {
	margin-bottom: 15px;
}

.category__list-item:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 3px solid #4471BB;
	border-radius: 50%;
}

.category__list-link {
	color: #362E48;
}

.category__list-link:hover {
	color: #4471BB;
}

ul.category__list  {
    counter-reset: point;
    column-count: 3;
    column-width: 330px;
    column-gap: 2em;
    
}





/*___________________________________*/




.post-card--small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    min-width: 280px;
    max-width: 300px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}



.post-card--small .post-card__thumbnail {
    max-width: 100px;
    margin-right: 20px;
    margin-bottom: 0;
}

.post-card__thumbnail {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    margin-bottom: 1em;
}

.post-card--small .post-card__body {
    position: static;
}

.post-card__body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.post-card--small .post-card__title {
    position: static;
    font-size: .9em;
}



.post-card__title {
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: .4em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.post-card__title a {
    padding-top: .1em;
    padding-bottom: .1em;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.post-card--small .post-card__description {
    margin-bottom: .5em;
    font-size: .8em;
    opacity: .7;
}

.post-card__description {
    position: relative;
    margin-bottom: .4em;
}



.pop2019 {
    margin: 0 !important;
    padding: 5px 0 0 0;
}

.title2 {
    font: 900 26px/1 "Roboto",sans-serif;
    text-transform: uppercase;
    display: block;
    border-bottom: 3px solid #413f4f;
    padding: 10px 0;
    margin: 10px 0 30px 0;
}

.pop2019 ul {
    padding: 0;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.pop2019 ul.top2 li {
    border-bottom: none;
}
.pop2019 ul li:nth-child(odd) {
    padding-right: 7.5px;
}
.pop2019 ul li {
    box-sizing: border-box;
    flex: 50%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdbd9;
}

.pop2019 ul li a {
    text-decoration: none !important;
}

.pop2019 ul li img {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 100% !important;
	    height: 200px;
   
    will-change: opacity;
}

.pop2019 ul.top2 li a p {
    margin: 15px 0;
    font: 700 18px/1.3 "Roboto",sans-serif;
}
.pop2019 ul.top2 li p {
    font: 400 16px/1.3 "Roboto",sans-serif;
}
.pop2019 ul li a p {
    font: 700 16px/1.3 "Roboto",sans-serif;
}

.pop2019 ul.top2 li p {
    font: 400 16px/1.3 "Roboto",sans-serif;
}

.pop2019 ul li:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.pop2019 .wpp-list li a {
    display: flex;
}
.pop2019 ul li a {
    text-decoration: none !important;
}

.pop2019 .wpp-list li a img {
    width: 80px !important;
    height: 80px !important;
    padding-right: 15px;
}

.pop2019 ul li a p small {
    font: 400 12px/1.3 "Roboto",sans-serif;
    display: block;
    padding-top: 10px;
}

.pop2019 ul li:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}


/* - Страница города Обзоры*/

.rubricatorBlock {
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 #BBCED9;
    overflow: hidden;
	
-webkit-box-orient: horizontal;
display: flex;
justify-content: flex-start;
    flex-flow: row wrap;
	align-items: stretch;
	margin-top: 60px;
    margin-bottom: 60px;
	}
	
	
	.rubricatorBlock .rubricatorItem:nth-last-child(n+3), .rubricatorBlock .rubricatorItem:nth-last-child(n+3) ~ * {
    width: 33.3%;
}

.rubricatorBlock .rubricatorItem:nth-child(n+4), .rubricatorBlock .rubricatorItem:nth-child(n+4) ~ * {
    width: 25%;
}

.rubricatorBlock .rubricatorItem {
    padding: 20px 20px 20px 20px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    top: 1px;
}

.rubricatorItem:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    top: 20px;
    left: -1px;
    background: #C9D9E2;
    position: absolute;
}

.rubricatorTheme {
    font-weight: bold;
    font-size: 14px;
    color: #2660bf;
    letter-spacing: 0.44px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.rubricatorBlock .rubricatorItem:nth-child(1) .rubricatorTitle, .rubricatorBlock .rubricatorItem:nth-child(2) .rubricatorTitle, .rubricatorBlock .rubricatorItem:nth-child(3) .rubricatorTitle {
    font-size: 20px;
}
.rubricatorTitle {
    font-size: 16px;
    color: #000000;
    text-align: left;
    line-height: 25px;
}

.rubricatorTitle a {
    color: inherit;
    text-decoration: none;
}

.rubricatorItem:after {
    content: "";
    display: block;
    width: 200%;
    height: 1px;
    bottom: 1px;
    right: 0;
    background: #C9D9E2;
    position: absolute;
}

@media screen and (max-width: 500px) {
body .rubricatorBlock .rubricatorItem {
    width: 100% !important;
}
}


/* - Описание рубрики -*/
.taxonomy-description {
    
    font-size: 1em;
    
    background: none; 
    
    color: #222;
    box-shadow: 0 1px 2px 0 #BBCED9;
}

/* - Описание рубрики картиник + внутри текст -*/

.fullpage {
    margin-bottom: 60px;
}

@media (max-width: 1400px) {
.inner {
    overflow: hidden;
}
}

.articles-preview {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
}

.articles-preview_item.all-4 {
    flex: 1 1 25%;
}

.articles-preview_item {
    position: relative;
    flex: 1 1 25%;
    margin-bottom: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    min-width: 250px;
}

.articles-preview_tag {
    display: block;
    position: absolute;
    left: 35px;
    top: 25px;
    text-transform: uppercase;
    padding: 7px 10px;
    background: #1D8DD5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    z-index: 2;
}

.articles-preview_link {
    display: block;
    position: relative;
    height: 100%;
    color: #fff;
}

.articles-preview_photo {
    display: block;
    position: relative;
    width: 100%;
	min-height: 180px;
	max-height: 350px;
}

.articles-preview_content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 65px 25px 25px;
    background-color: rgba(0,0,0,0.4);
}

.articles-preview_link {
    
    color: #fff;
}

.articles-preview_title {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}


/* - Инлайн текст + картинка -*/


@media only screen and (min-width: 426px){
.link_to_article {
    margin-top: 40px;
    margin-bottom: 40px;
}
}

.post_card_frame {
    padding: 0px;
    height: auto;
}

.post_card_frame {
    display: flex;
}

a.post_card_frame {
    cursor: pointer;
}

@media only screen and (min-width: 426px){
.post_card_text {
    display: block;
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
}
	
	.thumbnail_frame {
    width: 50%;
}
	
	
	}

@media screen and (max-width: 426px) {
.post_card_frame {
    height: 360px;}
	
	.post_card_frame .thumbnail_frame {
    height: auto;}
}
@media screen and (min-width: 428px) {
.post_card_frame {
    height: 181px;}
	
	.post_card_frame .thumbnail_frame {
    height: 181px;}
}


.thumbnail_frame, .thumbnail_frame:after {
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px;
}
/*
.thumbnail_frame {
    width: 50%;
}
*/

.post_card_frame .thumbnail_frame {
   /* height: 181px; */
    display: block;
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
    margin-top: -1px;
    overflow: hidden;
	float: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
}

.article_content .link_to_article .post_card_text {
    display: block;
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
}

.post_card_frame .post_date {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #666666;
   /* position: absolute; */
    bottom: 12px;
    left: 18px;
	margin-top:15px;
}

.post_card_frame:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    content: "";
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    pointer-events: none;
}

@media only screen and (max-width: 425px) {
.post_card_frame {
    padding-bottom: 50px;
}
}

.post_card_frame {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    display: block;
    color: inherit;
    text-decoration: none;
    padding-bottom: 50px;
    position: relative;
  /* height: 360px; */
}

.post_card_frame .post_category {
    color: #2660bf;
    margin-right: auto;
    margin-top: 10px;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
}

@media only screen and (min-width: 426px){
.link_to_article h2.post_title {
    color: #111111;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.005em;
    margin: 0px;
	margin-bottom: 20px;
}
	}

.post_card_frame .post_card_text {
    padding-left: 18px;
    padding-right: 18px;
    display: block;
	float: left;
}


/* Грид новостей ИЗ */



.lenta_news__day:last-child {
    margin: 0 0 20px 0;
}

.lenta_news__day__title, .lenta-page .lenta_news__day h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.lenta_news__day__list__item {
    background: #0069eb14;
    padding: 17px 20px;
    margin: 0 0 10px 0;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

.lenta_news__day__list__item__time {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 0;
}
.small-gray {
    font-size: 12px;
    color: #aaa;
}

.lenta_news__day__list__item__title {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #000;
    margin: 0px 0 0 12px;
    width: 77%;
}

.gkblock-1 {
    background: linear-gradient(45deg, #d5f0fd, #ffecf1);
}

.gkblock-1, .gkblock-2, .gkblock-3 {
    margin: 20px 0;
    padding: 35px 20px 35px 44px;
}

.gkblock-1 ul, .gkblock-2 ul, .gkblock-3 ul, .gkblock-1 ol, .gkblock-2 ol, .gkblock-3 ol, .gkblock-1 dl, .gkblock-2 dl, .gkblock-3 dl {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
