/*
Theme Name: Seym 2019
Theme URI: http://seyminfo.ru/
Author: n-pro
Author URI: http://seyminfo.ru
Description: Description
Version: 1.0.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

*/

/*--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:400,700,700i,800,800i&display=swap&subset=cyrillic-ext');

/*

font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;

*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

html {
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	background-color: #fff;
}

body, #vopros_seym , p{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

.vopros_seym {
	margin-top: 20px;
	display: inline-block;
}

a {
	color: #000;
}

.full_post_text a{
	color: #ff7b00;
}



li.active {
	border-bottom: #cccccc 10px solid;
	z-index: 1;
}

.menu-item a{
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}

.top-news {
	background-color: #eaeaea;
}

.top-news img{
	max-height: 360px;
	object-fit: cover;
}

.row {
	margin: 0;
}

.rpwwt-widget li {
		list-style: none;
}

.news-small {
		border: 1px #cccccc solid;
		background-color: #fff;
}

.one-program {
	margin-top: 20px;
	border: 1px #71a8de solid;
	background-color: #e7f4f9;
}

h2, .h_post {
		border-bottom: #000 1px solid;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 18px;
		width: 100%;
	}

.social-icon img{

}

/*search*/

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}
	
	input[type=search] {
	background: transparent url(img/find.svg) no-repeat;
	/*background-position: -3px 2px;*/
	background-size: 25px auto;
	padding: 9px 10px 9px 32px;
	width: 55px; /* Ширина по умолчанию */
	border: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 100px; /* Ширина при наличии фокуса ввода */
	background-color: #fff;
	border-color: #ff7b00;
	
	-webkit-box-shadow: 0 0 5px rgba(255,123,0,.5);
	-moz-box-shadow: 0 0 5px rgba(255,123,0,.5);
	box-shadow: 0 0 5px rgba(255,123,0,.5); /* Эффект свечения */
}

	
/* min button*/	
#search-form input[type=search] {
	width: 10px;
    height: 10px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	float: left;
	position: absolute;
	/*left: -20px;*/
    top: 15px;
    z-index:20;
}
#search-form input[type=search]:hover {
	background-color: #fff;
}
#search-form input[type=search]:focus {
	width: 100%;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}

:focus {
    outline: none;
}	
/*search*/

.footer {
	padding-top: 20px;
}

.copyright {
	padding-top: 40px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.rpwwt-widget li {
		border-bottom: 1px #000 solid;
		padding: 5px 0 5px 0;
	}

	.rpwwt-widget a {
		color: #6b6b6b;
		display: inline-block;
	}
	
	.rpwwt-post-date, .rpwwt-post-categories{
		font-weight: bold;
		font-size: 1em;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.rpwwt-post-date{
		background-color: #cccccc;
		padding:3px;
		width: auto;
		display: inline-block;
		margin-right: 10px;
		line-height: 1;
	}

	.rpwwt-post-categories {
		width: auto;
		display: inline-block;
	}

#vopros_seym, .wpcf7-list-item-label{
	font-size: 1em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}

#fancybox-close {
    background: transparent url(/img/fancybox.png) -40px 0px;
}

.logo-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.text-muted {
	margin-left: 15px;
	font-size: 14px;
	margin-bottom: 15px;
}

.post-block .post_title_h2{
	border: none;
	padding: 15px 15px 0 15px;
	min-height: 94px;
}

.post-block .content_wrap a{
	color: #ff7c00;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}



.icon_date {
	font-size: 1em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 15px;
}

.header {
	min-height: 62px;
}

.img-container {
	text-align: center;
	margin-bottom: 20px;
}

.p > img.aligncenter {
	text-align: center;
}



.h1, h1 {
    font-size: 2rem;
}

.nav-links {
	margin-bottom: 20px;
}

a:hover, a:active, a.nav-link:hover, a.nav-link:active{
	color: #ff7c00;
	text-decoration: none;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}

.nav-links a{
	text-decoration: none;
	border: 1px solid #000;
	background-color: transparent;
}

.nav-links a:hover, .nav-links a:active{
	color: #fff;
	border: 1px solid #ff7c00;
	background-color: #ff7c00;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}

.nav-links .page-numbers{
	margin:10px;
	padding: 5px 10px;
}

.nav-links .current {
	border: 1px solid #ff7c00;
	background-color: #ff7c00;
	color: #fff;
}

.full_post_container{
	margin-top: 20px;
}

.widget {
	margin-bottom: 20px;
}

.partners img{
	max-height: 55px;
}


.social-icons {
	display: inline-block;
}

.page_container {
	margin-top: 20px;
}

.projects_block_title {
	font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.projects_block {
	margin-bottom: 20px;
	text-align: center;
}

.projects_link {
	font-weight: bold;
	float: right;
}

.text-muted .news-cat{
	font-size: 16px;
}

.statistika {
	display: flex;
	justify-content: flex-end;
}

.slider-center {
	margin-top: 20px;
}

.radio-block {
	margin-top: 20px;
}


.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.youtube-efir iframe {
	display:block;
	margin: 0 auto;
}

.reklama {
	margin-top: 20px;
}

.news-frame {
	
	border: 1px #cccccc solid;
    background-color: #fff;	
}

#wpcf7-f99715-p1683-o1 {
	background-color: #eaeaea;
    padding: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

#wpcf7-f99715-p1683-o1 .wpcf7-list-item-label {
	font-size: 1.1em;
	margin-left: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}

#wpcf7-f99715-p1683-o1 p, #wpcf7-f99715-p1683-o1 label{
	display: block;
}

#wpcf7-f99715-p1683-o1 label{
	display: block;
}

.field_required {
    color: #ff0000;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-shadow: 0px 0px 0px #ffffff;
}

.post_full .wp-post-image {
	max-width: 800px;
	width: 100%;
}

.uptl_container {
    z-index: 100500;
    margin: 20px 0 20px 0;
}

.full_post_text h2 {
    border-bottom: none;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    text-transform: none;
}


@media (min-width: 100px) {
	.d-none {
		display: none;
	}

	.content_wrap {
		padding: 0 15px 0 15px;
		min-height: 0px;
	}

	.navbar-toggler-icon {
		background-color: #ff7b00;
		display: block;
		height: 4px;
		margin-top: 3px;
	}

	.top-line {
    	margin-top: 10px;
    	border-bottom: #ff7b00 2px solid;
		z-index: 0;
	}

	#search-form input[type=search] {
		top: 5px;
	}

	li.active {
	border-bottom: #cccccc 2px solid;
	z-index: 1;
	}

	.v-centre-news .col-12, .col-xl-9, .grey-line .col-12, .col-xl-9 {
		padding-left: 0;
		padding-right: 0;
	}

	.grey.col-12 {
		padding-left: 5px;

	}

	.recent-posts-widget-with-thumbnails {
		max-height: 5000px;
		overflow: hidden;
	}

	.top-news h5 {
	    margin-top: 0px;
	}

	.content-container {
    	margin-top: 15px;
	}

	.news-small {
	    border: 1px #cccccc solid;
	    background-color: #fff;
	    max-width: 100%;
	    margin-top: 20px;
	}

	.grey-line {
		margin-top: 20px;
	}

	.news-cat {
		font-size: 1em;
		font-family: 'Open Sans Condensed', sans-serif;
		padding-left: 20px;
		margin-bottom: 10px;
		display: inline-block;
	}

	.card-body {
		min-height: 0;
	}

	.play_img {
	    background-image: url(img/play_img.png);
	    background-repeat: no-repeat;
	    display: block;
	    position: absolute;
	    margin-top: -50%;
    	margin-left: 25%;
	}

	.nav-links .page-numbers {
	    margin: 5px;
	    padding: 1px 2px;
	    float: left;
	}

	.mv {
		display: flex;
		justify-content: space-around;
		margin-top: 3px;
	}
	
	.mvb {
		display: block;
		margin-top: 3px;
	}

	.mh {
		display: none;
	}

	.social-icons img {
		max-height: 20px;
	}
	.youtube-efir iframe {
		width: 100%;
		height: auto;
	}
	
	.video-vk{
		width: 100%;
		height: 100%;
		min-height: 0px;
	}
	
	.statistika {
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}
	
	h6.news-title {
		min-height: 100px;
	}
	
	.news-small h6, .news-frame h6 {
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		padding: 20px;
	}

	img.play_video{
		position: absolute;
		left: 100px;
		top: 50px;
		display: block;
		width: 70px;
	}

	.recent-posts-widget-with-thumbnails {
		max-height: 5000px;
		overflow: hidden;
		position: relative;
		top: 0;
	}

	.aligncenter {
		clear: both;
		display: inline;
		text-align: center;
		max-width: 100%;
		height: auto;
	}
}


}

@media (min-width: 576px) {
	.mv, .mvb  {
		display: none;
	}

	.social-icons img {
		max-height: 30px;
	}

	img.play_video{
		position: absolute;
		left: 140px;
		top: 100px;
		display: none;
	}

	
}


@media (min-width: 768px) {

	img.play_video{
		position: absolute;
		left: 140px;
		top: 100px;
		display: none;
	}

	.menu-item a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
	}

	li.active {
	border-bottom: #cccccc 5px solid;
	z-index: 1;
	}

	.top-line {
    margin-top: 0;
    border-bottom: #ff7b00 5px solid;
    z-index: 0;
    margin-top: -13px;
	}

	.play_img {
	    background-image: url(img/play_img.png);
	    background-repeat: no-repeat;
	    display: block;
	    position: absolute;
	    margin-top: -25%;
	    margin-left: 45%;
	}

	.post_video_iframe {
	    height: 480px;
	    width: 850px;
	}

	.time_date {
		margin-bottom: 20px;
	}

	.nav-links .page-numbers{
		margin:10px;
		padding: 5px 10px;
		float: none;
	}

	.mh {
		display: block;
	}
	
	.statistika {
		display: flex;
		justify-content: flex-end;
		margin-top: 0;
	}
	
	.mv, .mvb  {
		display: none;
	}


}


@media (min-width: 992px) {

	.content_wrap {
		padding: 0 15px 0 15px;
		min-height: 220px;
	}

.col-lg-1-5 {
		-ms-flex: 0 0 19%;
    	flex: 0 0 19%;
    	max-width: 19%;
	}

	.col-lg-2-5 {
		-ms-flex: 0 0 40%;
    	flex: 0 0 40%;
    	max-width: 40%;
	}

	.col-lg-3-5 {
		-ms-flex: 0 0 60%;
    	flex: 0 0 60%;
    	max-width: 60%;
	}

	.col-lg-4-5 {
		-ms-flex: 0 0 78%;
    	flex: 0 0 78%;
    	max-width: 78%;
    	margin-right: 0;
	}

	.d-xl-block {
	    display: none!important;
	}

	.news-small {
	    border: 1px #cccccc solid;
	    background-color: #fff;
	    max-width: 230px;
	}

	.recent-posts-widget-with-thumbnails {
		max-height: 810px;
		overflow: hidden;
	}
	
	.youtube-efir iframe {
	width: 80%;
	height: 500px;
	}
	
	.mv, .mvb  {
		display: none;
	}

	.top-news img {
		min-height: 0;
	}

	img.play_video{
		position: absolute;
		left: 140px;
		top: 100px;
		display: none;
	}

	.aligncenter {
		clear: both;
		display: block;
		margin: auto;
	}

}

@media (min-width: 1200px) {
	.menu-item a {
	    color: #000;
	    font-size: 14px;
	    text-transform: uppercase;
	}

	

	li.active {
	border-bottom: #cccccc 10px solid;
	z-index: 1;
	}

	.top-line {
    margin-top: 0;
    border-bottom: #ff7b00 10px solid;
    z-index: 0;
    margin-top: -18px;
	}

	.container {
    max-width: 1610px;
	}

	.content-container{
		margin-top: 15px;
	}

	.d-xl-block {
	    display: block!important;
	}

	.logo {
		margin-top: 0;
		float: right;
		width: 162px;
	}

	h2 {
		font-size: 18px;
		width: 100%;
	}

	.h_post {
		font-size: 24px;
		width: 100%;
	}

	.col-xl-12, .col-xl-8, .col-xl-4 {
		padding: 0;
		margin: 0;
	}

	.top-news a{
		color: #000;

	}

	.col-lg-1-5 {
		-ms-flex: 0 0 19%;
    	flex: 0 0 19%;
    	max-width: 19%;
	}

	.col-lg-2-5 {
		-ms-flex: 0 0 40%;
    	flex: 0 0 40%;
    	max-width: 40%;
	}

	.col-lg-3-5 {
		-ms-flex: 0 0 60%;
    	flex: 0 0 60%;
    	max-width: 60%;
	}

	.col-lg-4-5 {
		-ms-flex: 0 0 79%;
    	flex: 0 0 79%;
    	max-width: 79%;
    	margin-right: 0;
	}

	.news-small, .news-frame {
		margin-top: 20px;
		max-width: 235px;
	}

	.news-small h6, .news-frame h6 {
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		padding: 20px;
	}

	.img-180 {
		max-height: 160px;
		min-height: 160px;
		object-fit: cover;
		object-position: top;
	}

	.img-300 {
		max-height: 300px;
		min-height: 300px;
		object-fit: cover;
	}

	.center-content {
		margin: 0 0 0 15px;
	}

	

	.rpwwt-widget li {
		list-style: none;
	}


	.grey {
		padding: 12px 15px 0 15px;
	}

	

	.navbar {
		margin-left: 30px;
	}

	.grey-line {
		background-color: #eaeaea;
		padding-top: 20px;
		margin-top: 20px;
		padding-bottom: 20px;
	}

	.rpwwt-post-title {
		display: block;
	}

	h6.news-title {
		min-height: 135px;
	}

	.social-block {
		margin-bottom: 35px;
	}

	.one-h2 {
		margin-top: 53px;
	}

	.sidebar-b {
		padding-right: 0;
	}

	h2.v-centre, .h_post {
		margin-left: 15px;
	}

	.v-centre-news {
		padding-right: 0;
		padding-left: 0;
	}

	#search-form input[type=search] {
    	top: 15px;
	}
	
	.card-body {
		min-height: 380px;
		display: flex;
    	flex-direction: column;
	}
	
	.video-vk{
		width: 100%;
		height: 100%;
		min-height: 500px;
	}
	
	.mv, .mvb  {
		display: none;
	}

	.top-news img {
		min-height: 360px;
	}

	img.play_video{
		position: absolute;
		left: 140px;
		top: 100px;
		display: block;
		width: 92px;
	}

	.recent-posts-widget-with-thumbnails {
		max-height: 5000px;
		overflow: hidden;
		position: relative;
		top: -20px;
	}
	


}

@media (min-width: 1600px) {
	.news-small, .news-frame {
		margin-top: 20px;
		max-width: 300px;
	}

	.recent-posts-widget-with-thumbnails {
		max-height: 5000px;
		overflow: hidden;
		position: relative;
		top: -20px;
	}

	.top-news h5 {
    	margin-top: 25px;
	}
	
	.mv, .mvb  {
		display: none;
	}

	img.play_video{
		position: absolute;
		left: 200px;
		top: 100px;
		display: block;
		width: 92px;
	}
	

}