body, html{
font-family: 'Montserrat', sans-serif;
scroll-behavior: smooth;
background-color:#000;
width:100%;
height:100%;
}

img{
	width:100%;
	height:auto;
}
.img-1 {
	position:fixed;
	left:0;
	top:0;
	width:33.33333%;
	height:100%;
	background-image: url(../img/sport-rent-5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}


.img-2 {
	position:fixed;
	left:33.33333%;
	top:0;
	width:33.33333%;
	height:100%;
	background-image: url(../img/sport-rent-6.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}



.img-3{
	position:fixed;
	left:66.6666%;
	top:0;
	width:33.33333%;
	height:100%;
	background-image: url(../img/sport-rent-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.logo{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100px;
	background-color:rgba(0,0,0,0.65);
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	background-size:15%;
	background-position: center center;
}

.text{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:25%;
	background-color:rgba(255,255,255,0.85);
	color:#000;
	text-align:center;
	font-size:25px;
	text-transform:uppercase;
	font-weight: 900;
	padding-top: 15px;
	line-height:30px;
}
.text-2{
	position:fixed;
	bottom:25%;
	left:0;
	width:100%;
	background-color:rgba(0,0,0,0.85);
	color:#fff;
	text-align:center;
	font-size:17px;
	text-transform:uppercase;
	font-weight: 900;
	padding:7px 15px;
	letter-spacing:2px;
}

.tel{
	display:inline-block;
	margin: 5px;
	background-color:#f05d5e;
	color:#fff;
	font-size:15px;
	padding: 0 10px;
	line-height:25px;
	color:#fff;
	font-weight:400;
	width:180px;
	text-transform:none;
	transition:all 0.3s ease-in-out;
}
.tel i{
	font-size: 13px;
	display:inline-block;
	margin-top: -5px;
}

.tel:hover{
	background-color:#000;
	text-decoration:none ;
	color:#f05d5e;
}

.logok img{
	display:block;
	width:300px;
	margin: 10px auto;
}
@media (max-width: 769px) {
.logo{
	height:80px;
	background-size:150px;
}
.img-2 {
	display:none;
}
.img-1{
	left:0;
	width:50%;
}

.img-3{
	left:50%;
	width:50%;
}
.text{
	font-size: 15px;
	line-height:17px;
}
.text-2{
	font-size:15px;
	line-height:17px;
	padding:7px 15px;
}