@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;900&family=Poppins:wght@200&display=swap');

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	color: #535353
}
body {
	background: #fff;
	color: #313131;
	min-height: 100vh;
	font-size: 18px;

}

p{
	font-size: max(0.8em, min(1.1em, 3vw));
}

h1, h2, h3, h4, h5{
	font-family: 'Montserrat', sans-serif !important;
	color: #3D3D3D !important;
	font-weight: 300;

}

.cont h1{
	margin-top: 5%;
}


header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	height:80px;
	background: linear-gradient(90deg, #22A9FA, #78E8AF);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: space-between;
}

.header ul li a{
	color: #fff;
	padding: 10px;
}

footer {
	width: 100%;
	background: linear-gradient(90deg, #22A9FA 0%, #78E8AF 100%);
	height: 30vh;
	display: flex;
	align-items: center;
    justify-content: center;
    min-height: 320px;
}

.footer1 {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.footer1 ul{
	padding-left: 10px !important;
}

.footer1 ul li{
	font-size: max(0.6em, min(1.2em, 2vw)) ;
	list-style: none;
	margin-top: 10px;
	font-weight: 500;
	color: #fff;

}

.footer1 ul li a{
	color: #fff;
	text-decoration: none;
}



.container1{
    width: 100%;
    display: flex;
    height: 100%;
    padding: 10px;
    position: relative;
    padding-bottom: 100px;
}
.content-wrapper{
	width: 100%;
}
.header__nav {
    position: absolute;
    display: flex;
	width: 100%;
}
.header__menu {
    display: flex;
	position: relative;
	z-index: 2;
	

}
.header__menu li {
	list-style: none;
	font-size: 18px;
	padding: 15px 8px 0px 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
}

.header__menu li a:hover{
	color: #227dfa;
	transition: color 0.4s ease;
}

.menu__item.activ{
	color: #227dfa;
}

.header__menu li a{
	text-decoration: none;
	color: #3D3D3D;
}

.zoob {

	padding: 15px 8px 0px 8px !important;
}

.zoob2{
	display: none;
}


.content-wrapper{
    margin-top: 78px;
    padding: 10px;
    line-height: 34px;
}

.menu{
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
}



.full{
	display: flex;
	width: 100%;
	justify-content: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='518' height='1563' \
		viewBox='0 0 518 1563' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath\
		opacity='0.1' d='M-5.37815e-06 1563C103.029 1560.46 313.959 1492.1 333.448 1238.93C357.809\
		922.473 272.544 934.645 467.436 592.321C662.328 249.997 248.183 -67.9846 0.000130158 12.6517L-5.37815e-06 1563Z'\
		fill='url(%23paint0_linear_231_156)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_231_156' x1='518' y1='781.5'\
		x2='7.15773e-05' y2='781.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2322A9FA'/%3E%3Cstop offset='1'\
		stop-color='%2378E8AF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");


}

.cont{
	background-image: ;
	 margin-top: 100px;
	 width: 70%;
	 display: flex;
	 flex-direction: column;
    align-items: center;

}

.FIO{
	width: 100%;
	background-color: rgba(35, 170, 250, 0.3); 
	padding: 0.8%;
}

.text_photo{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.photo{
	width: 25%;
}

.text{
	width: 70%;
}

.full .cont h1{
	margin: 5%;
	font-size: max(1.1em, min(3em, 3vw));
}

.FIO h2{
	font-size: max(1.1em, min(1.8em, 3vw));
}

.text h3{
	font-size: max(1.1em, min(1.5em, 2vw));
}

.spec_1{
	margin-bottom: 6%;
}

.spec{
	max-width: 1160px;
    margin-bottom: 90px
}

.photo{
	max-width: 230px;
}

#spec{
	display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width: 1000px){
	.header ul li a{
		color: #3D3D3D ;
	}
	.text_photo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
	}

	.photo {
    width: 40%;
    margin: 5%;
	}

	.text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


@media(max-width: 950px){
	.navig{
		display: none;
	}
	.header ul li a{
		color: #3D3D3D ;
	}
	.zoob2{
		width: 85%;
	    display: flex;
	    justify-content: center;
	    position: absolute;
    	left: 8%
	}
	.header__menu li a{
	text-decoration: none;
	color: black;
	height: 100%;
	}
	.header__menu li {
		width: 100%;
		height: 100%;
	}
	.header__menu li:hover{
		background: #DCDCDC;
		opacity: 0.5;
		margin-right: 40px;
	} 
	.container1{
	    opacity: 1;
	    padding: 0;
	 
	}
	.zoob{
		width: 0;
		height: 0;
		display: none;
	}
	.header__nav {
		display: flex;
		position: absolute;
	    top: 55px;

	    left: 0;
	    background: rgb(245, 246, 246);
	
	    width: 100%;
	    
	    transition: all 0.4s ease;
		left:-100%;
	}
	.header__menu {
		display: flex;
		height: 100%;
		width: 100%;
		background: #e1f2fb;
		flex-direction: column;	
		padding: 0;
	}
	.header__nav.open-menu{
	    left:0;
	}
	.header__menu li {
		margin: 20px 0px 20px 33px;
	    font-size: 14px;
		}
	.menu-burger__header {
		position: relative;
	    width: 40px;
	    height: 35px;
	    display: block;
	    margin-left: 10px;
	    margin-top: 4px;
	   }
	.menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
		height: 4px;
		width: 100%;
		position: absolute;
		background: #fff;
		margin: 0 auto;
	}
	.menu-burger__header span{
		top: 16px;
	}
	.menu-burger__header:after, .menu-burger__header:before{
		content: '';
	}
	.menu-burger__header:after{
		bottom: 5px;
	}
	.menu-burger__header:before{
		top: 5px;
	}
	.menu-burger__header.open-menu span {
		opacity:0; 
	    transition: 0.5s; 
	}
	.menu-burger__header.open-menu:before {
		transform: rotate(38deg);
	    top: 16px;
	    transition: 0.4s;
	}
	.menu-burger__header.open-menu:after {
		transform: rotate(-38deg);
	    bottom: 16px;
	    transition: 0.4s;
	}

	header {
		height: 60px;
	}
	.content-wrapper {
	    margin-top: 48px;
	}
	.fixed-pade {
	    overflow: hidden;
	}

	.carousel{
		margin-top: 60px;
	}
}



@media(max-width: 600px){
	.header ul li a{
		color: #3D3D3D ;
	}
	
	.photo {
    	width: 70%;
    	margin: 5%;
	}

	.text{
		width: 123%;
	}
}

