body{
	margin: 0px;
	padding: 0px;
	line-height: 1.75rem;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

button{
	border: none;
	text-decoration: none;
}

a{
	color: black;
	text-decoration: none;
}

img{
	width: 100%;
}

p{
	margin:0;
	padding: 0;
}

.pNormalText{
	font-size: 1.125rem;
    line-height: 1.75rem;
}

.bodyDivs{
	width: 80%;
	margin-left: 10%;
}

.headered{
	font-weight: 800;
	font-size: 22px;
}

#headerMargin{
	width: 100%;
	padding-top: 100px;
}
body>#header>#headerMenu>#languageChange{
	width: 25%;
}
body>#header>#headerMenu>#languageChange>button{
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60%;
	cursor: pointer;
}
body>#header>#headerMenu>#languageChange>#left{
	border-radius: 20px 0px 0px 20px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body>#header>#headerMenu>#languageChange>#middle{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body>#header>#headerMenu>#languageChange>#right{
	border-radius: 0px 20px 20px 0px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body>#header>#headerMenu>#languageChange>button>p{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 8px;
	padding-right: 8px;
}
body>#header>#headerMenu>#languageChange>button:hover{
	background-color: rgba(19, 106, 24, 0.27);
}
body>#header>#headerMenu>#languageChange>button>img{
	width: 10px;
	height: 10px;
}
body>#header{
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	position: fixed;
	display: flex;
	flex-direction: row;
	height: 60px;
	color: black;
	margin-left: 0;
	background-color: white;
	border-bottom: 0.3px solid rgba(0, 0, 0, 0.2);
	z-index: 10;
}
body>#header>#headerMenu{
	width: 75%;
	display: flex;
	flex-direction: row;
}
body>#header>#logo{
	width: 25%;
	margin-right: 15%;
}
body>#header>#logo>p{
	font-weight: 700;
	font-size: 28px;
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100%;
	height: 100%;
}
body>#header>#headerMenu>div{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 12.5%;
	height: 100%;
}
body>#header>#headerMenu>div>a{
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	font-weight: 600;
}
body>#header>#headerMenu>div>a:hover{
	background-color: rgba(0, 0, 0, 0.1);
}
body>#header>#headerMenu>div>a{
	width: 100%;
}




#mainPart{
	margin-left: 10%;
	border: 10px;
	width: 80%;
	height: 550px;
	display: flex;
	flex-direction: row;
	margin-bottom: 100px;
}
#mainPart>#contact{
	width: 50%;
	display: flex;
	flex-direction: column;
}
#mainPart>#contact>div{
	width: 80%;
	display: flex;
	flex-direction: row;
}
#mainPart>#contact>div>#contactUs{
	height: 40px;
	width: 150px;
	background-color: #293e70;
	border-radius: 8px;
	font-weight: 600;
	color: white;
	margin-right: 20px;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mainPart>#contact>div>#contactUs:hover{
	background-color: rgba(0, 0, 0, 0.2);
	color: black;
	border: 0.3px solid rgba(0, 0, 0, 0.2);
}
#mainPart>#contact>div>#learnMore{
	height: 40px;
	width: 150px;
	border-radius: 8px;
	font-weight: 600;
	background-color: white;
	border: 0.3px solid rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mainPart>#contact>div>#learnMore:hover{
	color: white;
	border: none;
	background-color: rgba(0, 0, 0, 0.2);
}
#mainPart>#contact #mainPartHeader{
	display: flex;
	flex-direction: column;
}
#mainPart>#contact #mainPartHeader>.header{
	font-weight: 700;
	font-size: 33px;
	letter-spacing: 1.5px;
	line-height: 1;
}
#mainPart>#contact #mainPartHeader>p{
	font-weight: 450;
	margin-bottom: 20px;
}
#mainPart>div{
	display: flex;
	justify-content: center;
	width: 50%;
}
#mainPart>div>img{
	width: 100%;
	height: 100%;
}
#mainPart>#imageGalery{
	width: 50%;
	height: 100%;
	display: flex;
}
#mainPart>#imageGalery>.imageGaleryItem{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#mainPart>#imageGalery>.imageGaleryItem>.imageInsideGaleryItem{
	width: 100%;
	height: 88%;
}
#mainPart>#imageGalery>.imageGaleryItem>.imageInsideGaleryItem>img{
	width: 100%;
	height: 100%;
}
#mainPart>#imageGalery>.imageGaleryItem>.sliders{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mainPart>#imageGalery>.imageGaleryItem>.sliders>.sliderRight{
	transform: rotate(180deg);
}
.sliderRight, .sliderLeft{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 30px;
	opacity: 0.8;
	transition: 0.2s;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.sliderRight:hover, .sliderLeft:hover{
	background-color: rgba(0, 0, 0, 0.2);
}
.sliders{
	height: 50px;
}
.sliders img{
	width: 80%;
	height: 80%;
}




#services>p{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	font-size: 20px;
}
#services>.ourServices{
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
#services>div{
	display: flex;
	flex-direction: row;
}
#services>div>.margins{
	margin-left: 4.666%;
}
#services>div>div{
	width: 30%;
	height: 400px;
	background-color: white;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.1);
}
#services>div>div>div>.header{
	font-size: 20px;
	font-weight: 1000;
}
#services>div>div>.servicesInfo{
	width: 80%;
	padding-left: 10%;
	margin-top:20px;
}
#services>div>div>div>img{
	border-radius: 8px 8px 0 0;
	width: 100%;	
	height: 100%;
}
#services>div>div>div{
	width: 100%;
	height: 50%;
	margin-left: 0;
}
#services>div>div>.servicesInfo>p{
	margin-bottom: 10px;
}
#services>div>div>img{
	width: 100%;
	height: 100%;
}
#services>div>div>p{
	margin: 0;
	margin-top: 15px;
	margin-left: 5%;
	width: 90%;
}
#services>div>div>a{
	margin-top: 15px;
	width: 90%;
	margin-left: 5%;
}



#aboutUs{
	margin-top: 100px;
	display: flex;
	margin-bottom: 100px;
}
#aboutUs>div{
	width: 50%;
}
#aboutUs>div>div{
	width: 100%;
}
#aboutUs>div>div>a{
	font-size: 18px;
	font-weight: 600;
}
#aboutUs>div>div>div{
	width: 50%;
	height: 50%;
}
#aboutUs>div>div>div{
	display: flex;
	width: 100%;
}
#aboutUs>div>div>div>div{
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
	width: 100%;
	height: 100px;
	margin-top: 30px;
}
#aboutUs>#aboutImage{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#aboutUs>#aboutImage>img{
	border-radius: 8px;
}
#aboutUs>#aboutUsInfo{
	padding-left: 40px;
}
#aboutUs>#aboutUsInfo>.header{
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 20px;
}
#aboutUs>#aboutUsInfo>p{
	font-size: 1.125rem;
	margin-bottom: 10px;
	line-height: 1.75rem;
}



#whyChooseUs>p{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 30px;
}
body>#connectToUs>#whyChooseUs{
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-radius: 8px;
	box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.1);
}
#whyChooseUs div{
	display: flex;
	width: 100%;
}
#whyChooseUs div div{
	display: block;
	width: 50%;
}
#whyChooseUs div div p{
	margin-top: 10px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}



body>#connectToUs{
	background-color: rgba(229, 231, 235, 0.5);
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 40px;
	padding-bottom: 40px;
}
body>#connectToUs>.secondHeader{
	font-size: 20px;
	margin-top: 20px;
}
body>#connectToUs>p{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
body>#connectToUs>.header{
	font-size: 28px;
	font-weight: 700;
}
body>#connectToUs>#menu{
	display: flex;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
body>#connectToUs>#menu>div{
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 8px;
	height: 200px;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	transition: 0.2s;
	padding: 0;
}
body>#connectToUs>#menu>.margins{
	margin-right: 6.6%;
}
body>#connectToUs>#menu>div p{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
body>#connectToUs>#menu>div>.header{
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
body>#connectToUs>#menu>:hover{
	box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.1);
}
body>#connectToUs>#menu>div>img{
	width: 40px;
	height: 30px;
}
body>#connectToUs>#whyChooseUs{
	background-color: white;
}



#contactWithUs{
	margin-top: 100px;
	margin-bottom: 100px;
}
#contactWithUs>p{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
#contactWithUs>div{
	display: flex;
	width: 100%;
}
#contactWithUs>div>div{
	display: block;
	width: 40%;
	margin-left: 5%;
	box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
#contactWithUs>div>#contactData{
	padding: 30px;
}
#contactWithUs>div>#contactData>button{
	width: 100%;
	background-color: #293e70;
	height: 40px;
	font-size: 15px;
	color: white;
	border-radius: 5px;
	box-shadow: none;
	text-decoration: none;
}
#contactWithUs>div>#contactData>div{
	margin-top: 10px;
	margin-bottom: 10px;
}
#contactWithUs>div>#contactData>div>p{
	font-weight: 600;
	font-size: 20px;
}
#contactWithUs>div>#contactData>div>input{
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	height: 30px;
	padding-left: 20px;
}
#contactWithUs>div>#contactData>div>p{
	margin-top: 10px;
	margin-bottom: 10px;
}
#contactWithUs>div>#info>img{
	border-radius: 8px 8px 0 0;
}
#contactWithUs>div>#info>div{
	padding: 10px;
}
#contactWithUs>div>#info>div>div{
	display: flex;
	height: 40px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#contactWithUs>div>#info>div>div>div{
	display: block;
}
#contactWithUs>div>#info>div>div>div>.header{
	font-weight: 600;
	font-size: 18px;
}
#contactWithUs>.contactWithUsHeader{
	font-size: 40px;
}
#contactWithUs>div>div>#acceptCheckbox{
	display: flex;
}
#contactWithUs>div>div>#acceptCheckbox>p{
	font-weight: 400;
	font-size: 14px;
}
#contactWithUs>div>div>#acceptCheckbox>p>.checkboxInput{
	background-color: blue;
}
#contactWithUs>div>#info>div>div>img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
#contactWithUs>div>#info>div>p{
	margin-top: 10px;
	margin-left: 20px;
	font-weight: 650;
	font-size: 19px;
}
#contactWithUs>div>#info>div>.header{
	margin-top: 40px;
}
#contactWithUs>div>#info>div>.regestrationData{
	font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 400;
}
#contactWithUs>div>#info>div>#simpleLine{
	width: 80%;
	margin-top: 60px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	height: 0px;
}



body #bottomHeader a{
	color: white;
	font-weight: 400;
	transition: 0.3s;
}
body #bottomHeader a:hover{
	font-weight: 800;
}
body>#bottomHeader{
	color: white;
	width: 100%;
	background-color: #1f2937;
	padding-left: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
}
body>#bottomHeader>#headerMenu{
	display: flex;
	width: 80%;
	justify-content: space-between;
}
body>#bottomHeader>#headerMenu>#languageChange{
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
body>#bottomHeader>#headerMenu>#languageChange>p{
	margin-right: 10px;
	margin-left: 10px;
}
body>#bottomHeader>#headerMenu>div{
	display: flex;
	flex-direction: column;
}
body>#bottomHeader>#headerMenu>#logo{
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}
body>#bottomHeader>#headerMenu>.headerMenuItem{
	width: 13%;
}
body>#bottomHeader>#headerMenu .headerText{
	font-weight: 800;
	margin-bottom: 10px;
}
body>#bottomHeader>#rights{
	margin-top: 20px;
	width:80%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(355, 355, 355, 0.6);
}
#bottomHeader>#line{
	width: 80%;
	border: 1px solid rgba(355, 355, 355, 0.2);
	margin-top: 20px;
}




#terms>#marginTop{
	padding-top: 200px;
}
#terms>#main{
	width: 96%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-right: 2%;
	margin-left: 2%;
	border-radius: 10px;
}
#terms>#main>.termsHeaderText{
	font-weight: 800;
	font-size: 50px;
}
#terms>#main>.termsSubHeaderText{
	font-weight: 800;
	font-size: 30px;
}
#terms>#main>.termsText{
	font-size: 24px;
}
#terms>#main>p{
	margin-top: 20px;
	margin-bottom: 20px;
}