/** Content:
/styles/job.css
/styles/main.css
/styles/index.css
*/
.jobs .head,
.job .head{
	color: #3a3a3c;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
} 
.left,
.right{
	position: relative;
	display: inline-block;
	vertical-align:  top;
}
.left{
	max-height: 360px;
	max-width: 360px;
	margin-right: 105px;
}

.left-job-desc h3{
    	color: #3a3a3c;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
}

ul.yellow-marker li{
    padding-left: 30px;
}
ul.yellow-marker {
	margin: 20px 0;
}
.we-offer .summary{
	display: block;
	width: 215px;
	line-height: 48px;
	text-align: center;
	margin-top: 40px;
	margin-left: 0;
  margin-bottom: 20px;
}
.vacancy{
	text-align: center;
}
.vacancy-item{
	display: inline-block; 
	float: left;
	position: relative;
	width: 518px;
	text-align: left;
	margin: 40px 0;
}
.vacancy-item.left-vacancy{
	margin-right: 97px;
}
.vacancy-item .title{
  color: #406fc1;
  font-size: 24px;
  display: block;

}
.vacancy-item .details{
   border-bottom: dotted 1px #406fc1;
  color: #406fc1;
  font-size: 15px;
  margin-left: 5px;
  display: inline-block;
  margin-top: 10px;
}

.vacancy-item div.desc{
    position: relative;
    display: block;
    padding-left: 15px;
        color: #666;
    font-size: 16px;
    line-height: 24px;
}

.vacancy-item ul{
    margin-bottom: 20px;
    position: relative;
    display: block;
    overflow: hidden;
}

.vacancy-item ul li{
    position: relative;
    display: block;
    padding-left: 15px;
        color: #666;
    font-size: 16px;
    line-height: 24px;
}

.vacancy-item ul li::after{
    content: "\2022;";
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 24px;
    color: #f9b515;
    font-size: 18px;

}

.left-job-desc ul{
    margin-bottom: 20px;
    position: relative;
    display: block;
    overflow: hidden;
}

.left-job-desc ul li{
    position: relative;
    display: block;
    padding-left: 15px;
        color: #666;
    font-size: 16px;
    line-height: 24px;
}

.left-job-desc ul li::after{
    content: "\2022";
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 24px;
    color: #f9b515;
    font-size: 18px;

}

#modal-summary
{
  width: 410px;
  height: 658px;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0; 
  display: none;
}
.summary-form{
	width: 368px;
	position: relative;
}

#modal-summary form .prefix-phone,
.summary-form .prefix-phone{
    display: inline-block;
    float: left;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    vertical-align: top;
    line-height: 36px;
    margin-right: 8px;
    margin-left: 8px;
}


#modal-summary form input[type=text],
.summary-form input[type=text]
{
	width: 100%;
	height: 36px;
	background-color: #f6f6f6;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	display: block;
}

#modal-summary form input[type=text].phone,
.summary-form input[type=text].phone{
	display: inline-block;
	width: 307px;
	vertical-align: top;
	margin: 0;
	text-indent: 10px;
}
#modal-summary form label,
.summary-form label
{
	color: #666;
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding: 15px 0 5px;
	text-align: left;
}

#modal-summary form textarea,
.summary-form textarea{
	width: 100%;
	height: 73px;
	background-color: #f6f6f6;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	resize: none;
	display: block;
	padding: 5px;
	box-sizing: border-box;

}
#modal-summary form textarea:focus,
#modal-summary form input[type=text]:focus,
.summary-form textarea:focus,
.summary-form input[type=text]:focus{
	background-color: white;
	border: 1px solid #406fc1;
	border-radius: 3px;
	text-indent: 10px;
}
#modal-summary form .summary,
.summary-form .summary{
	margin: 20px auto;
	height: 49px;
}
.summary-form .summary{
	float: right;
}
#modal-summary form p,
.summary-form p{
	text-align: justify;
	padding: 10px 0;
	color: #999;
	font-size: 14px;
	font-weight: 400;
}

.mask-wrapper {
  height: 36px;
  position: relative;
}
.mask-wrapper .send-file {
  width: 35px;
  height: 35px;
  background-image: url('/images/summary-file.png');
  border: none;
  vertical-align: middle;
  cursor: pointer;
}
.mask-wrapper .fileInputText {
  position: relative;
  width: 325px!important;
  display: inline-block!important;
  vertical-align: middle;
  text-indent: 10px;

}
.custom-file-input {
  width: 100%;
  height: 35px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 99999;
  cursor: pointer;
	top: 0;
	right: 0;
}

.job-img{
	position: relative;
	margin-left: 100px;
}
.job .right-job-desc{
	float: right;
}
.job .clear{
	border: none;
}
.job .left-job-desc{
	float: left;
	width: 613px;
}
.job .left-job-desc .head{
	font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .left {
    max-height:230px;
    max-width: 230px;
    margin-right: 20px;
  }
  .left img{
    max-height:230px;
    max-width: 230px;
  }
  .right{
    width: 445px;
  }
  .vacancy-item {
    float: none;
    width: 100%;
    text-align: justify;
    padding-bottom: 50px;
    margin-bottom: 0;
    box-sizing:border-box;
    border-bottom: solid 1px #cccccc;
  }
   .vacancy-item:last-child{
    border:none;
   }
  .clear{
    border:none;
  }
  .vacancy-item.left-vacancy {
    margin-right: 0;
  }
  .job .left-job-desc {
    width: 100%;
  }
  .job .right-job-desc {
    float: left;
  }
  .job-desc .clear{
    display: none;
  }
  .job-img {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    float: left;
  }
  .job-img  img{
    max-width: 300px;
    max-height: 167px;
    margin-top: 50px;
  }

}

@media screen and (max-width: 760px) 
{
  .left {
    max-width: 300px;
    max-height: 300px;
    text-align: center;
    margin-right: 0px;
  }
  .left img{
     max-width: 300px;
    max-height: 300px;
  }
  .right {
    width: 100%;
  }
  .we-offer .summary {
    width: 100%;
  }
  .vacancy-item div.desc {
    padding-left: 0;
  }
  #modal-summary {
    width: 300px;
    height: 715px;
    transform: translate(-50%, -40%);
  }
  #modal-summary form input[type=text].phone  {
    width: 197px;
  }
  .summary-form input[type=text].phone{
    width: 260px;
  }
  .mask-wrapper .fileInputText {
    width: 214px!important;
    text-indent: 10px;
  }
  .right-job-desc,
  .summary-form{
    width: 100%;
  }
 .job-desc .right-job-desc .clear{
    display: block!important;
  }
  .summary-form .summary {
    width: 100%;
}
}

 /* font-family: "RobotoRegular"; */
@font-face {
    font-family: Roboto;
    src: url("/fonts/RobotoRegular/RobotoRegular.eot");
    src: url("/fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: OpenSans;
    src: url("/fonts/OpenSans/OpenSansRegular.eot");
    src: url("/fonts/OpenSans/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/OpenSans/OpenSansRegular.woff") format("woff"),
    url("/fonts/OpenSans/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "Roboto Light";
    src: url("/fonts/RobotoLight/RobotoLight.eot");
    src: url("/fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("/fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url("/fonts/RobotoMedium/RobotoMedium.eot");
    src: url("/fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("/fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("/fonts/RobotoBold/RobotoBold.eot");
    src: url("/fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("/fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

*
{
    margin: 0;
    padding: 0;

    outline: none;
}
a img
{
    border: none; /* Убираем рамку */
}
ul
{
    list-style-type: none;
}
a
{
    text-decoration: none;
}
::-webkit-input-placeholder
{
    color: #717171;
}
::-moz-placeholder
{
    color: #717171;
}/* Firefox 19+ */
:-moz-placeholder
{
    color: #717171;
}/* Firefox 18- */
:-ms-input-placeholder
{
    color: #717171;
}
body
{
    font-family: Roboto;
    font-size: 16px;
    width: 100%;
    min-width: 320px;

}
header
{

    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
   
}
.main{
    margin-top: 185px;
}
.content{
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.header{
    position: relative;
    width: 100%;
    height: 130px;
    background-color: #4c71a2;
    box-shadow: 0 2px 5px rgba(127, 159, 203, 0.56);
}
.logo,
.phone,
.search,
.a-c-c{
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 25px 0 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.logo{
    margin-right: 70px;
}
.logo img{
    width: 100%;
     -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.icon-phone{
    position: relative;
    display: inline-block;
    width: 68px;
    background-image: url('/images/line-p.png');
    background-repeat: no-repeat;
    background-position: right 3px top 11px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.25s ease;

}

.icon-phone img{
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 15px;
     -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    
}
.icon-phone-img{
    cursor: pointer;
    transition: all 0.5s ease
}

.tel{
    background-color: #fff;
    border: 1px solid #406fc1;
    border-radius: 5px;
    box-shadow: 0 0 13px rgba(51, 51, 51, 0.56);
    width: 192px;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    left: -60px;
    display: none;
    opacity: 0;
    transition: all 0.25s ease;
    z-index: 5;
}
.icon-phone:hover > .tel,
.tel:hover
{
    display: block;
    opacity: 1;
    transition: all 0.25s ease;
}

.tel p{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.text-phone{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.text-phone span{
    display: block;
    color: white;
    font-family: "Roboto Light";
    font-size: 30px;
    margin-top: -6px;
    font-weight: 400;
    text-transform: uppercase;
     -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.text-phone a{
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;
    border-bottom: dotted 1px #fff;
}
.search input
{
    width: 284px;
    height: 33px;
    background-color: #4c71a2;
    border: 1px solid #3d5b82;
    border-radius: 15px;
    margin-left: 20px;
    margin-top: 8px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.33), inset 0 2px 5px rgba(10, 32, 61, 0.9);
    text-indent: 12px;
    transition: all 0.6s ease;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
.search form{
      -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.search input:focus{
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.33), inset 0 1px 1px rgba(10, 32, 61, 0.9);
}

.search ::-webkit-input-placeholder
{
    color: #fff;
}
.search ::-moz-placeholder
{
    color: #fff;
}/* Firefox 19+ */
.search :-moz-placeholder
{
    color: #fff;
}/* Firefox 18- */
.search :-ms-input-placeholder
{
    color: #fff;
}
.search button{
    border: none;
    background: none;
    background-image: url('/images/search.png');

    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    width: 19px;
    height: 19px;
}

.search button, .search input{
    z-index: 10;
}

.a-c-c li{
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin: 0 10px;
    position: relative;
}
.search input:focus + button{
    background-image: url('/images/search-focus.png');
}


    
.header .search form>ul{
    width: calc(100% - 22px);
    background-color: #fff;
    margin: 0;
    padding: 0;
    margin-left: 22px;
    margin-top: -19px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: none;
    position: absolute;
    z-index: 1;
}

.header .search form>ul>li:first-child{
    border-bottom: 1px #f9b515 dashed;
}

.header .search form>ul>li{
    display: block;
    margin: 0;
    border-bottom: 1px #4270c1 solid;
    padding: 10px;
    clear: both;
    height: 50px;
    position: relative;
    transition: all 0.5s ease;
    margin: 0 10px;
}

.header .search form>ul>li.close{
    position: absolute;
    right: 0;
    border-bottom: none;
    z-index: 30;
}

.header .search form>ul>li.all{
    text-align: right;
    height: auto;
    font-size: 12px;
    border-bottom: none;
}

.header .search form>ul>li.close:hover, .header .search form>ul>li.all:hover{
    border-bottom: none;
}

.header .search form>ul>li a{
    color: #294d8e;
}

.header .search form>ul>li a:hover{
    color: #f9b515;
}

.header .search form>ul>li:hover{
    border-bottom: 1px #f9b515 solid;
}
    
.header .search form>ul>li .figure{
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
    
.header .search form>ul>li .figure img{
    max-height: 50px;
    max-width: 50px;
}

.header .search form>ul>li .prod-name{
    font-size: 12px;
    font-weight: 400;
}

.header .search form>ul>li ul.stars{
    display: block !important;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 70px;
}

.header .search form>ul>li ul.stars li{
    display: inline-block;
    padding: 0;
    margin: 0;
}

.header .search form>ul>li ul.stars li img{
    height: 12px;
}

.a-c-c li a{
    color: #fff;
    font-size: 12px;
    position: relative;
    display: block;
    padding: 10px 1px 0;

}
.a-c-c li figcaption{
    padding-top: 8px;
}

.a-c-c li figcaption.nowrap{
    overflow: hidden;
    width: 40px;
    white-space: nowrap;
}

.icon-compare .indicator,
.icon-cart .indicator
{
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #ffb130;
    border-radius: 50%;
    line-height: 23px;
    color: #000;
}
.a-c-c li.icon-serach-respon{
    display: none;
}
.icon-cart .indicator{
    top: 0;
    right: 0;
}
.icon-cart .indicator.null{
    background-color: #33598b;
    color: #fff;
}
.icon-compare .indicator{
    top: -3px;
    right: 3px;
}
.icon-compare .indicator.null,
.icon-account .indicator.null
{
    opacity: 0;
}
.icon-account .indicator
{
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    background-color: #80bf3c;
    border-radius: 50%;
    right: 0;
    top: 3px;
}


#language_version{
    position: absolute;
    top: 3px;
    right: 0px;
    color: white;
    font-size: 12px;
}

#language_version a{
    color: white;
    font-size: 12px;
    font-weight: bold;
}


.modal_window
{
    position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
    z-index: 999999;
    top: 50%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
    left: 50%; /* пoлoвинa экрaнa слевa */
    background-color: white;
    border: 2px solid #406fc1;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 13px rgba(51, 51, 51, 0.56);
    box-sizing: border-box;
}
.modal_window .head-text{
    text-transform: uppercase;
    color: #3a3a3c;
    font-family: "Roboto Light";
    font-size: 36px;
    font-weight: 400;
    display: block;
    text-align: left;
    letter-spacing: -2px;
}
.modal_window p{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
}
#message{
    width: 643px;
    height: 396px;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0; 
    display: none;
}
#message .text,
#cart-modal .text{
    text-transform: uppercase;
    color: #3a3a3c;
    font-family: "Roboto Light";
    font-size: 36px;
    font-weight: 400;
    display: block;
}
#message img{
    margin-top: 80px;
    margin-bottom: 40px;
}

#modal-callback, 
#modal-callback-testing{
    width: 495px;
    height: 280px;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0; 
    display: none;
}
#modal-callback form,
#modal-callback-testing form{
    margin-top: 0px;
}

#authorization{
    width: 874px;
    height: 340px;
    margin-top: -170px;
    margin-left: -437px;
    opacity: 0;
    display: none;
}
#modal-callback form span,
#modal-callback-testing form span,
.callback-cart  form span{
    display: inline-block;
    float: left;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    vertical-align: top;
    line-height: 51px;
    margin-right: 5px;
}
.div-tabs-select{
    display: none;
}
#modal-callback form input[type="text"],
#modal-callback-testing form input[type="text"],
.callback-cart form input[type="text"]{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 193px;
    height: 51px;
    background-color: #f6f6f6;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    font-size: 24px;
    font-weight: 400;
    text-indent: 10px;
    margin: 0px 10px 10px 0;
}
#authorization .authorization-left,
#authorization .authorization-right{
    display: inline-block;
    width: 412px;
    vertical-align: top;
    margin-top: 30px;
    box-sizing: border-box;
}

#authorization .authorization-right .head{
    color: #3a3a3c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
#authorization .authorization-right a,
#authorization .authorization-left .forgot span
{
    border-bottom: dotted 1px #406fc1;
    color: #406fc1;
    font-size: 15px;
}

#authorization .authorization-right .yellow-marker{
    margin-bottom: 10px;
}

.authorization-right{
    padding-left: 50px;
}
.authorization-left{
    padding-right: 62px;
}
#authorization .authorization-left label{
    color: #666;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 20px 0 5px;
    text-align: left;
}
#authorization .authorization-left .row-enter{
    margin-top: 20px;
}
#authorization .authorization-left input[type=text]:focus{
    background-color: white;
    border: 1px solid #406fc1;
    border-radius: 3px;
    text-indent: 10px;
}
label[for=autho-login]{
    padding-top: 0!important;
}
label[for=remembermy]{
    display: inline-block!important;
}

#authorization .authorization-left input[type=text],
#authorization .authorization-left input[type=password]{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 337px;
    height: 36px;
    background-color: #f6f6f6;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    font-size: 24px;
    font-weight: 400;
    text-indent: 10px;
}
#authorization .authorization-left input[type=password]{
    width: 237px;
    border-radius: 3px 0 0 3px;
}
#authorization .authorization-left .forgot{
    display: inline-block;
    width: 100px;
    background-color: #f6f6f6;
    border: 1px solid #e7e7e7;
    height: 36px;
    border-radius: 0 3px 3px 0;
    border-left: none;
    margin-left: -3px;
    line-height: 35px;
    text-align: center;
}

#modal-callback form input[type="submit"],
#modal-callback-testing form input[type="submit"],
.callback-cart form input[type="submit"],
#authorization .authorization-left  input[type="submit"],
.contact-form input[type="submit"],
.write-reply input[type=submit],
.write-reviews input[type=submit],
.summary,
.link-check
{
    width: 153px;
    height: 53px;
    background-color: #406fc1;
    border-radius: 3px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 10px;
    transition: all 0.25s ease;
    cursor: pointer;
}

a.summary{
    width: auto;
    height: auto;
    background-color: #406fc1;
    border-radius: 3px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    margin: 0 10px;
    transition: all 0.25s ease;
    cursor: pointer;
    display: inline-block;
    padding: 15px 30px;
}

.callback-cart form input[type="submit"]{
    background-color: #91b4d6;
}
#authorization .authorization-left  input[type="submit"]{
    width: 103px;
    height: 49px;
    float: right;
}
#modal-callback form input[type="submit"]:hover,
#modal-callback-testing form input[type="submit"]:hover,
.callback-cart form input[type="submit"]:hover,
#authorization .authorization-left  input[type="submit"]:hover,
.contact-form input[type="submit"]:hover,
.write-reply input[type=submit]:hover,
.write-reviews input[type=submit]:hover,
.summary:hover,
.link-check:hover
{
    background-color: #678fd5;
}
#modal-callback form input[type="submit"]:focus,
#modal-callback-testing form input[type="submit"]:focus,
.callback-cart form input[type="submit"]:focus,
.contact-form input[type="submit"]:focus,
#authorization .authorization-left input[type="submit"]:focus,
.write-reply input[type=submit]:focus,
.write-reviews input[type=submit]:focus,
.summary:focus,
.link-check:focus
{
    background-color: #666;
}

.modal_window .modal_close
{
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: none;
    background: none;
    background-image: url('/images/modal_close.png');

}
.modal_window .modal_close:hover{
    background-image: url('/images/modal_close-h.png');
}

.modal_window .modal_close:focus{
    background-image: url('/images/modal_close-f.png');
}
#cart-modal{
    width: 640px;
    height: 680px;
    margin-left: -320px;
    margin-top: -320px;
    text-align: center;
    opacity: 0;
    display: none;

}
#cart-modal img{
    display: table;
    margin: 40px auto 0;
}
#cart-modal .text{
    text-align: center;
    margin: 20px auto;
}

.link-check{
    width: 220px;
    height: 56px;
    font-size: 23px;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
    line-height: 54px;
    border-radius: 7px;
}
.callback-cart,
.pre-order-footer{
    background-color: #f4f7fa;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 255px;
    padding: 20px;
    box-sizing: border-box;
}
.pre-order-footer{
    height: 105px;
}
.callback-cart .cart-modal-left{
    vertical-align: top;
    display: inline-block;
    float: left;
    margin-right: 28px;
    height: 100%;
    width: 85px;
}
.callback-cart .cart-modal-left img{
    margin-top: 10px!important;
    margin-left: 10px!important;
}
.callback-cart .cart-modal-right{
    text-align: left;
    background: none;

}

.prod-div-modal{
    position: relative;
    width: 100%;
}

.prod-div-modal .left{
    display: inline-block;
    width: 95px;
    max-height: 95px;
    vertical-align: top;
    margin: 10px 20px;

}
.prod-div-modal .right{
    display: inline-block;
    vertical-align: top;
    width: 430px;
}
.prod-div-modal .right .title-prod{
    color: #333;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 700;
}
.prod-div-modal .left img{
     max-width: 95px;
    max-height: 95px;
}

.callback-cart .cart-modal-right .head{
    color: #3a3a3c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
}
.callback-cart .cart-modal-right p{
    padding:10px 0;
}
.continue-shopping{
    display: inline-block;
    border-bottom: dotted 1px #406fc1;
    color: #406fc1;
    font-size: 18px;
    margin-top: 8px;
}

.continue-shopping-span{
    color: #666;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    display: block;
}

#pre-order{
    width: 640px;
    height: 400px;
    margin-top: -200px;
    margin-left: -320px;
    opacity: 0;
    display: none;
}
/* Пoдлoжкa */

#overlay
{
    position: fixed; /* всегдa перекрывaет весь сaйт */
    z-index: 99999; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    top: 0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left: 0;

    display: none; /* в oбычнoм сoстoянии её нет) */

    width: 100%;
    height: 100%; /* рaзмерoм вo весь экрaн */

    cursor: pointer;

         opacity: .8; /* нo немнoгo прoзрaчнa */
    background-color: #000; /* чернaя */

    -moz-opacity: .8; /* фикс прозрачности для старых браузеров */
    filter: alpha(opacity=80);
}
.menu{
    width: 100%;
    height: 55px;
    background-color: #4c71a2;
    box-shadow: 0 2px 0 rgba(44, 46, 52, 0.19);

}
.header-menu.header-menu-shrink .mainmenu-catalog{
    top: 33px;
    font-size: 0;

}
.mainmenu-catalog{
    position: absolute;
    top: 100%;
    z-index: 9;
       -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.header-menu.header-menu-shrink .icon-phone img{
    margin-bottom: 13px;
}
.header-menu.header-menu-shrink .mainmenu-catalog .catalog-link{
    overflow: hidden;
    width: 60px;
}
.header-menu.header-menu-shrink .mainmenu-catalog .catalog-link span{
    display: none;
}
.catalog-link{
    display: inline-block;
    width: 231px;
    color: #fff;
    border-bottom: solid 4px #f9b515;
    height: 48px;
    box-sizing: border-box;
    cursor: pointer;
}
.catalog-link img{
    display: inline-block;
    margin: 15px 20px; 
    vertical-align: middle;
}
.catalog-link span{
    display: inline-block;
    line-height: 48px;
    font-family: "RobotoMedium";
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 10px;
}
/*
.catalog-link:hover + #mainmenu,
 #mainmenu:hover
{
    display: block;
    opacity: 1;
    transition: all 0.5s ease;
}
*/
#mainmenu {
    display: none;
    background-color: white;
    border: 1px solid #f9b515;
    box-shadow: 0 5px 5px rgba(153, 153, 153, 0.55);
    opacity: 0;
    position: relative;
    min-height: 550px;
    padding: 0;
    width: 1140px;
    z-index: 10;
    transition: all 0.5s ease;
    box-sizing: border-box;
}

#mainmenu ul, /* ñáðàñûâàåì ïîëÿ è îòñòóïû ó ñïèñêîâ */
#mainmenu ul ul,
#mainmenu ul ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#mainmenu ul {
    clear: left;
    float: left;
    text-align: left;
    
}
#mainmenu ul li {
    border-right: 1px solid #f9b515;
    height: 39px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #f2f2f2;
    width: 367px;
    transition: all 0.25s ease;
    box-sizing: border-box;
    background-color: #fff;
   
    
}
#mainmenu ul li a span
{
    box-shadow: -61px 0px 37px -8px #ffffff inset;
    width: 70px;
    height: 38px;
    position: absolute;
    right: 0;
}

#mainmenu ul li a,
#mainmenu ul li ul li a  {
    display: block;
    color: #4c71a2;
    text-decoration: none;
    line-height: 38px;
    padding: 0 15px;
    transition: all 0.25s ease;
    position: relative;
}
#mainmenu ul > li:hover > a {
   color: #d06544;
}
#mainmenu ul > li:hover
{
    background-color: #f5f6f7;
}

#mainmenu > ul > li.parent > a span::after,
#mainmenu > ul > li ul li.parent > a span::after 
 {
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 15px 0px 0px 8px;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg);
    height: 7px;
    width: 7px;
    float: right;
    margin-right: 10px;
}

#mainmenu ul li ul {
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 375px;
    top: 0px;
    margin-top: 0px;
    height: auto;
    width: 367px;

}


#mainmenu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
    z-index: 11;
    height: 100%;
}
#mainmenu ul li ul li {
    height: 39px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    width: 367px;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

#mainmenu ul li ul li ul {
    top: 0;
    margin: 0 0 0 20px;
 
}

#mainmenu ul li ul li ul li  {
    display: block;
    color: #4c71a2;
    text-decoration: none;
    line-height: 38px;
    border: none;
    padding: 0 15px;
    transition: all 0.25s ease;
    background-color: rgba(255, 255, 255, 0.7);
}
#mainmenu ul li ul li ul li:hover{
     background-color: rgba(255, 255, 255, 0.7);
}

.menu-baner{
    position: absolute;
    top: 30px;
    right: 30px;
}

#mainmenu ul li .menu-baner{
    display: none;
}

#mainmenu ul li:hover .menu-baner{
    display: block;
}


.main-menu{
    display: inline-block;
    margin-left: 300px;
}
.main-menu li{
    display: inline-block;
    line-height: 55px
}
.main-menu li a{
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin: 0 11px;
    transition: all 0.2s ease;
}
.main-menu li a:hover,
.catalog-link:hover{
    color: #f9b515;
}

.header-menu .header,
.header-menu .menu {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.header-menu.header-menu-shrink .header{
   height: 81px;
}
.header-menu.header-menu-shrink .menu{
    opacity: 0;
}

.header-menu.header-menu-shrink .logo, 
.header-menu.header-menu-shrink .phone, 
.header-menu.header-menu-shrink .a-c-c {
      margin: 3px 0 3px;
}
.header-menu.header-menu-shrink .logo {
    margin-left: 70px;
    margin-right: 0px;
    line-height: 30px;
    margin-top: 10px;
}
.header-menu.header-menu-shrink .text-phone span{
    font-size: 24px;
    margin-right: 40px;
}
.header-menu.header-menu-shrink .search{
    margin: 15px 0;
}
.header-menu.header-menu-shrink .logo img{
    width: 85%;
}
.catalog-menu{
    display: inline-block;
    position: absolute;
    opacity: 0;
    left: 20px;
    border-bottom: solid 4px #f9b515;
    box-sizing: border-box;
    height: 81px;
    width: 57px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.catalog-menu img{
    margin-top: 40px;
}
.header-menu.header-menu-shrink .catalog-menu{
    
    opacity: 1;
}
footer{
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.fot-line{
    height: 2px;
    margin-bottom: 2px;
    background-color: #f9b515;
}
.footer{
    background-color: #2b2f39;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.31);
}
.fot-tel{
    display: inline-block;
    background-image: url('/images/phone-head.png');
    background-repeat: no-repeat;
    background-position: top 6px left;
    margin-top: 25px;
    width: 180px;
    vertical-align: top;
}
.fot-tel p{
    padding-left: 43px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.fot-tel a{
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 45px;
    display: inline-block;
    border-bottom: dotted 1px #fff;
}

.work-adres{
    display: inline-block;
    margin-top: 25px;
    margin-left: 50px;
    vertical-align: top;
    width: 190px;
    color: #999;
    font-size: 12px;
    margin-bottom: 35px;
    margin-right: 55px;
}
.work{
    background-image: url('/images/icon-work.png');
    background-repeat: no-repeat;
    background-position: top 6px left;
    text-align: justify;
    margin-bottom: 25px;
}
.work p,
.adres p
{
    padding-left: 50px;
}
.adres{
    background-image: url('/images/icon-adres.png');
    background-repeat: no-repeat;
    background-position: top 6px left 4px;
}
.menu-soc{
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 30px;
}

.foot-menu {
    display: block;
    position: relative;
    background-image: url('/images/footer-menu.png');
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}
.foot-menu li{
    display: inline-block;
    margin-bottom: 30px;
}

.foot-menu li a{
    color: white;
    font-size: 12px;
    font-weight: 400;
    margin-right: 14px;
    margin-left: 3px;
    transition: all 0.2s ease;
}

.foot-menu li a:hover
{
    color: #f9b515;
}
.soc{
    margin-top: 30px;
}
.soc ul{
    display: inline-block;
}
.soc li{
    display: inline-block;
    margin: 0 3px 0;
    background-repeat: no-repeat;
    background-position: center;
}
.soc li a{
    display: inline-block;
    width: 33px;
    height: 33px;
    transition: all 0.4s ease;
}
.vk{
    background-image: url('/images/vk.png');
}
.fb{
    background-image: url('/images/fb.png');
}
.yt{
    background-image: url('/images/yt.png');
}
.tw{
    background-image: url('/images/tw.png');
}
.gp{
    background-image: url('/images/gp.png');
}
.vk:hover{
    background-image: url('/images/vk-h.png');
}
.fb:hover{
    background-image: url('/images/fb-h.png');
}
.yt:hover{
    background-image: url('/images/yt-h.png');
}
.tw:hover{
    background-image: url('/images/tw-h.png');
}
.gp:hover{
    background-image: url('/images/gp-h.png');
}
.copy{
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #999;
}
.copy a{
    color: #fff;
}


.product-item{
    display: inline-block;
    position: relative;
    width: 202px;
    padding: 10px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
    transition: all 0.25s ease;
    overflow: hidden;
}


.prod-img{
    width: 100%;
    margin-top: 5px;
    top: 300px;
}
.prod-img .figure{
    height: 230px;
    width: 100%;
    line-height: 230px;
}
.prod-img .figure img{
    vertical-align: middle;
}
.prod-img .prod-name,
.nbs-flexisel-container .prod-img span.prod-name{
    display: block;
    width: 100%;
    height: 70px;
    padding-bottom: 10px;
    box-sizing: border-box;
    color: #294d8e;
    font-family: OpenSans;
    font-size: 16px;
    overflow: hidden;
    font-weight: 400;
}

.prod-desc .text {
    line-height: 16px;
}
.nbs-flexisel-container .prod-img span.prod-name{
    line-height: 22px;
}
.prod-inf{
    height: 40px;
    box-sizing: border-box;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;

}
.prod-compare,
.delete-prod{
    width: 50%;
    display: block;
    float: left;
    line-height: 38px;
    
    font-size: 12px;
    font-weight: 400;

}
.prod-compare img{
    vertical-align: middle;
    font-size: 0;
}
.prod-compare a{
    color: #999;
    display: block;
    background-image: url('/images/compare-prod.png');
    background-repeat: no-repeat;
    background-position: center left 10px;
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
    width: 101px;
}
.prod-compare a.active,
.prod-compare a:hover{
    background-image: url('/images/in-compare.png');
}
.prod-compare a.active{
    background-position: center left 0px;
    padding-right: 5px;
    color: #406fc1;
}


.prod-price{
    width: 50%;
    float: left;
    position: relative;
}
.prod-price .asking-price{

    height: 38px;
    background-color: #406fc1;
    font-size: 16px;
    color: #fffefe;
    line-height: 38px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
}
.prod-price .asking-price:hover,
.button-addcart:hover,
.add-cart .button-addcart:hover
{
    background-color: #678fd5;
}
.prod-price .asking-price:focus,
.button-addcart:focus,
.add-cart .button-addcart:focus
{
    background-color: #666;
}

.prod-price .price{
     color: #406fc1;
    font-family: "RobotoMedium";
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
}

.prod-addcart{
    display: inline-block;
    padding: 10px;
    padding-top: 0;
    width: 100%;
    box-sizing: border-box;
}
.prod-addcart .prod-count,
.prod-div-modal .prod-count,
.price-set .prod-count,
.cart-prod-item-option .prod-count,
.prod-price-visible .prod-count {
    margin: 0 auto 10px;
    display: table;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}
.prod-div-modal .prod-count{
    margin: 10px 0;
}
.prod-addcart .prod-count span,
.cart-prod-item-option .prod-count span,
.price-set .prod-count span,
.prod-div-modal .prod-count span,
.prod-price-visible .prod-count span{
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.prod-addcart .prod-count input,
.cart-prod-item-option .prod-count input,
.prod-div-modal .prod-count input,
.price-set .prod-count input,
.prod-price-visible .prod-count input
{
    background-color: #f6f6f6;
    border: 1px solid #e7e7e7;
    width: 52px;
    height: 36px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.prod-addcart .prod-count span img,
.price-set .prod-count span img,
.cart-prod-item-option .prod-count span img,
.prod-price-visible .prod-count span img{
    vertical-align: middle;
}
.button-addcart{
    width: 100%;
    height: 38px;
    background-color: #406fc1;
    line-height: 38px;
    border: none;
    color: #fffefe;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.25s ease;
}

.prod-desc{
    position: absolute;
    z-index: 99;
    background-color: #fff;
    top: 100%;
    left: -1px;
    transition: all 0.25s ease;
    width: 100%;
    color: #999;
    font-size: 12px;
    text-align: justify;
}
.prod-desc .text{
    padding:  0 10px;
}
.prod-desc p{
    padding: 10px;
}
.rating ul{
    display: inline-block;
    float: left;
    margin: 10px;
    vertical-align: middle;
}
.rating li{
    display: inline-block;
    margin: 0 1px;
}
.rating .r-comments{
    display: inline-block;
    border-bottom: dotted 1px #406fc1;
    color: #406fc1;
    font-size: 15px;
    float: right;
    margin: 10px;
    vertical-align: middle;
    line-height: 17px
}


.product-item:hover{
    border: 1px solid #406fc1;
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0 13px #b0c5ea;
    overflow: visible;
}
.product-item .vendor-and-status{
    display: none;
}

.product-item:hover > .prod-desc{
    border: 1px solid #406fc1;
    border-top: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 13px #b0c5ea;
    box-shadow: -2px 1px 2px rgba(0,0,0,0.15), 
    2px 1px 2px rgba(0,0,0,0.15);
}
.stiker{
    position: absolute;
    left: 5px;
    top: 5px;
    color: white;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 13px;
    border-radius: 2px;
    padding: 0 3px;
}
.stiker.news-prod{
    height: 13px;
    background-color: #51b4aa;
    
}
.stiker.sales-prod{
    background-color: #f1863f;
}
.news{
    position: relative;
    width: 100%;
}

.row-line{
    text-align: center;
    background-image: url('/images/line-row.png');
    background-position: center;
    background-repeat: repeat-x;
}

.clear{
    clear: both;
    border-top: solid 1px #cccccc;
}
.row h2{
    color: #3a3a3c;
    font-family: "Roboto Light";
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    margin-top: 30px;
}
.news-items,
.baners-items{
    position: relative;
    margin: 20px 0 40px;
    text-align: center;
}
.news-item{
    display: inline-block;
    width: 365px;
    text-align: left;
    vertical-align: top;
    margin-right: 10px;
    transition: all 0.25s ease;

}
.news-item:last-child,
.baners-item:last-child
{
    margin-right: 0;
}
.news-item .top{
    width: 100%;
    position: relative;
    height: 170px;
    overflow: hidden;
    text-align: center;
}
.news-item .top img{
    max-width: 100%;
    max-height: 170px;
}
.news-item h3, .news-item h2{
    color: #406fc1;
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: 400;
}

.news-item a.link{
    display: block;
    color: #406fc1;
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: 400;
}

.news-item p{

    line-height: 24px;
    color: #666;
    font-size: 16px;
     font-weight: 400;
}
.date-news{
    position: relative;
    width: 100%;
    font-family: "Roboto Light";
    margin-bottom: 10px;
}
.date-news .day{
    width: 40px;
    border-top: solid 9px #f9b515;
    display: inline-block;
    color: #3a3a3c;
    font-size: 36px;
    font-weight: 400;
    vertical-align: top;
}
.date-news .month-year{
    display: inline-block;
    width: 23px;
    font-size: 16px;
    color: #999;
    text-align: center;
    vertical-align: top;
    margin-top: 12px;
}
.date-news .year{
    border-top: solid 1px #999;
}

.button-style {
    display: block;
    height: 41px;
    background-color: #406fc1;
    background-image: linear-gradient(to top, #d7d7d7 0%, white 100%);
    border: 1px solid #406fc1;
    border-radius: 2px;
    margin: 30px auto;
    color: #406fc1;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.25s ease;
    text-align: center;
    cursor: pointer;
}
.button-style:hover{
    color: #d06544;
}
.button-style:focus{
    background-color: #406fc1;
  background-image: linear-gradient(to top, white 0%, #d7d7d7 100%);
    border: 1px solid #406fc1;
    color: #666;
}
.pagination{
    position: relative;
    width: 100%;
    margin: 20px 0;
}
.pagination li{
    display: inline-block;
    margin: 5px;
}
.pagination ul{
    display: table;
    margin: 0 auto;
}
.pagination li a{
    display: block;
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: white;
    border: 2px solid #b3caf2;
    border-radius: 2px;
    line-height: 45px;
    transition: all 0.25s ease;
    color: #406fc1;
    box-sizing: border-box;
}
.pagination li a.active, .pagination li.active a{
    background-color: #f1f1f1;
    border: 2px solid #f6f6f6;
    color: #999;
    box-shadow: -1px 1px 0px 1px #999;
}
.pagination li a:hover{
    background-color: #406fc1;
    border: 2px solid #406fc1;
    color: #fff;
}

.pagination li.hidden, .pagination li.previous, .pagination li.next{
    display: none;
}

.select-sort label{
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-left: 3px;
}

.select-sort select{
    display: inline-block;
}
.selecter {
    position: relative;
    display: block;
    z-index: 1;
    max-width: 100%;
    vertical-align: top;
    margin: 0 auto;
}

.selecter:focus {
    box-shadow: none;
    outline: none;
}

.selecter,
.selecter * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.selecter,
.selecter *,
.selecter *:before,
.selecter *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.selecter {
    vertical-align: top;
    margin: 0;
}

.selecter-element {
    width: 321px;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.selecter-element,
.selecter-element:focus {
  
}

.no-opacity .selecter-element {
    left: -999999px;
}

.selecter-selected {
  position: relative;
  cursor: pointer;
  display: inline-block;
    color: #666;
    font-size: 15px;
    font-weight: 400;
  line-height: 36px;
  overflow: hidden;
  text-align: left;
  text-overflow: clip;
  text-indent: 15px;
  border: none;
  width: 193px;
    height: 36px;
    background-color: #f6f6f6;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}

.selecter-selected:after {
    height: 100%;
    width: 20px;
    background-image: url('/images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    content: '';
    display: block;
    margin: auto 0;
}

.no-touch .selecter-selected:hover {
    color: #53b19d;
}

.no-touch .selecter.disabled .selecter-selected:hover {
    color: #53b19d;
}

.selecter-options {
    width: 290px;
    margin:   0px 0;
    max-height: 260px;
    position: absolute;
    top: 100%;
    right: -84px;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    z-index: 100;
   background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}

.selecter-options.scroller {
    position: absolute;
}

.no-opacity .selecter-options {
    width: auto;
}

.selecter-group {
    border: 1px solid #cccccc;
    color: #999999;
    display: block;
    font-size: 11px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.selecter-item {
    width: 90%;
    background: #ffffff;
    cursor: pointer;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 5px 15px;
    margin: 0 5%; 
    text-decoration: none;
    text-overflow: ellipsis;
     font-size: 14px;
    font-weight: 400;
    color: #406fc1;
    border-bottom: solid 1px #f6f6f6;
}

.selecter-item:hover {
   color: #999;
}

.selecter-item.placeholder {
    display: none;
}

.selecter-item.selected {
    color: #999;
}

.selecter-item.disabled {
    color: #999999;
    cursor: default;
}

.selecter-item:first-child {
    border-radius: 0;
}

.selecter-item:last-child {
    border-bottom: 0;
}

.no-touch .selecter-item:hover,
.no-touch .selecter-item.selected:hover {
    color: #333333;
    background-color: #cccccc;
}

.selecter-item.disabled,
.no-touch .selecter-item.disabled:hover {
    color: #cccccc;
    background-color: #ffffff;
}

.selecter.open {
    z-index: 3;
}

.selecter.open .selecter-selected {
    z-index: 51;
}

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
    background-color: #ffffff;
    
}
.selecter.cover .selecter-options {
    border-width: 1px;
    top: 0;
}

.selecter.cover .selecter-options .selecter-item.first {}

.selecter.cover.open .selecter-selected {
    z-index: 49;
}

.selecter.bottom .selecter-options {
    top: auto;
    bottom: 100%;
    border-width: 1px 1px 0;
}

.selecter.bottom .selecter-item:last-child {
    border: none;
}

.selecter.bottom.open .selecter-selected {}

.selecter.bottom.open .selecter-options {}

.selecter.bottom .cover .selecter-options {
    top: auto;
    bottom: 0;
}

.selecter.bottom .cover.open .selecter-selected {}

.selecter.bottom .cover.open .selecter-options {}

.selecter.multiple .selecter-options {
    width: 100%;
    position: static;
    border-width: 1px;
    display: block;
    box-shadow: none;
}

.selecter.disabled .selecter-selected {
    background: #ffffff;
    border-color: #cccccc;
    color: #cccccc;
    cursor: default;
}

.selecter.disabled .selecter-options {
    background: #ffffff;
    border-color: #cccccc;
}

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
    border-color: #cccccc;
    color: #cccccc;
    cursor: default;
}

.selecter.disabled .selecter-item.selected,
.no-touch .selecter.disabled .selecter-item.selected:hover {
    background: #fafafa;
}

.selecter.disabled .selecter-item,
.no-touch .selecter.disabled .selecter-item:hover {
    color: #cccccc;
    background-color: #ffffff;
}

.selecter-options.scroller {
    overflow: hidden;
}

.selecter-options.scroller .scroller-content {
    max-height: 260px;
    padding: 0;
}

.checkbox-plg {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background-image: url('/images/chbox-empty.png');
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    margin-right: 5px;
    transition: .15s;
}

.checkbox-plg.hover {
    background-image: url('/images/chbox.png');
    transition: .15s;
}

.checkbox-plg.checked {
     background-image: url('/images/chbox.png');
    transition: .15s;
}

.tabs sup{
    position: absolute;
    top: -8px;
    right: -12px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}
.pages{
    position: relative;
    width: 100%;
}
.page-name{
    color: #3a3a3c;
    font-family: "Roboto Light";
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 35px 0px;
    display: block;
}

.pages p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    padding: 10px 0;

}
.pages p a{
    color: #406fc1;
    border-bottom: dotted 1px #406fc1;
}

ul.yellow-marker{
    margin-bottom: 20px;
    position: relative;
    display: block;
    overflow: hidden;
}

ul.yellow-marker li{
    position: relative;
    display: block;
    padding-left: 15px;
        color: #666;
    font-size: 16px;
    line-height: 24px;
}
ul.yellow-marker li::after{
    content: "\2022";
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 24px;
    color: #f9b515;
    font-size: 18px;

}

.promotion-footer{
    position: relative;
    width: 100%;
    border-top: solid 1px #e1e1e1;
    height: 40px;
}
.promotion-footer .list-promotion{
    float: left;
    margin-top: 8px;
    display: block;
}
.promotion-footer .share{
    float: right;
    margin-top: 8px;
}
.promotion-footer .clear{
    border-top: none;
}
.promotion-footer .row-line{
    position: absolute;
    width: 100%;
    top: 35px;
}
.promotion-footer .list-promotion img,
.promotion-footer .list-promotion span{
    display: inline-block;
    vertical-align: middle;
}
.promotion-footer .list-promotion span
{
  border-bottom: dotted 1px #406fc1;
  color: #406fc1;
  font-size: 15px;
  margin-left: 5px;
}

.pluso {
    vertical-align: middle;
}
.errorMessage{
    color: #d06544;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
}
.responsive-menu{
    position: fixed;
    background-color: #fff;
    overflow: hidden;
    width: 300px;
    z-index: 100000;
    top: 0;
    display: none;
    margin-left: -300px;
    min-height: 100%;
    transition: all 0.5s ease;
    
}
.responsive-menu-main{
    position: relative;
    margin-top: 60px;
}
.responsive-menu-main li{
    display: block;
    width: 100%;
    position: relative;
}
.responsive-menu-main li a{
    width: 94%;
    margin: 0 3%;
    display: block;
    border-bottom: solid 1px #dbe3ec;
    color: #333;
    line-height: 38px;
    font-family: "RobotoMedium";
    font-size: 18px;
    font-weight: 400;
    padding: 0 15px;
}
.responsive-sub-menu li a{
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    color: #4c71a2;
}
.responsive-menu-main li a.responsive-menu-catalog{
    font-size: 22px;
    font-weight: 700;
}

.extremum-click{
    position: absolute;
    top: 0;
    line-height: 39px;
    right: 10px;
    cursor: pointer;
}

.extremum-click-title{
    cursor: pointer;
}

.responsive-menu_close
{
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: none;
    background: none;
    background-image: url('/images/modal_close.png');

}
.responsive-menu_close:hover{
    background-image: url('/images/modal_close-h.png');
}

.responsive-menu_close:focus{
    background-image: url('/images/modal_close-f.png');
}
.responsive-sub-menu{
    display: none;
}
.box .nbs-flexisel-inner{
    height: 900px;
}
.box .nbs-flexisel-item {
    margin: 1.5px;
    width: 224px!important;
}
.box .nbs-flexisel-nav-left, .box  .nbs-flexisel-nav-right {
    top: 20%!important;
}
/* 
 *  Core Owl Carousel CSS File
 *  v1.15
 */

/* clearfix */
.owl-carousel:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
}

.owl-carousel .owl-wrapper{
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-perspective: 1000;
}
.owl-carousel .owl-item{
    float: left;
}

.tabs{
    display:inline-block;
    width: 100%;
}
.tabs > div{
    padding-top:10px;
}
.tabs .tabs-ul,
.tabs-cart{
    margin:0px;
    padding:0px;
    height: 28px;
    line-height: 25px;
    list-style: none;
    margin: 0;
    border-bottom: 4px solid #f6f6f6;

}

.tabs .tabs-ul li.tabs-li,
.tabs-cart li{
    margin:0px;
    padding:0px;
    cursor:pointer;
    display:block;
    float:left;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 15px;
    cursor: pointer;
    border-bottom: 4px solid #f6f6f6;
    position: relative;
    color: #294d8e;
    padding-bottom: 3px;
}
.tabs .tabs-ul li.tabs-li:first-child,
.tabs-cart li:first-child{
    margin-left: 0;
}
.tabs .tabs-ul li.tabs-li.active, 
.tabs .tabs-ul li.tabs-li.active:hover,
.tabs-cart li.current, 
.tabs-cart li.current:hover
{
    color: #3a3a3c;
    border-bottom: 4px solid #f9b515;
}
.tabs .tabs-ul li.tabs-li:hover,
.tabs-cart li:hover{
    color: #3a3a3c;
    border-bottom: 4px solid #f9b515;
}
.owl-controlls .owl-page,
.owl-controlls .owl-buttons{
    cursor: pointer;
}
.owl-controlls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

/*
*   Owl Carousel Owl Demo Theme 
*   v1.15
*/

.owl-theme .owl-controlls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controlls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    width: 22px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    top: 155px;
    z-index: 100;

}
.owl-theme .owl-controlls .owl-buttons .owl-prev{
    left: 0;
    background: url('/images/button-previous.png') no-repeat;
}
.owl-theme .owl-controlls .owl-buttons .owl-next{
    right: 0;
    background: url('/images/button-next.png') no-repeat;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controlls.clickable .owl-buttons div:hover{
    opacity: 1;
    text-decoration: none;
}





@media screen and (max-width: 1210px) {
    .content {
        max-width: 984px;
    }
    .logo {
        margin-right: 0;
    }
    .text-phone span {
        font-size: 24px;
    }
    .search input {
        width: 194px;
    }
    .main-menu {
        margin-left: 200px;
    }
    .catalog-link {
        width: 190px;
        margin-right: 10px;
    }
    .catalog-link img {
        margin:15px;
    }
    .catalog-link span {
        font-size: 17px;
        margin-left: 0px;

    }
    #mainmenu {
        width: 980px;
    }

    #mainmenu ul li,
    #mainmenu ul li ul li
     {
        width: 310px;
    }
    #mainmenu ul li ul {
        left: 310px;
        width: 310px;
    }
    #mainmenu ul li a, #mainmenu ul li ul li a {
        overflow: hidden; 
        height: 39px;
        word-wrap: break-word;
        width: 300px;
        box-sizing: border-box;
    }

    .main-menu li a {
        font-size: 14px;
        margin: 0px 9px;
    }

    .header-menu.header-menu-shrink .mainmenu-catalog .catalog-link {
        width: 50px;
    }
    .header-menu.header-menu-shrink .logo img {
        width: 100%;
    }
    .header-menu.header-menu-shrink .logo {
        width: 190px;
    }
    .header-menu.header-menu-shrink .text-phone span {
        font-size: 20px;
        margin-right: 10px;
    }
    .news-item {
        width: 300px;
    }
    .foot-menu {
        position: absolute;
        width: 94%;
        right: 3%;
        top: 10px;
    }
    .fot-tel {
        margin-top: 75px;
    }
    .work-adres {
        margin-top: 75px;
    }
    .soc {
        margin-top: 60px;
    }
    .foot-menu ul{
        text-align: center;
    }
    .foot-menu li {
        margin-bottom: 20px;
    }
    .foot-menu {
        background-repeat: repeat-x;
    }
    .menu-soc {

        float: right;
    }

    .soc ul {
        margin-right: 60px;
    }
    .product-item {
        width: 207px;
    }
    .box .nbs-flexisel-item {
        margin: 2.5px;
        width: 229px!important;
    }
}
@media screen and (max-width: 1024px) {
    .content {
        max-width: 730px;
        padding: 0 15px;
    }
    .header {
        height: 100px;
    }
    .logo, .phone, .search, .a-c-c {
        margin: 12px 0 12px;
    }
    .logo{
        float: left;
    }
    .row h2 {
        font-size: 25px;
    }
    .phone{
        float: right;
    }
    .main-menu{
        display: none;
    }
    .a-c-c{
        position: absolute;
        bottom: -130px;
        right: 0;
        margin: 0;
    }
    .a-c-c li figcaption{
        display: none;
    }
    .a-c-c li{
        margin: 0 15px;
        height: 52px;
        line-height: 52px;
    }
    .a-c-c li a{
        padding: 0;
    }

    .icon-serach-respon.active{
        border-top: solid 4px #f9b515;
        box-sizing: border-box;
    }
    .a-c-c li img{
        vertical-align: middle;
    } 
    .mainmenu-catalog {
        top: 107px;     
    }
    .catalog-link{
        width: 50px;
        margin: 0;
    }
    .catalog-link span {
        display: none;
    }
    .search form{
        position: absolute;
        top: 90px;
        left: -130px;
    }
    .search input{
        width: 350px;
    }
    .news-item{
        width: 340px;
    }
    .news-item:nth-child(2){
        margin-right: 0;
    }
    .news-item:last-child{
        display: none;
    }
     .soc ul {
        margin-right: 5px;
        display: block;
    }
    .copy {
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .header-menu.header-menu-shrink .header {
        height: 80px;
    }
    .header-menu.header-menu-shrink .menu {
        opacity: 1;
    }

    .header-menu.header-menu-shrink .a-c-c {
        bottom: -110px;
    }
    .header-menu.header-menu-shrink .mainmenu-catalog {
        top: 86px;
    }
    .header-menu.header-menu-shrink .logo {
        margin-left: 0;
    }
    .header-menu.header-menu-shrink .search form {
   
        top: 68px;
        left: -90px;
    }
    /*
    .catalog-link:hover + #mainmenu,
     #mainmenu:hover
    {
        display: none;
        opacity: 1;
        transition: all 0.5s ease;
    }
    */
    .main {
        margin-top: 155px;
    }
    .page-name {
        font-size: 32px;
    }

    .pagination ul {
        text-align: center;
    }
}

@media screen and (max-width: 760px) {
    .content {
        max-width: 360px;
        padding: 0 15px;
    }
    .logo {
        float: left;
        width: 100%;
        text-align: center;
    }
    .logo img{
        max-width: 230px;
    }
    .header-menu.header-menu-shrink .logo {
        width: 100%;
    }
    .header-menu.header-menu-shrink .logo img{
        width: 190px;
    }
    .phone,
    .foot-menu,
    .copy,
    .prod-compare,
    .select-sort label,
    .fot-tel a,
    .a-c-c .icon-compare {
        display: none;
    }
    .a-c-c {
        bottom: -155px;
    }
    .header-menu.header-menu-shrink .a-c-c {
        bottom: -135px;
    }
    .fot-tel {
        margin-top: 15px;
        background-image: none;
        width: 100%;
        text-align: center;
    }
    .fot-tel p {
        padding-left: 0;
        font-size: 24px;
        color: #fff;
        line-height: 34px;
        font-family: "Roboto Light";
    }
    .search,
    .header-menu.header-menu-shrink .search {
         display: none; 
        position: absolute;
        left: 0;
        margin: 0;
        width: 100%;
        background-color: #4a6a93;
        box-shadow: 0 2px 5px rgba(127, 159, 203, 0.56);
        top: 155px;
        height: 55px;

    }

    .header-menu.header-menu-shrink .search {
        top: 135px;
    }
    .search form,
    .header-menu.header-menu-shrink .search form {
        position: relative;
        left: 0;
        top: 0;
        width: 285px;
        margin: 0 auto;
    }
    .search input,
    .header-menu.header-menu-shrink .search input {
        width: 285px;
        margin:10px 0;
    }
    .search button {
        top: 20px;
    }
    .a-c-c li.icon-serach-respon{
        display: inline-block;
        margin: 0 10px;
        padding: 0 10px;

    }
    .a-c-c li.icon-serach-respon.active{
        background-color: #4a6a93;
        box-sizing: border-box;
        transition: all 0.3s ease;
    }
    .header-menu.header-menu-shrink .a-c-c{
        margin: 0;
    }

    .work ,
    .adres{
        background-position: top center;
        text-align: justify;
        margin-bottom: 25px;
        vertical-align: top;
        width: 44%;
        margin: 0 2%;
        display: inline-block;
    }
    .work p, .adres p{
        padding-left: 0;
    }
    .work p:first-child, .adres p:first-child {
        padding-top: 50px;
    }
    .work-adres {
        display: inline-block;
        margin: 20px 0;
        vertical-align: top;
        width: 100%;
        color: #999;
        font-size: 12px;
        text-align: center;
    }

    .menu-soc{
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .soc {
        margin-top: 20px;
    }
    .soc ul {
        width: 100%;
        text-align: center;
    }
    .news-item {
        width: 100%;
        margin: 10px 0;
    }
    .product-item {
        width: 262px;
        display: table;
        margin: 10px auto;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .selecter-options {
        width: 250px;
        right: 0;
    }
    .selecter-element {
        width: 250px;
        z-index: 1;
    }
    .prod-price {
        width: 39%;
        float: left;
        margin-left: 110px;
    }
    .prod-addcart .prod-count {
        position: absolute;
        top: -49px;
        left: 1px;
    }
    .prod-addcart .prod-count input, .cart-prod-item-option .prod-count input, .prod-div-modal .prod-count input, .price-set .prod-count input, .prod-price-visible .prod-count input {
        width: 45px;
        height: 30px;
    }
    .prod-addcart .prod-count span, .cart-prod-item-option .prod-count span, .price-set .prod-count span, .prod-div-modal .prod-count span, .prod-price-visible .prod-count span {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .button-addcart {
        width: 54px;
        height: 40px;
        background-color: #406fc1;
        background-image: url('/images/cart-360.png');
        background-position: center;
        line-height: 45px;
        color: #406fc1;
        border-radius: 3px;
        position: absolute;
        top: -52px;
        right: 0px;
        text-indent: -190px;
        overflow: hidden;
    }
    .prod-inf {
        height: 45px;
    }
    .product-item:hover {
        border: 1px solid #fff;
        border-bottom: none;
        border-radius: 3px 3px 0px 0px;
        box-shadow: 0 0 13px #fff;
        overflow: hidden;
    }
    .prod-price .asking-price {
        width: 260px;
        top: 2px;
        left: -110px;
    }
    .promotion-footer .share {
        margin-top: 20px;
    }
    .modal_window {
     position: fixed;
     padding: 10px;
       
    }
    .responsive-menu{
        width: 100%;
        margin-left: 0;
    }
    .div-tabs-select{
        display: block;
    }
    .div-tabs-select .selecter-element {
        width: 100%;
    }
    .div-tabs-select .selecter-selected{
        width: 100%;
    }
    .page-name {
        font-size: 30px;
        word-wrap: break-word;
    }
    #modal-callback,
    #modal-callback-testing{
        width: 280px;
        height: 350px;
    }
    .modal_window .head-text {
        font-size: 24px;
    }
    #modal-callback form input[type="text"], 
    #modal-callback-testing form input[type="text"], 
    .callback-cart form input[type="text"] {
        height: 40px;
        margin: 0 7px 7px 0;
    }
    #modal-callback form span, 
    #modal-callback-testing form span, 
    .callback-cart form span {
        line-height: 40px;
    }
    #modal-callback form input[type="submit"],
    #modal-callback-testing form input[type="submit"]
    {
        margin: 20px 0;
        width: 100%;
        box-sizing: border-box;
    }

    #cart-modal {
        width: 300px;
        height: 700px;
        margin-left: -150px;
        margin-top: -200px;
        display: none;
    }
    #message .text, #cart-modal .text {
        font-size: 28px;
    }
    .callback-cart {
        padding: 10px;
        height: 275px;
    }
    .callback-cart .cart-modal-left {
        margin-right: 0px;
        width: 50px;
    }
    .callback-cart .cart-modal-left img {
        width: 30px;
    }
    .callback-cart .cart-modal-right .head{
        margin-bottom: 10px;
    }
    .callback-cart .cart-modal-right p {
        padding: 0 0 10px;
    }
    .callback-cart form input[type="text"]{
        width: 200px;
    }
    .callback-cart form span{
        margin-left: -40px;
    }
    .link-check {
        margin: 0 auto 15px;
    }
    .callback-cart form input[type="submit"] {
        margin-top: 10px;
    }
    #pre-order {
        width: 280px;
        height: 570px;
        margin-top: -200px;
        margin-left: -140px;
    }
    .prod-div-modal .left {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .prod-div-modal .right {
        width: 100%;
    }
    .prod-div-modal .prod-count {
        margin: 10px auto;
        display: table;
    }

}
 
.slider{
    background-image: url("/images/bg_slider.jpg");
    background-repeat: repeat;
    width: 100%;
    position: relative;
}
.slide .slides > li {
    display: none; 
    -webkit-backface-visibility: hidden;
} 
.slide .slides img {
    width: 100%; 
    display: block;
}

.slide {
    position: relative; 
}
.flex-viewport {
    max-height: 2000px; 
    -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease; 
     transition: all 1s ease;
 }
.loading .flex-viewport {
    max-height: 300px;
}
.slide .slides {
    zoom: 1;
}

.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    width: 22px; 
    height: 43px;
 
    display: block; 
   
    position: absolute; 
    top: 50%; 
    margin-top: -21.5px;
    z-index: 10; 
    cursor: pointer; 
    text-indent: -9999px; 
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
     background: url('/images/slide-next.png') no-repeat 0 0; 
     right: 0px;
  
}
.flex-direction-nav .flex-prev {
     background: url('/images/slide-prev.png') no-repeat 0 0; 
     left: 0;

}


/* Control Nav */
.flex-control-nav {
    width: 100%; 
    position: absolute; 
    text-align: center;
    bottom: 0;
}
.flex-control-nav li {
    margin: 0 6px; display: 
    inline-block; zoom: 1; 
    *display: inline;
     border: 2px solid #c2d7ef;
      -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    -o-border-radius: 20px; 
    border-radius: 20px; 
}
.flex-control-paging li a {
    width: 7px;
    height: 7px; 
    display: block;
    background: #fff; 
    cursor: pointer; 
    text-indent: -9999px; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    -o-border-radius: 20px; 
    border-radius: 20px; 
    margin: 3px;
   
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover { 
    background: #f9b515; 
}
.flex-control-paging li a.flex-active {
     background-color: #f9b515;
     cursor: default; 
 }

.flex-control-thumbs {
    margin: 5px 0 0; 
    position: static; 
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%; 
    float: left; 
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%; 
    display: block; 
    opacity: .7; 
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1; cursor: default;
}
.baners{
    position: relative;
    margin-top: 40px;
}
.baners-item{
    display: inline-block;
    position: relative;
    background-color: #fff;
    margin-right: 15px;
    width: 367px;
}
.baners-item img{
    width: 100%;
}
.baners-item .text{
    position: absolute;
    left: 27px;
    top: 45px;
    color: #3a3a3c;
    font-family: "Roboto Light";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.baners-item .text span{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
}






.tabs-margin-top {
    margin-top: -330px;
    z-index: 2;
}
.see-all{
    display: inline-block;
    border-bottom: dotted 1px #406fc1;
    color: #406fc1;
    font-size: 15px;
    margin-left: 5px;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    margin: 20px 0;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    position: relative;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:5px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    width: 215px!important;
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: all 0.25s ease;
}
.nbs-flexisel-item img.img-brand {
    cursor: pointer;
    position: relative;
    opacity: 0.5;
    
    /*Добавим вот такой вот код*/
    -webkit-transition: all 1s;
       -moz-transition: all 1s;
         -o-transition: all 1s;
            transition: all 1s;

    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray; /* IE 6-9 */
    /*конец кода с transition*/

}
.img-brand-carousel .nbs-flexisel-item:hover {
    border: 1px solid #f9b515;
    box-shadow: 0 0 13px #f9b515;
}
.nbs-flexisel-item:hover img.img-brand{
    opacity: 1;
    -webkit-filter: none;
       -moz-filter: none;
        -ms-filter: none;
         -o-filter: none;
            filter: none;
            filter: none; /* IE 6-9 */
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 40px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: 50%!important;
    margin-top: -20px;

}

.nbs-flexisel-nav-left {
    left: -20px;
    background: url('/images/button-previous.png') no-repeat;
}

.nbs-flexisel-nav-right {
    right:-20px;
    background: url('/images/button-next.png') no-repeat;
}
.breadcrumbs{
    position: relative;
    height: 35px;
    width: 100%;
    border-bottom: solid 1px #dbe3ec;
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
}
.breadcrumbs a{
    display: inline-block;
    color: #294d8e;
    transition: all 0.25s ease;
    padding:0 5px;
}

.breadcrumbs a:hover{
    color: #d06544;
}
.breadcrumbs a:focus{
    color: #666;
}
.breadcrumbs span{
    display: inline-block;
    color: #999;
    padding: 0 3px;
}

@media screen and (max-width: 1210px) {
  
    .baners-item {
        width: 300px;
    }
   
    .nbs-flexisel-item{
        width: auto!important;
    }
    .nbs-flexisel-item img.img-brand{
        width: 100%;
    }
    
    .slide .slides > li {
        height: 380px;
        text-align: center;
    } 
    .slide .slides img {
        width: auto;
        height: 100%;
    }
}

@media screen and (min-width: 1100px) {
  
    .slide .slides > li {
        height: 400px;
        text-align: center;
    } 
    .slide .slides img {
        width: auto;
        height: 100%;
        display: inline;
    }
}

@media screen and (max-width: 1024px) {
   
    .baners-item {
        width: 220px;
    }
     .nbs-flexisel-item{
        width: 160px!important;
     }
   
}
@media screen and (max-width: 760px) {
    .slider {
        display: none;
    }
    .baners-item {
        width: 100%;
        margin: 10px 0;
    }
    .tabs-ul{
        display: none;
    }
    .nbs-flexisel-nav-left {
        left: -10px;
    }
    .nbs-flexisel-nav-right {
        right: -10px;
    }
    .breadcrumbs{
        height: auto;
    }
    
}

 