.header_middle {
	width: 980px;
}
.header-top-line {
	background: linear-gradient(to bottom,#ffffff 0%,#dec6ac 100%);
	position: absolute;
	height: 36px;
	width: 100%;
	top: 0px;
}
.header-top-line div {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	float: left;
	height: 19px;
	padding: 9px 0px 8px 15px;
}
.header-top-line div a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: normal;
}
.header-top-line div a:hover {
	color: #006699;
}
.top-header-link {
	background: none;
	border-bottom: none;
}
.logo {
	width: 156px;
	margin-right: 14px;
}
.login_btn {
	background: none;
	border-bottom: none;
	padding: 10px 15px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	top: -1px;
}
.login_btn a {
	font-family: 'Open Sans', sans-serif;
	background: url('/static/images/login-btn.png') no-repeat 0 0;
	height: 15px;
	font-size: 13px;
	color: #000;
	padding-left: 25px;
}
.login_btn a:hover span {
	color: #006699;
}
.top-header-link {
	right: 145px;
}
.vk-top {
	top: 6px;
	left: 415px;
	background: url(/static/images/vk-btn.png) no-repeat;
}
.rss-top {
	top: 6px;
	left: 562px;
	background: url(/static/images/fb_icon.png) no-repeat;
}
.insta-top {
	background: url(/static/images/insta-btn.png) no-repeat;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 6px;
	left: 527px;
}
.header_adress {
	font-family: 'Open Sans', sans-serif;	
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
}
.header_adress a,
.site_name h1,
.header_adress p,
.header_adress {
	font-family: 'Open Sans', sans-serif;	
	font-size: 14px;
	color: #fff;
}
.header_adress .site_name h1 {
	font-size: 24px;
	margin: 0px;
}
.site_name h1 div{
	font-size: 18px;
	line-height: 24px;
}
.header_adress a {
	font-size: 13px;
}
.header_adress {
	padding-top: 21px;
}

.logo h5 {
	color: #fff;
	font-size: 14px;
}
.header_middle {
	background: url(/images/site1/header01.jpg) 40px 0 no-repeat;
}
.lincenzia {
	font-size: 10px;
}
.footer_nav dl {
	width: calc(25% - 20px);
	padding-right: 20px;
}
.footer_btm_wrap {
	text-align: center;
	font-size: 11px;
}
.slider.top-slider {
	margin: 15px 0 0 0px;
}
.data-table {
	width: 100%;
}
.reviewForm input, .reviewForm textarea {
	margin:0;
}

.reviewForm td {
    height: 50px;
	vertical-align: top;
}

.reviewForm input[type=text] {
	width: 243px;
    height: 32px;
    box-sizing: border-box;
}

.reviewForm textarea {
	width: 243px;
    height: 100px;
    box-sizing: border-box;
	resize:none;
}

.reviewForm input[type=submit] {
    margin-top: 15px;
    background: #dec6ac;
    background: -moz-linear-gradient(top,#ffffff 0%, #dec6ac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dec6ac));
    background: -webkit-linear-gradient(top,#ffffff 0%,#dec6ac 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#dec6ac 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#dec6ac 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#dec6ac 100%);
    -pie-background: linear-gradient(#ffffff, #dec6ac);
    border: 1px solid #dec6ac;
    border-radius: 5px;
    height: 32px;
}

.reviewForm input[type=submit]:hover {
    background: #FF3;
    background: -moz-linear-gradient(top,#ffffb7 0%, #feef34 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffb7), color-stop(100%,#feef34));
    background: -webkit-linear-gradient(top,#ffffb7 0%,#feef34 100%);
    background: -o-linear-gradient(top,#ffffb7 0%,#feef34 100%);
    background: -ms-linear-gradient(top,#ffffb7 0%,#feef34 100%);
    background: linear-gradient(to bottom,#ffffb7 0%,#feef34 100%);
    -pie-background: linear-gradient(#FF3, #feef34);
}

.gold-text {
	font-weight: bold;
	color: #a97a4c;
}


@media screen and (max-width: 980px){
	.slider.top-slider {
		display: block;
		margin: 70px 50% 20px;
		transform: translateX(50%);
	}
}


/* Форма обратной связи */

.close {
	position: absolute;
		top: 5px;
		right: 6px;
	width: 22px;
	height: 22px;
	opacity: 0.3;
	
	}
	.close:hover {
	opacity: 1;
	}
	.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 15px;
	width: 2px;
	background-color: #333;
	}
	.close:before {
	transform: rotate(45deg);
	}
	.close:after {
	transform: rotate(-45deg);
	}
		.backtrack {
		width: 221px;
		height: 56px;
		text-align: center;
		line-height: 56px;
		vertical-align: middle;
		position: fixed;
		bottom: 20px;
		right: 30px;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
		background: -webkit-linear-gradient(top,#ffffff 0%,#cccccc 100%);
		overflow: hidden;
	
	}
		.backtrack:hover {
			background: linear-gradient(to bottom,#ffffb7 0%,#feef34 100%);
			cursor: pointer;
		}
		.backtrack__txt {
		width: 221px;
		height: 56px;
		text-align: center;
		line-height: 56px;
		vertical-align: middle;
	
		}
	.backtrack__form{
		display: none;
		position: fixed;
		bottom: -305px;
		right: 30px;
		background: -webkit-linear-gradient(top,#ffffff 0%,#cccccc 100%);
		width: 221px;
		transition: all 0.3s linear ; 
	}
	.backtrack__form textarea,
	.backtrack__form input {
		width: 91%;
		margin: 0;
	}
	.backtrack__form_showed{
		bottom: 0;
		display: block;
	}
	@media (max-width: 768px) {
		.backtrack {
			max-width: 150px;
			width: 100%;
		}
		.backtrack__txt {
			max-width: 150px;
			width: 100%;
			font-size: 13px;
		}
	}
	@media (max-width: 375px) {
		.backtrack__form {
			right: 1px;
			width: 180px;
		}
	}