.quickbuy-item-price-new, .uk-prosucts .redsign_da .redsign_da-new_price {
font-size: 19px !important;
}

.telphone {
    cursor: pointer;
    font-size: 14px;
    height: 37px;
    margin: -27px 120px 0;
    padding-left: 14px;
    position: relative;
    text-decoration: underline;
    width: 149px;
}

.textlinks {
	color: #24ac00;
	font-weight: bold;
	text-decoration: none;
}

.ZagPodp{
  font-family: RobotoBoldCondensed, Arial, sans-serif;
  font-size: 20px;
}

.js-subscribe button{
  cursor: pointer;
}

.close {
float: right;
cursor: pointer;
}

.Closefilt{
  display: none;
}

.video{
  width: 800px;
  margin: auto;
  display: block;
}

div.submenu{
  z-index: 3333333222;
}

#parent_popup {
  background: url(/bitrix/templates/green/fancybox/fancybox_overlay.png);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9100000;
  top: 0;
  left: 0;
}

#tt {
background-color: #FFFFFF;
box-shadow: 0 0 6px 1px #808080;
height: 350px;
left: 33%;
margin: 10% auto auto;
padding: 12px;
position: fixed;
top: 25px;
width: 400px;
z-index: 1001;
}
.card_new {
cursor: pointer;
font-size: 18px;
margin: 10px 0;
padding: 10px 5px;
width: 240px;
}
.agree_new {
    cursor: pointer;
    margin: -20px 0 0 20px;
}
#ttt {
background-color: #FFFFFF;
box-shadow: 0 0 6px 1px #808080;
/*left: 62%;tin*/
left:40%;
margin: 25% auto auto;
padding: 12px;
/*position: fixed;tin*/
position:absolute;
top: 25px;
width: 400px;
z-index: 10;
}
#tttt {
    background-color: #fff;
    box-shadow: 0 0 6px 1px gray;
    left: 45%;
    margin: 25% auto auto;
    padding: 12px;
    position: absolute;
    top: 25px;
    width: 300px;
}
.clear {
clear: both;
}
.title {
font-size: 23px;
margin-bottom: 14px;
}
.textinpbig {
width: 350px;
margin: 10px 0;
}
textarea {
border: 1px solid #B5B5B5;
border-radius: 3px;
color: #222222;
font-size: 14px;
padding: 8px 10px;
width: 350px;
}
.recall-buttons input {margin: 15px 0; cursor: pointer;}


#carousel_container {
border: 1px solid #BDBDBD;
border-radius: 4px;
clear: both;
height: 260px;
background:white;
}
.csle-main-title {
background-color: #FFFFFF;
border-bottom: 1px solid #BDBDBD;
font-size: 14px;
font-weight: bold;
padding: 7px 16px 6px;
}
#carousel_inner {
float:left; /* important for inline positioning */
width:1138px; /* important (this width = width of list item(including margin) * items shown */
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: #fff;
}

#carousel_ul {
position:relative;
left:0; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
heigth: 200px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */
width:215px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:200px;
margin-top:10px;
margin-bottom:10px;
margin-left:5px;
margin-right:5px;
text-align: center;
}
#left_scroll {
margin-left: 5px;
}
#right_scroll {
marin-right: 5px;
}
#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand;
border:0px;
}
#left_scroll, #right_scroll{
float:left;
height:24px;
width:15px;
margin-top: 85px;
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}


a
{
color: #121212;
}
a.hover
{
color: #009944;
}
.pricetools-old_price
{
color:grey;
text-decoration:line-through;
font-size: 20px;
margin-bottom: 15px;
}
.bDesc
{
margin-top:60px;
}
.contacts-table {
  width: 100%;
}
.contacts {
	font-size: 20px;
	line-height: 28px;
}
.contacts-table .item {
    float: left;

    width: 25%;
    text-align: center;
    height: 150px;
    /*padding-top: 15px;*/

}
.contacts-table .item:nth-child(odd) {
  background-color: #ebebeb;
}
.contacts-table .item:nth-child(even) {
   background-color: #fff;

}

.relevance{
    font-weight: bold;
    font-size: 16px;
}

.relevance-catalog{
    margin-top: 10px;
    display: block;
}

.relevance-simply{
    font-size: 12px!important;
}
.fast-links {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #C7C7C7;
    margin: 25px 0 25px 0;
    position: relative;
    padding: 15px 0 25px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.fast-links .title{
    font-size:16px;
    margin-left:12px;
    background: #fff;
    position: absolute;
    top: -10px;
    width: 100px;
    padding: 0 8px;
}
.fast-links .f-link {
    /*float: left;*/
    flex-flow:column wrap;
}
.fast-links a{
    color:#4ebe58;
    padding: 4px 7px ;
}
.title_dop_cat {
  line-height: 12px;
  display: inline-block;
  background: #EEE;
  border: 1px solid rgba(195, 195, 195, 0.1);
  padding: 5px 10px 5px 10px;
  margin-bottom: 2.5%;
  font-size: 16px;
  border-radius: 16px;
  color: #555;
}
.dop_cat {
	margin-top: 12px;
}
  



.pay-sys li span{
    height: 39px;
    display: inline-block;
}
.pay-sys li .mastercard {
    background: url(img/horizontalLogos.png) no-repeat -227px 0;

    width: 80px;

}
.pay-sys li .paykeeper {
     background: url(img/horizontalLogos.png) no-repeat 0px 0;
     width: 124px;
}

.pay-sys li .visa {
    background: url(img/horizontalLogos.png) no-repeat -130px 0;
    width: 104px;
}

.pay-sys li .mir {
    background: url(img/horizontalLogos.png) no-repeat -310px 0;
    width: 104px;
}

.pay-sys li .sb {
    background: url(/images/logo_sb.jpg) no-repeat 0px 0;
    width: 137px;
}

body .csle-main .sec-blocks .item {
    min-height: 320px;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 335px;
    height : 600px;

    margin: 0;
}

.basket_delete_product{
  color: red;
}

.item_name{
  position: relative;
  height: 38px;
  overflow: hidden;
  font-size:16px;
}



.aboutBlockIcons{
  text-align: center;

}

.aboutBlockIcons .itemsIco{
    width: 15.66666%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

@media only screen and (max-width: 680px) {
  .aboutBlockIcons .itemsIco{
      width: 30%;
  }
}


.aboutBlockIcons .itemsIco::before{
  content: "";
  width: 100px;
  height: 100px;
  background:  #009944;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}

.aboutBlockIcons .itemsIco .ico{
  width: 60px;
  height: 60px;
  margin-bottom: 50px;
  position: relative;
  left: 50%;
  margin-left: -30px;
}


.aboutBlockIcons .itemsIco span{
  font-size: 26px;
  color: #009944;
}

.aboutBlockIcons .itemsIco.years .ico{
  background: url(/img/12.png) no-repeat 0px 0px;
  top: 20px;
  margin-left: -23px;
}

.aboutBlockIcons .itemsIco.people .ico{
  background: url(/img/3.png) no-repeat 0px 0px;
  top: 21px;
}

.aboutBlockIcons .itemsIco.stores .ico{
  background: url(/img/1.png) no-repeat 0px 0px;
  top: 16px;
}

.aboutBlockIcons .itemsIco.prodCount .ico{
  background: url(/img/4.png) no-repeat 0px 0px;
  top: 22px;
}


.aboutBlockIcons .itemsIco.prodDelivery .ico{
  background: url(/img/5.png) no-repeat 0px 0px;
  top: 34px;
}


.aboutBlockIcons .itemsIco.prodSale .ico{
  background: url(/img/6.png) no-repeat 0px 0px;
  top: 22px;
}
