/*
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 Arial, 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: 768px;
	width: 100%;
	padding: 0 20px;
}
h1{
	font-size: 2.25em;
    font-weight: 900;
}
h1, h2, h3, h4{
	/* font-family:'Noto Serif'; */
}

/*Header*/
header{
	padding:15px 0;
	position:relative;
	z-index: 2;
}
.logotip{
	width:120px;
}
.logotip img{
	width:100%;
}

.menu-burger {
	width: 30px;
	height: 13px;
	position: relative;
	margin:0 20px 0 0;
}
.lm{
	height: 1px;
	position: absolute;
	display: block;
	background: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	left:0;
}
.lm1{
	top:0;
	width: 30px
}
.lm2{
	top:6px;
	width: 30px
}
.lm3{
	bottom:0;
	width: 22px
}

.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: 20px;
	-webkit-transform: rotate(45deg) translateX(0px) translateY(-11px);
	-ms-transform: rotate(45deg) translateX(0px) translateY(-11px);
	transform: rotate(45deg) translateX(0px) translateY(-11px);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.opm .lm3{
	width: 20px;
	-webkit-transform: rotate(-45deg) translateX(8px);
	-ms-transform: rotate(-45deg) translateX(8px);
	transform: rotate(-45deg) translateX(8px);
}
.opencontacts{
	display:flex;
	align-items:center;
	position:relative;
}
.oc-menu{
	width:20px;
	height:20px;
	background:url(/images/opencontacts.svg) no-repeat;
	background-size:contain;
	margin:0 0 0 10px;
}
.oc-popup{
	position: absolute;
    top: -10px;
    left: -20px;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px 20px;
    z-index: 2;
    width: 300px;
	display:none;
}
.oc-menu:hover .oc-popup{
	display:block;
}

header .oc-popup .phone{
	color: #333;
    margin: 0 0 0 -20px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    width: calc(100% + 40px);
}
header .oc-popup .phone span{
	color:#666;
}
.oc-line {
	display: block;
    margin: 0 0 0 -20px;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    width: calc(100% + 40px);
    text-decoration: none;
    color: #666;
    font-size: .875em;
}
.buttons{
	display:flex;
	align-items:center;
	justify-content:center;
	height: 40px;
    background: #FFE241;
    color: #000;
	border-radius:6px;
	cursor:pointer;
	transition:.2s;
}
.buttons:hover{
	background:#ebbf1d;
}
.oc-popup .buttons{
	width:100%;
	margin:20px 0 0;
}

header .phone{
	font-size:1.375em;
	font-weight:400;
	color:#fff;
	text-decoration:none;
	display:block;
}
header .phone span{
	font-size:.49em;
	display:block;
	font-weight:300;
	color: #ddd;
}

header .adr {
    background: url(/images/ico-location.svg) no-repeat 0 center;
    background-size: 20px;
    padding: 5px 0 5px 26px;
	color:#fff;
}
header .adr span{
    font-size: .75em;
    display: block;
    color: #ddd;
    font-weight: 300;
}
.left-header, .right-header{
	
}
.right-header{
	display:flex;
	justify-content:end;
}



.menu{
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	z-index:1;
	border-bottom:1px solid rgba(255,255,255,.2);
}
.menu a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:15px 20px;
	width:20%;
	display:block;
	font-size:.75em;
	font-weight:400;
	transition:.2s;
	text-align:center;
	line-height:1.2;
}
.menu a:hover{
	color:#FFE241;
}

.popup-catalog{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(49,49,49,0.95);
	overflow-y:scroll;
	z-index:2;
	padding:50px 0;
	display:none;
}
.popup-catalog.opened{
	display:block;
}
body.hidd{
	overflow:hidden;
}
.pc-header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 0 40px;
}
.pc-close{
	background:rgba(0,0,0,.5);
	width:40px;
	height:40px;
	border-radius:100%;
	position:relative;
}
.cl{
	height: 1px;
	position: absolute;
	display: block;
	background: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	left:0;
}
.cl1{
	width: 20px;
	-webkit-transform: rotate(45deg) translateX(18px) translateY(0px);
	-ms-transform: rotate(45deg) translateX(18px) translateY(0px);
	transform: rotate(45deg) translateX(18px) translateY(0px);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.cl2{
	width: 19px;
	-webkit-transform: rotate(-45deg) translateX(-7px) translateY(21px);
	-ms-transform: rotate(-45deg) translateX(-7px) translateY(21px);
	transform: rotate(-45deg) translateX(-7px) translateY(21px);
}
.popup-catalog .wdth1200{
	max-width: 820px;
}
.popup-catalog p{
	color:#fff;
}

.popup-catalog h3{
	font-size:1.5em;
	font-weight:400;
	color:#fff;
	margin:0;
	width:calc(100% - 40px);
}
.productions{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	padding:0 0 50px;
	border-bottom:1px solid rgba(255,255,255,.1);
	max-width: 768px;
    margin: 0 auto;
}
.productions a{
	display: flex;
    align-items: center;
    width: 46px;
	margin:0 5px 5px 0;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    transition: .2s;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .2);
}
.productions a:hover{
	background:rgba(0,0,0,.5);
}
.productions a:hover .imgbox{
	padding:8px;
}
.content .productions{
	margin:0 0 20px;
	padding:0;
	display:block;
}
.content .productions .menu{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	border-bottom:1px solid rgba(255,255,255,.1);
}
.lokomotiv .content .productions .menu{
	border-bottom:none;
}

.blogthumbimg img{
	width:100%;
	height:auto;
	border-radius:10px;
}

.content .productions li{
	margin:0 5px 5px 0;
}
.content .productions li a{
    width: 43px;
    color: #333;
    border: 1px solid rgba(0, 0, 0, .2);
    margin: 0;
	background: #fff;
}

.content .productions a:hover, .content  .productions .current-menu-item a, .content  .productions .current-post-parent a{
	background:#333;
	color:#fff;
}

.searchalpha{
	margin:40px 0 20px;
}
.imgbox{
	width:80px;
	height:80px;
	padding:10px;
	border-radius:100%;
	background:#fff;
	overflow:hidden;
}
.productions img{
	width:100%;
}
.productions h4{
	text-align:center;
	font-size:1em;
	font-weight:300;
	margin: 10px 0;
}


.lokomotiv {
    background: url(/images/fon.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -50px 0 0;
    padding: 100px 0;
}
.lokomotiv:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, .5);
}
.loko-text{
	padding: 50px 0;
}
.lokomotiv h1{
	font-size: 3em;
    text-align: center;
    font-weight: 700;
	position: relative;
}
.animalimg{
	position:relative;
	border-radius:8px;
	overflow:hidden;
	margin:20px 0;
}
.animalimg:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, .5);
}
.animalimg img{
	width:100%; 
	border-radius:8px; 
	display:block;
}
.animaltext{
	padding:20px 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
}
.animalimg h1{
	font-size: 3em;
	text-align: left;
	font-weight: 700;
	position: relative;
	color:#fff;
}


.searchform {
	display: flex;
    justify-content: center;
}
.searchform form {
	position:relative;
	width:100%;
	max-width:768px;
}
.searchform input {
    width: calc(100% - 115px);
    height: 60px;
    border: 1px solid #c9dfdf;
    border-radius: 4px;
    padding: 0 20px;
    outline: none;
    font-size: 1.25em;
    font-family: 'Open Sans';
    font-weight: 300;
    margin: 0 10px 0 0;
}
.searchform .search-submit {
    width: 100px;
    outline: none;
    height: 60px;
    background: #FFE241;
    color: #000;
    border: 0;
    border-radius: 4px;
    font-weight: 300;
	padding: 0;
	margin: 0;
}
.relevanssi-live-search-results-showing{
	top: 63px !important;
    left: 0 !important;
}
.searchform .relevanssi-live-search-result-status p{
	font-size: 0.8em;
    padding: 10px 1em;
	color: #333;
}
.container{
	margin:50px 0;
}
.contentproducts{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	list-style:none;
	padding:0;
	margin:0;
}
.contentproducts > li{
	width: 30%;
    margin: 0 0 60px;
    border-radius: 6px;
}
.cp-link{
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:#333;
	text-decoration:none;
}
.cp-imgbox {
    width: 70px;
    height: 70px;
    padding: 8px;
    border-radius: 100%;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
}
.cp-imgbox img {
    width: 100%;
}
.cp-link h4 {
    width: calc(100% - 90px);
    font-size: 1em;
    font-weight: 600;
}
.cp-subbox{
	margin:0 0 0 90px;
	padding:0 0 0 10px;
	border-left:1px solid #ddd;
}
.cp-sublinks{
	display: block;
    color: #333;
    font-size: .75em;
    font-weight: 400;
    padding:5px 0;
    text-decoration: none;
	transition:.2s;
}
.cp-sublinks:hover{
	color:#4685d4;
}
.h2{
	font-size:2em;
	color:#333;
	font-weight:400;
	margin:20px 0 60px;
	text-align:center;
}



.breadcrumbs{
	font-size:.75em;
	color:#999;
	
}
.breadcrumbs a{
	color:#999;
}

.animal-list{
	display:table;
}



@media screen and (max-width: 769px){
	.animalimg h1 {
		font-size: 2em;
	}
}
@media screen and (max-width: 410px){
	
}












