@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));
}

h1{
	font-size: max(1.1em, min(3em, 3vw));
}

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, 1.5vw));
	list-style: none;
	margin-top: 10px;
	color: #fff;

}

.footer1 ul li a{
	color: #fff;
	text-decoration: none;
}

table tbody tr:nth-child(even) {
	background-color: rgba(35, 170, 250, 0.1);
}
table tbody tr:nth-child(odd){
	background: #fff;
}


.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;
}

.zoob {

	padding: 15px 8px 0px 8px !important;
}

.header__menu li a{
	text-decoration: none;
	color: #3D3D3D;
}


.content-wrapper{
    margin-top: 78px;
    padding: 10px;
    line-height: 34px;
}

.menu{
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
}

.cont{
	margin-top: 80px;
	width: 100%;
	display: flex;
	flex-direction: column;
    align-items: center;
}


.cont h1, .cont h2{
	font-weight: 300;
}

.cont h1{
	margin: 5%;
}

.name{
	display: flex;
	width: 100%;
	background-color: rgba(35, 170, 250, 0.3); 
	justify-content: center;
}

.name h2{
	padding: 0.5%;
}

.uslugi{
	width: 100%;
	display: flex;
	flex-direction: column;
	max-width: 1440px;
}

.napr{
	width: 100%;
	display: flex;
	padding: 2%;
	align-items: center;
	justify-content: space-around;
}

.napr ul li{
	list-style: none;
	font-size: max(1.1em, min(1.3em, 2.8vw));
}

.zoob2{
	display: none;
}

table{
	width: 90%;
	border-spacing:0;

}

td{
	font-size: max(0.8em, min(1.3em, 2.8vw));
	padding: 10px 0px 10px 0px;
}




.n{
	width: 90%;
	padding-right: 15px; 
}

.p{
	min-width: 60px;
}

@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;
	}


}

