@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');



:root{
	---color-link-a: #039b9c;
	---color-link-a-menu: #ffffff;
	---color-header: #039b9c;
	---color-background: #039b9c;
	---color-link-a-hover: rgb(1, 224, 224);
	---color-p: #ffffff;
	---color-background: #2a3548;
	---color-background-lane: #039b9c;

}

body{
	font-family: 'Roboto', sans-serif;
	background-color: var(---color-background);
	height: 2000px;
}

ul{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
}

/* menu */
.header{
	position: fixed;
	background-color: rgba(0,0,0,0.2);
	z-index: 2;
	width: 100%;
}

.header{
	margin-top: 40px;
}

.container{
	position: sticky;
	max-width: 1170px;
	height: 65px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 5px;
	z-index: 2;
}

.nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu{
	display: flex;
}

.meni_item{
	margin-left: 15px;
	margin-right: 15px;
	font-weight: 300;
	font-size: 16px;
}

.menu a{
	color: var(---color-link-a-menu);
}

.menu a:hover{
	color: var(---color-link-a-hover);
}

.logo{
	margin-left: 10px;
}

.logo img{
	width: 100%;
	height: 100%;
}

/* end menu */

/* slider */

.slier-top a:hover{
	display: inline-block;
	background: #2a3549a1;
}


.slider-header{
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 700px;
}

.img-slider{
	/* position: relative; */
	background: linear-gradient(to left,#2a354922, #2a3549);
	z-index: -1;
}

.img-slider img{
	position: relative;
	/*height: auto; */
	/* width: 100%; */
	z-index: -1;	
}

.text-slider{
	position: absolute;
	top: 267px;
	left: 0;
	right: 0;
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 10px;
	z-index: 1;
}

.text-slider p{
	max-width: 692px;
	font-weight: 400;
	font-size: 21px;
	color: var(---color-link-a-menu);
	margin-top: 20px;
	line-height: 31px;
}

.text-slider h1{
	color: var(---color-header);
}

.slier-pointer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	margin: 0 auto;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

.slier-pointer span{
	display: inline-block;
	cursor: pointer;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	/* background-color: #000000; */
	margin-left: 5px;
	margin-right: 5px;
	box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
}

.slider-header span:hover{
	background-color: rgb(255, 255, 255);;
}

/* end slider */

/* main */

.main-container{
	max-width: 1170px;
	margin: 0 auto;
}

.main-container h1,h2,h3,h4,h5{
	text-transform: uppercase;
}

.main-container-descriptions{
	display: flex;
	padding-top: 50px;
	padding-bottom: 50px;
	align-items: center;
	line-height: 30px;
	font-size: 17px;
	font-weight: 400;
	margin-left: 10px;
	margin-right: 10px;
	color: #f5f5f5;
}

.main-container-descriptions a{
	color: var(---color-link-a);
	font-weight: 600;
	text-transform: uppercase;
}

.main-container-descriptions a:hover{
	color: var(---color-link-a-hover);
}

.left-main{
	background: linear-gradient(315deg , var(---color-background) 63%, var(---color-background-lane) 50%);
	color: #ffffff;
}

.right-main{
	background-image: linear-gradient(315deg , var(---color-background) 60%, #2a354800 50%), url(/img/home-page-bg.jpg);
}

.right-main h2{
	color: var(---color-p);
	max-width: 150px;
}

.left-main-descriptions{
	width: 50%;
}

.left-main-descriptions h2{
	color: var(---color-p);
	max-width: 150px;
}

.right-main-descriptions{
	width: 50%;
}

.middle{
	justify-content: center;
	text-align: center;
}

.employees{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.middle span{
	display: flex;
	margin-left: 50px;
	margin-right: 50px;
	flex-direction: column;
	font-weight: 500;
}

.middle img{
	border-radius: 50%;
}

.box-reviews{
	display: flex;
}

.reviews{
	width:560px;
	height:800px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.instruction-header{
	display: flex;
	margin-top: 60px;

}

.instruction{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 10px;
	margin-right: 10px;
	color: var(---color-p);
}

.instruction p{
	font-weight: 300;
}

.instruction span{
	width: 100px;
	height: 100px;
	/* background-color: #f5f5f5; */
	border-radius: 50%;
	border: solid #97a2b8;
	font-size: 50px;
	/* text-align: center; */
	color: #97a2b8;
	font-weight: 300;
	/* justify-content: center; */
}

.instruction span::after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2a3548;
	position: relative;
	bottom: 20px;
	left: -8px;
	border: solid 2px var(---color-link-a-hover);
}

.instruction span::before{
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #2a3548;
	position: relative;
	bottom: -31px;
	left: 82px;
	border: solid 1px #97a2b8;
	/* background-image: url(/img/svg/phonelink.svg); */
	background-repeat: no-repeat;
	background-position: 6px 4px;
	background-size: 20px;	
	
}

.instruction-1::before{
	background-image: url(/img/svg/phonelink.svg);
}
.instruction-2::before{
	background-image: url(/img/svg/mail.svg);
}
.instruction-3::before{
	background-image: url(/img/svg/settings.svg);
}
.instruction-4::before{
	background-image: url(/img/svg/undo.svg);
}

.img-gallery{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

.img-gallery-box{
	margin: 5px;
	width: 314px;
	height: 219px;
	background-repeat: space; 
	background-size: 121%;
	flex-wrap: wrap;
}

/* end main */

/* footer */
footer{
	background: linear-gradient(315deg , var(---color-background) 86%, var(---color-background-lane) 50%);
}

.footer-header{
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 80px;
}

.footer-menu{
	display: flex;
	color: #808a9f;
	justify-content: space-evenly;
}

.footer-menu h2{
	margin: initial;
	margin-bottom: 30px;
	color: var(---color-link-a-menu);
}

.footer-social{
	margin-left: 50px;
}

.footer-social a{
	margin-left: 5px;
	margin-right: 5px;
}

.footer-social svg{
	fill: #ffffff;
	width: 28px;
	height: 28px;
}

.footer-social svg:hover{
	fill: #919191;
}

.footer-link{
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

.footer-link ul{
	display: contents;
}

.footer-link li{
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-link li:hover{
	color: var(---color-link-a-hover);
}

.contacts{
	margin-left: 20px;
	margin-bottom: 20px;
}

.br_new{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 2px;
	background-color: #039b9c;
}

.license{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	height: 50px;
	color: #808a9f;
}

/* end footer */

/* mobil */
@media all and (max-width: 1161px){
	.box-reviews{
		flex-direction: column;
	}
	.reviews{
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

@media all and (max-width: 908px){
	.instruction-header{
		flex-direction: column;
	}
	.footer-menu{
		flex-direction: column;
		align-items: center;
	}
	.footer-social{
		margin: initial;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.contacts{
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

@media all and (max-width: 800px){
	.menu{
		display: none;
	}

	.space{
		display: block;
    position: relative;
    top: -8px;
    margin-right: 50px;
    content: "";
    width: 39px;
    height: 4px;
    background-color: #f5f5f5;
	}

	.space::after{
		display: block;
		position: relative;
    margin-right: 50px;
		top:5px;
    content: "";
    width: 39px;
    height: 4px;
    background-color: #f5f5f5;
	}
	.space::before{
		display: block;
		position: relative;
		top:18px;
    margin-right: 50px;
    content: "";
    width: 39px;
    height: 4px;
    background-color: #f5f5f5;
	}

}

@media all and (max-width: 700px){
	.text-slider {
    top: 232px;
	}
}

@media all and (max-width: 568px){
	.reviews{
		width: 400px;
	}
	.left-main {
    background: linear-gradient(315deg , var(---color-background) 77%, var(---color-background-lane) 50%);
	}
	footer {
    background: linear-gradient(315deg , var(---color-background) 92%, var(---color-background-lane) 50%);
	}
}

@media all and (max-width: 420px){
	.reviews{
		width: 335px;
	}
	.text-slider{
    top: 180px;
	}
	footer {
    background: linear-gradient(315deg , var(---color-background) 95%, var(---color-background-lane) 50%);
	}
}
/* end mobil */