@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;

}

h1, h2{
	font-family: 'Montserrat', sans-serif !important;
	color: #3D3D3D !important;
}

h2{
	font-size: max(1.1em, min(2em, 3vw));
}

h3{
	
}




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, #78e8af);
	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;
	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;
}

.cont img{
	width: 70%;
}

.cont{
	margin-top: 100px;
	display: flex;
	flex-direction: column;
}

.cont h1, .cont h2{
	font-weight: 300;
}

.okno_1{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.okno_1 h1{
	margin: 4%; 
	font-size: max(1.1em, min(3em, 3vw));
}

.text{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.usl_1{
	margin-bottom: 2%;
	width: 70%;
	display: flex;
	flex-direction: column;
}

.usl_1 h2{
	margin: 3% 0 3% 3%;
}

.usl_1 p{
	
	font-size: max(0.8em, min(1.1em, 3vw));
	font-weight: normal;
}

.cont{
	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='M0 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.000135536 12.6517L0 1563Z' fill='url(%23paint0_linear_125_96)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_125_96' 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");
}


@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;
	}

	h3{
	font-size: max(0.9em, min(1.1em, 2vw));
	}

}

