#b-wrap {
	display: block;
	overflow: hidden;
	position: fixed;
    margin: 0 auto;
    right: 0;
    z-index: 999;
    top: 30%;
}

.menu {
width: 500px;
	height: 100%;
	position: fixed;
	left: -500px;
	top: 0%;
	background-color: #fff;
	box-shadow: 1px 0 5px #c0c0c0;
	-webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
	transition: all ease 1s; z-index:9999;
	border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-right: solid 2px #000;
}

.mhead {
	min-height: 50px;
	padding-top: 13px;
}
.qoutehome input, .qoutehome textarea, .qoutehome select {
    line-height: normal;
    width: 100%;
    margin-bottom: 10px;
    padding: 17px 10px;
    border: none;
    border-bottom: solid 1px #ccc;
    background: none; color:#000;}
.qoutehome .nextpg {position: relative;
    top: 0;
    border: none;
    background: #d15900;
    color: #fff; padding:10px !important;}

.qoutehome img {margin:0 auto;}
.qoutehome { padding: 45px 30px;}

/* Меню открыть */
.menu-ham {
	padding-top: 10px;
	float: left;
	margin-left: 0px;
	cursor: pointer;
}

/* Меню закрыть */
.close-menu {
	margin-right: -8px;
    float: right !important;
    min-height: 30px;
    /* padding-right: 18px; */
    padding-top: 8px;
    cursor: pointer;
    width: 50px !important;
    height: 50px !important;
    border: solid 5px #fff!important;
    margin-top: -5px;
    border-radius: 0 !important;
    
}
.close-menu img {margin:0 auto;}

.menu ul {
	padding-left: 0;
	margin-top: 80px;
}

.menu li {
	list-style: none;
	text-decoration-style: none;
	line-height: 170%;
	padding: 5px 0 5px 40px;
}

.menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #292929;
}

.menu li:hover {
	background-color: #56c2f0;
	cursor: pointer;
}

/* Heading */

.hd2 {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 60px;
	padding-top: 30px;
}



/* Switch buttons */

.btn {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
}

.btn2 {
	pointer-events: none;
    opacity: 0.6;
    z-index: -1;
}



span a {
	border-radius: 3px;
	border: 1px solid #56c2f0;
	display: inline-block;
	cursor: pointer;
	color: #555;
	font-size: 13px;
	padding: 6px 24px 0px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #154682;
	background-color: #fff;
}

span a:hover {
	background-color: #56c2f0;
	border: 1px solid #56c2f0;
	color: #000;
}

/* Resume link */


/* Adaptability */

@media screen and (max-width: 400px) {
	.hd2 {
		padding-top: 20px;
	}
	.hd2 h2 {width: 270px;}
	.btn {padding-top: 35px;}
	
}




