Скачиваний:
1
Добавлен:
27.01.2022
Размер:
7.45 Кб
Скачать
html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.feedback{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 4%;
	background-color: #F7FAFC;
	flex-wrap: wrap;
	align-items: center;
}
.feedback_link{
	font-family: "Segoe UI";
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
margin-right: 15px;
color:#727070;
text-decoration: none;
}

.line_feedback{
	width: 1px;
	border-right:1px solid #696767;
	height: 12px;
	margin-right: 10px;

}
.choose_language{
	display: flex;
	align-items: center;
	margin-right: 13%;
}
.choose_language_item{
	cursor: pointer;
	font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
color: #696767;
margin:auto;
}
.header{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width:100%;
height:110px;
border-bottom: 0.25px solid #C4C4C4;
}
.header_up_left{
	display: flex;
	align-items: center;	
    justify-content: center;
}
.header_up_right{
	display: flex;
	justify-content: center;

	
}
.logo{
	height: 48px;
    width: 48px;
}
.text_logo{
	font-family: "Segoe UI";
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 22px;
margin-left: 20px;

}
.text_ball{
	font-family: "Segoe UI";
	font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #1D1E1F;
}
.text_phone{
	font-family: "Segoe UI";
	font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
}
.logo_ball{
	margin-right: 1rem;
	margin-left:1rem;
}
.logo_phone{
	font-size:14px;
	margin-right: 1rem;
	margin-left: 1rem;
}
.ul_header{
	display: flex;
	align-content: center;
	align-items: center;
	width:100%;
	height: 72px;
	border-bottom: 0.25px solid #C4C4C4;
}
.ul_list{
display: flex;
width: 1441px;
height: 72px;
justify-content:center;
align-items:center;
margin-left:30px;
}
.li_item{
	list-style: none;
    padding-right: 37px;
}
.about_div{
	margin:0;
	padding:0;
}
.a_link{
	text-decoration: none;
	font-family: "Segoe UI";
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
color: #1D1E1F;
}
.a_link:hover{
	color:#3F5C97;
}
.main_ul{
	display:inline-flex;
	flex-wrap: nowrap;
	overflow: hidden;
	height: auto;
	position: absolute;
	right: 0;
	margin-left: 10px;
	width:0;
	transition: all 1s;
	margin-top:5%;
	background: #FFFFFF;
}
.main_ul_active{
width:500px;
height: auto;
}
.main_ul_item{
	display: inline-flex;
	flex-direction: column;
	border:1px solid grey;
	flex-wrap: nowrap;
	width:500px;
	padding: 30px;
	height: auto;
}
.li{
	display: flex;
	justify-content: flex-start;
	border-bottom: 0.25px solid grey;
	padding-top:10px;
	padding-bottom: 10px;
	z-index: 3;
}
.li:last-child {
	border:none;
}
.about{
	margin-left: auto;
	height: 18px;
	width: 18px;
}
.li_about_main{
  height: 0;
  overflow: hidden;
  transition:height 1s;
}
.li_about{
	display: flex;
	justify-content: flex-start;
	border-bottom: 0.25px solid grey;
	margin-left: 20px;
	padding-top:10px;
	padding-bottom: 10px;
	paddi
}
.li_about_active{
   height:140px;
}
.li_about_active_height_first{
	height:320px;
}
.li_about_active_height_second{
	height:250px;
}
.about_id_active{
	transform: rotate(180deg);
}
.main_link{
	text-decoration: none;
	font-family: "Segoe UI";
    font-style: normal;
    font-size: 18px;
    color: #1D1E1F;
}
.main_link:hover{
	color:#3F5C97;
}
.li_media_main{
	 height: 0;
  overflow: hidden;
  transition:height 1s;
}
.li_media_active{
	height:90px;
}
.li_doc_main{
	 height: 0;
  overflow: hidden;
  transition:height 1s;
}
.li_doc_active{
	height:140px;
}
.li_doc_active_first_height{
	height: 410px;
}
.li_doc_active_second_height{
	height: 140px;
}
.li_for_main{
	 height: 0;
  overflow: hidden;
  transition:height 1s;
}
.li_for_active{
	height:180px;
}
.li_first_about_down{
	height:auto;
}
#li_about{
	margin-left: 40px;
}
#li_about_down{
	margin-left: 80px;
}
#li_doc_down{
	margin-left: 80px;
}
.li_first_about_down{
	 height: 0;
  overflow: hidden;
  transition:height 1s;
}
.li_first_about_down_active{
	height:180px;
}
}
.li_second_about_down{
	 height: 0;
  overflow: hidden;
  transition:height 1s;
}
.li_second_about_down_active{
	height:120px;
}
.li_first_doc_down{
	 height: 0;
  overflow: hidden;
  transition:height 1s;
}
.li_first_doc_down_active{
	height:270px; 
}
.li_second_doc_down{
	 height: 0;
  overflow: hidden;
  transition:height 1s;
}
.li_second_doc_down_active{
	height:140px; 
}
.link_button{
	display:inline-flex;
	position: absolute;
	justify-content:flex-start;
	margin-left:4em;
	margin-top: 1em;
}
.button_div{
	width:100%;
	height: 72px;
	border-bottom:0.25px solid #C4C4C4;
	display:flex;
}

.hover_about{
	display: flex;
	align-items: center;
	height: 100%;
}
.hover_about:hover .sub_menu{
	display: block;
}
.sub_menu{
	position:absolute;
	background-color: #fff;
	margin-top:27px;
	display: none;
}
.sub_text{
	border-bottom: 0.25px solid #C4C4C4;
	line-height: 22px;
	padding:5px;
}
.sub_text:last-child{
	border:none;
}
.sub_text:hover{
	background-color:#CEE6FF;
}
.sub_link{
	text-decoration: none;
	font-family: "Segoe UI";
font-style: normal;
font-size: 14px;
line-height: 17px;
color: #1D1E1F;
}
.sub_text_hover_two:hover .sub_menu_middle{
	display: block;
}
.sub_menu_middle{
    position:absolute;
	background:white;
	margin-top:-27px;
	margin-left:299px;
	width:260px;
	display: none;
}
.sub_text_middle{
	border-bottom: 0.25px solid #C4C4C4;
	line-height: 22px;
	padding:5px;
}
.sub_text_middle:last-child{
	border-bottom: none;
}
.sub_text_middle:hover{
	background-color:#CEE6FF;
}
.sub_text_hover_three:hover .sub_menu_down{
	display: block
}
.sub_menu_down{
	position: absolute;
	margin-top:-27px;
	margin-left:299px;
	background:white;
	width:260px;
	display: none;
}
.sub_text_down{
	border-bottom: 0.25px solid #C4C4C4;
	line-height: 22px;
	padding:5px;
}
.sub_text_down:last-child{
	border:none;
}
.sub_text_down:hover{
	background-color:#CEE6FF;
}
.hover_media{
	display: flex;
	align-items: center;
	height: 100%;
}
.hover_media:hover .sub_menu_media{
	display: block;
}
.sub_menu_media{
	position:absolute;
	background-color: #fff;
	margin-top:27px;
	display: none;
}
.sub_text_media{
	border-bottom: 0.25px solid #C4C4C4;
	line-height: 22px;
	padding:5px;
}
.sub_text_media:last-child{
	border-bottom: none;
}
.sub_text_media:hover{
	background-color:#CEE6FF;
}
.main_background{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	background-image:url(img/main_back.jpg);
	background-size:cover;
	margin-top:0;
	width:100%;
	height: 570px;
}
.slogan{
	font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 44px;
color: #1D1E1F;
}
.text_main{
	font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 22px;
color: #1D1E1F;
}
.main_button{
	font-family: "Segoe UI";
	color:white;
	font-weight: bold;
	width: 144px;
height: 40px;
background: #3795F4;
border-radius: 6px;
border:none;
}
@media (min-width:1120px)  {
	.main_ul{
		display: none;

	}
	.button_div{
		display: none;
	}
	.link_button{
		display:none;
	}
	}
	@media (max-width:500px){
	.text_logo{	
display: flex;
flex-wrap: wrap;
font-family: "Segoe UI";
font-style: normal;
font-weight: 500;
font-size: 0.8rem;
line-height: 18px;
margin-left: 20px;
}
.link_button{
	margin-left:4em;
	margin-top: 1em;
}
}
@media (max-width: 1119px){
	.ul_header{
		display: none;
	}
}