
#support {
	overflow: hidden;
}

.support_b{
	background-color: #f2f2f2;
	display: block;
	width: 100%;
	padding-top: 100%;
	line-height: 120%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	text-decoration: none;
	margin-top: 30px;
}
.support_b:hover{
	opacity: 0.8;
}

.support_b1{
	background-image: url('/templates/new/i/support/1.png');
}
.support_b2{
	background-image: url('/templates/new/i/support/2.png');
}

@media screen and (max-width: 850px){ 
	.support_b{
		display: none;
	}
}



.admin_edit_article{
	position: fixed;
	top: 300px;
	right: 40px;
	display: block;
	border: solid 1px #e2e2e2;
	padding: 10px;
	background-color: #fff;


}



#support_sections  li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	padding-top: 15px;
	padding-bottom: 15px;
	background: #03a9f5;
	color: #fff;
	transition: ease-in all 0.1s;

}
#support_sections  li:last-child{
	border-bottom: none;
}

#support_sections  li a,#support_sections  li span.link{
	max-width: 70%;
	line-height: 1.2;
	transition: ease-in all 0.1s;
}
#support_sections  li span.counter{
	max-width: 25%;
	display: block;
	height: 25px;
	width: 25px;
	font-size: 14px;
	line-height: 25px; 
	text-align: center;

}
#support_sections  li.hover span, #support_sections  li.current span {

	line-height: 1.2;
	color: #ff3100;
}

#support .left_col ul li{
	padding: 12px 17px;
}

#support .left_col #search{
	display: none;
}
#support .left_col ul{
	margin-top: 0;
}
#content .inner h1{
	margin-bottom: 50px;
}



#support .right_col .record-sniped .image,
#support .right_col .record-sniped .link{
	height: unset !important;
}
#support .right_col .record-sniped .image img {
	display: block;
	width: 100%;
	height: auto;
}


#support .right_col .record-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 200px);
	justify-content: space-between;
	gap: 20px;
}

#support .right_col .record-sniped {
	width: unset !important;
	height: unset !important;
}

@media (max-width: 1170px) {
	#support .right_col .record-wrapper {
		grid-template-columns: repeat(3, 200px);
	}
}
@media (max-width: 1000px) {
	#support .right_col .record-wrapper {
		grid-template-columns: repeat(2, 200px);
	}
}
@media (max-width: 456px) {
	#support .right_col .record-wrapper {
		grid-template-columns: repeat(1, 100%);
	}
}

#support .right_col .record-sniped .link{

	padding: 10px;
}

#support .right_col .record-sniped .link .record-title{
	font-size: 13px;
}

#support .right_col .record-sniped .link .record-title{
	font-size: 13px;
}
#support .right_col .record-sniped .link .record-descr{
	font-size: 13px;
	line-height: 1.4;
	padding-top: 10px;
}

#support table {
    width: 100%;
	max-width: 100% !important;
    border-collapse: collapse;
}

#support th, #support  td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}



/* Стили только для мобильных устройств (например, при ширине экрана менее 600px) */
@media screen and (max-width: 600px) {
    #support table, #support thead, #support tbody, #support th, #support td, #support tr {
        display: block; /* Превращаем все элементы таблицы в блоки */
    }

    thead #support tr {
        display: none; /* Скрываем исходный заголовок таблицы */
    }
    
    #support tr {
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    #support td {
        /* Делаем ячейки похожими на элементы списка */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%; /* Освобождаем место для data-label */
        text-align: left;
    }
}


@media screen and (max-width: 1180px) {


}


@media screen and (max-width: 1000px){
	body#page_id_6 #support .right_col{
		width: 480px;
	}
}

@media screen and (max-width: 808px){
  

}
@media screen and (max-width: 640px){

	body#page_id_6 #support .right_col{
		width: 100%;
	}

}
