@font-face {
  font-family: 'FuturaMd';
  src: url('../fonts/futura_md.ttf') format('truetype');
}
@font-face {
  font-family: 'Futurademic';
  src: url('../fonts/futurademic.ttf') format('truetype');
}
@font-face {
  font-family: 'Futuralightc';
  src: url('../fonts/futuralightc.ttf') format('truetype');
}
@font-face {
  font-family: 'Myriad_pro_semibold';
  src: url('../fonts/myriad_pro_semibold.otf') format('otf');
}

body{
	background-color: #fff;
	padding-top: 80px;
	color: #ADAAAD;
}
.navbar-default{
	background-color: #191919;
	border: none;
}
.brand {
    padding-top: 5px;
}
@media (max-width: 48em){
	.brand {
  	  padding-top: 5px;
  	  width: 100px;
	}
}
.bottom{
	background: #191919;
}
ul{
	margin: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #CB0909;
}
.navbar-toggle{
	border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/*
Меню в мобильной версии: меняем "бутерброд на Х";
*/

.navbar-toggle{
	padding: 9px 0;
	margin-right: 5px;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}
/*
*/
li, ul, a{
	font-family:"Futuralightc";
	padding: 1.5% 15px;
	color: #fff;
	font-size: 2rem;
	transition: all ease 0.2s;

}
/*li, ul, a{
	font-family:"Futuralightc";
	padding: 1.5% 15px;
	color: #fff;
	font-size: 2rem;
	transition: all ease 0.2s;

}
*/.navbar-default .navbar-nav > li > a:hover{
	color: #fff;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px solid #CB0909;

}
a:focus{
	color: #CB0909;
	text-decoration: none;
}

  .top_m_10{
    margin-top: 10px;
  }
  .top_m_60{
    margin-top: 60px;
  }
  .top_m_80{
    margin-top: 80px;
  }
  .top_m_100{
    margin-top: 100px;
  }
  .l_r_p_per15{
    padding-left: 15%;
    padding-right: 15%;
  }
  .l_r_p_15{
    padding-left: 15px;
    padding-right: 15px;
  }
  .l_r_p_55{
    padding-left: 55px;
    padding-right: 55px;
  }
  .bottom_p_10{
    padding-bottom: 10px;
  }
  .bottom_p_20{
    padding-bottom: 20px;
  }
  .bottom_p_40{
    padding-bottom: 40px;
  }
  .bottom_p_60{
    padding-bottom: 60px;
  }
  .bottom_p_80{
    padding-bottom: 80px;
  }
  .top_p_40{
    padding-top: 40px;
  }
  .top_p_20{
    padding-top: 20px;
  }
  .top_p_5{
    padding-top: 5px;
  }
  .top_p_10{
    padding-top: 10px;
  }
  .top_bot_p_20{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .left_p_50{
    padding-left: 50px
  }
  .left_p_15{
    padding-left: 15px
  }


/*----------Видео баннер---------*/
.out.container-fluid {
    position: relative;
    height: 92vh;
    overflow: hidden;
    z-index: -100;
    background-color: #191919;
    padding-left: 0;
    padding-right: 0;
}
/*.out.container-fluid video{
	position: absolute;
	width: 80%;
	height: 92vh;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: -100;
}*/
.out.container-fluid video {
	position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: 56.25vw;
    width: 177.78vh;
    object-fit: cover;
    border-width: 0;
    outline-width: 0;
    z-index: -100;
}
@media (max-width: 48em){
	.out.container-fluid video{
		width: 100%;
		position: absolute;
		/*height: 120%;*/
		left: 0;
		bottom: 0;
		right: 0;
		top: 0;
		margin: auto;
		z-index: -100;
		transform: scaleX(1);
	}
}
.__out.container-fluid{
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	bottom: 0;
	left: 0;
	background-color: #191919;
	opacity: 0.7;
	z-index: -99;
}
.container.icons{
	margin: auto;
	padding: 2% 0;
}
@media (max-width: 48em){
	.container.icons{
		padding: 0;
	}
}
.container.record .katalog {
    background-color: #2D2D2D;
    margin-top: -115px;
    border-radius: 20px;
    padding-top: 1%;
    padding-bottom: 4%;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(231, 236, 240, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(231, 236, 240, 0.2);
    box-shadow: 0px 0px 3px 2px rgb(231 236 240 / 20%);
}

#katphp{
    background-color: #2D2D2D;
    margin-top: 0px;
    border-radius: 20px;
    padding-top: 1%;
    padding-bottom: 4%;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(231, 236, 240, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(231, 236, 240, 0.2);
    box-shadow: 0px 0px 3px 2px rgb(231 236 240 / 20%);
}

.container.record .katalog .line >div{
	display:inline-block;
	border: 1px solid #6B758A;
	border-radius: 14px;
	background: #2D2D2D;
    width: 43%;
    padding: 4px;
    margin-left: 6%;
    margin-right: -6%;
    margin-top: 3%;
    font-family:"Futuralightc";
    color: #fff;
}
.container.record .katalog .line >div >select {
	background: #2D2D2D;
    width: 100%;
    color: #fff;
    border: none;
    font-size: 12px;
}
.container.record .katalog .line >div >select >option{
	background: #2D2D2D;
    color: #fff;
    font-size: 12px;
}
.container.record .katalog .show {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    color: #fff;
}
.container-fluid.back .katalog > div.show {
    text-align: center;
    padding: 3% 0;
}
.container-fluid.back .katalog > div.show > a {
    border: 1px solid #ff0000;
    border-radius: 14px;
    color: #ff0000;
    font-size: 12px;
    padding: 1.5% 14%;
}
.back, .back1{
	background-color: #191919;
}
.record{
	background-color: #191919;
	padding-top: 50px;
	padding-bottom: 50px;
}
.polig_1 {
	margin-top: -1px;
	padding-bottom: 2%;
		background-color: #191919;
		clip-path: polygon(
    	0% 0%,
    	0% 100%,
    	100% 40%,
    	100% 0%
  		);
	text-transform: uppercase;
	font-family:'FuturaMd';
	color: #FF0000;
	font-size: 6em;
	letter-spacing: 6px;
}
@media (max-width: 48em){
	.polig_1{
		padding-left: 9%;
		font-size: 4.0rem;
		background-color: #191919;
		clip-path: polygon(
    	0% 0%,
    	0% 100%,
    	100% 40%,
    	100% 0%
  		);
	}
}
.white {
	font-family:"Futuralightc";
	padding: 3% 0 4% 0;
	color: #000;
	background: #fff;
	font-size: 2.8em;
	line-height: 1.0em;
}
@media (max-width: 48em){
	.white{
		font-size: 1.3rem;
		padding: 5% 5% 1% 9%;
		line-height: .5em;
	}
}

.redlineright{
	background: linear-gradient(to left, #ff0000 84%, #fff 85%);
	height: 2px;
}

@media (max-width: 48em){

.redlineright {
    background: linear-gradient(to left, #ff0000 85%, #fff 90%);
    height: 1px;
}

}
.autobrand{
	padding: 4% 3% 4% 1%;
	background: #fff;
	font-family:"PT Sans";
	color: #000;
	font-size: 3.0em;
	font-weight: bold;
	word-spacing: 2.5em;
	line-height: 2.5em;
	text-align: justify;
}
@media (max-width: 48em){
.autobrand {
    padding: 5% 11% 2% 12%;
    font-family: "PT Sans"; 
    font-size: 1.055em;
    word-spacing: 2.385em;
    line-height: 2.0em;
    text-align: justify;
	}
}
.redlineleft{
	background: linear-gradient(to right, #ff0000 84%, #fff 85%);
	height: 2px;
}
@media (max-width: 48em){
	.redlineleft{
		background: linear-gradient(to right, #ff0000 87%, #fff 92%);
		height: 1px;
	}
}
.gradient2 {
	padding-bottom: 2%;
		background-color: #fff;
		clip-path: polygon(
    	0% 0%,
    	0% 100%,
    	100% 40%,
    	100% 0%
  		);
	text-transform: uppercase;
	font-family:"PT Sans";
	color: #fff;
	font-size: 2.8em;
	font-weight: bold;
	letter-spacing: 6px;
}
.zaplatka{
	height: 100px;
	background-color:#191919;
	margin-top: -80px;
}
@media (max-width: 48em){
	body{
		padding-top: 50px;
	}
	.out.container-fluid {
		height: 170px;
	}
	.zaplatka{
		height: 100px;
		background-color:#191919;
		margin-top: -65px;
	}
}
.pnd {
    background: #191919;
    padding: 0% 6% 6% 0%;
    color: #fff;
    font-size: 2.5em;
    letter-spacing: 1px;
}
.footer{
	background: #191919;
	position: relative;
}
.container-fluid.footer {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.npd{
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
}
.npd >img{
	margin: 0 auto;
}
.npd >div{
	margin-top: 200px;
}
.npd >div >p{
	font-family: 'Futuralightc';
	line-height: 1em;
	font-size: 3.5em;
}

.tep {
    margin-top: -100%;
}
.footer_pc{
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 48em){
	.npd >div >p{
		font-family: 'Futuralightc';
		line-height: 1em;
		font-size: 14px;
	}
	.npd >div{
		margin-top: 15px;
	}
	.tep {
	    margin-top: -78%;
	}
}
/*---------------*/
.filter{
    color: #000;
    width: 100%;
    font-size: 1.5rem;
}

.interval{
    padding: 0 8px 0 8px;
}
.row-filter{
    padding: 10px;
    background:linear-gradient(#191919, #EEEEEE, #191919);
}
.row-border{
    padding: 4px;
    border: solid 1px #EEEEEE;
    border-radius: 5px;
}
.box{
	color: #191919;
    opacity:0; /*Элемент полностью прозрачный (невидимый)*/
    transition: .1s; /*Скорость перехода состояния элемента*/
    animation: show 1s 1; /* Указываем название анимации, её время и количество повторов*/
    animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
    animation-delay: 0.1s; /* Задержка перед началом */
}
@keyframes show{
 0%{ opacity:0; }
 100% { opacity:1; }
}
.box:hover{
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.01s;
    /*opacity:1;
    filter:alpha(opacity=100);
    z-index: 0;*/
    transform: scale(1.015);
}
.caption > h3 {
    padding-left: 25px;
}
.thumbnail > a:hover {
    text-decoration: none;
}
.caption:hover {
    color: #E30B0B;
}
/*.table{
	color: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #a9a9a9;
	color: #000;
}*/

/*---------------*/
@media (max-width: 48em){

	.navbar-default .navbar-nav > li > a {
		color: #fff;
		text-transform: uppercase;
		font-size: 1.9em;
	}
	.nav.navbar-nav > ul,
	.nav.navbar-nav > li,
	.nav.navbar-nav > a
	{
	     padding: .1% 0px 0px 0px;
	     font-size: .8rem;
	}
	.nav.navbar-nav .active
	{
		border-left: 1px solid #C80000;
		background: linear-gradient(to right, #191919 23%, #444749 75%, #2D2D2D 100%);
	}
nav > div > div > div.col-md-8.col-xs-12.col-sm-12 {
    background-color: #2D2D2D;
    border-bottom: 1px solid #424242;
}
.record{
	padding-bottom: 0px;
	padding-top:0px;
}
body > div.container-fluid.back > div > div.row.hidden-md.hidden-lg > div:nth-child(1) > img,
body > div.container-fluid.back > div > div.row.hidden-md.hidden-lg > div:nth-child(3) > img
{
	padding-left: 11%;
}
.table h4{
	font-size: 12px;
}
#output p, .table p{
	font-size: 10px;
}
a{
	padding: 0 5px;
	font-size: 10px;
}
}

/*---------------*/
.present{
	background-color: #191919;
	padding: 70px 0;
	color: #C80000;
}
.present .btn-default {
    color: #C80000;
    background-color: transparent;
    border-color: #C80000;
    font-size: 30px;
    font-weight: bold;
}
@media (max-width: 48em){
.present{
	padding: 20px 0;
}
.present .btn-default {
    font-size: 20px;
    font-weight: bold;
}
}