*{
	margin:0px;
	padding:0px;
}
body{
	width:100%;
	font-size:18px;
	font-weight:lighter;
	background-color: #060606;
	color:#fff;
    font-family: 'Roboto_Light', sans-serif;
}
img{
	vertical-align: middle;
}
:focus{
	outline: none;
}
button:hover{
	cursor: pointer;
	opacity: 0.8;
}
::-webkit-input-placeholder {color:#fff; font-family: 'Roboto_Light', sans-serif;}
::-moz-placeholder          {color:#fff; font-family: 'Roboto_Light', sans-serif;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff; font-family: 'Roboto_Light', sans-serif;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff; font-family: 'Roboto_Light', sans-serif;}
.content{
	width:1190px;
	margin:0px auto;
	box-sizing: border-box;
	padding-left:30px;
	padding-right:30px;
}
figure.image {
    background-color: #333;
}
figcaption {
    padding-bottom: 15px;
    text-align: center;
}
.block-usl-3 {
    text-align: center;
    width: 215px;
    display: table-cell;
    margin: 10px;
    padding: 20px;
}
.block-usl-3 img {
	width: 100%;
	padding-bottom: 20px;
}
.img-blog p{
    color: #ccc;
    font-size: 18px;
}
.img-blog li {
    font-size: 18px;
    color: #ccc;
}
.img-blog img {
    width: 100%;
    margin-bottom: 20px;
}
.pagination li {
    display: inline-block;
}
.ditto_next_link {
    border: #ccc 3px solid;
    padding: 10px 20px;
    margin: 20px;
    border-radius: 110px;
    text-transform: uppercase;
    font-family: 'BebasNeue_Book';
    font-size: 24px;
}
.ditto_next_link:hover {
border: #fff 3px solid;
}
.ditto_previous_link{
    border: #ccc 3px solid;
    padding: 10px 20px;
    margin: 20px;
    border-radius: 110px;
    text-transform: uppercase;
    font-family: 'BebasNeue_Book';
    font-size: 24px;
}
.ditto_previous_link:hover {
border: #fff 3px solid;
}
.pagination a {
    text-decoration: none;
}
.actions {
    margin: 20px;
}
.header{
	margin-top:25px;
}
.logo{
	display:inline-block;
	vertical-align: middle;
    float: left;	
}
.pik-iko img{
    padding-right: 10px;
    padding-bottom: 10px;
}
.bod {
    background-color: #0d0d0d;
}
.podkat {
    text-align: center;
    width: 125px;
    display: inline-table;
    padding: 20px;
}
.podkat img {
    height: 80px;
    padding-bottom: 10px;
	margin-bottom: 10px;
    border-bottom: #fff 1px solid;
}
.podkat span {
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
}
.two {
    border-bottom: #555 1px dashed;
    margin-bottom: 50px;
}
.tire {
    height: 1px;
    border-bottom: #fff 1px dashed;
    margin: 10px 0 0 80px;
}
.search {
    float: left;
    margin-left: 30px;
}
.search form {
    position: relative;
    margin-top: 10px;
}
.search input[type="text"] {
    width: 300px;
    height: 50px;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 0 20px;
    border: none;
    background: transparent;
    box-shadow: inset 0 0 0 2px #333;
	color: #fff;
}
.search button {
    width: 60px;
    height: 50px;
    border: none;
    background: url(../img/search-2.png) center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.lot {
    padding: 40px 0;
    overflow: hidden;	
}
.vooa img:hover {
    opacity: 0.6;
}
.sleva{
    width: 35%;
    position: relative;
    display: table;
    float: left;
}
.sleva img {
    width: 100%;
}
.sprava {
    font-size: 16px;
    padding-top: 20px;
    width: 60%;
    position: relative;
    display: table;
}
.sprava ul {
    padding: 10px 30px;
}
.sprava p {
    padding: 0 0 10px 0;
}
.lev-str {
    position: absolute;
    top: 1100px;
    left: 60px;
}
.prav-str {
    position: absolute;
    top: 1100px;
    right: 60px;
}
.sitmap {
    color: #fff;
    padding: 0 10px;
}
.sitmap:hover {
    text-decoration: none;
}
.item a {
    text-decoration: none;
}
.item a:hover {
    opacity: 0.7;
}
.tovar {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 30px;
}
.tovar img {
    width: 320px;
    padding-bottom: 10px;
}
.tovar-title {
    color: #111111;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.tovar-harakt {
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
}
.tovar-harakt p {
    padding: 1px 0;
    border-bottom: #ccc 1px dashed;
}
.tovar-harakt p span {
    float: right;
}
.tovar-podrobn{
     margin-bottom: 40px;
    width: 300px;
    margin-top: 20px;
    margin-left: 36%;
}

.tovar-podrobn a{
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border: none;
    background: rgba(0,155,233,1);
    background: -moz-linear-gradient(top, rgba(0,155,233,1) 0%, rgba(0,128,233,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,155,233,1)), color-stop(100%, rgba(0,128,233,1)));
    background: -webkit-linear-gradient(top, rgba(0,155,233,1) 0%, rgba(0,128,233,1) 100%);
    background: -o-linear-gradient(top, rgba(0,155,233,1) 0%, rgba(0,128,233,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,155,233,1) 0%, rgba(0,128,233,1) 100%);
    background: linear-gradient(to bottom, rgba(0,155,233,1) 0%, rgba(0,128,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be9', endColorstr='#0080e9', GradientType=0 );
    padding: 10px 15px;
    border-radius: 110px;
	margin-left: 90px;
    text-decoration: none;	
}
.tovar-podrobn a:hover{
    opacity: 0.7;
}
.etapi {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 30px;
}
.etapi img {
    width: 100%;
}
.etapi p {
    font-size: 16px;
    text-align: center;	
}
.etaps {
    margin-bottom: 60px;
}
.stran {
	background-image: url(../img/bgg-4.jpg);
    background-position: center center;
    background-repeat: repeat-x;
    padding: 5px 0 30px 0;
}
.pluss{
    background-image: url(../img/plusi-back.png);
    background-position: center center;
    background-repeat: repeat-x;
    padding: 5px 0 30px 0;
}
.plus {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 30px;
	font-size: 16px;
    margin: 20px 0;	
}
.pluss-konteiner {
    padding-top: 30px;
}
.plus img {
    width: 18%;
    padding: 0 20px;
    float: left;
}
.pravee {
    margin-left: 12%;
}
.block-usl-2 {
    text-align: center;
    width: 215px;
    display: inline-table;
    margin: 10px;
    padding: 20px;
}
.block-usl-2:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.trio-info{
	display:inline-block;
	vertical-align: middle;
	margin-left:30px;
	color: #fff;
	    font-family: 'BebasNeue_Book';
}
.trio-info > img{
	display:inline-block;
	vertical-align: middle;
	margin-right:15px;
}

.trio-info > div{
	display:inline-block;
	vertical-align: middle;
}
.adress-ti{
    font-size: 16px;
    letter-spacing: 1px;
	    margin-left: 30px;
}
.adress-ti span{
	font-weight:bold;
}
.adress-ti img{
	margin-right:10px;
    margin-top: -4px;
}
.number-ti{
	font-weight:normal;
	font-size:20px;
}
.number-ti span{
    color: #f6d235;
    font-size: 33px;
}
.email-ti{

}
.email-ti span{
	color:#46a033;
	font-weight:bold;
}
.block-button-popup{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.block-button-popup button{
    font-size: 24px;
    color: #f6d235;
    text-transform: uppercase;
    text-align: center;
    border: none;
    background: none;
    box-shadow: inset 0 0 0 5px #f6d235;
    padding: 10px 25px;
    border-radius: 110px;
    font-family: 'BebasNeue_Book';
    letter-spacing: 1px;	
}
.block-button-popup p{
	font-weight:normal;
	font-size:11px;
	text-align:center;
	margin-top:10px;
}
.icon-social{
	display:inline-block;
	vertical-align: middle;
	margin-left:50px;
}
.container{
	width:100%;
}
.menu{
	position: relative;
    z-index: 2;
    padding-top: 10px;
}
.menu ul{
	width:1190px;
	display:block;
	margin:0 auto;
	text-align:center;
    background-color: #131313;
    border-radius: 110px;	
}
.menu ul li{
	display:inline-block;
	vertical-align: top;
    border-bottom: 3px solid #121212;
}
.menu ul li.active{
    border-bottom: 3px solid #f6d235;
}
.menu ul li:hover{
    border-bottom: 3px solid #f6d235;
}
.menu ul li a{
	font-size:17px;
	color:white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 28px;
	display:block;
}
.menu ul li img{
	vertical-align: bottom;
	margin-right:15px;
}
.slider-st .item{
	box-sizing: border-box;
	width:100%;
	padding-right:40%;
}
.big-title-st{
	font-weight:bold;
	font-size:110px;
	color:#eee;
	line-height: 1;
    text-transform: uppercase;	
	font-family: 'BebasNeue_Bold';
}
.big-title-st span {
    font-weight: bold;
    font-size: 100px;
    color: #ffcf00;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'BebasNeue_Bold';
}
.big-title-skidka {
    width: 650px;
    text-align: center;
    padding-top: 20px;
    font-size: 80px;
    color: #eee;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'BebasNeue_Bold';
}
.big-title-skidka-bt {
    width: 650px;
    text-align: center;
    font-size: 70px;
    color: #eee;
    line-height: 1;
    font-family: 'BebasNeue_Bold';
}
.linia {
    line-height: 1px;
    padding: 5px 0;
    border-bottom: #fff 2px solid;
}
.slider-st hr{
	width:510px;
	height:1px;
	background-color: #161616;
	margin:30px 0px;
	    border: none;
}
.text-st{
    font-size: 20px;
    color: #ccc;
	margin-bottom: 20px;
}
.link-go-st{
    font-size: 54px;
    color: #f6d235;
    text-transform: uppercase;
    text-align: center;
    border: none;
    background: none;
    box-shadow: inset 0 0 0 9px #f6d235;
    padding: 15px 35px;
    border-radius: 110px;
    font-family: 'BebasNeue_Bold';
    letter-spacing: 1px;
    display: inline-block;
    margin-top:35px;
}
.slider-top{
	background-image: url(../img/bg-cars.jpg);
	background-position: center -130px;
	padding-top:50px;
	padding-bottom:40px;
    position: relative;
    z-index: 1;
}
.slider-top .owl-theme .owl-controls{
	text-align:left !important;
    margin-top: 80px !important
}
.slider-top .owl-theme .owl-controls .owl-page span{
	width:22px !important;
	height:22px !important;
	opacity: 1 !important;
    background: transparent;
    border: #fff 5px solid;
}
.slider-top .owl-theme .owl-controls .owl-page.active span{
   border: #f6d235 5px solid;
}
.title-side {
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.title-side h1:nth-child(1) {
    font-size: 50px;
    color: #fff;
    display: inline-block;
    float: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'BebasNeue_Bold';
    padding: 0 30px 0 0;
}
.title-side h1:nth-child(2) {
    font-size: 50px;
    color: #ffcf00;
}
.title-side p{
    font-size: 50px;
    color: #fff;
    display: inline-block;
    float: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'BebasNeue_Bold';
	    padding: 0 30px;
}
.title-side p span {
    color: #ffcf00;
}
.title-side hr{
    background-color: #fff;
    vertical-align: middle;
    width: auto;
    height: 1px;
    border: none;
	margin: 18px 0px;
}
.usl-index{
    background-color: #0d0d0d;
    background-position: center 100px;
    background-repeat: no-repeat;
}
.blocks-usl:after{
	clear:both;
	content: '';
	display:block;
}
.block-usl{
	text-align:center;
    width: 230px;
    display: inline-table;
    margin-bottom: 90px;
}
.block-usl:nth-child(1){
	margin-bottom
}
.title-bu{
    font-family: 'BebasNeue_Book';
    margin: 15px 0;
    letter-spacing: 1px;
    font-size: 27px;
}
.blocks-usl a {
    color: #eee;
	text-decoration: none;
}
.blocks-usl a:hover {
    opacity: 0.6;
}
.left-bu{
	float:left;
	text-align:left;
}

.right-bu{
	float:right;
	width:50%;
	text-align:right;
}
.text-bu{
    font-size: 12px;
    color: #fff;
}
.usl-index .content{
	padding-left:0px;
	padding-right:0px;
	position: relative;
}
a.all-link-katalog{
	text-align:center;
    font-size: 24px;
    color: #f6d235;
	text-decoration: none;
	box-shadow: inset 0 0 0 5px #f6d235;
    padding: 10px 25px;
	border-radius: 110px;
    font-family: 'BebasNeue_Book';
    letter-spacing: 1px;
	position: absolute;
    bottom: 30px;
    left: 42%;
}
.blocks-usl {
    padding-bottom: 20px;
}
.block-fug{
	width:23%;
	display:inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding:30px;
}
.fug-bf{
    font-size: 70px;
    font-weight: bold;
    color: #ccc;
    font-family: 'BebasNeue_Bold';
	    text-align: center;
}
.title-bf{
    font-size: 32px;
    margin: 25px 0px;
    font-family: 'BebasNeue_Book';
    color: #fff;
	    text-align: center;
}
.text-bf{
    font-size: 17px;
    color: #fff;
	margin-top: 20px;
}
.fugs{
	background-color: #0d0d0d;
	padding: 40px 0;
}
.otzivi{
    background-color: #0d0d0d;
}
.slider-otzivi{
	position: relative;
}
.produkt {
    background-image: url(../img/bgg-3.jpg);
    background-position: center center;
    background-repeat: repeat-x;
    padding: 5px 0 30px 0;
}
.item img {
    float: left;
}
.text-so{
    font-size: 17px;
    color: #fff;
    margin-top: 30px;
    padding-left: 80px;
    display: table;
}
.title-so{
    font-size: 36px;
    margin: 25px 0px;
    font-family: 'BebasNeue_Book';
    color: #ffcf00;
    background-image: url(../img/kovich.png);
    background-repeat: no-repeat;
    display: inline;
    padding-left: 80px;
	font-weight: bold;
	padding-bottom: 20px;
	letter-spacing: 5px;
}
.subtitle-po{
    font-size: 19px;
    text-align: center;
    display: table-cell;
    padding-left: 80px;
    color: #999;
}
.arrow-left-so{
	position: absolute;
	top:50%;
	left:0px;
}
.arrow-left-so:hover, .arrow-right-so:hover{
	cursor: pointer;
}
.arrow-right-so{
	position: absolute;
	top:50%;
	right:0px;
}
.otzivi .content{
	position: relative;
}
.otzivi .owl-theme .owl-controls .owl-page span{
	width:20px;
	height:20px;
    background: #fff;
    border: none;
}
.otzivi .owl-theme .owl-controls .owl-page.active span{
    background: #a8a8a8;
    border: none;
    width: 20px;
    height: 20px;
}
.otzivi .owl-theme .owl-controls{
	margin-top:50px;
}
.text-nad-form{
	font-size:19px;
	text-align:center;
	margin:40px 0px;
}
.ajaxSearch_result {
    margin: 10px 0;
}
.ajaxSearch_result a {
    color: #fff;
}
.form input[type="text"]{
    color: #fff;
    font-size: 24px;
    font-weight: lighter;
    font-family: 'Roboto';
    border: none;
    padding: 10px 80px;
    background: transparent;
}
.form{
	text-align:center;
	    display: table-caption;
	    width: 300px;
    padding: 0 170px;
}
.form input[type="submit"]{
    font-size: 50px;
    color: white;
    background: none;
    border: none;
    box-shadow: inset 0 0 0 9px #fff;
    text-transform: uppercase;
    padding: 10px 35px;
    border-radius: 100px;
    font-family: 'BebasNeue_Bold';
    margin-top: 20px;
	    cursor: pointer;
}
.form input[type="submit"]:hover{
	opacity: 0.9;

}
.form input{
	margin:5px;
}
.lock-form{
	max-width:530px;
	margin:60px auto 0px;
	font-size:15px;
}
.lock-form img{
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}
.form-bottom{
	padding-bottom:10px;
	    background-image: url(../img/bg-rem.jpg);
    background-position: center -130px;
}
.footer{
	background-color:#0d0d0d;
	padding: 40px 0px 60px 0;
}
.footer .adress-ti, .footer .number-ti, .footer .email-ti, .footer .block-button-popup p{
	color:white;
}
.footer-hr{
	width:100%;
	height:1px;
	background-color:#2a2a2a;
	border:none;
	margin:20px 0px;
}
.copy{
	font-size:13px;
	color:white;
    width: 100%;
    float:left;
	margin-bottom: 40px;
}
.vooa{
	text-align:right;
}
.vooa img{
	margin:0px 10px;
	opacity: 0.2;
}
.vooa img:hover{
	opacity: 0.9;
}
.bred{
    margin-top: 25px;
    padding-top: 30px;
}
.bred a{
	font-size:14px;
	color:#999;
		text-decoration: underline;
}
.bred span{
	font-size:14px;
	color:#666;
}
.title-h1{
	font-size:29px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	letter-spacing: 10px;
}
.hr-vn{
	width: 180px;
    height: 5px;
    background-color: #009ce9;
    margin: 30px auto 0px;
    border: none;	
}
.text-vn{
    font-size: 14px;
    padding-bottom: 30px;
	color: #999;
	    min-height: 250px;
}
.text-vn ul {
    padding: 17px 0 0 30px;
}
.text-vn ul a {
    color: #999;
}
.text-vn a:hover {
    text-decoration: none;
}
.text-vn ul li ul {
    padding: 10px 50px;
}
.text-vn h2{
    margin: 20px 0;
    font-size: 44px;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'BebasNeue_Bold';
}
.text-vn h2 strong {
    margin: 20px 0;
    font-size: 44px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'BebasNeue_Bold';
}
.text-vn h3{
    margin: 20px 0;
    font-size: 34px;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'BebasNeue_Bold';
}
.text-vn h3 strong {
    margin: 20px 0;
    font-size: 34px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'BebasNeue_Bold';
}
.text-vn > p{
	margin-top:25px;
	font-size: 18px;
	color: white;
}
.text-vn > p > strong {
    color: #ccc;
    font-weight: normal;
}
.text-vn > p > a {
    color: #f6d235;
	font-weight: 900;
}
.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.68);
    z-index: 10;
    display:none;
}
.form-popup{
    width: 900px;
    position: fixed;
    top: 100px;
    left: 20%;
    right: 40%;
    background-image: url(../img/bg-rem.jpg);
    background-position: center -130px;
    z-index: 11;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 20px;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	display: none;
}
.title-popup{
    font-family: 'BebasNeue_Bold';
    font-size: 60px;
    margin-bottom: 20px;
}
.form-popup input[type="text"]{
    text-align: center;
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
    font-family: 'Roboto';
    width: 290px;
    font-size: 26px;
    color: white;
    margin: 0px auto 30px;
    display: block;
}
.form-popup input[type="submit"]{
	font-size: 50px;
    color: white;
    background: none;
    border: none;
    box-shadow: inset 0 0 0 9px #fff;
    text-transform: uppercase;
    padding: 10px 35px;
    border-radius: 100px;
    font-family: 'BebasNeue_Bold';
    margin-top: 20px;
    cursor: pointer;
}
.form-box {
    width: 500px;
}
.close-popup{
    display: inline-block;
    font-size: 60px;
    position: absolute;
    top: -60px;
    right: -50px;
    color: #ff0002;
    font-weight: bold;
}
.close-popup:hover{
	cursor: pointer;
}
.msg-red{
	text-align: center;
    font-family: 'BebasNeue_Bold';
    color: black;
    font-size: 24px;
}
.form{
	color:white;
}
@media (max-width:1199px){
	.content{
		width:900px;
	}
	.header{
		text-align:center;
	}
	.block-button-popup{
		margin-left:0px;
	    display: none;
	}
	.menu ul{
		width:960px;
	}
	.menu ul li a{
	    padding: 25px 15px;
	}
	.slider-top{
		padding-top:10px;
	    padding-bottom: 0px;
	}
	.usl-index{
		background-image: none;
	}
	.left-bu, .right-bu{
		text-align:center;
	}
	.all-link-katalog{
		bottom:0px;
	}
	.fugs{
		text-align:center;
		margin-bottom:0px;
	}
	.block-fug{
		width:260px;
	}
	.footer{
		text-align:center;
	}
	.copy{
		float:none;
		width:100%;
	}
	.vooa{
		text-align:center;
		margin-top:20px;
	}
}
@media (max-width:959px){
	.content{
		width:768px;
		box-sizing: border-box;
		padding-left:10px;
		padding-right:10px;
	}
	.menu ul{
		width:768px;
	}
    .menu ul li {
    display: block;
    }
	.menu ul li a{
    padding: 5px 0;
    font-size: 16px;
	}
	.menu ul li img{
		margin-right:0px;
	}
	.slider-st .item{
		padding-right: 0px;
	}
	.block-fug{
		width:240px;
	}
	.otzivi .owl-theme .owl-controls{
		margin-top:10px;
	}
	.form input[type="text"]{
		width:330px;
	}
}
@media (max-width:767px){
	body{
		overflow-x: hidden;
	}
	.content{
		width:100%;
	}
   .search input[type="text"] {
	width: 250px;
    }
   .adress-ti{
	    margin-left: 10px;
    }
    .search {
    display: none;
   }
   .number-ti {
    font-size: 16px;
   }
    .number-ti span {
    font-size: 16px;
   }
   .text-vn img {
    width: 100%;
    padding: 20px 0;
    }
	.logo{
		margin-bottom:20px;
	    width: 100%;
	}
    .block-button-popup{
	    margin: 10px 0;
    }
	.trio-info, .icon-social{
		display:block;
		margin-left:0px;
		margin-top:20px;
	}
    .menu {
    padding-top: 10px;
    }
	.menu ul{
		width:100%;
	    border-radius: 1px
	}
    .menu ul li.active {
     border-bottom: 3px solid #f6d235;
     display: inline-block;
    }
	.slider-top{
		padding-top:50px;
		margin-top: 0px;
	}
	.big-title-st{
	    font-size: 34px;
	}
   .big-title-st span {
	font-size: 34px;
   }
    a.all-link-katalog{
    left: 0;
    right: 0;
    }
   .link-go-st {
    font-size: 54px;
    color: #fff;
    box-shadow: inset 0 0 0 9px #fff;
   }
   .big-title-skidka {
    width: 100%;
    font-size: 54px;
   }
   .big-title-skidka-bt {
     width: 100%;
   }
	.title-side{
		letter-spacing: 5px;
	}
    .title-side p{
	font-size: 34px;
    }
   .title-side h1:nth-child(1) {
    font-size: 34px;
    padding: 0 5px;
    }
	.left-bu, .right-bu{
		width:100%;
		float:none;
	}
	.slider-st hr{
		display:none;
	}
	.otzivi{
		background-size:auto 100%;
		padding:10px 0px;
	}
	.text-so{
	    padding: 0px 10px;
	    margin-top: 10px;
	    margin-bottom: 30px;
	}
	.arrow-right-so, .arrow-left-so{
		display:none;
	}
    .podkat img {
    width: 100%;
    height: auto;
    }
    .podkat {    
    width: 100px;
    }
    .item img {
    width: 100%;
	    padding-bottom: 40px;
    }
    .form-bottom {
	background-position: center left;
     }
	.form{
	    padding: 0;
	}
	.form input[type="text"] {
	    width: 100%;
	    margin-left: 0px;
	    margin-right: 0px;
        border: none;
	    padding: 0;
	}
    .vooa img{
	 margin-bottom: 20px;
    }
}



.table_dark {
	font-size: 16px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    background: #0d0d0d;
	
}
.table_dark th {
	color: #ffcf00;
    border-bottom: 2px solid #fff;
    padding: 12px 12px;
	text-align: center;
	font-size: 25px;
}
.table_dark td {
color: #fff;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 10px 17px;
}
.table_dark tr:last-child td {
  border-bottom: none;
}
.table_dark td:last-child {
  border-right: none;
}
.table_dark tr:hover td {
  /*text-decoration: underline;*/
}

.prokrutka {
height: 100%;
background: #fff;
border: 2px solid #ffcf00;
overflow-x: inherit;
overflow-y: overlay;}

	
@media screen and (max-width: 600px) {
	.table_dark tr{
		/*display: block;*/
	}
	.table_dark tr{
		margin-bottom: 30px;
	}
	.table_dark th, .table_dark td{
		/*display: block;
		text-align: center;*/
	}
	.table_dark th{
	    color: #ffcf00;
        padding: 15px;
		text-align: center;
		font-size: 25px;}
	


	
.table_zap {
font-size: 16px;
width: 100%;
text-align: left;
border-collapse: collapse;
margin-bottom: 80px;
	
}
.table_zap th {
	color: #ffcf00;
    border-bottom: 2px solid #fff;
    padding: 12px 12px;
	text-align: center;
	font-size: 25px;
}
.table_zap td {
color: #fff;
    /*border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;*/
    padding: 10px 17px;
}
.table_zap tr:last-child td {
  border-bottom: none;
}
.table_zap td:last-child {
  border-right: none;
}
.table_zap tr:hover td {
  /*text-decoration: underline;*/
}

@media screen and (max-width: 600px) {
	.table_zap tr{
		display: block;
	}
	.table_zap tr{
		margin-bottom: 30px;
	}
	.table_zap th, .table_zap td{
		display: block;
		text-align: center;
	}	
	
	
.sub  {
    font-size: 12px;
    line-height: 1px;
		}