/* #Fonts
================================================== */
@font-face {
	font-family: 'HelveticaNeueCyr-Light';
	src: url('../fonts/HelveticaNeueCyr-Light_gdi.eot');
	src: url('../fonts/HelveticaNeueCyr-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-Light_gdi.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-Light_gdi.ttf') format('truetype'),
		url('../fonts/HelveticaNeueCyr-Light_gdi.svg#HelveticaNeueCyr-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}
@font-face {
	font-family: 'HelveticaNeueCyr-Medium';
	src: url('../fonts/HelveticaNeueCyr-Medium_gdi.eot');
	src: url('../fonts/HelveticaNeueCyr-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-Medium_gdi.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-Medium_gdi.ttf') format('truetype'),
		url('../fonts/HelveticaNeueCyr-Medium_gdi.svg#HelveticaNeueCyr-Medium') format('svg');
	font-weight: 550;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}
@font-face {
	font-family: 'HeliosC-Regular';
	src: url('../fonts/HeliosC_gdi.eot');
	src: url('../fonts/HeliosC_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HeliosC_gdi.woff') format('woff'),
		url('../fonts/HeliosC_gdi.ttf') format('truetype'),
		url('../fonts/HeliosC_gdi.svg#HeliosC-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2122;
}
@font-face {
	font-family:'HelveticaNeueCyr-UltraLight';
	src: url('../fonts/HelveticaNeueCyr-UltraLight_gdi.eot');
	src: url('../fonts/HelveticaNeueCyr-UltraLight_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-UltraLight_gdi.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-UltraLight_gdi.ttf') format('truetype'),
		url('../fonts/HelveticaNeueCyr-UltraLight_gdi.svg#HelveticaNeueCyr-UltraLight') format('svg');
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}


/* #Reset & Basics
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, sectionm, main {
    display: block; 
}
html {
    overflow-y: scroll;
}
body {
    line-height: 1; 
}
ol, ul {
    list-style: none; 
}
blockquote, q {
    quotes: none; 
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; 
}
table {
    border-collapse: collapse;
    border-spacing: 0; 
}
*, *:before, *:after {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/* #Global
================================================== */
body {                    
    font: 14px/1 'HelveticaNeueCyr-Light', sans-serif;       
    color: #1b222d;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background: #fff;       
}
a {
    color: #eb413d;
    outline: none;    
}
button {
    font-family: 'HelveticaNeueCyr-Medium';
    cursor: pointer;
    font-weight: normal;
    border: 0;
    background: #fff;
    outline: none;
}
img {    
    max-widht: 100%;
}
input {
    outline: none;
}
strong {    
    font-family: 'HelveticaNeueCyr-Medium';
}
.form input[type="text"] {   
    border: 1px solid #b2b2b2;
    padding: 4px 6px;
    font-family: 'HelveticaNeueCyr-Light';
    font-size: 13px;
    color: #1b222d;
    border-radius: 1px;
}
.form textarea {
    width: 100%;
    height: 178px;
    font-size: 13px;
    font-family: 'HelveticaNeueCyr-Light';
    border: 1px solid #b2b2b2;
    padding: 9px 6px;
    color: #1b222d;
    border-radius: 1px;
}
.form button {
    padding: 13px 16px 12px 13px;
    background: #fff;
    color: #1b222d;
    text-align: left;
    font-size: 19px;
    border: 2px solid #f5a09e;
    border-radius: 3px;
    font-family: 'HelveticaNeueCyr-Medium';
}
.form * {
    outline: 0;
}
.form input[type=text]::-webkit-input-placeholder {color: rgba(178,178,178,1);}
.form input[type=text]::-moz-placeholder          {color: rgba(178,178,178,1);}
.form input[type=text]:-moz-placeholder           {color: rgba(178,178,178,1);}
.form input[type=text]:-ms-input-placeholder      {color: rgba(178,178,178,1);}

.form textarea::-webkit-input-placeholder {color: rgba(178,178,178,1);}
.form textarea::-moz-placeholder          {color: rgba(178,178,178,1);}
.form textarea:-moz-placeholder           {color: rgba(178,178,178,1);}
.form textarea:-ms-input-placeholder      {color: rgba(178,178,178,1);}

/* #Grid & Layouts
================================================== */
.wrap {    
    /*position: relative;*/
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1100px;
    clear: both;
    z-index: 500;
}
.wrap-full {
    position: relative;
    width: 100%;
    padding: 0;
}

.row {
  margin: 0 -1px; 
}
[class*="col-"] {
  padding: 0 1px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-1-2 {
    float: left;
    width: 50%;
}
.col-1-3 {
    float: left;
    width: 33.33%;
}
.col-1-4 {
    float: left;
    width: 25%;
}  
.col-1-5 {
    float: left;
    width: 20%;
}
.col-1-8 {
    float: left;
    width: 12.5%;
} 


/* #Site Styles
================================================== */
body {
    min-width: 320px;
}
body.home {    
    background: #020202 url("../img/bg-slide-1.jpg") center 0 no-repeat;
}
body.page {    
    background: #020202 url("../img/bg-page.png") center 0 no-repeat;   
}

/* header */
#header {    
    position: relative;
    width: 100%;
    overflow: hidden;                         
}
#header .logo {
    float: left;
    width: 40%;
}
#header .logo a {
    display: block;
    width: 316px;
    height: 97px;
    margin: 46px 0 14px 2px;
}
.navbar {    
    float: right;
    width: 60%;    
    text-align: right;
}
.navbar li {    
    display: inline-block;
    vertical-align: middle;
    margin: 81px 0 0 40px;    
}
.navbar li a {
    padding: 2px;
    font-size: 23px;
    color: #fff;    
    text-decoration: none;    
    transition: all 0.3s ease;    
}
.navbar li a:hover,
.navbar li.active a {
    color: #ff0000;
}
#header .info {
    position: fixed;
    width: 100%;
    height: 38px;
    padding: 0 1px;
    background: #9b1217;
    z-index: 800;
}
#header .info .wrap > span,
#header .info address {
    float: left;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;       
}
#header .info .wrap > span {
    margin: 0 10% 0 0;
}
#header .btn-login {
    float: right;
    width: 98px;
    height: 38px; 
    color: #fff;
    font-size: 17px;
    background: #b50d11;
    text-decoration: none;
}
#header .btn-login a {

}
#header .btn-logina {
    float: right;
    width: 98px;
    height: 38px; 
    color: #fff;
    font-size: 17px;
    background: #b50d11;
    text-decoration: none;
        font-family: 'HelveticaNeueCyr-Medium';
    cursor: pointer;
    font-weight: normal;
    text-align: center;
}

#header .cart {
    position: relative;
    float: right;
    width: 98px;       
}
#header .cart .btn-cart {
    position: relative;
    float: right;
    width: 98px;
    height: 38px;    
    background: #ff0000 url("../img/icon-cart.png") center center no-repeat;    
}
#header .cart .btn-cart span {
    position: absolute;
    top: 9px;
    left: 45px;
    display: block;
    width: 22px;
    text-align: center;    
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 11px;
    color: #f00;
}
#header .cart > .price-total {
    position: absolute;
    top: 37px;
    right: 0;
    width: 98px;
    height: 33px;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    background: #f00;
    color: #fff;    
    z-index: 200;
}
#header .cart > .price-total:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    display: block;
    width: 10px;
    height: 5px;
    background: url("../img/icon-arrow6.png") 0 0 no-repeat; 
}
.cart tr {
    opacity: 1;
}
.cart-add-product {
    position: absolute;
    top: 38px;
    right: -96px;
    width: 312px;    
    background: #fff;
    padding-top: 31px;
    z-index: 100;
    display: none;
    max-height: 500px;
    overflow: auto;
}

.cart-add-product_disabled {
    position: absolute;
    top: 38px;
    right: -96px;
    width: 292px;    
    background: #fff;
    padding-top: 31px;
    z-index: 100;
    display: none;
}
.cart .cart-add-product td {
    width: 220px;
    text-align: left;
    border-top: 1px solid #e1e1e1;
    border-bottom: 0;
}
.cart .cart-add-product td+td {
    width: 72px;
}
.cart-add-product .btn-delete {
    padding: 0;
    margin: 0 4px 0 7px !important;
}
.cart-add-product .pic {
    margin: 0 5px 0 0 !important;
    border-color: #949494;
}
.cart-add-product .product-title {
    max-width: 140px !important;           
}
.cart .cart-add-product .product-title a {
    font-size: 12px;
    line-height: 10px;
    text-transform: none;
    font-family: 'HelveticaNeueCyr-Light';
    color: #6d6e71;
}
.cart .cart-add-product .price-total {
    font-size: 13px;
    color: #6d6e71;
}
.cart .cart-add-product .count-control {
    right: -6px;
    margin: 0;
    width: 46px;
    height: 19px;    
}
.cart .cart-add-product .count-control button {
    float: left;
    width: 12px;
    height: 100%;
    border: 1px solid #959595;
}
.cart .cart-add-product .count-control .btn-plus {
    background: url("../img/icon-count-right.png") center center no-repeat;
}
.cart .cart-add-product .count-control .btn-minus {
    background: url("../img/icon-count-left.png") center center no-repeat;
}
.cart .cart-add-product .count-control input {
    float: left;
    width: 18px;
    height: 100%;
    padding: 0 1px;
    text-align: center; 
    border: 1px solid #959595;
    border-left: 0;
    border-right: 0;
    font-size: 10px;    
    color: #959595;    
}
.cart .cart-add-product .price-total {
    padding: 5px 0 0 0;
    font-size: 12px;
    font-family: 'HelveticaNeueCyr-Light';
}
.cart .btn-checkout {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: 'HelveticaNeueCyr-Light';
    background: #f00;   
    margin-top: 5px; 
} 
/* slider */
.slider-intro {
    float: left;
    position: relative;
    width: 100%;
    height: 187px;
    clear: both;    
   /* margin-bottom: 143px;       */
}
.slider-intro h3 {
    width: 100%;    
    text-align: right;
}
.slider-intro h3 a {        
    font-size: 50px;
    color: #fff;
    font-weight: normal;    
    text-transform: uppercase;
    line-height: 50px;
    font-family: 'HeliosC-Regular';
    text-decoration: none;    
}
.slider-intro .slider-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider-intro .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease;
    display: none;
}
.slider-intro .slide.active {
    opacity: 1;
    display: block;
} 
.slider-intro .slider-control {
    position: absolute;
    top: -37px;
    right: 0;    
    padding-right: 1px;    
}
.slider-intro .slider-control a {
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #ff0000;
    background: #ff0000;
    border-radius: 50%;
    margin-left: 9px;
    transition: all 0.4s ease;
}
.slider-intro .slider-control a.active {
    background: transparent;
}

/* content home*/
#content {    
    overflow: hidden;    
}
.category {
    position: relative;
    width: 100%;
    margin-bottom: 68px;
    padding: 37px 36px;
    background: #fff;    
    overflow: hidden;
    clear: both;        
}
.category a {
    position: relative;    
    margin-bottom: 2px;
}
.category span {
    position: absolute;
    top: 9px;
    left: 12px;
    font-size: 20px;    
    font-family: 'HelveticaNeueCyr-Medium';
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;    
}
.category a {
    text-decoration: none;
}
.category a img {
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}
.category a:hover img {
    border-color: #ff0000; 
}
.category a:hover span {
    color: #ff0000;
}
.home-text {    
    margin-bottom: 48px;
    padding-bottom: 9px;
    color: #59595b;
    line-height: 20px;
    text-align: center;    
    background: #fff url("../img/pic-1.png") 0 0 no-repeat;    
}
.home-text h1 {
    position: relative;
    margin-bottom: 23px;
    padding: 14px 5px 9px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    color: #9b1217;    
    border-bottom: 4px solid #9b1217;    
}
.home-text h1:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;    
    display: block;       
    width: 10px;
    height: 5px;
    margin-left: 0 0 0 -5px;
    background: url("../img/icon-title-arrow.png") 0 0 no-repeat;
}
.home-text p {
    margin-bottom: 16px;
    line-height: 16px;
    padding: 0 89px;
}

/* content page*/
#content-wrap    {
    float: left;
    width: 100%;
    background: #fff;
    clear: both;
    margin-top: 9px;  
}
#content-left {
    float: left;
    width: 25%;
}
#content-right { 
    float: left;
    width: 75%;       
}
.page .slider {
    border-top: 3px solid #fff;
    margin-bottom: 0;
}

.slider-page {
    float: left;
    position: relative;
    width: 100%;
    height: 202px;
    clear: both;
    margin-top: -5px;
    border-top: 3px solid #fff;       
}
.slider-page h3 {
    width: 100%;    
    text-align: right;
}
.slider-page h3 a {        
    font-size: 50px;
    color: #fff;
    font-weight: normal;    
    text-transform: uppercase;
    line-height: 50px;
    font-family: 'HeliosC-Regular';
    text-decoration: none;    
}
.slider-page .slider-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider-page .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    opacity: 0;    
    transition: all 0.4s ease;   
    display: none; 
}
.slider-page .slide.active {
    opacity: 1;
    display: block;
}
.slider-page .slide img {
    width: 100%;
} 
.slider-page .slider-control {
    position: absolute;
    top: -41px;
    right: 0;    
    padding-right: 1px;
}
.slider-page .slider-control a {
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #ff0000;
    background: #ff0000;
    border-radius: 50%;
    margin-left: 9px;
    transition: all 0.4s ease;
}
.slider-page .slider-control a.active {
    background: transparent;
}

/* content-left */
.navbar-left {
    padding-bottom: 43px;
}
.navbar-left > span {
    display: block;    
    width: 100%;    
    height: 40px;
    padding: 0 0 0 23px;
    font-size: 23px;
    line-height: 41px;
    color: #ff0000;
    text-transform: uppercase;
    border-bottom: 2px solid #cacaca;
    font-family: 'HelveticaNeueCyr-Medium';     
}
.navbar-left ul {
    padding-top: 1px;
}
.navbar-left li {
    position: relative;
    width: 93%;
    margin: 0 0 1px -13px;     
    clear: both;
}
.navbar-left li a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #48423b;
    text-decoration: none;
    padding: 8px 0 6px 36px;
    transition: all 0.3s ease;
}
.navbar-left li.active a,
.navbar-left li a:hover {
    color: #fff;
    background: #ff0000;
}
#content-left .best {
    margin-bottom: 5px;
    padding: 0 21px 0 19px;
}
#content-left .best .pic,
#content-left .best .info {
    border: 1px solid #ff0000;
}
#content-left .best .info {
    border-top: 0;
    margin: 0;
    padding: 0;    
}
#content-left .best .info h3 {
    margin: 0;
    padding: 21px 0;
    background: #ff0000;    
}
#content-left .best .pic:after {
    content: "";    
    position: absolute;
    top: 1px;
    left: 0;    
    display: block;    
    width: 100%;
    height: 9px;
    background: url("../img/sh.png") 0 0 repeat-x;    
}
#content-left .best > span {
    display: block;
    height: 66px;          
    border: 1px solid #ff0000;
    border-bottom: 0;
    font-size: 22px;
    line-height: 66px; 
    text-align: center;
    text-transform: uppercase;
    font-family: 'HeliosC-Regular';
    color: #ff0000;
}
#content-left .best .info h3 a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    font-family: 'HeliosC-Regular';
    color: #fff;
}
#content-left .product-item .prices .old {
    position: absolute;
    top: 9px;
    left: 11px;
    font-size: 9px;
    color: #676767;
}
#content-left .best .prices {
    margin-top: 5px;
    padding-top: 32px;
    padding-bottom: 11px;    
}
#content-left .best .product-item .count-control {  
  bottom: 15px;  
}

#content-left .banner {
    float: left;
    clear: both;
    overflow: hidden;
    margin: 0 0 19px 19px;    
}
#content-left .banner a {
    float: left;
    border: 1px solid #c6c6c6;
}
#content-left .banner a img {
    float: left;
    width: 100%;
}

/* content-right */
.content-header {
    position: relative;
    padding-right: 26px;
    margin-bottom: 16px;
}
.content-header h1 {
    display: block;
    height: 40px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 23px;
    line-height: 41px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 2px solid #e00000;
    font-family: 'HelveticaNeueCyr-Medium';     
}
.content-header p {
    font-size: 13px;
    line-height: 14px;
    color: #818181;
    margin-bottom: 0;
}
.btn-open-menu {
    position: absolute;
    top: 11px;
    right: 2px;
    width: 27px;
    height: 18px;
    padding: 0;
    margin: 0;
    background: #fff url("../img/icon-menu.png") 0 0 no-repeat;
    display: none;
}
.btn-close-menu {
    position: absolute;
    top: 11px;
    right: 27px;
    width: 27px;
    height: 18px;
    padding: 0;
    margin: 0;
    background: #fff url("../img/icon-menu.png") 0 0 no-repeat;
    display: block;
}

/* products-list */
.products-list {
    padding-right: 26px;
}
.products-list .row {
  margin: 0 -8px; 
}
.products-list [class*="col-"] {
  padding: 0 8px;
}
.product-item {
    position: relative;
    margin-bottom: 14px;
    background: #fff;    
    transition: border-color 0.4s  ease;
}
.product-item .pic,
.product-item .info {
    transition: border-color 0.4s  ease;
}
.product-item:hover .pic,
.product-item:hover .info,
.product-item:hover .wrap-btn button {
    border-color: #ff0000;
}
.product-item:hover .pic {
    border-bottom: 1px solid #d1d1d1; 
}
.product-item:hover .wrap-btn button {
    background: #ff0000;
    color: #fff;
}
.product-item .pic {
    display: block;
    overflow: hidden;    
    border: 1px solid #d1d1d1;
    text-align: center;
}
.product-item .pic img {    
    max-width: 100%;
    /*width: 100%;*/
}
.product-item .info {
    position: relative;
    padding: 6px 0;
}
.product-item .info {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}
.product-item .info h3 {
    padding: 2px 11px 5px 11px;
    display: block;
    min-height: 64px;
}
.product-item .info h3 a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Medium';
}
.product-item .info .count {
    padding: 0 0 10px 11px;
    font-size: 15px;
    color: #817f7d;
}
.product-item .prices {
    position: relative;
    padding: 20px 0 3px 11px;    
}
.product-item .prices .old {
    position: absolute;
    top: 4px;
    left: 11px;
    font-size: 9px;
    color: #676767;        
}
.product-item .prices .old span {
    font-size: 16px;
}
.product-item .prices .old:after {
    content: "";
    position: absolute;
    top: 6px;
    left: -3px;     
    display: block;
    width: 115%;
    height: 1px;
    background: #ff0000;    
    overflow: hidden;    
}
.product-item .prices .current {
    color: #ff0000;
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 90%;
}
.product-item .prices .current span {
    font-size: 25px;   
}
.count-control {
    position: absolute;
    bottom: 11px;
    right: 11px;
    width: 74px;
    height: 40px;    
}
.count-control button {
    float: left;
    width: 18px;
    height: 100%;
    border: 1px solid #c6c6c6;
}
.count-control .btn-plus {
    background: url("../img/icon-arrow-right2.png") center center no-repeat;
}
.count-control .btn-minus {
    background: url("../img/icon-arrow-left2.png") center center no-repeat;
}
.count-control input {
    float: left;
    width: 38px;
    height: 100%;
    padding: 0 2px;
    text-align: center; 
    border: 1px solid #c6c6c6;
    border-left: 0;
    border-right: 0;
    font-size: 18px;
    color: #d1d1d1;    
}
.product-item .wrap-btn {
    height: 38px;
    line-height: 38px;
}
.product-item .wrap-btn button {
    width: 100%;
    height: 38px;       
    font-size: 23px;    
    font-family: 'HelveticaNeueCyr-Light';
    text-transform: uppercase;
    color: #000;
    border: 1px solid #ff0000;
    background: #fff;
    transition: all 0.4s ease;
}
.product-item .wrap-btn button:hover {
    background: #ff0000;    
    color: #fff;
}
.icon {
    position: absolute;
    top: 1px;
    right: 9px;
    width: 60px;
    height: 60px;
}
.icon-veget {
    background: url("../img/icon-veget.png") 0 0 no-repeat;
}
.icon-twhours {
    background: url("../img/icon-twhours.png") 0 0 no-repeat;
} 
.icon-fthours {
    background: url("../img/icon-fthours.png") 0 0 no-repeat;
} 
.icon-new {
    background: url("../img/icon-new.png") 0 0 no-repeat;
}
.icon-hit {
    background: url("../img/icon-hit.png") 0 0 no-repeat;
}
.icon-sale {
    background: url("../img/icon-sale.png") 0 0 no-repeat;
}
.pagenav {
    position: relative;
    height: 41px;
    padding-top: 6px;
    clear: both;
    width: 100%;
    background: #fff;
}
.pagenav ul {
    width: 100%;
    text-align: center;
}
.pagenav li {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #7d7d7d;    
}
.pagenav li a {    
    display: block;
    width: 100%;
    height: 100%;    
    color: #7d7d7d;
    text-align: center;
    text-decoration: none;    
}
.pagenav li.active span {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -1px;
    border: 1px solid #7d7d7d;
    border-radius: 50%;
    font-size: 12px;
} 

/* product */
.product {   
    position: relative;
    width: 100%;
    padding-right: 28px;
    overflow: hidden;        
    margin-top: 38px;
}
.product-top {
    float: left;
    width: 100%;
    border: 1px solid #cacaca;
    border-top: 2px solid #ff0000;
}
.product-top .pic {
    position: relative;
    float: left;
    width: 510px;
    border-right: 1px solid #cacaca;
}
.product-top .icon {
    top: 0;
    right: 0;
}
.product-top .info {
    position: relative;
    float: left;    
    width: 268px;        
}
.product-top .info h1 {
    padding: 9px 0 10px 14px;
    font-size: 15px;
    line-height: 20px;
    color: #0e0e10;
    font-family: 'HelveticaNeueCyr-Medium';
}
.product-top .count-in-set {    
    float: left;
    width: 100%;
    clear: both;
    padding-left: 14px;
}   
.product-top .count-in-set span {
    float: left;
    width: 170px;
    padding: 2px 2px 0 0;
    color: #818181;
}
.product-top .count-in-set select {
    float: left;
    width: 81px;
    font-size: 13px;
    color: #0e0e10;
}
.product-top .prices {
    position: relative;
    float: left;
    width: 100%;    
    padding: 85px 0 32px 11px;
    clear: both;    
}
.product-top .prices .old {
    position: absolute;
    top: 56px;
    left: 11px;
    font-size: 20px;
    color: #676767;        
}
.product-top .prices .old span {
    font-size: 26px;
}
.product-top .prices .old:after {
    content: "";
    position: absolute;
    top: 13px;
    left: -3px;     
    display: block;
    width: 115%;
    height: 1px;
    background: #ff0000;    
    overflow: hidden;    
}
.product-top .prices .current {
    color: #ff0000;
    font-size: 24px;
    font-family: 'HelveticaNeueCyr-Light';
}
.product-top .prices .current span {
    font-size: 34px;   
}
.product-top .count-control {
    position: absolute;
    bottom: 31px;
    right: 11px;
    width: 74px;
    height: 40px;    
}
.product-top .count-control button {
    float: left;
    width: 18px;
    height: 100%;
    border: 1px solid #c6c6c6;
}
.product-top .count-control .btn-plus {
    background: url("../img/icon-arrow-right2.png") center center no-repeat;
}
.product-top .count-control .btn-minus {
    background: url("../img/icon-arrow-left2.png") center center no-repeat;
}
.product-top .count-control input {
    float: left;
    width: 38px;
    height: 100%;
    padding: 0 2px;
    text-align: center; 
    border: 1px solid #c6c6c6;
    border-left: 0;
    border-right: 0;
    font-size: 18px;
    color: #d1d1d1;    
}
.product-top .wrap-btn {
    float: left;
    width: 100%;
    height: 38px;
    line-height: 38px;
    clear: both;
}
.product-top .wrap-btn button {
    width: 100%;
    height: 38px;       
    font-size: 23px;    
    font-family: 'HelveticaNeueCyr-Light';
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid #ff0000;    
    border-bottom: 1px solid #ff0000;    
    background: #ff0000;
}
.product-top .add {
    float: left;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.product-top .add > span {
    float: left;
    width: 100%;
    padding: 6px 0 5px;    
    text-align: center;
    font-family:'HelveticaNeueCyr-UltraLight';
    font-size: 20px;
    color: #818181;
    clear: both;
}
.product-top .add ul {
    float: left;
    display: block;
    width: 100%;
    padding: 4px 0 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    clear: both;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49.9%, #e9e9e9 49.9%, #1E989C 60%, rgba(0, 0, 0, 0) 60%), linear-gradient(-45deg, #e9e9e9 10%, rgba(0, 0, 0, 0) 10%);
    background-size: 4px 4px;
    background-color: #fff;
}
.product-top .add li {
    float: left;
    display: block;
    width: 100%;    
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 0 0;
    color: #818181;
}
.product-top .add li span {
    float: left;
    width: 140px;
    padding: 0 0 0 45px;
}
.product-top .add li span:nth-child(2n) {
    width: 85px;
    text-align: right;
    padding: 0 0 0 0;
}
.product-top .add ul li:last-child {    
    border-top: 1px solid #cacaca;
    background: #fff;
}
.product-top .social-links {
    float: left;
    width: 100%;    
}
.product-top .social-links a {
    float: left;    
    width: 35px;
    height: 35px;
    margin: 9px 8px 9px 38px;
}
.product-top .social-links a:last-child {
    margin: 9px 0 0 38px;
} 
.product-top .social-links .sl-fb2 {
    background: url("../img/icon-fb2.png") 0 0 no-repeat;
}
.product-top .social-links .sl-vk2 {
    background: url("../img/icon-vk2.png") 0 0 no-repeat;
}
.product-top .social-links .sl-odd2 {
    background: url("../img/icon-od2.png") 0 0 no-repeat;
}
.product-top .add-to-favorites {
    float: left;
    width: 100%;    
    padding: 0 0 0 38px;
    color: #b6b6b6;
    font-size: 13px;
    line-height: 38px;
    text-transform: uppercase;
    clear: both;       
    text-decoration: none;
    border-top: 1px solid #cacaca;
    background: url("../img/icon-star.png") 218px 6px no-repeat; 
}
.product-top .add-to-favorites:hover {
    background: url("../img/icon-star.png") 218px -31px no-repeat;
}
.product-bottom {
    float: left;    
    width: 100%;
    clear: both;
    padding: 5px 14px 10px;
    border: 1px solid #cacaca;
    font-size: 13px;
    line-height: 14px;
    color: #58595b; 
}
.product-bottom strong {
    display: block;
    padding: 8px 0 9px;
    color: #0f0f10;
}

/* action */
.title-page {
    float: left;
    position: relative;
    width: 100%;    
    clear: both;
    margin-top: -5px;
    margin-bottom: 9px;
    border-top: 3px solid #fff;    
}
.title-page img {
    width: 100%;
} 
.title2 {    
    display: block;
    width: 100%;
    height: 58px;
    padding: 0;        
    font-size: 34px;
    line-height: 58px;
    color: #eb1e25;
    font-family: 'HelveticaNeueCyr-Medium';
    text-transform: uppercase;    
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49.9%, #d1d2d4 49.9%, #d1d2d4 60%, rgba(0, 0, 0, 0) 60%), linear-gradient(-45deg, #d1d2d4 10%, rgba(0, 0, 0, 0) 10%);
    background-size: 4px 4px;
    background-color: #fff;
    border-bottom: 2px solid #e6e7e8;
    clear: both;    
}
.title2 span {    
    display: inline-block;
    width: 250px;
    height: 58px;
    padding: 0 0 0 20px;
    border-bottom: 2px solid #f00;
}
.action-list {
    position: relative;
    width: 100%;
    padding-bottom: 7px;
    overflow: hidden;
    background: #fff;
}
.action-list .item {
    position: relative;
    width: 100%;
    min-height: 156px;
    clear: both;
    overflow: hidden;
    padding: 0 10px 30px 260px;
    border-bottom: 2px dotted #e7e7e8;
}
.action-list .item .pic {
    position: absolute;
    top: 15px;
    left: 16px;
    width: 218px;
    height: 127px; 
}
.action-list .item h2 {
    padding: 11px 0 14px 0;
}
.action-list .item h2 a {    
    font-size: 18px;
    line-height: 22px;
    color: #231f20;
    font-family: 'HelveticaNeueCyr-Medium';
    text-decoration: none;
}
.action-list .item h2 .stockhead {    
    font-size: 18px;
    line-height: 22px;
    color: #231f20;
    font-family: 'HelveticaNeueCyr-Medium';
    text-decoration: none;
}
.action-list .item p {
    font-size: 14px;
    line-height: 16px;
    color: #a7a9ac;    
}
.action-list .item .close-info {
    position: absolute;
    bottom: 9px;
    left: 260px;    
}

/* delivery */
.title-page.delivery {
    float: left;
    position: relative;
    width: 100%;
    height: 102px;
    clear: both;
    margin-top: -5px;
    margin-bottom: 0;
    border: 0;
    background: #fff;
    text-align: center;    
}
.title-page.delivery h1 {
    letter-spacing: 1px;
    padding: 23px 0 5px 0;
    font-size: 34px;
    color: #eb1e25;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Medium';
}
.title-page.delivery span {
    font-size: 17px;
    color: #939598;    
    text-transform: uppercase;    
}
.delivery-icon {    
    overflow: hidden;
    padding: 27px  55px 0;    
    background: #fff;
}
.delivery-icon div {
    float: left;
    min-height: 230px;
    width: 25%;
}
.delivery-icon .item-1 {
    background: url("../img/icon-deliv-1.png") 0 0 no-repeat;
}
.delivery-icon .item-2 {
    background: url("../img/icon-deliv-2.png") 0 0 no-repeat;
}
.delivery-icon .item-3 {
    background: url("../img/icon-deliv-3.png") 0 0 no-repeat;
}
.delivery-icon .item-4 {
    background: url("../img/icon-deliv-4.png") 0 0 no-repeat;
}
.delivery-icon div p {
    display: block;
    width: 199px;
    margin: 153px 0 0 0;
    padding: 16px 0 24px 0;
    border-top: 1px solid #ed2028;
    font-size: 16px;
    line-height: 17px;    
    text-align: center;
    text-transform: uppercase;
    color: #ed2028;
}
.title2.delivery {
    height: 41px;
    border: 0;
    border-top: 2px solid #e10000;
}
.delivery-info {
    float: left;
    width: 100%;
    padding: 0 55px 18px;
    background: #fff;
    clear: both;    
}
.delivery-info p {
    display: block;    
    max-width: 800px;
    padding: 0 0 0 32px;    
    font-size: 14px;
    color: #939598;
    background: url("../img/icon-arrow2.png") 0 4px no-repeat;
}
.delivery-price {
    position: relative;
    max-width: 1080px;
    padding: 0;       
    clear: both;
    overflow: hidden;
    margin-top: -7px;
}
.delivery-price > img {
    width: 100%;
}
.delivery-price .price-wrap {
    position: absolute;
    top: 15%;
    left: 0;    
    width: 100%;    
    height: 128px;
    margin-top: -64px;
    text-align: center;
}
.delivery-price .price-wrap div {
    display: inline-block;
    width: 249px;
    height: 127px;
    background: #fff;
    margin: 0 26px;
    vertical-align: middle;    
}
.delivery-price .price-wrap p {
    display: block;
    height: 71px;
    line-height: 73px;
    font-size: 45px;
    color: #ee1c25;
    font-family: 'HelveticaNeueCyr-Medium';
}
.delivery-price .price-wrap p span {
    font-size: 18px;
    color: #000;
    padding-left: 2px;
}
.delivery-price .price-wrap div > span {
    display: block;
    padding: 9px 0 0 0;
    width: 100%;
    height: 56px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    background: #ee1c25;
}
.delivery-price .price-wrap div:first-child > span {
    padding-top: 19px;
}
.payment-type {
    position: relative;
    width: 100%;    
    clear: both;
    overflow: hidden;    
    padding: 0;
    max-width: 1080px;
    margin-top: -2px;
}
.payment-type > span {
    position: reative;
    display: block;
    padding: 14px 0 10px;      
    font-size: 20px;
    color: #f00;
    text-align: center;    
    text-transform: uppercase;
    border-bottom: 2px solid #cacaca;
    background: #fff;         
}
.payment-type > span:after {
    content: "";    
    position: absolute;
    top: 44px;
    left: 50%;
    display: block;
    width: 21px;
    height: 7px;
    margin-left: -4px;
    background: url("../img/icon-arrow3.png") 0 0 no-repeat;
}
.payment-type ul {
    width: 100%;
    text-align: center;
    background: #fff;
}
.payment-type ul li {
    display: inline-block;    
    width: 250px;
    margin: 0 28px;
    vertical-align: top;
    text-align: left;
}
.payment-type li span {
    display: block;
    height: 42px;
    font-size: 15px;
    margin: 74px 0 5px 0;
    line-height: 15px; 
    font-family: 'HelveticaNeueCyr-Medium';
    color: #000;
    border-bottom: 10px solid #cacaca;
}
.payment-type li p {
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 50px;
}
.delivery-text {
    max-width: 1080px;
    padding: 0 0 0 0;
    margin-bottom: 17px;    
    border-top: 2px solid #2a0100;
    background: url("../img/bg-delivery-footer.jpg") center 0 no-repeat; 
}
.delivery-text article {    
    padding: 62px 113px 53px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
.delivery-text article * {
    padding-bottom: 18px;
}

/* reviews */
.reviews {
    padding: 38px 26px 0 0;     
}
.add-reviews {
    position: relative;
    border-top: 2px solid #e00000;    
}
.btn-add-reviews {
    float: right;
    width: 186px;
    height: 35px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;    
    background: #d1d3d4;    
}
.reviews-list {
    position: relative;
    width: 100%;        
    clear: both;
    padding-bottom: 2px;
}
.reviews-list .item {   
    position: relative;               
    margin-bottom: 11px;
    padding: 0;
    border-right: 1px solid #d1d2d4;    
    border-left: 4px solid #ff0000;
    background: #fff;    
    clear: both;
    box-shadow: 0 5px 5px rgba(0,0,0,.06);
}
.rating {    
    margin-top: 2px; 
}
.rating span {
    display: inline-block;
    width: 16px;
    height: 16px;    
    vertical-align: top;
    background: url("../img/icon-star2.png") 0 0 no-repeat;
    cursor: pointer;        
    margin-right: 5px;    
}
.rating span.active,
.rating span:hover {
    background: url("../img/icon-star2.png") 0 -16px no-repeat;    
}
.reviews-list .item .rating {
    padding: 15px 0 0 15px;
    border-top: 1px solid #d1d2d4;
    margin-bottom: 10px;
}
.reviews-list .item h3 {
    padding: 5px 0 13px 15px;
    font-size: 15px;
    color: #000;
    font-family: 'HelveticaNeueCyr-Medium';
}
.reviews-list .item p {   
    display: block;    
    padding: 0 0 15px 16px;
    font-size: 13px;
    line-height: 14px;
    color: #818181;
}
.reviews-list .item .bottom {
    position: relative;
    height: 30px;
    border-bottom: 1px solid #d1d2d4;
}
.reviews-list .item .bottom strong {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 13px;
    color: #000;
}
.reviews-list .item .bottom span {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 13px;
    color: #818181;
}
.form-reviews {
    float: left;
    width: 100%;    
    padding: 20px 19px 1px 24px;
    margin-bottom: 21px;
    border: 1px solid #c5c5c5;
    box-shadow: 0 5px 5px rgba(0,0,0,.06);
    clear:both;
    display: none;
}
.form-reviews legend {
    display: block;
    width: 100%;
    padding: 2px 0 14px 0;
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 11px;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-align: center;    
}
.form-reviews .rating {
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;    
    width: 250px;    
}
.form-reviews .field {
    position: relative;
    display: inline-block;
    width: 100%; 
    padding: 0 0 11px 0;
    clear:both;         
}
.form-reviews .field-col-2 {
    float: left;
    width: 50%;  
    clear: none;  
}
.form-reviews .field .field-title {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    font-size: 13px;
    color: #818181;
    padding: 0;
    line-height: 25px;
}
.form-reviews .field .field-add-info {
    display: inline-block;
    vertical-align: top;    
    font-size: 12px;
    padding: 0 0 0 3px;
    font-style: italic;
    color: #818181;    
    line-height: 25px;
}
.form-reviews .field input {
    width: 250px;
}
.form-reviews .field .f-width-100 {
    width: 620px;
}
.form-reviews .capcha .field-title {
    line-height: 14px;
}
.form-reviews .capcha img {
    margin: 9px 0 0 114px;
}
.form-reviews .field .btn {
    float: right;
    clear: both;
    width: 225px;
    padding: 9px 0;
    margin-bottom: 8px;
    margin-right: 5px;
    color: #f00;
    font-size: 20px;
    text-align: center;
    font-family: 'HelveticaNeueCyr-Light';
    border-radius: 0;
    border: 1px solid #ed1c24;
}
.form-reviews .field .btn-cancel {
    border-color: #c6c6c6; 
    color: #d1d2d4;    
} 
.reviews-text {
    max-width: 1080px;
    padding: 33px 39px;
    margin-bottom: 17px;
    border-bottom: 1px solid #fff;
    background: url("../img/bg-reviews-footer.jpg") center 0 no-repeat; 
}
.reviews-text article {
    padding: 34px 80px 17px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    border: 3px solid #fff;
}
.reviews-text article * {
    padding-bottom: 18px;
}


/* cart */
.content-cart {
    position: relative;
    overflow: hidden;
    background: #fff;    
}
.content-cart:after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #d2d2d2;
}
.content-cart #content-left {
    position: static;
    float: right;
    width: 249px;
    margin-top: 38px;
    border-top: 2px solid #e10000;
    padding: 70px 9px 0;
    min-height: 250px;         
}
.content-cart #content-right {
    float: left;
    width: 831px;
    margin-bottom: 16px;
}
.order-steps {
    display: block;
    width: 100%;    
    height: 40px;
    border-bottom: 2px solid #e10000;
}
.order-steps li {
    float: left;
    height: 40px;
    font-size: 18px;
    line-height: 41px;
    padding: 0 63px 0 26px;
    text-transform: uppercase;
    color: #cdcbcb;
    background: url("../img/icon-step-arrow2.png") right 0 no-repeat;   
}
.order-steps li.active {
    font-size: 23px;
    font-family: 'HelveticaNeueCyr-Medium';    
    color: #000;
    background: url("../img/icon-step-arrow.png") right 0 no-repeat;    
}
.content-cart .cart {
    border-right: 1px solid #d1d1d1;    
}
.cart table {
    width: 100%;
}
.cart table th {
    padding: 6px 0 6px;
    color: #817f7d;
    font-size: 15px;
    border-bottom: 1px solid #d7d7d7;
}
.cart table th:first-child {
    text-align: left;
    padding-left: 20px;
    width: 50%;
}
.cart table th+th {
    width: 15%;
    text-align: center;
}
.cart table th+th+th {
    width: 20%;
}
.cart table th+th+th+th {
    width: 15%;
}
.cart table td {
    padding: 5px 0 6px 0;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #d7d7d7;
}
.cart table .product-info {
    text-align: left;    
}
.cart table .product-info .btn-delete {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 10px;
}
.cart table .product-info .pic {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px 0 10px;
    border: 1px solid #d1d1d1;       
}
.cart table .product-info .pic img {
    float: left;
}
.cart table .product-info .product-title {
    display: inline-block;
    vertical-align: middle;
    max-width: 240px;    
}
.cart table .product-info h3 a {
    font-size: 13px;
    line-height: 14px;
    font-family: 'HelveticaNeueCyr-Medium';    
    color: #000;     
    text-transform: uppercase;
    text-decoration: none;    
}
.cart table .product-info select {
    width: 81px;
    margin-top: 10px;
}
.cart .price,
.cart .price-total {
    font-size: 20px;
    font-family: 'HelveticaNeueCyr-Medium';
    color: #000;
}
.cart .count-control {
    position: relative;
    bottom: 0;
    right: 0;
    width: 74px;
    height: 40px;
    margin: 0 auto;    
}
.order-total p {
    display: block;
    padding: 0 0 33px 0;
    font-size: 14px;
    color: #000;
}
.order-total p span {
    float: right;
    width: 140px;
    font-size: 25px;
    text-align: right;
    margin-top: -9px; 
}
.order-total .btn-order {
    width: 230px;
    padding: 11px 0 12px;
    margin: 0 auto 10px;
    font-size: 17px;
    text-transform: uppercase; 
    font-family: 'HelveticaNeueCyr-Light';
    color: #fff;   
    background: #ff0000;
    border-radius: 0;   
    border: 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.order-total .btn-order3 {
    width: 230px;
    padding: 11px 0 12px;
    margin: 0 auto 10px;
    font-size: 17px;
    text-transform: uppercase; 
    font-family: 'HelveticaNeueCyr-Light';
    color: #fff;   
    background: #ff0000;
    border-radius: 0;   
    border: 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.order-total .btn-next-sales {
    display: block;
    width: 230px;
    padding: 10px 0 11px;
    margin: 0 auto 10px;
    font-size: 17px;
    text-transform: uppercase; 
    font-family: 'HelveticaNeueCyr-Light';
    color: #b1b0b0;   
    background: #fff;
    border-radius: 0;   
    border: 1px solid #c5c5c5;
    text-align: center;
    text-decoration: none; 
}
.order-total .promo {
    position: absolute;
    bottom: 27px;
    right: 9px;
    width: 230px;
    padding: 4px 6px;
    border: 1px solid #c5c5c5;
} 
/* ordering */
.ordering {
    position: relative;
    width: 100%;
}
.ordering .item {
    float: left;
    width: 25%;
    min-height: 600px;
    overflow: hidden;
    margin-bottom: 16px;    
    border-right: 1px solid #cbcaca;
}
.ordering .item:last-child {
    border-right: 0;    
}
.ordering .title-ordering {
    display: block;
    height: 61px;
    padding: 0 4px;    
    text-align: center;
    font-size: 20px;
    line-height: 62px;
    margin-bottom: 17px;
    text-transform: uppercase;
    border-bottom: 1px solid #cbcaca;
}
.ordering .field {
    padding: 3px 18px 10px;    
}
.ordering .field-title {
    display: block;
    padding: 0 0 3px 0;
    font-size: 15px;
}
.ordering input[type="text"] {
    width: 233px;
    margin: 0 0 0 0;
    padding: 5px 6px;
}
.ordering .item:first-child select {
    width: 233px;
    height: 27px;
    font-size: 15px;
}
.ordering .btn-registr {
    width: 233px;
    height: 41px;    
    padding: 0;
    margin: 1px 0 20px 0;     
    font-size: 17px;
    text-align: center;
    color: #f00;
    border: 1px solid #f00;
    border-radius: 0;
    text-transform: uppercase;    
}
.ordering .date select {
    width: 233px;
    height: 27px;
    margin: 1px 0 2px 0;
    font-size: 15px;
}
.ordering .time {
    margin-bottom: 18px;
} 
.ordering .time select {
    width: 129px;
    height: 27px;
    font-size: 15px;        
}
.ordering hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #cacaca;
    overflow: hidden;
    border: 0;
}
.ordering h4 {
    padding: 20px 0 24px 17px;
    font-size: 16px;
    font-family: 'HelveticaNeueCyr-Light';
    text-transform: uppercase;    
}
.ordering .field label {
    display: inline-block;
    clear: both;
    margin-bottom: 7px;
    margin-left: 20px; 
}
.field-title.radio {
    margin-bottom: 6px;
}
.ordering .item:last-child {
    padding: 0 9px 0 13px;
}
.ordering .item:last-child .title-ordering {
    font-size: 15px;
    font-family: 'HelveticaNeueCyr-Light';
    text-align: left;
    padding: 40px 0 0;
    margin: 0;    
    border-bottom: 0;
    line-height: 15px;
    text-transform: none;
    color: #817f7d;
}
.ordering .ordering-products-list {
    float: left;
    width: 100%;
    padding: 14px 0 20px 0;
    margin-top: -1px;
    overflow: hidden;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.ordering .ordering-products-list li {
    float: left;
    width: 100%;
    padding: 0 0 17px 0;    
    font-size: 13px;
    color: #817f7d;
    clear: both;    
}
.ordering .ordering-products-list li span {
    float: left;
    width: 60%;
}
.ordering .ordering-products-list li span+span {
    width: 40%;
    text-align: right;    
}
.ordering .order-total {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
}
.ordering .order-total p {
    float: left;
    width: 100%;
    clear: both;    
}
.ordering .order-total p span {
    font-family: 'HelveticaNeueCyr-Medium';    
}
.ordering .order-total .btn-order {
    width: 100%;
    text-align: center;
}

/* order-confirmation */
.order-conf {
    position: relative;
    max-width: 676px;
    padding: 0 10px;
    margin: 60px auto;
}
.order-conf .text {
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;    
    text-align: center;    
}
.order-conf img {
    width: 100%;
}
.order-conf .text strong {
    display: inline-block;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 2px solid #f00;
}
.order-conf .text p {
    font-size: 20px;
    line-height: 24px;
    color: #7a7a7a;
}
.order-conf .text p span {
    color: #f00;
}

/* login-form */
form.login {
    position: fixed;
    top: 38px;
    left: 0;
    width: 309px;
    z-index: 850;    
    padding-top: 13px;
    margin-left: -102px;
    background: #fff url("../img/icon-arrow4.png") center 0 no-repeat;
    display: none;    
}
form.login .field {
    padding: 0 24px 7px;
}
form.login .field-title {
    display: block;
    padding: 0 0 2px 0;
    color: #6d6e70;
    font-size: 12px;    
}
form.login .fargot-password {
    padding: 0 0 8px;
    text-align: right;
    font-size: 12px;
}
form.login .fargot-password a {
    display: inline-block;
    text-decoration: none;
    color: #6d6e70;
    margin: 0 24px 0 0;
}
form.login .field input[type="text"] {
    width: 100%;
}
form.login .btn-login {
    width: 100%;
    height: 42px;
    padding: 0;    
    background: #f00;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: 'HelveticaNeueCyr-Light';
}
form.login .btn-regist {    
    display: block;
    width: 100%;
    height: 49px;
    padding-top: 14px;
    vertical-align: middle;
    text-decoration: none;    
    font-size: 20px;    
    color: #a7a9ac;
    font-family: 'HelveticaNeueCyr-Medium';    
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49.9%, #d1d2d4 49.9%, #d1d2d4 60%, rgba(0, 0, 0, 0) 60%), linear-gradient(-45deg, #d1d2d4 10%, rgba(0, 0, 0, 0) 10%);
    background-size: 4px 4px;
    background-color: #fff;    
    clear: both;
    border: 0;
    border-radius: 0;
    text-align: center;    
    text-shadow: 0 1px rgba(255,255,255,1); 
}

/* registration form */
.registr {
    position: absolute;
    top: 320px;
    left: 0;
    width: 100%;        
    z-index: 950;
    display: none;
}
.registr .wrap {
    position: relative;
    padding: 0;
    max-width: 1080px;       
    background: #fff;   
    border: 2px solid #d0d2d4;
    overflow: hidden; 
}
.registr legend {
    diplay: block;
    width: 100%;
    heihgt: 58px;
    line-height: 58px;
    color: #f00;
    font-size: 20px;
    font-family: 'HelveticaNeueCyr-Medium';
    text-transform: uppercase;
    padding: 0 0 0 19px;
    border-bottom: 2px solid #f00;        
    background: url("../img/bg-registr.png") 0 0 repeat;        
}
.registr .btn-close {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 35px;
    height: 34px;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: #bcbec0 url("../img/icon-close.png") center center no-repeat;
}
.registr .fields-box-1 {
    float: left;
    width: 376px;
    text-align: right;
    padding-top: 25px; 
}
.registr .fields-box-2 {
    float: left;
    width: 360px;
    text-align: right;
    padding-top: 25px; 
}
.registr .fields-box-3 {
    float: left;
    width: 330px;
    text-align: right; 
    padding-top: 25px;
    padding-right: 25px;     
}
.registr .field {
    width: 100%;
    padding: 0 0 25px 0;
}
.registr input {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    padding: 4px 6px;
    font-size: 13px;    
}
.registr .field-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.registr .date {
    padding-top: 4px;
}
.registr .date1 {
    width: 55px;
    height: 25px;
    border-radius:0;
}
.registr .date2 {
    width: 113px;
    height: 25px;
}
.registr .date3 {
    width: 74px;
    height: 25px;
}
.registr .capcha {
    padding-bottom: 0;
}
.registr .capcha .field-title {
    width: 105px;
    display: inline-block;
}
.registr .capcha input {
    width: 145px;
}
.registr .capcha img {
    margin: 10px 0 12px 0;
}
.fields-box-3 .btn-send-registr {
    float: right;
    width: 250px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;    
    background: #d1d3d4;
    border: 0;
    border-radius: 0;
    text-align: center;    
}
.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    background: rgba(0,0,0,.4);
    display: none;
}
.btn-scroll-top {
    position: fixed;
    bottom: 100px;
    z-index: 100000000;
    right: 50%;
    /*left: 50%;*/
    /*margin-left: 570px;*/
    margin-right: 570px;
    background: transparent;    
}
@media only screen and (max-width: 1279px) {
    .btn-scroll-top {
        display: none;
    }
}


/* footer */
#footer {
    position: relative;
    width: 100%;        
    clear: both;
    background: #070709 url("../img/bg-footer.png") center bottom no-repeat;
}
.footer-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    background: url("../img/bg-pepper.png") center top no-repeat;
}
#footer .wrap-full.title {
    position: relative;
    width: 100%;    
    height: 41px;
    background: #9b1217;
    overflow: hidden;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 44px;
    color: #fff;    
}
#footer .wrap-full.title.empty {
    margin-bottom: 7px;
}
#footer .wrap-full.title.empty .wrap {
    height: 100%;
    background: #f00;
    padding: 0;
    clear: both;
    overflow: hidden;
    max-width: 1080px;
}
#footer .wrap-full.title .empty:before {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    cleaR: both;
}
.advantages .row {
    margin: 0 -20px;
    margin-bottom: 20px; 
}
.advantages [class*="col-"] {
    padding: 0 20px;
}
.advantages {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    text-align: center;    
}
.advantages > div {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    margin: 0 0 30px -4px;
    text-align: left;
}
.advantages figure {
    width: 62px;
    margin: 0 25px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.advantages p {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    font-size: 14px;
}
.clients {
    margin-bottom: 21px;
    position: relative;
}
.clients .title {
    display: block;    
    position: relative;
    width: 100%;    
    height: 41px;
    background: #9b1217;
    overflow: hidden;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
}
.clients .slider-clients {
    posiion: rtelative;
    height: 145px;
    background: #fff;
    padding: 0 59px;
}
.clients .slider-clients .slides {
    height: 145px;
}
.clients .slider-clients .slides li {    
    text-align: center;
    height: 145px;
}
.clients .slider-clients .slides li img {
    display: inline-block;
    vertical-align: middle;
}
.navbar-bottom {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;    
    margin-bottom: 32px;    
}
.navbar-bottom hr {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    border: 0;
    box-shadow: 0 1px 0 rgba(157,157,157,0.17);
    clear: both;       
}
.navbar-bottom li {
    float: left;
    padding-top: 23px;
    padding-bottom: 26px;
    margin: 0 56px 0 9px;
    text-align: center;    
    text-shadow: 5px 5px 4px rgba(0,0,0,.6);
}
.navbar-bottom li:last-child {
    margin-right: 0;
}
.navbar-bottom li a { 
    font-size: 20px;
    line-height: 24px;
    color: #c4c4c4;
    text-transform: uppercase;
    text-decoration: none;
}
.add-info .phone {
    text-align: center
}
.add-info .phone span {
    display: block;
    padding: 2px 0 2px 0;
    font-size: 30px;
    color: #d30302;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Medium';
}
.add-info .phone address {
    font-size: 20px;
    color: #fff; 
}
.add-info .social-links {
    text-align: right;
}
.add-info .social-links a {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 6px 0 0 9px;
}
.add-info .social-links .sl-fb {
    background: url("../img/icon-fb.png") 0 0 no-repeat;
}
.add-info .social-links .sl-vk {
    background: url("../img/icon-vk.png") 0 0 no-repeat;
}
.add-info .social-links .sl-odd {
    background: url("../img/icon-od.png") 0 0 no-repeat;
}
.copyright {    
    padding-top: 13px;
    height: 60px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.tab-control {
    width: 100%;
    height: 41px;
    tex-align: left;
    overflow: hidden;
}
.tab-control a {
    float: left;
    padding: 0 28px 0;
    height: 41px;
    font-size: 18px;
    color: #fff;
    text-decoration: none; 
    text-transform: none;
    box-shadow: 3px 0 4px rgba(0,0,0,.3);          
}
.tab-control a.active {
    background: #ff0000;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block; 
}
#footer .products-list {
    background: #fff;
    margin-bottom: 7px;
    padding: 22px 22px 11px 22px;
}
#footer .products-list .row {
  margin: 0 -6px; 
}
#footer .products-list [class*="col-"] {
  padding: 0 6px;
}
#footer .product-item:hover .info { 
    border-bottom: 1px solid #ff0000 !important;
}
#footer .products-list .info {
    border-bottom: 1px solid #d1d1d1;
}
#footer .product-item .info h3 {
    padding-top: 0;
        display: block;
    min-height: 60px;
}
#footer .products-list .info h3 a {
    font-size: 10px;
}
#footer .products-list .info .count {
    font-size: 10px;
}
#footer .product-item .prices {
    padding-top: 16px;
}
#footer .products-list .current {
    font-size: 11px; 
}
#footer .products-list .current span {
    font-size: 20px; 
}


/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.slider-clients .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.slider-clients .slides {
  zoom: 1;
}
.slider-clients .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;    
}
.flex-direction-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 145px;
    width: 100%;
    margin-top: 41px;   
    z-index: 600; 
}
.flex-direction-nav li {
  text-decoration: none;
  display: block;
  width: 11px;
  height: 22px;
  margin: -11px 0 0 0;
  position: absolute;
  top: 50%;  
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;  
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.flex-direction-nav .flex-nav-prev {
  left: 17px;
  background: url("../img/icon-arrow-left.png") 0 0 no-repeat;
}
.flex-direction-nav .flex-nav-next {
  right: 17px;
  background: url("../img/icon-arrow-right.png") 0 0 no-repeat;
}
.flex-direction-nav a {
    display: block;
    width: 100%;
    height: 100%;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


.formdelete {
display: inline-block;
}








/* ADD */
/* page hz*/
.text-box-3 {
    margin-top: -7px;
    padding: 43px 150px 52px;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    color: #6d6e70;
}
.text-box-3 p:first-letter {
    font-size: 48px;
    color: #000;
}
.text-box-4 {
    margin-top: -7px;
    padding: 0 0 30px;       
    background: #fff url("../img/bg-box-1.jpg") right bottom no-repeat;
}
.text-box-4 h3 {
    display: block;
    width: 100%;
    height: 71px;
    font-size: 21px;
    color: #000;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Medium';
    background: url("../img/bg-title-1.png") center 0 no-repeat;    
}
.text-box-4 ul {
    padding: 35px 0 7px 150px;
}
.text-box-4 li {
    display: block;
    position: relative;
    padding: 11px 0 12px 31px;    
    font-size: 14px;    
    color: #6d6e70;
}
.text-box-4 li span {
    position: absolute;
    top: -2px;
    lefT: 0;
    font-size: 30px;
    color: #f00;
} 

.text-box-5 h3 {
    display: block;
    width: 100%%;
    height: 41px;
    background: #f00;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 44px;
    font-family: 'HelveticaNeueCyr-Light';
    color: #fff;     
}
.text-box-5 {
    height: 487px;    
    background: url("../img/bg-box-2.jpg") center 0 no-repeat;
}
.text-box-5 p {
    display: block;
    padding: 18px 140px 40px 150px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.text-box-5 p+p {
    padding-bottom: 0;
}

/* vacancies */
.title-page.vacancies {
    height: 92px; 
    background: #fff;    
    margin-bottom: 0;   
}    
.title-page.vacancies h1 {
    display: block;    
    letter-spacing: 1px;
    padding: 0;
    font-size: 34px;
    line-height: 92px;
    color: #eb1e25;
    text-transform: uppercase;
    text-align: center;
    font-family: 'HelveticaNeueCyr-Medium';
}
.title2.vacancies {
    display: block;
    width: 100%;
    height: 41px;
    color: #6d6e70;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Light';
    background: url("../img/vac-title.png") center 0 no-repeat;
    border: 0;
    overflow: hidden;
}
.vacancies-content > div {
    background: #fff;
    text-align: center;    
}
.vacancies-content p {
    display: block;
    padding: 12px 0 64px;
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 24px; 
    color: #929496
}
.wrap.vacancies {    
    position: relative;
    z-index: 100;
    margin-top: -48px; 
}
.wrap.vacancies > div {    
    background: #fff;
}
.wrap.vacancies h3 {
    display: block;    
    height: 41px;    
    font-family: 'HelveticaNeueCyr-Medium';
    text-transform: uppercase;
    font-size: 30px;   
    line-height: 41px;
    color: #fff;
    padding: 0 0 0 25%;    
    background: #f00;     
}
.wrap.vacancies .item {
    padding: 0 0 37px 25%;
}
.wrap.vacancies .item h4 {
    padding: 37px 0 4px 0;
    margin: 0 0 5px 0;
    max-width: 249px;
    font-family: 'HelveticaNeueCyr-Medium';    
    font-size: 15px;
    line-height: 20px;       
    color: #000;    
    border-bottom: 10px solid #c9c8c8; 
}
.wrap.vacancies .item span {
    display: block;
    padding: 4px 0 13px 0;
    font-size: 15px;
    color: #f00;
}
.wrap.vacancies .item p {
    font-size: 15px;
    line-height: 15px;
    color: #59595b;
}
.wrap.vacancies .item p+span {
    margin-top: 9px;
}
.form-vacancies {
    padding-bottom: 23px;
    background: url("../img/bg2.png") 0 0 repeat;    
}
.form-vacancies legend {
    display: block;
    width: 100%;    
    height: 87px;
    font-size: 30px;
    line-height: 80px;
    text-transform: uppercase;
    background: #ccc;
    text-align: center;
    border-bottom: 16px solid #f00;
    margin-bottom: 20px;
}
.form-vacancies .fields,
.form-vacancies .capcha {
    max-width: 530px;
    padding: 0 10px;
    margin: 0 auto;
}
.form-vacancies input[type="text"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    margin-bottom: 9px;
    font-size: 15px;    
}
.form-vacancies .fields textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    margin-bottom: 9px;
    font-size: 15px;       
}
.form-vacancies .capcha {
    text-align: right;
}
.form-vacancies .capcha * {
    display: inline-block;
    vertical-align: middle;
}
.form-vacancies .capcha input[type=text]{
    width: 120px;
    margin-bottom: 0;
}
.form-vacancies .capcha img {
    border: 1px solid #ededed;
}
.form-vacancies button {
    max-width: 352px;
    height: 60px;
    padding: 0;
    display: block;
    margin: 25px auto 0;
    border: 0;
    border-radius: 0;
    background: #f00;
    color: #fff;
    font-size: 24px;
    font-family: 'HelveticaNeueCyr-Light';
    text-align: center;
    text-transform: uppercase;   
}

/* personal-office */
#content-wrap.personal-office {
    margin-top: 0;
}
.personal-office .navbar-left > span {
    border-bottom: 2px solid #c00;
}
.personal-office #content-right {
    position: relative;
    margin-top: 38px;
    min-height: 500px;
    border-left: 1px solid #d1d2d3;
    /*overflow: hidden;*/
}
.personal-office #content-right:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;    
    display: block;
    width: 1px;
    height: 2px;
    background: #c00;
}
.personal-office-title {
    width: 100%;
    height: 38px;        
    line-height: 38px;
    font-size: 18px;
    color: #f00;
    text-transform: uppercase;
    padding-left: 16px;
    text-shadow: 0 1px rgba(255,255,255,1);    
    border-top: 2px solid #c00000;
    border-bottom: 1px solid #d1d2d3;
    background: url("../img/bg2.png") 0 0 repeat;
}
.my-account,
.address-book {    
    max-width: 454px;
    margin: 0 auto;
}
.my-account-data,
.address-book {
    display: none;
    padding-top: 60px;
    padding-bottom: 20px;
} 
.my-account-data.active,
.address-book.active {
    display: block;
}
.my-account-data p,
.address-book p {
    font-size: 14px;
    line-height: 25px;
    color: #808080;
}
.my-account-data button,
.address-book button {
    width: 100%;
    height: 43px;
    border: 1px solid #d0d1d3;
    color: #d0d1d3;
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin-top: 20px;
    border-radius: 0;
    font-family: 'HelveticaNeueCyr-Light';
}
.form-personal {
    max-width: 454px;
    margin: 0 auto;  
    padding-top: 19px;
    padding-bottom: 20px;
}
.form-personal.active {
    display: block;
}
.form-personal .field {
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 6px;    
}
.form-personal .field-title {
    float: left;
    padding-top: 6px;
    color: #808080;
    font-size: 14px;
}
.form-personal .title-width-1 {
    width: 81px;
}
.form-personal .title-width-2 {
    width: 120px;
}
.form-personal input[type=text],
.form-personal input[type=password] {
    float: left;
    width: 370px;
    padding: 4px 4px;
    font-size: 14px;
    border: 1px solid #d0d1d3;      
    color: #808080;
}
.form-personal .title-pass {
    float: left;
    width: 100%;
    clear: both;
    padding: 13px 0 20px;
    color: #808080;
}
.form-personal .field-width-2 {
    width: 327px !important;
}
.form-personal select {
    float: left;
    width: 65px;
    height: 24px;
    border: 1px solid #d0d1d3;
    color: #808080;
    margin-right: 14px;
}
.form-personal select.date-2 {
    width: 145px;
} 
.form-personal select.date-3 {
    width: 93px;
    margin-right: 0;
}
.form-personal button {
    width: 100%;
    height: 43px;
    border: 1px solid #d0d1d3;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin-top: 27px;
    border-radius: 0;
    background: #f00;
    font-family: 'HelveticaNeueCyr-Light';
}
.form-address-book-edit {
    padding-top: 71px;    
}
.form-address-book-edit button {
    margin-top: 20px;
}

.products-list.my-favorites {
    padding: 12px 13px;
}
.btn-order-all {
    float: none;

    display: block;
    width: 249px;
    height: 52px;
    padding: 0;
    margin: 4px auto 5px;           
    font-family: 'HelveticaNeueCyr-Light';
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;        
    background: #f00;
    border: 0;    
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(28,28,28,.32);
}
.btn-order-all:active  {
    box-shadow: none;
}

.orders-list {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.orders-list .item {
    position: relative;
    float: left;
    width: 100%;
    padding: 9px 0 0 0;
    clear: both;
    cursor: pointer;
}
.orders-list .item .info {
    float: left;
    width: 250px;    
    padding: 0 0 0 19px;
}
.orders-list .item .info * {
    font-size: 14px;
    line-height: 18px;
    color: #a6a8aa; 
}
.orders-list .item .info h4 {
    color: #59595b;
    text-transform: uppercase;
} 
.orders-list .item:hover h4 {
    color: #f00;
}
.orders-list .item .status {
    display: none;
    float: right;
    width: 336px;
    height: 88px;
    overflow: hidden;
    border: 1px solid #bbbcbf;        
    margin: 3px 62px 2px 0;
}
.orders-list .item .status h5 {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #a6a8aa;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    color: #59595b;
    text-transform: uppercase;
}
.title-status {
    float: left;
    width: 105px;
    margin-top: 12px;
    text-align: center;
    color: #bbbcbf; 
    font-size: 12px;          
}
.status h5+span {
    margin-left: 10px;
    text-align: left;
    text-indent: 5px;    
}
.status-progress {
    float:left;
    position: relative;
    width: 315px;
    height: 15px;
    background: #dbdcdd;
    margin: 3px 0 0 10px;    
}
.status-progress span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;    
    height: 100%;
    width: 105px;
    background: #f00 url("../img/icon-status-arrow.png") right 0 no-repeat;
}
.status-progress.status-1 span {
    width: 105px;    
}
.status-progress.status-2 span {
    width: 210px;
}
.status-progress.status-3 span {
    width: 315px;
    background: #f00;
}
.orders-list .item .line {
    float: left;   
    width: 100%;
    height: 2px;
    padding: 0 10px 0 19px;     
    margin-top: 9px;    
    overflow: hidden;    
    clear: both;        
}
.orders-list .item .line span {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/icon-line.png") 0 0 repeat-x;
}
.orders-list .item:last-child .line {
    display: none;
}
.orders-list .btn-order-more {
    position: absolute;
    top: 25px;
    right: 24px;
    width: 19px;
    height: 19px;
    padding: 0;
    background: url("../img/icon-personal-arrow.png") 0 0 no-repeat;
}
.orders-list .btn-order-more:hover,
.orders-list .btn-order-more.active {
    background: url("../img/icon-personal-arrow.png") -21px 0 no-repeat;
}
.cart-footer {
    float: left;
    width: 100%;
    clear: both;       
}
.cart-footer .total {
    float: left;
    width: 320px;
    padding: 25px 10px 8px 21px; 
}
.cart-footer .total > span {
    float: left;
    padding: 0 55px 0 0;
}
.cart-footer .total .price {
    font-size: 25px;
    margin-top: -7px;
}
.cart-footer .total .price span {
    font-size: 14px
}
.cart-footer .total .title {
    font-size: 14px;
    text-transform: uppercase;
}

.orders-list .item.active .info {
    margin-top: 19px;
}
.orders-list .item.active .info h4 {
    color: #f00;
}
.orders-list .item.active .status {
    display: block;
}
.orders-list .item.active .line {
    padding: 0;
}
.orders-list .item.active .line span {
    background: #f00;
}
.orders-list .item.active .btn-order-more {
    top: 47px;
}
.orders-list .cart {
    display: none;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    clear: both;
}
.orders-list .cart.active {
    display: block;
}
.orders-list th {
    border-top: 2px solid #a6a8aa;
}
.order-repeat {
    float: right;
    width: 320px;
    padding: 0 10px 0 10px;
    text-align: right;                   
}
.btn-order-repeat {
    margin: 10px 0 10px 0;
    width: 232px;
    height: 51px;
    background: #f00;
    color: #fff;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Light';
    font-size: 18px;
    padding: 0;    
}
.order-repeat span {
    display: block;
    color: #59595b;
    font-size: 12px;
}

/* page contacts */
.content-contacts > div {
    background: #fff;
}
.content-contacts .title2 {
    height: 79px;
    border: 0;
    line-height: 79px;
    text-align: center;
    border-bottom: 2px solid #f00;
}
.content-contacts ul.address {
    width: 100%;
    padding: 70px 0 50px 0; 
    text-align: center;
}
.content-contacts ul.address li {
    display: inline-block;
    vertical-align: middle;
    width: 285px;
    margin: 0 20px;
    font-size: 20px;
    color: #bbbcbf;  
    margin-bottom: 20px;  
}
.content-contacts ul.address li p {
    padding: 10px 0 0 0;
}

.footer-contacts > div {
    background: #fff;
}
.form-contacts {
    padding-bottom: 23px;
    background: url("../img/bg2.png") 0 0 repeat;    
}
.map {
    position: relative;
    width: 100%;
    height: 470px;
    margin-top: -7px;
} 
.form-contacts legend {
    display: block;
    width: 100%;    
    height: 92px;
    font-size: 30px;
    line-height: 92px;
    text-transform: uppercase;
    background: #cbcbcb;
    text-align: center;
    border-top: 1px solid #d6d6d6;
    border-bottom: 2px solid #f00;
    margin-bottom: 20px;
    color: #fff;
}
.form-contacts .fields {
    max-width: 530px;
    padding: 0 10px;
    margin: 0 auto;
}
.form-contacts input[type="text"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    margin-bottom: 9px;
    font-size: 15px;    
}
.form-contacts .fields textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    margin-bottom: 9px;
    font-size: 15px;       
}
.form-contacts button {
    max-width: 335px;
    height: 50px;
    padding: 0 20px;
    display: block;
    margin: 15px auto 0;
    border: 0;
    border-radius: 0;
    background: #f00;
    color: #fff;
    font-size: 20px;
    font-family: 'HelveticaNeueCyr-Light';
    text-align: center;      
}
.contacts-text-box div {
    position: relative;
    padding: 15px 120px 20px;
    margin: 20px 0 0;
    background: url("../img/icon-contacts-arrow.png") 90px 14px no-repeat;      
}
.contacts-text-box p {
    font-size: 18px;
    color: #bbbcbf;
    padding: 0 0 20px 0;
}
.slider-page.big {
    height: 586px;
}
.text-danger {
    color: red;
}



.field-validation-error {
    color: #f00 !important;
}

.field-validation-valid {
    display: none !important;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee !important;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #f00 !important;
}

.validation-summary-valid {
    display: none !important;
}
#condiv
{
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 100px;
}
.button-yellow {
padding: 0.5em 4em !important; 
font-size: 14px !important;
    font-weight: 300 !important;
    font-family: pragmatica, Arial, sans-serif !important;
        line-height: 14px !important;
        background-color: #ffdd2e !important;
            -webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.25),0 1px 0 0 #b59d21 !important;
    -moz-box-shadow: inset 0 2px 0 rgba(255,255,255,.25),0 1px 0 0 #b59d21 !important;
    box-shadow: inset 0 2px 0 rgba(255,255,255,.25),0 1px 0 0 #b59d21 !important;
    display: inline-block !important;
    border: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
        outline: 0 !important;
    color: #000 !important;
    border-radius: 2em !important;
        align-items: flex-start !important;
    text-align: center !important;
        display: block !important;
        margin-top: 7px;
}
.form-hidden {
display: none;
}
#mesdivcontrol
{
    position: fixed;
    right: 0px;
    top: 40%;
    background-color: white;
    padding: 20px 20px 20px 20px;
}

/* Кнопка обратного звонка */

.containerbut {
  width: 250px;
  position: fixed;
  bottom: 200px;
  z-index: 100000000;
  right: 0px;
/*  margin-left: 570px; */
}

.pulse-button {
  align-items: flex-start;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  display: block;
  width: 70px;
  height: 70px;
  font-size: 1.3em;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px 0 #1f4c76;
  border: 1px solid #3480c7;
  box-shadow: 0 0 0 0 rgba(90, 153, 220, 0.7), inset 0 1px 0 #abcbe9;
  border-radius: 100%;
  v-align: middle;
  background: #5a99d4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ea6d9), color-stop(100%, #468ccf));
  background-image: -webkit-linear-gradient(#6ea6d9, #468ccf);
  background-image: -moz-linear-gradient(#6ea6d9, #468ccf);
  background-image: -o-linear-gradient(#6ea6d9, #468ccf);
  background-image: linear-gradient(#6ea6d9, #468ccf);
  cursor: pointer;
  -webkit-animation: pulse 2s infinite cubic-bezier(0.6, 0, 0, 1);
}
.pulse-button img {
        padding-top: 13px;
    padding-left: 11px;
}
.pulse-button:hover {
  -webkit-animation: none;
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 1px 0 #abcbe9;
    }
}
/* END Кнопка обратного звонка */

/* Всплывающее модальное окно */
.form_2calls_blur {
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#callbackformup {
    width: 704px;
   
    display: none;
   
}
#signup-ct {
    margin: 0 20px 0 20px;
}
/* END всплывающее модальное окно*/

/* Модальная форма обратного звонка */

.modal-1 .form_2calls_layout {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}
.form_2calls_block {
    padding: 0;
    margin: 0;
    width: 643px;
    height: auto;
    float: left;
    background: url('../img/bg90.png');
    position: relative;
    left: 73px;
    top: 24px;
    border-radius: 5px;
    z-index: 200002;
    padding: 0 0 28px;
}
.form_2calls_heading {
    color: #000;
    font-size: 42px;
    line-height: 50px;
    margin: 21px 0 0 54px;
    padding-right: 45px;
    position: relative;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
}
.form_2calls_desc {
    color: #000;
    font-size: 15px;
    margin: 10px 0 0 55px;
    padding-right: 45px;
    position: relative;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
}
.form_2calls_widget3 #form_2calls_myFormId {
    height: 168px;
}
#form_2calls_myFormId {
    display: block;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    height: 168px;
}

.form_2calls_b-input {
    width: 302px;
    position: absolute;
    left: 56px;
        bottom: auto;
    top: 18px;
}
.form_2calls_widget3 .form_2calls_b-input {
    bottom: auto;
    top: 18px;
}
.form_2calls_input {
    width: 300px !important;
    height: 52px !important;
    margin: 0 !important;
    border: 1px #acacac solid;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    -webkit-box-shadow: inset 0px 2px 5px 1px rgba(57,57,57,0.25) !important;
    -moz-box-shadow: inset 0px 3px 5px 1px rgba(57,57,57,0.25) !important;
    box-shadow: inset 0px 3px 5px 1px rgba(57,57,57,0.25) !important;
    padding: 0 10px !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    color: #000 !important;
    background: #fff !important;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: left !important;
}
.form_2calls_widget3 .form_2calls_b-button {
    left: 55px;
    top: 88px;
}
.form_2calls_b-button {
    width: 160px;
    position: absolute;
    bottom: 0px;
        left: 55px;
    top: 88px;
}
.form_2calls_button {
    background: none repeat scroll 0 0 #71c731;
    border: 3px solid #71c731;
    border-radius: 5px;
    color: #2a4b13;
    cursor: pointer;
    font-size: 14px;
    height: 52px;
    outline: medium none;
    text-transform: uppercase;
    width: 158px;
    font-weight: bold;
    font-family: 'MyriadPro-Regular' !important;
    line-height: 45px;
    display: block;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    padding: 0 !important;
    margin: 0 !important;
}
        .form_2calls_button:hover{
            border: 3px #3d7b11 solid;
            outline:none;
        }
.form_2calls_ntime_label {
    color: #000;
    font-size: 15px;
    left: 373px;
    line-height: 21px;
    position: absolute;
    top: 23px;
}
.form_2calls_ntime_b-hours {
    background: url("../img/arrow.png") no-repeat scroll 44px 18px #fff;
    border: 1px solid #acacac;
    border-radius: 5px;
    box-sizing: border-box;
    height: 52px;
    left: 441px;
    overflow: hidden;
    position: absolute;
    top: 18px;
    width: 65px;
}
#hours {
    width: 65px;
    line-height: 50px;
    height: 52px;
    margin: 0;
    border: none;
    font-size: 23px;
    font-weight: 700;
    color: #000;
    padding: 0 0 2px 8px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Arial, Helvetica, sans-serif;
}
#hours option, #mins option {
    font-size: 18px;
}
.form_2calls_ntime_b-mins {
    background: url("../img/arrow.png") no-repeat scroll 44px 18px #fff;
    border: 1px solid #acacac;
    border-radius: 5px;
    box-sizing: border-box;
    height: 52px;
    left: 521px;
    position: absolute;
    top: 18px;
    width: 65px;
}
#mins {
    width: 63px;
    line-height: 50px;
    height: 52px;
    margin: 0;
    border: none;
    font-size: 23px;
    font-weight: 700;
    color: #000;
    padding: 0 0 2px 8px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Arial, Helvetica, sans-serif;
}
.form_2calls_ntime_b-mins:after {
    color: #000;
    content: ":";
    font-size: 23px;
    font-weight: 700;
    left: -12px;
    position: absolute;
    top: 6px;
}
#form_2calls_myFormId:after {
    left: 14px;
    position: absolute;
    top: -10px;
    content: url(../img/flat_2calls_arrow.png);
}
.form_2calls_close {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 200003;
}
.form_2calls_close a {
    display: block;
    padding: 0;
    margin: 0;
    color: #fff;
    text-decoration: none;
    width: 20px;
    height: 21px;
    background: url(../img/western_closer.png) no-repeat left top;
    margin: -132px 0 0 324px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}
/* END Модальная форма обратного звонка */