.header{
	padding-top: 10px;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.sexy-banner{
	margin-top: 100px;
}

.header-sexy-menu__contact{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.header-sexy-menu__contact .header-sexy-menu__link{
	width: 100%;
	margin-bottom: 7px;
}

@media (max-width: 767px){
	.header-mobile .mobilephones{
		padding-top: 5px;
		padding-bottom: 15px;
		width: 33%;
		text-align: center;
	}
	.header-mobile__logo img{
		height: 60px;
		height: 45px;
	}
	.header-mobile__logo{
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.header-mobile{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-left: 15px;
		padding-right: 15px;
		flex-wrap: wrap;
	}
	.header-mobile__phone{
		right: 5px;
		top: 14px;
	}
	.editor-advantages__box{
		flex-wrap: wrap;
	}
	.editor-advantages__content{
		margin-left: 0;
		margin-top: 15px;
	}


}