/*new edit*/
/*.bxhtmled-surrogate{*/
    /*min-height: 100%;*/
/*}*/
video{
    /*transform: scaleY(1.2);*/
    display: block;
    max-height: 100%;
    width: auto;
}
.bxhtmled-surrogate{
    min-height: 100%;
    display: block;
    /*transform: scaleY(0.95);*/
}
.body .hero{
    height: auto;
}
@media screen and (max-width: 992px){
    .body .hero{
        height: 600px !important;
    }
}

.footer_address {
	    position: inherit;
    float: left;
    right: -4px;
    font-size: 12px;
    display: block;
}
.text-p {
	display: block;
	text-align: center;
	color: #3db1db;
	font-size:25px;
}
.footer_address p {
	margin: 0;
    line-height: 1.5;
}

.del-form-items textarea.del-tf {height: 85px;}


.bx-breadcrumb .bx-breadcrumb-item a, .bx-breadcrumb .bx-breadcrumb-item span {color: #9d9d9d;
	text-decoration: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover{
	text-decoration: underline;
}
/*.bx-breadcrumb .bx-breadcrumb-item a:hover {text-decoration:none;}*/
.ya-phone .ya-city-mob {display:none;}
@media screen and (max-width: 640px){
    .nav-menu-top  .close-text{
        display: none;
    }
	.ya-phone .ya-city {display:none;}
	.ya-phone .ya-city-mob {display:block;}
	
	.content-shema .shema-mobile img {
		max-width: 80%;
		max-height: 70%;
	}
	
	#header_menu_search {
		display: none !important;
	}
}

.table_text {}
.table_text td {border:1px solid #c0c0c0; padding:10px 10px 0 15px;}

#header_menu_search form input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #eaeaea;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 10px;
	min-width: 240px;
    max-width: 96%;
	outline: 0;
}
#header_menu_search form button {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	font-size: 0;
	outline: 0;
	border: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath d='M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5 S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9 C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z' fill='%23aaa' /%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0;
	background-size: contain;
	cursor: pointer;
	margin: 0 0 0 -35px;
}
#header_menu_search form button:hover {
	opacity: 0.5;
}

.mobile_search {}
.mobile_search img {
    max-width: 30px;
    height: auto;
    opacity: 0.5;
}

body .f-soc {
	position: relative;
}
body .f-soc .f-soc-link {
    position: static;
    z-index: 10;
}

input[name="web_form_apply"] {
	display: none;
}

.form-result {
	border: 1px solid green;
	padding: 20px;
	margin: 20px 0;
	display: none;
}
.form-result.error {
	border-color: red;
}
.form-result.active {
	display: block;
}
.polic2 {
	position: fixed;
	bottom: 35px;
	left: 35px;
	z-index: 9999;
}
.polic2-box {
	width: 400px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
	padding: 22px;
}
.polic2-text {
	font-size: 13px;
	margin-bottom: 20px;
}
.polic2-text a {
	text-decoration: underline;
}
.polic2-text a:hover {
	text-decoration: none;
}
.polic2-sbm-btn {
	background: #0083ca;
	padding: 8px 22px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.polic2-sbm-btn:hover {
	background: #000!important;
	color: #fff!important;
}
@media(max-width: 650px) {
	html {
		width: 100%;
		overflow-x: hidden;
	}
	.polic2 {
		left: 15px;
		right: 15px;
		bottom: 35px;
	}
	.polic2-box {
		width: auto;
	}
}