/* Article */
.services_table{
	width:80%!important;
}

.services_table tr td{
	min-width: 100px;
	border:1px solid #333!important;
}
.services_table tr td p{
	margin:5px;
	text-align: left;
}
.container-fluid.article{padding: 0 30px 30px;}
.article-text a{color: #c13a33; font-weight: bold;}
.article-text a:hover{color: #444; text-decoration: none;}
.article-text p, .rubric_description p{text-indent: 10px;}
.article .row:first-child{margin-bottom: 10px;}
.article .btn{
	float: left;
	padding: 8px 19px;
	background: white;
	border: 2px solid #C13A33;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
	border-radius: 3px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #C13A33;
	transition: background .3s ease 0s;
	text-transform: uppercase;
}
.article .btn-shadow{
	padding: 9px 20px;
	background: white;
	border: 1px solid #D7D7D7;
	border-radius: 3px;
	color: #838383;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	font-weight: bold;
	transition: background .3s ease 0s;
}
.article .btn-invert{background: #C13A33; color: white;}
.article .btn:hover{background: #C13A33; color: white;}
.article .btn-invert:hover{background: white; color: #C13A33;}

.article h1{
	margin: 10px 0;
	font-family: arial black, arial;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
}
.article h2{
	margin: 20px 0;
	font-family: arial black, arial;
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
}
.article a{text-decoration: underline;}
.article p{margin-bottom: 10px; text-align: justify;}
.article ul, .article ol{display: inline-block; padding-left: 1em;}

.article ul li, .article ol li{margin-bottom: 7px}
.article-text i, .article-text em{
	display: inline-block;
	margin-bottom: 16px;
	padding: 2px 0 2px 10px;
	border-left: 4px solid #C13A33;
	font-style: normal;
}

.a-social{float: left;}
.a-social span{color: #929292;}
.a-social a{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 4px;
	border-radius: 50%;
	background: #F2F2F2;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	color: #c13a33;
	text-align: center;
	font-size: 20px;
	line-height: 40px;	
	transition: .3s ease 0s;
}
.a-social a:hover{
	background: #C13A33;
	color: white;
}
.a-social a.copy{font-weight: bold;}
.a-social .telegram{
	font-size: 40px;
	top: 8px;
	position: relative;
	background: #c13a33;
	color: #F2F2F2;
}
.a-social .telegram:hover{
	background: #F2F2F2;
	color: #c13a33;
}
.a-social a i{
	margin: 0;
	padding: 0;
	border: none;
}
.consult{
	float: right;
	margin: 12px 0 12px 4px;
	font-size: 14px;
	text-transform: uppercase;
}
.article-text table tr td, .article-text table tr th{
	border: 1px solid #666;
	padding: 5px;
}
.article-text table i{
	display: inline;
	border: none;
	font-style: italic;
}
.err404{display:none;}

/* services list */
.bottom-form-cont .form-group{margin-bottom: 15px !important;}
.bfc-radio{font-size: 16px;}
.bfc-radio label, #bfc-captcha label{
	margin: 0;
	color: #444;
	font-weight: normal;
	line-height: 1;
}
.bfc-radio input{margin: 4px 4px 7px 0;}
#bfc-captcha label{margin: 16px 0;}
#bfc-captcha span{color: #949494; font-size: 12px;}

/**/
.article p.news-item{text-align: left;}
.news-date-time{color:#929292;}

/**/
.portfolio i{padding-right: 3px;color: #c13a33;font-weight: bold;}
.portfolio a{font-weight: bold;}
.portfolio a:hover{text-decoration: none;}

/**/
div.page_description .article .srv-similar h3{font-size: 24px; font-family: arial black, arial; text-transform: uppercase;}
#ul_dnd_blocks{
	margin: 0 0 16px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#ul_dnd_blocks li{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 0 33.33%;
	margin: 0 0 -2px 0;
	padding: 20px 20px 50px;
	border: 2px solid #c13a33;
	list-style: none;
	line-height: 1.3;
	position: relative;
}
#ul_dnd_blocks li:nth-child(3n+2){border-left: 0; border-right: 0;}
#ul_dnd_blocks li:last-child{border-left: 2px solid #c13a33;border-right: 2px solid #c13a33;}

div.moving{
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 1;
	padding: 8px;
	border: 1px solid #c13a33;
}

img.move{
	-webkit-transition: transform 3s ease 0s;
	-moz-transition: transform 3s ease 0s;
	-o-transition: transform 3s ease 0s;
	transition: transform 3s ease 0s;
	border-radius: 50%;
	width: 36px;
}
img.move:hover{
	-moz-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
	-o-transform: rotate(720deg);
	transform: rotate(720deg);
}

div.dnd_block img.block_icon{
	float: left;
	margin: 0 12px 12px 0;
}

#ul_dnd_blocks h2{margin: 0 0 10px; padding: 0 40px 0 100px; font-size: 16px;}
#ul_dnd_blocks h2 a{color: #c13a33; word-break: break-word;}
#ul_dnd_blocks h2 a:hover{text-decoration: none;}

.group-btn{position: absolute;left: 0;bottom: 10px;}
.group-btn .btn{margin-left: 20px;}

/* DESKTOP */
@media (max-width: 1274px){
#ul_dnd_blocks li{padding: 16px 12px 50px;}
.group-btn .btn{margin-left: 12px;}
}

@media (max-width: 1024px){
.article .group-btn .btn{font-size: 14px;}
}

/* DESKTOP */
@media (min-width: 1275px){
.container-fluid.article{max-width: 1350px; padding: 0 70px 30px;}
}
@media (min-width: 1025px){
div.page_description .article h1{font-size: 32px;}
div.page_description .article h2{font-size: 24px; font-family: arial black, arial; font-weight: 900;}
div.page_description .article h3{font-size: 16px;}
}
@media screen and (max-width: 1200px) and (min-width: 800px){
div.page_description .article h1{font-size: 32px;}
div.page_description .article h2{font-size: 24px; font-family: arial black, arial; font-weight: 900;}
div.page_description .article h3{font-size: 16px;}
}

/* SM */
@media (min-width: 720px) and (max-width: 959px){
#ul_dnd_blocks li{flex: 0 0 50%; padding: 16px 12px 50px;}
#ul_dnd_blocks li:nth-child(3n+2){border-left: 2px solid #c13a33;border-right: 2px solid #c13a33;}
#ul_dnd_blocks li:nth-child(2n+2){border-left: none;}
div.moving{display: none;}
#ul_dnd_blocks h2{padding: 0;}
}

/* XS */
@media (max-width: 719px){
.container-fluid.article{padding: 0 18px 30px;}
.consult, .a-social{float: none; text-align: center;}
/**/
#ul_dnd_blocks li{flex: 0 0 100%; padding: 16px 12px 50px;}
#ul_dnd_blocks li:nth-child(3n+2){border-left: 2px solid #c13a33;border-right: 2px solid #c13a33;}
div.moving{display: none;}
#ul_dnd_blocks h2{padding: 0;}
.article .group-btn .btn{margin-left: 12px;font-size: 14px;}
}
