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

body{
	margin:0;
	font:100%/1.5em 'Roboto', sans-serif;
	color:#333;
}
*{box-sizing:border-box;}
#vk_groups{width:100%; box-sizing:border-box;}
#vk_comments, #vk_comments iframe {width: 100% !important;}
.fb-comments, .fb-comments span, .fb-comments iframe {width: 100% !important;}
.clr:before,.clr:after{content:" ";display:table;}
.clr:after{clear:both;}
.socialbtn {width:36px;}
.wdth960 {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1140px;
	width:100%;
}
.main-h1{
	text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #154050;
    margin: 20px 0;
    line-height: 1.3;
    font-size: 1.5em;
}

.flex{
	display:flex;
}
.ai-c{
	align-items:center;
}
.jc-sb{
	justify-content:space-between;
}

header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:0;
	z-index:2;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,.5);
	padding: 10px 0;
}
.hdrheight{
	height:58px;
}

.logo {
    width: 175px;
}
.logo img{
	width:100%;
}

.header-right-block{
	display:flex;
	align-items:center;
}

.header-contacts{
	margin:0 0 0 20px;
	display:flex;
	align-items:center;
	line-height: 1.2;
	font-weight:400;
}
.location, .email{
	font-size: .75em;
    color: #333;
    margin: 0 25px 0 0;
    background: url(/wp-content/themes/online-consulting-child/images/icon-location.svg) no-repeat 0 center;
    padding: 0 0 0 25px;
}
.email{
	background: url(/wp-content/themes/online-consulting-child/images/icon-email.svg) no-repeat 0 center;
}
.email a{
	color:#333;
	text-decoration:none;
}

.h-phone{
    background: url(/wp-content/themes/online-consulting-child/images/icon-phone.svg) no-repeat 0 center;
	padding: 0 0 0 20px;
}
.telnumber{
	display: block;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: .875em;
}

.mainmenu{
	background:#1F4B99;
}

.mobprod{
	display:none;
}

.menu-burger {
    background: url(/wp-content/themes/online-consulting-child/images/menu-burger.svg) no-repeat center;
    width: 32px;
    height: 32px;
	display:none;
}

.popup-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 11;
}

.close-menu {
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
    transition: .2s;
	display:none;
}

.leftmenu-popup{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index: 12;
	background: none;
	display: none;
	background: rgba(0,0,0,.5);
}



.topmenu{
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.menulink{
	margin: 0;
    position: relative;
    padding: 0;
    width: 100%;
	z-index: 2;
}
.menulink:hover .podmenu{
	transition: 0s z-index;
	z-index:1;
	opacity:1;
	top: 100%;
}

.topmenu a{
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:.65em;
	font-weight:400;
	text-decoration:none;
	letter-spacing:0;
	padding:17px 0;
	transition:.2s;
	line-height:1;
	text-align: center;
}
.topmenu a:hover, .menulink:hover{
	background:#36AB42;
}
.podmenu{
	position: absolute;
    top: -20000px;
    left: 50%;
    margin: 0 0 0 -90px;
    width: 180px;
	background: #f9f9f9;
	border-radius:0;
	box-shadow:0 5px 8px rgba(0,0,0,.1);
	transition-delay:.4s;
	z-index:-100;
	opacity:0;
	z-index:-9999;
}
.podmenu .menu-bokovoe-menyu-container > ul > li > a{
	text-align: left;
    padding: 12px 8px;
    color: #444;
    text-transform: inherit;
	font-size: .65em;
	transition:0s;
}
.plink{border-bottom:1px dashed #ddd;}
.plink:last-child{border-bottom:0;}



.podmenu a:hover{
	background:#f0f0f0;
	color:#333;
}

.menuup{
	position: absolute;
    top: -7px;
    left: 50%;
    margin: 0 0 0 -7px;
    width: 14px;
    z-index: 0;
}

.video_content {
    position:relative;
	min-height:100vh;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}
.video_content .overlay {
	position: absolute;
    z-index: 1;
    background-color: rgba(0,174,237,.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video_block{
	position:absolute;
    width: auto;
    height: auto;
	left: 0;
    top: 0;
}
.loko-text{
	position:relative;
	z-index:1;
	color:#fff;
	text-transform:uppercase;
	line-height:1.2;
	text-align:center;
}
.loko-text h1{
	font-weight:600;
	font-size:2.5em;
}
.loko-links{
	display:flex;
	justify-content:center;
	align-items:center;
}
.loko-links a{
	font-size:.8em;
	padding:12px 20px;
	border:2px solid #fff;
	font-weight:600;
	text-decoration:none;
	color:#fff;
	margin:0 10px 10px;
	transition:.2s;
}
.loko-links a:hover{
	background:#fff;
	color:#154050;
}
.content{
	padding:40px 0;
}
.h2{
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	color:#154050;
	margin:20px 0 40px;
}
.productions{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
    line-height: 1;
    margin: 0 0 50px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}

.productions a{
	width: 100%;
    max-width: 273px;
    text-decoration: none;
    margin:0 0 20px;
    background: #fff;
    color: #154050;
    transition: .2s;
    border-radius: 6px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	position:relative;
}
.productions .turimg{
	width:100%;
	border-radius:4px;
	height: 155px;
	border: 1px solid #f9f9f9;
}
.maintury.productions a{
	max-width: 250px;
}
.maintury.productions .turimg{
	height: 155px;
	border: 1px solid #f9f9f9;
}
.dneynochey, .topinfoleft .priceold {
	font-size: 1.25em;
	margin: 20px 0 0;
}
.topinfoleft .pricenew{
	font-size: 2em;
}
.priceold{
	text-decoration: line-through;
	font-size:.875em;
	color:#bbb;
}
.pricenew {
    color: #999;
    font-size: .875em;
    font-weight: 300;
    width: max-content;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.pricenew::after{
	content: '';
    width: 10px;
    height: 8px;
    background: url(/wp-content/themes/online-consulting-child/images/t-arrow-right.svg) no-repeat center;
    background-size: contain;
    margin: 0 0 0 10px;
}

.turtxt{
	padding:0 10px 15px;
}

h3{
	font-weight:400;
	font-size:1.125em;
	text-transform:uppercase;
}


.productions h4{
	font-weight: 400;
    margin: 10px 0 20px;
    font-size: .875em;
    line-height: 1.2;
    min-height: 34px;
    text-align: center;
}
.productions a:hover{
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);
	z-index:1;
}

.containerflex{
	display:flex;
	justify-content:space-between;
	align-items: baseline;
}
.leftmenu{
	width:250px;
	margin:0 20px 0 0;
	background: #f9f9f9;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}
.rightblock{
	width:100%;
	font-weight:300;
	line-height:1.2;
}
.rightblock .content{
	padding: 0 0 20px;
    font-weight: 400;
}
.rightblock .content ul{
	line-height:1.2;
	font-size:1.125em;
}
.rightblock .content ul li{
	margin:0 0 5px;
}
.rightblock .content .flex{
	flex-wrap:wrap;
	justify-content:space-between;
}
.rightblock .content a{
	color:#1F4B99;
}
.turlink{
	width: 100%;
    max-width: 270px;
    text-decoration: none;
    margin: 0 0 20px;
    padding: 10px;
    background: #f9f9f9;
    color: #154050;
    transition: .2s;
    border-radius: 6px;
    border: 1px solid #f9f9f9;
	position: relative;
}
.rightblock  .turlink h3{
	margin:10px 0 20px;
	line-height:1.2;
	font-size:1em;
	text-decoration: underline;
    color: #1F4B99;
}
 .datesviezd {
    margin: 20px 0;
    color: #666;
    border: 1px solid #ddd;
    border-bottom: 0;
}
.datesviezd span {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
    font-size: .875em;
}
.turlinkbox {
    padding: 0 0 35px;
}
.oldprice {
    color: #999;
    text-decoration: line-through;
    position: absolute;
    left: 10px;
    bottom: 32px;
}
.newprice {
    color: #1F4B99;
    font-size: 1.25em;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
a.turlink .button {
    color: #fff;
    border-radius: 0;
    border: 0;
    margin: 10px 0 0;
    padding: 8px 10px;
    text-align: left;
    position: absolute;
    right: 10px;
    bottom: 10px;
	width: auto;
	border-radius:2px;
	font-weight:300;
	font-size:.75em;
	text-transform:uppercase;
}


.topinfo{
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
}
.imgblock{
	width:58%;
	max-width: 470px;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 15px;
    overflow: hidden;
}
.imgblock img{
	width:100%;
}
.topinfoleft{
	width:40%;
	color:#666;
}
.breadcrumbs{
	font-size:.75em;
	color:#ccc;
	margin:20px 0 10px;
	font-weight:300;
	line-height:1;
}
.breadcrumbs a{
	color:#ccc;
	text-decoration:none;
}
.breadcrumbs a:hover{
	color:#1F4B99;
}
.rightblock h1{
	font-size: 2em;
    color: #1F4B99;
    margin: 0 0 20px;
    font-weight: 600;
}
.rightblock h2, .rightblock h3, .rightblock h4{
	font-weight:600;
	color:#444;
	margin:20px 0 10px;
}


#tabs {
	margin: 10px 0;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	list-style: none;
}    
.tabs-nav a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #ccc;  
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fbfbfb; 
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
    color: #666;
}		
.tabs-nav li:first-child a {
	border-radius: 5px 0 0 0; 
}
.tabs-nav li:last-child a {
	display: block;
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0; 
}
.tabs-nav a.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}    
.tabs-items {
	border: 1px solid #ccc;
	border-radius: 0 5px 5px 5px;
	background: #fff;
	margin: -1px 0 0 0;
}
.tabs-item {
	padding: 15px;
	min-height: 300px;
}

body .button{
	display:table;
	font-size: 1em;
    padding: 12px 20px;
    border: 2px solid #1F4B99;
    font-weight: 600;
    text-decoration: none;
    color: #1F4B99;
    margin: 0 0 20px;
    transition: .2s;
	cursor:pointer;
	text-align:center;
}
body .button:hover{
	background:#1F4B99;
	color: #fff;
}



.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 2;
    padding: 50px 0;
    display: none;
    overflow-y: scroll;
}
.clsarea {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hover {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    z-index: 2;
    padding: 20px 30px;
    line-height: 1;
    position: relative;
}
.closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.hover h2 {
    text-align: center;
}
.hover p {
    margin: 20px 0 5px;
    font-size: .875em;
}
.hover input, .hover textarea{
    display: block;
    outline: none;
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    margin: 0 0 20px;
    font-family: Roboto;
}
.hover textarea{
	min-height:100px;
}

.hover .button {
    width: 100%;
}
.hover .button {
	font-size: .875em;
    background: #1F4B99;
    color: #fff;
    margin:20px 0;
}
.hover .button:hover{
	opacity:.8;
}

.sub-menu a {
	font-size: .875em;
}
.menu-bokovoe-menyu-container ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1;
}

.menu-bokovoe-menyu-container ul.sub-menu{
	margin:0;
	padding:1px 0 5px 0;
}
.menu-bokovoe-menyu-container ul.sub-menu li{
	margin-bottom: 1px;
}

.menu-bokovoe-menyu-container > ul{
	list-style:none;
}
.menu-bokovoe-menyu-container a{
	color:#444;
	text-decoration:none;
	font-weight:300;
	display: block;
    padding: 4px 0;
}
.menu-bokovoe-menyu-container > ul > li > a{
	display: block;
    padding: 12px 20px;
    font-weight: 300;
    border-bottom: 1px solid #f0f0f0;
    font-size: .875em;
}
.menu-bokovoe-menyu-container > ul > li > a:hover, .menu-bokovoe-menyu-container > ul > li.current-post-ancestor > a, .menu-bokovoe-menyu-container > ul > li.current-menu-item > a, .menu-bokovoe-menyu-container > ul > li.current-category-ancestor > a{
	background:#36AB42;
	color: #fff;
}
.menu-bokovoe-menyu-container li.current-post-ancestor > ul, .menu-bokovoe-menyu-container li.current-menu-item > ul, .menu-bokovoe-menyu-container li.current-category-ancestor > ul{
	display:block;
}
.menu-bokovoe-menyu-container .menu-item ul{
	display:none;
}
.current-post-ancestor > a, .current-menu-item > a, .current-category-ancestor > a{
	color: #1F4B99;
}
.menu-bokovoe-menyu-container a:hover{
	color: #1F4B99;
}

#menu-bokovoe-menyu > li{
	margin:0 0 1px;
}

#menu-bokovoe-menyu > li > ul > li > a{
	padding:8px 10px;
	background:#f0f0f0;
	display:block;
}

#menu-bokovoe-menyu > li > ul > li > a:hover{
	background:#ddd;
}
#menu-bokovoe-menyu > li > ul > li > ul.sub-menu{
	padding: 5px 0 5px 20px;
    list-style: circle;
    font-size: .9em;
}


.swiper-slide a.slideinfo{
	min-height:60vh;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
}
.imgblock .swiper-slide a.slideinfo {
	min-height:300px;
}

.date{
	color:#999;
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #eee;
	font-size:.875em;
}

.swiper-slide a.slideinfo h4{
	font-size:1.75em;
	color:#fff;
	font-weight:500;
	margin:20px 0;
}
.slide-text{
	width:100%;
	max-width:600px;
}

body .button{
	width:100%;
	padding:14px 20px;
	text-align:center;
	color:#fff;
	background:#1F4B99;
	border-radius:4px;
	font-weight:600;
	margin:20px auto;
	position:relative;
	overflow:hidden;
}
.button::before {
    margin-left: -30px;
    content: " ";
    width: 15px;
    height: 300px;
    background: rgba(255,255,255,.5);
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -70px;
    animation-timing-function: ease-in-out;
    transition: all 0.2s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    z-index: 5;
    box-shadow: 0 0 40px rgb(255 255 255 / 70%);
}
@keyframes slideme {
  0% {
    left: -20%;
	}
  30% {
    left: 110%; }
  100% {
    left: 110%;
	} 
}


.slideinfo .button{
	display:flex;
	align-items:center;
	width:max-content;
	margin:20px 0;
	background:#FFDD2D;
	font-weight:400;
	font-size:.75em;
	text-transform:uppercase;
	color:#333;
	border:0;
}
.slideinfo .button::after{
	content: '';
    width: 10px;
    height: 8px;
    background: url(/wp-content/themes/online-consulting-child/images/b-arrow-right.svg) no-repeat center;
    background-size: contain;
    margin: 0 0 0 10px;
}
.slideinfo .button:hover{
	background:#ffe76d;
	color:#333;
}

footer{
	padding:40px 0;
	margin:0;
	background:#f0f0f0;
	font-weight:300;
}


.rightblock #comments{
	margin: 0px auto;
}
.rightblock #wpdcom {
    max-width: 100%;
}

.preview{
	background:#f7f9ff;
	text-align:center;
	font-size:1em;
	font-weight:300;
	line-height:1;
}


.sendmewa{
	position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9;
    display: flex;
    background: #1BD741;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    padding: 7px 17px 7px 7px;
    font-size: .875em;
	box-shadow: 0 0 1px rgb(255 255 255 / 0%);
    animation: radial-pulse 1s infinite;
	font-weight:600;
}
.sendmewa img{
    width: 32px;
	margin:0 10px 0 0;
}
.sendmewa div {
    margin: 0 0 0 10px;
    line-height: 1.2;
    font-size: .875em;
    font-weight: 500;
    color: #000;
}
@keyframes radial-pulse {
  0% {
	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
  }
 
  100% {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}


.ww{
	width:60%;
	line-height:1.2;
}
.ww h2{
	font-size:1.25em;
	text-transform:uppercase;
}

.ww-list{
	display:flex;
	align-items:center;
	margin:25px 0;
}
.ww-list img{
	width:40px;
	margin:0 15px 0 0;
}


.ww-list h4{
	text-transform:uppercase;
	margin:0;
}
	
.ww-list p{
	font-size:.875em;
	color:#999;
	margin:0;
}

.wwform{
	width:39%;
	background: linear-gradient(180deg, #577FC5 0%, #1F4B99 100%);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	padding:20px 20px 30px;
	color:#fff;
	text-align:center;
	line-height:1;
}
.wwform h2{
	font-size:1.25em;
	color:#fff;
	text-transform:uppercase;
}
.wwform p{
	font-size:.875em;
	color:#fff;
}
.wwform textarea, .wwform input{
	outline:none;
	width:100%;
	border-radius:4px;
	padding:8px 10px;
	border:0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.wwform textarea{
	min-height:80px;
}
.confid{
	font-size:.65em;
}
.wwform .button, .topinfoleft .button{
	background: #FFDD2D;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	border:0;
	color:#333;
	font-size:.875em;
	font-weight:400;
	text-transform:uppercase;
}
.topinfoleft .button{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
	border-bottom: 2px solid #cfb52e;
}
.mini_opisanie{
	font-size:.75em;
}
.mini_opisanie ul{
	margin:0 0 0 10px;
	padding:0;
}

.wwform .button:hover, .topinfoleft .button:hover{
	background:#EAC400;
	color:#333;
}
.wwdyn1 p{
	margin:20px 0 5px;
}

.news{
	line-height:1.4;
}
a.newslist{
	width:32%;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	color: #1F4B99;
	text-decoration:none;
	padding:25px 15px;
	font-size:.875em;
	border-radius:4px;
}
a.newslist .date{
	text-decoration:none;
	color: #666;
}
.newstitle{
	text-decoration:underline;
}

.newslist:hover .newstitle{
	text-decoration:none;
}

.nalich{
	color:#74bd27;
	margin:10px 0 0;
	display:flex;
	align-items:center;
}
.blink {
    background-color: #74bd27;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    animation-duration: 1s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 1s;
    margin: 0 3px 0 0;
}
@keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
 
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}



@media screen and (max-width:1100px){
	.maintury.productions a {
		max-width: 300px;
	}
	header .logo{
		width: 175px;
		float: none;
		text-align: center;
		margin: 0;
		position: relative;
		padding: 0;
	}
}
@media screen and (max-width:800px){
	.location, .email{
		display:none;
	}
	
}
@media screen and (max-width:769px){
	.main-h1{
		font-size: 1.25em;
	}
	.preview p{
		font-size:.875em;
	}
	h3 {
		font-weight: 400;
		font-size: 1em;
		text-transform: uppercase;
		text-align: center;
	}
	.turlink {
		width: 100%;
		max-width: 215px;
	}
	.breadcrumbs{
		margin:10px 0 5px;
		font-weight: 100;
	}
	.maintury.productions a {
		max-width: 49%;
	}
	.wdth960{
		padding: 0 20px;
	}
	.hdrheight {
		height: 52px;
	}
	.swiper-slide a.slideinfo h4 {
		font-size: 2em;
	}
	.swiper-slide a.slideinfo {
		min-height: 70vh;
	}
	
	.descprod{
		display:none;
	}
	.menu-burger, .close-menu, .mobprod{display:block;}
	.menu-burger{margin: 0 0 0 20px;}
	.topmenu {
		position: fixed;
		left: 0;
		top: 0;
		width: 300px;
		height: 100%;
		background: #fff;
		z-index: 12;
		display: block;
		left: -300px;
		transition: .2s;
		padding: 40px 40px;
		overflow-y: scroll;
		
	}
	.topmenu a {
		font-size: 1em;
		text-decoration: none;
		padding: 15px 0;
		border-bottom: none;
		display: block;
		transition: .2s;
		text-transform: inherit;
		text-align: left;
		color: #333;
	}
	.topmenu .podmenu a{
		margin: 0 0 0 10px;
		font-weight: 300;
		font-size: .875em;
	}
	.menulink {
		margin: 0;
		border-bottom: 1px solid rgba(0,0,0,.1);
		padding: 0;
	}
	.podmenu{
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		opacity: 1;
		width: 100%;
		box-shadow: none;
		background: none;
		text-transform: inherit;
		margin: 0 0 10px;
	}
	.menuup{
		display:none;
	}
	.productions a{
		max-width: 230px;
	}
	.leftmenu {
		width: 300px;
		margin: 0;
		position: fixed;
		background: #fff;
		left: -300px;
		top: 0;
		z-index: 13;
		padding: 20px;
		overflow-y: scroll;
		transition: .2s;
		height: 100%;
		box-shadow: 0 0 0 rgb(0 0 0 / 0%);
	}
	
	.containerflex {
		flex-wrap: wrap;
	}
	
	.swiper-slide a.slideinfo h4 {
		font-size: 1.125em;
		text-align: center;
	}
	.slideinfo .button{
		margin: 10px auto;
	}
	
}
@media screen and (max-width:680px){
	.turlink {
		max-width: 49%;
	}
}
@media screen and (max-width:580px){
	.maintury.productions .turimg, .productions .turimg{
		height: 130px;
	}
	.swiper-slide a.slideinfo {
		min-height: 250px;
	}
}
@media screen and (max-width:510px){
	
	
	.slideinfo .wdth960{
		width: 100%;
		max-width: 330px;
	}
	
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 5px !important;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 5px !important;
	}
	.wdth960 {
		padding: 0 10px;
	}
	.video_content{
		min-height: 300px;
	}
	.loko-text h1{
		font-size: 1.5em;
	}
	.h2{
		font-size: 1.25em;
		margin: 20px 0 30px;
	}
	.productions a{
		max-width: 49%;
	}
	.content {
		padding: 20px 0;
	}
	.productions h4 {
		font-weight: 300;
		margin: 10px 0;
		font-size: .875em;
	}
	.loko-links a {
		font-size: .75em;
		font-weight: 500;
	}
	.rightblock h1 {
		font-size: 1.75em;
    text-align: center;
	}
	.turimgs {
		height: 300px;
	}
	.topinfo {
		flex-wrap: wrap;
	}
	.imgblock {
		width: 100%;
		max-width: 100%;
	}
	.topinfoleft {
		width: 100%;
		font-size: .875em;
		color: #666;
		background: #f9f9f9;
		padding: 20px;
	}
	.tabs-nav a{
		font-size: .875em;
	}
}
@media screen and (max-width:450px){
	header .logo {
		width: 130px
	}
	.telnumber{
		font-size: .75em;
	}
	.maintury.productions .turimg, .productions .turimg {
		height: 100px;
	}
}
@media screen and (max-width:350px){
	.loko-text h1 {
		font-size: 1.25em;
	}
	.productions a {
		max-width: 100%;
	}
	.h2 {
		font-size: 1em;
	}
}








