@font-face {
  font-family: AvenirNext;
  src: url(../fonts/AvenirNextW10-Book.otf);
  font-weight: 400;
}
@font-face {
  font-family: AvenirNext;
  src: url(../fonts/AvenirNextW10-Heavy.otf);
  font-weight: 500;
}
body{
	margin: 0;
	color: #ffffff;
	font-family: AvenirNext;
}
a{
	text-decoration: none;
	color: #ffffff;
}

.wrapper{
	position: relative;
	background: #10110d;
	min-width: 768px;
}
.text{
	position: absolute;
	top: 55px;
	left: 55px;
	width: 68%;
}
@media (max-width: 1024px){
	.text{
		width: 55%;
		top: 14%;
	}
	.contacts{
		top: 16%;
	}
}
@media (max-width: 768px){
	.text{
		top: 17%;
	}
}
.text .logo{
	width: 100%;
	height: auto;
}
.text a{
	display: inline-block;
}
.text .one{
	font-size: 20px;
	margin-bottom: 18px;
	margin-top: 50px;
	line-height: 1;
	font-weight: 500;
}
.text .two{
	font-size: 20px;
	line-height: 1;
	position: relative;
	padding-left: 40px;
	font-weight: 500;
	transition: 0.3s;
}
.text .two svg{
	content: '';
	width: 27px;
	height: 21px;
	background: url("../images/rupor.svg") no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.text .two svg .cls-1{
	transition: 0.3s;
}
.text .two:hover{
	color: #5d87a4;
}
.text .two:hover svg .cls-1{
	fill: #5d87a4;
}
.contacts{
	position: absolute;
	top: 19%;
	right: 55px;
}
.contacts .one{
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.4;
	font-weight: 400;
}
.contacts .one span{
	font-size: 16px;
	font-weight: 500;
}
.contacts .two{
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.4;
	font-weight: 400;
}
.contacts .two span{
	font-size: 16px;
	font-weight: 500;
}
.contacts a{
	position: relative;
	display: inline-block;
}
.contacts a span{
	position: absolute;
	top: 100%;
	left: 0;
	height: 1px;
	display: block;
	width: 0;
	background: #ffffff;
	transition: 0.3s;
}
.contacts a:hover span{
	width: 100% !important;
}
.contacts .location{
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
}
.contacts .location .head{
	font-size: 16px;
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
}
.contacts .location span{
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 1px;
	transition: 0.3s;
}
.copyrights{
	position: absolute;
	bottom: 30px;
	left: 55px;
	font-size: 14px;
	font-weight: 400;
}
.develop{
	position: absolute;
	right: 55px;
	bottom: 30px;
	font-size: 14px;
	font-weight: 400;
}
.develop a{
	position: relative;
	display: inline-block;
	transition: 0.3s;
}
.develop a:hover{
	color: #2a8256;
}
.map-trigger{
	cursor: pointer;
}
.map-trigger:hover span{
	border-bottom: 1px dotted transparent;
}

.map-block{
	position: fixed;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 94%;
	height: 90%;
	z-index: 1000;
	visibility: hidden;
	transition: 0.3s;
}
.map-block.open{
	bottom: 50%;
	transform: translateX(-50%) translateY(50%);
	-webkit-transform: translateX(-50%) translateY(50%);
	visibility: visible;
}
.map-block iframe{
	width: 100%;
	height: 100%;
}
.map-block .close{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: url("../images/close-map2.svg") no-repeat center;
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 1;
	transition: 0.3s;
	cursor: pointer;
}
.map-block .close:hover{
	transform: rotate(-90deg);
}

.overlay{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	display: none;
}
