/*
Theme Name:     online-consulting-child
Theme URI:      https://mena-bcgroup.com/
Description:    Создаю дочернюю тему
Author:        	Аргинов
Author URI:     https: //migweb.ru
Template:       online-consulting
*/

body{
	margin:0;
	font:100%/1.5em 'Montserrat', sans-serif;
	color:#333;
	line-height:1.2;
}
*{box-sizing:border-box;}
#vk_groups{width:100%; box-sizing:border-box;}
#vk_comments, #vk_comments iframe {
	width: 100% !important;
}
.clr:before,.clr:after{
	content:" ";
	display:table;
}
.clr:after{
	clear:both;
}
.flex{
	display:flex;
	flex-wrap:wrap;
}
.jc-sb{
	justify-content:space-between;
}
.jc-c{
	justify-content:center;
}
.ai-c{
	align-items:center;
}
.ai-e{
	align-items:end;
}

.wdth1200{
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
}
h1{
	text-align:center;
}
h1, h2, h3, h4{
	/* font-family:'Noto Serif'; */
}
header{
	padding:30px 20px;
	background: #000;
	color:#fff;
	position: relative;
	z-index: 1;
}
header.mainheader{
	background:none;
}
header a{
	color:#fff;
	text-decoration:none;
}

.logotip{
	font-size:1.125em;
	font-weight:600;
	font-family:Roboto;
}
.right-nav{
	display: flex;
	align-items:center;
	font-size: .875em;
}
.menu a{
	color:#fff;
	font-weight:600;
	margin:0 10px;
	opacity:.8;
	transition:.2s;
}
.menu a:hover{
	opacity:1;
}
.contactlink{
	border: 1px solid #fff;
	padding: 8px 20px;
	margin: 0 20px;
	border-radius: 6px;
	transition:.2s;
}
.contactlink:hover{
	background:#fff;
	color:#000;
}
.lang a{
	opacity:.5;
	margin:0 0 0 10px;
	transition:.2s;
}
.lang a:hover, .lang a.active{
	opacity:.9;
}
.menu-burger {
	margin: 0 0 0 10px;
	display: none;
	width: 38px;
	height: 13px;
	position: relative;
}
.lm{
	height: 1px;
	position: absolute;
	display: block;
	background: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	left:0;
}
.lm1{
	top:0;
	width: 38px
}
.lm2{
	top:6px;
	width: 38px
}
.lm3{
	bottom:0;
	width: 30px
}

.opm .lm1{
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
.opm .lm2{
	width: 26px;
	-webkit-transform: rotate(45deg) translateX(0px) translateY(-14px);
	-ms-transform: rotate(45deg) translateX(0px) translateY(-14px);
	transform: rotate(45deg) translateX(0px) translateY(-14px);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.opm .lm3{
	width: 26px;
	-webkit-transform: rotate(-45deg) translateX(9px);
	-ms-transform: rotate(-45deg) translateX(9px);
	transform: rotate(-45deg) translateX(9px);
}




.lokomotiv{
	background:url(/images/er-ryadh-background.jpg) no-repeat center;
	background-size:cover;
	color:#fff;
	position:relative;
	min-height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	margin: -95px 0 0;
	padding: 100px 0;
}
.lokomotiv:before{
	content:'';
	background:rgba(0,0,0,.7);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.lokomotiv .wdth1200{
	position:relative;
	z-index:1;
}
.maintext{
	text-align: center;
	max-width: 700px;
}
.maintext p{
	font-size:1.5em;
}
.contain{
	margin:40px 0;
}
.block{
	margin:40px 0;
}
.about{
	text-align: left;
	position: relative;
	max-width: 830px;
	margin: 0 auto;
}
.about:after{
	content:'';
	display:block;
	width:100%;
	max-width:300px;
	height:1px;
	background:#ddd;
	margin:40px auto 0;
}

h2{
	font-size:1.875em;
	text-align:center;
	margin:40px 0;
}

.forclients-description{
	font-size:1.5em;
	text-align:center;
	margin: 0 0 60px;
}

.ww{
	width:49%;
	margin:0 0 40px;
	position:relative;
	padding:0 0 0 40px;
	max-width: 520px;
}
.ww:before{
	content:'';
	background:url(/images/check-blue.svg) no-repeat 0 0;
	background-size:contain;
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
}
.ww h4{
	margin: 4px 0;
	font-size: 1.25em;
	font-weight: 500;
}
.ww p{
	font-size:1.125em;
}
.ourteam{
	background:#000;
	color:#fff;
	padding:10px 0 20px;
}
.ourteam a{
	color:#fff;
}
.person{
	width:30%;
	text-align:center;
}
.person img{
	width:200px;
	height: 200px;
	border-radius:100%;
}
.person h4{
	font-size:1.375em;
	margin: 10px 0;
}
.person p{
	font-size:.875em;
	opacity:.8;
}
.city{
	display:none;
}
.fullteam{
	display:block;
	text-decoration:none;
	padding:16px 20px;
	border:1px solid #fff;
	margin:20px auto;
	text-align:center;
	width:100%;
	max-width:230px;
	transition:.2s;
}
.fullteam:hover{
	background:#fff;
	color:#000;
}

.contacts{
	background:#000;
	padding:20px 0;
	color:#fff;
}
.contact-text{
	width:40%;
}
.contact-text a{
	color:#fff;
}

.contact-text h2{
	text-align:left;
}
.contact-text p{
	font-size:1.25em;
}
.contact-map{
	width:55%;
}
.map-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100% !important;
	width:100%;
	position:absolute;
}
.socbuttons{
	display:flex;
	margin:30px 0;
}
.socbuttons a{
	width:30px;
	height:30px;
	margin:0 5px 0 0;
}
.wa{
	background:url(/images/icon-wa.svg) no-repeat;
	background-size:30px;
}
.tg{
	background:url(/images/icon-tg.svg) no-repeat;
	background-size:30px;
}
.vk{
	background:url(/images/icon-vk.svg) no-repeat;
	background-size:30px;
}

footer{
	background:#000;
	padding:30px 0;
	color:#fff;
}
footer a{
	color:#fff;
	text-decoration:none;
}
.breadcrumbs{
	font-size:.75em;
	color:#999;
	text-align:center;
}
.breadcrumbs a{
	color:#999;
}


@media screen and (max-width:960px){
	.wdth1200{
		max-width: 640px;
	}
	
	header{
		z-index: 2;
	}
	header.mainheader {
		background: #000;
		padding: 20px;
	}
	.logotip {
		font-size: 1em;
	}
	.menu-burger {
		display: block;
	}
	.menuosn {
		position: absolute;
		top: -500px;
		left: 0;
		width: 100%;
		background: #000;
		overflow-y: hidden;
		transition: .2s;
		text-align:center;
		display:flex;
		justify-content:right;
		flex-wrap:wrap;
	}
	.menuosn.opened {
		top: 58px;
		border-top: 1px solid #222;
	}
	.menuosn .menu, .menuosn .lang{
		width:100%;
	}
	.menuosn .lang{
		display: flex;
		justify-content: right;
		padding: 20px;
	}
	.lokomotiv{
		margin:0;
		min-height:0;
		padding: 60px 0;
	}
	.menuosn .menu a{
		display: block;
		padding: 12px 20px;
		text-align: right;
		border-bottom: 1px solid #222;
	}
	.contactlink {
		margin: 20px 20px 0;
	}
	h1{
		font-size: 1.75em;
		font-weight: 600;
	}
	h2 {
		font-size: 1.625em;
		font-weight: 600;
	}
	.maintext p {
		font-size: 1.25em;
	}
	.ww {
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px;
	}
	.ww h4 {
		font-size: 1.125em;
		margin: 2px 0;
	}
	.ww p {
		font-size: 1em;
		margin: 10px 0;
	}
	.ww:before{
		width: 24px;
		height: 24px;
	}
	.forclients-description {
		font-size: 1.25em;
		margin: 0 0 40px;
	}
	.ourteam {
		padding: 0 0 1px;
	}
	.person {
		width: 48%;
		margin: 0 0 30px;
	}
	.person h4 {
		font-size: 1.125em;
		margin: 6px 0;
		font-weight: 600;
	}
	.person img {
		width: 150px;
		height: 150px;
	}
	.person p {
		margin: 6px 0;
	}
	.contact-text {
		width: 100%;
	}
	.contact-map {
		width: 100%;
	}
	.contact-text p {
		font-size: 1.125em;
	}
	footer {
		padding: 0px 0 30px;
	}
	footer .flex {
		justify-content: center;
	}
	footer .right-nav{
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 20px 0 0;
	}
}
@media screen and (max-width:600px){
	.maintext p {
		font-size: 1em;
	}
	h2 {
		font-size: 1.5em;
	}
	.ww h4 {
		font-size: 1em;
	}
	.ww p {
		font-size: .875em;
	}
	.forclients-description {
		font-size: 1.125em;
	}
	.person h4 {
		font-size: 1em;
	}
	.contact-text p {
		font-size: 1em;
	}
	.about {
		text-align: left
	}
}














