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{
    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;
}
.jc-sa{
	justify-content: space-around;
}
.fw-w{
	flex-wrap:wrap;
}

header{
	padding: 10px 0;
}
.hdrheight{
	height:58px;
}

.rekvizit{
	margin:20px 0;
	font-size:.75em;
	color:#ddd;
	opacity:.5;
	line-height:1.2;
}

.loko{
	background:url(/images/fon1.jpg) no-repeat right center;
	background-size:cover;
	width:100%;
	min-height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 105px 0;
	margin:-106px 0 0;
	color:#fff;
}
.loko p{
	font-size:1.125em;
	text-align:center;
	color:#fff;
	line-height:1.2;
	margin:20px auto;
	max-width:769px;
	opacity: .8;
}
h1{
	text-align:center;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	font-size:2.5em;
	line-height:1.2;
}

.logo {
    width: 200px;
    display: block;
    line-height: 1;
}
.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(/images/icon-location.svg) no-repeat 0 center;
    padding: 0 0 0 25px;
}
.email{
	background: url(/images/icon-email.svg) no-repeat 0 center;
}
.email a{
	color:#333;
	text-decoration:none;
}

.h-phone{
    background: url(/images/icon-phone-white.svg) no-repeat 0 center;
    padding: 0 0 0 20px;
    background-size: 14px;
}
.contemail{
	background: url(/images/icon-email-white.svg) no-repeat 0 center;
    padding: 0 0 0 20px;
    background-size: 14px;
	color:#fff;
}
.telnumber {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.125em;
}

.mainmenu{
	background: #fff;
    box-shadow: 0 0 10px rgb(100 100 100 / 20%);
}
.fixedmenu{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:2;
}
.zamesh46{
	height:46px;
}

.mobprod{
	display:none;
}

.menu-burger {
    background: url(/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: center;
}
.menulink{
	margin: 0;
    position: relative;
    padding: 0;
    width: 200px;
    z-index: 2;
}
.menulink:hover .podmenu{
	transition: 0s z-index;
	z-index:1;
	opacity:1;
	top: 100%;
}

.topmenu a{
	display: block;
    color: #416abe;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0;
    padding: 15px 0;
    transition: .2s;
    line-height: 1;
    text-align: center;
}
.topmenu a:hover, .menulink:hover{
	background: #416abe;
	color: #fff;
}
.podmenu{
	position: absolute;
    top: -20000px;
    left: 50%;
    margin: 0 0 0 -106px;
    width: 212px;
	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: .75em;
	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:60px 0 40px;
}
.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;
}

.uslcor{
	width: 31%;
    text-decoration: none;
    margin:0 0 20px;
    background: #fff;
    color: #154050;
    transition: .2s;
    border-radius: 6px;
	position:relative;
	text-align: center;
}


.maintury.productions .turimg{
	height: 190px;
	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(/images/t-arrow-right.svg) no-repeat center;
    background-size: contain;
    margin: 0 0 0 10px;
}

.h3{
	font-size: 2em;
    text-transform: uppercase;
    color: #f0f0f0;
    font-weight: 600;
    text-align: center;
}


.productions h4{
    margin: 10px 0 20px;
    line-height: 1.2;
    min-height: 34px;
    font-size: 1.125em;
    font-weight: 500;
}
.uslcor:hover{
	color:#ffc13c;
	z-index:1;
}

.turtxt p{
	color:#666;
	font-size:.875em;
}

.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%);
}

 .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;
}



.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;
}


#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;
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    border-bottom: 1px dashed;
    cursor: pointer;
}

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



body .button{
    padding: 16px 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(45deg, #416abe 23.87%, #525fbe 97.71%);
    border-radius: 4px;
    font-weight: 400;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: max-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.125em;
}
.button img{
	width:18px;
	margin:0 10px 0 0;
}
.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(/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:#111;
	font-weight:300;
	color:#fff;
}
footer .h-phone {
    background: url(/images/icon-phone-white.svg) no-repeat 0 center;
    padding: 0 0 0 20px;
    background-size: 14px;
}
footer .h-phone a{color:#fff;}



.preview{
	background:#f9f9f9;
	font-size:1em;
	font-weight:300;
	line-height:1;
}
.o-kompanii-text{
	width:100%;
	font-size: 1.125em;
    font-weight: 400;
	text-align: center;
}
.o-kompanii-text p{
	line-height:1.2;
}


.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);
  }
}









.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;
}


.wwdyn1 p{
	margin:20px 0 5px;
}

.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; }
}

.uslgrid{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.uslbox{
	width:31%;
	padding:16px;
	text-align:center;
	background:url(/images/sixpattern.jpg);
	background-size:30px;
	color:#fff;
	font-size:1.125em;
	margin:0 0 20px;
}

.wherewecontainer{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.wherewebox{
	width:31%;
	padding:20px;
	background:#fff;
	text-align:center;
	line-height:1.2;
}
.wherewebox h4{
	font-size:1.5em;
	line-height:1;
	color: #333;
	margin: 0 0 20px;
}
.wherewebox img{
	width:100%;
	max-width:100px;
}

input, textarea{
	background: url(/images/icon-phone.svg) no-repeat 15px center #222;
    font-family: roboto;
    border: 2px solid #555;
    border-radius: 4px;
    margin: 0 0 10px;
    outline: none;
    padding: 16px 20px 16px 50px;
    width: 100%;
    font-size: 1em;
    background-size: 16px;
	color:#999;
	transition:.2s;
}
input:focus, textarea:focus{
	border:2px solid #888;
}
textarea{
	min-height:200px;
	background:#222;
}


.col3 input{
	width:32%;
}
.col2 input{
	width:49%;
}

.dynform .button{
	padding:20px 20px;
	margin:30px auto;
	max-width: 100%;
}
.confid{
	font-size:.65em;
	color:#666;
	text-align:center;
}
.confid a{
	color:#666;
}
#contacts{
	background:#222;
	padding: 20px 0;
}
.footermap{
	position:relative;
	overflow:hidden;
	border-radius:8px;
	margin:40px 0 0;
	filter: grayscale(100%);
}
.footermap:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}

@media screen and (max-width:1100px){
	.uslcor {
		max-width: 300px;
	}
	.logo {
		width: 90px;
	}
	h1{
		font-size: 2em;
	}
	.loko{
		padding: 82px 0;
	}
}
@media screen and (max-width:877px){
	footer .flex{
		flex-wrap:wrap;
	}
	.contemail{
		width: 100%;
    margin: 10px 0;
	}
}
@media screen and (max-width:800px){
	.location, .email{
		display:none;
	}
	
}
@media screen and (max-width:769px){
	.o-kompanii-text h2{
		font-size: 1.25em;
	}
	.logo {
        width: 80px;
    }
	.loko {
        padding: 100px 0 60px;
        min-height: inherit;
    }
	header .button{
		display:none;
	}
	header .jc-sa{
		justify-content: space-between;
	}
	.main-h1{
		font-size: 1.25em;
	}
	.preview p{
		font-size:.875em;
	}
	.h3 {
		font-size: 1.5em;
		margin: 0 0 40px;
	}
	.content {
		padding: 40px 0;
	}
	.breadcrumbs{
		margin:10px 0 5px;
		font-weight: 100;
	}
	.uslcor {
		width: 49%;
	}
	.wherewebox {
		width: 49%;
		margin:0 0 20px;
	}
	.col3 input {
		width: 100%;
	}

	.wdth960{
		padding: 0 20px;
	}
	.hdrheight {
		height: 52px;
	}
	
	
	.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;
	}
	.uslcor{
		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;
	}
	
	
	.uslbox {
		width: 49%;
	}
	footer .flex{
		flex-wrap:wrap;
		justify-content:center;
	}
	footer .flex div{
		width:100%;
		text-align:center;
	}
	footer .flex div.h-phone{
		width:176px;
		margin:20px 0 0;
		padding: 0 0 0 6px;
	}
	.contemail{
		width: max-content;
		margin: 20px 10px 0 0;
	}
	.footermap {
		margin: 20px 0 0;
	}
	.footermap:before{
		display:block;
	}
}
@media screen and (max-width:680px){
	.o-kompanii{
		flex-wrap:wrap;
		justify-content: center;
	}
	.o-kompanii-img{
		width:100%;
		max-width:300px;
	}
	.o-kompanii-text{
		width:100%;
		text-align:center;
	}
}
@media screen and (max-width:600px){
	header{
		padding: 8px 0;
	}
	
	.zamesh {
		height: 48px;
	}
	.telnumber{
		font-size: 1em;
	}
	.h-phone {
	}
	
	.uslbox {
		background: url(/images/sixpattern.jpg);
		background-size: 18px;
		font-size: .875em;
		margin: 0 0 10px;
	}
	.uslbox:last-child{
		width:100%;
	}
	.uslcor {
		width: 49%;
		max-width: 100%;
		background: #f9f9f9;
		padding: 10px;
	}
	.uslcor:last-child{
		width:100%;
	}
	.maintury.productions .turimg{
		width: 100%;
		max-width: 300px;
		margin: 0 auto 15px;
	}
	.productions h4 {
		margin: 10px 0 10px;
		min-height: auto;
		font-size: 1em;
	}
	.turtxt p {
		font-size: .75em;
	}
	.wherewebox img {
		width: 100%;
		max-width: 80px;
	}
	.wherewebox h4 {
		font-size: 1.125em;
	}
	.wherewebox p{
		font-size: .75em;
	}
	.wherewebox:last-child{
		width:100%;
	}
}
@media screen and (max-width:580px){
	.maintury.productions .turimg, .productions .turimg{
		height: 130px;
	}
	h1 {
        font-size: 1.5em;
    }
	.loko p {
		font-size: 1em;
	}
}
@media screen and (max-width:520px){
	.h3 {
		font-size: 1.25em;
		margin: 0 0 20px;
	}
	
	.slideinfo .wdth960{
		width: 100%;
		max-width: 430px;
	}
	.col2 input{
		width:100%;
	}
	
	
	.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;
	}
	
	
	
	.loko-links a {
		font-size: .75em;
		font-weight: 500;
	}
	.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){
	.maintury.productions .turimg, .productions .turimg {
		height: 100px;
	}
}
@media screen and (max-width:350px){
	
	.uslcor {
		max-width: 100%;
	}
	.h2 {
		font-size: 1em;
	}
}








