#magazin{
	width: 327px;
	min-height: 150px;
	border-radius: 10px;
	font-size: 15px;
	padding: 5px;
	line-height: 25px;
	color: #f0f0f0;
}
#contacts{
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: #f8f9fb;
}
#contacts>h3{
	font-size: 23px;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}
#contacts>div{
    font-size: 13px;
    color: #56565a;
    line-height: 22px;
    text-align: center;
    width: 600px;
    margin: auto;
    margin-top: 20px;
}
.contacts{
	width: 300px !important;
	height: 300px;
	display: inline-block;
	margin: 40px 30px!important;
	overflow: hidden;
	border-radius: 5px;
	cursor: pointer;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contacts>h4{
	font-size: 19px;
	color: #000;
}
.contacts>span{
	padding: 5px;
	line-height: 20px;
	font-size: 20px;
	margin-top: 120px;
}
#My-advantages{
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	
}
.My-advantages{
	width: 100%;
	height: 1400px;
	background-image: url(/img/My-advantages.jpg);
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 10px;
	bottom: 10px;
	
}
.My-advantages-text{
	width: 100%;
	height: 500px;
	background-color: rgba(0,0,0, 0.5);
	position: absolute;
	
}

   .My-advantages-text>h3{
	font-size: 23px;
	text-align: center;
	width: 100%;
	margin-top: 150px;
	color: #fff;
}
.My-advantages-text>div{
    font-size: 13px;
    color: #56565a;
    line-height: 22px;
    text-align: center;
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    color: #ababab;
}
.sirkle {
    background-image: url(../img/icons/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32,27,49,0.1);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 2px;
    bottom: 50px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
}
.aroow-left{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	right: 5px;
	bottom: 47%;
	font-size: 23px;
	text-align: center;
	line-height: 38px;
	color: #00a3de;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.aroow-left:hover{
	background-color: rgba(255,255,255,0.5);
	color: #000
}
.aroow-right{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	left: 5px;
	bottom: 47%;
	font-size: 23px;
	text-align: center;
	line-height: 38px;
	color: #00a3de;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.aroow-right:hover{
	background-color: rgba(255,255,255,0.5);
	color: #000
}

.fa-mobile-alt,.fa-envelope,.fa-map-marker-alt{
	font-size: 47px;
	color: #181691;
	margin: 40px auto;
}

.form{
    margin: auto;
    max-width: 1100px;
    overflow: hidden;
}
.text {
    width: 45%;
    height: 30px;
    background-color: transparent;
	border: 1px solid #c9cbcb;
    outline: none;
    color: #000;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    float: left;
}
.textarea {
    width: 98%;
    height: 200px;
    background-color: transparent;
	border: 1px solid #c9cbcb;
    outline: none;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
}
.aBooking {
    width: 100px;
    height: 40px;
    color: #fff;
    float: right;
    background-color: #181691;
    border: 1px solid #181691;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aBooking:hover{
	
	 background-color: transparent;
	 color: #2d59c6;
}
.meps{
	width: 400px;
    height: 400px;
    position: absolute;
    right: 30px;
    top: 40px;
}
::placeholder {
    font-size: 13px;
}
@media only screen and (max-width: 500px) {
  
  .text {
    width: 90%;
    margin-top: 10px;
    float: none !important;
}
.textarea {
    width: 90%;
}
.contacts{
	margin: 10px;
	height: 200px;
}
}