body.menuOpened {
	height: 100%;
	overflow: hidden;
}

.media {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.media-body {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}

.mr-2 {
	margin-right:.5rem!important
}

.mr-3 {
	margin-right:1rem!important
}

.mb-3 {
	margin-bottom: 1rem!important;
}

.btn {
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
}

.btn-dark {
	background-color: #353c41;
	padding: 10px 12px;
}

.btn-overlay-menu {
	z-index: 999;
    visibility: hidden;
    position: fixed;
    top: 15px;
    right: 15px;
}

.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	overflow-y: scroll;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #353c41;
	opacity: 0.95;
}

.overlay .btn {
	color: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 30px;
	text-decoration: none;
}

.overlay-content {
	position: relative;
	top: 15%;
	bottom: 15%;
	margin: 15px;   
}

.overlay-content ul {
	margin-bottom: 2rem;
}

.overlay-content ul li {
	margin-bottom: 0.5rem;
}

.overlay-content  #nav ul li ul {
    height: auto;
    width: auto;
    opacity: unset;
    line-height: normal;
    position: relative;
    margin-top: 1rem;
}

.overlay-content #nav ul li ul li {
	background: none;
	padding-left: 0;
	height: auto;
}

.overlay-content #nav ul li ul li a {
    font-size: 1.15rem;
    line-height: 16px;
    height: auto;
}

.overlay-content #nav li:hover ul {
	padding: 0;
}

.overlay-content a {
	color: #fff;
	font: 24px segoeull;
	text-decoration: none;
}

.footer .phone span a {
	color: #fff;
}

@media screen and (max-width: 1280px) {
	body {
		min-width: auto;
	}

	.content {
		width: 1190px;
	}

	.banner {
		width: 100%;
	}
} 

@media screen and (max-width: 992px) {
	body {
		min-width: auto;
	}

	.btn-overlay-menu {
		visibility: visible;
	}

	.content {
		width: 820px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.work-box {
		width: auto;
		margin-right: 0;
	}

	.workarea {
		width: 720px;
	}

	.workarea--lang {
		margin-bottom: 20px;
	}

	.workarea--lang .right {
		float: none;
	}

	.workarea--lang .russia {
		margin-left: 0;
	}

	.workarea--lang .english {
		margin-left: 15px;
	}

	.top-menu {
		display: none;
	}

	.right-sidebar {
		margin-top: 60px;
		width: 100%;
	}

	.right-sidebar .list {
		width: auto;
	}

	.footer {
		min-width: auto;
		height: auto;
	}

	footer .workarea {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	.content {
		width: auto;
		margin-right: 0;
	}

	.workarea {
		width: auto;
    	padding: 0 15px;
	}

	.work-box {
		width: 100%;
	}

	.banner {
		display: none;
	}

	h1 {
		font: 32px segoeull;
	}

	header .contacts {
		margin-top: 30px;
	}

	header .right {
		float: none;
	}

	.phone span,
	.mail span a {
		font-size: 16px;
	}



	.footer .left,
	.footer .right {
		float: none;
	}

	.footer .contacts {
		margin-top: 15px;
	}
}