
a {
	text-decoration: none;
}
*:focus {
  outline: 0;
}

/* submenu */
/*.submenu_production {
	height: 10px;
	border:1px solid red;
}*/
.link_submenu {
	color:#FAC402;
	
}
.link_submenu:hover {
	text-decoration: none;
	color:#FAC402;
}

.header_menuproduct {
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
}
.header_menuproduct {
	cursor: auto;
}
.menuProduct {
  cursor:pointer;
  border-left:1px dashed #FAC002;
  border-right:1px dashed #FAC002;
  text-align: center;
  text-shadow: 1px 1px 1px black;
  color:#FAC402;
  font-size: 2vw;
  width:97%;
  margin-left:auto;
  margin-right: auto;
  margin-bottom: 30px;
  right:3px;
}
.menuProduct_non	{
	text-align: center;
	display: inline-block;
	width:28%;
}
.menuProduct_non a {
	text-align: center;
	/*margin:15px;*/
  transition: 0.5s;
  /*padding:15px;*/
  }
.menuProduct_non a:hover {
  border-bottom: 1px dashed #FAC002;
  border-top: 1px dashed #FAC002;
  text-shadow: 1px 1px 1px black;
  background-color: rgba(255,255,255,0.3);
}
/*.golovnFilial span {
  line-height: 35px ;
  
}*/

@media screen and (max-width:700px){
  .menuProduct_non {
    font-size: 19px;
  }
 .menuProduct span {
    line-height: 20px;
  }
  .menuProduct_non {
  	width:31%;
  }
}

.menuProduct_active {
	cursor: auto;
	padding:15px;
	font-weight: 400;
	color:#FAC402;
  border-bottom: 1px dashed #FAC402;
  border-top: 1px dashed #FAC402;
  text-shadow: 1px 1px 1px black;
  background-color: rgba(250,196,2,0.2);
}

@media screen and (max-width:320px) {
	.menuProduct_active {
		padding:3px;
	}
	.menuProduct_non a {
		padding:3px;	
	}
}

/* END submenu */


/* Primary Style
--------------------------------*/
.main {
	/*font-size: calc(4px + 0.45vw);*/
	max-width: 110rem;
	margin: 0 auto;
	padding: 0 2rem;
}
/*header {
	line-height: 12rem;
	height: 12rem;
}
header h1 {
	font-size: 2.5rem;
	font-family: 'Oswald', sans-serif;
}
header ul::after {
	content: '';
	display: table;
	clear: both;
}
header li {
	float: left;
	width: 12.5%;
	text-align: center;
	text-transform: uppercase;
}
header li:nth-child(4) {
	width: 25%;
}
header li a {
	font-weight: 900;
	font-size: 1.2rem;
	letter-spacing: 2px;
}*/
/*.text {
	font-size: 2rem;
	padding: 2rem 0;
	-moz-columns: 3;
	-webkit-columns: 3;
	columns: 3;
}
.text p {
	margin-bottom: 2rem;
}*/
@media screen and (max-width: 800px) {
	header ul li:not(:nth-child(4)) {
		display: none;
	}
	header ul li:nth-child(4) {
		width: 100%;
	}
}
/* Slider Style
--------------------------------------*/
.cd-slider {
	margin-top: 50px;
	position: relative;
	width: 100%;
	height: 25rem;
	overflow: hidden;
	/*margin-bottom: 8rem;*/
}
.cd-slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 1s;
	transition: visibility 0s 1s;
  will-change: visibility;
}
.videoProduct {
	/*position: absolute;
	top: 0;
	left: 0;*/
	margin-top: 65px;
	border-left:1px dashed #F5C104;
	border-top:1px dashed #F5C104;
	width: 70%;
	/*height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	clip: rect(0, 80rem, 50rem, 80rem);
	-webkit-transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
	transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
  will-change: clip;*/
}
/*.videoProduct {
	border: 1px solid red;
	width:300px;
}*/
.content {
	margin-top:-5px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 2rem 0 0 2rem;
	text-align: right;
}
.content h2 {
	margin-top: -30px;
	font-size: 70px;
	color:black;
	font-weight: 600;
	text-shadow: 1px 1px 1px #FAC402;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transform: translateY(-30%);
	        transform: translateY(-30%);
	opacity: 0;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
  will-change: transform, opacity;
}
.content p {
	display: inline-block;
	font-size: 2rem;
	color:#FAC402;
	text-align: left;
	line-height: 40px;
	text-shadow: 1px 1px 1px black;
	/*text-shadow: 1px 1px 1px #FAC402;*/
	/*text-transform: lowercase;*/
	padding: 1.5rem;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
	transition: opacity .5s .1s, -webkit-transform .5s .1s;
	transition: transform .5s .1s, opacity .5s .1s;
	transition: transform .5s .1s, opacity .5s .1s, -webkit-transform .5s .1s;
  will-change: transform, opacity;
}
.content p span{
	padding: 1px;
	background-color: rgba(250,196,2,0.2);
}
/* Current Slide 
-------------------------------------*/
li.current {
	visibility: visible;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
/*li.current .videoProduct {
	clip: rect(0, 80rem, 50rem, 0);
}*/
li.current .content h2 {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}
li.current .content p {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: 1.1s;
	        transition-delay: 1.1s;
}
/* Prev Slide 
------------------------------------*/
/*li.prev_slide .videoProduct {
	clip: rect(0, 0, 50rem, 0);
}*/
/*nav {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 2;
}*/
.prev, .next, .counter {
	vertical-align: middle;
}
.prev, .next {
	position: relative;
	display: inline-block;
	height: 5rem;
	width: 5rem;
  border: 0;
  cursor: pointer;
  background: transparent;
}
/*.prev::before, .next::before {
	content: '';
	position: absolute;
	top: 50%;
  left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border: .8rem solid transparent;
	border-right-width: 1rem;
	border-right-color: #000;
	border-left-width: 0;
	width: 0;
	height: 0;
}*/
/*.prev::after, .next::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateZ(0);
	        transform: translateY(-50%) translateZ(0);
	left: .5rem;
	background: #000;
	height: .1rem;
	min-height: 1px;
	width: 2.5rem;
	-webkit-transition: width .3s;
	transition: width .3s;
}
.next::before {
	right: 0;
  left: auto;
	border-left-width: 1rem;
	border-left-color: #000;
	border-right-width: 0;
}
.next::after {
	right: .5rem;
	left: auto;
}*/
.counter {
	display: inline-block;
	font-size: 4rem;
	font-family: serif;
	font-style: italic;
}
.counter span:last-child::before {
	content: '/';
	margin: 0 1rem;
}
/*.prev:hover::after, .next:hover::after {
	width: 3.5rem;
}*/
@media screen and ( max-width: 550px ) {
	.videoProduct { width: 100%; }
	.content { padding-right: 2rem; }
	nav { left: 0; right: auto; }
}


.listProductionBlock {
	/*float:left;*/
	width:49%;
	border:1px solid white;
}
.listProductionBlock1 {
	float:left;
	width:49%;
}
.listProductionBlock2 {
	float:right;
	width:47%;
}
.listProduction {
	margin-left: auto;
	margin-right: auto;
	color:#F5C104;
	font-size: 18px;
	padding:5px;
	margin-top: 5px;
	width:95%;
	cursor: pointer;
	text-shadow: 1px 1px 1px black;
	border:1px solid #3F3F3F;
	/*border-top:1px solid #F5C104;*/
	border-bottom:1px solid #F5C104;
	transition: .5s;
}
.listProduction span{
	padding: 2px;
	background-color: rgba(250,196,2,0.3);
}
.listProduction:hover {
	border:1px solid #F5C104;
	transform:  scale(1.05);
	/*color:#F5C104;*/
	/*text-shadow: 1px 1px 1px black;*/
	/*color:#3F3F3F;*/
}
.listProduction_active {
	pointer-events:none;
	border:2px solid #F5C104;
	transform:  scale(1.05);
}

video {
  /*position: fixed;*/
  /*width:60%;*/
  /*margin-top: -10px;*/
  right: 0;
  bottom: 0;
  /*max-width: 510px;
  min-width: 100%;
  min-height: 100%;*/
}

.content1 {
	background-color:#413F41;
}

@media (max-width: 1500px) {
	.content h2 {
		font-size: 50px;
	}
	.content p {
		font-size: 1.8rem;
	}
}
@media (max-width: 1005px) {
	.content h2 {
		font-size: 45px;
	}
	.content p {
		font-size: 1.5rem;
	}
	.main {
		padding: 0 1rem;
	}
	.content p {
		padding:0.5rem;
	}
}

@media (max-width: 917px) {
	#myVideo {
		width:70%;
	}
}

@media (max-width: 775px) {
	.listProductionBlock1 {
		float:none;
		width:98%;
		margin-left: auto;
		margin-right: auto;
	}
	.listProductionBlock2 {
		float:none;
		width:98%;
		margin-left: auto;
		margin-right: auto;
	}
	.cd-slider {
		height:30rem;
	}
	.videoProduct {
		margin-top: 45px;
		width:100%;
	}
	.content h2 {
		font-size: 25px;
	}
	.content p {
		margin-top:250px;
	}
}

@media (max-width: 650px) {
	.content {
		padding-left: 0.2rem;
	}
	.content p {
		margin-top: 220px;
		font-size: 1.2rem;
		line-height: 28px;
	}
	.content h2{
		text-align: center;
	}
	/*.listProductionBlock1 {
		
		margin-top: -50px;
	}*/
}

@media (max-width: 560px) {
	.content p {
		margin-top: 190px;
	}
}

@media (max-width: 420px) {
	.main {
    padding: 0 0.3rem;
	}
	.content h2 {
    font-size: 20px;
	}
	.content p {
		margin-top: 200px;
		font-size: 1rem;
		line-height: 22px;
	}
	.listProduction {
		font-size: 12px;
	}
	/*.listProductionBlock1 {
    margin-top: -110px;
	}*/
	.content {
    padding-right: 0.2rem;
	}
	.cd-slider {
    height: 23rem;
}
.videoProduct {
    margin-top: 65px;
    width: 110%;
}
	
}