.post_info_right_link{
	display: block;
	width: 48px;
	height: 48px;
	background-color: #2997d4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	border-radius: 5px;
}

.post_info_right_link:hover{
	background-color: #195b98;
}

.post_info_right_link.vk{
	background-image: url(svg/vk.svg);
}

.post_info_right_link.tg{
	background-image: url(svg/tg.svg);
}

.comments_title_wrap{
	display: flex;
	justify-content: space-between;
    align-items: center;
}

a.comment_btn_send{
	display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.breadcrumbs_link_span{
	color: rgba(49, 49, 49, 1);
    text-decoration: none;
}

.people_article ul li {
    margin: 5px 0;
    line-height: 1.6em;
}

.people_article iframe{
    max-width: 100%;
}

/* .home_cats_block{ */
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* align-items: center; */
/* } */

.people_photo{
	height: 400px;
}

.people_video{
	height: calc(100% + 4px) !important;
}

.sidebar_w .slick-arrow{
	display: none !important;
}

.form_line a{
	color: #fff;
	text-decoration: none;
}

.form_line a:hover{
	text-decoration: underline;
}

.people_article img{
	max-width: 100%;
	height: auto;
}

.people_article{
	line-height: 1.5em;
}


/***************************************************** category ****************************************/
.wrap_weather{
	padding: 75px 0;
}

.wrap_cat{
  padding: 75px 0;
}

.cat_head{
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}

.cat_description{
	width: 100%;
	margin-bottom: 25px;
	font-size: 18px;
	color: #666;
	line-height: 1.6em;
}

.cat_description p{
	margin: 15px 0;
}

.cat_description a{
	color: #195b98;
    font-weight: 600;
	text-decoration: none;
}

.cat_description a:hover{
	text-decoration: underline;
}

.peoples_cat_description{
	width: 100%;
	margin-bottom: 25px;
	color: #666;
	line-height: 1.6em;
}

.peoples_cat_description a{
	color: #195b98;
	font-weight: 600;
	text-decoration: none;
}

.peoples_cat_description a:hover{
	text-decoration: underline;
}

.people_article a{
	color: #195b98;
	font-weight: 600;
	text-decoration: none;
}

.people_article a:hover{
	text-decoration: underline;
}



.cat_img{
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70% auto;
}

.cat_title{
  font-size: 24px;
  font-weight: 600;
  margin-left: 15px;
}

.cat_content{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 44px);
  margin-left: -22px;
}

.cat_block{
  width: calc(100%/3 - 44px);
  margin: 22px;
}

.cat_block_img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(svg/rest.svg);
	background-position: center center;
	background-size: auto 75%;
	background-repeat: no-repeat;
}

.wnoimg .cat_block_img{
	height: 200px;
}

.cat_block_img img{
  max-width: 100%;
  height: auto;
}

.cat_block_title{
  width: 100%;
  margin-top: 20px;
}

.cat_block_title h2{
  color: #195b98;
  font-weight: 600;
  font-size: 18px;
}

.cat_block_text{
  width: 100%;
  margin-top: 15px;
}

.cat_block_text p{
 font-size: 16px;
 line-height: 1.5em;
 color: #666;
}

.cat_block_line{
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.cat_block_link{
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  transition: .3s;
}

.cat_block_link:hover{
  box-shadow: 0px 5px 10px 2px rgba(25, 91, 152, 0.2);
  transition: .3s;
}
/***************************************************** category ****************************************/

/***************************************************** weather_nb_container ****************************************/
.tab_weather{
	display: none;
}



.weather_nb_container{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
	margin: 7px 0;
	padding-bottom: 10px;
	text-decoration: none;
}

.weather_nb_container.yasno{
	background-color: rgba(41, 151, 212, 1);
}
.weather_nb_container.oblachno{
	background-color: rgba(51, 124, 191, 1);
}
.weather_nb_container.tuchi{
	background-color: #195b98;
}

.weather_nb_container.sneg:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-image: url('/_weather/bg/sneg.svg?v=1');
}

.weather_nb_place{
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	box-sizing: border-box;
	padding-left: 30px;
	background-image: url(svg/i_navigation.svg);
	background-repeat: no-repeat;
	background-position: left center;
}

.weather_nb_separator{
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 15px 0;
}

.weather_nb_info{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

.weather_nb_info_icon{
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.weather_nb_info_icon.oblachno{
	background-image: url(svg/weather_white/i_w_oblachno.svg);
}

.weather_nb_info_icon.tuchi{
	background-image: url(svg/weather_white/i_w_tuchi.svg);
}




.weather_nb_info_icon.tuchi.sneg.p1{
	background-image: url('/_weather/bg/tuchi/sneg/1.svg');
}
.weather_nb_info_icon.tuchi.sneg.p2{
	background-image: url('/_weather/bg/tuchi/sneg/2.svg');
}
.weather_nb_info_icon.tuchi.sneg.p3{
	background-image: url('/_weather/bg/tuchi/sneg/3.svg');
}
.weather_nb_info_icon.tuchi.rain.p1{
	background-image: url('/_weather/bg/tuchi/rain/1.svg');
}
.weather_nb_info_icon.tuchi.rain.p2{
	background-image: url('/_weather/bg/tuchi/rain/2.svg');
}
.weather_nb_info_icon.tuchi.rain.p3{
	background-image: url('/_weather/bg/tuchi/rain/3.svg');
}


.weather_nb_info_icon.oblachno.sneg.p1{
	background-image: url('/_weather/bg/oblachno/sneg/1.svg');
}
.weather_nb_info_icon.oblachno.sneg.p2{
	background-image: url('/_weather/bg/oblachno/sneg/2.svg');
}
.weather_nb_info_icon.oblachno.sneg.p3{
	background-image: url('/_weather/bg/oblachno/sneg/3.svg');
}
.weather_nb_info_icon.oblachno.rain.p1{
	background-image: url('/_weather/bg/oblachno/rain/1.svg');
}
.weather_nb_info_icon.oblachno.rain.p2{
	background-image: url('/_weather/bg/oblachno/rain/2.svg');
}
.weather_nb_info_icon.oblachno.rain.p3{
	background-image: url('/_weather/bg/oblachno/rain/3.svg');
}

.weather_nb_info_degrees{
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	margin: 0 16px;
}

.weather_nb_info_blocks{
	display: flex;
	margin: 10px 0;
}

.weather_nb_info_blocks:first-child{
	margin-right: 24px;
}

.weather_nb_info_block_title{
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

.weather_nb_info_block{
	margin: 0 12px;
}

.weather_nb_info_block:last-child{
	margin-right: 0;
}

.weather_nb_info_block:first-child{
	margin-left: 0;
}

.weather_nb_info_block_value{
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding-left: 27px;
}

.weather_nb_info_block_value:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-position: center center;
	background-repeat: no-repeat;
}

.weather_nb_info_block_value.moon:before{
	background-image: url(svg/i_moon.svg);
}

.weather_nb_info_block_value.pressure:before{
	background-image: url(svg/i_w_pressure.svg);
}

.weather_nb_info_block_value.wind:before{
	background-image: url(svg/i_w_wind.svg);
}

.weather_nb_info_block_value.humidity:before{
	background-image: url(svg/i_w_humidity.svg);
}
/***************************************************** weather_nb_container ****************************************/

/***************************************************** weather page ****************************************/
.weather_place_list{
	display: flex;
}

.weather_place_item{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	padding: 0 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	background: #195B98;
	border-radius: 12px;
	margin-right: 10px;
	cursor: pointer;
	transition: .3s;
}

.weather_place_item:hover{
	box-shadow: 0px 5px 10px 2px rgba(25, 91, 152, 0.2);
	transition: .3s;
}

.weather_place_line{
	display: flex;
	align-items: center;
	margin-top: 35px;
	margin-bottom: 20px;
}

.weather_place_line_title{
	flex-grow: 1;
	box-sizing: border-box;
	padding-right: 50px;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.4em;
}

.weather_place_line_search_container{
	width: 560px;
	min-width: 560px;
}

.weather_place_line_search{
	width: 100%;
	box-sizing: border-box;
	height: 56px;
	border: 2px solid #195B98;
	border-radius: 10px;
	padding: 0 24px;
	padding-right: 60px;
	outline: none;
	background-image: url(svg/i_search.svg);
	background-repeat: no-repeat;
	background-position: right 24px center;
}

.weather_place_line_search::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; font-size: 16px;}
.weather_place_line_search::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; font-size: 16px;}
.weather_place_line_search:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; font-size: 16px;}
.weather_place_line_search:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; font-size: 16px;}
.weather_place_line_search:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.weather_place_line_search:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.weather_place_line_search:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.weather_place_line_search:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
/***************************************************** weather page ****************************************/

/***************************************************** commentы ****************************************/
.my_commentlist{
	border-top:none;
}
.my_commentlist .comment{
	padding:0 0 15px 0;
	border:none;
}

.my_commentlist .pingback{
	padding:0 0 15px 0;
	border:none;
}
.my_commentlist .comment .children {
	list-style-type: none;
	padding:0px;
	margin-left:0px;/*РµСЃР»Рё РЅСѓР¶РµРЅ РѕС‚СЃС‚СѓРї РґР»СЏ РґСЂРµРІРѕРІРёРґРЅС‹С… РєРѕРј. РїРѕСЃС‚Р°РІСЊС‚Рµ 15px*/
}


.my_commentlist .comment .children .comment{
	margin:15px 0 0 15px;
	border:none;
	padding: 0;
}

#comments {
    background: #fff;
	width: 100%;
	padding: 15px 0;
	padding-bottom: 0;
	box-sizing: border-box;
}

#comments h3{
	color: rgba(0,0,0,0.75);
}

#comments .my_commentlist{
    padding: 0;
	list-style:none;
	margin: 20px 0;
	margin-bottom: 0;
}
#comments .my_commentlist .comment {
    margin:0;
    padding: 0;
	background: #fff;
	margin-bottom: 15px;
}
#comments .my_commentlist .vcard{
	display: flex;
	align-items: center;
    width: 100px;
}

#comments .my_commentlist .vcard .commentid{
    margin-left: 15px;
}

#comments .my_commentlist .vcard .com_per{
    display: none;
}

#comments .my_commentlist .commentmetadata {
    float:left;
}

#comments .my_commentlist .comment-content{
	width: 100%;
	margin-top: 0;
	font-size: 16px;
	line-height: 1.5em;
}

#comments .my_commentlist p{
    clear:none;
	color: #555;
    font-size: 14px;
    line-height: 1.5em;
}


#comments .my_commentlist .reply {
	display: flex;
    background: #fff none repeat scroll 0 0;
    padding-bottom: 0;
    text-align: right;
	margin-top: 10px;
}

.comment-respond{
	margin: 20px 0;
}

#comments .my_commentlist .reply a{
    background-color: #2997d4;
    border: none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 36px;
	margin-right: 15px;
    min-height: 36px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
}

#comments .my_commentlist .reply a:hover{
    background-color: #195b98;
	color: #fff;
}


.my_commentlist .avatar{
	border: medium none;
    border-radius: 50%;
    float: none;
    margin: 5px auto;
    padding: 0px;
    display: table;
}

.my_commentlist .comment-header{
    height: 30px;
    background: #2997d4;
	margin-bottom: 15px;
	display: none;
}

.my_commentlist cite{
    color: #fff;
    font: bold 13px/30px arial;
    padding-left: 10px;
}

.my_commentlist cite a{
    color: #fff;
	text-decoration: none;
}

.my_commentlist cite a:hover{
	text-decoration: underline;
}

.my_commentlist .com_date {
    color: #fff;
    font: normal 13px/30px arial;
    float: right;
    padding-right: 15px;
}

.my_commentlist .commentnumber {
    color: #fff;
    float: right;
    font: italic 13px/30px arial;
    padding-right: 15px;
}

.my_commentlist .comment-body {
    overflow: hidden;
    position: relative;
	background:#fff;
}

.my_commentlist .rep-authorcom {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: 30px;
}

.my_commentlist .edit-link a {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: #999!important;
    display: inline-block;
    font-size: 11px !important;
    font-weight: normal;
    line-height: 30px;
    margin-right: 5px !important;
    min-height: 30px;
    padding: 0 !important;
    text-align: center;
    text-decoration: none;
}

.comment-awaiting-moderation {
    color: #999;
    font-size: 12px;
}

.vip1,.vip, .vp, .vip2, .vip3, .vip4, 
.vip5, .vip6, .vip7  {
    border: medium none;
    font: bold 13px arial;
    display: block;
    text-align: center;
	margin-bottom: 5px;
	cursor:pointer;
}

.vp {color: #195b98; text-decoration: none;}
.vip1 {color: #195b98; text-decoration: none;}
.vip2 {color: #BE005E; text-decoration: none;}
.vip3 {color: #2e517e; text-decoration: none;}
.vip4 {color: #658a18; text-decoration: none;}
.vip5 {color: #00A56D; text-decoration: none;}
.vip6 {color: #e35d28; text-decoration: none;}
.vip7 {color: #99A400; text-decoration: none;}
.vip {color: #4c5176;font-size: 11px;margin: 0; display: none;}


.comment-reply-title{
	margin-bottom: 15px;
	color: rgba(0,0,0,0.75);
	font-size: 16px;
}

.comment-form{
	display: flex;
	flex-wrap: wrap;
}

.comment-notes{
	font-size: 14px;
}

.comment-form-comment{
	width: 100%;
	margin-top: 15px;
}

.comment-form-comment label{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
}

.comment-form-comment textarea{
	width: 100%;
	resize: none;
	margin-top: 3px;
	box-sizing: border-box;
	padding: 10px;
	outline: none;
	border-radius: 0;
	margin-bottom: 5px;
	border: 1px solid rgba(0,0,0,0.3);
}

.comment-form-comment textarea:focus{
	border: 1px solid #2997d4;
}

.comment-form-author{
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}

.comment-form-author label{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
}

.comment-form-author input{
	width: 100%;
	resize: none;
	margin-top: 3px;
	box-sizing: border-box;
	padding: 10px;
	outline: none;
	border-radius: 0;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,0.3);
}

.comment-form-author input:focus{
	border: 1px solid #2997d4;
}

.comment-form-email{
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
}

.comment-form-email label{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
}

.comment-form-email input{
	width: 100%;
	resize: none;
	margin-top: 3px;
	box-sizing: border-box;
	padding: 10px;
	outline: none;
	border-radius: 0;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,0.3);
}

.comment-form-email input:focus{
	border: 1px solid #2997d4;
}

.form-submit{
	width: 100%;
	margin-top: 5px;
}

.form-submit .submit{
	border: none;
	background-color: #2997d4;
	border-radius: 5px;
	color: #fff;
	padding: 15px 25px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

.form-submit .submit:hover{
	background-color: #195b98;
}

.pro_comments .children{
	margin-left: 50px;
	box-sizing: border-box;
	background-color: #fff;
	border-left: 1px solid rgba(0,0,0,0.3);
	padding-left: 20px
}

.logged-in-as a{
	color: #195b98;
}
/***************************************************** commentы ****************************************/








.home_about_block{
	text-decoration: none;
}

.pagination__list .next.pagination__link:before,
.pagination__list .prev.pagination__link:before{
    content: attr(title);
}
.pagination__list .pagination__link.disabled{
    display: none;
}


body .is-layout-flex {
    display: flex;
}
.is-layout-flex {
    flex-wrap: wrap;
    align-items: stretch;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit;
}
@media (min-width: 600px) {
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33333% - 10px);
        margin: 5px;
	}
}



.widget_content_category{
	display: flex;
    flex-wrap: wrap;
}

.widget_content_category .weather_block_container{
	width: 20%;
}






.weather_cat{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 26px);
	margin-left: -13px;
}


.weather_block_container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100%/4 - 26px);
  margin: 13px;
  height: 230px;
  border: 1px solid rgba(255,255,255,0.75);
  box-sizing: border-box;
  color: #fff;
  border-radius: 10px;
  transition: .5s;
}

.weather_block_container:hover{
  transition: .5s;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(34, 60, 80, 0.25);
  -moz-box-shadow: 0px 0px 15px 10px rgba(34, 60, 80, 0.25);
  box-shadow: 0px 0px 15px 10px rgba(34, 60, 80, 0.25);
}

body.home .weather_block_container{
  background: transparent !important;
}

.weather_city{
	position: absolute;
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-left: 30px;
	background-image: url(svg/i_navigation.svg);
	background-repeat: no-repeat;
	background-position: top 2px left;
}

.weather_line{
  position: absolute;
  left: 0;
}

.weather_line.addinfo{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.weather_line.temperature{
  top: 85px;
}

.weather_line.info{
  top: 95px;
  left: 170px;
}

.weather_night_v{
	position: relative;
	margin-top: 10px;
	padding-left: 28px;
}

.weather_night_v:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(svg/i_moon.svg);
}

.weather_line.addinfo{
  bottom: 15px;
  font-size: 14px;
}

.weather_sep{
  margin: 0 6px;
}

.weather_line_info{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.weather_icon{
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.weather_icon.sun{
 background-image: url(svg/sun.svg);
}

.weather_degrees{
  position: relative;
  font-weight: 600;
  font-size: 28px;
  margin-left: 5px;
}

.weather_degrees::after{
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.times_block{
  width: 250px;
  box-sizing: border-box;
  padding: 15px;
  padding-right: 0;
}

.weather_add_value{
  position: relative;
  padding-left: 12px;
}

.weather_add_value.windy{
	padding-left: 0;
}

.weather_add_value_v{
	position: relative;
	margin-top: 10px;
	box-sizing: border-box;
	padding-left: 25px;
}

.weather_add_value_v:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-position: center center;
	background-repeat: no-repeat; 
}

.weather_add_value.windy .weather_add_value_v:before{
    background-image: url(svg/i_w_wind.svg); 
}

.weather_add_value.water .weather_add_value_v:before{
    background-image: url(svg/i_w_humidity.svg);
}

.weather_add_value.bar .weather_add_value_v:before{
    background-image: url(svg/i_w_pressure.svg); 
}

.weather_add_value.water{
  margin: 0 10px;
}

.weather_add_value::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/*
.weather_add_value.windy::before{
  background-image: url(svg/windy.svg);
}

.weather_add_value.water::before{
  background-image: url(svg/water.svg);
}

.weather_add_value.bar::before{
  background-image: url(svg/bar.svg);
}
*/








































.weather_block_container{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.weather_block_container.yasno{
	background-color: #189dbc;
}
.weather_block_container.oblachno{
	background-color: #6889bc;
}
.weather_block_container.tuchi{
	background-color: #195b98;
}

.weather_block_container.sneg:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-image: url('/_weather/bg/sneg.svg?v=1');
}

.weather_icon.yasno{
	background-image: url('/_weather/bg/yasno/icon.svg');
}
.weather_icon.tuchi{
	background-image: url('/_weather/bg/tuchi/icon.svg');
}
.weather_icon.oblachno{
	background-image: url('/_weather/bg/oblachno/icon.svg');
}

.weather_top_line_icon.weather_icon{
	width: 36px;
    height: 36px;
}


.weather_icon.tuchi.sneg.p1{
	background-image: url('/_weather/bg/tuchi/sneg/1.svg');
}
.weather_icon.tuchi.sneg.p2{
	background-image: url('/_weather/bg/tuchi/sneg/2.svg');
}
.weather_icon.tuchi.sneg.p3{
	background-image: url('/_weather/bg/tuchi/sneg/3.svg');
}
.weather_icon.tuchi.rain.p1{
	background-image: url('/_weather/bg/tuchi/rain/1.svg');
}
.weather_icon.tuchi.rain.p2{
	background-image: url('/_weather/bg/tuchi/rain/2.svg');
}
.weather_icon.tuchi.rain.p3{
	background-image: url('/_weather/bg/tuchi/rain/3.svg');
}


.weather_icon.oblachno.sneg.p1{
	background-image: url('/_weather/bg/oblachno/sneg/1.svg');
}
.weather_icon.oblachno.sneg.p2{
	background-image: url('/_weather/bg/oblachno/sneg/2.svg');
}
.weather_icon.oblachno.sneg.p3{
	background-image: url('/_weather/bg/oblachno/sneg/3.svg');
}
.weather_icon.oblachno.rain.p1{
	background-image: url('/_weather/bg/oblachno/rain/1.svg');
}
.weather_icon.oblachno.rain.p2{
	background-image: url('/_weather/bg/oblachno/rain/2.svg');
}
.weather_icon.oblachno.rain.p3{
	background-image: url('/_weather/bg/oblachno/rain/3.svg');
}








.weather_clock_slider .weather_icon{
	width: 36px;
	height: 36px;
	background-size: contain;
}

.weather_container .weather_icon.yasno{
	background-image: url('svg/weather_new/yasno.svg');
}
.weather_container .weather_icon.tuchi{
	background-image: url('svg/weather_new/tuchi.svg');
}
.weather_container .weather_icon.oblachno{
	background-image: url('svg/weather_new/oblachno.svg');
}



.weather_container .weather_icon.tuchi.sneg.p1{
	background-image: url('svg/weather_new/tuchi_sneg_1.svg');
}
.weather_container .weather_icon.tuchi.sneg.p2{
	background-image: url('svg/weather_new/tuchi_sneg_2.svg');
}
.weather_container .weather_icon.tuchi.sneg.p3{
	background-image: url('svg/weather_new/tuchi_sneg_3.svg');
}
.weather_container .weather_icon.tuchi.rain.p1{
	background-image: url('svg/weather_new/tuchi_rain_1.svg');
}
.weather_container .weather_icon.tuchi.rain.p2{
	background-image: url('svg/weather_new/tuchi_rain_2.svg');
}
.weather_container .weather_icon.tuchi.rain.p3{
	background-image: url('svg/weather_new/tuchi_rain_3.svg');
}


.weather_container .weather_icon.oblachno.sneg.p1{
	background-image: url('svg/weather_new/oblachno_sneg_1.svg');
}
.weather_container .weather_icon.oblachno.sneg.p2{
	background-image: url('svg/weather_new/oblachno_sneg_2.svg');
}
.weather_container .weather_icon.oblachno.sneg.p3{
	background-image: url('svg/weather_new/oblachno_sneg_3.svg');
}
.weather_container .weather_icon.oblachno.rain.p1{
	background-image: url('svg/weather_new/oblachno_rain_1.svg');
}
.weather_container .weather_icon.oblachno.rain.p2{
	background-image: url('svg/weather_new/oblachno_rain_2.svg');
}
.weather_container .weather_icon.oblachno.rain.p3{
	background-image: url('svg/weather_new/oblachno_rain_3.svg');
}



.weather_week_days .weather_icon{
	background-size: contain;
}




@media only screen and (max-width: 1199px){
	.weather_place_line_search_container{
		width: 400px;
		min-width: 400px;
	}
	
	.weather_block_container{
	  width: calc(100%/3 - 26px);
	}
	
	.cat_content{
		justify-content: center;
	}
	
	.cat_block{
	  width: calc(100%/2 - 44px);
	  max-width: 450px;
	}
}

@media only screen and (max-width: 1023px){
	.weather_place_line{
		flex-wrap: wrap;
	}
	
	.weather_place_line_title{
		font-size: 20px;
	}
	
	.weather_place_line_search_container{
		width: 100%;
		min-width: inherit;
		margin-top: 15px;
	}
	
	.weather_place_item{
		font-size: 16px;
	}
	
	.weather_block_container{
	  width: calc(100%/2 - 26px);
	}
}

@media only screen and (max-width: 767px){
	.weather_place_item{
		font-size: 14px;
	}	
	
	.cat_content{
		width: calc(100% + 24px);
		margin-left: -12px;
	}
	
	.cat_block{
	  width: calc(100%/2 - 24px);
	  margin: 12px;
	}
}

@media only screen and (max-width: 639px){
	.weather_place_list{
		flex-wrap: wrap;
	}
	
	.weather_place_item{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
	}

	.weather_block_container{
	  width: calc(100% - 26px);
	}	
	
	.cat_content{
		width: 100%;
		margin-left: 0;
	}
	
	.cat_block{
	  width: 100%;
	  margin: 12px 0;
	}
	
	.header_title{
		font-size: 20px;
	}
	
	.cat_title{
		font-size: 18px;
	}
}