@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;700;900&display=swap');

body{
	margin: 0px;
	padding: 0px;
	font-family: "inter Tight", sans-serif;
}
div{
	box-sizing: border-box;
}
header{
	width: 100%;
	display: block;
	position: relative;
	min-height: 100px;
	outline: none;
	margin-bottom: 10px;
	margin-top: 10px;
	margin: auto;
	padding-top: 10px;
	max-width: 1500px;

}
header .contact{
	width: 90%;
	margin: auto;
	height: 15px;
	display: flex;
	position: absolute;
	justify-content: flex-end;
	padding-right: 10px;
	font-weight: bold;
	color: #222;
	margin-bottom: 10px;
	top: 0px;
	padding-bottom: 30px;
	right: 0px;
}
header .contact b{
	color: #E80000;
}
header .contact .address, header .contact .phone, header .contact .email{
 padding-left: 10px;
 font-size: 13px;
}

header .container{
	width: 90%;
	height: 130px;
	margin: auto;
	position: relative;
	display: flex;
	padding-bottom: 10px;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(1,1,1,0.1);
	padding-top: 20px;
	flex-wrap: nowrap;

}
header .logo{
	flex-basis: 100%;
	height: 80px;
	display: block;
}
header .logo a{
	width: 250px;
	height: 100px;
	display: block;
}
header .logo a img{
	width: 100%;
}
header .menu ul{
	flex-basis: auto;
	flex-grow: 2;
	display: flex;
	padding-top: 20px;
}
header .menu ul li{
 list-style: none;

}
header .menu ul li a{
color: black;
text-decoration: none;
padding: 10px;
height: 80px;
font-weight: bold;
font-size: 16px;
line-height: 40px;
}
header .menu ul li a img{
 	width: 40px;
 	height: 40px;
}
header .ham{
	width: 80px;
	height: 80px;
	position: relative;
	padding-top: 25px;
	box-sizing: border-box;
	display: none;
}
header .ham span{
	width: 60%;
	margin: auto;
	margin-top: 3px;
	height: 5px;
	display: block;
	background-color: black;

}
.palyazat{
	width: 200px;
    height: 200px;
    position: absolute;
    top: 0px;
    display: block;
    right: 20px;
    z-index: 10;
    border-bottom-left-radius: 240px;
    overflow: hidden;
    z-index: 20;
}
.palyazat a{
	width: 100%;
	height: 100px;
	display: block;
}
.palyazat a img{
	width: 100%;
}
.palyazat2{
	width: 250px;
    height: 250px;
    position: absolute;
    top: 0px;
    display: block;
    left: 0px;
    z-index: 10;
    border-bottom-left-radius: 240px;
    overflow: hidden;
    z-index: 20;
}
.palyazat2 a{
	width: 100%;
	height: 140px;
	display: block;
}
.palyazat2 a img{
	width: 100%;
}
section{
	position: relative;
}
section .container{
	width: 90%;
	margin: auto;
	position: relative;
	display: flex;
	padding-bottom: 10px;
	align-items: top;
	box-sizing: border-box;
	min-height: 60vh;
	max-width: 1400px;
	flex-wrap: wrap;
}
.item-img img{
		width: 100%;
		display: inline;
		padding: 3%;
		box-sizing: border-box;
}
.img-bg{
	background-image: url(../images/bg_main.jpg);
	background-position: 80% 20%;
	background-repeat: no-repeat;
	background-size: 50%;
}
.min-height{
}
section .name-space{
	width: 100%;
	display: block;
	margin: auto;
	height: 50px;
	display: block;
	font-weight: bold;
	padding-left: 1%;
	max-width: 1400px;
	font-size: 30px;
	border-bottom: 1px solid rgba(1,1,1,0.1);
	margin-bottom: 30px;
	margin-top:80px;
}
section .container .main-text{
	max-width: 100%;
	padding: 2%;
	padding-left: 4%;
	width: 100%;
}
section .container .main-text h1{
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 180px;
	max-width: 500px;
}
section .container .main-text p{
	font-size: 17px;
		max-width: 400px;
}
section .container .main-text .button{
	width: 230px;
	background-color: red;
	height: 50px;
	box-shadow: 10px 10px 40px rgba();
	background-image: url(../images/graphic/rightw.png);
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: 88%; 
	border-radius: 40px;
	margin-bottom: 200px;
}
section .container .main-text .button a{
	font-size: 14px;
	color: white;
	line-height: 50px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;

}
section .container .main-img{
	padding: 2%;
}
section .container .main-img img{
width: 100%;
}
section .container .item-holder{
	background-color: #fafcff;
	margin-right: 1%;
	max-width: 450px;
	max-height: 500px;
	width: 19%;
	position: relative;
	margin-top: 10px;
}
section .container .item-holder img{
width: 100%;
}
section .container .item-holder h2{
font-size: 18px;
padding-left: 10px;
}
section .container .item-holder p{
font-size: 14px;
padding-left: 10px;
min-height: 300px;
}
section .container .item-holder a{
position: absolute;
bottom: 0px;
right: 0px;
height: 40px;
display: block;
width: 40px;
background-image: url(../images/graphic/rightw.png);
background-repeat: no-repeat;
background-size: 17px;
background-position: center; 
background-color: red;
}
section .container .item-hold{
	background-color: #fafcff;
	margin-right: 1%;
	padding: 2%;
	max-width: 45%;
	width: 50%;
	margin: 5px;
	position: relative;
}
section .container .item-hold a{
	text-decoration: none;
	color: red;
	font-weight: 700;
	font-size: 12px;
}
section .container .item-hold h4{
	font-size: 26px;
	margin-bottom: 10px;
}
section .container .item-hold ul{
	margin: 0px;
	padding: 0px;
}
section .container .item-hold ul li{
	list-style: square;
	margin-left: 20px;
	list-style: none;
	margin-left: 0px;
	font-weight: 700;
}
section .container .item-hold span{
display: block;
height: 5px;
width: 80px;
background-color: red;
}
section .container .item-hold img{
width: 300px;
}
section .map a{
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: red;
	background-image: url(../images/graphic/map.png);
	background-position: center center;
	background-size: 50px;
	background-repeat: no-repeat;
}
.bg{
	background-color: white !important;
}
.owl-stage{
	width: 100%;
}
.wdth{
	width: 80%;
	margin: auto;
}
.owl-stage .owl-item img{
	width: 98% !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	font-size: 40px !important;
	padding-left: 10px !important;
	display: inline-block;
	width: 40px;
	position: absolute;
	color: red;
	top: -80px;
	right: 0px;
	outline: 1px solid white;
	height: 50px;
}
.owl-carousel .owl-nav button.owl-prev{
	margin-right: 50px;
}

.text-sidepage{
	margin-left: 2%;
}
.text-sidepage h2{
	font-size: 80px;
	margin-top: 200px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: 900;
	text-transform: uppercase;
}
.text-sidepage h3{
	font-size: 30px;
	margin: 0;
	padding: 0;
}
.text-sidepage p{
	font-size: 18px;
	margin-top: 20;
	padding: 0;
	max-width:600px;
}
footer{
	width: 99.9%;
	display: block;
	position: relative;
	outline: none;
	max-width: 1500px;
	margin: auto;
	margin-top: 200px;

}
footer .contact{
	width: 90%;
	margin: auto;
	height: 15px;
	display: flex;
	display: block;
	position: relative;
	justify-content: flex-end;
	padding-right: 10px;
	font-weight: bold;
	color: #222;
	margin-bottom: 10px;
}
footer .contact b{
	color: #E80000;
}
footer .contact .address, header .contact .phone, header .contact .email{
 padding-left: 10px;
 font-size: 13px;
}

footer .container{
	width: 90%;
	margin: auto;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-top: 1px solid rgba(1,1,1,0.1);
	flex-wrap: wrap;

}
footer .logo{
	flex-basis: 30%;
	height: 80px;
	display: block;
	margin-top: 10px;
	flex-grow: 1;
}
footer .logo a{
	width: 250px;
	height: 100px;
	display: block;
}
footer .logo a img{
	width: 100%;
}
footer .menu{

	width: 60%;
}
footer .menu ul{
	flex-basis: auto;
	flex-grow: 2;
	display: flex;
	padding-top: 20px;
		justify-content: right;

}
footer .menu ul li{
 list-style: none;

}
footer .menu ul li a{
color: black;
text-decoration: none;
padding: 10px;
height: 80px;
font-weight: bold;
font-size: 19px;
line-height: 40px;
}
footer .menu ul li a img{
 	width: 40px;
 	height: 40px;
}
footer .copyw{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	background-color: #fafcff;
	margin-top: 30px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
}
footer .copyw b{
color: red;

}


@media only screen and (max-width: 1160px) {

header .container{
	flex-wrap: wrap;
	height: auto;

}
section .container .item-holder{
	width: 30%;
}
}
@media only screen and (max-width: 900px) {

header .container{
	flex-wrap: wrap;
	height: autopx;

}
header .container .menu ul{
	display: none;

}
header .container .menu ul.active{
	display: block;

}
header .container .menu ul li{
	display: block;
	width: 100%;
	padding: 5px;
}
header .container .ham{
	display: block;
	position: absolute;
	right: 0px;
	top: 20px;
	cursor: pointer;

}
header .contact{
	display: none;
}
header .menu{
	width: 100%;
	text-align: center;
}
section .container .item-holder{
	width: 49%;
}
.img-bg{
	background-image: url(../images/bg_main.jpg);
	background-position: 10% 10%;
	background-repeat: no-repeat;
	background-size: 80%;
}
section .container .main-text h1{
font-size: 40px;
margin-top: 400px;
display: block;
}
footer .menu ul{
	flex-basis: auto;
	flex-grow: 2;
	display: flex;
	padding-top: 20px;
	flex-wrap: wrap;
	justify-content: center;

}
footer .menu ul li{
	width: 100%;
	text-align: center;

}
footer .menu{
	width: 100%;
}
section .container .item-hold{
	width: 98%;
	display: block;
	max-width: 98%;
}
.text-sidepage h2{
	font-size: 40px;
}
.text-sidepage h3{
	font-size: 20px;
}
section .container .main-text h1{
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 300px;
	max-width: 500px;
	
}
}
