@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Philosopher:400,700|Roboto+Condensed:400,700&subset=cyrillic');


/* Pre-Loader Styles : BEGIN */

.pre-loader {
	position           : fixed;
	visibility         : visible;
	opacity            : 1;
	top                : 0;
	left               : 0;
	width              : 100%;
	height             : 100%;
	display            : table;
	background         : #878787;
	z-index            : 1000000;
	-webkit-transition : all 0.2s ease-in-out 0.02s;
	-moz-transition    : all 0.2s ease-in-out 0.02s;
	-ms-transition     : all 0.2s ease-in-out 0.02s;
	-o-transition      : all 0.2s ease-in-out 0.02s;
	transition         : all 0.2s ease-in-out 0.02s;
}

.pre-loader.document-loaded {
	background : rgba(25, 25, 25, 0.8);
}

.pre-loader.hidden {
	opacity            : 0;
	visibility         : hidden;
	-webkit-transition : all 0.2s ease-in-out 0.8s;
	-moz-transition    : all 0.2s ease-in-out 0.8s;
	-ms-transition     : all 0.2s ease-in-out 0.8s;
	-o-transition      : all 0.2s ease-in-out 0.8s;
	transition         : all 0.2s ease-in-out 0.8s;
  display:table!important;
}

.pre-loader__wrap {
	display        : table-cell;
	vertical-align : middle;
}

.pre-loader__inner {
	display  : block;
	position : relative;
	width    : 64px;
	height   : 64px;
	margin   : auto;
}

.pre-loader.shown .pre-loader__inner {
	animation : reverse hide-pre-loader 1s cubic-bezier(0.5, 0, 0.5, 1);
}

.pre-loader.hidden .pre-loader__inner {
	animation : normal hide-pre-loader 1s cubic-bezier(0.5, 0, 0.5, 1);
}

.pre-loader__inner div {
	box-sizing    : border-box;
	display       : block;
	position      : absolute;
	width         : 51px;
	height        : 51px;
	margin        : 6px;
	border        : 3px solid;
	border-radius : 100%;
	animation     : rotate-ring .8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color  : #ffffff transparent transparent transparent;
}

.pre-loader__inner div:nth-child(1) {
	animation-delay : -0.15s;
}

.pre-loader__inner div:nth-child(2) {
	animation-delay : -0.1s;
}

.pre-loader__inner div:nth-child(3) {
	animation-delay : -0.05s;
}

/* Pre-Loader Styles : END */

/* Pre-Loader @keyframes : BEGIN */

@keyframes rotate-ring {
	0% {
		transform : rotate(0deg);
	}
	100% {
		transform : rotate(360deg);
	}
}

@-khtml-keyframes rotate-ring {
	0% {
		transform : rotate(0deg);
	}
	100% {
		transform : rotate(360deg);
	}
}

@-moz-keyframes rotate-ring {
	0% {
		transform : rotate(0deg);
	}
	100% {
		transform : rotate(360deg);
	}
}

@-ms-keyframes rotate-ring {
	0% {
		transform : rotate(0deg);
	}
	100% {
		transform : rotate(360deg);
	}
}

@-o-keyframes rotate-ring {
	0% {
		transform : rotate(0deg);
	}
	100% {
		transform : rotate(360deg);
	}
}

@-webkit-keyframes rotate-ring {
	0% {
		transform : rotate(0deg);
	}
	100% {
		transform : rotate(360deg);
	}
}

@keyframes hide-pre-loader {
	0% {
		transform : translateY(0);
	}
	40% {
		opacity : 1;
	}
	60% {
		transform : translateY(50px);
	}
	100% {
		opacity   : 0;
		transform : translateY(-500px);
	}
}

@-khtml-keyframes hide-pre-loader {
	0% {
		transform : translateY(0);
	}
	40% {
		opacity : 1;
	}
	60% {
		transform : translateY(50px);
	}
	100% {
		opacity   : 0;
		transform : translateY(-500px);
	}
}

@-moz-keyframes hide-pre-loader {
	0% {
		transform : translateY(0);
	}
	40% {
		opacity : 1;
	}
	60% {
		transform : translateY(50px);
	}
	100% {
		opacity   : 0;
		transform : translateY(-500px);
	}
}

@-ms-keyframes hide-pre-loader {
	0% {
		transform : translateY(0);
	}
	40% {
		opacity : 1;
	}
	60% {
		transform : translateY(50px);
	}
	100% {
		opacity   : 0;
		transform : translateY(-500px);
	}
}

@-o-keyframes hide-pre-loader {
	0% {
		transform : translateY(0);
	}
	40% {
		opacity : 1;
	}
	60% {
		transform : translateY(50px);
	}
	100% {
		opacity   : 0;
		transform : translateY(-500px);
	}
}

@-webkit-keyframes hide-pre-loader {
	0% {
		transform : translateY(0);
	}
	40% {
		opacity : 1;
	}
	60% {
		transform : translateY(50px);
	}
	100% {
		opacity   : 0;
		transform : translateY(-500px);
	}
}
/* Pre-Loader @keyframes : END */


.page-label-product .breadcrumbs{
  padding:20px;
}

body {
    font-family: 'PT Sans', sans-serif;
    color: #464655;
    background: #F5F5F5;
	width: 1250px;
	margin: 25px auto;
	font-size: 16px;
    
}

.client-order-status-cont a:hover{
  text-decoration: none;
}

.total-profit span{
  color:black;
}

.btn-dark{
  background-color: #1a1a1a;
  width:100%;
  color:white;
}

.order-action-point{
  margin-bottom:15px;
}

.price-tags-btns{
  width:118px;
}

#inputResult h5{
  font-size: 29px;
  margin:30px 0;
}

#inputResult .ol .li {
  margin-bottom: 10px;
}



.client-order-status-cont{
  margin-bottom: 23px;
}

.cart-limit-reached-cont.alert{
  margin-bottom: 0;
  box-shadow:none;
  padding: 10px 10px 10px 30px;
  margin-top: 7px;
  position: relative;
}

.cart-limit-reached-cont.alert i{
  position: absolute;
  top: 12px;
  left: 10px;
}

.head-menu .bx-wrapper{
  border:0;
}



.why .row{
  margin-left:0;
  margin-right:0;
}


.mobile-add-participant-btn {
  width: 20px;
  /*height: 20px;*/
  font-size: 22px;
  color: #3b3b3b;
  display:inline-block;
}

#participants-select{
  padding: 6px 2px;
  width:100px;
  display:inline-block;
  margin-left:10px;
}


/*
.mobile-add-participant-btn{
  display:none;
}*/



.main-header1 .under-buttons>.btn{
  display: inline-block;
}

.under-buttons{
  text-align: center;
}


.ozon-dealer-orders-icon{
  width:70px; height:auto;
}

.table-data{
  padding-right:15px;
}

.footer-info{
  padding-right:15px;
}

.ozon-order-delivery-status{
  margin-bottom:10px;
}





.container-fluid.main-container{
     padding-left: 0px; 
     padding-right: 0px;
}

.no-in-stock.no-in-stock-jur{
  /*position:absolute;
  top:-20px;
  left:0;*/
}
.no-in-stock{
  border-radius: 5px;
  color:white;
  padding:3px 4px;
  line-height: 14px;
  font-size: 14px;
  font-weight:bold;
  background-color: red;
  font-family: 'Roboto Condensed', sans-serif;
}

.city-by-ip-mobile .city-by-ip a{
  color:#333;
  text-decoration: none;
}

.top-menu .city-by-ip-desktop .city-by-ip a{
  color: white;
  text-decoration: none;
}




.city-by-ip-mobile .city-by-ip{
  margin-top: 8px;
  margin-left: 21px;

  display:inline-block;
}

.agent-reward .selected td{
  background-color: #85c623;
}

.cursor-pointer{
	cursor: pointer;
}

.agent-level-cont i{
  font-size:23px;
  color:#ffa834;
}

form.add-agent-payment .control-label{
  text-align:left;
}

.agents-payment-pay-column a{
  font-size: 17px;
}

.agents-payment-pay-column,
.agents-payment-pay-column i{
  font-size: 27px;
}


.agents-payments-filter-cont select{
  display:inline-block;
  width:auto;
  margin-right:20px;
}

.city-by-ip-desktop .city-by-ip{

  color:white;
  background-color: #fe8c00;
  border-radius: 5px;
  padding:4px 10px;
  font-size: 1em;

  clear: both;
  /*float: right;
  margin-top:10px;*/
  display: inline-block;
}

.tov-weight-and-stock span.stock{
  border-radius: 5px;
  color:white;
  padding:3px 4px;
  line-height: 14px;
  font-size: 14px;
  font-weight:bold;
  position:absolute;
  top: 4px;
  left: 66px;
}

.tov-weight-and-stock span.not-in-stock{
  background-color: red;
}

.tov-weight-and-stock{
  position: relative;
  display:block;
  padding: 5px 0;

  font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #85C623;
}

.page-label-becomeclient.not-index  .section-title{
    margin-left: 483px;
}


.btn.text-page-price-btn{
    display: block;
    margin:30px auto 20px auto;
}

.logo a:hover{
    text-decoration: none;
    color:rgb(51, 51, 51);
}

.logo a, .logo a:visited{
    font-family:Philosopher, sans-serif;
    color:rgb(51, 51, 51);
}
.logo span{
    margin-top:1px;
}
.price-sec{
    display:inline;
}
.mobile{
    display:none;
}
.sale{
    background-color: yellow!important;
    position:relative;
}

.edit-client {
  display: block;
}

.ozon-order-btn{
  display:inline-block;
  margin-top:10px;
}

.ozon-order-upload-status-link,
.ozon-order-upload-status-link:hover,
.ozon-order-upload-status-link:active,
.ozon-order-upload-status-link:focus{
  text-decoration: none;
}
.ozon-order-upload-cont{
  margin-top:10px;
  padding:10px;
  border: 1px solid #a9d3e8;
}
.ozon-order-upload-status{
  margin-bottom:10px;
}
.ozon-order-upload-status-data{
  display:none;
  padding:10px 0;
}

.labels-cont{
  z-index:999;
  position:absolute;
  top:0px;
  left:0px;
  width:100px;
    /*height:100px;*/
}

.sale-category .sale-label, .sale-category .hit-label, .sale-category .novinka-label{
    width:50px;
    height:32px;
    margin-bottom:2px;
}

.sale-label, .hit-label, .novinka-label, .cena-label-niz, .cena-label-verh, .marker-label{
    width:100px;
    margin-bottom:5px;
    height:64px;  
    background-size: cover;
}
.sale-label{
    background-image: url('/img/frontend/1_aktsia_listik.png');
}
.hit-label{
  background-image: url('/img/frontend/3_khit_listik.png');
}
.novinka-label{
  background-image: url('/img/frontend/2_novinka_listik.png');
}
.cena-label-niz{
  background-image: url('/img/frontend/cena-niz.png');
}
.cena-label-verh{
background-image: url('/img/frontend/cena-verh.png');
}



/*.payways-cont{
    display:none;
}

.payways-cont{
    display:none;
}
.payway{
    display:none;
}*/


.cart-bottom-table-point{
  padding-right:0!important;
}
.cart-bottom-table-value{
  margin-right:10px;
}


.popover.bottom > .arrow:after{
  border-bottom-color: #dcdcdc;  
}
.popover {
    background-color: #dcdcdc;
}

.make-order-btn{
    color:white!important;
}

.tel span.dealer-address{
    color:rgb(70, 70, 85);
    font-size:18px;
}

.new-user-menu{
   display: -webkit-flex;
   display: flex; 
-webkit-justify-content: flex-end;
justify-content: flex-end;
z-index:100; 
}

.user .user-name{
    white-space: nowrap;
    padding-top: 7px;
    margin-right: 82px;
}

.select-form{
    height:40px;
    border-radius:10px; 
    padding-left:10px;   
}

.modal-title{
    font-size:24px;
}

.data-name{
    text-align: right;
    width:300px;
    display:inline-block;
    font-size:20px;
}
.data-value{
    display:inline-block;
    font-weight:700;
    text-align: right;
    width:150px;
    font-size:25px;
}

.supplier-order-comment-form.form-horizontal .form-group{
    margin-left: 0px; 
    margin-right: 0px;  
}

.dealer-part .user-order-positions-modal .tac .btn{
    margin-top: 0px; 
}


.dealer-part .product-data-cont .tac .btn{
    margin-top: 0px; 
}

.glyphicon.glyphicon-remove{
    color: black;
}

.glyphicon.glyphicon-pencil{
    color: black;
}
.glyphicon.glyphicon-eye-open{
    color: #85C623;
}


.form-control.card.agent-card-number{
  width:220px;
}
.form-control.agent-card-owner{
  width:220px;
}

 .product-list-mod:focus,  .product-page-mod:focus {
  text-decoration: none;
}

#all-cart-data2 .item-not-in-stock{
  background-color: #f2dede;
}

.dealer-part .cat, .dealer-part .cat:visited {
    background: #fe8c00;/*#8a8a8a;*/
    color:white!important;
    border:0;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.17), 0 2px 9px 0 rgba(62, 57, 107, 0.36);
}

.approve-client{
    font-size:20px;
    color:#85C623;
}

.deny-client{
    font-size:20px;
    color:#F0511F;
}

.dealer-part .list-group-item:last-child{
    margin-right:0;
    margin-bottom:15px;
}


.dealer-part .products-cats-cont{
    
}
.dealer-part .user-menu{
    margin-bottom: 11px;
}
.dealer-part .user-menu a{
    margin-right:23px;
}
.dealer-part .user-menu{
    justify-content:center;
}

.flex-container {
display: -webkit-flex; 
display: flex; /*отображает контейнер как блочный элемент*/
}

.mb-1{
  margin-bottom: 10px;
}

a.list-group-item:hover{
    color:white;
}

.ref-link-cont, .ref-link-cont a{
  font-size:17px;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	font-family: 'Roboto Condensed', sans-serif;

}


.pagination {
  
  margin:  0px 0px 25px;
  border-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
  color: #333;
  border: none;
  font-size: 18px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
-webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
    box-shadow: 0 0 40px rgba(0,0,0,.1);
      font-family: 'Philosopher', sans-serif;
border-radius: 26px;
  }

  
  .tooltip-my{
      cursor:pointer;
  }


.section-title {
  /*width: 50%;*/
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.headline{
    overflow: hidden;
}

.headline:before {
    margin-left: -100%;
}
.headline:after {
    margin-right: -100%;
}


.headline:before, .headline:after {
    display: inline-block;
    margin-bottom: 12px;
    width: 100%;
    height: 3px;
    content: '';
    vertical-align: middle;
    border-width: 0 5px;
    /*-webkit-border-radius: 2px;
    -moz-border-radius: 2px;*/
    border-radius: 2px;
    background: #9fa0a3;
}

.section-title h4 {
    padding: 0 0px;
  font-size: 30px;
  display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
/*font-weight: 700;*/
}

.section-title p {
  font-size: 12px;
  text-transform: uppercase;
}

/*.main-header .btn{
    width:174px;
} */

/*.top-menu a{
    font-size:15px;
    color:white!important;
} */
.top-menu{
    text-align:right;
}


.btn-orange {
  background: #f47216;
  border-color: #f47216;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}


.btn-orange:hover {
    box-shadow: 0px 10px 40px #f47216;
color: #fff!important;
}

.btn-grn {
  background: #85C623;
  border-color: #85C623;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}
     /*
.btn-orange {
  background: #ec710c;
  border-color: #ec710c;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}

.btn-orange:hover {
    box-shadow: 0px 10px 40px #ec710c;
    color: #fff!important;
}      */


.btn-grn:hover {
    box-shadow: 0px 10px 40px #85C623;
    color: #fff;
}


.search-cont button{
   position:absolute;
   top:0px;
   right:10px;
   border-bottom-left-radius: 0;
   border-top-left-radius: 0;
   width:100px;
   height:34px;
    
}

.search-cont input{
    width:100%;
    display:block;
}

.form-horizontal .control-label{
    padding-top:0!important;
}

.search-cont{
    position:relative;
  padding: 20px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;  
}

.btn-org {
  background: #F03F00;
  border-color: #F03F00;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}


.btn-org:hover {
    box-shadow: 0px 10px 40px #f03f00;
color: #fff;
}

.btns span {
  padding: 0 25px;
}

.btns {
  margin-top: 35px;
  margin-bottom:25px;
}

.header {
height:600px;
    background: #fff;
-webkit-box-shadow: 0 0 100px rgba(70, 70, 70, .1);
  box-shadow: 0 0 100px rgba(70, 70, 70, .1);
position: relative;
border-radius: 4px 4px 0 0 ;
/*overflow: hidden;*/
}


.head-tree {
  height: auto;
  width:560px;
  z-index:100;
   opacity: 0.6;
    position: absolute;
     left: 0;
     top:0px;
border-radius: 4px 4px 0 0 ;
}



.nuts {
    width: 175px;
    position: absolute;
    right: 0px;
    bottom: -50px;
}
.nuts1 {
    position: absolute;
     right: 0px;
     bottom:0px;
     width: 340px;

}
.nuts2 {
    position: absolute;
     left: 0px;
     top:0px;

}
.user-menu a{
    height:auto;
    padding:15px;
    margin-bottom:15px;
}


.dealer-part .user-menu .list-group-item:first-child {
  border-top-right-radius: 4px; 
  border-top-left-radius: 4px; 
}

.dealer-part .user-menu .list-group-item:last-child {
  border-bottom-right-radius: 4px; 
  border-bottom-left-radius: 4px; 
}


.user-menu .list-group-item:first-child {
     border-top-right-radius: 8px; 
     border-top-left-radius: 8px; 
}

.user-menu .list-group-item:last-child {
     border-bottom-right-radius: 8px; 
     border-bottom-left-radius: 8px; 
}

.tooltip-inner{
        background-color: #777777;
}
.tooltip.top .tooltip-arrow{
        border-top-color: #777777;
}



.head-menu .logo {
  margin-top: -22px;
}

.head-menu .logo img {
  width: 200px;
  position: relative;
  z-index: 999;
}

.head-menu { 
padding: 25px 45px;
 }
 
.col-lg-5.tel {
    padding-left: 85px;
}
 
 .tel {
         padding-top: 144px;
         
     z-index: 111;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }
  
  h1{
       text-shadow: 0px 0px 10px white;
  }

.tel h4 {
      font-family: 'Philosopher', sans-serif;
font-weight: 700;
font-size: 37px;
 text-shadow: 0px 0px 10px white;

  }

  .tel span {
    color: #777;
    font-size: 17px;
  }
 .head-menu .tel img  {
  width: 45px;
  float: left;
  margin-right: 15px;
  margin-bottom: 45px;
 }
 .head-menu .lnk {
  padding-top: 15px;

 }
 .head-menu .lnk a {
  color: #333;
font-size: 19px;
 }
  .head-menu .prc {
    padding-top: 10px;
  }
.header-text {
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  font-family: 'Philosopher', sans-serif;
  font-size: 25px;
  position:relative;

}
.header-btns{
    position: absolute;
    top: 55px;
    right: -54px;
    z-index: 200;
}

.header-text h1 {
    font-family: 'Philosopher', sans-serif;
font-weight: 700;
font-size: 58px;
}
.bgg {
  background-image: -webkit-linear-gradient(0deg, #fe8c00 0%, #f83600 100%);
  padding: 25px;
}



.row.categories-block.products-cats-cont{
    padding-bottom:0;
    position: relative;
    z-index: 120;
}

.cat-cont{
    position: relative;
    z-index: 120;
}

.main-cont{
    position:relative; 
    overflow-y: hidden;
    /*background-image: url('/img/frontend/tree2.png');
    background-repeat: no-repeat;*/  
}



.subcategory .cat, .subcategory .cat:visited {
  white-space: nowrap;
  display: flex;
  background-color: #fe8c00;
  color:white;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  min-width: 148px;
  height:auto!important;
  padding:10px 10px;
  margin:0 6px;
}

/*.prod:after{
    display:block;
    content:'';
    width:552px;
    height:99px;
    position:absolute;
    bottom:0;
    left:0;
    opacity:1;
    z-index:1200;
    background-image: url('/img/frontend/tree_foot.png'); 
    background-repeat: no-repeat;
    background-size: cover;
} */

/*.sub-cats-cont .cat, .sub-cats-cont .cat:visited {
  height: auto;
  padding: 18px 5px;
}*/

.sub-cats-cont .products-cats-cont{
  border-radius: 10px;
}


.cat, .cat:visited {
      
  text-align: center;
  display:block;
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
  padding: 25px 5px 25px 5px;
      height: 139px;background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333;
  font-size: 19px;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    margin-bottom: 20px;}

.cat:focus{
    /*color: white; */
    text-decoration: none;   
}



.cat:hover {
   /*background-image: -webkit-linear-gradient(0deg, #fe8c00 0%, #f83600 100%);*/
   background-color:  #fe8c00 !important;
           color: white; 
      text-decoration: none;
   
}



.cat img {
  width: 35px;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}

.cat-tit {
  margin-top: 10px;
  margin-bottom: 5px;
}

 /*
.page-label-index .nuts{
    display:none;
}   */

.act {
   /*background-image: -webkit-linear-gradient(0deg, #fe8c00 0%, #f83600 100%)!important;*/
   background-color:  #fe8c00 !important;
   color: #fff!important;
}
.btn-icons{
    width:15px;
    height:15px;
}

.delivery-pay-cont{
  padding-top:64px;
}

.delivery-pay-cont .w-trsp{
   background-color: #d9edf7; 
   padding:10px;
}

.price>span i.glyphicon{
    margin-right:0;
    color:white;
}
.price>span{
    display:inline-block;
    padding:3px 10px;
    color:white;
    background-color: #ec710c;
    font-size:20px;
    margin-right:15px;
}

.price>span.sep{
  color:#ff9c49;
  margin-right:0px;
}

.price .price-sec span.sep{
    color:#b5b5b5;
    background-color: white;

}

.price .price-sec.price-kg{
  display:block;
  margin: 10px 0 0 10px;
  padding-left:0;
}


.delivery-dates-not-petrozavodsk.delivery-dates.params .param-label{
  width: 195px;
}

.delivery-dates-not-petrozavodsk.delivery-dates.params{
  width: 100%;
}

.delivery-dates-not-petrozavodsk.delivery-dates.params .param {
  padding-left: 200px;
}

.delivery-page-sections .left{
  float:left;
  width:70%;
}

.delivery-page-sections .right{
  float:right;
  width:30%;
  padding-top: 106px;
}

.punkt-info .punkt-info-desc{
  padding-left:20px;
  margin:20px 0;
  border-left:1px solid #9fa0a3;
}

#order-products-agreed-btn-cont{
  text-align: right;
  margin-top:20px;
}


#map-cont{
  border: 1px solid #ccc;
  margin-right:20px;
  height:736px;
}

.loading-map i{
  position:absolute;
  top:140px;
  left: 45%;
}
.loading-map {
  position: relative;
  width:100%;
  min-height:300px;

}

.delivery-page-sections .btn{
  display: block;
}

.punkt-info-comment{
  opacity: 0.5;
}

.delivery-page-sections h5{
  font-size:20px;
}

.punkt-info .punkt-info-h{
  font-size:17px;
  font-weight:bold;
  
}

.delivery-page-delivery-type span{
  color:#fe8c00;
  font-weight: bold;
}

.delivery-page-delivery-type.w-trsp{
  padding-left: 110px;
}
.delivery-page-delivery-type{
  
  
  position: relative;
  min-height: 90px;
  margin-bottom:20px;
}

.delivery-page-delivery-type img{
  position: absolute;
  top:10px;
  left:10px;
  width:90px;
  height:auto;
}




.client-lk .head-tree{
    display:none;
}

.client-lk .head-menu .logo img {
    /*width: 157px;*/
}

.reg-form .form-group{
    /*float:left;
    margin-right:5%;
    */
    width:45%;
    margin: 9px auto;
    
}

.order-process-header h4{    
    font-size: 34px;
    display:inline-block;
    padding:0 15px;
    font-family: 'Roboto Condensed', sans-serif;
   /* font-weight: 700;*/
    margin-bottom: 20px;
}
.order-process-header{
    text-align: center;
    margin-top: 0px; 
    margin-bottom: 0px;
    
}

.order-process-header p{
    margin-bottom:40px;
}

.order-price-product{
    text-align:center;
    position:absolute;
      bottom: 35px;
    left: 0;
    width: 100%;
}



.main-header1{
    
}

.mobile-banner1-pic, .main-header1 img{
    border:0px solid black;
}


.not-index .why .section-title{
    text-align:center;
    margin-left:auto;
}

.client-lk.not-index .header{
    height:138px;
}

.client-lk .user-lk-header{
    font-size:31px;
    margin-bottom:20px;
}

.client-lk .head-menu .log-lnk{
    padding-top: 35px;
}

.tov {
    
  width:274px;
  margin: 0 7px 25px 7px;
    border-radius: 8px;

    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.46);
  background: #fff;
   /*height:483px;*/
  position: relative;
}

/*.tov.tov-not-auth{
   height:386px; 
}*/

.tov:hover {
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);

}
.tov img {
width:100%;
  border-radius: 8px 8px 0 0;
}

.tov h2 {
      font-family: 'Philosopher', sans-serif;
font-size: 22px;
font-weight: 700;
margin: 5px 0 5px 0;
padding-right:10px;
}

.tov-cap {
  padding: 10px 20px 20px 20px;
  position:relative;
  /*min-height:182px;*/
}

.tov-cap p {
 font-family: 'Roboto Condensed', sans-serif;
font-size: 16px;
font-weight: 700;
color: #85C623;

}




.prod {
    position:relative;
    background: #F8FAFF;
  padding: 45px;
  -webkit-box-shadow: 0 0 100px rgba(70, 70, 70, .1);
  box-shadow: 0 0 100px rgba(70, 70, 70, .1);
  min-height: 510px
}
.why  {
  background: #F8FAFF;
    background: url(../../img/frontend/s2.jpg) no-repeat center center ;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
    z-index:120;
}
.mask {
  padding: 45px ;
    background: rgba(0, 0, 21, 0.6);
    color: #fff;
}

.why-us {
  margin-bottom: 45px;
  font-size: 18px;
  height: 196px;
}

.why-us h4 {
        font-family: 'Philosopher', sans-serif;
font-size: 32px;
font-weight: 700;
}

.why-us img {
  width: 45px;
  margin-bottom: 25px;
}

.cont {
    z-index:120;
  background: #fff;
  padding: 95px;
  position: relative;
}

.w55 {
  width: 55%;
  margin: 0 auto;

}


.bx-wrapper{
    box-shadow: none!important;
    margin-bottom:0!important;
}


.main-header1 .bx-wrapper{
   margin-top: -20px; 
}

.main-header1 .btn{
    display:block;
    margin:7px auto 0 auto;
}

.quick-cart-with-menu{
    clear:both;
    margin-top:10px;
}

.quick-cart-with-menu .check{
    margin-right:0;
    
}

.quick-cart-with-menu .check, .quick-cart-with-menu .cart{
    margin-top:10px;
}




.main-header1 .bx-wrapper .bx-next {
    right: -35px;
}

.main-header1 .bx-wrapper .bx-prev{
   left: -35px; 
}



.cont .form-control  {
  height: 45px;
  box-shadow: none;
  border-radius: 2px;
  background: #F8FAFF;
  border-color: #ddd;
      box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);


}

.cont-text {
  margin: 0 auto;
  padding-top: 15px;
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;

}



.tel-cont h4 {
      font-family: 'Philosopher', sans-serif;
font-weight: 700;
font-size: 27px;
margin-bottom: 35px;

  }

.cont-text h3 {
    font-family: 'Philosopher', sans-serif;
font-weight: 700;
font-size: 42px;
margin-top: 35px;

  margin-bottom: 35px;

}
.cont-text p {
    margin-bottom: 35px;

}




footer {
    position:relative;
  padding: 15px 0;
  text-align: center;
}

.mod-cont {
  padding: 15px;
  text-align: center;
}

.mod-cont .form-control {

height: 36px;
}

.btn:active,
.btn:visited{
    color:white;
}



/*Новые стили */

.favorites{
  color: #ec710c;
  font-size: 27px;
}
.favorite-cont{
  display: block;
  position:absolute;
  width:27px;
  height:27px;
  top:0;
  right:60px;
}


.min-header {
height:350px;
}
.main-header h3 {
    font-size: 30px;
        font-family: 'Philosopher', sans-serif;
font-weight: 700;
}

.main-header .sb-txt {
  font-size: 18px;
}

.dealer-clients-cart-cont{
  width:150px;
}

.main-header label {
  font-size: 18px;
}

.photo-cont{
  position:relative;
}
.bonus-cont span{
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.bonus-cont{
  z-index: 999;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 0.8;
  color:white;
  font-size: 11px;
  background-color: #85C623;
  position:absolute;
  top:0;
  right:0;
  text-align: center;
  padding:5px;
}

.dealer-products-category-filter-cont{
  /*display: inline-block;*/
  width: 200px;
}

.dealer-products-category-filter-cont .dls_products_category_id_select_elems {
  margin-bottom:5px;
}


.form-control-cont select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-cont select, .form-control {
    height: 45px;
    box-shadow: none;
    border-radius: 2px;
    background: #F8FAFF;
    border-color: #ddd;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
     -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-control-cont select, .form-control:hover {
  background: #fff;
}


.alert {
  padding: 25px;
  margin-bottom: 20px;
  border: 0px;
  border-radius: 0px;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

.btn-smm {
  font-size: 14px;
  letter-spacing: 0px;
  border-radius: 4px;
  margin-top: 0px;
}

 .head-menu .log-lnk {
     padding-right:0;
  padding-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;


 }
 
 .select-part-header-cont{
     width:150px;
     margin-right:10px;
     height:40px;
 }
 
 .phone-link{
    text-decoration: none;
        color: #333;
 }
 .phone-link:hover{
    text-decoration: none;
        color: #333;
 }
 
 .padding-cont{
     padding:0 15px;
 }



.user {
  margin-right: 25px;
  min-width: 142px;
  position: relative;
}

.user i.fa {
  float: left;
  width: 35px;
  margin-top: 5px;
  margin-right: 5px;
  font-size:30px;
}



.user .glyphicon {
  color: #F0511F;
margin-top: 0px;
display: inline-block;
position: absolute;
right: 11px;
top: 10px;
}

.user a {
    text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
 /* margin-top: -7px;*/
   color: #85C623;
   margin-right: 34px;
   display:block;

}

.user .ed {

  font-size: 13px;
  text-transform: none;
  font-weight: normal;
  display: block;

}


.categories-block .col-lg-2{
    width:186px;
}

.cart {
  margin-right: 15px;
  display: inline-block;
  position: relative;
}


.product-page-cont h1.limit-h1-width{
  max-width:465px;
}

.download-supplier-order i{
  font-size: 18px;
}


.mobile-only{
  display:none!important;
}

.download-supplier-order{
  margin-top:55px;
  font-size: 18px;
}

.dealer-payment-form-select, .dealer-delivery-form-select{
  margin-top:20px;
}
    
.btn.show-all-cats{
    border-radius: 6px;
    margin:5px 0 25px 0;   
}

.supplier-order{
  margin-top:20px;
  font-size:18px;
}

.btn-grey{
  background: #8a8a8a;
  color: white!important;
}

.cart i {
    font-size:34px;
    display: inline-block;
float: left;
  width:35px;
      margin-right: -26px;
}


.cart a {
  color: #333;
}



.cart h4 {
margin-top:  5px;

}

.cart p {
  font-size: 14px;
display: block;

}

.cart span {
    line-height: 16px;
background: #F03F00;
    padding: 4px 0px;
    width: 23px;
    height: 23px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: -8px;
    left: 20px;
}
.check {
  /*margin-right: 25px;*/
}


.cart h4, .head-phone h4, .user h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

.head-phone p {
  font-size: 14px;
}


.spinner {
  width: 65px;
  float: left;
  margin-right: 15px;
}
.spinner input {
  text-align: center;
  height: 34px;
}
.input-group-btn-vertical {
  /*position: relative;*/
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

.tov .btn-default {
  border-radius: 2px;
  padding: 8px 10px;
  text-align: center;
}

.tov .price {
  font-size: 16px;
  display: block;
  margin-bottom:18px;
  margin-top: 10px;
  font-weight: 600;
      font-family: 'Roboto Condensed', sans-serif;

}

/*.tov-weight-and-stock{
  min-height:22px;
}*/


.tov-cap i.glyphicon {
  font-style: normal;
    /*position:absolute;
    right:10px;
    top:10px;*/
  color: #ddd;
  margin-right: 15px;
  font-size: 13px;

}

.tov-cap .abs  {

  position: absolute;
  top: 5px;
  right:5px;
    color:#F03F00;
    font-size: 16px;
    margin-right: 0;

}


.popover {max-width:450px;}
.pop-add {
    float: left;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.process-li{
    opacity:0.3;
}

.cart-bottom-table h3{
    margin-top:10px;
}
.cart-bottom-table{
    margin-bottom: 0!important;
}
.table > thead > tr > th {
    border-bottom: 1px solid #dddddd;
}
.glyphicon{
    top:2px;
}


.shp-cart {
   box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.5), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
  background: rgba(255,255,255, 0.95);
  padding: 15px 15px  0 15px;
  border-radius: 4px;
  margin-bottom: 25px;
  position: relative;
  z-index: 999;
}

.shp-cart .form-control {
      height: 35px;
      text-align: center;
}

.shp-cart  .table {
  margin-bottom: 0;
}


.w-trsp {
   box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
  background: rgba(255,255,255, 0.95);
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 25px;
  position: relative;
  z-index: 999;
}


.grn {
  color: #85C623;
  margin-right: 7px;
}


.list-group-item.active {
     background-image: -webkit-linear-gradient(0deg, #fe8c00 0%, #f83600 100%);
      color: white;  
      text-decoration: none;
      border: none;
}


.spinner .btn i {
  font-size: 11px;
  text-align: center;
  padding-top: 3px;
}

.nav-pills a {
  background: #f2f2f2;
  color: #333;
}




.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
  background:  #85C623;
}

.sht {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
  margin-top: -15px;
}

.mt35 {
  margin-top: 35px;
}

.w70 {
  width: 70%;
}

.btn-del {
  border-radius: 50%;
  padding: 4px 7px;
}

.table td {
  vertical-align: middle !important;
  font-size: 16px  !important;
}

.table  th {
color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
  padding: 15px 5px;
  text-align: center;
    vertical-align: middle !important;
}


.table .spinner {
  float: none !important;
  margin: 0 auto;
}

.tac td {
  text-align: center !important;
}

.list-group {
 /* background: #fff;*/
  position: relative;
  z-index: 999;
  border-radius: 3px;
}

.list-group span {
  background:#85C623;
  padding: 2px 8px;
  border-radius: 50%;
  color: #fff;
  float: right;
margin-top: 1px;
font-size: 14px;
text-align: center;
}

.control-label {
  margin-top: 10px;
}

.w100 {
  width: 90%;
  z-index: 99999999;
}

.media-heading a{
  color: #333;
}

.succ {
  position: absolute;
  top:0;
  right: 0;
  padding: 15px;
  background: rgba(0,0,0,0.7);
  z-index: 99999;
  color: #fff;
  font-size: 18px;
}

.tac h3 {
margin-bottom: 10px;
margin-top: 10px;
}

.tac h5 {
margin-bottom: 7px;
margin-top: 10px;
}

.tac .btn {
  margin-top: 35px;
}

.tac  th{
  padding: 5px 0;
  min-height: 50px;
}

.product-page-ind-price .line-sep{
  border-top:1px solid #ca610b;
  margin:17px 0;

}

.product-page-ind-price .ind-price-cont{
  font-size:25px;
  font-weight:bold;
  margin-right:15px;
}



.product-page-ind-price{
  margin-top:15px;
  border-radius: 5px;
  background-color: #ec710c;
  padding: 15px;
  color: #e2e2e2;
}

.product-page-ind-price-cont{
  border-radius: 4px;
  max-width: 294px;
  margin-bottom: 15px;
  background-color: #eeeeee;
  padding: 15px;
}

.tov-cap .product-page-ind-price-cont i.glyphicon{
  color: #a7a7a7;
}



.product-page-ind-price-cont-h{
  font-size:15px;
  font-weight:bold;
}

.client-selected, .new-order-row{
    background-color: #85c623!important;
}

.client-selected.client-from-shop{
  background-color: #f3da0b!important;
}
.client-selected.client-from-shop td {
  border: 1px solid #a79609;
}

.client-selected.client-ozon-only{
  background-color: #d9edf7!important;
}
.client-selected.client-ozon-only td {
  border: 1px solid #31708f;
}


.new-order-row.order-samovyvoz td{
  border: 1px solid #464655 ;
}

.dealer-products-legal-form-select, .dealer-supplier-form-select{
  margin-top:20px;
}

#packers-report-cont tr.not-print{
  opacity:0.3;
}

.update-supplier-order-progress{
  margin: 5px 0;
}

.packers-report-remove{
  font-size:1.4rem;
}

.autosearchimg{
  width:50px;
  /*border:1px solid #c5c5c5;*/
  height:auto;
  display: inline-block;
  /*margin-right:20px;*/
}

.category_products_fasovka .col-lg-4{
  width: 16.66666667%;
}

.category_products_fasovka .col-lg-8{
  width: 83.33333333%;
}

.supplier_order_num_edit{
  display:none;
}

.mobile-only-important{
  display:none!important;
}

.ozon-delivery-radio{
  display:none;
}
.ozon-delivery-tab{
  display:none;
}

.ozon-select-on-map{
  display:inline-block;
  margin-top:10px;
}


#myModal4 .modal-dialog {
  width: 655px;
}

.ozon-select-punkt .request-body{
  position:relative;
}


.selected-address-cont .selected-address-header{
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:15px;
}

.selected-address-cont .selected-address{
  margin-bottom:15px;
}

.selected-address-cont{
  padding:10px;
  border-radius: 4px;
  width:230px;
  display:none;
  border: 1px solid #cccccc;
  position:absolute;
  top:0;
  z-index: 100;
  right: 13px;
  background-color: #F8FAFF;
  text-align: center;
  /*color:white;*/
}

.map-address-tip-cont{
  padding:5px;
  width:150px;
  border-radius: 4px;
  background-color: grey;
  text-align: center;
  color:white;
  /*color:white;*/
}



.ozon-delivery-tab.ozon-delivery-tab-opened{
  display:block;
}


.ozon-cost-data-cont .label {  
  font-size: 120%
}

.map {
  /*height: 400px;*/
  margin:20px 10px 10px 10px;
  min-height: 600px;
  width: 600px;
}

.ozon-delivery-tab .tab-header{
  font-weight: bold;
  margin-bottom: 15px;
}

#id_ozon_delivery_punkt{
  width:100%;
}

.ozon-delivery-tab{
  margin:30px 0 15px 0;
}

.ozon-cost-cont{
  margin-bottom:15px;
}

.item-hidden-about-ozon{
  /*opacity:0.3;*/
}
.item-hidden-about-ozon.cat:hover {
  background-color: transparent !important;
  color: inherit  !important;
}

.ozon-delivery .check-icon{
  display:none;
} 
.ozon-delivery.checked{
  color:#85C623;/*#337ab7;*/
  border:2px solid #85C623;
}
.ozon-delivery.checked .check-icon{
  display:block;
} 
.ozon-delivery:hover, .ozon-delivery:active, .ozon-delivery:visited, .ozon-delivery:focus{
  text-decoration: none;
}
.ozon-delivery .main-icon{
 font-size: 5em;
}
.ozon-delivery span{
  display:block;  
}

.ozon-delivery .check-icon{
  position:absolute;
  font-size: 2.2em;
  top: 0px;
  left: 3px;
}
.ozon-delivery{
  text-decoration: none;
  position:relative;
  color:grey;
  display: block;
  float:left;
  width:140px;
  border-radius: 4px;
  padding-top: 16px;
  height:140px;
  margin-right:20px;
  border:1px solid #dddddd;
  text-align: center;

}



.fasovka-tz-select{
  background-color: #85C623!important;
}

.supplier_order_num{
  cursor: pointer;
}

.clear-supplier-order{
  margin-top:20px;
  font-size: 18px;
}

.select2-container .select2-selection--single{
  height: 34px!important;
}

.select2-container--default .select2-selection--single{
  border: 1px solid #ccc!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 34px!important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 15px!important;
}

.bonus-num-cont .bonus-num{
  color: #fe8c00;
  font-weight: bold;
}
.bonus-num-cont{
  color: #b3b3b3;
  line-height: 1.5;
}
.bonus-num-cont .bonus-date-end{
  color: #000;
}

.tz-fasovka-cat-total{
  margin-bottom:30px;
}



.new-order-row.order-samovyvoz{
  background-color: #f3da0b!important;
}

.new-order-row.order-ozon{
  background-color: #d9edf7!important;
}
.new-order-row.order-ozon td {
  border: 1px solid #31708f;
}




.control-data{
    padding-top:18px;
    padding-bottom:18px;
}


.about-client-order-frm .data-holder .data-name{
        text-align:left;
        font-size:16px;
        width:200px;
}

.red{
    color:red;
}

.about-client-order-frm .data-holder{
    margin-bottom:15px;
}
.client-orders-details-by-product-cont{
  display: none;
}
.toggl-client-orders-details-by-product-cont{
  margin:0px 0 20px 0;
}
.about-client-order-frm .data-holder .data-value{
        text-align:left;
        width:300px;
        font-size:16px;
}
.coupon-form-cart-container{
  display: flex;
  flex-direction: row;   
  justify-content: flex-end;
}

.coupon-form-cart-container .coupon-form-cart-label{
  padding: 8px 10px 10px 0;
  font-weight: bold;
}


.user.desktop-user-block .user-name{
  padding-top:0;
}

.user.desktop-user-block{
  position:relative;
}

.user.desktop-user-block .glyphicon{
  right: 7px;
}
/*
.client-lk .user.desktop-user-block .user-lk{
  display:none;
}*/

.user.desktop-user-block .user-lk{
  position:absolute;
  top: 24px;
  left: 40px;
  width:100px;
  text-align: left;
  white-space: nowrap;
  font-size: 9px;
  color:#333;
}






.breadcrumbs{
    padding:0px 0 0 25px;
}

.breadcrumbs a:hover{
  text-decoration: none;
  color: #333333;
}

.breadcrumbs a{
  text-decoration: underline;
  color: #333333;
}

.breadcrumbs, .breadcrumbs span{
  color: #858585;
  font-size: 14px;

}

.filter-form-control-cont select, .filter-form-control{
  display:inline-block; 
  max-width:200px;
}

.found-cheaper-link{
  margin-top: -8px;
  display:block; 
  margin-bottom: 11px;
}

.coupon-form-cart-container .coupon-form-cart-input{
  width: 200px; 
  margin-right:10px;
}

.mobile-header, .mobile-search, .mobile-overlay{
      display:none;
  }

  .show-hide-coupons-text-combo{
    font-size:12px;
  }
 
.product-page-cont h1 {
  font-size: 30px;
  margin-bottom:6px;
  max-width: 660px;
}

.product-page-cont .product-image-cont{
   width:310px;
   float:left; 
   margin:20px;
   position: relative;
}


.product-page-cont a.btn{
  margin-top: 20px;
  padding: 7px 94px;
  font-size: 21px;
}

.product-page-cont .price{
  margin:10px 0 20px 0; 
}

.product-page-cont .price-with-ind-price{
  opacity: 0.5;
}




.product-page-cont .price span{
  border-radius: 4px;
}

.orders-page .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: white;
}

.orders-page .table > thead > tr > th, 
.orders-page .table > tbody > tr > th, 
.orders-page .table > tfoot > tr > th, 
.orders-page .table > thead > tr > td, 
.orders-page .table > tbody > tr > td, 
.orders-page .table > tfoot > tr > td {
  border-top: 1px solid #000000!important;
}

.dealer-product-list-photo{
  width:120px;
}

.page-label-product .price-sec{
  font-size: 20px;
}


.params .param{
  font-size: 16px;
}


.product-page-cont .tov-cap{
  position:initial;
  float:left; 
}

.clients-carts-search-input{
  width: 455px;
}

.btn.agent-reward-filter-btn{
  padding: 5px 16px;
    font-size: 18px;
    line-height: 1.2333333;
    vertical-align: unset;
}

.html-text {
  font-size: 16px!important;
}

.opacity{
  opacity:0.5;
}

.products-carts-3d-column > strong{
  font-size:18px;
}

.food_value_data{
  width:250px;
}

.tov-weight-and-stock span.in-stock{
  background-color: #85C623;
}

.product-page-cont .tov-weight-and-stock span.stock{
  display:block;
  position: relative;
  width:98px;
  top:auto;
  left:auto;
  margin-top: 12px;
}

.food_value_data .columns {
  border-radius: 5px;
    overflow: hidden;
}

.params{
  margin-top:25px;
  width:460px;
}
.params .param{
  margin:5px 0;
  position: relative;
  padding-left: 75px;
}
.params .param-label{
  width: 71px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.params .param-value{
  display: inline-block;
}
.clear-fix{
  clear:both;
}
.product-section{
  margin-top:45px;
}
.product-section h4 {
  font-size: 24px;
  margin: 0 0 16px 0;
}


.products-cats-sub-cont-external-with-arrows{
  width: 95%;
  margin: 0 auto;
}

.products-cats-cont-external{
  position: relative;
}

.subcats-nav:hover{
   color: #333;
}
.subcats-nav{
  transition: all 0.3s ease;
  position:absolute;
  color:#9fa0a3;
  font-size: 28px;
 } 
 .subcats-nav.subcats-nav-left{
     left:-33px;
     top:8px;
 }
 .subcats-nav.subcats-nav-right{
  right: -33px;
  top: 8px;
 }
.filter-cont input[type="checkbox"]{
  margin:0;
}
.filter-cont label{
  font-weight: normal;
  margin:0;
  cursor: pointer;
}
 .filter-cont{
  margin-bottom: 30px;
 }
 .filter-cont h3{
  margin-top:0;
  float:left;
  font-size:18px;
 }
 .filter-cont .clear-all-btn{
  float:right;
 }
 .filter-cont ul li.first{
  border-bottom: 1px solid #cccccc;
  padding-bottom:10px;
  margin-bottom:10px;
 }
 .filter-cont ul li{
  margin:0;
  padding:4px 0;
 }
 .filter-cont ul{
    list-style: none;
    padding:0;
    margin:0;
 }
 .filters-cont{
  margin:0 0 30px 0;
  background-color: rgba(0,0,0,0.05);
  border-radius: 10px;
 }
 .filters{
  padding:25px 25px 25px 25px;
 }
.filters-button:hover{
   background-color: rgba(0,0,0,0.2);
}
 .filters-button{
  transition: all 0.3s ease;
    border:0;
    width:100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 10px;
    /*margin-bottom: 30px;*/
 }
 .filters-button span{
  display:inline-block;
  margin-left:5px;
  width:25px;
  height:25px;
  color:white;
  text-align: center;
  background-color: #85C623;
  border-radius: 50%;
 }

 .no-wrap{
  white-space: nowrap;
 }

.subcategories-cont{
  -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: row;

    /*align-items: center;*/
    /*justify-content: center;*/

    /*max-width: 1280px;*/
    /*overflow: auto;*/
    overflow: hidden;
    padding-bottom:15px;
    margin-bottom:20px;
}

.product-section.products-cats-cont{

  /*box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.46);*/

  background-color: rgba(0,0,0,0.05);
  border-radius: 10px;
}

.product-section.product-data h4{
  padding-bottom:5px;
  border-bottom:1px solid rgba(0,0,0,0.05);
}

.after_clearfix::after{
  content:"";
  display: block;
  clear:both;
}

.item_col .title {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 14px;
  color: #1a1a1a;
}

.item_col .columns {
  min-width: 220px;
  border: 1px solid #bbb8b9;
}


.item_col{
  float:left;
  margin-right:40px;
}

.item_col .row{
  margin:0;
}

.item_col .row:first-child .column {
  padding-top: 16px;
}
.item_col .row:last-child .column {
  padding-bottom: 16px;
}
.item_col .column:first-child {
  border-left: none;
}
.item_col .column {
 
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  display: inline-block;
  float: left;
  width: 49.6%;
  padding: 10px 20px;
  vertical-align: top;
  color: #1a1a1a;
  border-left: 1px solid #bbb8b9;
}


.clearfix:after , .clearfix:before{
  display: table;
  clear: both;
  content: '';
}


.after_clearfix .row:nth-child(even) .column {
  background: #f6f6f6;
}





.item_col .columns_items {
  max-width: 360px;
  margin: -5px 0 0 -5px;
}

.item_col .col {
  display: inline-block;
  min-width: 78px;
  margin: 5px 0 0 5px;
  vertical-align: top;
  border: 1px solid #bbb8b9;
}

.item_col .sup {
  font-size: 13px;
  line-height: 1.1;
  padding: 6px;
  text-align: center;
  background-color: #f6f6f6;
}

.item_col .sub {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  padding: 6px;
  text-align: center;
}

.item_col .sup strong {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}



.item_col .item_circle {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
}

.item_col .circle {
  
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #000;
}

.item_col .item_circle strong {

  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #1a1a1a;
}

.product-image-cont img{
  border-radius: 10px;
  /*box-shadow: 0 0 14px rgba(70, 70, 70, 0.5);*/
}

.product-section:first-child{
  margin-top:10px;
}


.not-index.page-label-product .section-title {
  margin-left: 0;
  text-align: center;
}


.clear{
  clear: both;
}



.tov a:hover{
  color: rgb(51, 51, 51);
}
.tov a:hover h2{
  color: rgb(51, 51, 51);
}
.tov a h2{
  color: rgb(51, 51, 51);
}

.page-label-product .tov-cap p.tov-weight-and-stock{
  color:#eb710c;
}

.product-page-cont{
  position:relative;
}
.product-page-cont .back-to-cat{
  padding: 10px 15px 10px 15px;
  /*width:200px;*/
  border:1px solid #e6e6e6;
  height:auto;
  position:absolute;
  top:10px;
  right:10px;  
  font-size: 15px;

}

.desktop-only{
  display: block;
}
.mobile-only{
  display: none;
}

.desktop_food_value_data{
  position:absolute;
  width: 400px;
  float:none;
  right:10px;
  top: 104px;
  margin:0;
}

.desktop_food_value_data.item_col .column{
  padding: 15px 20px;
}

.product-section{
  margin-left:20px;
}

.product-section.product-data h4{
  font-size:26px;
}

.product-section.product-data{
  margin-left:40px;
}


.coupon-success-cont.cont-with-icon{
  display: inline-block;
}

.coupon-form{
  padding:20px;
  background-color: #d9edf7;
  text-align:right;
}

.coupon-form input{
  width:160px;
  display:inline-block;
}

.coupon-form > span{
  display:inline-block;
  margin-right:10px;
  font-size: 18px;
  font-weight: 500;
    line-height: 1.1;
}

.coupon-form .coupon-success-cont{
  margin-top:5px;
}

.cont-with-icon i{

  /*display:block;*/
  position:absolute;
  top:3px;
  left:0;

}

.cont-with-icon {
  position:relative;
  padding-left:22px;
}

.download-btn-cont{
  text-align:center;
}

.download-btn-cont a{
  display:inline-block!important;
}

.mods-container-product-page{
  border-top:1px solid #bbb8b9;
  border-bottom:1px solid #bbb8b9;
  padding: 12px 0;
  margin-bottom: 17px;
  max-width: 400px;
}

.mods-container-product-page .h{
    font-size: 20px;
}

.mods-container-product-page ul{
 list-style: none;
 padding:0;
 margin:0;
}

.mods-container-product-page ul:after{
  display: block;
  content: '';
  clear:both;
 }
 

.mods-container-product-page ul li{
  float:left;
  width: 80px;
  height:37px;
  margin:10px 15px 0 0;
  text-align: center;
}

.mods-container-product-page ul li span{
  width: 100%;

  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-size: 17px;
  /*font-weight: 700;*/
  color: #fff;
  border-radius: 3px;
  background-color:#ec710c;

  height:35px;
  padding-top:5px;
  /*font-size:17px;
  color:#333333;
  border-radius: 3px;
  border:1px solid #333333;*/
  display:block;
  /*background-color:#ededed;*/
}

.mods-container-product-page ul li a:hover{
  text-decoration: none;
  background-color:#a5e645;
}

.mods-container-product-page ul li a{
  width: 100%;
  padding-top:5px;
  font-size:17px;
  color:white;
  height:35px;
  border-radius: 3px;
  /*border:1px solid #e47000;*/
  display:block;
  background-color:#84c624;
}


.mods-container-product-page ul li a.product-page-cur-weight{
  background-color:#e47000;
}




/*===============*/


.mods-container-product-list{
  /*position:absolute;
  display: block;
  top: -6px;
  left: 57px;*/
}


.mods-container-product-list ul{
  list-style: none;
  padding:0;
  margin:0;
 }
 
 .mods-container-product-list ul:after{
   display: block;
   content: '';
   clear:both;
  }
  
 
  .mods-container-product-list ul li{
   float:left;
   /*width: 45px;*/
   height:23px;
   margin:10px 7px 0 0;
   text-align: center;
 }
 

 .mods-container-product-list ul li a:hover{
   text-decoration: none;
   background-color:#9bdd3f;
   color:white;
 }

 
 .product-list-weight{
  font-size: 16px;
  line-height: 16px;
   font-weight: 700;
  padding:5px 7px;
  color:white;
  height:23px;
  border-radius: 3px;
  display:block;
  background-color:#ec710c;
  display:inline-block;
}

.product-list-weight:hover{
  text-decoration: none;
  color:white!important;
  background-color:#ff9946!important;
}

.mods-container-product-list ul li a.product-list-weight{
  background-color:#ec710c;
}
 
 .mods-container-product-list ul li a{
  font-family: 'Roboto Condensed', sans-serif;
   width: 100%;
   font-size: 16px;
   line-height: 16px;
    font-weight: 700;
   padding:5px 7px;
   color:white;
   height:23px;
   border-radius: 3px;
   display:block;
   background-color:#89c732;
 }

 .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
   z-index:72000;
   border-radius: 4px;
 }
.ui-menu-item-wrapper:hover{
  background-color: #eeeeee;
  border-top:1px solid #eeeeee;
  border-left:1px solid #c5c5c5;
  border-bottom:1px solid #eeeeee;
  border-right:1px solid #c5c5c5;
  color:inherit;
}

.search-desc{
  padding-left: 60px;
  padding-top:4px;
  font-weight:bold;
}
.search-desc .prod-name{
  font-weight:bold;
}

.search-desc .prod-price{
  color: #c5c5c5;
}
.search-desc .prod-price span{
  color: #fe8c00;
}

.search-img{
  float:left;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li:last-child .ui-menu-item-wrapper{
  /*background-color: #e0e0e0;
  border:1px solid #e0e0e0;*/
  font-weight: bold;
}

.page-label-order-info .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li:last-child .ui-menu-item-wrapper{
  font-weight: normal;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li:last-child .ui-menu-item-wrapper:hover{
  /*background-color: #e0e0e0;
  border:1px solid #e0e0e0;
  color: #333;*/
}

.page-label-product #products-list-cont2{
  justify-content: center!important;
}



.mod-cont-add-address h2{
  text-align: center;
}

.mod-cont-add-address .control-label{
  text-align:right;
  margin-top: 5px;
  padding-left: 0;
}

.mod-cont-add-address .form-fields{
  margin:30px 0;
}

.mod-cont-add-address .form-control{
  width:90%;
}

.mod-cont-add-address .form-group::after{
  content:'';
  display: block;
  clear: both;
}

.responsive-youtube-cont{
  max-height:315px; 
  max-width:560px;
}

.responsive-youtube
{overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}
.responsive-youtube iframe
{left:0; top:0; height:100%; width:100%; position:absolute;}

.client-address{
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #f5f5f5;
  position: relative;
  
  overflow: hidden;
}

.client-address label{
  margin:0;
  font-weight: normal;
  padding:9px 0 9px 33px;
  display: block;
}

.client-address input[type="radio"]{
  margin: 0;
  position: absolute;
  top: 12px;
  left: 11px;
}

.client-address .name-address{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #cccccc;
  color:white;
  padding:9px;
  min-width:90px;
  text-align: center;
}



.client-address.active{
  border: 1px solid #85C623;
  background-color: #e8ffc8;
}


.client-address.active label{
  font-weight: bold;
}

.client-address.active .name-address{
  background-color: #85C623;
}

.user-recommeded-cont .recommend-field.form-control{
  width:150px;
  display: inline-block;
}

.user-recommeded-cont .intro{
  margin-bottom:20px;
  font-size: 17px;
}
.user-recommeded-cont .recommend-field.form-control.vk-profile{
  width:228px; 
}

.slick-slide img {
  width: 100%;
}

.select-part-header-cont .tooltip.bottom .tooltip-inner{
 /* margin-top: 10px;*/
 padding:10px;
 background-color: #dfe1e5;
 color: black;
 font-size:13px;
  
}

.head-menu .lnk .not-auth-menu a{
  font-size:17px;
}
.head-menu .lnk .not-auth-menu{
  margin-top: -25px;
}

.for-print-only{
  display: none;
}

.client-order-details-leftcol #participants-select{
  width:100%;
  margin-left: 0px;
}

.select-part-header-cont .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #dfe1e5;
}

:focus {
  outline: none!important;
}
.user-recommeded-cont .recommend{
  margin-bottom:25px;
}

.product-image-cont .bx-wrapper{
  border:0;
  background: transparent;
}

.product-image-cont .bx-wrapper .bx-viewport{
  border:0;
  background: transparent;
  box-shadow: none;
}


.stocks-limit-reached .stocks-col{
  font-weight: bold;
  color: red;
}

.competitor-price-better{
  background-color: #B9F7FF!important;
}


@media (max-width:500px) {


  input[type="file"] {
    display: block;
    line-height: 40px;
    font-size: 40px;
    margin:62px 0;
}


.client-lk-only .head-menu .log-lnk {
  padding-top: 0;
}

.client-lk-only .check.pull-right{
  float: none !important;
}

.client-lk-only .user.desktop-user-block .user-name{
  text-align: right;
}

.client-lk-only .user .user-name {
  white-space: normal;
}

.client-lk-only .desktop-only.cart-desktop.quick-cart-cont-class{
  margin-top: -22px;
}

.client-lk-only .cart.pull-right.text-center{
  margin-top:20px;
  float: none!important;
  display: block;
}

.client-lk-only .user {
  margin-right: 82px;
}

.client-lk-only .cart span {
  top: -14px!important;
  left: -27px!important;
}

.client-lk-only .user .glyphicon{
  top: 7px;
}

}
