@charset "utf-8";
.box{
	display: block;
	margin: 0 auto;
	max-width: 569px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 10px 45px;
	box-sizing: border-box;
	
	color: #000000;
	font-family: 'juramedium';
	font-size: 18px;

}
.s-mobil a, .s-email a{
	color: #fff;
}
.salgir-up-arrow{
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	position: absolute;

	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 25px;
	right: -250px;
	z-index: 99999999999999999;
}
.salgir-viber, .salgir-whatsapp{
	background-repeat: no-repeat;
	background-size: contain;
	width: 46px;
	height: 46px;
	outline: none;
	display: inline-block;
	margin-left: 25px;
}
.salgir-whatsapp{
    background-image: url(../images/whatsapp.png);
	margin-left: 15px;
}
.salgir-viber{
    background-image: url(../images/viber.png);
} 
@media all and (max-width: 450px){
	#modal-center3 .modal-center__button{
		/*width: 380px;*/
		height: 100px;
	}
}
div[id^="modal-center"] label{
	cursor: pointer;
}

.salgir-slider li{
	display: -ms-flexbox !important;
  	display: -webkit-flex !important;
  	display: flex !important;
	
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

	-ms-flex-pack: center;
	-webkit-justify-content: center;
    justify-content: center;
	height: 111px;


}
.agency__plate--salgir {
    position: absolute;
    top: 0;
    left: 50%; /*474px;*/
    height: 37px;
	margin-left: -80px;
}
.agency__plate--salgir img{
	height: 100%;
}

.salgir-header--fixed .agency__plate--salgir{
	left: 149px;
    height: 37px;
    margin-left: 0;
    width: 37px;
    overflow: hidden;
}
.salgir-header--fixed .agency__plate--salgir img{
    height: 37px;
	max-width: 200px;
}
@media all and (max-width: 1240px){
	.salgir-header--fixed .agency__plate--salgir{
		left: 204px;
	}
}
@media all and (min-width: 1361px){
	.salgir-header--fixed .agency__plate--salgir{
		left: 80px;
	}
}