.tmp_link_block_1{
	margin:100px auto;
	display: flex;
	flex-direction: column;
	/*flex-wrap: wrap;*/
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	height:100%;
	max-height: 460px;
}
.tmp_link_block_1 a{
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	color:#ffffff;
}
.tmp_link_block_1 a img{
	max-width: 120px;
}
.tmp_link_block_1 a p{
	color:#ffffff;
	margin-top:20px;
}
.services-section-three.only_white:before{
	display: none;
	opacity: 0;
	width: 0;
	height: 0;
}
.clients-section.white_bg{
	background-color: transparent;
}

.letters{
	margin-top:50px;
}
.letters .let_el{
	text-align: center;
	margin-bottom: 40px;
}
.letters .let_el img{
	max-width: 75%;
}


.ttable {
	border-left:2px solid #f3f3f3;
	border-top:2px solid #f3f3f3;
	width:100%;
	border-collapse: collapse;
}
.ttable th,table.ttable thead td {
	background-color:#f3f3f3;
	padding:12px 18px;
}
.ttable td {
	border-right:2px solid #f3f3f3;
	border-bottom:2px solid #f3f3f3;
	background:#ffffff;
	padding:12px 18px;
	vertical-align: top;
}
.ttable td:nth-child(2n+2){
}

@media screen and (max-width:767px){
	.table_adapt{
		overflow-x: scroll;
	}
}
img.adapt{
	max-width: 100%;
}

.theme-btn.btn_red{
	background-color: #EB5757;
}
.theme-btn.btn_red:hover{
	cursor: pointer;
}







/* FORM STYLES */

.form_field, .input_field, .form_area, .input_area{
	font-size: 15px;
	line-height: 15px;
	color:#4F4F4F;
	border:none;
	padding: 15px;
	width:100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	background-color: #F2F2F2;
	border-radius: 3px;
}
.form_field + .form_field, .form_field + .form_area{
	margin-top: 20px;
}
.field_required{
	box-shadow: 0 0 3px 0px red inset;
}
.button{
	background:#000000;
	color: #ffffff;
	font-size: 15px;
	width: 100%;	
	padding:15px;
	line-height: 15px;
	border:0;
	color:#ffffff;
	margin-top:20px;
	cursor: pointer;
	
}
.button.disabled{
	opacity: 0.6;
	cursor: not-allowed;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
input[type="checkbox"]:hover, .button:hover {
	cursor:pointer;
}
.my_form{
	position: relative;
}
.my_form .mess{
	position: absolute;
	display: none;
	background:red;
	color:#ffffff;
	padding: 10px;
	font-size: 12px;
	opacity: 0.6;
	width:200px;
	bottom:10px;
	left:50%;
	margin-left: -100px;

}
.recapcha{
	background: rgba(0, 0, 0, 0) url("/bitrix/templates/main/images/recapcha.png") no-repeat scroll 0 0;
	cursor: pointer;
	display: block;
	float: right;
	height: 24px;
	margin: 9px 0 0;
	width: 20px;
}




.modal_window{
	background-color: #ffffff;
/*	position:absolute;*/
	position: fixed;
	left:0;
	top:0px;
	-top: 40px;
	min-width:300px;
	max-width: 600px;
/*	height:200px;*/
	display:none;
	z-index:9999;
	padding: 50px;
/*	overflow: hidden;*/
}
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}
.modal_window .top {
	min-height: 26px;
	position: absolute;
	top:10px;
	right:10px;
}
.modal_window .title{
	font-size: 30px;
	color:#333333;
	width:100%;
	display: block;
	margin-bottom:20px;
}
.modal_window .close {
/*	float:right;*/
	width: 24px;
	height: 24px;
	background:url("/images/ico_krest.svg") center center no-repeat;
	border-radius: 50%;
	border: 2px solid #828282;
	cursor:pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index:10;
	opacity: 1;
}

.vipiska2023 {
	display: block;
	margin-bottom: 40px;
}