main p a,table a {
    color: #4341c7;
    transition: .2s;
}
main a {
color: #5c87cf;
}
main p a:hover,table a:hover, main a:hover{
    color: #00538a;
}

div#breadcrumbs {
    padding: 10px;
}


.news {
    padding: 10px 0px 10px 0px;
}

.posts_container {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    border: 1px solid #dddcdc;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    position: relative;
	transition: 0.3s box-shadow ease, 0.3s border ease;
}
.posts_container:hover{
	box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
	border: 1px solid #bbbbbb;
}

.posts_container>img.thumbnail {
    width: 25%;
	object-fit: cover;
}

.posts_container>.text_container {
    width: 75%;
    padding: 20px 20px 10px 35px;
}

.posts_container>.text_container>a>h3 {
    margin: 0;
    font-size: 20px;
	color: #5c87cf;
	text-align: left;
}

.posts_container>.text_container>a>h3:hover {
    color: #383688;
}

main time {
    font-size: 0.95em;
    color: #505050;
}

.read_more {
    width: 100%;
    background: #ff8c27;
    /* background: #c7c7c7; красивый серый цвет*/
    color: #ffffff;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    transition: background .2s ease;
}

.read_more:hover {
    background: #ff7700;
    color: white;
}

.read_more_long {
    display: block;
    margin-left: 0px;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    position: relative;
    background: transparent;
    overflow: hidden;
	box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
}

.read_more_long::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(250, 250, 250);
    background: linear-gradient(38deg, rgba(250, 250, 250, 1) 0%, rgba(255, 140, 39, 1) 0%, rgba(236, 248, 250, 1) 80%);
    transition: all .6s ease;
}

.read_more_long>span {
    position: absolute;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    top: 12px;
    margin-left: 30px;
    color: #fff;
}

.read_more_long:hover::before {
    transform: scaleX(3) translate(33.33333%, 0%);
}


.pagination .page-numbers.current {
    background-color: #383688;
    color: white;
}
.pagination .page-numbers {
	border-radius: 5px;
	padding: 12px;
	transition: background-color .3s;
	display: inline-block;
	color: #383688;
}
.pagination .page-numbers:not(.current):hover {
	background-color: #ddd;}

.callback_general {
	padding-bottom: 40px;
	background: #ffffff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
    border: 1px solid #dddcdc;
    border-radius: 5px;
}
.callback_general>h2{
	text-align: center;
	margin-bottom: 40px;
}
.callback_general>h3 {
	text-align: center;
}
.callback_general>form{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
}

.callback_general>form>*{
	margin-right: 40px;
}
.callback_general>form>*:last-child {
	margin-right: 0px;
	width: 20%;
}
.callback_general>form>label{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-around;
    align-items: flex-start;
	width: 32%;
/* 	font-size:18px; */
}
.callback_general>form>label>input{
	width: 100%;
	height: 45px;
	font-size:16px;
	margin-top: 5px;
}
.callback_general>form>.button {
	height: 45px;
}

body.single-news h2 {
	text-align: center;
}
body.single-news main .thimbnail {
	max-width: 40%;
    position: relative;
    float: right;
    margin: 0 0px 20px 20px;
}
.clearfix { display: block; }
.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; margin: 0; padding: 0; }

main.main p>img {
	max-width: 65%;
    margin: 10px auto;
    display: block;
}


main.main h1,h2 {
	text-align: center;
}
main.main .wp-block-table table {
	background: #fff;
	box-shadow: 0px 0px 10px -4px rgb(98 98 98 / 82%);
	margin: 0 auto;
	width: 100%;
	border: 1px solid #6e6e6e;
}
main.main .wp-block-table table .cost{
	width:40%;
}
main.main .wp-block-table table tr:first-child td{
	background: #ef7f1a;
	font-weight: 800;
	
}

main.main .wp-block-table table tr>td {
	padding: 10px 10px 10px 20px;
	border: 1px solid #cfcfcf;
}
main.main  .wp-block-table table tr.block {
	cursor: pointer;
}
main.main  .wp-block-table table tr>td:not(:last-child){
	border-right: 1px solid #cfcfcf;
}
main.main  .wp-block-table table tr{
	border-bottom: 1px solid #cfcfcf;
}
main.main  .wp-block-table table tr:last-child {
		border-bottom: none;
}

main.main  .wp-block-table table tr.block:hover {
    background-color: rgb(255, 239, 234);
}
main.main .blocksContainer {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;	
	padding: 0 0 15px 5px;
}
main.main .blocksContainer .block {
	box-sizing:border-box;
	width:100%;
	min-width: 230px;
	max-width: 31%;
	border: 1px solid #383688;
	background: white;
	box-shadow: 0px 0px 10px -4px rgb(98 98 98 / 82%);
	padding: 20px;
	display:flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items:start;
	flex-wrap:nowrap;
	margin: 20px 5px 0 0;
}

@media (max-width: 1024px) {
	main.main .blocksContainer .block {
	max-width: 45%;
}
}
@media (max-width: 739px) {
	main.main .blocksContainer .block {
	max-width: 80%;
}
}

main.main .blocksContainer .block img{
	width: 65%;
}
main.main  .block .BlockText{
	text-indent: 0px;
	padding: 0px;
    margin: 10px 0 0 0;
}
main.main  .block .BlockText._title, main.main  .block img{
	align-self: center;
}
main.main  .block .BlockText._title, main.main  .block .BlockText ._coast{
	font-weight: normal;
}
main.main  .block .BlockText._title {
	text-transform: capitalize;
	align-self: center;
	margin-top: 20px;
}
main.main  .block .BlockText._description{
}
main.main  .block .BlockText._title {
	text-align: center;
	font-weight: bold;
}

main.main  .block .BlockText._coastCoantainer {
	font-weight: bold;
	margin-top: 25px;
}

main.main .blocksContainer .block .button {
	align-self: center;
	margin-top: 10px;
	width: 100%;
}









.sidebar {
	background: #ffffff;
	margin-top: -10px;
	margin-bottom: -10px;
	width: 30%;
	max-width: 350px;
	min-width: 250px;
	-webkit-box-shadow: 0px 0px 6px 2px rgb(98 98 98 / 82%);
    -moz-box-shadow: 0px 0px 6px 2px rgb(98 98 98 / 82%);
    box-shadow: 0px 0px 6px 2px rgb(98 98 98 / 82%);
}
.sticked_element {
	height: 100%;
	color:transparent;
	background:transparent;
	
}
.sidebar_content {
	position: sticky;
	top: 0;
	background: #ef7f1a;
	padding: 10px 0;
}
.sidebar_item{
	position: relative;
	transition: all .2s linear;
	padding: 10px 35px 10px 10px;
	cursor: pointer;
	display:block;
	text-decoration: none;
	color: black;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.sidebar_item.sidebar_item_connect {
	background: rgb(56, 54, 136);
    color: #fff;
}
.sidebar_item.sidebar_item_connect img {
	filter:invert(1);
}
.sidebar_item.sidebar_item_connect.active, .sidebar_item.sidebar_item_connect:hover {
	color: #000;
}

.sidebar_item.sidebar_item_connect.active img, .sidebar_item.sidebar_item_connect:hover img {
	filter:invert(0);
}
.sidebar_item::after{
    content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background: #ffffff;
        top: 50%;
        margin-top: 2px;
        right: 20px;
        transform: rotate(-45deg);
        transition: all .1s linear;
}
.sidebar_item::before{
    content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background: #ffffff;
        top: 49%;
        margin-top: -4px;
        right: 20px;
        transform: rotate(45deg);
        transition: all .1s linear;
}
.sidebar_item:hover:before, .sidebar_item:hover:after {
	background: #ef7f1a;
	right: 15px;
}

.sidebar_item:hover{
 	background: white;
	color: black;
	border-top: 1px solid #ef7f1a;
	border-bottom: 1px solid #ef7f1a;
}
@media (min-width: 600px) {
	.sidebar_item.active{
		background: white;
	}
	.sidebar_item.active:before, .sidebar_item.active:after {
	background: #ef7f1a;
	}
	
}
@media (max-width: 600px) {
main * {
	font-size: 15px;
}
	
main.main .wp-block-table table.count3td tr>td *,main.main .wp-block-table.count3td table tr>td{
		padding: 5px;
		font-size: 12.5px;
		line-height: 1.2;
	}
.sidebar_item {
    	border-bottom: solid 1px white;
	}
	.sidebar_item:first-of-type {
		border-top: solid 1px white;
	}
}
.sidebar .sidebar_title {
	padding: 0 10px ;
	font-weight: 800;
	text-align: center;
	text-indent: 0;
	margin: 10px 5px 30px 5px;
	width: 100%;
}
.content {
	width: 100%;
	padding: 0 30px 0 30px;
	overflow-y: hidden;
	
}
.content_item {
	padding-bottom:30px;
	display: none;
	transition: opacity .8s, margin-left .3s;
	z-index: -1;
} 

.content_item.active {
	position: static;
	margin-left: 0;
/* 	height: auto; */
/* 	opacity: 1; */
/* 	visibility: visible; */
} 


.chanelContainer {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
    border: 1px solid #dddcdc;
    border-radius: 5px;
}


.chanelContainer .block {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 16.66%;
    padding: 5px;
	border-radius: 5px;
    padding: 12px;
    transition: background-color .3s;
}
.chanelContainer .block:hover {
	background-color: #ddd;
}

.chanelContainer .block img {
	width: 50%;
}
.chanelContainer .block  ._chanell_name{
	font-size: 15px;
	margin: 1em 2px 0 2px;
	text-transform: capitalize;
	text-align: center;
	
}
.chanelContainer .block ._chanell_do_analog {
	font-size: 11px;
    padding: 1px;
    margin: 0;
	white-space: nowrap;
}
/* Слайдер */

/* Стили для слайдера */
.slider_general {
	margin: -10px 0 20px 0;
	width: 100%;
	height: 500px;
}
.slider_general .slide{
	overflow:hidden;
	transition: none;
}

.slider_general .slick-slide {
    height: 100%;
	position: relative;
}
.slider_general img {
	object-fit: cover; 
	object-position: left; 
}



.slider_general .slide_title {
	position: absolute;
    z-index: 1;
    top: 50px;
    right: 0;
	font-size: 28px;
	padding: 10px 40px 10px 10px;
	line-height: 1.6;
	max-width: 70%;
	text-align: right;
}
.slider_general .slide_title *{
	font-size: 28px;
}
.slider_general .button {
	position: absolute;
    bottom: 80px;
    right: 40px;
}

.slider_general .slick-track {
    display: flex;
    align-items: stretch;
	height: 100%;
}

.slider_general .slick-list {
    overflow: hidden;
	height: 100%;
}

.slider_general .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
	left: 50%;
	transform: translateY(-50%);
    margin: -30px 0 0 0;
}

.slider_general .slick-dots li {
    list-style: none;
    margin: 0 10px;
}

.slider_general .slick-dots li.slick-active button {
    background-color: rgb(88, 88, 88);
}

.slider_general .slick-dots li:hover button {
    background-color: rgb(161, 161, 161);
}

.slider_general .slick-dots button {
    font-size: 0;
    width: 20px;
    height: 4px;
    border: none;
    background-color: rgb(240, 240, 240);
    box-shadow: 0 0 2px black;
}
.main .form-container {
	margin: 20px auto;
	width: 60%;
	padding: 15px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
    border: 1px solid #dddcdc;
    border-radius: 5px;
}

.question_container {
	padding: 10px 20px ;
	box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    border: 1px solid #dddcdc;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s box-shadow ease, 0.3s border ease;
	margin-bottom: 5px;
}

.question_container:hover {
	box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
    border: 1px solid #bbbbbb;
}
.question_container h4 {
	margin: 0;
}

@media (max-width: 1024px) {
	.chanelContainer .block {
		width: 20%;
	}
	.main .form-container {
	width: 80%;
	}
}
@media (max-width: 911px) {
	.chanelContainer .block {
		width: 25%;
	}

@media (max-width: 767px) {
	main.main .wp-block-table table.count3td tr>td *,main.main .wp-block-table table.count3td tr>td{
		padding: 10px;
		font-size: 14px;
		line-height: 1.2;
	}
		.main .form-container {
		width: 100%;
	}
	.chanelContainer .block {
		width: 32%;
		
	}
	
	
	.slider_general img {
		width: 100%;
    	position: absolute;
    	bottom: 0;
	}
	
	.slider_general {
    	margin: -10px 0 20px 0;
    	width: calc(100% + 20px);
    	height: calc(100vh - 56px - 50px);
    	margin: -10px -10px 10px -10px;
	}
	
	.slider_general .slide_title {
    	max-width: 100%;
		padding: 10px 10px 10px 10px;
		font-size: 23px;
		top: 35px;
	}
	.slider_general .slide_title *{
		font-size: 21px;
	}
	.slider_general .slide_title p{
		margin: 0;
	}
	.slider_general .button {
    	right: 10px;
/* 		bottom: 140px; */
	}
	.slider_general .slick-dots {
/*     	margin: -80px 0 0 0; */
	}
	div#breadcrumbs { 
		padding: 0;
	}
	
}
@media (max-width: 450px) {
		main.main .wp-block-table table.count3td tr>td *, main.main .wp-block-table table.count3td tr>td{
		padding: 2px;
		font-size: 12px;
		line-height: 1.2;
	}
