/* IMPORT
-------------------------------------------------- */
@import url('fonts.css');
@import url('bootstrap.css');
@import url('responsive.css');
@import url('media-queries.css');
@import url('../js/libs/fancybox/fancybox.css');
@import url('../js/libs/fancybox/helpers/fancybox-thumbs.css');

/*
@import url(base.css);
*/



/* COMMON
-------------------------------------------------- */

html {
}
a {
    color: #337ab7;
    text-decoration: none;
    transition: all .15s linear;
}
a:hover, a:focus {
    color: #be2d2a;
    text-decoration: underline;
}
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #444;
    z-index: 9;
}
.container.content-block,#content {
    background: #fff;
}
/*header*/
.header .navbar-default .navbar-nav > li > a{
color: #333;
    font-size: 18px;
    background: url(../i/menu-arrow.png) center right no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: 15px;
    margin-left: 15px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    background-size: 8px;
}
.header .navbar-default .navbar-nav > li > a:hover {
    color: #000;
}
.header .navbar-default .navbar-nav > li > .nobg-a{
    background: none;
}
.header .navbar-default .navbar-nav > li > span{
color: #444242;
font-size: 18px;
font-weight: bold;
line-height: 66px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 15px;
    cursor: auto;
}
.header-phone{
color:#333;
padding: 40px 0;
border-radius: 4px;
}
.header-phone-ph{
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 30px;
    margin-left: 15px;
    background: url(../i/hphone.png) no-repeat;
    background-position-x: 0px;
    background-position-y: 1px;
    line-height: 16px;
}
.header-city {
	color: #ADADAD;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin-bottom: -19px;
}
.main-header{
    height: auto;
   /* background-image: url('../i/banner-century.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 120px;*/

}

.parallax-window .parallax-content {
    text-align: center;
    position: relative;
}
.html-wrapper {
    word-wrap: break-word;
}
.html-wrapper h1 {
    padding-top: 13px;
    margin-bottom: 6px;
    font-family: 'Roboto Condensed',sans-serif,sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
}
.center {
    margin: 0 auto;
    max-width: 1000px;
}
.parallax-window{
    min-height: 500px;
 background: transparent;
}
.parallax-window .parallax-content .html-wrapper {
    margin: 0;
        margin-right: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    word-break: break-word;
}

.logo {
    margin: 30px 0;
}
.header-info{
    min-height: 120px;
    border:1px solid #fff;
    background: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background: #fff;
    border: none !important;
}
.navbar-default{
    background: #fff;
    margin: 0;
}
.navbar{
    border:none;
}
.navbar .tizer-catalog:hover .nav-tizer-page-list{
    display:block;
}
.navbar .tizer-catalog:hover .nav-tizer-block{
    display:block;
}
.left-catalog-name-xs{
    font-size: 30px;
    color: #444242;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 17px;
    padding-left: 12px;
}
.left-aside .navbar-toggle{
    position: relative;
    float: left;
    margin-right: 15px;
    padding: 5px 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}
.left-aside .navbar-default .navbar-toggle .icon-bar{
    background-color: #568640;
}
.left-aside .toggle-line{
    display: inline-block;
    float: left;
    padding-top: 10px;
}
.left-aside .navbar-toggle .icon-bar{
    display: block;
    width: 34px;
    height: 5px;
    border-radius: 4px;
}

/*-----*/
.nav-tizer-page-list{
    display: none;
position: absolute;
list-style: none;
top: 85px;
background:#fff;
width: 215px;
z-index: 9999;
left: 15px;
border-radius: 4px;
border: 1px solid#ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
border-top: 1px solid    #ececec;
    padding: 20px 15px 20px 10px;
}
.nav-tizer-page{
    display: block;
    text-align: left;
}

.nav-tizer-page a{
font-size: 14px;
color:    #333;
    display: block;
    margin: 3px 0;
}
.nav-tizer-page a:hover, .nav-tizer-page a:focus{
 color: #000;
box-shadow: none;
}
.nav-tizer-page a#content-form {
    color: #be2d2a;
    text-decoration: underline;
}
/*---------*/
.nav-tizer-block {
    display: none;
    position: absolute;
    list-style: none;
    top: 85px;
    background: #fff;
padding: 30px 5px 10px 5px;
width: 620px;
z-index: 9999;
border-radius: 4px;
border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
border-top: 1px solid #ececec;
}
.nav-tizer-item{
    display: inline-block;
    float: left;
    /*max-width: 103px;*/
    text-align: center;
    /*margin: 0 5px;*/
    min-height: 160px;
    outline: none;
}

.nav-tizer-item img{
width: 99px;
height: auto;
background:
    #fff;
    outline: none;
    display: inline-block;
    margin-bottom: 5px;
}
.nav-tizer-item a{
font-size: 14px;
color: #333;
    font-weight: bold;
    outline: none;
    display: inline-block;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    line-height: 14px;
}
.nav-tizer-item a:hover img, .nav-tizer-item a:focus img{
  
}
.nav-tizer-item a:hover, .nav-tizer-item a:focus{
    color:#000;

}

.logo-block{
    text-align: center;
    margin-top: 90px;
}
.logo-block span{
    display:block;
}
.logo-image{

}
.first-logo-text{
    color:#492200;
    font-size:26px;
}
.second-logo-text{
    font-size:20px;
    color:#ef5b00;
}
/* product */
.product-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 18px;
}
.product{
position: relative;
background:#fff;
border-radius: 3px;
min-height: 369px;
margin-bottom: 19px;
padding: 18px 0 20px 0;
overflow: hidden;
border: 1px solid transparent;
    transition: all .1s ease-in-out;
}
.product:hover{
    border: 1px solid #ddd;
}
.recommend-block .row ul li .product {
    padding: 20px 0 40px 0;
}
.product img{
    width: 100%;
}
.product-item img {
    max-width: 300px;
    margin: 0 auto;
}
.product-stock{
    position: absolute;
    right: -30px;
    top: 20px;
    transform: rotate(45deg);
    font-size: 14px;
    background: #ff7200;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 50px;
    z-index: 1000;
}
.product-new{
    position: absolute;
    right: -30px;
    top: 20px;
    transform: rotate(45deg);
    font-size: 14px;
    background: #ce1317;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 30px;
    z-index: 1000;
}
.product-name {
    height: 34px;
    padding: 0 15px;
    overflow: hidden;
}
.product-name a{
font-size: 14px;
color:    #333;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 16px;
}
.product-img{
    box-sizing: border-box;
    display: block;
}
.with_label {
	margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 990px) {
	.with_label {
		margin-right: 5px;
	}
}
.product-info{
    padding-top:30px;
    padding-left: 30px;
}
.product-info span{
    display:block;
    font-size: 12px;
}
.opc-name{
    color:#343635;
}
.opc-info{
    color:#727272;
    padding-bottom:20px;
}
.opc{
    padding-left: 23px;
}
.opc img{
	float:left;
	margin: 0 5px 0 -14px;
    width: 17px;
}
.opc-one{background: url(../i/tiz-t-autoprogram.png)0 0 no-repeat;}
.opc-two{background: url(../i/tiz-t-bluetooth.png)0 0 no-repeat;}
.opc-tree{background: url(../i/tiz-t-g.png)0 0 no-repeat;}

.product-item .product-price{
    white-space: nowrap;
}
.product .price{
position: relative;
font-size: 18px;
color: #333;
    font-weight: bold;
    display: inline-block;
}
.valut{
font-size: 18px;
color:  #333;
    position: relative;
    font-weight: bold;
}
.valut::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 10px;
    background: #333;
    left: 0;
    top: 15px;
}
.product .old-price:before{
    content:'';
    display:block;
    transform: rotate(165deg);
    border-bottom: 1px solid #ce1317;
    position: relative;
    top: 10px;
    left: 0px;
    width: 100%;
}
.product .old-price {
    position: absolute;
    font-size: 12px;
    color:     #ce1317;
    top: 0px;
    right: -80%;
    font-weight: normal;
}
.old-valut{
    font-size:12px;
    position: relative;
}
.old-valut::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 7px;
    background: #be2d2a;
    left: 0;
    top: 11px;
}
.product-r-b{
margin: 10px 0;
}

.product-rewiew{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.product-rewiew a{
background: url(../i/tiz-t-rewiew.png) 0px 0px no-repeat;
    background-size: auto;
background-size: auto auto;
background-size: auto auto;
display: inline-block;
padding: 2px 0px 5px 25px;
font-size: 12px;
color:    #666;
    background-size: 20px;
}
.product-rewiew a:after{
    content:' \2192';
}
.product-basket a{
display: inline-block;
background: #568640;
padding: 7px 30px;
color: #fff;
text-transform: uppercase;
float: right;
border-radius: 3px;
font-size: 0;
}
.svg-inline--fa.fa-shopping-cart.fa-w-18 {
    width: 16px;
	height:16px;
}
.product-basket a:hover, .product-basket a:focus{
    text-decoration: none;
    background:#416630;
}

/*left-aside*/
.info-free-call{
position: relative;
font-size: 11px;
white-space: nowrap;
top: 0px;
border-radius: 10px;
font-weight: normal;
left: 0;
color:    #777;
}
.left-aside{z-index: 10;
border-right: 1px solid #e5e5e5;
}
.left-catalog-name{
    background: url(../i/left-menu-btn.png) 0px 8px  no-repeat;
    font-size: 30px;
    color:#444242;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 17px;
    /*margin-bottom: 8.5px;*/
    padding-left: 46px;
}
.left-aside .navbar{
    background:#fff;
}
.left-aside .left-menu-block{
    background:#fff;
}
.left-menu{
}
.left-menu .akcia{
    background: url(../i/akcia.png) center right no-repeat;
}

/*.left-aside .left-menu li{*/
    /*float: none;*/
    /*border-bottom: 1px solid #e5e5e5;*/
    /*padding: 6px;*/
    /*color:#343635;*/
    /*font-size:18px;*/
/*}*/
.content-block .left-aside .first-lvl-item{
    border:none;
    width: 100%;
    margin-top: 10px;
}
.first-lvl-item ul{
    padding-left:2px;
}
.first-lvl-item ul li{
    list-style:none;
}
.content-block .left-aside .first-lvl-item ul li a {
float: none;
border-bottom: 1px solid#e5e5e5;
padding: 10px 5px;
color:    #444;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: .5px;
}
.content-block .left-aside .first-lvl-item ul li a:hover {
    border-bottom: 1px solid #aaa;
}
.content-block .left-aside .first-lvl-item li.first-lvl-item ul li a {
	font-weight:normal;
}
.content-block .left-aside .left-menu .akcia a{
    padding-right:76px;
}

.content-block .left-aside .first-lvl-item a{
color: #333;
font-size: 24px;
font-weight: bold;
padding: 25px 0 15px 0px;
font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
}
.content-block .left-aside .first-lvl-item a:hover{
    color:#000;
}
.left-aside-blockname{
    color: #568640;
    font-size: 22px;
    font-weight: bold;
    padding: 30px 6px 20px 6px;
}
.left-aside-blockname a{
	color:    #333;
    font-size: 24px;
    font-weight: bold;
    padding: 25px 0 15px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    	text-decoration:none;
}
.left-aside .note-list{
    padding-left: 6px;
}
.left-aside .note-item{
list-style: none;
background: url(../i/stati.png) 0px 10px no-repeat;
    background-size: auto;
font-size: 14px;
border-bottom: 1px solid  #e5e5e5;
    padding: 6px 6px 6px 20px;
    background-size: 12px;
}
.left-aside .note-item a{
    color:#343635;
}
.bottom-aside-2 .note-item{
    list-style:none;
    background:url(../i/stati.png)  0px 5px  no-repeat;
    font-size:18px;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 6px 6px 30px ;
}
.bottom-aside-2 .note-item a{
    color:#343635;
}
/*content*/
.breadcrumb{
    padding: 8px 15px;
    list-style: none;
}
@media (min-width: 768px) and (max-width: 991px) {
	.breadcrumb{
	    padding-right: 230px;
	}
}
.breadcrumb a{
font-size: 12px;
color:gray;
}
.catalog-mine{
    list-style: none;
    margin:0;
    padding: 0;
}
.catalog-mine::after {
	clear: both;
    content: " ";
    display: block;
}

/*note-page*/
.content-box .note-ctalog{
    padding:0;
    list-style: none;
}
.content-box .note-item{
    margin-bottom:25px;
}
.note-tizer{
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.content-box .note-tizer:hover{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.content-box .note-tizer-image{
    max-height: 176px;
    overflow: hidden;
    vertical-align: top;
}
.content-box .note-tizer-image img{
    width: 100%;
}
.note-tizer-info{
    padding:22px 15px;
    background: #fff;
}
.note-tizer-name{

}
.note-tizer-name a{
    font-size: 18px;
    color:#568640;
    padding-right: 24px;
}
.note-tizer-description{

}
.note-tizer-description a{
    color:#52833c;
    cursor: pointer;
}
.note-tizer-description a:after{
    content: ' \2192';
}
.note-tizer-description a:hover, .note-tizer-description a:focus{

}
.news-list-bottom-navigation{
    margin-top:20px;
}
.description img{
    max-width: 100%;
}
.note-tizer-info{
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    min-height: 310px;
    margin-bottom: 30px;
}
/*rewiew*/
.sorting-rewiew{
    margin-top:-10px;
    margin-bottom:20px;
    color:#57575a;
    text-align: right;
}
.sorting-rewiew .sorting-date{
    background: url(../i/calendar.png) right 0 no-repeat;
    padding-right:30px;
}
.sorting-rewiew .sorting-new{
    padding-right:30px;
}

.sorting-new.up {
    background: url(../i/menu-up.png) center right no-repeat;


}

.sorting-new.down {
    background: url(../i/menu-arrow.png) center right no-repeat;


}


.rewiew-list{
    padding:0;
    list-style: none;
}
.rewiew-list-item{
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    padding:14px 15px 3px 13px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    margin-bottom:20px;
}
.rewiew-list-item .rewiew p{
    /*margin-top:20px;*/
}
.rewiew-model-name{
    font-size:18px;
    color:#568640;
    margin-bottom: 15px;
}
.rewiew-model-image{
    margin-bottom:20px;
}
.rewiew-model-image .row div{
    padding:0;
}
.rewiew-model-image img{
    width: 90%;
}
.rewiew-info span{
    display: block;
}
.respondent-name{
    font-size:18px;
    color:#e30613;
    padding-top:5px;
}
.date{
    font-size: 12px;
    color:#adaaa3;
}
.productRate{

}
.post-content{
    margin-top:45px;
}
.rewiew-list-item .rewiew .more-rewiew{
    color:#568640;
    cursor: pointer;
}
.rewiew-list-item .rewiew .more-rewiew:after{
    content:' \2192';
}
.rewiew-list-item .rewiew a{
    color:#568640;
}
.rewiew-list-item .rewiew a:after{
    content:' \2192';
}
.sorting-new {
    cursor: pointer;
}
/*FAQ*/
.content-description{
    margin-bottom:35px;
    margin-top: 15px;
}
.question{
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    margin-top:23px;
}
.question-name{
    background: #ffffff;
    padding: 18px 7px 23px 7px;
    font-size:18px;
    color:#343635;
}
.open-block{

}
.open-arrow{
    background: url(../i/question-arrow.png) bottom center no-repeat;
    display: block;
    height: 22px;
}
.open-arrow:hover, .open-arrow:focus{
    cursor: pointer;
}
.question-answer{
    padding:16px 20px 15px 70px;
    border-bottom:1px solid #fff;
}
.answer{
    display:none;
}
.visible{
    display: block;
}
.social-re{
    padding:9px 15px 10px 15px;
}
.social-re span{
    padding-right: 5px;
}
.odnoklasnik{
    background: url(../i/ok.png) 0 0 no-repeat;
}
.vk{
    background: url(../i/vk.png) 0 0 no-repeat;
}
.facebook{
    background: url(../i/face.png) 0 0 no-repeat;
}
.question .soc{
    display:inline-block;
    width:18px;
    height:18px;
    padding: 0 12px;
    margin: 0 0 -5px 0px;
}
.all-note.all-element{
    padding: 0;
}
.all-element{

}
.all-element a{
    display: inline-block;
    text-align: center;
    padding: 9px 32px 8px 32px;
    text-transform: uppercase;
    color: #fff;
    background: #568640;
    float: right;
}
.all-element a:hover{
    text-decoration: none;
    background: #3f632f;
}

.asking-block{
    margin-top: 60px;
}
.asking-block-name{
    text-align: center;
    font-size:22px;
    color:#568640;
}
.ask-name, .ask-mail, .ask-text, .asking-block-name{
    margin-bottom:25px;
}
.ask-name input, .ask-mail input{
    width:100%;
    background:transparent;
    border:none;
    border-bottom:1px solid #568640;
    padding:9px;
    font-size:14px;
    color:#343635;
}
.ask-name{

}
.ask-mail{

}
.rewiew-list-item .more-rewiew{
    float: right;
}
.rewiew-text{
    overflow: hidden;
}

.rewiew-text + .review-full-text {
    display: none;
}

.rewiew-text.all-text-rewiew{
    max-height: 100%;
    overflow: visible;
}
#form-review .ask-text{
    margin-bottom: 10px;
}
.ask-text textarea{
    width:100%;
    min-height: 125px;
    border:none;
    padding: 10px;
    font-size:14px;
    color:#343635;
    resize: none;
}
.send-ask{
    text-align: center;
    min-height: 30px;
}
.send-ask a{
    font-size:14px;
    color:#568640;
    padding: 8px 34px 7px 34px;
    border:1px solid #568640;
}
.send-ask a:hover, .send-ask a:focus{
    color:#fff;
    background:#568640;
    border:1px solid #568640;
    text-decoration: none;
    /*-moz-transition: background-color 0.5s 0.1s ease;*/
    /*-o-transition: background-color 0.5s 0.1s ease;*/
    /*-webkit-transition: background-color 0.5s 0.1s ease;*/
}

/* product-page*/
.product-page{

}
.product-image{
    position: relative;
    text-align: center;
}
.product-image a{
    display: block;
    width:100%;
}
.product-image:before{
    content:'';
    display:inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../i/linz.png) 0 0 no-repeat;
    cursor: pointer;
}
.product-basis{
padding-bottom: 50px;
border-bottom: 1px solid    #ddd;
    margin-top: 15px;
}
.product-basis .product-carusel{
    margin-top: 18px;
}
.product-basis .product-carusel a{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.product-basis .product-carusel img{
    border:1px solid transparent;
    box-sizing: border-box;
    transition: all .1s ease-in-out;
}
.product-basis .product-carusel img:hover{
    border-color:#333;
}
.product-basis-info{
    padding-top: 20px;
}
.product-basis-info ul{
    padding-left:0;
    list-style: none;
}
.product-basis-info p{
    font-size: 13px;
}

.info-navigation{
    margin-top:45px;
    margin-bottom:30px;
}
.block-descr{
cursor: auto;
}
.block-descr img{
    max-width:100%;
    padding:15px 0;
}
.block-descr p, .block-descr ul {
    padding-right: 15px;
    font-size: 13px;
    color: #444;
    margin-bottom: 18px;
    line-height: 24px;
}
.block-descr b{
    color:#000;
}
.divided-block{
    margin-top: 30px;
}
.block-desc-name{
    font-size:18px;
    color:#568640;
}
.block-description .block-descr ul{
list-style: inside;
    padding-left: 0;
    margin-bottom: 15px;
}
.product-basis-info ul li{
    padding:10px 0 0px 0;
}
.product-basis-info ul li:before{
    content: '';
    border: 1px solid #53843d;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #53843d;
    margin: 2px 10px 2px 2px;
}

.product-basis-info .price-block {
    margin-bottom: 15px;
    margin-top: 10px;
}

.product-basis-info .new-price span {
    font-size: 34px;
    color: #333;
    line-height: 34px;
    font-family: 'Roboto Condensed', sans-serif;
}
.product-basis-info .old-price span {
    position: relative;
    font-size: 18px;
    color: #ce1317;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
}
.product-basis-info .old-price span:before {
content: '';
display: block;
transform: rotate(165deg);
border-bottom: 1px solid #ce1317;
    position: relative;
    top: 12px;
    left: -12px;
    width: 48%;
}
.product-basis-info .old-price span:after, .product-basis-info .new-price span:after{
    content: ' руб.';
    font-size:14px;
}
.product-basis-info .one-click a{
background: #be2d2a;
}
.product-basis-info .one-click a:hover, .product-basis-info .one-click a:focus {
    background-color: #de0000;
    text-decoration: none;
}
.product-basis-info .in-basket a, .product-basis-info .one-click a {
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 22px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    border-radius: 4px;
}
.product-basis-info .in-basket a{
    background: #333;
}
.product-basis-info .in-basket a:hover{
    text-decoration: none;
    background:#000;
}
.tabs {}
.tab__title {overflow:hidden; margin-bottom:35px;padding-bottom: 5px;}

.tab__title .tab__item {
    float:left; 
    cursor:pointer;
    color: #b2b2b2;
}
.tab__title .tab__item:hover{
    color: grey;
}
.tab__title .tab__item:hover.block-description-rewiew span strong{
    background:rgba(81, 138, 138, 1);
}
.tab__title .tab__item.-active {color: #333;}

.tab__content {}
.tab__content .tab__item {display:none;}
.tab__content .tab__item.-active {display:block;}
.fixed-tab-title{}
#fixed-line-tab .sticky{
    background: #f3f3f3 !important;
    line-height: 50px;
    border-bottom: 2px solid #e5e5e5 !important;
}


.block-description{

}
.block-description-product span, .block-description-specific span, .block-description-rewiew span, .block-description-documentation span{
 font-size: 26px;
    padding-left: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    position: relative;
}
.block-description-product.-active span:before,.block-description-specific.-active span:before,.block-description-rewiew.-active span:before{
content: '';
position: absolute;
width: calc(100% - 15px);
height: 4px;
background: #518a8a;
    bottom: -4px;
}
.block-description-product span{

}
.block-description-specific span{

}
.block-description-rewiew span{

}
.block-description-rewiew span strong{
 font-size: 13px;
background:rgba(81, 138, 138, 0.7);
padding: 3px 7px;
position: relative;
top: -5px;
border-radius: 10px;
color:    #fff !important;
}
.block-description-documentation span{

}

.content-box .block-description h2{font-size:24px;}
.block-description .block-descr table td{
    width: 50%;
    min-width: 150px;
    font-size: 18px;
    padding: 5px 50px 5px 15px;
}
.block-description .block-descr table thead td{
    font-size: 22px;
    padding-bottom:15px;
}
.block-description .block-descr table tbody tr:nth-child(even){}
.block-description .block-descr table tbody tr:nth-child(odd){background: #ccc;}
.block-description .block-descr table tbody td:first-child{
    font-weight: bold;
    border-right:1px solid #000;
}
.block-description .block-descr table tbody td:last-child{

}





/*.product{*/
    /*min-height: 370px;*/
    /*border: 1px solid #ccc;*/
/*}*/
.content-box h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    font-weight: bold;
    color:  #333;
    margin: 0 0 20px 0px;
    line-height: 34px;
    text-transform: uppercase;
}
.content-box{
    padding-bottom:50px;
}

/*bottom-aside*/
.bottom-aside{
    padding-top:70px;
    padding-bottom:75px;
}
.bottom-tizer{
    /*padding:70px 0;*/
}
.bottom-tizer-main {
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
}
.info-bot-tizer{
    /*border:1px solid #000;*/
    font-size:24px;
    font-weight: bold;
}
.info-bot-tizer img{
    width:100%;
}
.info-bot-tizer p{
    margin-top: 15px;
}
.bottom-tizer-main .info-bot-tizer p{
    font-size: 24px;
}
.form-on-main{
    margin-top:30px;
}
/*.form-block:before{*/
    /*content:'';*/
    /*position: absolute;*/
    /*display:block;*/
    /*background:#81c031;*/
    /*opacity: 0.76;*/
    /*width:100%;*/
    /*height: 100%;*/
    /*margin:-29px -38px 0 -38px;*/
/*}*/
.form-block{
height: 500px;
padding: 100px 30px 100px 30px;
background: rgba(0, 0, 0, 0.5);
}

.form-content{
    /*opacity: 1;*/
    background: transparent;
    text-align: center;
}
.form-content span{
    /*text-align: justify;*/
    padding-left:13px;
}
.form-in{
    margin-top:20px;
}
.form-name-first, .form-name-second{
    display: block;
    color: #fff;
}
.form-name-first{
    font-size: 28.5px;
    text-transform: uppercase;
}
.form-name-second{
    font-size:24px;
}
.form-name-in, .form-phone-in{
    font-size:14px;
    color:#727272;
    display:block;
    background:#fff;
    width: 100%;
    margin: 29px 0;
    height: 36px;
    padding:0px 20px;
}
.form-name-in{

}
.form-phone-in{

}
.form-btn-main {
    /*padding-left: 50%;*/
    margin-top:33px;
}
.form-btn-main a{
    padding:8px 28px 4px 28px;
    background: #568640;
    border:1px solid #fff;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    color:#fff;
    text-transform: uppercase;
    font-size:14px;
    /*margin-left: -73.5px;*/
    border-radius: 2px;
}
.form-btn-main a:hover, .form-btn-main a:focus{
    text-decoration: none;
    background:#466c34;
}
/*catalog-style*/
.company-product-info img{
    width: 100%;
}
.company-product-info .special{
    font-size:24px;
    color:#53843d;
}
.company-product-info ul{
    padding-left:0;
    list-style:none;
}
.company-product-info ul li:before{
    content: '';
    border: 1px solid #53843d;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #53843d;
    margin: 2px 10px 2px 2px;
}

/*recommend-block*/

.recommend-block{
    margin-top:-35px;
    margin-bottom:-35px;
}
.recommend-block-name{
margin-bottom: 30px;
font-family: 'Roboto Condensed', sans-serif;
font-size: 34px;
font-weight: bold;
color:  #333;
    text-transform: uppercase;
}
.recommend-block ul{
    list-style: none;
}
.recommend-block .product img{
    width:100%;
}
/*footer*/
.footer {
    min-height:300px;
    padding-top: 35px;
}
footer .name{
font-size: 18px;
color:#333;
margin-bottom: 10px;
font-family: 'Roboto Condensed';
text-transform: uppercase;
    font-weight: bold;
}
.name-info{
    margin-top:0px;
}
footer .f-nav{
    padding:0;
    margin:0;
}
footer .f-nav li{
    list-style:none;
    margin: 5px 0;
}
footer .f-nav li a{
    color:#444;
    font-size:13px;
    text-decoration: underline;
    line-height: 20px;
}
.footer-info{
    color:#333;
}
.footer-info span{
    display:block;
}
.footer-phone{
    font-size:22px;
}
.footer-phone-info{
    font-size:12px;
    color: #666;
}
.footer-mail{
    font-size:14px;
    color:#333;
    padding:10px 0;
}
.footer-logo{

}
.copyright {
}
/*стили для кнопок поделиться на странице faq*/
.n_social{
    float:left;
}
.ya-share2__link{
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0 12px;
    margin: 0 0 -5px 0px;
}
.ya-share2__link span{
    display:none;
}
.ya-share2__item.ya-share2__item_service_facebook a {
    background: url(../i/face.png) 0 0 no-repeat
}
.ya-share2__item.ya-share2__item_service_vkontakte a{
    background: url(../i/vk.png) 0 0 no-repeat
}
.ya-share2__item.ya-share2__item_service_odnoklassniki a{
    background: url(../i/ok.png) 0 0 no-repeat
}
/*стили для кнопок поделиться на странице faq*/



.review_thumbnails a img {
    width: 100%;
}
.alert-success {
	background-color: #9ad173;
	color: #416630;
}
.input-group .form-control[name^="quantity"] {
    min-width: 30px;
	height:34px;
}
#order .form-group label {
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
}
#order .pull-left {
	margin-left: 15px;
}
#order .pull-left label {
	font-size: 11px;
	font-weight: normal;
}
#order .form-group {
	margin-bottom: 5px;
}
#order .form-group textarea {
	height: 148px;
}
#order h3 {
	margin-top: 15px;
}
.cart .total {
	margin-top: 30px;
}
.cart .pull-left+.pull-left {
	margin-left: 20px;
}
.cart form {
	margin-bottom: 0px;
}
.cart button.btn {
	height: 34px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
#cart_block {
	display: block;
	position: absolute;
	right: 0px;
	top: 119px;
}
@media (max-width: 991px) {
	#cart_block {
		top: 131px;
	}
}
@media (max-width: 767px) {
	#cart_block {
		position: static;
		float: none !important;
	}
}
#cart_block a{
	color: #333333;
}
#cart_block .btn {
border-radius: 0;
background:  #e6e6e6;
    max-height: 35px;
}
#cart_block .fa-shopping-cart::before {
	color: #568640;
}
.pos-rel {
	position: relative;
}

.bottom-tizer-main-link{
	font-size:20px;
	color:#333;
}

/* search */
.search-container {
width: 0px;
background:    #fff;
    line-height: 60px;
    padding-right: 60px;
    transition: all 0.5s ease;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 5;
    margin: 20px 0px 20px 15px;
}
.search-input{
border: 0px;
background: transparent;
width: 0%;
padding: 5px 0;
outline: none;
color: #333;
    transition: all 0.3s ease;
    line-height: 24px;
    position: relative;
    left: -10px;
}
.search-container button{
  color: #ffffff;
  position: absolute;
  top: 0;
  font-size: 28px;
  cursor: pointer;
  border: none;
  background: transparent;
}

.search-container button img{
    opacity: .8;
    width: 38px;
}
.search-container button img:hover{
    opacity: 1;
}

.search-container.active{
  width: 300px;
   padding-left: 40px;
  transition: all 0.5s ease;
    border-left: 1px solid #ececec;
}
.search-container.active button {
    background: #fefefe;
}

.search-input.active{
  width: 99%;
  padding-left:10px;
  transition: all 0.5s 0.3s ease;
border-bottom: 1px solid #ccc;
}

.search-input::placeholder {
  color: #ccc;
  opacity:0.9;
}
.search-input::-webkit-input-placeholder {color:#ccc; opacity:0.9;}/* webkit */
.search-input::-moz-placeholder          {color:#ccc; opacity:0.9;}/* Firefox 19+ */
.search-input:-moz-placeholder           {color:#ccc; opacity:0.9;}/* Firefox 18- */
.search-input:-ms-input-placeholder      {color:#ccc; opacity:0.9;}/* IE */

.btn-primary {
  background-color: #568640;
  border-color: #416630;
  border-radius: 0;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #568640;
  border-color: #416630;
}
.btn-primary:hover {
  background-color: #416630;
  border-color: #568640;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #416630;
  border-color: #568640;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #416630;
  border-color: #568640;
}

.pagination > li > a,
.pagination > li > span {
  color: #568640;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #568640;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #568640;
  border-color: #568640;
}


.footer-soc {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: -2px;
}
.footer-soc  img{
opacity:.7;
}
.footer-soc  img:hover{
opacity:1;
}






/*----------Adapt. iframe---------------------------------------------------------------------------------------------*/
.videolist {
    border-top: 1px dotted #ddd;
    margin-top: 30px;
}
.videolist h3{
    line-height: 30px;
}

.block-description .block-descr .videolist ul{
    list-style: none;
}
.videolist ul li {
    width: 47%;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    height: auto;
    background: #fffffff0;
border-radius: 4px;
overflow: hidden;
border: 1px solid #e8e8e8;
    transition: all .1s linear;
}
.videolist ul li:hover {
    box-shadow: 0 3px 10px 0 #00000017;
border: 1px solid #ddd;
}
.videolist ul li p {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 8px;
    height: 34px;
    margin: 0;
    min-height: 42px;
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* General button style (reset) */
.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.icon-cart:before {
  content: url('data:image/svg+xml;utf8,<svg width="16" height="16" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="shopping-cart" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-shopping-cart fa-w-18"><path fill="white" d="M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z"></path></svg>');
}
/* Button 5 */
.btn-5 {
background:#be2d2a;
color:    #fff;
    line-height: 24px;
    font-size: 10px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
}

.btn-5:active {
	background: #de0000;
	top: 2px;
}

.btn-5 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.btn-5:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    color: #fff!important;
}
.btn-5:focus,.btn-5:focus-within{
    color:#800000;
}
.btn-5:active:before {
	color: #703b87;
}

/* Button 5a */
.btn-5a:hover span {
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.btn-5a:before {
	left: 0;
	top: -135%;
}

.btn-5a:hover:before {
	top: -10%;
}




/*------------------------------whatsapp-------------------------*/

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}


@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 85px;
    right: 0;
  }
}
