.rs-17 .rs-top-header{
	background-color: #4079e3;
	height: 45px;
	padding-top: 0;
	color:#fff;
}
.rs-17 .rs-top-header p{
	margin: 0 auto;
	text-align: center;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
}

.rs-17 .rs-top-header .address-block{
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.07pt;
}
.rs-17 .rs-top-header .address-block i{
	margin-right: 7px;
}
.rs-17 .rs-top-header .contacts-block{
	padding: 0;
	margin: 0;
	list-style: none;
}
.rs-17 .rs-top-header .contacts-block li{
	margin-right: 15px;
	margin-left: 15px;
	display: inline-block;
}
.rs-17 .rs-top-header .contacts-block li a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.07pt;
}
.rs-17 .rs-top-header .contacts-block li a i{
	margin-right: 9px;
}
.rs-17 .rs-top-header .contacts-block li a:hover,
.rs-17 .rs-top-header .contacts-block li a:focus{
	color: #fff;
	text-decoration: none;
}
.rs-17 .rs-top-header .search-block{
	margin-top: -4px;
}
.rs-17 .rs-top-header .search-btn,
.rs-17 .rs-top-header .search-btn-inner{
	color: #fff;
	width: 25px;
	height: 25px;
	font-size: 14px;
	border-radius: 2px;
	padding: 3px;
	outline: none;
	border: none;
	background-color: transparent;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rs-17 .rs-top-header .search-btn:hover,
.rs-17 .rs-top-header .search-btn:focus{
	background-color: #fff;
	color: #1a1a1a;
}
.rs-17 .rs-top-header .search-full{
	display: none;
	top: -80px;
	background: #fff;
	position: absolute;
	text-align: right;
	width: 100%;
	white-space: nowrap;
	z-index: 1000;
	/*right: calc(4.333% + 22px);*/
	height: 80px;
}
.rs-17 .rs-top-header .search-full.active{
	display: block;
}
.rs-17 .rs-top-header .search-form{
	height: 100%;
}
.rs-17 .rs-top-header .search-form  input{
	border: 0 none;
    padding: 1px;
    color: #424242;
    margin: 0;
    outline: medium none;
    text-align: right;
    width: 100%;
	height: 100%;
    max-width: 90%;
    background-color: transparent;
    font-size: 16px;
    line-height: 1.5;
}
.rs-17 .rs-top-header .search-form  input::-webkit-input-placeholder{ color: #424242;}
.rs-17 .rs-top-header .search-form  input::-moz-placeholder{ color: #424242;}
.rs-17 .rs-top-header .search-form  input:-moz-placeholder{ color: #424242;}
.rs-17 .rs-top-header .search-form  input:-ms-input-placeholder{ color: #424242;}
.rs-17 .rs-top-header .search-close{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #c6c6c6;
	width: 47px;
    font-size: 20px;
    padding: 2px 15px;
    color: #424242;
	display: flex;
	align-items: center;
	text-decoration:none;
}
.rs-17 .rs-top-header .search-close i{
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.rs-17 .rs-top-header .search-close:hover i{
	cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform:  rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
	transform:rotate(-180deg);
}
.rs-17 .rs-top-header .search-input-box {
    display: block;
    text-align: right;
	padding-right: 53px;
    width: 100%;
	height: 100%;
}
.rs-17 .rs-top-header .search-input-box .search-btn-inner{
	padding-right: 10px;
	color: #999999;
}
.rs-17 .rs-top-header .search-input-box .search-btn-inner:hover,
.rs-17 .rs-top-header .search-input-box .search-btn-inner:focus{
	color: #424242;
	background: transparent;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}
.search-inner {
	width: calc(100% - 226px - 8.6666%);
	margin-left: calc(228px + 4.333%);
	margin-right: 4.333%;
	padding: 0;
}
@media(min-width: 991px) {
	
	.rs-17 .rs-top-header p {
		text-align: left;
		line-height: 25px;
	}
	.rs-top-header>.container-fluid, .rs-top-header>.container-fluid>.row, .rs-top-header>.container-fluid>.row>.custom-width {
		height: 100%;
	}
	.rs-top-header>.container-fluid>.row>.custom-width {
		display: flex;
		justify-content: space-between;
	}
	.rs-top-header .top-header-info {
		flex-basis: 100%;
		display: flex;
		align-items: center;
	}
	.rs-top-header .top-header-contacts {
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 300;
		flex-basis: auto;
	}
	.rs-top-header .top-header-contacts-email {
		text-decoration: underline;
	}
	.rs-top-header .top-header-contacts>div {
		margin-left: 20px;
	}
	.rs-top-header .top-header-contacts a {
		color: #fff;
	}
	

}
@media (max-width: 1470px){
	.rs-17 .rs-top-header p, .rs-top-header .top-header-contacts {
		font-size: 14px;
	}
}
@media (max-width: 1380px){
	.rs-17 .rs-top-header p, .rs-top-header .top-header-contacts {
		font-size: 11px;
	}
	.rs-top-header .top-header-info, .rs-top-header .top-header-contacts {
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media(max-width: 1200px) {
	.rs-top-header .top-header-info, .rs-top-header .top-header-contacts {
		margin-left: 20px;
	}
}
@media (max-width: 1024px){
	.rs-17 .rs-top-header p {
		line-height: normal;
		padding: 0 35px;
		display: flex;
		align-items: center;
		height: 45px;
	}
	.rs-top-header .top-header-info, .rs-top-header .top-header-contacts {
		margin-left: -10px;
	}
}
@media (max-width: 991px){
	.rs-17 .rs-top-header{
		display: none;
	}
	.rs-17 .rs-top-header .address-block{
		font-size: 10px;
	}
	.rs-17 .rs-top-header .contacts-block li a{
		font-size: 12px;
	}
	.rs-17 .rs-top-header .contacts-block li{
		margin-right: 7px;
		margin-left: 7px;
	}
}
@media screen and (max-width: 767px){
	
	.rs-17 .rs-top-header .contacts-block{
		margin-top: -4px;
	}
	.rs-17 .rs-top-header .contacts-block li{
		margin-right: 3px;
		margin-left: 3px;
	}
	.rs-17 .rs-top-header .contacts-block li a{
		width: 25px;
		height: 25px;
		text-align: center;
		padding: 2px;
	}
	.rs-17 .rs-top-header .contacts-block li a i{
		margin-right: 0;
		vertical-align: middle;
		font-size: 14px;
	}
	.rs-17 .rs-top-header .search-block{
		margin-left: 6px;
	}
	.rs-17 .rs-top-header .search-form  input{
		font-size: 13px;
	}
}