.header {
	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    padding: 15px 0 20px;
    -webkit-box-align: start; 
    	-ms-flex-align: start; 
      		align-items: flex-start;
}
.header_burger {
  margin-top: 21px;
}
.header a {
	color: #333;
}
.header_top {
	width: 100%;
	/*border-bottom: 1px solid #ccc; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header_top__center {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    	-ms-flex-align: center;
        	align-items: center;
    width: calc(100% - 500px);
    gap: 25px;
}
.header_btn {
    font-size: 16px;
    letter-spacing: 0.025em;
    text-transform: unset;
    padding: 5px 15px;
    border: 1px solid #ccc;
    background: rgba(179, 232, 249, 0.4);
    margin-right: 0;
}
.header_btn:hover {
	background: #b3e8f980;
	border: 1px solid #b3e8f980;
}
.header_phone {
    font-size: 16px;
    margin-right: 0;
}
.header_age {
    font-size: 14px;
    width: 39px;
    height: 39px;
    min-width: 39px;
    color: red !important;
    border: 1px solid red;
}
.header_nav {
	width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    margin-top: 5px;
}
.header_nav>li {
	padding: 0;
}
.header_nav>li>a {
	padding: 15px 0 20px;
}
.header_nav a {
    font-size: 16px;
    letter-spacing: 0.025em;
    text-transform: unset;
}
.header_nav li ul {
    width: max-content;
    top: 37.7px;
    padding: 5px 25px 5px;
    background: rgba(255, 255, 255, 0.9);
}
.header_nav li ul li a {
    font-size: 14px;
}
.header_nav-btns {
	display: none;
}

@media screen and (max-width: 1150px) {
	.header {
		padding-bottom: 15px;
	}
	.header_top {
		width: calc(100% - 55px);
		gap: 30px;
	}
	.header_top__center {
    	width: 410px;
    }
	.header_phone, .header_btn {
    	font-size: 14px;
    }
    .header_nav {
	    gap: 20px;
	    padding: 25px 0;
	}
	.header_nav li ul {
		padding-top: 20px;
	}
    .header_nav a {
        font-size: 16px;
    }
    .header_nav li ul li a {
	    font-size: 15px;
	}	
}

@media screen and (max-width: 900px) {
    .header_phone {
        display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	margin-right: 15px;
    }
    .header_place, .header_phone span {
        display: none;
    }
    .header_phone svg {
        display: block;
    }
    .menu-wrap {
    	height: 75vh;
    }
    .header_nav {
    	-webkit-box-pack: start;
	        -ms-flex-pack: start;
	            justify-content: flex-start;
    }
    .header_nav-btns {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: end;
        	-ms-flex-pack: end;
            	justify-content: flex-end;
        gap: 15px;
	    height: 25vh;
	    min-height: 180px;
	    margin-top: 25px; 
	}
	.header_nav-btns .header_btn {
		display: block;
		margin: 0 auto;
	}
	.header_nav-btns .header_phone {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    gap: 5px;
	    margin-top: 5px;
   	} 
	.header_nav-btns .header_phone span {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.header_burger {
	    margin-top: 12px;
	}
}

@media screen and (max-width: 576px) {
	.header_top {
		-ms-flex-wrap: wrap; 
    		flex-wrap: wrap;
	}
	.header_top__right {
		order: 2;
	}
	.header_top__center {
		width: 100vw;
	    text-align: center;
	    display: -webkit-box;
	    	display: -ms-flexbox;
	    		display: flex;
	    margin: -15px -12px 5px -62px;
	    -webkit-box-pack: center; 
        	-ms-flex-pack: center; 
            	justify-content: center;
        gap: 20px;
        order: 3;
	}
	.header_top__center .header_btn {
		display: block;
		margin: 0;
	}
	.header_phone {
        margin-right: 0;
    }
}