ul.top_control_btns{
	position: absolute;
	right: 0;
	top: 0;
	padding: 9px 28px 8px;
}
ul.top_control_btns li{display: inline-block;}
ul.top_control_btns li img{
	-webkit-transition: transform .5s ease 0s;
	-moz-transition: transform .5s ease 0s;
	-o-transition: transform .5s ease 0s;
	transition: transform .5s ease 0s;
}
ul.top_control_btns li img:hover{
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
}

div.head_slider{
	width: 1216px;
	margin: 80px auto 20px;
	position: relative;
}

a.link_btn{
	background: #c13a33;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 23px;
	font-weight: bold;
	margin: 10px 16px 14px 0;
	padding: 8px 24px 12px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #c13a33;
	-webkit-transition: background .3s ease 0s;
	-moz-transition: background .3s ease 0s;
	-o-transition: background .3s ease 0s;
	transition: background .3s ease 0s;
	cursor: pointer;
}
a.link_btn:hover{background: #fff; color: #c13a33;}

.search-item h4 a{
	color: #c30b0c;
	font-weight: bold;
	text-decoration: underline;
	text-shadow: 0 1px 0 #fff;
	transition: color 0.5s ease 0s;
}
.search-item h4 a:hover{
	color: #222;
	text-decoration: none;
}
input.search-query{
	padding: 8px 16px;
	width: 100% !important;
}
input.lupa{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(/bitrix/templates/simpo.biz2015/img/search_head.png);
	background-origin: padding-box;
	background-repeat: repeat;
	background-size: contain;
	border: medium none;
	cursor: pointer;
	height: 37px;
	position: absolute;
	right: 23px;
	top: 3px;
	width: 37px;
}

p.isop{
	font-size: 15px;
	font-weight: bold;
	margin: -10px 0 0 0;
}
p.iso_main{
	font-size: 15px;
	font-weight: bold;
	margin: -15px 0 0 4px;
}
p.iso_main img{
	margin: 0 0 0 2px;
	position: relative;
	top: 10px;
}
p.isop img{
	margin: 0 0 0 2px;
	position: relative;
	top: 10px;
	vertical-align: baseline;
}
div.line_blocks{
	display: inline-block;
	vertical-align: top;
}
div.line_blocks:first-child{margin-right: 105px;}
div.line_blocks:last-child{margin-left: 150px;}

/* White Line */
p.main_phone{
	text-align: center;
	font-weight: bold;
	font-size: 34px;
	margin: 0;
}
p.min_phone {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}

/**/
div.search_box{
	background: #f5f5f5 none repeat scroll 0 0;
	box-shadow: 0 5px 14px #999;
	padding: 100px 0;
	position: absolute;
	right: 0;
	top: 62px;
	width: 100%;
	z-index: 1000;
}
a.logo_search{
	display: block;
	left: 10%;
	position: absolute;
	top: 30px;
	z-index: 1001;
}
div.search_box input[type="text"]{
	border-top: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:none;
	box-shadow: 2px 2px 4px #777 inset;
	font-size: 32px;
	padding: 20px 30px;
	width: 80%;
	margin-left: 10%;
}

@media screen and (max-width:1050px){
div.top_red_line, div.middle_red_line{text-align: left;}
#google_translate_element{left: 7px;}
#google_translate_element span{display:none;}
}

@media screen and (min-width:960px) and (max-width:1275px){
div.head_slider{width: 925px;}
div.line_blocks:first-child{margin-right: 30px;}
div.line_blocks:last-child{margin-left: 5px;}
a.link_btn{margin-right: 0; font-size: 20px;}
}

@media (max-width:960px){
#google_translate_element{
	position: absolute;
	top: 12px;
	left: 30px;
	opacity: 0;
	width: 50px;
	overflow: hidden;
}
}
