h1 .btn{
	margin-left: 40px;
	position: relative;
	top: 3px;
	padding: 19px 70px 19px 30px;
	border: 2px solid #EB5757;	
	border-radius: 150px;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #EB5757;
}
h1 .btn:hover{
	background-color: #EB5757;
	color: #fff;
}
h1 .btn:after{
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #EB5757;
	background-image: url(../image/arr.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
}
.contacts-content{
	position: relative;
	width: 100%;	
	min-height: 500px;
}
.contacts-text{
	width: 300px;
	margin-right: auto
}
.contacts-map{
	position: absolute;
	right: 0;
	top:0;
	width: 866px;
	height: 600px;
	background-color: #232323;
	border-radius: 50px 0px 0px 0px;
	overflow: hidden;
}
.contacts-line1{
	margin-top: 90px;
	font-size: 20px;
	line-height: 40px;
}	
.contacts-line1 span{
	display: block;
	font-weight: 700;
	font-size: 40px;
	line-height: 32px;
}
.contacts-line2{
	margin: 20px 0;
}
.contacts-line2 a{
	display: block;
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
}
.contacts-line3{
	margin-bottom: 10px;
}
.contacts-line3 a{
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
}
.contacts-line4{
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}
.contacts-line4 span{
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 42px;
}
@media screen and (max-width: 1599px) {
	.contacts-map {
	    width: 690px;
	    height: 495px;
	}
}
@media screen and (max-width: 1199px) {
	.contacts-map {
	    width: 690px;
	    height: 411px;
	    right: -100px
	}
	.contacts-line2 a {
	    font-size: 22px;
	    line-height: 32px;
	}
	.contacts-line1 {
	    font-size: 18px;
	}
	.contacts-map {
	    width: 525px;
	    height: 411px;
	    right: -50px;
	}
}
@media screen and (max-width: 959px) {	
	.contacts-text{
		width: 100%;
	}
	.contacts-line1{
		margin-top: 40px;
	}
	.contacts-map{
		position: relative;
		left: -15px;
		width: calc(100% + 30px);
		margin-top: 40px;
		border-radius: 0 0 0 50px
	}
}
@media screen and (max-width: 639px) {
	h1.fx{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	h1.fx .btn{
		margin-left: 0;
	}
}