html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: verdana, sans-serif;
    background-color: #fff;
    font-size: 12px;
    color: #333;
    line-height: 1.4;
   /* background: url('../images/fon.png') repeat;*/
    background-color: #f7f7f7;
}

section, header, nav, article, footer{
    display: block;
}

input, select, textarea{
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #333;
}

input:focus{
    outline: none;
}

img{
    border: none;
}

a{
    color: #007cc0;
}

p.clip {
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
}

a:hover{
    text-decoration: none;
}

table{
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table td{  
    padding: 0;
}

@font-face {
    font-family: 'roomthin';
    src: url('fonts/room_thin.eot');
    src: url('fonts/room_thin.eot?#iefix') format('embedded-opentype'),
         url('fonts/room_thin.woff') format('woff'),
         url('fonts/room_thin.ttf') format('truetype'),
         url('fonts/room_thin.svg#roomthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roomregular';
    src: url('fonts/room.eot');
    src: url('fonts/room.eot?#iefix') format('embedded-opentype'),
         url('fonts/room.woff') format('woff'),
         url('fonts/room.ttf') format('truetype'),
         url('fonts/room.svg#roomregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'a_avantebsregular';
    src: url('fonts/aavantebs.eot');
    src: url('fonts/aavantebs.eot?#iefix') format('embedded-opentype'),
         url('fonts/aavantebs.woff') format('woff'),
         url('fonts/aavantebs.ttf') format('truetype'),
         url('fonts/aavantebs.svg#a_avantebsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lobster_1.4regular';
    src: url('fonts/lobster.eot');
    src: url('fonts/lobster.eot?#iefix') format('embedded-opentype'),
         url('fonts/lobster.woff') format('woff'),
         url('fonts/lobster.ttf') format('truetype'),
         url('fonts/lobster.svg#lobster_1.4regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arialbold_italic';
    src: url('fonts/arialbi.eot');
    src: url('fonts/arialbi.eot?#iefix') format('embedded-opentype'),
         url('fonts/arialbi.woff') format('woff'),
         url('fonts/arialbi.ttf') format('truetype'),
         url('fonts/arialbi.svg#arialbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arialbold';
    src: url('fonts/arialbd.eot');
    src: url('fonts/arialbd.eot?#iefix') format('embedded-opentype'),
         url('fonts/arialbd.woff') format('woff'),
         url('fonts/arialbd.ttf') format('truetype'),
         url('fonts/arialbd.svg#arialbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.required{
    color: #f19090;
}

.message {
    padding: 1em;
    display: none;
    margin-bottom: 2em;
}

.message.error {
    background-color: #fff;
    color: #ff445a;
    border: 2px solid #eb9e9e;
}

.message.success {
    border: 2px solid #aad3aa;
    padding: 1em 2em;
    margin-bottom: 2em;
}

.message.info {
    border: 2px solid lightblue;
    color: #666666;
    padding: 1em 2em;
    margin-bottom: 2em;
}

.button{
    display: inline-block;
    color: #fffefe;
    text-decoration: none;
    padding: 4px 16px;
    vertical-align: middle;
    border: 1px solid #569eb9;
    cursor: pointer;
    margin: 0;
    background-color: #569eb9;
    -moz-box-shadow: inset 0 2px 2px #92c1d2;
    -webkit-box-shadow: inset 0 2px 2px #92c1d2;
    box-shadow: inset 0 2px 2px #92c1d2;    
    border-radius: 5px;
}

.button:hover{
    background-color: #63a2b9;
    border-color: #63a2b9;
}

/*******************/

.phone-info{
    margin-top: 3em;
    line-height: 2.5;
}

.phone-info  .phone-number{
    font-size: 18px;
    color: #ff1b34;
}

/******************/

html>body #pageWrapper{
    height: auto;
    min-height: 100%;
}

#pageWrapper{
    position: relative;
    width: 100%;
    height: 100%;
    /*min-width: 980px;*/
    min-width: 1150px;
}

/****** Шапка *****/

#headerWrapper{
    width: 100%;
}

#headerTopWrapper{
    background-color: #333;
}

/*
i.fab,i.fas{
    display: inline-block;
    float: right;
    margin: 2px 10px 0 0;
    border-radius: 60px;
    font-size: 1.2em;
    line-height: 1em;
    font-style: normal;
    box-shadow: 0px 0px 2px #888;
    background-color: #cac4c4;
    padding: 0.6em 0.6em;
    color: black;
}

i.fab.fa-youtube {
    padding: 0.6em 0.5em;
}
i.fab,i.fas{
    display: inline-block;
    float: right;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1em;
    border-radius: 50%;
    padding: 10px;
    font-style: normal;
    background-color: #cac4c4;
    color: black;
    margin-left: 5px;
}

i.fab:hover{
    background:#f7f7f7;
}
*/
#headerTop{
    position: relative;
  /*  min-width: 940px;
    padding: 0 20px 0 20px;
    height: 40px;
    margin: 0 auto;
    max-width: 1400px;
    zoom: 1;
    height: 3.5em;
    padding: 0 8.5em 0 0;
    max-width: 1700px;*/
    height: 2.5em;
    padding: 0.5em 0 1em 0;
    margin: 0 auto;
    min-width: 1350px;
    max-width: 1450px;
}

/*
#headerTop .phone{
    float: right;
    color: #fff;
    font-size: 18px;
    font-family: Helvetica, sans-serif;
    width: 307px;
    line-height: 38px;
    zoom: 1;
}
#headerTop .phone{
    float: right;
    color: #fff;
    font-size: 1.4em;
    font-family: Helvetica, sans-serif;
    margin-right: 1em;
    line-height: 2em;
}*/


.social-links a{
    text-align:center;
    float: right;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 7px; 
    display: flex;
    align-items: flex-start;
    transition: all 0.4s;
    background-color: #cac4c4;
    color: #333333;
    -webkit-transition: all 0.4s;
} 

.social-links a i{
    font-size: 20px;
    align-self:center;
    color: #333333;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin: 0 auto;
}
.social-links a i::before{
  display:inline-block;
  text-decoration:none;
}
/*
.social-links .viber {
    text-align: center;
    float: right;
    width: 30px;
    height: 30px;
    border: 2px solid #909090;
    border-radius: 100%;
    margin-right: 7px;
    display: flex;
    align-items: flex-start;
    transition: all 0.4s;
    background-color: #cac4c4;
    color: #333333;
    -webkit-transition: all 0.4s;
}
.social-links .viber i{
    font-size: 20px;
    align-self:center;
    color: #333333;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin: 0 auto;
}
*/
.social-links .viber i::before{
  display:inline-block;
  text-decoration:none;
}
.social-links .whatsapp i::before{
  display:inline-block;
  text-decoration:none;
}
.social-links .viber:hover{
  background:#7F4DA0;
}

.social-links .whatsapp:hover{
  background:#25D366;
}

.social-links .viber:hover i{
  color:#FDFDFD;
}
.social-links .whatsapp:hover i{
  color:#FDFDFD;
}

.social-links .youtube:hover i{
  color:#ff0000;
}
.social-links .instagram:hover i{
  color:#FDFDFD;
}

.social-links .instagram:hover {
  background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-links .telegram:hover {
  color:#FFFFFF;
}
.social-links .telegram:hover i{
  color: #27a7e8;
}

/*
 * 
 * */



/*
.social-links a:hover{
  background: rgba(0,0,0,0.2);
    color: #333333;
   background:#f7f7f7;
}
.social-links .viber:hover{
  background:#7F4DA0;
  border: 2px solid #7F4DA0;
}

.social-links .whatsapp:hover{
  background:#25D366;
  border: 2px solid #25D366;
}

.social-links .viber:hover i{
  color:#FDFDFD;
}
.social-links .whatsapp:hover i{
  color:#FDFDFD;
}


/*
 * 
 * */



/*
.social-links a:hover{
  background: rgba(0,0,0,0.2);
    color: #333333;
   background:#f7f7f7;
}
.social-links a:hover i{
  color:#fff;
}
*/

.social-links a:hover{  
   background:#f7f7f7;
}
.social-links a:hover i{
  color:black;
}
/************************************************************************/

#headerTop .phone{
    float: right;
    color: #fff;
    font-size: 1.4em;
    font-family: Helvetica, sans-serif;
   /* margin: 0 0.5em 0;*/
    margin-right: 7px;
    line-height: 2em;
}


/*31.01.2018*/
/************************************************************************************************/
.shops_list{
    border-bottom: 1px solid #e9eeef;
}

.shops_list:last-child{
    border-width: 0;
}
.shops_list table{
    margin: 2em 0;
    width: 100%;
    background-color: #fff;
}

.shops_list table td{
    padding: 0.8em 1em;
    text-align: center;
}

.shops_list table thead td{
    background-color: #eef3f4;
    font-weight: bold;
    position: relative;
}

.shops_list table thead td:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
}

.shops_list table tbody td{
    border-bottom: 1px solid #eef3f4;
}

.shops_list table tbody tr:last-child td{
    border-bottom-width: 2px;
}
.shops_list table tbody tr:hover {
    background-color: rgba(8, 127, 246, 0.14);
}
.shops_list-info{
    font-size: 16px;
    padding-bottom: 3em;
}
.shops_list-info a{
    color: #e31e24;
}
/************************************************************************************************/


#headerTop .shops{
    display: inline-block;
    color: #e7e7e7;
    margin: 0 30px 0 0;
    /*dispaly: inline;   */
}

#headerTop .shops .icon{
    width: 12px;
    height: 18px;
    display: inline-block;
    background: url('/images/shops-icon.png') no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}

#headerTop .shops:hover{
    text-decoration: none;
    color: #fff;
}

#headerTop .shops:hover .icon{
    background-position: 0 -18px;
}

#headerTop .contact-us{
    display: inline-block;
    color: #e7e7e7;
    /**dispaly: inline;  */  
}

#headerTop .contact-us .icon{
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url('/images/contact-icon.png') no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}

#headerTop .contact-us:hover{
    text-decoration: none;
    color: #fff;
}

#headerTop .contact-us:hover .icon{
    background-position: 0 -17px;
}

#headerTop .authorization{
    position: absolute;
    top: 0;
    right: 20px;
    height: 38px;
}

#headerTop .authorization .signin{
    color: #ff1b34;
    margin-right: 10px; 
}

#headerTop .authorization .signin:hover{
    text-decoration: none;
}

#headerTop .authorization .signup{
    display: inline-block;
    border: 1px solid #737373;
    background-color: #3d3d3d;
    color: #e7e7e7;
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin-top: 5px;
}

#headerTop .authorization .signup:hover{
    background-color: #464646;
    color: #fff;
}

#headerTop .signout{
    color: #ff1b34;
    vertical-align: top;
    margin-top: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#headerTop .signout:hover{
    text-decoration: none;
}

#headerTop .feedback{
    display: inline-block;
    color: #fefefe;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 13px;
}

#headerTop .feedback span{
    display: inline-block;
    width: 32px;
    height: 27px;
    background: url('../images/feedback-icon.png');
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: top;
}

#privatePanel{
    display: inline-block;
    margin-right: 35px;
    *display: inline;
    zoom: 1;
    margin-top: 11px;
    vertical-align: top;
}

#privatePanel a{
    color: #c2c2c2;
    text-decoration: none;
    margin: 0 0 0 25px;
    vertical-align: top;
}

#privatePanel a:hover{
    color: #fff;
    text-decoration: underline;
}

#privatePanel .icon{
    vertical-align: top;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    display: inline-block;
    background: url(/images/private-panel-icon.png) no-repeat;
    *display: inline;
    zoom: 1;
    position: relative;
    top: -6px;
    vertical-align: top;
}

#privatePanel .orders{
    background-position: -28px 0;
}

#privatePanel a:hover .profile{
    background-position: 0 -28px;
}

#privatePanel a:hover .orders{
    background-position: -28px -28px;
}

#headerBottom{
    min-width: 1350px;
    max-width: 1450px;
    /*padding: 0 0 0 20px;*/
    margin: 0 auto;
    white-space: nowrap;
    font-size: 100%;
}

#headerBottom td{
    vertical-align: top;
}

#headerBottom .logo{
    width: 305px; 
    margin: 10px 0 10px;
    /*margin: 15px 0;
    margin-top: 25px;
    margin-bottom: 15px;
    margin: 25px 0px 10px 0px;
    margin-left: 45px;*/
}

#headerBottom .logo a {
    text-decoration: none;
}

#headerBottom .logo span {
    color: #ff1b34;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/****** Оформление корзины в шапке сайта *****/

#headerBottom .basket{
    display: block;
    /*width: 154px;
    width: auto;
    height: 50px;*/
    /*background: url('/images/basket-background.png') repeat-x;*/
    color: #333;
    padding: 15px 10px 0 10px;
    text-decoration: none;
    margin-left: 25px;
}

#headerBottom .shops{
    display: block;
    color: #333;
    padding: 10px 10px 0 10px;
    text-decoration: none;
    margin-left: 25px;
}


#headerBottom .basket:hover{
    /*background-image: url('/images/basket-background-hover.png');*/
}

#headerBottom .basket .icon{
    display: inline-block;
    width: 47px;
    height: 35px;
    background: url('/images/basket-large.png') no-repeat;
    margin-right: 7px;
}

#headerBottom .basket .basket-info{
    display: inline-block;
}
#headerBottom .shops .shops-info {
    display: inline-block;
    font-size: 18px;
    padding-top: 0px;
}
#headerBottom .shops .address {
    display: block;
    margin-top: 5px;
    color: #333;
    font-size: 18px;
}
#headerBottom .shops .maps{
	font-size: 3.7em;
	padding-right: 10px; 
	vertical-align: text-bottom; 
	color: #ff1b34;
}

#headerBottom .basket .value{
    color: #ff1b34;
}

#headerBottom .basket .price{
    font-size: 16px;
    display: block;
    margin-top: 5px;
    color: #ff1b34;
}

#search{
    position: relative;
    padding: 0;
    /*bottom: 20px;
    top: 0;
    left: 0;*/
    width: 100%;
    margin-top: 25px;
}

#search .text{
   border: 1px solid #d6d6d6;
   -webkit-border-radius: 25px; /* avv 17.10.2016*/
   -moz-border-radius: 25px; /* avv 17.10.2016*/
   border-radius: 25px; /* avv 17.10.2016*/
   -moz-box-shadow: inset 0 3px 3px #ededed;
   -webkit-box-shadow: inset 0 3px 3px #ededed;
   box-shadow: inset 0 3px 3px #ededed;
   padding: 8px 30px 8px 10px;
   width: 100%;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #333;
   font-size: 12px;
   margin: 0;
}

.search-submit{
    position: absolute;
    top: 50%;
    right: 10px;
    zoom: 1;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    border: none;
    background: url('/images/loupe.png') transparent center center no-repeat;
    cursor: pointer;
}

.search-submit:hover{
    background-image: url('/images/loupe-hover.png');
}

.ui-widget-content .search-group{
    color: #333;
}

.ui-widget-content .search-article{
    color: #007cc0;
}

/**********************************************************************************/
#headerBottom .contacts {
    /*margin-top: 20px;*/
    margin-left: 30px;
    text-align: center;
}

#headerBottom .contacts .contacts-phone {
   /* margin-top: -10px;*/
    font-size: 2.25em;
    font-weight: bold;
    color: #ff1b34;
}

#headerBottom .contacts .contacts-period {
    font-size: 0.9em;
    margin: 0.2em 0;
}

#headerBottom .contacts .contacts-link {
    color: #323232;
}

#headerBottom .contacts .contacts-link span {
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url('../images/contacts-icon.png');
    margin-right: 5px;
    vertical-align: top;
}

/**********************************************************************************/

#headerBottom .header-profit {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px dashed #7bd1e1;
    padding: 8px 10px 8px 45px;
    text-decoration: none;
    color: #23b3ce;
    position: raltive;
    background: url('/images/profit-icon.png') 10px 4px no-repeat;;
}

#headerBottom .header-profit:hover {
    text-decoration: underline;
}

/*
#topMenu{
    background-color: #fafafa;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    zoom: 1;
    margin: 10px 0 25px;
    padding: 13px 15px 13px;
    -moz-box-shadow: -1px -1px 0 #fefdfc;
    -webkit-box-shadow: -1px -1px 0 #fefdfc;
    box-shadow: -1px -1px 0 #fefdfc;
    padding-right: 195px;
}
*/

#topMenu{
/*    zoom: 1;*/
    margin: 10px 0 10px;
    padding: 5px 0 5px;
}

#topMenu li{
    display: inline-block;
    background: none;
    padding: 0;
    position: relative;
   /* zoom: 1;*/
    display: inline;
    margin-right: 3%;
}

#topMenu li:last-child{
    margin-right: 0;
}

#topMenu .benefits{
   /* color: #ff1b34;
    font-size: 1.55em;*/
    font-size: 1.06rem;
}
#topMenu .red{
  color: #ff1b34;
}

#topMenu .benefits:hover{
    color: #ff1b34;
}

#topMenu a{
    color: #333;
    /*color: #323232;*/
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

#topMenu a:hover{
    /*text-decoration: underline;*/
    text-decoration: solid;
}

#topMenu a.selected{
    color: #ff1b34;
}

#topMenu li:hover a{
    color: #333;
}

#topMenu .active a{
    background-color: transparent;
    color: #333;
}

#footer{
    position: relative;
    width: 100%;
    height: 270px;
    /*height: 180px;
    height: 62px;
    /*line-height: 62px;*/
    background-color: #333;
    margin-top: -62px;
    -moz-box-shadow: inset 0 2px 2px #272727;
    -webkit-box-shadow: inset 0 2px 2px #272727;
    box-shadow: inset 0 2px 2px #272727;
    color: #a2a2a2;
    text-align: center;
    min-width: 1150px;
    margin-top: 5px;
}

#footer .footer-box{
  display: flex;
  margin-top: 0;
  margin-bottom: 10px;
}
#footer .bottom-bar {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-evenly;
  min-width: 1350px;
  max-width: 1450px;
  padding: 0 0 0 20px;
}

#footer .bottom-bar-item {
    flex-grow: 1;
    flex-basis: 0;
}
#footer .footerMenu {
    float: left;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-left: 3px;
    list-style: none;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: env(safe-area-inset-bottom);
    color: #fff;
    background: #333;
    border-color: #7e7e83;
}
/*
#footer .footerMenu {
    color: #fff;
    background: #333;
    border-color: #7e7e83;
}*/


#footerSocial{
    position: relative;
    height: 2.5em;
    padding: 0.5em 0 1em 0;
}
/*
#footerSocial .phone {
    float: right;
    color: #fff;
    font-size: 18px;
    font-family: Helvetica, sans-serif;
    width: 190px;
    line-height: 2.2em;
}
/
#footerSocial .phone {
    float: right;
    color: #fff;
    font-size: 1.4em;
    font-family: Helvetica, sans-serif;
    width: 160px;
    line-height: 2.2em;
}

#footerSocial i.fab {
    margin-top: 5px;
    font-size: 1.3em;
}*/
#footerSocial .phone {
    float: right;
    color: #fff;
    font-size: 1.4em;
    font-family: Helvetica, sans-serif;
    padding-right: 1em;
    line-height: 2.2em;
}
#footerSocial .messengers {
    float: right;
    color: #fff;
    font-size: 18px;
    font-family: Helvetica, sans-serif;
}

.footer-nav-link {
    font-size: 1.4em;
    line-height: 1.55em;
    color: #F7F7F7;
    text-decoration: none;
}
.footer-nav-link:hover {
    color: #babac0;
}

.footerTitle {
	float: right;
        font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	color: #F7F7F7;
	line-height: 2.2em;
	margin-right: 7px;
}
/*
.footerTitle {
	float: right;
	font-size: 1.5em;
	padding: 10px 0 10px;
	font-weight: bold;
	color: #F7F7F7;
}


.footrMenu .footer-nav-link a {
}*/
.footerBottom {
    width: 100%;
    padding: 10px 0;
    border-width: 1px;
    border-top-width: 1px;
    /*border-top: 1px white solid;*/
    border-top: 1px #babac0 solid;
    font-size: 1em;
    font-family: Helvetica, sans-serif;
    line-height: 2em;
    color: #F7F7F7;
    padding: 0 0 0 20px;
}
.footer__link {
    float: right;
    text-decoration: none;
    color: #F7F7F7;
}
.footer__link:hover {
    color: #babac0;
}


.clear{
    clear: both;
    height: 0;
    font-size: 0;
}

#pageContent{
    min-width: 940px;
    max-width: 1450px;
    margin: 0 auto;
    margin-bottom: 120px;
}

#pageTableColumn{
    width: 100%;
    padding: 0;
}

#pageTableColumn  .tableColumTop{
    vertical-align: top;
    border-collapse: collapse;
    padding: 0;
}

#pageLeft{
    width: 266px;
    margin-right: 39px;
    font-size: 15px;
}

#pageLeft header{
    position: relative;
    height: 35px;
    line-height: 35px;
    background-color: #333;
    color: #e7e7e7;
    padding: 0 12px;
    box-sizing: border-box;
    cursor: pointer;
    border-top-right-radius: 10px;/* avv 17.10.2016*/
    border-top-left-radius: 10px;/* avv 17.10.2016*/
}

#pageLeft header:hover{
    cursor: default;
}

#pageLeft .hidden-categories header:hover{
    background-color: #444;
    color: #fff;
    cursor: pointer;
}

#pageLeft header .header-icon{
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -3px;
    display: block;
    width: 5px;
    height: 7px;
}

#pageLeft .hidden-categories .header-icon{
    background: url('/images/catalog-header.png') no-repeat;
}

#pageLeft .hidden-categories header:hover .header-icon{
    background-position: 0 -7px; 
}

#content{
    width: 100%;
}

#bxslider{
    margin: 0;
}

#bxslider img{
    width: 100%;
    margin-bottom: 1.5em;
}

.steps_banner {
    max-width: 100%; 
    overflow: hidden; 
    position: relative;
    border-radius: 10px;
}
.steps_banner img{
    display: block;
    max-width: 100%; 
}
/****** Меню каталога товаров *****/

.menu-level-1{
    border-bottom: 1px solid #cbcbcb;
    margin: 0;
    list-style: none;
    padding: 0;
    border-bottom-right-radius: 10px;/* avv 17.10.2016*/
    border-bottom-left-radius: 10px; /* avv 17.10.2016*/
}

.menu-item-level-1{
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
}
/* avv 17.10.2016*/
.menu-item-level-last{
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    height: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.link-level-1{
    position: relative;
    display: block;
    padding: 0.6em 1em;
    text-decoration: none;
    color: #333;
    background-color: #fafafa;
    border-bottom: 1px solid #ececec;
}
/* avv 17.10.2016*/
.link-level-last{
    position: relative;
    display: block;
    height: 10px;
    padding: 0.6em 1em;
    text-decoration: none;
    color: #575757;
    background-color: #fafafa;
    border-bottom: 1px solid #ececec;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.link-level-1 span.expand{
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -2px;
    display: block;
    width: 3px;
    height: 5px;
    background: url('/images/catalog-item.png') no-repeat;
}

.link-level-1 span.new{
    position: absolute;
    top: 2px;
    right: 20px;
    width: 40px;
    height: 26px;
    z-index: 2;
    background: url('/images/new.png');
}

.single-level span.expand{
    background-image: none;
}

.menu-item-level-1.sale span.sale{
    position: absolute;
    top: 2px;
    *top: 0;
    left: 100px;
    width: 26px;
    height: 26px;
    background: url('/images/sale.png') no-repeat;
}

.menu-item-level-1:hover .link-level-1{
    background-color: #eef3f4;
    color: #ff1b34;
    border-bottom: 1px solid #c3d0d2;
}

.menu-item-level-1.active{
    border-left: 1px solid #c3d0d2;
    border-right-width: 0;
}

.menu-item-level-1.active .link-level-1{
    background-color: #eef3f4;
    color: #ff1b34;
    border-bottom: 1px solid #c3d0d2;
    z-index: 10001;
    border-right: 1px solid #eef3f4;
}

.menu-item-level-1.prev-menu-item .link-level-1{
    border-bottom: 1px solid #c3d0d2;
}

.menu-item-level-1.prev-menu-item-hover .link-level-1{
    border-bottom: 1px solid #c3d0d2;
}

.menu-item-level-1.active .level-2-groups {
    display: block;
}

.level-2-groups {
    display: none;
    position: absolute;
    z-index: 10000;
    padding: 30px 0;
    background-color: #eef3f4;
    width: 661px;
    border: 1px solid #c3d0d2;
    border-bottom-right-radius: 10px; /* avv 18.10.2016*/
    border-top-right-radius: 10px;    /* avv 18.10.2016*/

}

.level-2-column-1{
    border-right: 1px solid #dcdada;
    -moz-box-shadow: 1px 0 0 0 #fff;
    -webkit-box-shadow: 1px 0 0 0 #fff;
    box-shadow: 1px 0 0 0 #fff;
    min-height: 190px;
}

.menu-level-2{
    margin: 0;
    padding: 0 40px;
    list-style: none;
    width: 240px;
    float: left;
}

.link-level-2{
    display: inline-block;
    color: #000;
    text-decoration: none;
    margin-bottom: 0.7em;
}

.link-level-2:hover{
    color: #ff1b34;
}

.menu-level-3{
    list-style: none;
    margin: 0 0 1em 2em;
    padding: 0;
}

.link-level-3{
    display: inline-block;
    text-decoration: none;
    color: #575757;
    margin-bottom: 0.5em;
    font-size: 11px;
}

.link-level-3:hover{
    color: #ff1b34;
}


/***** Панель поиска *****/

#searchPanel{
    /*position: relative;*/
    margin-top: 27px;
    background-color: #eef3f4;
    padding: 13px;
    color: #333;
    border: 1px solid #c3d0d2;
    border-radius: 10px; /*avv 18.10.2016*/
}

#searchPanel .reset{
    position: absolute;
    top: 13px;
    right: 9px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/images/reset.png');
}

#searchPanel .reset:hover{
    background-position: -25px 0;
}

#searchPanel h1{
    font-size: 18px;
    margin-bottom: 0.8em;
}

#searchPanel .search-value{
    margin: 10px 0 20px 0;
    font-size: 0;
}

#searchPanel .search-value.single{
    font-size: 12px;
    margin: 10px 0;
}

#searchPanel .range-slider-wrapper{
   margin-top: 10px;
   height: 9px;
}

#searchPanel .range-slider{
    font-size: 8px;
}

#searchPanel .search-mdash{
    display: inline-block;
    text-align: center;
    width: 22px;
    font-size: 12px;
    color: #c6c8c8;
}

#searchPanel  .range-input{
    width: 95px;
    border: 1px solid #ccd0d1;
    background-color: #fff;
    padding: 5px;
    color: #333;
    font-size: 12px;   
}

#searchPanel .search-check{
    border: 1px solid #ccd0d1;
    padding: 5px;
    background-color: #fff;
    color: #777;
    font-size: 12px;
    overflow: auto;
    max-height: 90px;
}

#searchPanel .searchPanelButton{
    left: 285px; 
    position: absolute; 
    display: none;
    z-index: 2000;
}

#searchPanel .searchPanelButton .button{
    margin: 0;
}

#searchPanel .searchPanelButton:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    background: url(/images/search-panel-button-icon.png) no-repeat;
    width: 4px;
    height: 7px;
}

#searchPanel .searchPanelStaticButton{
    margin-top: 20px;
    text-align: center;
}

/***** Панель настроек в каталоге *****/

#settingsPanel{
    padding: 1.5em;
    background-color: #eef3f4;
    overflow: hidden;
    zoom: 1;
    border: 1px solid #dbe4e6;
    min-width: 620px;
    margin-bottom: 45px;
    border-radius: 10px; /*avv 18.10.2016*/
}

#settingsPanel .settings-switch{
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 0.5em;
    *display: inline;
    zoom: 1;
}

#settingsPanel .settings-switch a{
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 7px;
    border: 1px solid #ccd0d1;
    text-decoration: none;
    background-color: #f7fcfd;
    color: #727373;
    box-shadow: inset -1px -1px 2px #dedede;    
}

#settingsPanel .settings-switch a:hover{
    color: #acaeae;
    box-shadow: inset 1px 1px 2px #dedede;
}

#settingsPanel .settings-switch .active{
    background-color: #f7fcfd;
    color: #acaeae;
    cursor: default;
    box-shadow: inset 1px 1px 2px #dedede;
}

#settingsPanel .settings-switch a.last{
    position: relative;
    left: -1px;
}

#settingsPanel .view .settings-switch a{
    line-height: 0;
}

#settingsPanel .view .settings-switch a span{
    margin-top: 7px;
}

#settingsPanel .settings-switch a span{
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 0;
    background: url('/images/settings-switch-icon.png') no-repeat;
}

#settingsPanel .settings-switch a:hover span{
    cursor: pointer;
}

#settingsPanel .settings-switch .active:hover span{
    cursor: default;
}

#settingsPanel .settings-switch a .settings-list{
    background-position: -10px 0;
}

#settingsPanel .settings-switch a .settings-gal{
    background-position: 0 0;
}

#settingsPanel .settings-switch .active .settings-gal,
#settingsPanel .settings-switch a:hover .settings-gal{
    background-position: 0 -10px;
}

#settingsPanel .settings-switch .active .settings-list,
#settingsPanel .settings-switch a:hover .settings-list{
    background-position: -10px -10px;
}

#settingsPanel .settings-switch select{
    padding: 1px 0;
    height: 24px;
    line-height: 18px;
    color: #727373;
    width: 45px;
    border: 1px solid #ccd0d1;
    vertical-align:top;
}

#settingsPanel .view{   
    float: left;
}

#settingsPanel .sorting{   
    float: left;
    margin-left: 4em;
}

#settingsPanel .sort-icon{  
    vertical-align: middle;
    display: inline-block;
    padding: 5px;
    height: 24px;
    padding: 0 7px;
}

#settingsPanel .sort-icon span{
    font-size: 0;
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url('/images/sort.png') no-repeat;
    margin-top: 6px;
}

#settingsPanel .sort-icon.desc span{
    background-position: -8px 0;
    cursor: pointer;
}

#settingsPanel .sort-icon:hover span{
    background-position: 0 -11px;
    cursor: pointer;
}

#settingsPanel .sort-icon.desc:hover span{
    background-position: -8px -11px;
    cursor: pointer;
}

#settingsPanel .page-number{   
    float: right;
}

h1, #specials h2{
    margin: 0 0 1em 0;
    color: #ff1b34;
    font-family: 'roomthin';
    font-weight: bold;
    font-size: 26px;
}

.page-path-header {
    margin-bottom: 26px;
}

.page-path-header h1 {
    margin-bottom: 0;
}

.page-path-header .page-path {
    font-size: 0.9em;
	color: #575757;
}

.page-path-header .page-path a {
    color: #575757;
}

h2{
    margin: 1em 0;
    color: #666;
    font-family: 'roomthin';
    font-weight: bold;
    font-size: 18px;
}
/*
.catalog-item{
    position: relative;
    float: left;
    margin: 0 0.9% 65px 0.9%;
    width: 250px;
    padding-left: 3px;
    height: 530px;
}
.catalog-item{
    position: relative;
    float: left;
    margin: auto 1% 5% auto;
    width: 273px;
    height: 530px;
}*/
.catalog-item{
    position: relative;
    float: left;
    margin: auto 1% 2% auto;
    width: 273px;
    height: 530px;
    height: 585px;
}
.gallery_list{
    height: 610px;
}
.catalog-item-bootom{
    position: absolute;
    left: 0;
    bottom: 3%;
    width: 100%;
}
.catalog-item-sticker {
    display: block; 
    font-size: 16px; 
    text-align: center; 
    margin-right: 66px; 
    margin-left: 67px;
}
.catalog-item-sticker.list{
   text-align: start;
   margin: 0;
   margin-top: 10px;    
   font-size: 14px;
}

.catalog-item-sticker_item { 
   margin-top: 0px; 
   border: 1px solid #ccc; 
   border-radius: 5px; 
   padding: 9px 5px; 
}
.catalog-item-sticker_item.list{ 
  display: inline-block;
  width: 114px;
  text-align: center;
  padding: 9px 0px;
}
.sticker_item_color_b1 {
  background-color: #fedd02;  
}
.sticker_font_color{
  color: #e30000;
}
.sticker_offset_b1 {
  margin-bottom: 20px;
}

.sticker_offset_b2{
  margin-bottom: 14px;
}
.sticker_offset_b3{
  margin-bottom: 25px;
}

.sticker_item_color_b2 {
  background-color: #B5E51D;
}
.sticker_item_link {
    margin: 0px;
    padding: 0px;
}
.sticker_item_link.list {
    display: inline-block;
    width: 116px;
    text-align: center;
    float: right;
}
.sticker_item_link.list.single {
    float: none;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.sticker_item_link a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 9px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #323232;
}
.catalog-item .button{
    position: inherit;
    font-size: 16px;
    padding: 8px 10px;
    right: 9px;
    -moz-box-shadow: inset 0 2px 2px #f19090;
    -webkit-box-shadow: inset 0 2px 2px #f19090;
    box-shadow: inset 0 2px 2px #f19090;    
    background-color: #ff1b34;
    border-color: #ff1b34;
}

.catalog-item .button span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/basket.png');
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
}
.catalog-item .button:hover{
    background-color: #ff445a;
    border-color: #ff445a;
}

.button.red-button{
    -moz-box-shadow: inset 0 2px 2px #f19090;
    -webkit-box-shadow: inset 0 2px 2px #f19090;
    box-shadow: inset 0 2px 2px #f19090;    
    background-color: #ff1b34;
    border-color: #ff1b34;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.button.red-button:hover{
    background-color: #ff445a;
    border-color: #ff445a;
}

.catalog-item-foto{
    position: relative;
    display: block;
    width: 240px;
    height: 250px;
    line-height: 250px;
    border: 1px solid #cbcbcb;
    text-align: center;
    margin-bottom: 0px;
    -moz-box-shadow: 0 3px 3px #ddd;
    -webkit-box-shadow: 0 3px 3px #ddd;
    box-shadow: 0 3px 3px #ddd;
    background-color: #fff;
    border-radius: 10px; /*avv 18.10.2016*/
}

a.catalog-item-foto:hover{
    -moz-box-shadow: 0 0 5px #bbb;
    -webkit-box-shadow: 0 0 5px #bbb;
    box-shadow: 0 0 5px #bbb;
}

.gallery-wrapper {
    border: 1px solid #cccccc;
    padding: 10px 8px 15px;
    -moz-box-shadow: 2px 3px 3px #ddd;
    -webkit-box-shadow: 2px 3px 3px #ddd;
    box-shadow: 2px 3px 3px #ddd;
    height: 570px;
    border-radius: 10px;
    background: white;
    -moz-box-shadow: 2px 3px 3px #ddd;
}
.gallery-wrapper.list {
   margin-top: 10px;
}

.gallery-wrapper .catalog-item-foto {
   /* width: 230px;*/
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gallery-wrapper a.catalog-item-foto:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.catalog-item-foto img{
    vertical-align: middle;
}

.catalog-item-name{
    height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
}
.catalog-item-name a {
   text-decoration: none;
   color: #323232;
}
.catalog-item-name a:hover {
   text-decoration: none;
   color: #575757;
}
.discount_calc {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 10px 20px 10px;
    /*padding: 5px 13px 17px;*/
    padding: 5px 13px 10px 10px;
    color: #e41418;
    font-size: 14px;
}
#catalog-otstup {
    visibility: hidden;
    padding-top: 35px;
}
.div-add-to-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}

	.sticker {
	  	height: 137px;
	  	vertical-align: middle;
	  	margin-bottom: 20px;
	}
	.sticker img{
        	height: 137px;
        	padding-left: 20%;
 }
.catalog-item-name{
    height: 35px;
}
.catalog-item-name.article{
    height: 60px;
}

.catalog-hit {
    position: absolute;
    top: -22px;
    left: -8px;
    width: 75px;
    height: 75px;
    background: url(../images/catalog_hit.png) no-repeat;
    background-size: auto auto;
    background-size: 100%;
}
.catalog-available {
    position: absolute;
    top: -5px;
    right: -20px;
    width: 50px;
    height: 35px;
    background: url(../images/avalebles.png) no-repeat;
    background-size: auto auto;
    background-size: 100%;
}

.catalog-new {
    position: absolute;
    top: -22px;
    left: -8px;
    width: 75px;
    height: 75px;
    background: url(../images/novelty.png) no-repeat;
    background-size: auto auto;
    background-size: 100%;
}
.catalog-special {
    position: absolute;
    top: -25px;
    right: -8px;
    width: 70px;
    height: 70px;
    background: url(../images/special_price.png);
    background-size: cover;
}
#similar-products .catalog-hit {
    top: -15px;
    left: -8px;
    width: 57px;
    height: 75px;
    background: url(../images/catalog-hit-small.png);
}
.catalog-discount {    
    font-family: 'a_avantebsregular';    
    position: absolute;
    top: -5px;
    right: -5px;
    width: 63px;
    height: 63px;
    line-height: 63px;
    background: url(../images/discount-bg.png);
    color: #fff;
    font-size: 16px;
}

.catalog-discount10 {
    position: absolute;
    top: -25px;
    right: -8px;
    width: 70px;
    height: 70px;
    background: url(../images/discount.png);
    background-size: cover;
}
.info_b3{
    display: inline-block; 
    margin: 20px 0;
}
.info_b2{
   width: 271px;
}

.catalog-item-price{
    text-align: center;
    padding-top: .3em;
    display: flex;
    font-size: 24px;
    color: #323232;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}
.catalog-item-price.special{
    padding-top: 10px;
 }
 .catalog-item-price.special p{
    padding: 2px 0 0 2px;
    margin: 10px 0 0;
    color: #ff1b34;
 }
 .catalog-item-price.discount{
    display: grid;
    font-size: 24px;
}
.catalog-item-price.discount.list{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 35px;
    display: inline-block;
}
.catalog-item-price.discount.article{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.similarArticles{
   margin-top: -16px;
}

.similarArticles_button{
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-item-price.discount .discount-value{
    color: #ff1b34;
}
.catalog-item-price.discount .discount-value{
    color: #ff1b34;
}
.catalog-item-price.discount .discount-value.article{
    font-size: 24px;
    padding-bottom: 14px;
}

.catalog-item-price.discount .old-value{
    display: inline-block;
    font-size: 12px;
    text-decoration: line-through solid red;
}
.catalog-item-price.discount .old-value.article{
    font-size: 15px;
}

.catalog-item-price.discount .special-value{
    padding-top: 15px;
    font-size: 20px;
    color: #ff1b34;
    padding-bottom: 10px;
}


/***** Страница товара *****/

#article{
    padding-left: 3px;
}

#article .article-foto{
    float: left;
    width: 300px;
    padding-right: 40px;
}

#article .catalog-item-foto{
    position: relative;
    width: 300px;
    height: 320px;
    line-height: 320px;
    margin-bottom: 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #cbcbcb;
}

#article .show-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    background: url('/images/show.png') no-repeat;
    display: none;
}

#article a.catalog-item-foto:hover{
    border: 1px solid #999;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;    
    opacity: 0.5;
}

#article a.catalog-item-foto:hover .show-icon{
    display: block;
}

#article .preview-foto{
    float: left;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border: 1px solid #cbcbcb;
    margin: 0 19px 20px 0;
    text-align: center;
}

#article .preview-foto:hover{
    outline: 1px solid #cbcbcb;
}

#article .preview-foto img{
    vertical-align: middle;
}

#article .preview-foto.last{
    margin-right: 0;
}

#article .article-info{
    margin-left: 340px;
}

#article .price_info{
    display: table-cell;
    width: 300px;
}
#article .info_price{
    /*display: block;*/
    display: flex;
    width: 100%;
}
#article  .info_price.price_orig{
    width: 25%;
    float: left;
    display: block;
    /*display: inline-block;*/
}
#article .info_price.price_orig.discount{
    margin-top: -20px;
}
#article .info_price.price_orig.special{
    margin-top: -15px;
}

#article .card_info{
    width: 30%;
    float: left;
    /*display: inline-block;*/
    display: block;
}
.card_info_table{
    width: auto;
    padding: 5px 20px;
    margin: 0px 10px 0px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
    text-align: center;
    color: #ff1b34;
 
}
.card_info_table_head{
    font-weight: bold; 
    margin-bottom: 5px;
}


#article .available{
    display: table-cell;	
    padding-left: 35px;
    vertical-align: top;
}
.article_available{
    display: block;
    padding-left: 5px;
    margin-left: 20px;
    width: 35%;
    float: left;
 }
 .article_available.discount{
    margin-left: 10px; 
    padding: 0;
    width: 50%;
}
.article_available.special{
    margin-left: 10px; 
    padding: 0;
    width: 50%;
}
.bonus{
    background-color: #48a841;
    width: 45px;
    height: 35px;
    border-radius: 0 20px 20px 0;
    display: inline-block;
}
.bonus span{
    font-weight: bolder;
    color: #eef1f5;
    font-size: 2.1em;
    padding-left: 9px;
}
.bonus_info{
    display: inline-block;
    padding-left: 10px;
}
.bonus_info a{
    color: #48a841;
    font-size: 1.2em;
}


#article .button{
    -moz-box-shadow: inset 0 2px 2px #f19090;
    -webkit-box-shadow: inset 0 2px 2px #f19090;
    box-shadow: inset 0 2px 2px #f19090;
    background-color: #ff1b34;
    border-color: #ff1b34;
}

#article .button:hover{
    background-color: #ff445a;
    border-color: #ff445a;
}

#article .article-price{
    display: inline-block;
    font-size: 20px;
    color: #777;
    vertical-align: middle;
/*    margin-right: 35px;*/
}

#article .article-price.discount{
    font-size: 16px;
}

#article .article-price.discount .old-value{
    background: url(../images/cross-discount.png) 0 center repeat-x;
    display: inline-block;
    font-size: 12px;
}

#article .article-price.discount .discount-value{
    color: #ff4527;
}

#article .article-button{
    margin-bottom: 30px;
    display: table;
}
#article .article-button{
    margin-bottom: 30px;
    /*display: table;*/
    display: block;
}

.article-button.article{
  display: block !important;
}
.article-button .button{
    position: inherit;
    font-size: 16px;
    padding: 8px 10px;
    right: 9px;
    -moz-box-shadow: inset 0 2px 2px #f19090;
    -webkit-box-shadow: inset 0 2px 2px #f19090;
    box-shadow: inset 0 2px 2px #f19090;    
    background-color: #ff1b34;
    border-color: #ff1b34;
    color: #fffefe;
}

.article-button .button span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/basket.png');
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
}
/***********************************************************************/
.characteristics {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 15px;
}
.characteristics li {
	display: block;
	letter-spacing: -1ex;
	margin: 5px 0;
}
.characteristics-left {
	margin-right: -30%;
	width: 69%;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	letter-spacing: normal;
}
.characteristics-left:after {
	content: '';
	display: inline-block;
	width: 100%;
	margin: 0 -99% 0 3px;
	vertical-align: baseline;
	border-bottom: 1px dotted #888;
}
.characteristics-right {
	display: inline-block;
	letter-spacing: normal;
	padding-left: 3px;
	margin-left: 30%;
	width: 30%;
	vertical-align: bottom;
}
.article-description span{
	font-size: 15px !important;
	background-color: #f7f7f7 !important;
}
.article-description p{
	font-size: 15px !important;
   	margin: 0px 0px 0px;
}
/***********************************************************************/

#article .article-characteristics{
    margin-top: 30px;
    max-width: 900px;
    width: 100%;
}

#article .article-characteristics td{
    padding: 5px;
}
#article .article-characteristics tr:nth-child(2n+1){
    background-color: #f5f5f5;
}

/****** Список товаров *****/
.catalogList{
    margin-top: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e9eeef;
}

.catalogList .catalogList-foto{
    float: left;
    /*width: 255px;*/
    /*padding: 3px 0 0 3px;*/
}

.catalogList .catalogList-foto .catalog-item-foto{
    /*width: 255px;
    height: 280px;
    margin-bottom: 20px;*/
    background-color: #fff;
}

.catalogList .catalogList-info{
    margin-left: 305px;
}

.catalogList .catalogList-info h2{
    font-family: verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.catalogList-price{
    display: inline-block;
    font-size: 20px;
    color: #777;
    vertical-align: middle;
    margin-right: 35px;
}
.catalogList-price.list{
    color: #323232;
}

.catalogList-price.discount{
    font-size: 16px;
}

.catalogList-price.discount .discount-value{
    font-size: 20px;
    color: #FF8400;
}

.catalogList .catalogList-info  p{
    margin: 30px 0;
}

.catalogList .catalogList-info .button{
    position: inherit;
    font-size: 16px;
    padding: 8px 10px;
    right: 9px;
    -moz-box-shadow: inset 0 2px 2px #f19090;
    -webkit-box-shadow: inset 0 2px 2px #f19090;
    box-shadow: inset 0 2px 2px #f19090;    
    background-color: #ff1b34;
    border-color: #ff1b34;
    color: #fffefe;
}

.catalogList .catalogList-info .button:hover{
    background-color: #ff445a;
    border-color: #ff445a;
}

.catalogList .catalogList-info .button span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/basket.png');
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
}

.article-presence{
    /*margin-top: 2.5em;
    font-size: 0.9em;*/
    margin-top: 2.5em;
    font-size: 1.3em;
    color: #ff1b34
}

.article-presence span{
    margin-right: 1.5em;
}

.cart-back-button {
    margin-top: 50px;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    padding: 0.8em 1em;
    border: 1px solid #cae4f1;
    border-radius: 5px;
    background: linear-gradient(to bottom, #e1f0f8, #cae4f1);
}

.cart-back-button:hover {
    background: linear-gradient(to bottom, #e1f0f8, #d5eaf4);
}

.cart-back-button span {
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 16px;
    /*background-image: url('../images/4.png');*/
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-right: 10px;
}

/*
*	17.04.2020
*/
.cart-bank-button {
    margin-top: 50px;
    display: inline-block;
    color: #ffffff; 
    text-decoration: none;
    padding: 0.8em 1em;
    border-radius: 5px;
    background: linear-gradient(to bottom, #011689, #011689);
}
.cart-bank-button:hover {
    background: #cc003d;
}


/***** Галлерея товаров *****/

/*.catalog-item.gallery{
    margin-top: 43px;
    margin-right: 1.1em;
    width: 257px;
}*/

/*.catalog-item.gallery .catalog-item-foto{
    width: 255px;
    height: 280px;
}*/

/***** Постраничная навигация *****/

.paginator{
    margin-top: 30px;
    padding-bottom: 20px;
}

.paginator a{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    color: #a09c90;
    -moz-box-shadow: 0 2px 2px #d8d8d8, inset 0 5px 5px #f1f4f5;
    box-shadow: 0 2px 2px #d8d8d8, inset 0 5px 5px #f1f4f5;
    box-shadow: 0 2px 2px #d8d8d8, inset 0 5px 5px #f1f4f5;
}

.paginator a:hover{
    color: #333;
}

.paginator .active{
    border: 1px solid #ff1b34;
    background-color: #ff1b34;
    -moz-box-shadow: 0 2px 2px #d8d8d8;
    box-shadow: 0 2px 2px #d8d8d8;
    box-shadow: 0 2px 2px #d8d8d8;    
    color: #fff;
}

.paginator .paginator-icon{
    font-size: 8px;
}

/***** Скидка по карте *****/

#card-discount{
    padding-bottom: 3em;
}
.discount_info {
    padding: 15px;
    width: 42%;
    border: 1px solid #cccccc;
    -moz-box-shadow: 2px 3px 3px #ddd;
    -webkit-box-shadow: 2px 3px 3px #ddd;
    box-shadow: 2px 3px 3px #ddd;
    border-radius: 10px;
}

.discount_info p{
    font-size: 17px;
}


#card-discount .title{
    font-size: 18px;
    color: #ff1b34;
    font-family: 'roomthin';
    text-align: center;
}

#card-discount .content-card-discount {
    margin-top: 5px;
    text-align: left;
}
/*
#card-discount .content-card-discount{
    width: 269px;
    text-align: center;
    text-align: right;
    margin-top: 5px;
}
*/ 
#card-discount .form-card{
    position: relative;
    display: inline-block;
}
#card-discount .text {
    border: 1px solid #a0a1a2;
    border-radius: 25px;
    background-color: #fff;
    width: 440px;
    padding: 10px 10px;
    font-size: 16px;
    vertical-align: middle;
    margin: 0;
}

#card-discount .card-button{
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    border: none;
    cursor: pointer;
    background: url(/images/enter.png) transparent center center no-repeat;
}

#card-discount .card-button:hover{
    background-image: url(/images/enter-hover.png);
}

#card-discount .card-button span{
    display: inline-block;
    cursor: pointer;
    font-size: 0;
    width: 16px;
    height: 13px;
    margin-top: 6px;
    background: url(/images/enter.png);
}

#card-discount .card-button:hover span{
    background-position: 0 -13px;
}

#card-discount .value {
    display: inline-block;
    padding-left: 0;
    padding-top: 0;
    padding-top: 10px;
    height: 0;
    text-align: left;
    color: #333;
    font-size: 17px;
    width: 100%;
    font-family: auto;
    font-weight: normal;
    text-shadow: none;
}
#card-discount .gift-certificate{
	display: inline-block;
    width: 269px;
    height: 150px;
    background: url(/images/gift_certificate.png) no-repeat;
    text-align: center;
} 

/****** Диалоговое окно Вход *****/

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2147000000;
    width: 100%;
    height: 100%;
    background-color: #666666;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}
.dialogWrapper{
    position: absolute;
    z-index: 2147000001;
    display: none;
    padding: 15px;
    top: 200px;
    left: 50%;
    margin-left: -175px;
    border-radius: 10px;
    background-color: rgba(51,51,51,0.6);
}
.dialogShops{
    position: fixed;
    z-index: 2147000001;
    display: none;
    top: 15%;
    left: 38%;
    width: 910px;
    margin-left: -175px;
    border-radius: 10px;
    border: 2px solid #ff1b34;
}

.dialogShopsContent{
    background-color: #f7f7f7;
    padding: 20px;
    width: 870px;
    max-height: 498px;
    border-radius: 0 0 10px 10px;
    /*height:460px;
    overflow-x: auto;*/
}


.dialogContent{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 310px;
}

.dialogContent h1{
    font-size: 22px;
    margin-bottom: 0.5em;
    cursor: default;
}

.dialogClose{
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: url('/images/close.png');
}

body.modal-open {
    overflow: hidden;
}

.titleHeadDialog {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px 10px 0 0;
}

.titleDialog {
    display: inline-block;
    margin: auto;
    width: 95%;
    vertical-align: middle;
}
.titleDialog p{
    font-size: 24px;
    vertical-align: middle;
    margin: auto;
}

.closeButton{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.closeButton span{
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url('/images/close-button.png')  no-repeat center;
}
/**/
.advantage{
    font-size: 18px;
}
.advantage p{
    margin: 5px;
}
.advantage a{
   color: #e31e24;
}
.dialogClose:hover{
    background-position: 0 -30px;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    background-color: #fff;
    overflow: hidden;
}
/*NEW*/
.tabs_caption {
	font-size: 17px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	position: relative;
	margin: -1px 0 0 0;
}
.content_scroll{
	overflow: auto;
    	max-height: 300px;
}
.tabs_caption li:last-child:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: -1;
	height: 5px;
	background: #7DCA86;
}
.tabs_caption li {
	padding: 9px 15px;
	background: #f7f7f7;
	position: relative;
	border: solid #f7f7f7;
	border-width: 2px 2px 0;
	text-align: center;
}
.tabs_caption li:not(.active) {
	cursor: pointer;
}
.tabs_caption li:not(.active):hover {
	background:  #ddd;
	border-color: #ccc;
}
.tabs_caption .active {
	background: #FFF;
	color: #000;
	border-color: #ccc;
}
.tabs_caption .active:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background: #FFF;
}
.tabs_content {
	display: none;
	background: #FFF;
	border: 2px solid #ccc;
	padding: 7px 15px;
}
.tabs_content.active {
	background: #FFF;
	display: block;
	padding: 0;
}

.shop_list {
    padding: 15px 0;
    font-size: 12px;
    border-bottom: 2px solid #ccc;
    width: 100%;
    display: inline-block;
}
.shop_list.head {
    padding: 10px 0;
    font-size: 14px;
}

.shop_adress {
    padding-left: 15px;
    display: inline-block;
    width: 47%;
}
.shop_work {
    display: inline-block;
    width: 24%;
    vertical-align: middle;
}
.shop_work p{
    margin: 0;
}

.shop_sum_goods {
    vertical-align: middle;
    display: inline-block;
    width: 24%
}

.shop_sum_goods span{
    display: inline-block;
    margin-left: 20px ;
    width: 24px;
    height: 24px;
    background: url(/images/tick-sign.png) transparent center center no-repeat;
    
}
.shop_sum_goods p{
    margin: 0;
}

/***** Корзина *****/

#cart-table{ 
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
}

#cart-table a{
    color: #569eb9;
    text-decoration: none;
}

#cart-table a:hover{
    text-decoration: underline;
}

#cart-table td{
    padding: 0.8em 1em;
    text-align: center;
}

#cart-table tbody td:first-child,
#cart-table tbody td:last-child{
    text-align: left;
}

#cart-table thead td{
    background-color: #eef3f4;
    color: #aaa;
    position: relative;
}

#cart-table thead td:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
}

#cart-table tbody td{
    border-bottom: 1px solid #eef3f4;
}

#cart-table tbody tr:last-child td{
    border-bottom-width: 2px;
}

#cart-table tbody td:last-child div{
    position: relative;
    padding-right: 3em;
}

#cart-table .delete-item{
    display: inline-block;
    right: 0;
    width: 18px;
    height: 18px;
    background: url('/images/delete-item.png') no-repeat;
}

#cart-table .delete-item:hover{
    background-position: 0 -18px;
}

#cart-table .text{
    position: relative;
    text-align: left;
    display: inline-block;
    width: 55px;
    border: 1px solid #e1e6e7;
    margin: 0;
    background-color: #fff;
    padding: 0.3em 0.5em;
    color: #727373;
}

#cart-table .text a{
    position: absolute;
    right: 0;
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url('/images/cart-select-arrow.png') no-repeat;
    margin: 1px 2px;
}

#cart-table .text .top{
    top: 0;
}

#cart-table .text .top:hover{
    background-position: -11px 0;
}

#cart-table .text .top.inactive:hover{
    background-position: 0 0;
}

#cart-table .text .bottom{
    bottom: 0;
    background-position: 0 -11px;
}

#cart-table .text .bottom:hover{
    background-position: -11px -11px;
}

#cart-table .text .bottom.inactive:hover{
    background-position: 0 -11px;
}

#cart-table tfoot td{
    font-size: 14px;
}

#cart-table tfoot td:first-child{
    text-align: right;
}

/***** Магазины *****/

#shops{
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

#shops .shop-city{
    background: url('/images/address.png') 0 2px no-repeat;
    padding: 0 0 0 25px;
    margin: 0 0 20px 0;
    float: left;
}

#shops ul{
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

#shops ul li{
    margin: 0 30px 10px 0;
    width: 230px;
}

#map{
    border: 2px solid #bbd8e3;
    box-sizing: border-box;
    width: 100%; 
    height: 480px;   
}
#map_modal{
    border: 2px solid #bbd8e3;
    box-sizing: border-box;
    width: 100%;
    height: 400px;
}
/***** Регистрация *****/

#registration{
    width: 510px;
}

#registrationForm{
    /*border: 1px solid #dbe4e6;*/
    background-color: #eef3f4;
    padding: 3em;
    border-radius: 10px;
    background-color: #fafafa;
    border: 1px solid #cbcbcb;
}

#succesRegistration{
    border: 2px solid #aad3aa;
    padding: 1em 2em;
    margin-bottom: 2em;
}

/***** Оформление форм *****/

#profilePage, #profilePassword, .cart-form, #pageAuth, .cardForm{
    width: 510px;
}

#feedback{
    display: inline-block;
    width: auto;
    min-width: 510px;
}

#profileForm, #passwordForm, #feedbackForm, .cardForm, #pageAuthForm{
    /*border: 1px solid #dbe4e6;
    background-color: #eef3f4;*/
    padding: 3em;
    border-radius: 10px;
    background-color: #fafafa;
    border: 1px solid #cbcbcb;
}

.cardForm{
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.dialogField{
    width: 100%;
    border-collapse:collapse;
    padding: 0;
}

.dialogField td{
    padding: 0 0 1em 0;
}

.dialogField .text{
    display: inline-block;
    padding: 8px 3px;
    border: 1px solid #dcdcdc;
    background-color: #fafafa;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dialogField label{
    margin-right: 10px;
    white-space: nowrap;
}

.dialogField textarea{
    height: 100px;
}

.caption-dialogField{
    font-size: 11px;
    color: #999;
}

.button-preloader{
    position: relative;
    height: 30px;
    float: right;
}

.button-preloader.left{
    float: none;
}

.preloader{
    position: absolute;
    display: none;
    background: url('/images/loading.gif') no-repeat;
    width: 43px;
    height: 11px;
    top: 50%;
    right: 0;
    margin-top: -5px;
}

.preloader.left{
    left: 0;
}

#anotherSettlement select{
    width: 25%;
    float: left;
}

#anotherSettlement input{
   width: 73%;
   float: right;
}

#profile-street select{
    width: 25%;
    float: left;
}

#profile-street input{
   width: 73%;
   float: right;
}

#profile-house input{
    width: 25%;
}

#profile-apartment input{
    width: 25%;
}

.profile-building{
    width: 73%;
    float: right;
}

.building-item{
    float: left;
    width: 50%;
    text-align: right;
}

#profile-house .profile-building input{
    width: 40px;
}

.profile-building label{

}

.choice-delivery{
    margin-bottom: 20px;
}

.choice-delivery label{
    float: right;
}

.choice-delivery label:first-child{
    float: left;
    margin-right: 100px;
}

.priceOrderForm{
   margin-bottom: 0;
}

.priceOrderForm h2{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.price-value{
    font-size: 18px;
    color: #333;
    vertical-align: middle;
}

.buttonAuthForm{
   margin: 30px 0 0 0;
   width: 75px;
   height: 30px;
   text-align: center;
}

.prive-delivery{
    color: #333;
    font-size: 16px;
    display: block;
    margin: 10px 0 0 35px;
    text-transform: uppercase;
    color: #ff1b34;
}

/***** Страница Заказы *****/

.active{
    background-color: #93d3a8;
}

.active-content{
    border-color: #93d3a8;
}

.cancelled{
    background-color: #bbc5c7;
}

.cancelled-content{
    border-color: #bbc5c7;
}

.completed{
    background-color: #a3d6e6;
}

.completed-content{
    border-color: #a3d6e6;
}

.order-head{
    width: 100%;
    color: #fff;
    /* avv 28.10.2016*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.order-head td{
    padding: 1em;
    text-align: center;
}

.order-head td:first-child{
    text-align: left;
}

.order-content{
    border-width: 3px;
    border-style: solid;
    border-top-width: 0;
    padding: 1em 3em;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.title-content{
    color: #333;
    line-height: 2;
}

.status{
    font-style: italic;
}

.order-adress{
    float: left;
    width: 65%;
    line-height: 2;
}

.order-summ{
    float: right;
    width: 25%;
    border-collapse:collapse;
    padding: 0;
    line-height: 2;
}

.order-summ td{
    white-space: nowrap;
    padding: 0;
}

/***** Раздел Доставка, Оплата *****/

.payment{
    border-bottom: 1px solid #e9eeef;
}

.payment:last-child{
    border-width: 0;
}

.page-icon{
    position: relative;
    float: left;
    width: 95px;
    height: 95px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #f0efef;
    box-shadow: inset 0 0 10px #e7e7e7;
    border: 1px solid #e7e7e7;  
}

.page-icon span{
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
    display: block;
    width: 64px;
    height: 64px;
    background: url('/images/delivery.png');
}

.page-icon .shop{
    background-position: -64px 0;
}

.page-icon .pay{
    background-position: -128px 0;
}

.page-icon .discount{
    background-position: -192px 0;
}

.page-icon .people{
    background-position: -256px 0;
}

.page-icon .apply{
    background-position: -256px 0;
}

.page-icon .service{
    background-position: -320px 0;
}

.page-icon .phone{
    background-position: -384px 0;
}
.page-icon .about{
    background-position: -446px -5px;
}


.page-icon .gift-certificate{
    background-position: -448px 0;
}

.delivery-info{
    margin-left: 125px;
    padding-bottom: 3em;
    border-bottom: 1px solid #e9eeef;
}
.delivery_price {
    text-transform: uppercase;
    color: #ff1b34;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
}

.delivery_notes{
    font-size: 17px;
    padding-bottom: 15px;
}
.payment-info{
    font-size: 17px;
    padding-bottom: 3em;
}
.payment-info a{
    color: #e31e24;
}
.pd-info{
    margin-left: 25px;
    font-size: 17px;
    padding-bottom: 3em;
}
.pd-info a{
    color: #e31e24;
}
.payment table{
    margin: 2em 0;
    width: 100%;
    background-color: #fff;
}

.payment table td{
    padding: 0.8em 1em;
    text-align: center;
}

.payment table thead td{
    background-color: #eef3f4;
    font-weight: bold;
 /*   color: #aaa;ss*/
    position: relative;
}

.payment table thead td:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
}

.payment table tbody td{
    border-bottom: 1px solid #eef3f4;
}

.payment table tbody tr:last-child td{
    border-bottom-width: 2px;
}

.not-apply{
    padding: 0;
    margin: 15px 0 0 20px;
}

.not-apply li{
    list-style-type: none;
    padding: 0 0 0 25px;
    margin-bottom: 15px;
    background: url('/images/not-apply-list.png') 0 7px no-repeat;
}

.not-apply.positive li{
    list-style-type: disc;
    padding: 0 0 0 25px;
    margin-bottom: 15px;
    background: none;
}

.service-list tbody td:first-child{
    font-weight: bold;
}

.payment .service-list tbody td{
    text-align: left;
}

.payment .service-list tbody td:nth-child(3){
    text-align: center;
}

/***** Лоадиг на главной *****/

#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #000;
    opacity: 0.7;
    display: none;
}

#loading span{
    position: absolute;
    top: 50%;
    margin-top: -24px; 
    left: 50%;
    margin-left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    background: url('/images/loading-main.gif') no-repeat;
}

/*********/

.order-item {
    display: inline-block; 
    vertical-align: top;
}

.order-item span {
    font-size: 11px;
    margin: 10px 0 0 16px;
    display: inline-block;
}

.button.click{
    -moz-box-shadow: inset 0 2px 2px #f19090;
    -webkit-box-shadow: inset 0 2px 2px #f19090;
    box-shadow: inset 0 2px 2px #f19090;
    background-color: #ff1b34;
    border-color: #ff1b34;    
}

.button.click:hover{
    background-color: #ff445a;
    border-color: #ff445a;
}

.choose-order {
    vertical-align: middle; 
    position: relative; 
    top: 2px; 
    margin: 0 30px;
    font-size: 18px;
    color: #777;
}

/***** Выгода ****/
#benefits .title {
    font-family: 'lobster_1.4regular';
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #ff1b34;
    color: #fff;
    text-align: center;
    font-size: 38px;
    padding:  10px 0;
    -moz-box-shadow: 3px 3px 5px #bbb; 
    -webkit-box-shadow: 3px 3px 5px #bbb; 
    box-shadow: 3px 3px 5px #bbb; 
    margin-bottom: 30px;
}

#benefits .title .value {
    font-size: 70px;
}

#benefits .benefits-content {
    text-align: center;
}

#benefits .benefits-item {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 305px;
    height: 130px;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px #ddd; 
    -webkit-box-shadow: 0 0 5px #ddd; 
    box-shadow: 0 0 5px #ddd; 
    margin: 0 30px 15px 30px;
    font-family: 'arialbold_italic';
    color: 666;
    font-size: 18px;
    vertical-align: top;
    text-align: left;
    padding: 10px 15px;
    line-height: 1.3;
    letter-spacing: 0;
}

#benefits .benefits-item-arrow {
    position: absolute;
    bottom: 6px;
    left: -6px;
    width: 46px;
    height: 42px;
    background: url('/images/benefits-arrow.png');
}

#benefits img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#benefits .benefits-item-content {
    vertical-align: baseline;
}

#benefits .benefits-item-title {
    color: #ff1b34;
}

#benefits .benefits-item-phone {
    font-family: 'arialbold';
    font-size: 22px;
    color: #ff1b34;
}

/***** Похожие товары *****/

#similar-products{
    margin-top: 40px;
}

#similar-products h2{
    color: #ff1b34;
}

#similar-products .catalog-item{
    height: auto;
    width: 165px;
    margin: 0 6.7% 50px 0;
}
#similar-products .catalog-item.article{
    float: left !important;
    width: 180px;
    margin: 0 2% 20px 0;
}
#similar-products .catalog-item-foto{
    width: inherit;
    height: 200px;
    line-height: 180px;
}
#similar-products .border{
    border-radius: 10px;
    border: 1px solid #cbcbcb; 
    padding: 15px 10px; 
    background-color: #fff; 
}
#similar-products .catalog-item-price{
    font-size: 16px;
    color: #333;
}

#similar-products .button{
    /*padding: 3px 5px;*/
    margin-left: 0px;
}

/*****************************************/
#compareListLabel {
    display: none;
    color: #fefefe;
    font-size: 1.1em;
    margin-top: 8px;
    text-decoration: none;
    color: #e7e7e7;
}

#compareListLabel:hover {
    color: #fff;
}

#compareListLabel .compare-count {
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ff1b34;
    color: #fff;
    padding: 2px 7px;
    margin-left: 5px;    
}

#compareListLabel:hover .compare-count {
    background-color: #ff7483;
}

.add-to-compare-list {
    margin-bottom: 5px;
    font-size: 0.9em;
    position: relative;
    z-index: 1;
}

.add-to-compare-list.bestseller {
    margin-left: 70px;
}

.add-to-compare-list input {
    margin: 0;
    vertical-align: bottom;
}

.add-to-compare-list span {
    display: none;
}


.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup {
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 15px;
	width: 300px;
	position: fixed;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 11px;
}

.popup .close_window {
	height: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
	color: #fff;
	font-family: 'tahoma', sans-serif;
	border: 1px solid #1c1c1d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
}
/***** Для youtube *****/

.pop-up {
        width: 500px;
        box-shadow: 0 0 0 10000px rgba(0,0,0,0.5);
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 50%;
        margin-top: 100%;
        left: 50%;
        margin-left: -250px;
        z-index: 100;
        color: #fff;
        display: none;
}

.popup-close {
        width: 50px;
	margin-top: -50px;
        margin-right: 0px;

        /*margin-right: -60px;*/
        opacity: 0.8;
        float: right;
        cursor: pointer;
}

.popup-l1, .popup-l2 {
        width: 6px;
        height: 50px;
        margin-top: -5px;
        margin-left: 22px;
        background: #fff;
}

.popup-l1 {
        float: left;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
}

.popup-l2 {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
}

.popup-close:hover {
        opacity: 1;
}
.video-player {
    position:relative;
}
.video-player .playback {
    position:absolute;
   /* top: 45%;
    left: 40%;*/
    top: 1%;
    left: 0%;
}

/*******************************************************************/
.topMenu_mini{
        display:none;
}

.discount_price {
        border: 1px solid #ccc;
        border-radius: 8px;
        margin: 10px 40px 0;
        padding: 5px 13px;
        color: #ff1b34;
        font-size: 1.1em;
}
/*******************************************/
.popup__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 10000px rgba(0,0,0,0.5);
  background: rgb(0 0 0 / 78%);
  text-align: center;
  z-index: 100;
}

.popup__overlay:after {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: "";
}

.popup_window {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 960px;
    max-height: 540px;
    padding: 20px 10px 40px;
    border: 1px solid black;
    background: black;
    color: white;
    vertical-align: middle;
}
.video_content{
    display: inline-block;
    width:  426px;
    padding: 1em;
   text-align: center;
}
.video_content h2{
    display: block;
    font-size: 17px;
    color: #333;
    font-family: verdana, sans-serif;
}
.popup-form__row {
  margin: 1em 0;
}

.popup__close {
    display: block;
    position: absolute;
    top: 2px;
    right: 10px;
    /* width: 17px; */
    /* height: 17px; */
    padding: 2px 0 2px;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.popup__close:hover {
  color: #eea200;
}

iframe {
  width: 100%;
  height: 100%;
  padding: 10px 0 10px;
}

/* other styles */

input[type="button"] {
  border: none;
  padding: 0.5em;
  background-color: yellow;
}

input[type="button"]:hover {
  background-color: yellowgreen;
}
.youtube-container {
    width: 100%;
    display: table;
}
.youtube-player {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 240px;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

.youtube-play-btn {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  z-index: 63;
  background: url(../images/youtube_play.png)  no-repeat;
  background-size: 100%;
}
.youtube-play-btn:hover {
  background: url(../images/youtube_play_hover.png)  no-repeat;
  background-size: 100%;
}
.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1300px) {
        #headerBottom {
                min-width: 980px;
                max-width: 1200px;
                padding: 0;
                margin: 0;
        }
	.catalog-item-sticker {
          margin-right: 60px;
          margin-left: 61px;
        }
        #headerTop{
                padding: 0.5em 2em 1em 0;
                min-width: 940px;
                max-width: 1200px;
        }
	#pageLeft {/*
   		width: 266px;
    		font-size: 13px;*/
    		margin-right: 20px;
	}
	#headerBottom .logo {
    		width: 290px;
	}
        .topMenu_mini{
                display: block;
        }
        .topMenu_normal{
                display:none;
        }
        #footer .bottom-bar {
                display: flex;
                flex-wrap: wrap;
                margin: 0 auto;
                justify-content: space-evenly;
                min-width: 980px;
                max-width: 1200px;
        }
        .catalog-item{
                 width: 260px;
        }
        .discount_price {
                margin: 10px 19px 0;
        }
}

@media screen and (max-width: 1650px){
    #headerTop{
            padding: 0.5em 4em 1em 0;
    }
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('../images/up.png') no-repeat;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50%;
	left:95%;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	z-index: 1;
	cursor: pointer;
	border: 2px solid #cccccc;
	border-radius: 10px;
    background: white;
    background:url(../images/up-arrow.png) no-repeat center;
    box-shadow: 2px 3px 3px #ddd;
} 

#toTopHover {
    background:url(../images/up-fill.png) no-repeat center; 
	width:51px;
	height:51px;
	display:block;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

.header_h2 {
    margin: 0 0 1em 0;
    color: #ff1b34;
    font-family: 'roomthin';
    font-weight: bold;
    font-size: 26px;
}

#toTop:active, #toTop:focus {
	outline:none;
}

#birthday {
    width:  269px;
    height: 360px;
    background: url(/images/birthday.png) no-repeat;
    text-align: center;
    margin-top: 30%;
} 
#work {
    width:  269px;
    height: 360px;
    background: url(/images/work.png) no-repeat;
    text-align: center;
    margin-top: 40%;
}
#empty_cart {
    width:  130px;
    height: 130px;
    background: url(/images/cart_empty.png) no-repeat;
    margin: auto;
}
#cart_h3 {
    font-size: 24px;
    text-align: center;
}

.info_page{
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-size-adjust: none;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    font-size: 17px;
    font-family: verdana, sans-serif;
}

.info_page h1 {
    /*margin: 0;*/
    margin: 1em 0 0.5em 0;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 30px;
    font-family: PFDinTextCompPro, sans-serif;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.info_page h2{
    margin: 20px 0px 0px;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-size: 17px;
    line-height: 23px;
    font-family: PFDinTextCompPro, sans-serif;
    color: #333;
    text-transform: uppercase;
}

.info_page p{
    margin-top: 10px;
    margin-bottom: 0px;
    color: #333;
}
.info_page p span{
    margin: 0px;
    font-weight: bold;
    display: inline-block;
}
.info_page ul{
    margin: 5px 0px 20px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    list-style: none;
    padding-left: 0;
}

.info_page ul li{
   margin: 0px;
   padding: 0;
   position: relative;
}

.brands__item {
    display: flex;
    flex-direction: column;
    align-items :center;
    justify-content: center;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 15px 10px 15px;
    -moz-box-shadow: 2px 3px 3px #ddd;
    -webkit-box-shadow: 2px 3px 3px #ddd;
    box-shadow: 2px 3px 3px #ddd;
    border-radius: 10px;
    margin: 10px 0;
    background: white;
    height: 60px;
}
.brands__image {
    width: 100px;
}
.brands__item:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%);
    background: #fff;
    opacity: .88;
}
.giftCard_rule ol{
    list-style: none;
    counter-reset: li;
}
.giftCard_rule  li:before {
    counter-increment: li;
    content: counters(li,".") ". ";
    font-weight: 600;
}
.giftCard_rule_level2 li:before {
    font-weight: 500;
}
.giftCard_rule li{
    margin-top: 0;
    margin-bottom: 10px;
}
.giftCard_rule_level1{
    padding-inline-start: 0px;
}
.giftCard_rule_level2{
    padding-inline-start: 20px;
}
/*
* 01.10.2025
*/
.giftCard_rule ol{
    margin-top: 15px;
    margin-bottom: 15px;
}
.class-cookiesaccept-banner{
    display: none;
    flex-direction: column;
    position: fixed;
    box-sizing: border-box !important;
    margin: 0 !important;
    border: none !important;
    width: 100% !important;
    min-height: 10px !important;
    max-height: 250px !important;
    clear: both !important;
    padding: 15px !important;
    bottom: 0px !important;
    opacity: 0.91;
    transform: translateY(0%);
    background-color: #ff1b34;
    border-color: #ff1b34;
    background-color: #ffffff;
    box-shadow: 0 0 2rem #38393b5e;
    z-index: 99999;
}
.cookiesaccept-banner-line {
    display: flex; 
    align-items: center;
}
.cookiesaccept-banner-line-text{
    color: #333;
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
}
.cookiesaccept-banner-line-text a{
    color: #ff1b34;
}
.cookie_button {
    padding-left: 1%;
    padding-right: 1%;
}
.cookie_button button{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 129px;
    border-radius: 5px;
    position: inherit;
    font-size: 16px;
    padding: 12px 15px;
    text-decoration: none;
}
.cookie_button .cancel{
    color: #333;
    border: 1px solid #ccc;
    background: #fff;
}
.cookie_button .accept{
    color: #fffefe;
    border: 1px solid #ff445a;
    background: #fff;
    background-color: #ff445a;
}
.cart_accept{
    position: inherit;
    font-size: 16px;
    padding: 8px 10px;
    right: 9px;
    -moz-box-shadow: inset 0 2px 2px #f19090;
    -webkit-box-shadow: inset 0 2px 2px #f19090;
    box-shadow: inset 0 2px 2px #f19090;
    background-color: #ff1b34;
    border-color: #ff1b34;
    width: 100%;
    height: 100%;
}
.cart_accept:hover {
    background-color: #ff445a;
    border-color: #ff445a;
}
.button-preloader-cart{
    position: relative;
    width: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
}
.preloader-button-area{
    padding: 10px;
    flex-basis: calc(50% - 5px);
    box-sizing: border-box;
    height: 60px;
}
.preloader-button-area + .preloader-button-area {
    margin-left: 10px;
}

.button_cart_cansel{
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    padding: 8px 10px;
    line-height: 25px;
    vertical-align: middle;
    color: #333;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: inset 0 2px 2px #ddd;
    border-radius: 5px;
}
.button_cart_cansel:hover {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.policy-content-details a{
    color: #fffefe;
    border: 1px solid #ff445a;
    background-color: #ff445a;
    display: inline-block;
    cursor: pointer;
    width: 100px;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 15px;
    text-decoration: none;
    text-align: center;
}
.policy-content-details h2{
    margin: 20px 0px 20px;
    font-size: 18px;
    text-transform: math-auto;
}

.polisy_description_txt {
    display: inline-block;
    color: #ff445a;
    padding: 1em;
    margin: auto;
    font-size: 11px;
}
.delivery {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-size-adjust: none;
    padding: 0px;
    border: 0px;
    font-size: 17px;
    font-family: verdana, sans-serif;
}
.delivery h2{
    margin: 20px 0px 0px;
    font-size: 17px;
    line-height: 23px;
    font-family: PFDinTextCompPro, sans-serif;
    color: rgb(11, 13, 18);
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
.delivery p {
    margin-top: 10px;
    margin-bottom: 0px;
    color: rgba(11, 13, 18, 0.75);
    letter-spacing: -0.17px;
}
.delivery_table {
   max-width: 960px;
   margin: auto;
   padding: 20px;
}
.delivery_table table {
   width: 100%;
   border-collapse: collapse;
   margin-top: 20px;
}

.delivery_table table th,  .delivery_table table td {
   padding: 10px;
   text-align: left;
   border: 1px solid #ccc; /* Добавлена граница вокруг каждой ячейки */
   font-size: 15px; /* Увеличенный размер шрифта */
}
.delivery_table  table th {
   background-color: #dcdcdc; /* Серый цвет фона */
}

.delivery_table .light-row {
   background-color: #f2f2f2;
}
.max_logo {
    width: 100%;
    height: 100%;
    background: url(/images/max_bw.png) no-repeat center center / cover;
    background-size: 32px 32px;
}
.max_logo:hover {
    background: url(/images/max.png) no-repeat center center / cover;
}
