@-viewport {
  width: device-width;
}
body {
  min-width: 960px;
}
.no-js body {
  opacity: 1!important;
}
.rt-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.bonusblock {
  float: right;    color: antiquewhite;    font-size: 14px;    font-weight: bold;    padding-bottom: 10px;
}
#hid .bonusblock {
  color: rgb(52, 152, 219);
}

.bstiker {
    color: #e8534f;
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 2px 2px #ccc;
}
.bstiker_card {
    color: #e8534f;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 2px 2px #ccc;
    margin-bottom: -10px;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.push1,
.pull1,
.push2,
.pull2,
.push3,
.pull3,
.push4,
.pull4,
.push5,
.pull5,
.push6,
.pull6,
.push7,
.pull7,
.push8,
.pull8,
.push9,
.pull9,
.push10,
.pull10,
.push11,
.pull11 {
  position: relative;
}
.alpha {
/*  margin-left: 0; */
}
.omega {
/*  margin-right: 0; */
}
.rt-container .col1 {
  width: 60px;
}
.rt-container .col2 {
  width: 140px;
}
.rt-container .col3 {
/*  width: 220px; */
  width: 213px;
}
.rt-container .col4 {
  width: 300px;
}
.rt-container .col5 {
  width: 380px;
}
.rt-container .col6 {
  width: 460px;
}
.rt-container .col7 {
  width: 540px;
}
.rt-container .col8 {
  width: 620px;
}
.rt-container .col9 {
  width: 700px;
}
.rt-container .col10 {
  width: 780px;
}
.rt-container .col11 {
  width: 860px;
}
.rt-container .col12 {
  width: 940px;
}
.rt-container .prefix1 {
  padding-left: 80px;
}
.rt-container .prefix2 {
  padding-left: 160px;
}
.rt-container .prefix3 {
  padding-left: 240px;
}
.rt-container .prefix4 {
  padding-left: 320px;
}
.rt-container .prefix5 {
  padding-left: 400px;
}
.rt-container .prefix6 {
  padding-left: 480px;
}
.rt-container .prefix7 {
  padding-left: 560px;
}
.rt-container .prefix8 {
  padding-left: 640px;
}
.rt-container .prefix9 {
  padding-left: 720px;
}
.rt-container .prefix10 {
  padding-left: 800px;
}
.rt-container .prefix11 {
  padding-left: 880px;
}
.rt-container .suffix1 {
  padding-right: 80px;
}
.rt-container .suffix2 {
  padding-right: 160px;
}
.rt-container .suffix3 {
  padding-right: 240px;
}
.rt-container .suffix4 {
  padding-right: 320px;
}
.rt-container .suffix5 {
  padding-right: 400px;
}
.rt-container .suffix6 {
  padding-right: 480px;
}
.rt-container .suffix7 {
  padding-right: 560px;
}
.rt-container .suffix8 {
  padding-right: 640px;
}
.rt-container .suffix9 {
  padding-right: 720px;
}
.rt-container .suffix10 {
  padding-right: 800px;
}
.rt-container .suffix11 {
  padding-right: 880px;
}
.rt-container .push1 {
  left: 80px;
}
.rt-container .push2 {
  left: 160px;
}
.rt-container .push3 {
  left: 240px;
}
.rt-container .push4 {
  left: 320px;
}
.rt-container .push5 {
  left: 400px;
}
.rt-container .push6 {
  left: 480px;
}
.rt-container .push7 {
  left: 560px;
}
.rt-container .push8 {
  left: 640px;
}
.rt-container .push9 {
  left: 720px;
}
.rt-container .push10 {
  left: 800px;
}
.rt-container .push11 {
  left: 880px;
}
.rt-container .pull1 {
  left: -80px;
}
.rt-container .pull2 {
  left: -160px;
}
.rt-container .pull3 {
  left: -240px;
}
.rt-container .pull4 {
  left: -320px;
}
.rt-container .pull5 {
  left: -400px;
}
.rt-container .pull6 {
  left: -480px;
}
.rt-container .pull7 {
  left: -560px;
}
.rt-container .pull8 {
  left: -640px;
}
.rt-container .pull9 {
  left: -720px;
}
.rt-container .pull10 {
  left: -800px;
}
.rt-container .pull11 {
  left: -880px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after,
.rt-container:before,
.rt-container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.rt-container:after {
  clear: both;
}
.clearfix,
.rt-container {
  zoom: 1;
}
.main-wrapper {
  min-height: 100%;
  /*height: 100%;*/
  position: relative;
  background-color: #eeeeee;
  padding-bottom: 19px;
}
.top-box {
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.top-box div.mob-menu {
  display: none;
}
.top-box nav {
  margin-top: 16px;
}
.top-box nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.top-box nav ul li {
  display: block;
  float: left;
  margin: 0 14px 0 0;
}
.top-box nav ul li a {
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  color: #2e3133;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.top-box nav ul li a:hover {
  color: #50a3da;
}
/*
.top-box nav ul li.opt {
  margin-left: 12px;
}
*/
.top-box nav ul li.opt a:after {
  content: "";
  display: block;
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  background: url('../img/main-sprite.png') 0 0;
  margin-right: 5px;
}
.person-box div.not-authorized {
  float: right;
}
.person-box div.not-authorized a.auth-bt,
.person-box div.not-authorized a.reg-bt {
  text-transform: uppercase;
  font-family: "open_sansbold", Arial;
  font-size: 11px;
  font-weight: bold;
  color: #2e3133;
  display: block;
  float: left;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.person-box div.not-authorized a.auth-bt {
  width: 69px;
  height: 22px;
  border: solid 1px #d9d9d9;
  text-align: center;
  padding-top: 6px;
  margin-top: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.person-box div.not-authorized a.auth-bt:hover {
  border-color: #3498db;
  color: #3498db;
}
.person-box div.not-authorized a.auth-bt:active {
  color: #2e3133;
  height: 21px;
  margin-top: 11px;
  border-color: #2e3133;
}
.person-box div.not-authorized a.reg-bt {
  margin-top: 17px;
  margin-left: 7px;
}
.person-box div.not-authorized a.reg-bt:hover {
  color: #3498db;
}
.person-box div.authorized {
  display: block;
  float: right;
}
.person-box div.fav-box {
  float: left;
  padding-top: 15px;
}
.person-box div.fav-box a:hover span {
  color: #50a3da;
}
.person-box div.fav-box span {
  display: inline-block;
  float: left;
  letter-spacing: 0.2px;
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  margin-top: 1px;
  color: #2e3133;
  -webkit-transition: color 0.2s ;
  -moz-transition: color 0.2s ;
  -ms-transition: color 0.2s ;
  -o-transition: color 0.2s ;
  transition: color 0.2s ;
}
.person-box div.fav-box span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  float: left;
  margin-right: 6px;
  background: url('../img/main-sprite.png') -160px -28px no-repeat;
  margin-top: 0px;
}
.person-box div.fav-box div.fav-crt {
  float: left;
  display: inline-block;
  width: 28px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(238, 238, 238, 0);
  border: solid 1px #4ea2da;
  margin-right: 15px;
  margin-left: 8px;
  text-align: center;
  line-height: 17px;
  font-family: "open_sansbold";
  font-size: 11px;
  color: #2e3133;
}
.person-box div.authorized-user {
  text-align: center;
  min-width: 180px;
  float: right;
  height: 50px;
  border-right: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.person-box div.authorized-user:hover {
  background-color: #fafafa;
}
.person-box div.authorized-user div.setings-box {
  position: absolute;
  width: auto;
  height: 0;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  top: 49px;
  z-index: 20;
  border-top: solid 1px #eeeeee;
  overflow: hidden;
  display: none;
}
.no-js .person-box div.authorized-user div.setings-box {
  height: 242px;
}
.person-box div.authorized-user:hover div.setings-box {
  display: block;
}
.person-box div.authorized-user div.setings-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top: 0px;
}
.person-box div.authorized-user div.setings-box ul li {
  height: 40px;
  display: block;
  margin-left: 0;
  border-bottom: solid 1px #eee;
}
.person-box div.authorized-user div.setings-box ul li a {
  height: 40px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.person-box div.authorized-user div.setings-box ul li a b {
  margin-left: 12px;
  font-size: 12px;
  font-family: "Helvetica Neue", Arial;
  color: #2e3133;
  float: left;
  clear: both;
  margin-top: 11px;
  font-weight: normal;
  -webkit-transition: color  0.2s;
  -moz-transition: color  0.2s;
  -ms-transition: color  0.2s;
  -o-transition: color  0.2s;
  transition: color  0.2s;
}
.person-box div.authorized-user div.setings-box ul li:last-child {
  border-bottom: none;
}
.person-box div.authorized-user div.setings-box ul li a div.sale-crt {
  display: block;
  font-family: 'open_sansbold';
  float: right;
  width: 23px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(238, 238, 238, 0);
  border: solid 1px #4ea2da;
  text-align: center;
  line-height: 17px;
  margin-top: 11px;
  margin-right: 15px;
  font-size: 11px;
}
.person-box div.authorized-user div.setings-box ul li a:hover {
  background-color: #fafafa;
}
.person-box div.authorized-user div.setings-box ul li a:hover b {
  color: #4ea2da;
}
.person-box div.authorized-user span {
  font-size: 13px;
  color: #2e3133;
  font-family: "Helvetica Neue", Arial;
  font-weight: bold;
  display: inline-block;
  margin-top: 16px;
  margin-right: 13px;
  margin-left: 15px;
}
.person-box div.authorized-user span:before {
  content: "";
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background: url('../img/main-sprite.png') 16px -28px;
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}
.person-box div.authorized-user span:after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  position: relative;
  float: right;
  background: url('../img/main-sprite.png') -49px 0;
  margin-left: 5px;
  margin-top: 7px;
}
.promo-box {
  height: 190px;
  background-color: #a4beca;
  background: url('../img/bg.png') no-repeat;
  background-size: cover;
}
.promo-box .company-info {
  max-height: 150px;
  overflow: hidden;
}
.promo-box .company-info a.logo-box {
  display: block;
  height: 96px;
  text-decoration: none;
  margin-top: 27px;
  background: url('../img/logo.png') 0 0 no-repeat;
}
.promo-box .company-info a.logo-box div.logo span.company-name {
  font-family: "open_sansregular";
  font-size: 36px;
  color: #fff;
  float: left;
  letter-spacing: -1.6px;
  margin-right: 17px;
  display: block;
  font-weight: bold;
}
.promo-box .company-info a.logo-box div.logo span.logo-ico {
  height: 52px;
  width: 106px;
  display: block;
  background: url('../img/main-sprite.png') 0 -57px;
  float: left;
  margin-top: 8px;
}
.promo-box .company-info a.logo-box small.about {
  color: #fff;
  font-family: 'open_sansregular';
  font-size: 9px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  position: relative;
  top: -14px;
}
.promo-box .company-info div.contact-list {
  padding-top: 10px;
}
.promo-box .company-info div.contact-list span.tel {
  font-family: 'open_sansregular';
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  display: block;
  margin-left: -3px;
}
.promo-box .company-info div.contact-list a.email {
  font-size: 13px;
  font-family: 'Helvetica Neue', Arial;
  color: #fff;
  margin-top: 3px;
  display: inline-block;
  margin-left: 2px;
  letter-spacing: 0.3px;
}
.promo-box .company-info div.contact-list a.email:hover {
  opacity: .8;
}
.promo-box .company-info div.basket-box {
  padding-top: 30px;
  cursor: pointer;
}
div.basket-box div.basket-contents {
  position: absolute;
  width: 380px;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(51, 51, 51, 0.3);
  box-shadow: 0 1px 10px rgba(51, 51, 51, 0.3);
  display: block;
  z-index: 999;
  margin-top: 79px;
  margin-left: -80px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
div.basket-box:hover div.basket-contents {
  visibility: visible;
  opacity: 1;
}
div.basket-box .no-active:hover div.basket-contents {
  visibility: hidden;
  opacity: 0;
}
div.basket-box:hover div.basket-contents.not-element {
  opacity: 0;
  visibility: hidden;
}

/*
div.basket-box div.basket-contents:before {
  content: '';
  display: block;
  width: 40px;
  height: 20px;
  background: url('../img/main-sprite.png') -73px -20px;
  position: relative;
  margin: 0 auto;
  margin-top: -20px;
  left: -5px;
}
*/

div.basket-box div.basket-contents ul.basket-contents-el {
  margin: 0;
  -moz-transition: all  1s ease;
  -ms-transition: all  1s ease;
  -o-transition: all  1s ease;
}
div.basket-box div.basket-contents ul.basket-contents-el li {
  display: table;
  margin: 0;
  padding: 0;
  padding: 15px 3.9473%;
  border-bottom: solid 1px #eeeeee;
  min-height: 101px;
  width: 92.1054%;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.rem-bask-box {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 40px;
}
div.basket-box div.basket-contents ul.basket-contents-el li span.rem-bask-el {
  width: 26px;
  height: 26px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: solid 2px #e8534f;
  margin-left: 3px;
  color: #e8534f;
  vertical-align: middle;
  opacity: 0.3;
  margin-right: 15px;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
div.basket-box div.basket-contents ul.basket-contents-el li span.rem-bask-el:hover {
  opacity: 1;
}
div.basket-box div.basket-contents ul.basket-contents-el li span.rem-bask-el:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url('../img/main-sprite.png') -117px -28px;
  position: absolute;
  margin-top: 8px;
  margin-left: 8px;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.img-wr {
  max-width: 90px !important;
  height: 101px;
  display: table-cell;
  vertical-align: middle;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.img-wr img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.descript {
  width: 61%;
  display: table-cell;
  height: auto;
  padding-left: 21px;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.descript i {
  font-style: normal;
  font-size: 10px;
  font-family: "open_sansregular";
  color: #919599;
  line-height: 20px;
  display: block;
  letter-spacing: 0.4px;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.descript a {
  font-size: 13px;
  font-family: "open_sansregular";
  color: #2e3133;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.descript a:hover {
  color: #3498db;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.qnt-box {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
  width: 48px;
  height: 24px;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.qnt-box input {
  width: 40px;
  height: 24px;
  font-family: Arial !important;
  font-size: 12px;
  padding-left: 2px;
}
div.qnt-box input:focus {
  outline: none;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.qnt-box div.arrow {
  margin-left: 32px;
  height: 24px;
  width: 15px;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.qnt-box div.arrow span.arrow-top {
  width: 15px;
  height: 12px;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.qnt-box div.arrow span.arrow-bottom {
  width: 15px;
  height: 12px;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.qnt-box div.arrow span.arrow-bottom:after {
  margin-left: 5px;
  margin-top: 4px;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.qnt-box div.arrow span.arrow-bottom:active:after {
  margin-left: 5px;
  margin-top: 5px;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.qnt-box div.arrow span.arrow-top:after {
  top: 5px;
  left: 5px;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.qnt-box div.arrow span.arrow-top:active:after {
  top: 6px;
  left: 5px;
}
div.basket-box div.basket-contents ul.basket-contents-el li div.descript div.cont span.price-basket {
  font-family: "open_sansbold";
  font-size: 15px;
  color: #2e3133;
  line-height: 20px;
  display: inline-block;
  float: right;
  margin-top: 12px;
  margin-right: 4px;
}
div.basket-box div.basket-contents div.basket-order {
  height: 50px;
  padding-top: 17px;
  padding-right: 20px;
  background-color: #fafafa;
  border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
}
div.basket-box div.basket-contents div.basket-order span.price-basket {
  font-family: "open_sansbold";
  font-size: 18px;
  color: #2e3133;
  line-height: 20px;
  display: inline-block;
  float: right;
  margin-top: 2px;
  margin-right: 20px;
  letter-spacing: 0.2px;
}
div.basket-box div.basket-contents div.basket-order a.order-btn {
  display: block;
  width: 140px;
  height: 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e8534f;
  float: right;
}
.promo-box .company-info div.basket-box div.basket-crt-box {
  width: 70px;
  height: 52px;
  background: url('../img/main-sprite.png') -130px -57px;
  position: relative;
  margin-left: 80px;
  margin-top: 7px;
  float: left;
  margin-right: 10px;
}
.promo-box .company-info div.basket-box div.basket-crt-box span.crt {
  width: 28px;
  height: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  color: #4fa2da;
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  display: block;
  position: relative;
  margin-left: -11px;
  margin-top: -5px;
  text-align: center;
  font-weight: bold;
  padding-top: 4px;
}
.promo-box .company-info div.basket-box span.price {
  float: left;
  font-family: 'open_sansbold';
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 7px;
}
.promo-box .company-info div.basket-box a.order-btn {
  width: 140px;
  height: 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e8534f;
  display: block;
  float: left;
  color: #fff;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  padding-top: 7px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.promo-box .company-info div.basket-box .no-active a.order-btn {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff;
  width: 138px;
  height: 21px;
  line-height: 13px;
}
.promo-box .company-info div.basket-box .no-active a.order-btn:hover {
  background-color: transparent;
}
.promo-box .company-info div.basket-box .no-active a.order-btn:active {
  height: 21px;
  margin-top: 0;
  background-color: transparent;
}
.promo-box .company-info div.basket-box a.order-btn:hover {
  background-color: #ff5c58;
}
.promo-box .company-info div.basket-box a.order-btn:active {
  background-color: #d4423e;
  height: 22px;
  margin-top: 1px;
}
.promo-box div.navigation {
  background-color: #2e3133;
  margin-top: 10px;
  position: relative;
  height: 80px;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  overflow: hidden;
}
.promo-box div.navigation.not-overflow {
  overflow: visible;
}
.promo-box div.navigation div.search-box {
  height: 40px;
  min-width: 43px;
  width: 0%;
/*  border-right: solid 1px #3d4043; */
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.promo-box div.navigation div.search-box.open-search {
  width: 100%;
  border-bottom: solid 1px #3d4043;
}
.promo-box div.navigation div.search-box input.search-input {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  outline: none;
  background: #2e3133;
  width: 74.8936170212766%;
  height: 40px;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: 'Helvetica Neue', Arial;
  font-size: 16px;
  color: #fff;
  padding-left: 5.2%;
  box-sizing: content-box;
  -webkit-border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  border-radius: 2px 0 0 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input.search-input::-webkit-input-placeholder {
  color: #919599;
}
input.search-input:-moz-placeholder {
  color: #919599;
}
input.search-input::-moz-placeholder {
  color: #919599;
}
input.search-input:-ms-input-placeholder {
  color: #919599;
}
span.search-ico {
  display: block;
  width: 13px;
  height: 14px;
  background: url('../img/main-sprite.png') -30px 0;
  margin: 0 auto;
  margin-top: 10px;
}
div.search-box.open-search div.icon-search-box span.search-ico.vio {
  opacity: 1;
}
div.icon-search-box {
  width: 43px;
  height: 47px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
  z-index: 86;
  background-color: #2e3133;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  border-radius: 2px 0 0 0;
  border-top: solid 3px transparent;
  /*-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;*/
}
div.icon-search-box:hover {
  border-top-color: #e8534f;
  background-color: #222526;
}
.open-search div.icon-search-box:hover {
  border-top-color: transparent !important;
  background-color: #2e3133;
}
.open-search div.icon-search-box:hover span.search-ico {
  opacity: 1 !important;
}
div.search-box.open-search div.icon-search-box span.search-ico {
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
input.search-submit {
  height: 40px;
  width: 19.893617%;
  background-color: #454a4d;
  float: left;
  position: absolute;
  right: 0;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'open_sansbold';
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.open-search input.search-submit.valid {
  color: #ffffff;
  background-color: #e8534f;
  cursor: pointer;
}
.open-search input.search-submit.valid:active {
  padding-top: 1px;
}
.promo-box div.navigation nav.main-menu {
  clear:both;
  height: 40px;
  position: relative;
  z-index: 10;
/*  margin-left: 44px; */
  -webkit-border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0;
  overflow: hidden;
}
.promo-box div.navigation.not-overflow nav.main-menu {
  overflow: visible;
}
.promo-box div.navigation nav.main-menu ul.m-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  height: 40px;
  width: 940px;
  overflow: hidden;
}
.promo-box div.navigation.not-overflow nav.main-menu ul.m-list {
  overflow: visible;
}
.promo-box div.navigation nav.main-menu ul.m-list > li {
  display: inline-block;
  height: 39px;
  border-right: solid 1px #3d4043;
  margin: 0;
  float: left;
}
.promo-box div.navigation nav.main-menu ul.m-list > li:last-child {
  float: right;
  border: none;
  overflow: hidden;
}
.promo-box div.navigation nav.main-menu ul.m-list > li:nth-child(7) {
  border-right: none;
}
.promo-box div.navigation nav.main-menu ul.m-list > li > a {
  display: block;
  height: 28px;
  padding: 0 15px 0 15px;
  color: #fff;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  padding-top: 8px;
  border-top: solid 3px transparent;
  /*	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;*/
}
.promo-box div.navigation nav.main-menu ul.m-list > li.active {
  border-right: none;
}
.promo-box div.navigation nav.main-menu ul.m-list > li:hover > a {
  border-top-color: #e8534f;
  background-color: #222526;
}
.promo-box div.navigation nav.main-menu ul.m-list > li.active > a {
  border-bottom-color: transparent;
  background-color: #4fa2da;
  padding-right: 16px;
}
.promo-box div.navigation nav.main-menu ul.m-list > li.active:hover > a {
  cursor: default;
  border-top-color: transparent !important;
  background-color: #4fa2da;
}
.promo-box div.navigation nav.main-menu ul.m-list > li > a.arrow-btn {
  cursor: default;
}
.promo-box div.navigation nav.main-menu ul.m-list > li.active > a.arrow-btn span:before {
  background: url('../img/main-sprite.png') -49px -6px;
}
.promo-box div.navigation nav.main-menu ul.m-list > li > a span {
  display: block;
  float: left;
}
.promo-box div.navigation nav.main-menu ul.m-list > li > a.arrow-btn span:before {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  position: relative;
  float: right;
  background: url('../img/main-sprite.png') -49px 0;
  margin-left: 5px;
  margin-top: 6px;
}
.promo-box div.navigation nav.main-menu ul.m-list li.gift-set a span:after {
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  background: url('../img/main-sprite.png') -64px 0;
  float: left;
  position: relative;
  margin-right: 6px;
  margin-top: -1px;
}
.promo-box div.navigation nav.main-menu ul.m-list li div.ddown-menu {
  display: none;
  width: 920px;
  padding: 10px;
  right: 0;
  position: absolute;
  background-color: #222526;
}
/* active el menu */
.promo-box div.navigation nav.main-menu ul.m-list li.active div.ddown-menu {
  background-color: #4fa2da;
}
.promo-box div.navigation nav.main-menu ul.m-list li.active div.ddown-menu ul.d-list li a:hover {
  background-color: #2e3133;
}
.promo-box div.navigation nav.main-menu ul.m-list li.active div.ddown-menu ul.d-list li.active a {
  background-color: #2e3133;
}
/* end active el menu */
.promo-box div.navigation nav.main-menu ul.m-list li div.ddown-menu ul.d-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.promo-box div.navigation nav.main-menu ul.m-list li div.ddown-menu ul.d-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
.promo-box div.navigation nav.main-menu ul.m-list li div.ddown-menu ul.d-list li a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 11px;
  line-height: 11px;
  font-family: "open_sansbold";
  color: #fff;
  height: auto;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*-webkit-transition: background-color 0.2s ease;*/
  /*-o-transition: background-color 0.2s ease;*/
  /*transition: background-color 0.2s ease;*/
}
.promo-box div.navigation nav.main-menu ul.m-list li:hover div.ddown-menu {
  display: block;
}
.promo-box div.navigation nav.main-menu ul.m-list li div.ddown-menu ul.d-list li a:hover {
  background-color: #2e3133;
}
.slider {
  width: 940px;
  height: 400px;
  overflow: hidden;
}
.slider div.items div.description {
  display: block;
  width: 447px;
  height: 280px;
  position: absolute;
  right: 56px;
  margin-top: 94px;
}
.slider div.items div.description h1 {
  background: none;
  font-family: 'open_sansregular';
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -2.6px;
  margin-bottom: 16px;
}
.slider div.items div.description h1 a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}
.slider div.items div.description h1 a > span {
  font-family: 'open_sansbold';
  letter-spacing: -1.4px;
}
.slider div.items div.description p {
  color: #fff;
  font-size: 15px;
  font-family: 'open_sansregular';
  line-height: 25px;
  letter-spacing: 0.2px;
}
.fotorama__thumb {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.fotorama__thumb__dot {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  top: -45px;
  background: url('../img/main-sprite.png') -83px 0 transparent;
  opacity: 1;
}
.fotorama__thumb__dot:hover {
  opacity: 0.5;
}
.fotorama__thumb_selected .fotorama__thumb__dot {
  background: url('../img/main-sprite.png') -101px 0 transparent;
}
.fotorama__thumb_selected .fotorama__thumb__dot:hover {
  opacity: 1;
}
.main-page div.promo-box {
  height: 540px;
}
.main-page section.page-cont {
  padding-top: 70px;
}
section.page-cont {
  padding-top: 70px;
}
section.page-cont article.catalog-el {
  margin-bottom: 2px;
}
section.page-cont article.catalog-el header {
  display: block;
  margin-bottom: 9px;
}
section.page-cont article.catalog-el header div.group-name span.st {
  font-family: "open_sanssemibold";
  font-size: 24px;
  letter-spacing: -1px;
  color: #2e3133;
  display: block;
  height: 40px;
  line-height: 40px;
  float: left;
  margin-right: 6px;
}

/*.chosen-container {
	font-size: 24px;
	float: left;
	display: block;
	height: auto;
}
.chosen-container-single .chosen-single {
	padding:0;
	height: 40px;
	border: none;
	box-shadow: none;
	background: none;
	line-height: 40px;
}*/
.sel-wr {
  position: relative;
  display: block;
  height: 40px;
  width: 275px;
  float: left;
  z-index:1;
}
/*rylaSelect Plugin Style*/
select.rt-select-wj {
  position: absolute;
  left: -9999px;
  z-index: -9999;
}
.no-js select.rt-select-wj {
  display: block;
  width: 175px;
  height: 40px;
  font-family: "open_sansregular";
  font-size: 24px;
  color: #4ea2da;
  border: none;
  line-height: 24px;
  padding-left: 5px;
}
.select-cur {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.select-cur span {
  font-size: 24px;
  color: #4ea2da;
  font-family: 'open_sanssemibold';
  border-bottom: dashed 1px #469fda;
  display: inline-block;
  line-height: 23px;
  margin-top: 8px;
  letter-spacing: -0.6px;
  cursor: pointer;
}
.rt-sel-wr ul.option-list {
  padding: 0;
  margin: 0;
  position: absolute;
  min-width: 175px;
  list-style-type: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 2px rgba(51, 51, 51, 0.2);
  overflow: hidden;
  margin-left: -20px;
  display: none;
}
.rt-sel-wr ul.option-list.top-layer {
  margin-top: -42px;
}
.rt-sel-wr.activated ul.option-list {
  display: block;
}
.rt-sel-wr ul.option-list li {
  height: 49px;
  cursor: pointer;
  border-bottom: solid 1px #eeeeee;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.rt-sel-wr ul.option-list li span {
  font-size: 24px;
  color: #469fda;
  font-family: 'open_sanssemibold';
  border-bottom: dashed 1px #469fda;
  line-height: 23px;
  margin-top: 10px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: -0.6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.rt-sel-wr ul.option-list li:hover {
  background-color: #fafafa;
}
.rt-sel-wr ul.option-list li:hover span {
  color: #2e3133;
  border-bottom-color: #2e3133;
}
.rt-sel-wr ul.option-list li:nth-child(1):hover {
  background-color: #fff;
  cursor: default;
}
.rt-sel-wr ul.option-list li:nth-child(1):hover span {
  cursor: default;
}
.rt-sel-wr ul.option-list li:nth-child(1):hover span {
  color: #469fda;
  border-bottom-color: #469fda;
}
.select-cur span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 7px;
  background: url('../img/main-sprite.png') -43px -28px;
  margin-top: 12px;
  margin-left: 3px;
}
.rt-sel-wr ul.option-list li:nth-child(1) span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 7px;
  background: url('../img/main-sprite.png') -43px -28px;
  margin-top: 12px;
  margin-left: 3px;
}
/*rylaSelect Plugin Style*/
/*.sel-wr .sel-in-rw  .chosen-with-drop .chosen-drop {

}
.sel-wr .sel-in-rw {
	position: absolute;
	background-color: #fff;
}
.sel-wr .sel-in-rw .chosen-container-single .chosen-drop {
	display: none;
}
.sel-wr .sel-in-rw .chosen-container-single.chosen-with-drop .chosen-drop {
	position: relative;
	left: 0;
	display: block;
}*/
/*.chosen-container-single .chosen-single span {
	font-family: 'open_sanssemibold';
	font-size: 24px;
	color: #4ea2da;
	line-height: 23px;
	border-bottom: 1px dotted;
	padding-top: 8px;
	letter-spacing: -1px;
}
*/
section.page-cont article.catalog-el header div.view-all a.view-bt {
  display: inline-block;
  font-family: "open_sansbold";
  font-size: 11px;
  color: #2e3133;
  float: right;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 18px;
}
section.page-cont article.catalog-el header div.view-all a.view-bt:after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  position: relative;
  background: url('../img/main-sprite.png') -337px 0;
  margin-top: 4px;
  margin-right: 7px;
  float: left;
}
section.page-cont article.catalog-el header div.view-all a.view-bt:hover:after {
  background-position: -337px -9px;
}
section.page-cont article.catalog-el header div.view-all a.view-bt:hover {
  color: #50a3da;
}
section.page-cont article.catalog-el ul.content-list li {
  margin-bottom: 20px;
  height: 420px;
}
.no-discount section.page-cont article.catalog-el ul.content-list li {
  height: 380px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  display: block;
  /*	overflow: hidden;*/
  padding: 20px;
  width: 180px;
  height: 380px;
  text-decoration: none;
}
/*Is Mobile desktop and tablet style*/
.isMobile.desktop section.page-cont article.catalog-el ul.content-list li div.item-wr:hover,
.isMobile.tablet section.page-cont article.catalog-el ul.content-list li div.item-wr:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  display: block;
  /*	overflow: hidden;*/
  padding: 20px;
  width: 180px;
  height: 380px;
  text-decoration: none;
  margin: 0;
}
.isMobile.desktop section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript,
.isMobile.tablet  section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript {
	display: none;
}
.isMobile.desktop section.page-cont article.catalog-el ul.content-list li div.item-wr.drop div.descript,
.isMobile.tablet  section.page-cont article.catalog-el ul.content-list li div.item-wr.drop div.descript {
	display: block;
}
.isMobile.desktop section.page-cont article.catalog-el ul.content-list li div.item-wr.drop,
.isMobile.tablet section.page-cont article.catalog-el ul.content-list li div.item-wr.drop {
  position: absolute;
  padding: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(51, 51, 51, 0.3);
  box-shadow: 0 1px 10px rgba(51, 51, 51, 0.3);
  margin-left: -10px;
  margin-top: -10px;
  width: 180px;
  z-index: 2;
  height: auto;
  padding-bottom: 25px;
}
.isMobile section.page-cont article.catalog-el ul.content-list li div.item-wr:hover {
  height: auto;
}

/*END Is Mobile desktop and tablet style*/


.no-discount section.page-cont article.catalog-el ul.content-list li div.item-wr {
  height: 340px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr.novelty:before {
  content: "";
  position: absolute;
  display: block;
  width: 88px;
  height: 88px;
  background: url('../img/novelty-stiker.png') left top;
  margin-left: -25px;
  margin-top: -25px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr.novelty.drop:before,
section.page-cont article.catalog-el ul.content-list li div.item-wr.stock.drop:before,
section.page-cont article.catalog-el ul.content-list li div.item-wr.novelty:hover:before,
section.page-cont article.catalog-el ul.content-list li div.item-wr.stock:hover:before {
  margin-left: -35px;
  margin-top: -35px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr.stock:before {
  content: "";
  position: absolute;
  display: block;
  width: 88px;
  height: 88px;
  background: url('../img/stock-stiker.png') left top;
  margin-left: -25px;
  margin-top: -25px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr.drop,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover {
  position: absolute;
  padding: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(51, 51, 51, 0.3);
  box-shadow: 0 1px 10px rgba(51, 51, 51, 0.3);
  margin-left: -10px;
  margin-top: -10px;
  width: 180px;
  z-index: 2;
  height: auto;
  padding-bottom: 25px;
}

section.page-cont article.catalog-el ul.content-list li div.item-wr div.item {
  /*	height: 340px;
	clear: both;*/
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.item div.img-wr {
  display: block;
  height: 180px !important;
  vertical-align: middle;
  width: 180px;
  text-align: center;
  overflow: hidden;
  line-height: 179px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.img-wr div.big-img-wr {
  position: absolute;
  display: block;
  width: 368px;
  height: 368px;
  display: none;
  border: solid 6px rgba(0, 0, 0, 0.2);
  margin-left: -100px;
  z-index: 999;
  top: -50px;
  opacity: 0;
  line-height: 365px;
  background-color: #fff;
  overflow: hidden;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.img-wr div.big-img-wr img {
  border: solid 4px #fff;
  display: inline-block;
  max-width: 360px;
  max-height: 360px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.item div.tyt-box {
  display: table-cell;
  vertical-align: bottom;
  height: 150px;
}
.no-discount section.page-cont article.catalog-el ul.content-list li div.item-wr div.item div.tyt-box {
  height: 130px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.item span.articul {
  text-align: center;
  display: block;
  font-family: "open_sansbold";
  color: #e8534f;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  margin-top: 5px;
  line-height: 11px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.item div.product-name {
  color: #2e3133;
  font-family: "open_sansregular";
  line-height: 20px;
  font-size: 15px;
  margin-top: 5px;
  text-align: center;
  display: block;
  vertical-align: bottom;
  max-height: 100px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-bottom: 10px;
}
.no-discount section.page-cont article.catalog-el ul.content-list li div.item-wr div.item div.product-name {
  margin-top: 12px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.item div.product-name:hover {
  color: #3498db;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.item span.price {
  font-family: "open_sansbold";
  font-size: 18px;
  color: #2e3133;
  line-height: 20px;
  display: block;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}
.no-discount section.page-cont article.catalog-el ul.content-list li div.item-wr div.item span.price {
  margin-top: 8px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.item span.old-price {
  color: #919599;
  line-height: 13px;
  display: block;
  font-size: 13px;
  text-align: center;
  font-family: "open_sansregular";
  letter-spacing: 0.5px;
  text-decoration: line-through;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.item div.img-wr > img {
  vertical-align: middle;
  margin: 0 auto;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.item a {
  text-decoration: none;
  display: block;
  height: 350px;
}
.no-discount section.page-cont article.catalog-el ul.content-list li div.item-wr div.item a {
  height: 310px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.descript {
  display: none;
  padding-top: 15px;
  color: #2e3133;
  font-size: 12px;
  font-family: "Helvetica Neue", Arial;
  line-height: 20px;
  margin-top: 19px;
  border-top: solid 1px #d9d9d9;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr.drop div.descript,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript {
  display: block;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.descript div.sklad-box span.line,
section.page-cont article.catalog-el ul.content-list li div.item-wr div.descript div.sklad-box span.line {
  border-bottom: dotted 1px #b2b2b2;
  line-height: 15px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  margin-top: -7px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.descript div.sklad-box span.nm,
section.page-cont article.catalog-el ul.content-list li div.item-wr div.descript div.sklad-box span.nm {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding-right: 5px;
  letter-spacing: -0.2px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.descript div.sklad-box span.sm,
section.page-cont article.catalog-el ul.content-list li div.item-wr div.descript div.sklad-box span.sm {
  position: relative;
  z-index: 3;
  float: right;
  background-color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: -1px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.descript p.detail-descript,
section.page-cont article.catalog-el ul.content-list li div.item-wr div.descript p.detail-descript {
  margin-bottom: 0;
  margin-top: 16px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select {
  height: 0px;
  background-color: #fafafa;
  position: relative;
  width: 180px;
  padding: 0 30px;
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: -30px;
  display: none;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: #ececec !important;
  border-top-color: #ececec !important;
  -webkit-transition: borderColor 0.4s ease;
  -moz-transition: borderColor 0.4s ease;
  -ms-transition: borderColor 0.4s ease;
  -o-transition: borderColor 0.4s ease;
  transition: borderColor 0.4s ease;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr.drop div.color-select {
  height: 88px !important;
  display: block;
  border-bottom-color: #ececec;
  border-top-color: #ececec;
  margin-bottom: 19px !important;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.color-select.slctVsbl {
  display: block;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select {
  display: none;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ececec;
  position: absolute;
  top: 88px;
  left: 111px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fafafa;
  position: absolute;
  z-index: 2;
  top: 88px;
  left: 112px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr.drop div.color-select label {
  display: block !important;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.color-select.slctVsbl label {
  display: block;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select label {
  color: #2e3133;
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  margin-left: -1px;
  margin-bottom: 5px;
  margin-top: 15px;
  display: block;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr.drop div.color-select label,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.color-select label {
  /*display: none;*/
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select a.chosen-single {
  width: 178px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  height: 28px;
  display: none;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr.drop div.color-select .chosen-single {
  display: block !important;
}
.isMobile section.page-cont article.catalog-el ul.content-list li div.item-wr.drop div.color-select .chosen-single {
  display: none !important;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.color-select.slctVsbl .chosen-single {
  display: block;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select .chosen-single span {
  font-size: 13px;
  padding-top: 3px;
  border-bottom: none;
  color: #2e3133;
  font-family: "Helvetica", Arial;
  padding-left: 8px;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select .chosen-container {
  height: 30px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select .chosen-single div b {
  background: url('../img/main-sprite.png') -141px -28px !important;
  width: 12px;
  height: 20px;
  background-size: inherit !important;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select .chosen-single div {
  width: 5px;
  height: 10px;
  top: 9px;
  right: 10px;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select .chosen-drop {
  background-color: #fff;
  border: solid 1px #d9d9d9;
  width: 178px;
  z-index: 999999999;
  border-radius: 0 0 2px 2px;
  /*-webkit-box-shadow: 0 3px 1px rgba(51,51,51,.2);
	-moz-box-shadow: 0 1px 2px rgba(51,51,51,.2);
	box-shadow: 0 1px 2px rgba(51,51,51,.2);*/
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select .chosen-container .chosen-results li {
  height: 20px;
  font-size: 13px;
  color: #2e3133;
  font-family: "Helvetica", Arial;
  padding-left: 8px;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
  border-bottom: solid 1px #d9d9d9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select .chosen-container .chosen-results li:last-child {
  border-bottom: none;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select .chosen-container .chosen-results li.active-result.highlighted {
  color: #4ea2da;
  background-color: #fafafa;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}


/**/
/*.desktop.isMobile section.page-cont article.catalog-el ul.content-list li  {
  height: auto;
}*/
/*.desktop.isMobile section.page-cont article.catalog-el ul.content-list li div.item-wr  {
  position: relative;
  height: auto;
  position: relative;
  padding:20px;
  margin-left: 0px;
  margin-top: 0px;


}*/
/*.desktop.isMobile section.page-cont article.catalog-el ul.content-list li div.item-wr:hover {
  position: relative;
  height: auto;
  position: relative;
  padding:20px;
  margin-left: 0px;
  margin-top: 0px;

  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}*/
/*.desktop.isMobile section.page-cont article.catalog-el ul.content-list li div.item-wr div.descript {
  display: block;
}*/
/*.desktop.isMobile section.page-cont article.catalog-el ul.content-list li div.item-wr .color-select {
  display: block !important;
  height: 88px !important;
  margin-bottom: 19px !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
}
.desktop.isMobile section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select:after {
  left: 101px;
}
.desktop.isMobile section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select:before {
  left: 102px;
}
.desktop.isMobile section.page-cont article.catalog-el ul.content-list li div.item-wr div.color-select select {
  display: block !important;
  width: 100%;
  height: 33px;
  border: solid 1px #d9d9d9;
}
.desktop.isMobile section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.color-select.slctVsbl .chosen-single {
  display: none !important;
}*/
/**/
div.qnt-box {
  height: 28px;
  width: 58px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  float: left;
  margin-right: 10px;
}
div.qnt-box.disabled {
  opacity: 0.4;
}
div.qnt-box.disabled div.arrow span.arrow-bottom,
div.qnt-box.disabled div.arrow span.arrow-top {
  cursor: default;
}
div.item div.qnt-box {
  float: left;
}
div.qnt-box input {
  height: 28px;
  width: 53px;
  display: block;
  border: none;
  padding: 0;
  font-family: "Helvetica Neue", Arial;
  font-size: 15px;
  color: #2e3133;
  text-align: center;
  position: absolute;
  padding-right: 5px;
}
div.qnt-box input:focus {
  outline: none;
  border: none;
}
div.qnt-box input:disabled {
  background-color: #fff !important;
}
div.qnt-box div.arrow {
  width: 17px;
  border-left: solid 1px #d9d9d9;
  position: absolute;
  height: 28px;
  margin-left: 40px;
}
div.qnt-box div.arrow span.arrow-top {
  height: 13px;
  width: 17px;
  display: block;
  cursor: pointer;
}
div.qnt-box div.arrow span.arrow-top:after {
  content: "";
  display: block;
  width: 5px;
  height: 3px;
  position: absolute;
  background: url('../img/main-sprite.png') -325px 0;
  top: 5px;
  left: 6px;
}
div.qnt-box div.arrow span.arrow-bottom {
  height: 14px;
  width: 17px;
  display: block;
  cursor: pointer;
  border-top: solid 1px #d9d9d9;
}
div.qnt-box div.arrow span.arrow-bottom:after {
  content: "";
  display: block;
  width: 5px;
  height: 3px;
  position: absolute;
  background: url('../img/main-sprite.png') -325px -5px;
  margin-top: 6px;
  margin-left: 6px;
}
div.qnt-box div.arrow span.arrow-top:active:after {
  top: 6px;
}
div.qnt-box div.arrow span.arrow-bottom:active:after {
  margin-top: 7px;
}
div.qnt-box.disabled div.arrow span.arrow-top:active:after {
  top: 5px !important;
}
div.qnt-box.disabled div.arrow span.arrow-bottom:active:after {
  margin-top: 6px !important;
}
div.qnt-box div.arrow span.arrow-bottom:hover,
div.qnt-box div.arrow span.arrow-top:hover {
  background-color: rgba(238, 238, 238, 0.5);
}
div.qnt-box.disabled div.arrow span.arrow-bottom:hover,
div.qnt-box.disabled div.arrow span.arrow-top:hover {
  background-color: #fff;
}
div.qnt-box div.arrow span.arrow-top:active {
  border-top: solid 1px #b1b1b1;
  position: relative;
  margin-top: -1px;
  -webkit-border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0;
  background-color: rgba(238, 238, 238, 0.5);
  -webkit-box-shadow: inset 0 1px rgba(217, 217, 217, 0.5);
  -moz-box-shadow: inset 0 1px rgba(217, 217, 217, 0.5);
  box-shadow: inset 0 1px rgba(217, 217, 217, 0.5);
}
div.qnt-box div.arrow span.arrow-bottom:active {
  border-top: solid 1px #b1b1b1;
  -webkit-border-radius: 0 0 2px;
  -moz-border-radius: 0 0 2px;
  border-radius: 0 0 2px;
  background-color: rgba(238, 238, 238, 0.5);
  -webkit-box-shadow: inset 0 1px rgba(217, 217, 217, 0.5);
  -moz-box-shadow: inset 0 1px rgba(217, 217, 217, 0.5);
  box-shadow: inset 0 1px rgba(217, 217, 217, 0.5);
}
div.qnt-box.disabled div.arrow span.arrow-top:active {
  height: 13px;
  width: 17px;
  display: block;
  cursor: pointer;
  border-top: none;
  margin-top: 0;
  box-shadow: none;
}
div.qnt-box.disabled div.arrow span.arrow-bottom:active {
  height: 14px;
  width: 17px;
  display: block;
  cursor: pointer;
  box-shadow: none;
  border-top: solid 1px #d9d9d9;
}
div.add-basket-box {
  float: left;
  display: block;
  width: 110px;
  height: 30px;
}
/*div.add-basket-box button {
	display: block;
	width: 110px;
	height: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #3498db;
	padding:0;
	border:none;
	color: #fff;
	font-size: 11px;
	font-family: "open_sansbold";
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}
/*div.add-basket-box button:disabled {
	opacity: .2;
	cursor: default;
}
div.add-basket-box button:hover {
	background-color: #3ea7ee;
}
/*div.add-basket-box button:active {
	background-color: #1273b4;
	height: 29px;
	margin-top:1px;
	padding-top:1px;
}*/
div.add-basket-box input[type="submit"] {
  display: block;
  width: 110px;
  height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
/*
background-color: #3498db;
*/
background-color: #0032FE;

  padding: 0;
  border: none;
  color: #fff;
  font-size: 11px;
  font-family: "open_sansbold";
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-appearance: none;
}
div.add-basket-box input[type="submit"]:disabled {
  opacity: .2;
  cursor: default;
}
div.add-basket-box input[type="submit"]:hover {
  background-color: #3ea7ee;
}
div.add-basket-box input[type="submit"]:active {
  background-color: #1273b4;
  height: 29px;
  margin-top: 1px;
  padding-top: 1px;
}
div.add-basket-box input[type="submit"]:disabled:hover {
  background-color: #3498db;
}
div.add-basket-box input[type="submit"]:disabled:active {
  background-color: #3498db;
  height: 30px;
  margin-top: 0;
  padding-top: 0;
}
section.page-cont article.catalog-el ul.content-list li div.item-wr div.descript div.sklad-box span.sm.red-text {
  color: #e8534f;
  font-weight: "Helvetica Neue", Arial;
}
div.add-basket-box button:disabled:hover {
  background-color: #3498db;
}
div.market-widget {
  height: 140px;
  background-color: #fff;
  padding-top: 20px;
}
div.fav,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript div.fav {
  margin-bottom: 10px;
}
div.fav a.addFavLink,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript div.fav a.addFavLink {
  font-size: 12px;
  color: #3498db;
  display: inline-block;
  border-bottom: dashed 1px #469fda;
  line-height: 12px;
  text-decoration: none;
  margin-left: 20px;
}
div.main-info div.fav {
  float: right;
  margin-top: -5px;
}
div.fav a.addFavLink:before,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript div.fav a.addFavLink:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  background: url('../img/main-sprite.png') -105px -116px;
  margin-left: -19px;
  margin-top: -1px;
}
div.fav a.addFavLink.visbl-in-fav,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript div.fav a.addFavLink.visbl-in-fav {
  display: none;
}
div.fav a.delFavLink,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript div.fav a.delFavLink {
  font-size: 12px;
  color: #48b037;
  display: inline-block;
  border-bottom: dashed 1px #48b037;
  line-height: 12px;
  text-decoration: none;
  margin-left: 20px;
  display: none;
}
div.fav a.delFavLink:before,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript div.fav a.delFavLink:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  background: url('../img/main-sprite.png') -105px -135px;
  margin-left: -19px;
  margin-top: -1px;
}
div.fav a.delFavLink.del,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript div.fav a.delFavLink.del {
  font-size: 12px;
  color: #e8534f;
  display: inline-block;
  border-bottom: dashed 1px #e8534f;
  line-height: 12px;
  text-decoration: none;
  margin-left: 20px;
  display: none;
}
div.fav a.delFavLink.del:before,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript div.fav a.delFavLink.del:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: url('../img/main-sprite.png') -106px -153px;
  margin-left: -18px;
  margin-top: 0px;
}
div.fav a.delFavLink.del.v,
div.fav a.delFavLink.v,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript div.fav a.delFavLink.del.v,
section.page-cont article.catalog-el ul.content-list li div.item-wr:hover div.descript div.fav a.delFavLink.v {
  display: inline-block;
}
div.market-widget div.yandex span.yandex-ico {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(46, 49, 51, 0);
  border: solid 5px #eee;
  display: block;
  margin-left: 1px;
  float: left;
  margin-right: 18px;
}
div.market-widget div.rss span.rss-ico {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(46, 49, 51, 0);
  border: solid 5px #eee;
  display: block;
  margin-left: -1px;
  float: left;
  margin-right: 18px;
}
div.market-widget div.yandex span.yandex-ico:before {
  content: '';
  display: block;
  width: 27px;
  height: 57px;
  background: url('../img/main-sprite.png') 0 -113px;
  position: absolute;
  margin-left: 30px;
  margin-top: 17px;
}
div.market-widget div.rss span.rss-ico:before {
  content: '';
  display: block;
  width: 57px;
  height: 40px;
  background: url('../img/main-sprite.png') -37px -113px;
  position: absolute;
  margin-left: 16px;
  margin-top: 27px;
}
/*
div.market-widget div.yandex {
  display: none;
}
*/
div.market-widget div.yandex div.ya-market-cntnt,
div.market-widget div.rss div.rss-cntnt {
  display: block;
  float: left;
  padding-top: 13px;
  max-width: 340px;
}
div.market-widget div.rss div.rss-cntnt span.title,
div.market-widget div.yandex div.ya-market-cntnt span.title {
  font-family: "open_sanssemibold";
  font-size: 18px;
  color: #2e3133;
  line-height: 20px;
}
div.market-widget div.rss div.rss-cntnt p {
  color: #919599;
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  margin-top: 2px;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
div.market-widget div.rss div.rss-form-box input[type='text'] {
  display: block;
  width: 179px;
  height: 26px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(52, 152, 219, 0);
  border: solid 1px #d9d9d9;
  margin-left: 2px;
  padding-left: 8px;
  font-size: 12px;
  float: left;
  margin-right: 10px;
}
div.market-widget div.rss div.rss-form-box input[type='submit'].subscribe {
  display: block;
  width: 122px;
  height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #3498db;
  float: left;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "open_sansbold";
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-transition-property: background-color, opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color, opacity;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: background-color, opacity;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease;
  -o-transition-property: background-color, opacity;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: background-color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
div.market-widget div.rss div.rss-form-box input[type='submit'].subscribe:active {
  background-color: #1273B4 !important;
  height: 29px;
  margin-top: 1px;
  padding-top: 1px;
}
div.market-widget div.rss div.rss-form-box input[type='submit'].subscribe:hover {
  background-color: #3EA7EE;
}
div.market-widget div.rss div.rss-form-box input[type='submit'].subscribe:disabled {
  cursor: default;
  opacity: 0.2;
}
div.market-widget div.rss div.rss-form-box input[type='submit'].subscribe:disabled:hover {
  background-color: #3498DB;
}
div.market-widget div.rss div.rss-form-box input[type='submit'].subscribe:disabled:active {
  background-color: #3498DB;
  height: 30px;
  margin-top: 0;
  padding-top: 0;
}
div.market-widget div.yandex div.ya-market-cntnt ul.rate-box {
  display: block;
  width: 100px;
  height: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 7px;
  margin-left: 2px;
  margin-bottom: 13px;
}
div.market-widget div.yandex div.ya-market-cntnt ul.rate-box li.r-ratin-star {
  display: inline-block;
  width: 17px;
  height: 16px;
  background-image: url('../img/main-sprite.png');
  margin: 0;
  margin-right: -2px;
}
div.market-widget div.yandex div.ya-market-cntnt ul.rate-box li.r-ratin-star.ico-full {
  background-position: -181px 0;
}
div.market-widget div.yandex div.ya-market-cntnt ul.rate-box li.r-ratin-star.ico-empty {
  background-position: -162px 0;
}
div.market-widget div.yandex div.ya-market-btn-box a.read {
  width: 104px;
  height: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #3498db;
  display: block;
  margin-left: 2px;
  margin-right: 10px;
  padding-top: 5px;
  float: left;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
div.market-widget div.rss div.rss-form-box a.subscribe:hover,
div.market-widget div.yandex div.ya-market-btn-box a.read:hover {
  background-color: #3ea7ee;
}
div.market-widget div.rss div.rss-form-box a.subscribe:active {
  height: 22px;
  margin-top: 1px;
  background-color: #1273b4;
}
div.market-widget div.yandex div.ya-market-btn-box a.read:active {
  background-color: #1273b4;
  height: 24px;
  margin-top: 1px;
}
div.market-widget div.yandex div.ya-market-btn-box a.add-comment {
  width: 168px;
  height: 25px;
  padding-top: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e8534f;
  display: block;
  float: left;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
div.market-widget div.yandex div.ya-market-btn-box a.add-comment:hover {
  background-color: #ff5c58;
}
div.market-widget div.yandex div.ya-market-btn-box a.add-comment:active {
  background-color: #d4423e;
  height: 24px;
  margin-top: 1px;
}
div.market-widget div.yandex div.ya-market-btn-box a.read span,
div.market-widget div.yandex div.ya-market-btn-box a.add-comment span {
  font-family: "open_sansbold";
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
div.market-widget div.yandex div.ya-market-btn-box a.add-comment span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  background: url('../img/main-sprite.png') -19px -28px;
  float: left;
  margin-top: 0px;
  margin-right: 7px;
  left: 1px;
}
div.market-widget div.yandex div.ya-market-btn-box a.read span:before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  position: relative;
  background: url('../img/main-sprite.png') 0 -28px;
  float: left;
  margin-top: 3px;
  margin-right: 6px;
  left: 1px;
}
.left-col-section {
  width: 220px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  overflow: hidden;
  margin-bottom: 59px;
}
.left-col-section ul.two-lv {
  padding: 0;
  margin: 0;
}
.left-col-section ul.two-lv li.sect-name {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.left-col-section ul.two-lv li.sect-name.open.empty div.sect {
  background-color: #4fa2da;
  border-bottom: none;
  overflow: hidden;
}
.left-col-section ul.two-lv li.sect-name.open.empty div.sect a {
  color: #fff;
  border-left-color: #4fa2da !important;
}
.left-col-section ul.two-lv li.sect-name.open.empty div.sect a:hover {
  border-left-color: #4fa2da !important;
}
.left-col-section ul.two-lv li.sect-name:last-child div.sect {
  border-bottom: none;
}
/*.left-col-section div.subscribe:before,
.left-col-section ul.two-lv li.sect-name:before  {
	content: '';
	position: absolute;
	width: 3px;
	height: 41px;
	background-color: transparent;
	margin-top: -1px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}*/
.left-col-section ul.two-lv li.sect-name div.sect a:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  display: block;
  background: url('../img/main-sprite.png') -163px -119px;
  margin-left: 181px;
  top: 0;
  margin-top: 18px;
}
.left-col-section ul.two-lv li.sect-name.empty div.sect a:after {
  display: none;
}
.left-col-section ul.two-lv li.sect-name.open div.sect a:after {
  background-position: -152px -119px;
}
.left-col-section ul.two-lv li.sect-name.subscribe div.sect a:after {
  display: none;
}
.left-col-section div.subscribe:before {
  height: 40px;
  border-radius: 0 0 0 2px;
}
.left-col-section div.subscribe:hover,
.left-col-section ul.two-lv li.sect-name a:hover {
  border-left-color: #e8534f;
}
.left-col-section ul.two-lv li.sect-name:nth-child(1) a:before {
  margin-top: 0px;
  height: 40px;
  border-radius: 2px 0 0 ;
}
.left-col-section ul.two-lv li.sect-name div.sect {
  border-bottom: solid 1px #eeeeee;
  height: auto;
  position: relative;
  background-color: #fff;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.left-col-section ul.two-lv li.sect-name div.sect a {
  font-family: 'open_sansbold';
  font-size: 11px;
  text-transform: uppercase;
  color: #2e3133;
  display: block;
  text-decoration: none;
  height: auto;
  padding: 0 0 0 13px;
  border-left: 3px solid transparent;
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -ms-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: relative;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 37px;
  line-height: 20px;
  top: -1px;
  margin-bottom: -2px;
}
.left-col-section ul.two-lv li.sect-name div.sect:hover {
  background-color: #f6f6f6;
}
.left-col-section ul.two-lv li.sect-name div.sect:hover a {
  border-left-color: #e8534f;
}
.left-col-section ul.two-lv li.sect-name div.sect a span {
  display: inline-block;
}
.left-col-section ul.two-lv li.sect-name ul.three-lv {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #eee;
  overflow: hidden;
}
.left-col-section ul.two-lv li.sect-name.open ul.three-lv {
  display: block;
}
.left-col-section ul.two-lv li.sect-name ul.three-lv li {
  margin: 0;
  padding: 0;
  display: block;
}
.left-col-section ul.two-lv li.sect-name ul.three-lv li a {
  display: block;
  height: auto;
  text-decoration: none;
  padding: 5px 0;
  padding-left: 13px;
  border-left: 3px solid transparent;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding-right: 20px;
}
.left-col-section ul.two-lv li.sect-name ul.three-lv li a:hover {
  border-left-color: #e8534f;
  background-color: #f6f6f6;
}
.left-col-section ul.two-lv li.sect-name ul.three-lv li a span {
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  color: #2e3133;
  display: inline-block;
  line-height: 15px;
}
.left-col-section ul.two-lv li.sect-name ul.three-lv li a.active {
  background-color: #4fa2da;
}
.left-col-section ul.two-lv li.sect-name ul.three-lv li a.active:hover {
  border-left-color: transparent !important;
  cursor: default;
}
.left-col-section ul.two-lv li.sect-name ul.three-lv li a.active span {
  color: #fff;
}
.right-col div.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  overflow: auto;
  margin-top: -2px;
  margin-left: 0px;
}
.right-col div.breadcrumbs ul li {
  display: inline-block;
  margin-left: 0;
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  color: #999999;
}
.right-col div.breadcrumbs ul li a {
  line-height: 14px;
  text-decoration: none;
  color: #999999;
}
.right-col div.breadcrumbs ul li a span {
  border-bottom: solid 1px #adb0b3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: -0.4px;
}
.right-col div.breadcrumbs ul li a:hover span {
  border-bottom-color: #2e3133;
  color: #2e3133;
}
.right-col div.card {
  width: 700px;
  /*height: 460px;*/
  height:auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  margin-top: 23px;
}
.right-col div.card div.inner-box {
  padding: 20px;
}
.right-col div.card div.inner-box div.img-box {
  width: 320px;
  /*height: 420px;*/
  height: auto;
  float: left;
  /*	background-color: #eee;*/
}
.right-col div.card div.inner-box div.img-box div.cur-img {
  display: block;
  width: 320px;
  /*height: 320px;*/
  height: auto;
/*  line-height: 319px; */
  /*	background-color: #ccc;*/
}
.right-col div.card div.inner-box div.img-box div.cur-img img {
  /*max-width: 100% !important;*/
}
.right-col div.card div.inner-box div.img-box ul.img-list {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.right-col div.card div.inner-box div.img-box ul.img-list li {
  margin-left: 0;
  margin-right: 5px;
  float: left;
  border-top: solid 3px transparent;
}
.right-col div.card div.inner-box div.img-box ul.img-list li:last-child {
  margin-right: 0;
}
.right-col div.card div.inner-box div.img-box ul.img-list li a {
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  margin-top: 7px;
}
.right-col div.card div.inner-box div.img-box ul.img-list li.selected {
  border-top-color: #3498db;
}
.right-col div.card div.inner-box div.img-box ul.img-list li.selected a img {
  max-width: 100%;
}
/*Catalog-block*/
.right-col.catalog h1 {
  font-family: "open_sanssemibold";
  font-size: 30px;
  color: #2e3133;
  line-height: 40px;
  margin-top: 9px;
  margin-left: -4px;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
}
.catalog-filter {
  display: block;
  border-bottom: solid 3px #dadbdb;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.catalog-filter ul.filter-list {
  padding: 0;
  margin: 0;
  display: block;
}
.catalog-filter ul.filter-list li.filter-items {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}
.catalog-filter ul.filter-list li.filter-items.active {
  background-color: #3498db;
}
.catalog-filter ul.filter-list li.filter-items.active a {
  color: #fff;
}
.catalog-filter ul.filter-list li.filter-items a {
  display: block;
  height: 30px;
  padding: 0 12px;
  text-decoration: none;
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  color: #2e3133;
}
.catalog-filter ul.filter-list li.filter-items a span {
  margin-top: 6px;
  display: inline-block;
}
.sort-and-view {
  display: block;
}
.sort-and-view div.sort-box {
  display: block;
  width: auto;
  float: left;
  margin-bottom: 20px;
}
.sort-and-view div.limit-box {
  display: block;
  float: left;
  margin-left: 50px;
}
.sort-and-view div.sort-box span.tit {
  display: inline-block;
  font-size: 12px;
  color: #919599;
  margin-right: 10px;
  margin-top: 6px;
  float: left;
}
.sort-and-view div.sort-box .sort-bt {
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  height: 30px;
  background-color: #fff;
  padding: 0 20px 0 15px;
  border: none;
  margin: 0;
  float: left;
  cursor: pointer;
  outline: none;
  border-right: solid 1px #eeeeee;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sort-and-view div.sort-box .sort-bt:hover {
  color: #3498db;
}
/*.sort-and-view div.sort-box .sort-bt:before {
	content: "";
	display: block;
	width: 7px;
	height: 4px;
	position: absolute;
	background: url('../img/main-sprite.png') -177px -119px;
	margin-top: 5px;
	margin-left: -11px;
}*/
/*.sort-and-view div.sort-box .sort-bt.cur:before {
	background: url('../img/main-sprite.png') -187px -119px;
}*/
.sort-and-view div.sort-box .sort-bt.l {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.sort-and-view div.sort-box .sort-bt.r {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.sort-and-view div.sort-box .sort-bt.cur {
  background-color: #3498db;
  color: #fff;
  border-right: none;
}
.sort-and-view div.view {
  display: block;
  float: right;
  width: 60px;
}
.sort-and-view div.view .view-bt {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.sort-and-view div.view a:nth-child(1) .view-bt {
  border-radius: 2px 0 0 2px;
}
.sort-and-view div.view a:nth-child(2) .view-bt {
  border-radius: 0 2px 2px 0;
}
.sort-and-view div.view .view-bt.cur {
  background-color: #3498db;
  color: #fff;
  cursor: default;
}
.sort-and-view div.view .view-bt span.ico {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../img/main-sprite.png');
  margin: 0 auto;
}
.sort-and-view div.view .view-bt.block span.ico {
  background-position: -80px -202px;
}
.sort-and-view div.view .view-bt.list span.ico {
  background-position: -100px -202px;
}
.sort-and-view div.view .view-bt.block.cur span.ico {
  background-position: -80px -182px;
}
.sort-and-view div.view .view-bt.list.cur span.ico {
  background-position: -100px -182px;
}
.sort-and-view select.select-items-crt {
  display: none;
}
.items-page-numb {
  float: right;
  display: block;
  margin-right: 10px;
}
.items-page-numb span.tit {
  font-size: 12px;
  color: #919599;
  margin-right: 10px;
  margin-top: 6px;
  float: left;
}
.items-page-numb a {
  display: block;
  width: auto;
  height: 21px;
  float: left;
  padding: 9px  20px 0 20px;
  background-color: #fff;
  border-right: solid 1px #eee;
  font-family: "Helvetica Neue", Arial;
  font-weight: bold;
  font-size: 12px;
  color: #2e3133;
  text-decoration: none;
  line-height: 12px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.items-page-numb a:hover {
  color: #3498db;
}
.items-page-numb a.active {
  background-color: #3498db;
  color: #fff;
  border-right: none;
  cursor: default;
}
.items-page-numb a:first-child {
  border-radius: 2px 0 0 2px;
}
.items-page-numb a:last-child {
  border-radius: 0 2px 2px 0;
}
#fotoCardSlider .fullscreen,
#fotoCardSlider .fotorama__wrap,
#fotoCardSlider .fotorama__wrap_style_fade .fotorama__frame {
  background: none;
  background-color: #fff;
}
#fotoCardSlider .fotorama_shadows .fotorama__img {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#fotoCardSlider .fotorama__nav-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
#fotoCardSlider .fotorama__nav__shaft {
  padding-top: 9px;
}
#fotoCardSlider .fotorama__thumb-border {
  background-color: transparent;
  border-top: solid 3px #3498db !important;
  top: -5px !important;
  height: 0px !important;
  border-bottom: none;
  border-right: solid 2px #3498db !important;
  border-left: solid 2px #3498db !important;
}
#fotoCardSlider .fotorama__nav__frame--thumb {
  padding-right: 5px !important;
}
#fotoCardSlider .fotorama__active .fotorama__thumb {
  opacity: 0.5;
}
.right-col div.card div.inner-box div.main-info {
  float: left;
  display: block;
  padding: 0 0 0 20px;
  width: 320px;
}
div.before-info {
  display: block;
}
div.main-info span.articul {
  text-align: center;
  display: inline-block;
  font-family: "open_sansbold";
  color: #e8534f;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 11px;
  margin-top: 0px;
  float: left;
}
div.main-info div.item-name-r {
  display: block;
  margin-top: 24px;
  margin-bottom: 20px;
}
div.main-info div.item-name-r div.item-name {
  font-size: 24px;
  color: #2e3133;
  font-family: "open_sanssemibold";
  line-height: 25px;
  display: block;
}
div.main-info div.rating-r {
  height: 16px;
}
ul.rating-stars {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  height: 16px;
  margin-right: 6px;
}
ul.rating-stars li {
  display: block;
  margin-left: 0;
  margin-right: 3px;
  float: left;
  width: 16px;
  height: 16px;
}
ul.rating-stars.reting-rev {
  float: none;
  height: 15px;
  margin-top: 5px;
  margin-left: -1px;
}
ul.rating-stars.reting-rev li {
  height: 15px;
  width: 14px;
  margin-right: 2px;
}
ul.rating-stars li span {
  width: 16px;
  height: 16px;
  display: block;
  background: url('../img/main-sprite.png') -176px -136px;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
}
ul.rating-stars.reting-rev li span {
  height: 15px;
  width: 14px;
  background: url('../img/main-sprite.png') -176px -156px;
}
ul.rating-stars li span {
  cursor: default;
}
ul.rating-stars li span.i {
  background-position: -156px -136px;
}
ul.rating-stars.reting-rev li span.i {
  background-position: -157px -156px;
}
/*SELECT RATING MODE*/
.write-mode ul.rating-stars {
  margin-left: -2px;
  height: 21px;
  margin-top: 0px;
  float: none;
  margin-bottom: 6px;
}
.write-mode ul.rating-stars li {
  margin-right: 2px;
  width: 21px;
  height: 21px;
}
ul.rating-stars li button {
  width: 21px;
  height: 21px;
  display: block;
  background: url('../img/main-sprite.png') -173px -176px;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
}
ul.rating-stars li button.i {
  background: url('../img/main-sprite.png') -151px -176px;
}
ul.rating-stars li button.hover {
  background: url('../img/main-sprite.png') -151px -176px;
}
div.main-info div.rating-r span.rate-users-cnt {
  line-height: 15px;
  font-size: 12px;
  color: #999999;
  font-family: "Helvetica Neue", Arial;
  float: left;
  display: block;
}
div.main-info div.price-box-r {
  margin-top: 25px;
  padding-bottom: 17px;
}
div.main-info div.price-box-r span.price {
  color: #2e3133;
  font-family: "open_sansbold";
  font-size: 30px;
  line-height: 30px;
  display: block;
}
div.main-info div.price-box-r span.discount {
  font-size: 18px;
  font-family: "open_sanssemibold";
  color: #919599;
  text-decoration: line-through;
  font-weight: normal;
  line-height: 20px;
  height: 19px;
  display: block;
}
div.main-info div.add-to-basket-r {
  padding-top: 20px;
}
div.main-info div.quant-in-stock-r.mobile {
  display: none;
}
div.main-info div.quant-in-stock-r {
  display: block;
  padding-top: 6px;
}
div.main-info div.quant-in-stock-r span {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial;
  font-style: italic;
  color: #999999;
  line-height: 15px;
  display: inline;
}
div.main-info div.quant-in-stock-r span span.red-text {
  color: #e8534f;
}
/*quantity select big style*/
div.qnt-box.big {
  height: 38px;
  width: 78px;
}
div.qnt-box.big div.arrow {
  height: 38px;
  margin-left: 56px;
}
div.qnt-box.big input {
  height: 38px;
  width: 46px;
  text-align: right;
  padding-right: 32px;
}
div.qnt-box.big div.arrow span.arrow-top {
  width: 22px;
  height: 18px;
}
div.qnt-box.big div.arrow span.arrow-bottom {
  height: 20px;
  width: 22px;
}
div.qnt-box.big div.arrow span.arrow-top:after {
  content: "";
  display: block;
  width: 7px;
  height: 4px;
  position: absolute;
  background: url('../img/main-sprite.png') -118px -45px;
  top: 7px;
  left: 7px;
}
div.qnt-box.big div.arrow span.arrow-bottom:after {
  content: "";
  display: block;
  width: 7px;
  height: 4px;
  position: absolute;
  background: url('../img/main-sprite.png') -118px -57px;
  margin-top: 8px;
  margin-left: 7px;
}
div.qnt-box.big div.arrow span.arrow-top:active:after {
  top: 8px;
}
div.qnt-box.big div.arrow span.arrow-bottom:active:after {
  margin-top: 9px;
}
/*quantity select big style*/
/*All Default Buttons style*/
button.blue,
input[type="submit"].blue {
  display: block;
  width: 110px;
  /*Default Width*/
  height: 30px;
  /*Default Height*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #3498db;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 11px;
  font-family: "open_sansbold";
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-appearance: none;
}
button.blue:disabled,
input[type="submit"].blue:disabled {
  opacity: .2;
  cursor: default;
}
button.blue:hover,
input[type="submit"].blue:hover {
  background-color: #3ea7ee;
}
button.blue:active,
input[type="submit"].blue:active {
  background-color: #1273b4;
  height: 29px;
  margin-top: 1px;
  padding-top: 1px;
}
button.blue:disabled:hover,
input[type="submit"].blue:disabled:hover {
  background-color: #3498db;
}
button.blue:disabled:active,
input[type="submit"].blue:disabled:active {
  background-color: #3498db;
  height: 30px;
  margin-top: 0;
  padding-top: 0;
}
/*END All Default Buttons style*/
input[type="submit"].blue.card-add-basket {
  margin-left: 10px;
  width: 135px;
  height: 40px;
  font-size: 13px;
  float: left;
  -webkit-appearance: none;
}
input[type="submit"].blue.card-add-basket:active {
  height: 39px;
}
/*Select Default Style*/
.color-select-def a.chosen-single {
  width: 178px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  height: 28px;
  display: block;
}
.color-select-def .chosen-single span {
  font-size: 13px;
  padding-top: 3px;
  border-bottom: none;
  color: #2e3133;
  font-family: "Helvetica", Arial;
  padding-left: 8px;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}
.color-select-def .chosen-container {
  height: 30px;
}
.color-select-def .chosen-single div b {
  background: url('../img/main-sprite.png') -141px -28px !important;
  width: 12px !important;
  height: 20px !important;
}
.color-select-def .chosen-single div {
  width: 5px;
  height: 10px;
  top: 9px;
  right: 10px;
}
.color-select-def .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url('../img/main-sprite.png') -141px -28px;
}
.chosen-drop {
  background-color: #fff;
  border: solid 1px #d9d9d9;
  width: 178px;
  z-index: 999999999;
  border-radius: 0 0 2px 2px;
  /*-webkit-box-shadow: 0 3px 1px rgba(51,51,51,.2);
	-moz-box-shadow: 0 1px 2px rgba(51,51,51,.2);
	box-shadow: 0 1px 2px rgba(51,51,51,.2);*/
}
.color-select-def .chosen-container .chosen-results li {
  height: 20px;
  font-size: 13px;
  color: #2e3133;
  font-family: "Helvetica", Arial;
  padding-left: 8px;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
  border-bottom: solid 1px #d9d9d9;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.color-select-def .chosen-container .chosen-results li:last-child {
  border-bottom: none;
}
.color-select-def .chosen-container .chosen-results li.active-result.highlighted {
  color: #4ea2da;
  background-color: #fafafa;
}
.color-select-def .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}
.color-select-def .chosen-drop {
  background-color: #fff;
  border: solid 1px #d9d9d9;
  width: 178px;
  z-index: 999999999;
  border-radius: 0 0 2px 2px;
}
/*End Select Default Style*/
div.main-info div.color-select-r {
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
  height: 69px;
}
div.main-info div.color-select-r div.card-color-select {
  margin-top: 19px;
}
.isMobile div.main-info div.color-select-r div.card-color-select select {
  display: block !important;
  width: 208px;
  height: 28px;
  border: solid 1px #d9d9d9;
  outline: none;
  box-shadow: none;
  background-color: #fff;
  -webkit-appearance: listbox;
  padding-left: 10px;
}
div.card-color-select.color-select-def a.chosen-single {
  width: 208px;
}
div.card-color-select label {
  font-family: "Helvetica Neue", Arial;
  color: #2e3133;
  margin-right: 12px;
  line-height: 30px;
  display: inline-block;
  float: left;
}
div.card-color-select.color-select-def .chosen-drop {
  width: 208px;
  margin-top: -1px;
}
div.right-col div.card-submenu {
  width: 700px;
  margin-top: 20px;
  margin-bottom: 59px;
}
div.right-col div.card-submenu ul.submenu-tabs {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
div.right-col div.card-submenu ul.submenu-tabs li.tabs-l {
  display: block;
  float: left;
  margin: 0 2px 0 0;
  background-color: #e4e4e4;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
div.right-col div.card-submenu ul.submenu-tabs li.tabs-l:last-child {
  margin-right: 0;
}
div.right-col div.card-submenu ul.submenu-tabs.two-tabs li.tabs-l a {
  width: 349px;
}
div.right-col div.card-submenu ul.submenu-tabs.two-tabs li.tabs-l:last-child {
  margin-right: 0;
}
div.right-col div.card-submenu ul.submenu-tabs li.tabs-l.active {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}
div.right-col div.card-submenu ul.submenu-tabs li.tabs-l > div {
  display: none !important;
}
div.right-col div.card-submenu ul.submenu-tabs li.tabs-l a {
  width: 232px;
  height: 52px;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 349px;
}
div.right-col div.card-submenu ul.submenu-tabs li.tabs-l > a > span {
  font-size: 13px;
  font-family: "open_sansbold";
  color: #2e3133;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 16px;
}
div.right-col div.card-submenu ul.submenu-tabs li.tabs-l a b {
  display: inline-block;
  width: 22px;
  height: 17px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(238, 238, 238, 0);
  border: solid 1px #2e3133;
  color: #2e3133;
  font-size: 11px;
  text-align: center;
  margin-left: 8px;
  position: relative;
  top: -1px;
  padding-top: 1px;
  line-height: 17px;
}
div.right-col div.card-submenu ul.submenu-tabs li.tabs-l.active a b {
  border: solid 1px  #4ea2da;
}
div.right-col div.card-submenu ul.submenu-tabs li.tabs-l:nth-child(3) {
  margin-right: 0;
}
div.right-col div.tabgroup {
  height: auto;
  padding: 20px 20px 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 0 0 2px 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  position: relative;
  top: -2px;
}
/*description tab*/
div.right-col div.tabgroup div#description div.descript-content {
  display: block;
  width: 491px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 25px;
  position: relative;
}
div.right-col div.tabgroup div#description div.descript-content h6 {
  font-family: "open_sansregular";
  font-size: 18px;
  line-height: 25px;
  color: #2e3133;
  font-weight: normal;
  margin-bottom: 25px;
}
div.right-col div.tabgroup div#description div.descript-content p {
  font-family: "open_sansregular";
  font-weight: normal;
  font-size: 13px;
  color: #2e3133;
  line-height: 20px;
}
/*End description tab*/
/*Characteristics tab*/
div.right-col div.tabgroup div#characteristics {
  padding-top: 16px;
  padding-bottom: 15px;
  padding-left: 65px;
}
div#characteristics .descript-content { margin:15px;}

ul.tech-descript-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.tech-descript-list li {
  margin: 0 0 5px 0;
}
ul.tech-descript-list li div.tch-line {
  position: absolute;
  width: 247px;
  height: 16px;
  border-bottom: 1px #b2b2b2 dotted;
  margin-top: -3px;
}
ul.tech-descript-list li div.tch-name {
  display: inline-block;
  width: 249px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  color: gray;
}
ul.tech-descript-list li div.tech-descript span,
ul.tech-descript-list li div.tch-name span {
  position: relative;
  display: inline-block;
  padding: 0 3px 0 0;
  background-color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-family: "open_sansregular";
  color: #2e3133;
  font-weight: normal;
}
ul.tech-descript-list li div.tech-descript {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 300px;
  margin: 0;
  padding: 3px 0 0 0;
  vertical-align: top;
  background-color: #fff;
}
/*End characteristics tab*/
/*reviews tab*/
div.right-col div.tabgroup div#reviews {
  padding-top: 15px;
  padding-bottom: 0px;
}
div.right-col div.tabgroup div#reviews h2 {
  font-family: "open_sanssemibold";
  color: #2e3133;
  line-height: 30px;
  margin-bottom: 15px;
}
div.right-col div.tabgroup div#reviews ul.revies-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-top: solid 1px #eeeeee;
}
div.right-col div.tabgroup div#reviews ul.revies-list li.rev {
  margin: 0;
  border-bottom: solid 1px #eeeeee;
  display: block;
  padding: 20px 0 34px 0;
  overflow: auto;
}
div.right-col div.tabgroup div#reviews ul.revies-list li.rev:last-child {
  border-bottom: none;
}
div.right-col div.tabgroup div#reviews ul.revies-list li.rev div.name-date-box {
  width: 150px;
  margin-right: 20px;
  float: left;
}
div.right-col div.tabgroup div#reviews ul.revies-list li.rev div.name-date-box span.name {
  font-family: "Helvetica Bold", Arial;
  font-size: 13px;
  color: #2e3133;
  display: block;
  font-weight: bold;
  margin-top: 5px;
}
div.right-col div.tabgroup div#reviews ul.revies-list li.rev div.name-date-box span.date {
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  color: #999999;
  display: block;
  margin-top: 0px;
  line-height: 20px;
}
div.right-col div.tabgroup div#reviews ul.revies-list li.rev div.cnt-rev {
  float: left;
  display: block;
  width: 490px;
}
div.right-col div.tabgroup div#reviews ul.revies-list li.rev div.cnt-rev span.review-text {
  display: block;
  font-size: 15px;
  font-family: "open_sansregular";
  font-weight: normal;
  color: #2e3133;
  line-height: 20px;
  margin-top: 5px;
}
div.right-col div.tabgroup div#reviews div.user-in-box {
  height: 199px;
  display: block;
  border-top: solid 1px #eee;
  position: relative;
  width: 660px;
  margin-left: -20px;
  padding: 20px 20px 0 20px;
}
div.right-col div.tabgroup div#reviews div.user-in-box.write-mode {
  height: 214px;
  padding-top: 35px;
  padding-bottom: 20px;
  background-color: #fafafa;
}
div.right-col div.tabgroup div#reviews div.user-in-box.write-mode .cont textarea.review {
  width: 458px;
  height: 78px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  margin-top: -1px;
  margin-bottom: 15px;
  padding: 10px 15px;
  resize: none;
  outline: none;
  font-size: 15px;
  font-family: "open_sansregular";
  font-weight: normal;
  color: #2e3133;
  line-height: 20px;
}
div.right-col div.tabgroup div#reviews div.user-in-box.write-mode .cont textarea.review:focus {
  border: solid 1px #97c9ea !important;
}
div.right-col div.tabgroup div#reviews div.user-in-box.write-mode .cont input.blue {
  width: 164px;
}
div.right-col div.tabgroup div#reviews div.user-in-box.auth {
  padding-bottom: 20px;
  background-color: #fafafa;
}
div.right-col div.tabgroup div#reviews div.user-in-box div.ico-box {
  width: 150px;
  margin-right: 20px;
  float: left;
}
div.right-col div.tabgroup div#reviews div.user-in-box div.select-stars {
  width: 150px;
  margin-right: 20px;
  float: left;
}
div.right-col div.tabgroup div#reviews div.user-in-box div.select-stars span.rat-stars-tit {
  font-size: 12px;
  color: #999999;
  font-family: "Helvetica Neue", Arial;
  font-style: italic;
  line-height: 15px;
  display: block;
}
div.right-col div.tabgroup div#reviews div.user-in-box div.ico-box span.ico {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(46, 49, 51, 0);
  border: solid 6px #e6e6e6;
  display: block;
}
div.right-col div.tabgroup div#reviews div.user-in-box.auth div.ico-box span.ico b {
  width: 60px;
  height: 76px;
  display: block;
  margin: 0 auto;
  background: url('../img/main-sprite.png') 0 -179px;
  position: relative;
  top: 30px;
}
div.right-col div.tabgroup div#reviews div.user-in-box.first-rev {
  margin-top: -34px;
  height: 169px;
  border-top: none;
}
div.right-col div.tabgroup div#reviews div.user-in-box.first-rev div.ico-box span.ico b {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
  background: url('../img/main-sprite.png') -1px -260px;
  position: relative;
  top: 31px;
  left: 3px;
}
div.right-col div.tabgroup div#reviews div.user-in-box div.cont {
  float: left;
  display: block;
  width: 490px;
}
div.right-col div.tabgroup div#reviews div.user-in-box div.cont h2 {
  font-family: "open_sanssemibold";
  color: #2e3133;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 15px;
}
div.right-col div.tabgroup div#reviews div.user-in-box div.cont span.descript-info {
  font-family: "open_sansregular";
  font-size: 15px;
  color: #2e3133;
  line-height: 20px;
  margin-bottom: 35px;
  display: block;
}
/*end reviews tab*/
div.right-col div.tabgroup div#reviews div.user-in-box div.cont a.a-btn-style-blue {
  width: 80px;
  float: left;
  margin-right: 10px;
}
div.right-col div.tabgroup div#reviews div.user-in-box div.cont a.a-btn-style-slim {
  width: 127px;
  float: left;
}
/*button style for teg a*/
/*BLUE*/
a.a-btn-style-blue {
  width: 104px;
  height: 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  padding-top: 7px;
  text-align: center;
  background-color: #3498db;
  text-transform: uppercase;
  font-family: "open_sansbold", Arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
a.a-btn-style-blue span {
  font-family: "open_sansbold";
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
a.a-btn-style-blue:hover {
  background-color: #3ea7ee;
}
a.a-btn-style-blue:active {
  height: 22px;
  margin-top: 1px;
  background-color: #1273b4;
}
/*SLIM*/
a.a-btn-style-slim {
  width: 69px;
  height: 22px;
  border: solid 1px #d9d9d9;
  text-align: center;
  padding-top: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  background-color: rgba(252, 224, 76, 0);
  text-transform: uppercase;
  font-family: "open_sansbold", Arial;
  font-size: 11px;
  font-weight: bold;
  color: #2e3133;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.a-btn-style-slim:hover {
  color: #3498db;
  border-color: #3498db;
}
a.a-btn-style-slim:active {
  color: #2e3133;
  height: 21px;
  margin-top: 1px;
  border-color: #2e3133;
}
/*end button style for teg a*/
.paginator {
  display: block;
  text-align: center;
  margin-bottom: 46px;
  position: relative;
}
.paginator ul.pag-list {
  height: 30px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: inline-block;
  width: auto;
}
.paginator ul.pag-list li {
  margin: 0 5px 0 0;
  display: block;
  float: left;
}
.paginator ul.pag-list li:last-child {
  margin-right: 0;
}
.paginator ul.pag-list li.prev-page,
.paginator ul.pag-list li.next-page {
  width: auto !important;
  position: absolute;
}
.paginator ul.pag-list li.prev-page {
  left:0;
}
.paginator ul.pag-list li.prev-page a:before {
  content: '';
  display: block;
  width: 9px;
  height: 12px;
  position: relative;
  float: left;
  background: url('../img/persone-sprite.png') -43px -48px;
  margin-top: 3px;
  margin-right: 8px;
}
.paginator ul.pag-list li.next-page a:after {
  content: '';
  display: block;
  width: 9px;
  height: 12px;
  position: relative;
  float: right;
  background: url('../img/persone-sprite.png') -43px -60px;
  margin-top: 3px;
  margin-left: 8px;
}
.paginator ul.pag-list li.next-page {
  right: 0;
}
.paginator ul.pag-list li.prev-page a,
.paginator ul.pag-list li.next-page a {
  width: auto !important;
  padding: 6px 15px 0 15px;
  text-transform: uppercase;
}
.paginator ul.pag-list li a {
  height: 24px;
  width: 30px;
  background-color: #fff;
  color: #2e3133;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "open_sansbold";
  font-size: 13px;
  text-align: center;
  padding-top: 6px;
  font-weight: normal;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.paginator ul.pag-list li a:hover {
  color: #3498db;
}
.paginator ul.pag-list li.cur-page a {
  background-color: #3498db;
  color: #fff;
}
/*CATALOG LIST STYLE*/
section.page-cont article.catalog-el ul.list-style-catalog {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  margin-bottom: 40px;
/*  overflow: hidden; */
}
section.page-cont article.catalog-el ul.list-style-catalog li {
  border-radius: 0;
  border-bottom: solid 1px #eeeeee;
  margin: 0;
  background-color: #fff;
}
section.page-cont article.catalog-el ul.list-style-catalog li:last-child {
  border-bottom: none;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr {
  display: block;
  padding: 20px 20px 19px 20px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr.novelty:before {
  content: "";
  position: absolute;
  display: block;
  width: 88px;
  height: 88px;
  background: url('../img/novelty-stiker.png') left top;
  margin-left: -25px;
  margin-top: -25px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr.stock:before {
  content: "";
  position: absolute;
  display: block;
  width: 88px;
  height: 88px;
  background: url('../img/stock-stiker.png') left top;
  margin-left: -25px;
  margin-top: -25px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr a.img-card-link {
  display: block;
  float: left;
  margin-right: 30px;
  height: 100%;
  width: 27.27272727272727%;
}
section.page-cont article.catalog-el ul.list-style-catalog li.col12 div.item-wr a.img-card-link {
  max-width: 20%;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr a.img-card-link div.img-wr {
  display: block;
  height: 180px !important;
  vertical-align: middle;
  width: 180px;
  text-align: center;
  line-height: 179px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr a.img-card-link div.img-wr img {
  width: auto;
  height: auto;
  max-height: 180px;
  max-width: 180px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.right-wr {
  float: left;
  width: 68.18181818181818%;
}
section.page-cont article.catalog-el ul.list-style-catalog li.col12 div.item-wr div.right-wr {
  width: 76.6666%;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.first-line {
  display: block;
  margin-bottom: 14px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.first-line span.articul {
  text-align: left;
  display: inline-block;
  font-family: "open_sansbold";
  color: #e8534f;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 11px;
  position: relative;
  top: -4px;
  margin-left: -1px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.first-line div.fav {
  display: block;
  float: right;
  margin-top: -6px;
  margin-right: -2px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.two-line {
  display: block;
  margin-bottom: 12px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.two-line div.name-and-descript {
  float: left;
  display: block;
  max-width: 280px;
}
section.page-cont article.catalog-el ul.list-style-catalog li.col12 div.item-wr div.two-line div.name-and-descript {
  max-width: 520px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.two-line div.name-and-descript a {
  text-decoration: none;
  display: inline-block;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.two-line div.name-and-descript div.product-name {
  color: #2e3133;
  font-family: "open_sansregular";
  line-height: 20px;
  font-size: 18px;
  text-align: left;
/*
  overflow: hidden;
  max-height: 60px;
*/
  display: block;
  vertical-align: bottom;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.two-line div.name-and-descript div.product-name:hover {
  color: #3498db;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.two-line div.name-and-descript p.detail-descript {
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  color: #2e3133;
  margin-bottom: 0;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.two-line div.price-box {
  float: right;
  display: block;
  text-align: right;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.two-line div.price-box span.old-price {
  display: block;
  font-family: "open_sanssemibold";
  font-size: 13px;
  text-decoration: line-through;
  color: #919599;
  margin-top: 6px;
  margin-right: -2px;
  line-height: 13px;
  font-weight: normal;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.two-line div.price-box span.price {
  display: block;
  font-family: "open_sansbold";
  font-size: 18px;
  color: #2e3133;
  line-height: 18px;
  margin-top: 1px;
  margin-right: -2px;
  font-weight: normal;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.three-line {
  display: block;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select {
  border-bottom: solid 1px #ececec;
  border-top: solid 1px #ececec;
  padding-top: 19px;
  margin-top: 15px;
  display: block;
  padding-bottom: 19px;
  margin-bottom: 8px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select div.sklad-box {
  float: none;
  display: inline-block;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.four-line {
  float: left;
  display: block;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.four-line {
  padding-top: 12px;
  padding-left: 1px;
  margin-bottom: 12px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.qnt-box {
  margin-right: 9px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.sklad-box span.red-text {
  color: #e8534f;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.sklad-box span {
  font-family: "Helvetica Neue", Arial;
  font-style: italic;
  font-style: 12px;
  color: #999999;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.sklad-box {
  float: left;
  margin-left: 9px;
  margin-top: 6px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select label {
  color: #2e3133;
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  margin-left: -1px;
  margin-bottom: 5px;
  display: inline-block;
  margin-top: 7px;
  float: left;
  margin-right: 16px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select a.chosen-single {
  width: 208px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  height: 28px;
  display: block;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select .chosen-single span {
  font-size: 13px;
  padding-top: 3px;
  border-bottom: none;
  color: #2e3133;
  font-family: "Helvetica", Arial;
  padding-left: 8px;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select .chosen-container {
  height: 30px;
  float: left;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select .chosen-single div b {
  background: url('../img/main-sprite.png') -141px -28px;
  width: 12px;
  height: 20px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select .chosen-single div {
  width: 5px;
  height: 10px;
  top: 9px;
  right: 10px;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select .chosen-drop {
  background-color: #fff;
  border: solid 1px #d9d9d9;
  width: 208px;
  z-index: 999999999;
  border-radius: 0 0 2px 2px;
  /*-webkit-box-shadow: 0 3px 1px rgba(51,51,51,.2);
	-moz-box-shadow: 0 1px 2px rgba(51,51,51,.2);
	box-shadow: 0 1px 2px rgba(51,51,51,.2);*/
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select .chosen-container .chosen-results li {
  height: 20px;
  font-size: 13px;
  color: #2e3133;
  font-family: "Helvetica", Arial;
  padding-left: 8px;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
  border-bottom: solid 1px #d9d9d9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select .chosen-container .chosen-results li:last-child {
  border-bottom: none;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select .chosen-container .chosen-results li.active-result.highlighted {
  color: #4ea2da;
  background-color: #fafafa;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.color-select .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.img-wr div.big-img-wr {
  position: absolute;
  display: block;
  display: none;
  border: solid 6px rgba(0, 0, 0, 0.2);
  margin-left: -100px;
  z-index: 999;
  margin-top: -261px;
  opacity: 0;
  width: 368px;
  height: 368px;
  line-height: 365px;
  background-color: #fff;
  overflow: hidden;
}
section.page-cont article.catalog-el ul.list-style-catalog li div.item-wr div.img-wr div.big-img-wr img {
  display: inline-block;
  margin: 0 auto;
  max-width: 360px;
  max-height: 360px;
  vertical-align: middle;
  border: solid 4px #fff;
}
/*END CATALOG LIST STYLE*/
/*BASKET*/
.basket-body div.bsk-steps ul.bsk-steps-list {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0 0 0 55px;
  margin-top: 6px;
}
.basket-body div.bsk-steps ul.bsk-steps-list li.bsk-step {
  display: block;
  margin-left: 0;
  border: solid 5px #eeeeee;
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.basket-body div.bsk-steps ul.bsk-steps-list li.bsk-step.passed div.circle {
  background-color: #3498db;
}
.basket-body div.bsk-steps ul.bsk-steps-list li.bsk-step.passed div.circle span {
  display: none;
}
.basket-body div.bsk-steps ul.bsk-steps-list li.bsk-step.passed div.circle:after {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  position: relative;
  margin: 0 auto;
  background: url('../img/main-sprite.png') -123px -228px;
  top: 14px;
  left: 1px;
}
ul.step-name-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: -28px;
}
ul.step-name-list li {
  float: left;
  display: inline-block;
  margin-top: 6px;
}
ul.step-name-list li span.step-name {
  font-family: "open_sanssemibold";
  font-size: 16px;
  color: #b2b2b2;
  font-weight: normal;
  display: inline-block;
}
ul.step-name-list li.passed span.step-name {
  color: #3498db;
}
ul.step-name-list li.curent-step span.step-name {
  margin-top: 12px;
  color: #3498db;
}
ul.step-name-list li:nth-child(1) {
  margin-left: 45px;
}
ul.step-name-list li:nth-child(2) {
  margin-left: 48px;
}
ul.step-name-list li:nth-child(3) {
  margin-left: 31px;
}
ul.step-name-list li:nth-child(4) {
  margin-left: 66px;
}
ul.step-name-list li:nth-child(5) {
  margin-left: 87px;
}
ul.step-name-list li:nth-child(6) {
  margin-left: 62px;
}
.basket-body div.bsk-steps ul.bsk-steps-list li.bsk-step div.circle {
  width: 40px;
  height: 40px;
  background-color: #d9d9d9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  display: block;
}
.basket-body div.bsk-steps ul.bsk-steps-list li.bsk-step div.circle span {
  font-family: "open_sansbold";
  color: #eee;
  font-size: 20px;
  margin-top: 4px;
  margin-left: 0px;
  display: inline-block;
}
.basket-body div.bsk-steps ul.bsk-steps-list li.bsk-step.curent-step {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-right: -11px;
  margin-left: -10px;
}
.basket-body div.bsk-steps ul.bsk-steps-list li.bsk-step.curent-step div.circle {
  width: 54px;
  display: block;
  height: 54px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: solid 3px #3498db;
  text-align: center;
  background-color: #eeeeee;
}
.basket-body div.bsk-steps ul.bsk-steps-list li.bsk-step.curent-step div.circle span {
  font-family: "open_sansbold";
  color: #3498db;
  font-size: 20px;
  margin-top: 11px;
  display: block;
  margin-left: -1px;
}
.basket-body div.bsk-steps ul.bsk-steps-list li.step-hr-box {
  height: 70px;
  width: 106px;
  display: block;
  float: left;
  position: relative;
  margin-left: 0px;
}
.basket-body div.bsk-steps ul.bsk-steps-list li.step-hr-box div.step-hr {
  height: 3px;
  width: 100%;
  background-color: #d9d9d9;
  margin-top: 34px;
}
.basket-body div.bsk-steps ul.bsk-steps-list li.step-hr-box.passed div.step-hr {
  background-color: #3498db;
}
.bsk-step-box {
  margin-top: 62px;
}
.bsk-step-box.step1 {
  margin-bottom: 44px;
}
.bsk-step-box.step2 {
  margin-bottom: 47px;
}
.bsk-step-box.step3 {
  margin-bottom: 42px;
}
.bsk-step-box.step4 {
  margin-bottom: 45px;
}
.bsk-step-box.step6 {
  margin-bottom: 42px;
}
.bsk-step-box.step5 {
  margin-bottom: 42px;
  margin-top: 11px;
}
.bsk-step-box div.bsk-step-wr {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.bsk-step-box div.bsk-step-wr b {
  font-weight: normal;
}
.bsk-step-box div.bsk-step-wr div.head {
  border-bottom: solid 3px #eeeeee;
  padding: 25px 25px 0 25px;
  height: 64px;
}
.bsk-step-box div.bsk-step-wr div.head span.order-complite-date {
  font-family: "open_sansregular";
  font-size: 13px;
  color: #999999;
  display: inline-block;
  float: right;
  margin-top: 21px;
}
.bsk-step-box div.bsk-step-wr.not-element div.head {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.bsk-step-box div.bsk-step-wr div.head h1 {
  font-family: "open_sanssemibold";
  font-size: 40px;
  color: #2e3133;
  display: inline-block;
  float: left;
  line-height: 40px;
  margin-left: 3px;
  letter-spacing: 0.2px;
  font-weight: normal;
}
.bsk-step-box div.bsk-step-wr div.head h1 span {
  font-family: "Helvetica Neue", Arial;
  font-weight: normal;
  line-height: 40px;
}
.bsk-step-box div.bsk-step-wr div.head span.crt {
  display: block;
  float: left;
  margin-top: 11px;
  min-width: 18px;
  height: 21px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #3498db;
  margin-left: 12px;
  color: #fff;
  font-family: "open_sansbold";
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  padding: 3px 5px 0 5px;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer {
  height: 70px;
  border-top: solid 3px #eee;
  padding-top: 20px;
  padding: 20px 30px 0 30px;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer button.next-btn {
  padding: 0;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer button.next-btn,
.bsk-step-box div.bsk-step-wr div.bsk-footer input[type='submit'] {
  float: right;
  width: auto;
  height: 50px;
  padding: 0 30px 0 29px;
  font-family: "open_sansbold";
  font-size: 13px;
  line-height: 16px;
  -webkit-transition-property: background-color, opacity, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property: background-color, opacity, color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -ms-transition-property: background-color, opacity, color;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease-in;
  -o-transition-property: background-color, opacity, color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-in;
  transition-property: background-color, opacity, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  margin: 0;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer button.next-btn span:after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  position: relative;
  background: url('../img/main-sprite.png') -140px -231px;
  margin-left: 10px;
  margin-top: 3px;
  float: right;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer button.next-btn:active,
.bsk-step-box div.bsk-step-wr div.bsk-footer input[type='submit']:active {
  height: 49px;
  margin-top: 1px;
  padding-top: 1px;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer button.next-btn:disabled:active,
.bsk-step-box div.bsk-step-wr div.bsk-footer input[type='submit']:disabled:active {
  height: 50px;
  margin-top: 0px;
  padding-top: 0px;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer div.total-price-box {
  float: right;
  margin-right: 18px;
  margin-top: 2px;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer div.total-price-box span {
  font-family: "open_sansbold";
  font-size: 30px;
  color: #2e3133;
  float: none;
  display: block;
  text-align: right;
  line-height: 30px;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer div.total-price-box.last-step span {
  font-family: "open_sansbold";
  font-size: 30px;
  color: #2e3133;
  float: none;
  display: block;
  text-align: right;
  line-height: 30px;
  margin-top: 7px;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer div.total-price-box p {
  font-family: "open_sansregular";
  font-style: italic;
  color: #999;
  font-size: 13px;
  margin: 0;
  display: block;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer div.total-price-box.last-step p {
  font-family: "open_sansregular";
  font-style: italic;
  color: #999;
  font-size: 13px;
  margin: 0;
  display: block;
  line-height: 13px;
  letter-spacing: 0.2px;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer button.prev-btn {
  float: left;
  height: 50px;
  border: solid 1px #d9d9d9;
  font-family: "open_sansbold";
  font-size: 13px;
  color: #2e3133;
  line-height: 16px;
  background-color: transparent;
  text-transform: uppercase;
  outline: none;
  padding: 0 30px 0 15px;
  letter-spacing: 0.2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer button.prev-btn span {
  display: inline-block;
  float: left;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer button.prev-btn span:before {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  position: relative;
  background: url('../img/main-sprite.png') -148px -231px;
  margin-left: 14px;
  margin-top: 4px;
  float: left;
  margin-right: 7px;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer button.prev-btn:active {
  height: 49px;
  margin-top: 1px;
  padding-top: 1px;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer button.prev-btn:disabled {
  opacity: 0.2;
}
.bsk-step-box div.bsk-step-wr div.bsk-footer button.prev-btn:disabled:active {
  height: 50px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items {
  padding: 0;
  margin: 0;
  display: block;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item {
  min-height: 90px;
  border-bottom: solid 1px #eeeeee;
  display: table;
  margin: 0;
  width: 96.80851063829787%;
  padding-left: 3.19148936170213%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item:last-child {
  border-bottom: none;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.rem-bask-box {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 40px !important;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.rem-bask-box span.rem-bask-el {
  width: 36px;
  height: 36px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: solid 2px #e8534f;
  margin-left: 0px;
  color: #e8534f;
  vertical-align: middle;
  opacity: 0.3;
  margin-right: 20px;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.rem-bask-box span.rem-bask-el:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  background: url('../img/main-sprite.png') -80px -228px;
  margin-top: 11px;
  margin-left: 11px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.rem-bask-box span.rem-bask-el:hover {
  opacity: 1;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.img-wr {
  vertical-align: middle;
  width: 90px !important;
  max-width: 90px !important;
  overflow: hidden;
  display: table-cell;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.img-wr img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  max-height: 90px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.descript {
  max-width: 340px;
  width: 340px;
  display: table-cell;
  height: auto;
  padding-left: 20px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.descript i.artic {
  display: inline-block;
  font-family: "open_sansregular";
  font-size: 11px;
  color: #999999;
  font-style: normal;
  position: relative;
  top: -4px;
  margin-right: 0px;
  letter-spacing: 1.2px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.descript i.color {
  font-family: "open_sansregular";
  font-style: italic;
  display: inline-block;
  font-size: 11px;
  color: #999999;
  position: relative;
  top: -4px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.descript a.name {
  display: block;
  font-family: "open_sansregular";
  font-size: 15px;
  color: #2e3133;
  text-decoration: none;
  margin-top: 3px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.descript div.fav {
  margin-top: 0px;
  margin-left: -1px;
  margin-bottom: 0;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.descript div.fav a.addFavLink:before {
  background-position: -101px -228px;
  margin-top: -2px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.price-box {
  display: table-cell;
  height: 90px;
  vertical-align: top;
  width: 104px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.price-box span.price {
  font-family: "open_sansregular";
  font-size: 15px;
  color: #2e3133;
  text-align: right;
  display: block;
  margin-top: 24px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.price-box span.old-price {
  position: relative;
  display: block;
  text-align: right;
  top: 13px;
  font-size: 13px;
  font-family: "open_sansregular";
  text-decoration: line-through;
  color: #ccc;
  float: right;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.price-box span.price b {
  font-weight: normal;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.qnt-cell {
  display: table-cell;
  vertical-align: top;
/*  width: 80px; */
  padding-top: 10px;
  padding-left: 40px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.qnt-cell div.qnt-val-box.min-to {
  background-color: #fffbe5;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.qnt-cell div.qnt-val-box {
  width: 80px;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.qnt-cell:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  background: url('../img/main-sprite.png') -81px -364px;
  margin-left: 95px;
  margin-top: -29px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.qnt-cell:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url('../img/main-sprite.png') -81px -353px;
  margin-top: 20px;
  margin-left: -25px;
}
.bsk-step-box div.bsk-step-wr.not-available ul.bsk-items li.item div.qnt-cell:before,
.bsk-step-box div.bsk-step-wr.not-available ul.bsk-items li.item div.qnt-cell:after {
  display: none;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.qnt-cell div.qnt-val-box div.qnt-box {
  margin-top: 10px;
  margin-left: 10px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.item-qnt-price-cell {
  display: table-cell;
  vertical-align: top;
  width: 125px;
  padding-top: 10px;
  padding-right: 30px;
}
.bsk-step-box div.bsk-step-wr ul.bsk-items li.item div.item-qnt-price-cell span.item-qnt-price {
  font-family: "open_sansbold";
  font-size: 18px;
  color: #2e3133;
  display: block;
  text-align: right;
  margin-top: 10px;
}
.bsk-step-box div.bsk-step-wr.not-available {
  margin-top: 20px;
}
.bsk-step-box div.bsk-step-wr.not-available div.head {
  height: 59px;
  padding-top: 19px;
}
.bsk-step-box div.bsk-step-wr.not-available div.head h1 {
  font-size: 24px;
}
.bsk-step-box div.bsk-step-wr.not-available ul.bsk-items li.item:last-child {
  border-bottom: none;
}
.bsk-step-box div.bsk-step-wr div.row-wr {
  padding: 30px 0 39px 0;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 30px;
  width: 480px;
  float: left;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer {
  margin: 0;
  display: block;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer:nth-child(1) label {
  border-top: solid 1px #aed6f1;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer:nth-child(2) label {
  border-bottom: solid 1px #aed6f1;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer label {
  width: 478px;
  margin: 0;
  display: block;
  height: 79px;
  background-color: #e5f9ff;
  border-left: solid 1px #aed6f1;
  border-right: solid 1px #aed6f1;
  cursor: pointer;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer.cur label {
  width: 478px;
  height: 80px;
  border: none;
  background-color: #2899d5;
  -webkit-box-shadow: inset 0 3px #1b8bca;
  -moz-box-shadow: inset 0 3px #1b8bca;
  box-shadow: inset 0 3px #1b8bca;
  padding-right: 1px;
  padding-left: 1px;
  cursor: default;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer label span {
  font-family: "open_sansbold";
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
  color: #2e3133;
  margin-left: 79px;
  margin-top: 23px;
  display: inline-block;
  font-weight: normal;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer label p {
  font-family: "open_sansregular";
  font-size: 12px;
  color: #2e3133;
  line-height: 20px;
  margin-left: 79px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  display: block;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer.cur label p {
  color: #fff;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer:nth-child(1) label span:before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 43px;
  background: url('../img/main-sprite.png') -81px -260px;
  margin-left: -61px;
  margin-top: -5px;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer.cur:nth-child(1) label span:before {
  background: url('../img/main-sprite.png') -81px -303px;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer:nth-child(2) label span:before {
  content: "";
  display: block;
  float: left;
  position: absolute;
  width: 50px;
  height: 43px;
  background: url('../img/main-sprite.png') -131px -260px;
  margin-left: -65px;
  margin-top: -6px;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer.cur:nth-child(2) label span:before {
  background: url('../img/main-sprite.png') -131px -303px;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer input[type='radio'] {
  display: none;
  z-index: 99999;
  position: absolute;
  left: -9999;
}
.bsk-step-box div.bsk-step-wr ul.payer-type-list li.payer.cur label span {
  color: #fff;
}
.bsk-step-box div.bsk-step-wr div.step-descript {
  float: left;
  display: block;
  width: 320px;
  padding-left: 80px;
  margin-top: 21px;
}
.bsk-step-box div.bsk-step-wr div.step-descript span.heading {
  font-family: "open_sanssemibold";
  font-size: 18px;
  color: #2e3133;
  line-height: 20px;
  margin-bottom: 14px;
  display: block;
  margin-left: 39px;
}
.bsk-step-box div.bsk-step-wr div.step-descript p {
  font-family: "open_sansregular";
  font-size: 15px;
  color: #999999;
  line-height: 20px;
}
.bsk-step-box div.bsk-step-wr div.step-descript p a {
  color: #3498db;
}
.bsk-step-box div.bsk-step-wr div.step-descript p a:hover {
  text-decoration: none;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section {
  margin: 0 30px 0 30px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.left-sect {
  float: left;
  width: 510px;
  margin-right: 10px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect {
  float: left;
  width: 350px;
  margin-left: 10px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section h2 {
  font-family: "open_sanssemibold";
  color: #2e3133;
  line-height: 18px;
  margin-left: -2px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
  font-weight: normal;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.step-descript {
  width: 350px;
  margin-top: 64px;
  margin-left: 0px;
  padding-left: 0;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.step-descript p {
  margin-left: 39px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile {
  display: block;
  margin-left: 0;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list label {
  background-color: #f9fcfe;
  width: 490px;
  height: 35px;
  display: block;
  padding-left: 18px;
  padding-top: 13px;
  cursor: pointer;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile:nth-child(1) label {
  border: solid 1px #d6eaf8;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile:nth-child(1n+2) label {
  border-left: solid 1px #d6eaf8;
  border-right: solid 1px #d6eaf8;
  border-bottom: solid 1px #d6eaf8;
  border-top: solid 1px #d6eaf8;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile:nth-child(1n+2) {
  margin-top: -1px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile.cur.opened label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile.last-child label {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile.cur {
  position: relative;
  z-index: 23;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile.cur label {
  border: none;
  height: 36px;
  width: 491px;
  padding-left: 19px;
  padding-top: 14px;
  background-color: #3498db;
  -webkit-box-shadow: inset 0 3px rgba(16, 107, 181, 0.3);
  -moz-box-shadow: inset 0 3px rgba(16, 107, 181, 0.3);
  box-shadow: inset 0 3px rgba(16, 107, 181, 0.3);
  cursor: default;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile input[type='radio'] {
  position: absolute;
  display: none;
  z-index: -999;
  left: -999px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile label span {
  font-family: "open_sansbold";
  font-size: 15px;
  text-transform: uppercase;
  color: #2e3133;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile.cur label span {
  color: #fff;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile label a.detail {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url('../img/main-sprite.png') -148px -208px;
  margin-left: 450px;
  margin-top: -21px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile.cur label a.detail {
  background-position: -168px -208px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.add-profile {
  display: inline-block;
  margin-top: 20px;
  margin-left: 0;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.add-profile label {
  border: solid 1px #d9d9d9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 490px;
  height: 32px;
  padding-left: 18px;
  padding-top: 16px;
  background-color: #fff;
  display: block;
  text-align: center;
  cursor: pointer;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.add-profile.cur label {
  height: 34px;
  width: 492px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #3498db;
  -webkit-box-shadow: inset 0 3px rgba(16, 107, 181, 0.3);
  -moz-box-shadow: inset 0 3px rgba(16, 107, 181, 0.3);
  box-shadow: inset 0 3px rgba(16, 107, 181, 0.3);
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.add-profile input {
  position: absolute;
  z-index: -999;
  left: -99999;
  display: none;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.add-profile label span {
  display: inline-block;
  font-family: "open_sansbold";
  font-size: 13px;
  text-transform: uppercase;
  line-height: 13px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.add-profile.cur label span {
  color: #fff;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.add-profile label span:before {
  content: "";
  display: inline-block;
  position: relative;
  float: left;
  width: 12px;
  height: 12px;
  background: url('../img/main-sprite.png') -168px -231px;
  margin-left: -18px;
  margin-top: 0px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.add-profile.cur label span:before {
  background-position: -180px -231px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile div.prof-datail-info {
  display: none;
  overflow: hidden;
  padding: 16px 20px 4px 20px;
  background-color: #45a5e5;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 0px 0px 2px 2px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile div.prof-datail-info div.info-row {
  min-height: 20px;
  display: inline-block;
  clear: both;
  width: 100%;
  padding-bottom: 5px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile div.prof-datail-info div.info-row span.tit {
  font-family: "open_sansregular";
  font-size: 13px;
  font-weight: normal;
  color: #ccebff;
  width: 170px;
  float: left;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile div.prof-datail-info div.info-row span.tit-text {
  font-family: "open_sansregular";
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  width: 300px;
  float: left;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.1px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.payer-prof-list li.profile.cur.opened div.prof-datail-info {
  display: block;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.form-box {
/*
  border-top: solid 1px #eee;
  margin-top: 20px;
  padding-top: 30px;
*/
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.form-box .step-descript {
  margin-top: 58px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.form-row {
  margin-bottom: 20px;
  min-height: 40px;
}
div.new-prof-form {
/*  display: none; */
/* overflow: hidden; */
  padding-top: 20px;
  margin-bottom: -19px;
}
.city-select {
  display: block;
  position: relative;
  height: 40px;
  width: 340px;
  margin-top: 60px;
  float: right;
}
.city-select div.chosen-container {
  right: 0;
  height: 40px;
}
.city-select div.chosen-container.chosen-with-drop {
  height: auto;
}
.city-select div.chosen-container.chosen-with-drop ul.chosen-results {
  overflow-x: auto;
}
.city-select div.chosen-container.chosen-with-drop ul.chosen-results li {
  width: 400px;
}
div.new-prof-form .main-label-st .chosen-container {
  margin-top: -12px;
  width: 100% !important;
}
.main-label-st .chosen-container {
  margin-top: -12px;
  width: 100% !important;
}
.main-label-st .chosen-container .chosen-single {
  width: 100% !important;
}

div.new-prof-form .main-label-st .chosen-container .chosen-single {
  width: 100% !important;
}

div.new-prof-form label.main-label-st div.chosen-container .chosen-drop {
  width: 100% !important;
}
div.new-prof-form label.main-label-st,
form label.main-label-st {
  position: relative;
  font-family: "open_sansregular";
  font-size: 15px;
  color: #2e3133;
  line-height: 15px;
  margin-right: 18px;
  padding-top: 12px;
  width: 152px;
  float: left;
}
div.new-prof-form label.main-label-st[for="F_CITY"],
form label.main-label-st[for="F_CITY"] {
  padding-top: 6px;
}
div.new-prof-form label.main-label-st font,
form label.main-label-st font {
  display: inline-block;
  margin-top: 28px;
  margin-left: 0 !important;
  color: #ff5c58;
}
div.form-row ul#citylist {
  margin-left: 170px;
  display: block;
  position: relative;
  padding: 0;
  float: none;
  margin-top: 60px;
  margin-bottom: -20px;
/*  max-height: 500px; */
  overflow-y: auto;
  width: 340px;
}
div.form-row ul#citylist li {
  margin: 0;
  border-bottom: solid 1px #d9d9d9;
  padding-left: 15px;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 15px;
  font-size: 15px;
  color: #2e3133;
  font-family: "open_sansregular";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
div.form-row ul#citylist li:last-child {
  border-bottom: none;
}
div.form-row ul#citylist li:hover {
  background-color: #3498db;
  color: #fff;
  cursor: pointer;
}
div.new-prof-form input.main-input-st,
form input.main-input-st {
  padding-left: 15px;
  width: 340px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(52, 152, 219, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: border-color, color;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  -o-transition-property: border-color, color;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: linear;
  -moz-transition-property: border-color, color;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: linear;
  -ms-transition-property: border-color, color;
  -ms-transition-duration: 0.4s;
  -ms-transition-timing-function: linear;
  transition-property: border-color, color;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  outline: none;
  font-family: "open_sansregular";
  font-size: 15px;
  color: #2e3133;
  line-height: 15px;
}
div.new-prof-form input::-webkit-input-placeholder,
form input::-webkit-input-placeholder {
  color: #ccc;
}
div.new-prof-form input::-moz-placeholder,
form input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
div.new-prof-form input.main-input-st.error,
form input.main-input-st.error {
  color: #e8534f;
}
div.new-prof-form div.chosen-container,
form div.chosen-container {
  position: absolute;
  height: 40px;
}
div.new-prof-form div.chosen-container.chosen-with-drop,
form div.chosen-container.chosen-with-drop {
  height: auto !important;
}
div.new-prof-form div.chosen-container.chosen-with-drop,
form div.chosen-container.chosen-with-drop {
  box-shadow: 0px 0px 5px #ccc;
}
div.new-prof-form div.chosen-container a.chosen-single,
form div.chosen-container a.chosen-single {
  padding-left: 14px;
  width: 340px !important;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(52, 152, 219, 0);
  border: solid 1px #d9d9d9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box !important;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -ms-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  position: relative;
  font-family: "open_sansregular";
  font-size: 15px;
  color: #2e3133;
  line-height: 15px;
}

#theme-select a.chosen-single {
      width: 100% !important;
}

div.new-prof-form div.chosen-container a.chosen-single span,
form div.chosen-container a.chosen-single span {
  line-height: 15px;
  color: #cccccc;
  margin-top: 11px;
}
form div.chosen-container a.chosen-single span {
  color:#2e3133 !important;
}
div.new-prof-form div.chosen-container-single .chosen-single div,
form div.chosen-container-single .chosen-single div {
  top: 12px;
  right: 12px;
}
div.new-prof-form div.chosen-container .chosen-single div b,
form div.chosen-container .chosen-single div b {
  background: url('../img/main-sprite.png') -127px -45px;
  width: 7px;
  height: 14px;
}
div.new-prof-form div.chosen-container-active.chosen-with-drop .chosen-single div b,
form div.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url('../img/main-sprite.png') -127px -45px;
  width: 7px;
  height: 14px;
}
div.new-prof-form div.chosen-container .chosen-drop,
form div.chosen-container .chosen-drop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #d9d9d9;
  overflow: hidden;
  width: 340px;
}

#theme-select  .chosen-drop {
  width: 100%;
}

div.new-prof-form div.chosen-container ul.chosen-results,
form div.chosen-container ul.chosen-results {
  padding: 0;
  margin: 0;
}
form div.chosen-container ul.chosen-results {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: auto;
}
div.new-prof-form div.chosen-container ul.chosen-results li,
form div.chosen-container ul.chosen-results li {
  line-height: 28px;
  padding: 5px 0 5px 14px;
  font-family: "open_sansregular";
  font-size: 15px;
  color: #2e3133;
  /*border-bottom: solid 1px #ccc;*/
  height: 28px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-bottom: solid 1px #d9d9d9;
}
.select-city-chosen ul.chosen-results li {
  width: 400px;
}
div.new-prof-form div.chosen-container ul.chosen-results li:last-child,
form div.chosen-container ul.chosen-results li:last-child {
  border-bottom: none;
}
div.new-prof-form div.chosen-container ul.chosen-results li.highlighted,
form div.chosen-container ul.chosen-results li.highlighted {
  background-color: #fafafa;
  color: #4ea2da;
}
div.new-prof-form input[type='text'].main-input-st.mini,
form input[type='text'].main-input-st.mini {
  width: 150px !important;
  float: left;
}
div.new-prof-form textarea.main-textarea-st,
form textarea.main-textarea-st {
  padding-left: 15px;
  width: 340px;
  height: 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(52, 152, 219, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  outline: none;
  font-family: "open_sansregular";
  font-size: 15px;
  color: #2e3133;
  padding-top: 12px;
  line-height: 15px;
  float: right;
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -ms-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
div.new-prof-form textarea,
div.new-prof-form input,
form textarea,
form input {
  border: solid 1px #d9d9d9;
}
div.new-prof-form textarea:focus,
div.new-prof-form input:focus form textarea:focus,
form input:focus {
  border: solid 1px #97c9ea;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item {
  margin: 0;
  border-top: solid 1px #eee;
  padding-top: 15px;
  padding-bottom: 11px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item div.first-cell {
  width: 230px;
  padding-right: 21px;
  float: left;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item div.first-cell span.item-name {
  font-size: 15px;
  font-family: "open_sansregular";
  color: #2e3133;
  line-height: 20px;
  display: inline-block;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item div.first-cell span.info {
  display: block;
  font-family: "open_sansregular";
  font-size: 10px;
  color: #999;
  line-height: 25px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item span.price {
  font-size: 15px;
  font-family: "open_sansregular";
  color: #2e3133;
  float: left;
  width: 81px;
  text-align: right;
  line-height: 20px;
  display: block;
  margin-right: 44px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item span.price b {
  font-weight: normal;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item span.qnt {
  width: 30px;
  height: 23px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: -4px;
  position: relative;
  display: block;
  float: left;
  font-size: 15px;
  font-family: "open_sansregular";
  font-style: italic;
  color: #2e3133;
  text-align: center;
  line-height: 15px;
  padding-top: 7px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item span.qnt-mobile {
  display: none;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item span.qnt:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url('../img/main-sprite.png') -81px -353px;
  margin-top: 3px;
  margin-left: -35px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item span.qnt:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  background: url('../img/main-sprite.png') -81px -364px;
  margin-left: 26px;
  margin-top: 6px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item span.qnt.min-to {
  background-color: #fffbe5;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item span.old-l-price {
  font-size: 15px;
  font-family: "open_sansbold";
  color: #2e3133;
  float: left;
  width: 84px;
  text-align: right;
  line-height: 20px;
  display: block;
  margin-left: 20px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section ul.shopping-list li.s-item span.old-l-price b {
  font-weight: normal;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect div.other-box {
  width: 264px;
  display: block;
  border: solid 3px #eee;
  margin-left: 40px;
  margin-top: 48px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect div.other-box span.heading {
  font-family: "open_sanssemibold";
  font-size: 18px;
  color: #2e3133;
  line-height: 20px;
  margin-bottom: 14px;
  display: block;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect div.other-box p.easy-text {
  font-family: "open_sansregular";
  color: #999;
  line-height: 20px;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 0;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect div.other-box div.ot-row.in-total {
  margin-top: 30px;
  margin-bottom: 25px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect div.other-box div.ot-row {
  display: block;
  min-height: 15px;
  margin-bottom: 15px;
  height: auto;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect div.other-box div.ot-row span.f-cell {
  font-family: "open_sansregular";
  font-size: 15px;
  color: #919599;
  line-height: 20px;
  width: 185px;
  display: inline-block;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect div.other-box div.ot-row span.l-cel {
  font-family: "open_sansbold";
  font-size: 15px;
  color: #2e3133;
  line-height: 15px;
  text-align: right;
  display: inline-block;
  float: right;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect div.other-box div.ot-row.in-total span.f-cell {
  width: 45px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect div.other-box div.ot-row.in-total span.l-cel {
  font-size: 30px;
  line-height: 20px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect div.other-box button.blue {
  width: 263px;
  height: 50px;
  font-family: "open_sansbold";
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect div.other-box button.blue.eye-ico:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url('../img/main-sprite.png') -127px -353px;
  top: 2px;
  margin-right: 6px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section div.right-sect div.other-box button.blue:active {
  height: 49px;
  margin-top: 21px;
  padding-top: 1px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.order-info {
  border-top: solid 1px #eee;
  margin-top: 40px;
  padding-top: 30px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.order-info ul.info-wr {
  width: 473px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(238, 238, 238, 0);
  display: block;
  border: dashed 3px #f4f4f4;
  padding: 14px 15px 0px 16px;
  margin: 0;
  list-style-type: none;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.order-info ul.info-wr.pading {
  padding-bottom: 20px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.order-info ul.info-wr li.one-row {
  padding: 0;
  margin: 0;
  min-height: 20px;
  clear: both;
  margin-bottom: 10px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.order-info ul.info-wr li.one-row.margin {
  margin-top: 40px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.order-info ul.info-wr li.one-row span.l-cell {
  font-family: "open_sansregular";
  font-size: 13px;
  font-weight: normal;
  color: #999;
  width: 170px;
  float: left;
  line-height: 20px;
  letter-spacing: 0.1px;
  display: inline-block;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.order-info ul.info-wr li.one-row span.r-cell {
  font-family: "open_sansregular";
  font-size: 13px;
  font-weight: normal;
  color: #2e3133;
  width: 276px;
  float: left;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.1px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.order-info ul.info-wr li.one-row span.r-cell a.ac {
  color: #3498db;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.order-info ul.info-wr li.one-row span.r-cell a.ac:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  background: url('../img/main-sprite.png') -91px -243px;
  top: 2px;
  margin-right: 2px;
  left: -1px;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.order-info ul.info-wr li.one-row span.r-cell a.ac:hover {
  text-decoration: none;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.order-info textarea.addit-info {
  width: 478px;
  height: 69px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(52, 152, 219, 0);
  border: solid 1px #d9d9d9;
  resize: vertical;
  min-height: 69px;
  padding: 15px;
  outline: medium none;
  float: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bsk-step-box div.bsk-step-wr div.row-wr .form-section.order-info textarea.addit-info:focus {
  border: 1px solid #97C9EA;
}
.auth-form div.form-head {
  width: 560px;
  margin: 0 auto;
  padding-top: 11px;
  text-align: center;
}
.auth-form div.form-head div.ico-box {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.auth-form div.form-head div.ico-box span.ico {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(46, 49, 51, 0);
  border: solid 5px #d9d9d9;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
.auth-form div.form-head div.ico-box span.ico b {
  width: 40px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: url('../img/main-sprite.png') 0 -338px;
  position: relative;
  top: 20px;
}
.auth-form div.form-head h1 {
  font-family: "open_sanssemibold";
  font-size: 40px;
  line-height: 40px;
  color: #2e3133;
  display: inline-block;
  margin-bottom: 11px;
  font-weight: normal;
}
.auth-form div.form-head p {
  font-family: "open_sansregular";
  font-size: 15px;
  color: #2e3133;
  line-height: 15px;
}
.auth-form div.form-box {
  width: 940px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  margin-top: 49px;
  margin-bottom: 50px;
}
.auth-form div.form-box.auth {
  width: 468px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.auth-form div.form-box.reg {
  width: 470px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.auth-form div.form-box.reg div.reg-form-wr {
  border-left: none;
}
.auth-form div.form-box .auth-form-wr h2,
.auth-form div.form-box .reg-form-wr h2 {
  font-family: "open_sanssemibold";
  font-weight: normal;
  display: inline-block;
  margin-bottom: 31px;
}
.auth-form div.form-box .auth-form-wr {
  width: 468px;
  min-height: 398px;
  float: left;
  text-align: center;
  padding-top: 52px;
}
.auth-form div.form-box .reg-form-wr {
  width: 471px;
  border-left: solid 1px #eeeeee;
  min-height: 346px;
  float: left;
  background-color: #fafafa;
  text-align: center;
  padding-top: 52px;
  padding-bottom: 52px;
}
.auth-form div.form-box .reg-form-wr form input.main-input-st,
.auth-form div.form-box .auth-form-wr form input.main-input-st {
  width: 310px;
  height: 40px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  padding-left: 10px;
}
.auth-form div.form-box .reg-form-wr form input.main-input-st {
  background-color: #fff;
}
.auth-form div.form-box .reg-form-wr form input[type='submit'].blue,
.auth-form div.form-box .auth-form-wr form input[type='submit'].blue {
  width: 310px;
  height: 50px;
  font-family: "open_sansbold";
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.auth-form div.form-box a.blue {
  margin-top: 20px;
  display: inline-block;
}
.auth-form div.form-box a.blue.add-input {
  margin-left: 16px;
}
.auth-form div.form-box a.blue.add-input:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background: url('../img/main-sprite.png') -57px -354px;
  margin-left: -17px;
  margin-top: 1px;
  z-index: 3;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /*	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);*/
}
.auth-form div.form-box a.blue.add-input:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background: url('../img/main-sprite.png') -67px -354px;
  margin-left: -17px;
  margin-top: -12px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.auth-form div.form-box a.blue.add-input.active {
  color: #2e3133;
}
.auth-form div.form-box a.blue.add-input.active:hover {
  color: #3498db;
}
.auth-form div.form-box a.blue.add-input.active:hover:before {
  opacity: 1;
}
.auth-form div.form-box a.blue.add-input.active:hover:after {
  opacity: 0;
}
.auth-form div.form-box a.blue.add-input.active:before {
  opacity: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-95deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.auth-form div.form-box a.blue.add-input.active:after {
  opacity: 1;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.auth-form div.form-box a.blue.add-input:hover:after {
  opacity: 1;
}
.auth-form div.form-box a.blue.add-input:hover:before {
  opacity: 0;
}
.auth-form div.form-box .reg-form-wr form div.n-hide {
  display: none;
}
.auth-form div.form-box .reg-form-wr form div.n-hide input {
  opacity: 0;
  display: block;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  padding-left: 30px;
  margin-right: 9px;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr {
  display: block;
  margin-left: 0;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment label {
  background-color: #f9fcfe;
  width: 460px;
  display: block;
  padding-left: 18px;
  padding-top: 18px;
  cursor: pointer;
  padding-bottom: 20px;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr.cur label {
  border: none !important;
  padding-left: 19px;
  padding-top: 19px;
  padding-bottom: 21px;
  background-color: #3498db;
  -webkit-box-shadow: inset 0 3px rgba(16, 107, 181, 0.3);
  -moz-box-shadow: inset 0 3px rgba(16, 107, 181, 0.3);
  box-shadow: inset 0 3px rgba(16, 107, 181, 0.3);
  cursor: default;
  width: 461px;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment label p {
  margin-bottom: 0;
  width: 290px;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr:nth-child(1) label {
  border: solid 1px #d6eaf8;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr:nth-child(1n+2) label {
  border-left: solid 1px #d6eaf8;
  border-right: solid 1px #d6eaf8;
  border-bottom: solid 1px #d6eaf8;
  border-top: solid 1px #d6eaf8;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr:nth-child(1n+2) {
  margin-top: -1px;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr.cur.opened label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr.last-child label {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr.cur {
  position: relative;
/*  z-index: 23; */
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr.cur label p {
  color: #fff;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr input[type='radio'] {
  position: absolute;
  display: none;
  z-index: -999;
  left: -999px;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr label div.r {
  display: block;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr label div.r span {
  font-family: "open_sansbold";
  font-size: 15px;
  text-transform: uppercase;
  color: #2e3133;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr.cur label div.r span {
  color: #fff;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr label div.r b {
  font-family: "open_sansbold";
  font-size: 15px;
  text-transform: uppercase;
  color: #2e3133;
  float: right;
  margin-right: 19px;
  text-transform: lowercase;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr.cur label div.r b {
  color: #fff;
  margin-right: 20px;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr a.detail {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  background: url('../img/main-sprite.png') -148px -208px;
  margin-left: 425px;
  margin-top: -21px;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr.cur label a.detail {
  background-position: -168px -208px;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr div.prof-datail-info {
  display: none;
  overflow: hidden;
  padding: 16px 20px 4px 20px;
  background-color: #45a5e5;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 0px 0px 2px 2px;
}
.bsk-step-box div.bsk-step-wr div.row-wr ul.delivery-and-payment li.items-wr.opened div.prof-datail-info {
  display: block;
}
/*END BASKET*/
footer {
  height: 771px;
}
footer div.footer-nav {
  /*height: 447px;*/
  background-color: #2e3133;
  padding-top: 33px;
  padding-bottom: 20px;
}
footer div.footer-nav span.h5 {
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: "open_sansbold";
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
display:block;

}
footer div.footer-nav span.h5.no-list {
  margin-bottom: 17px;
}
footer div.footer-nav span.h5 a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
footer div.footer-nav span.h5 a:hover {
  color: #4db8ff;
}
footer div.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 1px;
  margin-bottom: 18px;
}
footer div.footer-nav ul.two-lavel-list li {
  margin: 0;
  padding: 0;
}
footer div.footer-nav ul.two-lavel-list li a {
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  color: #adb0b3;
  line-height: 25px;
  text-decoration: none;
}
footer div.footer-nav ul.two-lavel-list li a span {
  border-bottom: solid 1px #adb0b3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer div.footer-nav ul.two-lavel-list li a:hover span {
  border-bottom-color: #fff;
  color: #fff;
}
footer div.footer-nav div.tablet-cont-box {
  display: none;
}
footer div.footer-nav div.contacts div.cont-box {
  margin-bottom: 29px;
}
footer div.footer-nav div.contacts div.cont-box a.map-view {
  color: #adb0b2;
  text-decoration: none;
  margin-top: 1px;
  display: inline-block;
}
footer div.footer-nav div.contacts div.cont-box span.address {
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  line-height: 19px;
}
footer div.footer-nav div.contacts div.cont-box a.map-view span {
  border-bottom: solid 1px #adb0b2;
  font-size: 12px;
}
footer div.footer-nav div.contacts div.cont-box a.map-view span:before {
  content: "";
  position: relative;
  float: left;
  display: block;
  width: 11px;
  height: 15px;
  background: url('../img/main-sprite.png') -133px -117px;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 4px;
}
footer div.footer-nav div.contacts div.cont-box a.map-view:hover span:before {
  background-position: -133px -136px;
}
footer div.footer-nav div.contacts div.cont-box a.map-view:hover span {
  border-bottom-color: #fff;
  color: #fff;
}
footer div.footer-nav div.contacts div.cont-box p {
  font-family: "Helvetica Neue", Arial;
  color: #adb0b2;
  line-height: 20px;
}
footer div.footer-nav div.contacts div.cont-box p span.b {
  font-family: "open_sanssemibold";
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: normal;
}
footer div.footer-nav div.contacts div.cont-box > span.b {
  margin-left: -4px;
  font-family: "open_sanssemibold";
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 20px;
  margin-top: 0px;
  font-weight: normal;
}
footer div.footer-nav div.contacts div.cont-box span.b span.i {
  color: #adb0b2;
  font-style: normal;
  font-family: "open_sansregular" !important;
  font-weight: normal;
}
footer div.footer-nav div.contacts div.cont-box span.small {
  font-size: 12px; display: block; padding-left: 4px;
}

footer div.footer-nav div.contacts div.cont-box a.mail {
  color: #adb0b2;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: -0.6px;
}
footer div.footer-nav div.contacts div.cont-box a.mail span {
  border-bottom: solid 1px #adb0b2;
}
footer div.footer-nav div.contacts div.cont-box a.mail:hover span {
  border-bottom-color: #fff;
  color: #fff;
}
footer div.static-wid {
  height: 71px;
  border-bottom: solid 1px #e0e0e0;
}
footer div.copiright {
  padding-top: 18px;
  height: 41px;
}
footer div.copiright a,
footer div.copiright p {
  color: #919599;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}
footer div.copiright a span {
  border-bottom: solid 1px #cccdcf;
  line-height: 20px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
footer div.copiright div.dev {
  text-align: right;
}
footer div.copiright div a:hover span {
  border-bottom-color: #2E3133;
  color: #2E3133;
}
div.mm {
  margin-bottom: 20px;
}
/*Adaptive element curent style*/
.top-box div.mob-menu .mob-menu-link-box {
  display: block;
  cursor: pointer;
  width: 22px;
  height: 22px;
  float: left;
  border: none;
  background: none;
  padding: 0;
  margin-top: 14px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
div#reviews div.review-list-box .load-more {
  display: none;
}
.top-box div.mob-menu .mob-menu-link-box span.get-mob-menu {
  display: block;
  width: 22px;
  height: 17px;
  background: url('../img/main-sprite.png') 0px -396px;
  z-index: 22;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: absolute;
  margin-top: -8px;
}
.top-box div.mob-menu .mob-menu-link-box span.h-get-mob-menu {
  display: block;
  width: 22px;
  height: 17px;
  z-index: 21;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: absolute;
  margin-top: -8px;
  background: url('../img/main-sprite.png') 0px -417px;
}
.top-box div.mob-menu .mob-menu-link-box.active span.get-mob-menu {
  opacity: 0;
}
.top-box div.mob-menu .mob-menu-link-box.active span.h-get-mob-menu {
  opacity: 1;
}
.top-box div.mob-menu .mob-menu-link-box.active span.get-mob-menu {
  opacity: 0;
}
.top-box div.mob-menu .mob-menu-link-box.active span.h-get-mob-menu {
  opacity: 1;
}
.mob-search-box {
  float: left;
}
.mob-search-box .mob-search-ico-box {
  display: block;
  height: 19px;
  width: 18px;
  margin-top: 16px;
  margin-left: 20px;
  margin-right: 6px;
  float: left;
  cursor: pointer;
}
.mob-search-box .mob-search-ico-box .m-search-ico {
  width: 18px;
  height: 19px;
  background: url('../img/main-sprite.png') -33px -396px;
  display: block;
  position: absolute;
  z-index: 22;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
}
.mob-search-box .mob-search-ico-box .m-h-search-ico {
  background: url('../img/main-sprite.png') -33px -417px;
  width: 18px;
  height: 19px;
  display: block;
  position: absolute;
  z-index: 21;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}
.mob-search-box .mob-search-ico-box:hover .m-search-ico {
  opacity: 0;
}
.mob-search-box .mob-search-ico-box:hover .m-h-search-ico {
  opacity: 1;
}
.mob-search-box .form-box {
  float: left;
  margin-top: 15px;
}
.mob-search-box .form-box input {
  font-family: 'Helvetica Neue', Arial;
  font-size: 18px;
  line-height: 20px;
  border: none;
  color: #2e3133;
  display: none;
  padding: 0;
  margin: 0;
}
.mob-search-box .form-box.active input {
  display: block;
}
.mobile-oi {
  display: none;
  width: 280px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 6.25%;
}
.mobile-oi a {
  width: 140px;
  height: 30px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  background-color: #e4e4e4;
  float: left;
  font-family: "Helvetica Neue", Arial;
  color: #2e3133;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.mobile-oi a.active {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  background-color: #fff;
}
div.m-basket {
  display: none;
}
footer div.footer-nav div.contacts div.cont-box p.mobile-text {
  display: none;
}
.m-user-auth-box {
  display: none;
  height: 50px;
  border-bottom: solid 2px #3d4043;
  background-color: #2e3133;
  padding-top: 21px;
}
.m-user-auth-box .btn-box-c {
  width: 100%;
  height: 30px;
  margin: 0 auto;
  max-width: 760px;
}
.m-user-auth-box a.auth {
  background-color: #E8534F;
  border-radius: 2px;
  color: #FFFFFF;
  display: block;
  font-family: 'open_sansbold';
  font-size: 11px;
  height: 21px;
  line-height: 11px;
  padding-top: 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease 0s;
  width: 46.4285%;
  /* 130/280  */
  float: left;
}
.m-user-auth-box a.auth:hover {
  background-color: #FF5C58;
}
.m-user-auth-box a.auth:active {
  margin-top: 1px;
  height: 20px;
  background-color: #D4423E;
}
.m-user-auth-box a.reg {
  color: #FFFFFF;
  display: block;
  font-family: 'open_sansbold';
  font-size: 11px;
  height: 20px;
  line-height: 11px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease 0s;
  float: right;
  width: 45.7142%;
  /* 128/280  */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #ececec;
}
.m-user-auth-box a.reg:active {
  height: 19px;
  margin-top: 1px;
}
a.v-all {
  display: none;
  width: 278px;
  height: 20px;
  padding-top: 8px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
  border: solid 1px #d9d9d9;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #2e3133;
  line-height: 11px;
  font-family: "open_sansbold";
  font-size: 11px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a.v-all span {
  display: inline-block;
}
a.v-all:hover {
  color: #50A3DA;
}
a.v-all:active {
  color: #50A3DA;
}
a.v-all b.no-hover {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 8px;
  background: url('../img/main-sprite.png') -137px 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-right: 3px;
}
a.v-all:hover b.no-hover {
  opacity: 1;
}
a.v-all b.hover {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 8px;
  background: url('../img/main-sprite.png') -137px -9px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-left: -20px;
  margin-top: 2px;
}
a.v-all:hover b.hover {
  opacity: 1;
}
.mob-dinamic-btns {
  display: none;
}
.search-page {
  margin-bottom: 20px;
}
.search-page form {
  margin: 30px 0;
}
.search-page input {
  padding-left: 15px;
  margin-right: 10px;
  width: 240px;
  height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(52, 152, 219, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: border-color, color;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  -o-transition-property: border-color, color;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: linear;
  -moz-transition-property: border-color, color;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: linear;
  -ms-transition-property: border-color, color;
  -ms-transition-duration: 0.4s;
  -ms-transition-timing-function: linear;
  transition-property: border-color, color;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  outline: none;
  font-family: "open_sansregular";
  font-size: 15px;
  color: #2e3133;
  line-height: 15px;
  display: block;
  float: left;
  background-color: #fff;
}
.search-page button {
  display: block;
  float: left;
}
.cartlink {
  height: 50px;
  width: 70px;
  display: block;
  text-decoration: none;
}
.modal-box-wr {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  cursor: pointer;
}
.modal-box-wr.open {
  display: block;
}
.modal-box-wr .img-wrapper {
  display: inline-block;
  position: relative;
  border-radius: 2px;
  border: solid 10px #fff;
  background-color: #fff;
}
.modal-box-wr .modal-box-inner {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  overflow: hidden;
}
.modal-box-wr span.close-btn {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #f2f2f2;
  right: 40px;
  top: 40px;
  background: url('../img/main-sprite.png') -124px -391px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}


.modal-box-wr .prev,
.modal-box-wr .next {
  height: 100%;
  width: 50px;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 44;

}
.modal-box-wr .next {
  right: 0;
  top:0;
}
.modal-box-wr .prev {
  left: 0;
  top:0;
}
.modal-box-wr .next .bgfx,
.modal-box-wr .prev .bgfx {
  height: 100%;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.80);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
}
.modal-box-wr .prev .bgfx {
  left:-50px;
}
.modal-box-wr .next .bgfx {
  right: -50px
}
.modal-box-wr .next:hover,
.modal-box-wr .prev:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-box-wr .next:hover .bgfx,
.modal-box-wr .prev:hover .bgfx {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-box-wr .prev:hover .bgfx {
  left:0;
}
.modal-box-wr .next:hover .bgfx {
  right: 0;
}
.modal-box-wr .next .bgfx:before,
.modal-box-wr .prev .bgfx:before {
  content:'';
  display: block;
  width: 22px;
  height: 39px;
  position: absolute;
  top: 50%;
  left:50%;
  margin-top: -20px;
  margin-left: -13px;
  background-size: 50px 39px;
  background-image: url('../img/slider_arrows.png');
}
.modal-box-wr .prev .bgfx:before {
  background-position: 0 0;
}

.modal-box-wr .next .bgfx:before {
  background-position: -27px 0px;
}



.relWrap li.active a {
  background-color: #4fa2da !important;
  cursor: default;
  border-left: none;
}
.relWrap li.active a:hover {
  border-left: none;
}
.relWrap .two-lv li.open a {
  background-color: #4fa2da !important;
  cursor: default;
  border-left: none;
}
.relWrap .two-lv li.open a:hover {
  border-left: none;
}
.modal-box-wr span.close-btn:hover {
  opacity: 1;
}


.prevLink a {
  height: auto;
  padding-left: 50px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  display: block;
  font-family: "open_sanssemibold", Arial;
  position: relative;
  box-sizing:border-box;
  padding-top: 13px;
  padding-bottom: 13px;
}
.prevLink a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  background: url('../img/main-sprite.png') -100px -354px;
  display: block;
  top: 50%;
  margin-top: -6px;
  left: 20px;

}
.card .fotorama__stage__frame.fotorama__active {
  cursor: pointer;
}
.rt-cont-tran ul.three-lv li {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.rt-cont-tran ul.three-lv > li div.sect a {
  position: relative;
  padding-top: 14px;
  padding-bottom: 12px;
  height: auto;
  line-height: 16px;
  padding-right: 15.25%;
}
.desktop .cbp-spmenu-push-toright {
  left: 0;
}
.rt-cont-tran ul.three-lv li:first-child,
.rt-cont-tran ul.two-lv > li:first-child {
  border-top: solid 1px #3d4043;
}
.rt-cont-tran ul.three-lv li:last-child,
.rt-cont-tran ul.two-lv > li:last-child {
  border-bottom: none;
}
.rt-cont-tran ul.three-lv li ul.four-lv li {
  border-bottom: none;
  margin: 0;
  padding: 0;
  display: block;
  height: auto;
}
.rt-cont-tran ul.three-lv li ul.four-lv li a {
  display: block;
  height: auto;
  text-decoration: none;
  border-left: 3px solid transparent;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 7px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.rt-cont-tran ul.three-lv li ul.four-lv li a:hover {
  background: #222526;
  border-left: solid 3px #e8534f;
}
.rt-cont-tran ul.three-lv li ul.four-lv li a span {
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  line-height: 15px;
  opacity: 0.5;
  text-transform: none;
}
.rt-cont-tran ul.three-lv li.sect-name.open {
  background-color: #222526;
}
.rt-cont-tran ul.three-lv li.sect-name.open.empty {
  border-bottom: none;
}
.rt-cont-tran ul.three-lv li.sect-name.open.empty a {
  background-color: #4fa2da !important;
  cursor: default;
  border-left: none;
}
.rt-cont-tran ul.three-lv li.sect-name.open.empty:hover {
  background-color: #4fa2da !important;
}
ul.four-lv li.open a {
  background-color: #4fa2da;
}
.rt-cont-tran ul.three-lv li ul.four-lv li.open a:hover {
  background-color: #4fa2da;
  cursor: default;
  border-left-color: transparent;
}
.rt-cont-tran ul.three-lv li ul.four-lv li.open a span {
  opacity: 1;
}
.rt-cont-tran ul.three-lv li.sect-name a span {
  display: inline-block;
}
.rt-cont-tran ul.three-lv li.sect-name div.sect a span:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  display: block;
  background: url('../img/main-sprite.png') -49px -6px;
  /*margin-top: -33px;*/
  top: 19px;
  right: 6.25%;
}
.rt-cont-tran ul.three-lv li.sect-name.open div.sect a span:after {
  background: url('../img/main-sprite.png') -50px -15px;
}
.rt-cont-tran ul.three-lv li.sect-name.empty div.sect a span:after {
  display: none;
}
/*********************************************** perssonal info LESS **********************************************/
/* perssonal info LESS*/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
}
.left-col {
  width: 220px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  overflow: hidden;
  margin-bottom: 20px;
}
.left-col .person-menu {
  background-color: #fff;
}
.left-col .person-menu .item {
  display: block;
  height: 39px;
  border-bottom: solid 1px #eee;
  padding-left: 15px;
  font: 11px/40px 'open_sansbold';
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  color: #2e3133;
  box-sizing: padding-box;
}
.left-col .person-menu .item:last-child {
  border-bottom: none;
  height: 40px;
}
.left-col .person-menu .item.active {
  background-color: #4fa2da;
  color: #fff;
  border-bottom: none;
  height: 40px;
}
.sign-out {
  display: block;
  height: 38px;
  border: solid 1px #d9d9d9;
  border-radius: 2px;
  font: 11px/40px 'open_sansbold';
  color: #2e3133;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.sign-out .ico {
  display: inline-block;
  width: 15px;
  height: 14px;
  position: relative;
  top: 2px;
  background: url('../img/persone-sprite.png') 0 -14px;
  margin-left: 5px;
}
.right-col.person-box {
  background-color: #fff;
  border-radius: 2px;
  height: auto;
  margin-bottom: 51px;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}
.right-col.person-box .person-setings .chosen-container {
  padding-left: 0 !important;
}
.right-col.person-box .person-setings .chosen-container.year .chosen-single {
  width: 98px;
}
.right-col.person-box .person-setings .chosen-container .chosen-single {
  height: 38px;
  outline: none;
  border: none;
  font: 15px/40px 'open_sansregular';
  color: #ccc;
  padding-left: 0;
  width: 100% !important;
}
.right-col.person-box .person-setings .chosen-container .chosen-single span {
  height: 38px;
  margin-right: 0;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px !important;
  margin-top: 0;
}
.right-col.person-box .person-setings .chosen-container .chosen-single div {
  top: 12px;
  right: 22px;
  width: auto;
  height: auto;
}
.right-col.person-box .person-setings .chosen-container .chosen-single div b {
  display: block;
  position: absolute;
  width: 7px;
  height: 14px;
  background: url('../img/persone-sprite.png') -40px -31px;
}
.right-col.person-box .person-setings .chosen-container .chosen-drop {
  margin-top: 0px;
  margin-left: 0px;
  width: 100%;
  border: none;
}
.right-col.person-box .person-setings .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
.right-col.person-box .person-setings .chosen-container .chosen-drop .chosen-results li {
  font: 15px/20px 'open_sansregular';
  color: #2e3133;
  padding: 5px 0;
  padding-left: 10px;
  border-bottom: solid 1px #d9d9d9;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right-col.person-box .person-setings .chosen-container .chosen-drop .chosen-results li:hover {
  color: #fff;
}
.right-col.person-box .person-setings .chosen-container .chosen-drop .chosen-results li:first-child {
  border-top: solid 1px #d9d9d9;
}
.right-col.person-box .person-setings .chosen-container .chosen-drop .chosen-results li:last-child {
  border-bottom: none;
}
.right-col.person-box .person-setings .chosen-container .chosen-drop .chosen-results li.highlighted {
  background-color: #3EA7EE;
  color: #fff;
}
.right-col.person-box .person-setings .info {
  margin: 0;
  padding: 0;
  height: auto;
  padding-bottom: 20px;
}
.right-col.person-box .person-setings .info .notetext {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #4fa2da;
  display: block;
}

.right-col.person-box .person-setings .info .pers-photo {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #ccc;
  margin-top: 20px;
  margin-left: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  /*cursor: pointer;*/
}
.right-col.person-box .person-setings .info .pers-photo img {
  max-width: 100%;
}
.right-col.person-box .person-setings .info .pers-photo.no-photo {
  background: url('../img/persone-photo.png');
}
.right-col.person-box .person-setings .info .pers-photo.no-photo .photo-stat {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #3498db;
  top: 80px;
  left: 80px;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.right-col.person-box .person-setings .info .pers-photo.no-photo .photo-stat:hover {
  width: 46px;
  height: 46px;
  top: 76px;
  left: 76px;
}
.right-col.person-box .person-setings .info .pers-photo.no-photo .photo-stat.upload {
  background-color: #e8534f;
}
.right-col.person-box .person-setings .info .pers-info {
  padding: 25px 0 6px 0;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
}
.right-col.person-box .person-setings .info .pers-info .pers-id {
  font-size: 11px;
  font-family: 'open_sansbold';
  color: #e8534f;
  line-height: 25px;
  text-transform: uppercase;
}
.right-col.person-box .person-setings .info .pers-info .pers-name {
  font-family: 'open_sanssemibold';
  font-size: 24px;
  color: #2e3133;
  line-height: 25px;
}
.right-col.person-box .person-setings .info .pers-info .pers-mail {
  font-family: 'open_sansregular';
  font-size: 15px;
  line-height: 40px;
}
.right-col.person-box .person-setings .info .form-box {
  margin-top: 20px;
  position: relative;
}
.right-col.person-box .person-setings .info .form-box .form-row {
  margin-bottom: 20px;
  position: relative;
}
.right-col.person-box .person-setings .info .form-box .form-row label {
  font-family: 'open_sansregular';
  font-size: 15px;
  line-height: 40px;
  margin-left: 20px;
}
.right-col.person-box .person-setings .info .form-box .form-row .date-wr {
  display: block;
  position: relative;
}
.right-col.person-box .person-setings .info .form-box .form-row .date-wr .pers-select {
  width: 260px;
  height: 40px;
  line-height: 40px;
  color: #2e3133;
  border-radius: 2px;
  box-sizing: border-box;
  border: solid 1px #d9d9d9;
  font-family: 'open_sansregular';
  padding-left: 20px;
  font-size: 15px;
  background-color: transparent;
  outline: none;
}
.right-col.person-box .person-setings .info .form-box .form-row .date-wr .pers-select:focus {
  border-color: #97c9ea;
}
.right-col.person-box .person-setings .info .form-box .form-row .date-wr.day {
  width: 70px;
  margin-right: 10px;
  float: left;
  height: 40px;
}
.right-col.person-box .person-setings .info .form-box .form-row .date-wr.day .pers-select {
  width: 70px;
}
.right-col.person-box .person-setings .info .form-box .form-row .date-wr.month {
  width: 70px;
  margin-right: 10px;
  float: left;
  height: 40px;
}
.right-col.person-box .person-setings .info .form-box .form-row .date-wr.month .pers-select {
  width: 70px;
}
.right-col.person-box .person-setings .info .form-box .form-row .date-wr.year {
  width: 100px;
  float: left;
  height: 40px;
}
.right-col.person-box .person-setings .info .form-box .form-row .date-wr.year .pers-select {
  width: 100px;
}
.right-col.person-box .person-setings .info .form-box .form-row .date-wr .chosen-single {
  width: 100% !important;
}
.right-col.person-box .person-setings .info .form-box .form-row .pers-input-text {
  width: 260px !important;
  height: 40px;
  line-height: 40px;
  color: #2e3133;
  border-radius: 2px;
  box-sizing: border-box;
  border: solid 1px #d9d9d9;
  font-family: 'open_sansregular';
  padding-left: 20px;
  font-size: 15px;
  outline: none;
}
.right-col.person-box .person-setings .info .form-box .form-row .pers-input-text:focus {
  border-color: #97c9ea;
}
.right-col.person-box .person-setings .info .form-box .info-text {
  font-family: 'open_sansregular';
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  right: 46px;
  top: 11px;
  color: #999999;
}
.right-col.person-box .person-setings .info .social-box {
  width: 660px;
  height: 80px;
  border: solid 1px #eeeeee;
  margin: 0 auto;
  background-color: #fafafa;
  margin-top: 50px;
  box-sizing: border-box;
}
.right-col.person-box .person-setings .info .social-box .text-wr {
  margin-left: 20px;
  margin-top: 20px;
}
.right-col.person-box .person-setings .info .social-box .text-wr .title {
  font-family: 'open_sanssemibold';
  font-size: 15px;
  color: #2e3133;
  line-height: 20px;
}
.right-col.person-box .person-setings .info .social-box .text-wr .title-bottom {
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #999;
  line-height: 20px;
}
.right-col.person-box .person-setings .info .social-box .text-wr .title-bottom-mob {
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #999;
  line-height: 20px;
  display: none;
  text-align: center;
}
.right-col.person-box .person-setings .section-title {
  padding-right: 6.25%;
  padding-left: 6.25%;
  border-bottom: solid 3px #eeeeee;
  text-align: center;
  font-family: 'open_sansbold';
  font-size: 30px;
  line-height: 30px;
  color: #2e3133;
  padding-top: 30px;
  padding-bottom: 27px;
  display: none;
}
.right-col.person-box .person-setings .tabs .tab-item {
  border-top: solid 1px #eeeeee;
  min-height: 60px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.right-col.person-box .person-setings .tabs .tab-item:last-child {
  border-bottom: solid 1px #eeeeee;
}

.right-col.person-box .person-setings .tabs .tab-item .head {
  padding: 23px 20px 23px 20px;
  cursor: pointer;
}
.right-col.person-box .person-setings .tabs .tab-item .head .title {
  font-family: 'open_sansbold';
  font-size: 13px;
  text-transform: uppercase;
  line-height: 13px;
  color: #2e3133;
  width: 260px;
  float: left;
}
.right-col.person-box .person-setings .tabs .tab-item .head .arrow {
  position: relative;
  width: 11px;
  height: 8px;
  right: 0;
  top: 2px;
  background: url('../img/persone-sprite.png') -13px 0;
  float: right;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont {
  display: none;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .line1px {
  background-color: #eeeeee;
  height: 1px;
  width: 660px;
  margin: 0 auto;
  margin-top: 60px;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box {
  margin-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box.setings {
  margin-top: 29px;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .form-section {
  position: relative;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .form-row {
  margin-bottom: 20px;
  position: relative;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .form-row label {
  font-family: 'open_sansregular';
  font-size: 15px;
  line-height: 40px;
  margin-left: 20px;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .form-row .chk {
  margin-top: 15px;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .form-row .pers-input-text {
  width: 260px !important;
  height: 40px;
  line-height: 40px;
  color: #2e3133;
  border-radius: 2px;
  box-sizing: border-box;
  border: solid 1px #d9d9d9;
  font-family: 'open_sansregular';
  padding-left: 20px;
  font-size: 15px;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .form-row .pers-input-text:focus {
  border-color: #97c9ea;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .form-row .pers-input-text.textarea {
  height: 60px;
  display: block;
  outline: none;
  resize: none;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .form-row .pers-input-text.index {
  width: 150px;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .new-pass-btn {
  width: 260px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #3498db;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  text-transform: center;
  font-size: 11px;
  line-height: 40px;
  color: #fff;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  outline: none;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .new-pass-btn:hover {
  background-color: #3EA7EE;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .new-pass-btn:active {
  height: 39px;
  margin-top: 1px;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .info-text {
  font-family: 'open_sansregular';
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  right: 36px;
  top: 11px;
  color: #999999;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .info-text b {
  font-family: 'open_sanssemibold';
  font-size: 18px;
  color: #2e3133;
  line-height: 10px;
  display: block;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .info-text a {
  line-height: 10px;
  color: #3498db;
  display: block;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .info-text.pass {
  top: 87px;
  right: 33px;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .info-text.pass b {
  margin-bottom: -3px;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .info-text.pass a {
  margin-top: 15px;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .info-text.last {
  top: 76px;
  right: 33px;
}
.right-col.person-box .person-setings .tabs .tab-item .tab-cont .form-box .title {
  font-family: 'open_sansbold';
  font-size: 13px;
  text-transform: uppercase;
  line-height: 13px;
  color: #2e3133;
  margin: 22px 0 38px 20px;
}
.right-col.person-box .person-setings .tabs .tab-item.open {
  background-color: #fafafa;
}
.right-col.person-box .person-setings .tabs .tab-item.open .head {
  /*cursor: default;*/
}
.right-col.person-box .person-setings .tabs .tab-item.open .head .arrow {
  background: url('../img/persone-sprite.png') -24px 0;
}
.right-col.person-box .orders-list .filter-box {
  height: 80px;
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right-col.person-box .orders-list .filter-box .filt-items {
  height: 40px;
  float: left;
  min-width: 410px;
}
.right-col.person-box .orders-list .filter-box .filt-items .item {
  padding: 0 7px;
  line-height: 40px;
  height: 40px;
  float: left;
  background-color: #fff;
  font: 12px/40px "Helvetica Neue", Arial;
  font-weight: bold;
  color: #2e3133;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px #f6f6f6;
  text-decoration: none;
  display: block;
  position: relative;
}
.right-col.person-box .orders-list .filter-box .filt-items .item:nth-child(2):before {
  content: '';
  display: block;
  width: 19px;
  height: 11px;
  position: absolute;
  top: 50px;
  background: url('../img/persone-sprite.png') -146px 0;
  z-index: 999;
  left: 36px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0.3s;
  -o-transition: opacity 0.2s ease 0.3s;
  transition: opacity 0.2s ease 0.3s;
}
.right-col.person-box .orders-list .filter-box .filt-items .item.active:nth-child(2):before {
  opacity: 0;
}
.right-col.person-box .orders-list .filter-box .filt-items .item.active:hover {
  cursor: default;
}
.right-col.person-box .orders-list .filter-box .filt-items .item:first-child {
  border-radius: 2px 0 0 2px;
}
.right-col.person-box .orders-list .filter-box .filt-items .item:last-child {
  border-radius: 0 2px 2px 0;
  border-right: none;
}
.right-col.person-box .orders-list .filter-box .filt-items .item.active {
  background-color: #4fa2da;
  border-right: none;
  padding-right: 13px;
  padding-left: 13px;
  color: #fff;
}
.right-col.person-box .orders-list .filter-box .filtr-date {
  float: right;
  padding: 0 8px 0 10px;
  line-height: 40px;
  height: 40px;
  background-color: #fff;
  font: 12px/40px "Helvetica Neue", Arial;
  font-weight: bold;
  color: #2e3133;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
}
.right-col.person-box .orders-list .filter-box .filtr-date .ico {
  width: 17px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 8px;
  background: url('../img/persone-sprite.png') 0 -31px;
}
.right-col.person-box .orders-list .filter-box .filtr-date b {
  font-weight: normal;
}
.right-col.person-box .orders-list .filter-box .filtr-date.active {
  background-color: #4fa2da;
  border-right: none;
  padding-right: 13px;
  color: #fff;
}
.right-col.person-box .orders-list .filter-box .filtr-date.active .ico {
  background: url('../img/persone-sprite.png') 0 -48px;
}
.right-col.person-box .orders-list .filter-box .filtr-date.active:before {
  opacity: 1;
}
.right-col.person-box .orders-list .filter-box .filtr-date.active:hover {
  cursor: default;
}
.right-col.person-box .orders-list .filter-box .filtr-date:before {
  content: '';
  display: block;
  width: 19px;
  height: 11px;
  position: absolute;
  top: 50px;
  background: url('../img/persone-sprite.png') -146px 0;
  z-index: 1;
  left: 57px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0.3s;
  -o-transition: opacity 0.2s ease 0.3s;
  transition: opacity 0.2s ease 0.3s;
}
.right-col.person-box .orders-list .datepicker-box {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 25px 20px;
  border-top: solid 1px #eeeeee;
  height: 390px;
  /*display: none;*/
}
.right-col.person-box .orders-list .datepicker-box .title {
  display: block;
  font-family: "Helvetica Neue", Arial;
  font-size: 11px;
  color: #a4a4a4;
  position: relative;
  z-index: 1;
  top: 12px;
}
.right-col.person-box .orders-list .datepicker-box .title .start {
  width: 320px;
  margin-right: 20px;
  text-align: center;
  float: left;
}
.right-col.person-box .orders-list .datepicker-box .title .end {
  width: 320px;
  text-align: center;
  float: left;
}
.right-col.person-box .orders-list .order-search-box {
  height: 60px;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right-col.person-box .orders-list .order-search-box.closed .order-search {
  width: 100%;
}
.right-col.person-box .orders-list .order-search-box.closed .order-search input {
  width: 93%;
}
.right-col.person-box .orders-list .order-search-box .status-chosen {
  float: left;
  width: 349px;
  /*overflow: hidden;*/
  height: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px #eee;
}
.right-col.person-box .orders-list .order-search-box .status-chosen.overflow-hidden {
  overflow: hidden;
}
.right-col.person-box .orders-list .order-search-box .status-chosen select {
  width: 330px;
  display: block;
  height: 58px;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  outline: none;
  -webkit-outline: none;
  font-size: 16px;
  color: #2e3133;
}
.right-col.person-box .orders-list .order-search-box .status-chosen select option.first {
  color: #919599;
}
.right-col.person-box .orders-list .order-search-box .status-chosen .chosen-container {
  height: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right-col.person-box .orders-list .order-search-box .status-chosen .chosen-container.chosen-container-active .chosen-single {
  border: none;
}
.right-col.person-box .orders-list .order-search-box .status-chosen .chosen-container .chosen-single {
  font-size: 16px;
  height: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 20px;
  width: 100%;
}
.right-col.person-box .orders-list .order-search-box .status-chosen .chosen-container .chosen-single div {
  position: absolute;
  width: auto;
  height: auto;
  top: 20px;
  right: 18px;
}
.right-col.person-box .orders-list .order-search-box .status-chosen .chosen-container .chosen-single div b {
  display: block;
  width: 9px;
  height: 17px;
  background: url('../img/persone-sprite.png') -49px -31px;
}
.right-col.person-box .orders-list .order-search-box .status-chosen .chosen-container .chosen-drop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #eee;
  border-top: none;
  border-left: none;
  margin-top: 0;
  border-radius: 0;
}
.right-col.person-box .orders-list .order-search-box .status-chosen .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  max-height: 500px;
}
.right-col.person-box .orders-list .order-search-box .status-chosen .chosen-container .chosen-drop .chosen-results li {
  height: 40px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 40px;
  color: #2e3133;
  border-top: solid 1px #eee;
}
.right-col.person-box .orders-list .order-search-box .status-chosen .chosen-container .chosen-drop .chosen-results li.highlighted {
  color: #fff;
}
.right-col.person-box .orders-list .order-search-box .order-search {
  background-color: #fff;
  padding-left: 20px;
  float: left;
  width: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right-col.person-box .orders-list .order-search-box .order-search .search-ico {
  content: '';
  width: 13px;
  height: 14px;
  display: block;
  position: relative;
  float: left;
  top: 20px;
  left: 0px;
  background: url('../img/persone-sprite.png') 0 0;
}
.right-col.person-box .orders-list .order-search-box .order-search input {
  font: 16px/20px "Helvetica Neue", Arial;
  color: #919599;
  margin-left: 9px;
  padding: 0;
  border: none;
  font-weight: 200;
  height: 53px;
  margin-top: 0px;
  padding-bottom: 5px;
  letter-spacing: 0.4px;
  width: 305px;
}
.right-col.person-box .orders-list .order-search-box .mobile-filter-btn {
  display: none;
  width: 50px;
  height: 50px;
  border-left: solid 1px #eeeeee;
  cursor: pointer;
  position: relative;
}
.right-col.person-box .orders-list .order-search-box .mobile-filter-btn .ico {
  display: block;
  width: 21px;
  height: 20px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  background: url('../img/persone-sprite.png') -62px -48px;
}
.right-col.person-box .orders-list .order-search-box .mobile-filter-btn.active {
  background-color: #f6f6f6;
}
.right-col.person-box .orders-list .order-search-box .mobile-filter-btn.active .ico {
  background: url('../img/persone-sprite.png') -62px -68px;
}
.right-col.person-box .orders-list .mobile-filter-box {
  background-color: #f6f6f6;
  /*height: 50px;*/
  display: none;
  padding-top: 30px;
  overflow: hidden;
}
.right-col.person-box .orders-list .mobile-filter-box .status-box .header {
  font-family: 'open_sansbold';
  font-size: 11px;
  color: #999999;
  margin-left: 6.25%;
  text-transform: uppercase;
  line-height: 11px;
  margin-bottom: 15px;
}
.right-col.person-box .orders-list .mobile-filter-box .status-box .filt-items {
  padding-left: 6.25%;
  background-color: #fff;
  margin-bottom: 30px;
}
.right-col.person-box .orders-list .mobile-filter-box .status-box .filt-items .item {
  border-bottom: solid 1px #f6f6f6;
  height: 39px;
  font-family: "Helvetica Neue", Arial;
  font-size: 13px;
  line-height: 39px;
  color: #2e3133;
  padding-right: 6.25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}
.right-col.person-box .orders-list .mobile-filter-box .status-box .filt-items .item .select-ico {
  display: none;
  background: url('../img/persone-sprite.png') -104px -48px;
  width: 17px;
  height: 12px;
  float: right;
  margin-top: 14px;
}
.right-col.person-box .orders-list .mobile-filter-box .status-box .filt-items .item.active {
  font-weight: bold;
}
.right-col.person-box .orders-list .mobile-filter-box .status-box .filt-items .item.active .select-ico {
  display: block;
}
.right-col.person-box .orders-list .mobile-filter-box .mobile-status-chosen .header {
  font-family: 'open_sansbold';
  font-size: 11px;
  color: #999999;
  margin-left: 6.25%;
  text-transform: uppercase;
  line-height: 11px;
  margin-bottom: 15px;
}
.right-col.person-box .orders-list .mobile-filter-box .mobile-status-chosen select {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 0;
  border: none;
  margin-bottom: 30px;
  padding-left: 6.25%;
  font-family: "Helvetica Neue", Arial;
  font-size: 13px;
  color: #2e3133;
}
.right-col.person-box .orders-list .order-items-box .not-avail {
  height: 80px;
  padding: 0 20px;
  font-family: "Helvetica Neue", Arial;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 80px;
  color: #2e3133;
}
.right-col.person-box .orders-list .order-items-box .order-item {
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  border-bottom: solid 1px #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right-col.person-box .orders-list .order-items-box .order-item.hide {
  display: none !important;
}
.right-col.person-box .orders-list .order-items-box .order-item.open {
  background-color: #fafafa;
}
.right-col.person-box .orders-list .order-items-box .order-item.open .header .arrow {
  background: url('../img/persone-sprite.png') -24px 0;
}
.right-col.person-box .orders-list .order-items-box .order-item:last-child {
  border-bottom: none;
}
.right-col.person-box .orders-list .order-items-box .order-item:last-child .header {
  padding: 20px;
}
.right-col.person-box .orders-list .order-items-box .order-item.stat-one .btn {
  background: url('../img/persone-sprite.png') -62px 0;
}
.right-col.person-box .orders-list .order-items-box .order-item.stat-one .btn .tooltip:before {
  content: 'Повторить заказ';
}
.right-col.person-box .orders-list .order-items-box .order-item.stat-one .status {
  color: #e8534f;
  /*Отменен*/
}
.right-col.person-box .orders-list .order-items-box .order-item.stat-two .btn {
  background: url('../img/persone-sprite.png') -104px 0;
}
.right-col.person-box .orders-list .order-items-box .order-item.stat-two .btn .tooltip:before {
  content: 'Отменить заказ';
}
.right-col.person-box .orders-list .order-items-box .order-item.stat-two .status {
  color: #999999;
}
.right-col.person-box .orders-list .order-items-box .order-item.stat-two .status .status-time {
  display: block !important;
}
.right-col.person-box .orders-list .order-items-box .order-item.stat-two .status .status-time .tooltip {
  display: none;
}
.right-col.person-box .orders-list .order-items-box .order-item.stat-two .status .status-time:hover .tooltip {
  display: inline-block;
}
.right-col.person-box .orders-list .order-items-box .order-item.stat-three .btn {
  background: url('../img/persone-sprite.png') -62px 0;
}
.right-col.person-box .orders-list .order-items-box .order-item.stat-three .btn .tooltip:before {
  content: 'Повторить заказ';
}
.right-col.person-box .orders-list .order-items-box .order-item.stat-three .status {
  color: #2da344;
}


.status-ico1 {
  background: url('../img/persone-sprite.png') -104px 0;
}
.status-ico2 {
  background: url('../img/persone-sprite.png') -62px 0;
}
.status-ico3 {
  background: url('../img/persone-sprite.png') -0 -93px;
}
.status-ico4 {
  background: url('../img/persone-sprite.png') -45px -93px;
}
.status-ico5 {
  background: url('../img/persone-sprite.png') -89px -93px;
}

/*Черный*/
.status.black-text {
  color:#2e3133;
}

/*Голубой*/
.status.azure-text {
  color:#3bc8f0;
}

/*Синий*/
.status.blue-text {
  color:#4fa2da;
}
/*Синий*/
.status.green-text {
  color:#2da344;
}

/*Красный*/
.status.red-text {
  color:#ff524e;
}

/*Серый*/
.status.gray-text {
  color:#cdcdcd;
}

.status-time.show {
  display: block !important;
}
.typefile {
  height: 40px;
  box-sizing:border-box;
}

.right-col.person-box .orders-list .order-items-box .order-item .header {
  padding: 20px 20px 19px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.right-col.person-box .orders-list .order-items-box .order-item .header .btn {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 19px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  display: block;
}
.right-col.person-box .orders-list .order-items-box .order-item .header .btn .tooltip {
  width: 117px;
  height: 35px;
  position: absolute;
  display: none;
  background-color: #2e3133;
  left: -37px;
  top: -43px;
  border-radius: 2px;
  text-align: center;
  font: 11px/35px "Helvetica Neue", Arial;
  color: #ffffff;
}
.right-col.person-box .orders-list .order-items-box .order-item .header .btn:hover .tooltip {
  display: block;
}
.right-col.person-box .orders-list .order-items-box .order-item .header .btn .tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2e3133;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -5px;
}


.right-col.person-box .orders-list .order-items-box .order-item .header .order-title {
  width: 300px;
  float: left;
}
.right-col.person-box .orders-list .order-items-box .order-item .header .order-title h4 {
  font: 15px/20px 'open_sansregular';
  color: #2e3133;
  display: block;
  margin-bottom: 0;
}
.right-col.person-box .orders-list .order-items-box .order-item .header .order-title span {
  font: 12px/20px 'open_sansregular';
  color: #999999;
  display: block;
}
.right-col.person-box .orders-list .order-items-box .order-item .header .status {
  float: left;
  font: 12px/20px 'open_sansregular';
  font-style: italic;
  text-align: right;
  width: 225px;
  position: relative;
  display: inline-block;
}
.right-col.person-box .orders-list .order-items-box .order-item .header .status .status-time {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  margin-top: 2px;
  background: url('../img/persone-sprite.png') -24px -31px;
  top: 2px;
  right: -21px;
  border-radius: 100%;
}
.right-col.person-box .orders-list .order-items-box .order-item .header .status .status-time .tooltip {
  height: 30px;
  width: 101px;
  position: absolute;
  background-color: #2e3133;
  left: -46px;
  top: -40px;
  border-radius: 2px;
  text-align: center;
  font: 11px/30px "Helvetica Neue", Arial;
  color: #ffffff;
  display: none;
}
.right-col.person-box .orders-list .order-items-box .order-item .header .status .status-time .tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2e3133;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -5px;
}
.right-col.person-box .orders-list .order-items-box .order-item .header .arrow {
  width: 11px;
  height: 7px;
  display: block;
  float: right;
  margin-right: 4px;
  background: url('../img/persone-sprite.png') -13px 0;
  margin-top: 7px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont {
  display: none;
  padding: 10px 20px 20px 80px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .title {
  font: 13px/20px 'open_sansbold';
  color: #2e3133;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .list-box {
  border-bottom: solid 1px #eee;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .list-box .list-item {
  border-top: solid 1px #eeeeee;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .list-box .list-item .name {
  font: 13px/20px 'open_sansregular';
  color: #2e3133;
  display: inline-block;
  letter-spacing: 0.3px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .list-box .list-item .info {
  display: block;
  color: #999999;
  font: 10px/19px 'open_sansregular';
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .list-box .list-item .w290 {
  width: 280px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .list-box .list-item .price {
  font: 13px/20px 'open_sansregular';
  color: #2e3133;
  margin-left: 10px;
  margin-right: 35px;
  width: 90px;
  text-align: right;
  display: block;
  float: left;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .list-box .list-item .qnt {
  width: 30px;
  font: 13px/20px 'open_sansregular';
  color: #2e3133;
  margin-left: 10px;
  text-align: center;
  display: block;
  float: left;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .list-box .list-item .qnt:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url('../img/main-sprite.png') -81px -353px;
  margin-top: 3px;
  margin-left: -35px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .list-box .list-item .qnt:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  background: url('../img/main-sprite.png') -81px -364px;
  margin-left: 26px;
  margin-top: 6px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .list-box .list-item .qnt-mobile {
  width: auto;
  font: 10px/20px 'open_sansregular';
  margin-left: 10px;
  text-align: right;
  display: block;
  float: right;
  font-style: italic;
  color: #999999;
  display: none;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .list-box .list-item .old-price {
  font: 13px/20px 'open_sansbold';
  color: #2e3133;
  float: left;
  width: 84px;
  text-align: right;
  line-height: 20px;
  display: block;
  margin-left: 20px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .delivery-price {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .delivery-price .d-text {
  font: 13px/20px 'open_sansregular';
  color: #2e3133;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .delivery-price .d-price {
  width: 280px;
  text-align: right;
  font: 13px/20px 'open_sansbold';
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .old-price-box {
  padding: 20px 0;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .old-price-box .alpha {
  height: 1px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .old-price-box .ac {
  color: #3498db;
  position: relative;
  top: -1px;
  letter-spacing: 0.4px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .old-price-box .ac:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  background: url('../img/main-sprite.png') -91px -243px;
  top: 2px;
  margin-right: 2px;
  left: 0px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .old-price-box .r-box {
  width: 360px;
  text-align: right;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .old-price-box .r-box .p-text {
  font: 13px/20px 'open_sansregular';
  color: #2e3133;
  margin-right: 30px;
  position: relative;
  top: -7px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .order-list-table .old-price-box .r-box .p-price {
  font: 24px/20px 'open_sansbold';
  color: #2e3133;
  position: relative;
  top: -3px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .pers-data-box {
  margin-bottom: 20px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .pers-data-box .title {
  font: 13px/20px 'open_sansbold';
  color: #2e3133;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .pers-data-box .info-table .info-table-row {
  margin-bottom: 10px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .pers-data-box .info-table .info-table-row .l-cell {
  width: 310px;
  display: inline;
  float: left;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .pers-data-box .info-table .info-table-row .l-cell .tooltip {
  font: 10px/20px 'open_sansregular';
  color: #999;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .pers-data-box .info-table .info-table-row .l-cell .txt {
  font: 13px/20px 'open_sansregular';
  color: #2e3133;
  padding-right: 65px;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .pers-data-box .info-table .info-table-row .r-cell {
  width: 290px;
  float: left;
  display: inline;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .pers-data-box .info-table .info-table-row .r-cell .tooltip {
  font: 10px/20px 'open_sansregular';
  color: #999;
}
.right-col.person-box .orders-list .order-items-box .order-item .cont .pers-data-box .info-table .info-table-row .r-cell .txt {
  font: 13px/20px 'open_sansregular';
  color: #2e3133;
}
.right-col.person-box .orders-list .get-items {
  height: 68px;
  background-color: #fff;
  border-top: solid 1px #eee;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
  cursor: pointer;
}
.right-col.person-box .orders-list .get-items .text {
  display: inline-block;
  font: 11px/20px 'open_sansbold';
  text-transform: uppercase;
}
.right-col.person-box .orders-list .get-items .text:before {
  content: ' ';
  width: 17px;
  height: 4px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: -2px;
  background: url('../img/persone-sprite.png') -40px 0;
}
.right-col.favorites .fav-title {
  height: 82px;
  margin-bottom: 20px;
  background-color: #fff;
  font-family: 'open_sansbold';
  font-size: 30px;
  line-height: 82px;
  text-align: center;
  display: none;
}
.right-col.favorites .favorites-list.content-list {
  display: none;
}
.right-col.favorites .paginator {
  padding: 0 6.25%;
}
.right-col.favorites .paginator .pag-list li a {
  height: 29px;
  width: 40px;
  padding-top: 11px;
}
.slideThree {
  width: 60px;
  height: 30px;
  margin: 6px 0 0 0;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.slideThree input[type=checkbox] {
  visibility: hidden;
  /*position: absolute;
  z-index: 6;
  top: 7px;*/
}

.right-col input.subbtn {
  display: block;
  width: 122px;
  height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #3498db;
  float: left;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "open_sansbold";
  border: none;
  cursor: pointer;
  margin: 20px 0 20px 10px;
  padding: 0;
  -webkit-transition-property: background-color, opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color, opacity;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: background-color, opacity;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease;
  -o-transition-property: background-color, opacity;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: background-color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.person-setings {
  position: relative;
}
font.errortext {
  color: #ff524e;
  position: relative;
  display: block;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: 'open_sansregular',Arial;
}
.right-col input.subbtn:active {
  background-color: #1273B4 !important;
  height: 29px;
  margin-top: 21px;
  padding-top: 1px;
}
.right-col input.subbtn:hover {
  background-color: #3EA7EE;
}
.slideThree input[type=checkbox]:checked + label {
  left: 32px;
}
.slideThree:after {
  content: "";
  display: block;
  width: 160px;
  height: 30px;
  position: absolute;
  background-color: #e6e6e6;
  z-index: 2;
  visibility: visible;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-top: -19px;
  -webkit-transition: background-color 0.2s ease 0.3s;
  -o-transition: background-color 0.2s ease 0.3s;
  transition: background-color 0.2s ease 0.3s;
}
.slideThree.active:after {
  background-color: #3498db;
}
.slideThree label {
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 3;
  background: #fff;
  margin-left: 0 !important;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slideThree.not-avail {
  width: 160px;
  overflow: hidden;
}
.slideThree.not-avail input[type=checkbox]:checked + label {
  left: 131px;
}
.slideThree.not-avail input[type=checkbox]:after {
  width: 160px;
}
.slideThree.not-avail label:before {
  content: 'отображаются';
  display: block;
  width: 130px;
  position: absolute;
  z-index: 3;
  left: -110px;
  font: 11px/30px 'open_sansbold';
  text-transform: uppercase;
  top: -1px;
  color: #fff;
}
.slideThree.not-avail label:after {
  content: 'не отображаются';
  display: block;
  width: 130px;
  position: absolute;
  z-index: 3;
  left: 35px;
  font: 11px/30px 'open_sansbold';
  text-transform: uppercase;
  top: -1px;
  color: #2e3133;
}
.slideThree.not-avail input[type=checkbox]:checked + label:before {
  left: -110px;
}
.slideThree.not-avail input[type=checkbox]:checked + label:after {
  left: 40px;
}
.news-box-wr {
  margin-bottom: 31px;
}
.news-box-wr .header {
  margin-bottom: 14px;
}
.news-box-wr .header h1 {
  font-family: 'open_sanssemibold';
  font-size: 40px;
  line-height: 40px;
  color: #2e3133;
  margin-top: 6px;
  margin-left: -3px;
  letter-spacing: -0.7px;
}
.news-box-wr .news-box .news-item {
  width: 300px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px 21px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  margin-bottom: 20px;
  text-decoration: none;
}
.news-box-wr .news-box .news-item .date {
  font: 11px/20px "Helvetica Neue", Arial;
  color: #999999;
  margin-bottom: 5px;
}
.news-box-wr .news-box .news-item .text {
  font: 15px/20px 'open_sansregular';
  color: #2e3133;
}
.news-box-wr .news-box .news-item:hover .text {
  opacity: 0.9;
}
/* end perssonal info LESS*/



.file-upload{
  display:block;
  text-align:center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 260px;
}
.file-upload .file-select{
  display:block;
  border: 1px solid #d9d9d9;
  color: #34495e;
  cursor:pointer;
  height:40px;
  line-height:40px;
  text-align:left;
  background:#FFFFFF;
  overflow:hidden;
  position:relative;
  border-radius: 2px;
}
.file-upload .file-select .file-select-button{
  background:#d9d9d9;
  padding:0 10px;
  display:inline-block;
  height:40px;
  line-height:40px;
}
.file-upload .file-select .file-select-name{
  line-height:40px;
  display:inline-block;
  padding:0 10px;
}
.file-upload .file-select:hover{
  border-color:#3EA7EE;
  transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button{
  background:#3EA7EE;
  color:#FFFFFF;
  transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;
}
.file-upload.active .file-select{
  border-color:#3fa46a;
  transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}



/*print page style */

@media print {
  html,
  body {
    height: 100% !important;
  }
  .print-wrapper {
    padding-bottom: 85px !important;
    min-height: 100% !important;
  }
  .print_footer {
    position: relative !important;
    margin-top: -50px !important;
  }
}
.print-wrapper {
  margin: 0 auto;
  min-width: 1000px;
  position: relative;
  background: #ebebeb;
  padding-bottom: 35px;
  box-sizing: border-box;
}
.print-wrapper header {
  height: 198px;
  background: url('../img/printPage/print_header_bg.jpg');
  background-size: cover;
}
.print-wrapper header .print-logo {
  width: 456px;
  height: 70px;
  margin-top: 65px;
  float: left;
  background: url('../img/printPage/print_logo.png');
  margin-left: 6.1%;
}
.print-wrapper header .print-contacts {
  width: 279px;
  height: 137px;
  background: url('../img/printPage/print_contacts.png');
  float: right;
  margin-top: 32px;
  margin-right: 6.1%;
}
.print-wrapper .print_col {
  width: 88%;
  margin: 0 6.1%;
  background-color: #fff;
  position: relative;
  min-height: 126px;
  margin-top: 30px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3.7%;
  padding-right: 3.7%;
  padding-top: 25px;
}
.print-wrapper .print_col:after {
  content: '';
  width: 98.3754%;
  /*110:1090;*/
  height: 11px;
  background-color: #d8dada;
  margin: 0 auto;
  position: absolute;
  bottom: -11px;
  left: 0.9025%;
}
.print-wrapper .print_col h1 {
  font-size: 26px;
  font-family: "open_sanssemibold";
  color: #424242;
  display: block;
  margin-bottom: 30px;
  line-height: 33px;
}
.print-wrapper .print_col .main-info {
  position: absolute;
  left: 44.3181%;
  top: 25px;
}
.print-wrapper .print_col .main-info .l {
  color: #8a8a89;
  font-family: "open_sansregular";
  font-size: 14px;
  float: left;
  width: 180px;
}
.print-wrapper .print_col .main-info .r {
  color: 424242;
  font-family: "open_sansregular";
  font-size: 14px;
  float: left;
}
.print-wrapper .print_col .main-info .color1 {
  color: #0092dc;
}
.print-wrapper .print_col .cell50 {
  width: 49.1315%;
  float: left;
  margin-right: 1.7369%;
}
.print-wrapper .print_col .cell50.omega {
  margin-right: 0;
}
.print-wrapper .print_col h2 {
  font-family: "open_sansregular";
  font-size: 19px;
  color: #424242;
  margin: 0 0 20px 0;
  line-height: 19px;
}
.print-wrapper .print_col table {
  width: 100%;
  border: solid 2px #a3d9f7 ;
}
.print-wrapper .print_col table tr {
  border-bottom: solid 2px #a3d9f7;
}
.print-wrapper .print_col table tr td,
.print-wrapper .print_col table tr th {
  border-right: solid 2px #a3d9f7;
  font-size: 12px;
  color: #8a8a89;
  font-family: 'open_sansregular';
  padding: 1px 10px;
}
.print-wrapper .print_col table tr td:nth-child(2),
.print-wrapper .print_col table tr th:nth-child(2) {
  text-align: right;
  font-family: 'open_sansbold';
  color: #424242;
}
.print-wrapper .print_col table tr:nth-child(even) {
  background-color: #e8f4fc;
}
.print-wrapper .print_col table.w100 thead {
  background-color: #e8f4fc;
}
.print-wrapper .print_col table.w100 td,
.print-wrapper .print_col table.w100 th {
  text-align: left !important;
}
.print-wrapper .print_col table.w100 td.price,
.print-wrapper .print_col table.w100 th.price {
  font-size: 14px;
  color: #0092dc;
  text-align: center !important;
  vertical-align: middle;
  font-family: 'open_sansbold';
}
.print-wrapper .print_col table.w100 td b,
.print-wrapper .print_col table.w100 th b {
  display: block;
  font-family: 'open_sansbold';
  color: #424242;
}
.print-wrapper .print_col table.w100.prod tr:last-child td {
  background-color: #e8f4fc;
}
.print-wrapper .print_col table.w100.prod tr:last-child td:nth-child(3) b {
  text-align: left;
}
.print-wrapper .print_col table.w100.prod tr:last-child td:nth-child(1) {
  border: none;
}
.print-wrapper .print_col table.w100.prod tr:last-child td:nth-child(2) {
  border: none;
}
.print-wrapper .print_col table.w100.prod td:nth-child(2),
.print-wrapper .print_col table.w100.prod th:nth-child(2),
.print-wrapper .print_col table.w100.prod td:nth-child(3),
.print-wrapper .print_col table.w100.prod th:nth-child(3),
.print-wrapper .print_col table.w100.prod td:nth-child(4),
.print-wrapper .print_col table.w100.prod th:nth-child(4) {
  text-align: center !important;
  font-family: 'open_sansregular';
  color: #8a8a89;
}
.print-wrapper .print_col table.w100.prod td {
  background-color: #fff;
}
.print-wrapper .print_col table.w100.prod td:nth-child(5) {
  font-family: 'open_sansbold';
  color: #424242;
}
.print-wrapper .print_col table.w100.prod td[colspan="3"] div {
  text-align: right !important;
}
.print-wrapper .print_col table.w100.prod td[colspan="3"] b {
  text-align: right;
}
.print-wrapper .print_col i {
  font-family: 'open_sansregular';
  font-size: 15px;
  color: #424242;
  display: block;
}
.print_footer {
  position: relative;
  height: 50px;
  background: url('../img/printPage/print_header_bg.jpg');
  background-size: cover;
  text-align: center;
}
.print_footer span {
  font-family: 'open_sanssemibold';
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  line-height: 14px;
  display: inline-block;
}
/*end print page style */
/*.other-content .col12 {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}


.other-content .col12 .cont-box {
  margin-left: 15px;
  font-family: "open_sansbold", Arial;
  color: #2e3133;
}
.other-content .col12 .cont-box h5 {
  font-size: 25px;
  color: #3498db;
  font-family: "open_sanssemibold",Arial;
  margin-top: 5px;
  margin-bottom: 16px;
}
.other-content .col12 .cont-box .address {
   font-size: 15px;
}
.cont-box:nth-child(2) {
  margin-top: 20px;
}
.cont-box:nth-child(2) h5 {
  font-size: 15px !important;
  font-weight: bold;
}*/

.delivery-page {
  background-color: #f8f8f8;
  font-family: 'open_sansregular';
  padding: 30px;
  box-sizing:border-box;
  margin-bottom: 10px;
}
.delivery-page h1 {
  font-family: "open_sanssemibold";
  font-size: 25px;
  line-height: 21px;
  color: #3498db;
  margin-bottom: 0;
}
.delivery-page .auth {
  font-size: 12px;
  color: #8a8a8a;
  margin-top: 5px;
  display: block;
}
.delivery-page .gray-text {
  font-family: "open_sanssemibold";
  color: #525252;
  font-size: 20px;
  line-height: 21px;
}
.delivery-page h2 {
  font-size: 20px;
  font-family: "open_sanssemibold";
  color: #3498db;
  margin-bottom: 5px;
}
.delivery-page h2 i {
  font-size: 15px;
  font-family: "open_sansregular";
}
hr {
  height: 3px;
  background-color: #c6d8e4;
}
.shape-box {
  list-style-type: decimal;
  list-style-position:inside;
}
.shape-box li {
  font-family: "open_sansbold";
  color: #2e3133;
  font-size: 20px;
}
.shape-box li span {
  display: inline !important;
  line-height: 20px;
  /*height: 20px;*/
}
.shape-box li p.redtext {
  color:#e8534f;
}
.shape-box li i {
  display: block;
}
.shape-box li p,
.shape-box li i  {
  font-size: 15px;
  font-family: "open_sansregular";
}
.shape-box li ol {
  margin: 0;
  padding:0;
  margin-left: 20px;
  margin-top: 15px;
}
.shape-box li ol li {
  list-style-type: disc;
  font-size: 15px;
  line-height: 24px;
  font-family: "open_sanssemibold";
  margin: 0;
}

.contacts-page {
  background-color: #f8f8f8;
  font-family: 'open_sansregular';
  padding: 30px;
  box-sizing:border-box;
}
.contacts-page-left-col {
  width: 380px;
  float: left;
}
.contacts-page-left-col p {
  color: #2e3133;
  line-height: 21px;
  font-size: 15px;
}
.contacts-page-left-col .address {
  font-family: 'open_sansregular';
}
.contacts-page-left-col .address .title {
  color: #3498db;
  font-family: "opensans_semibold", Arial;
  font-size: 25px;
}
.contacts-page-left-col .work-hours {

}
.contacts-page-left-col .work-hours .title {
  font-family: 'open_sansbold';
}
.contacts-page-left-col .contact-us .title {
  color: #3498db;
  font-family: "opensans_semibold", Arial;
  font-size: 25px;
}
.contacts-page-left-col .contact-us .tel {
  font-family: "open_sanssemibold";
  font-size: 19px;
}
.contacts-page-left-col .contact-us .email {
  color: #3498db;
}
.yandex-maps {
  width: 500px;
  height: 400px;
  float: left;
  background-color: #ccc;
}

.auth_profile {
  width: 100%;
  min-width: 320px;
  border-bottom: solid 2px #3d4043;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
.auth_profile .box-c {
  width: 87.5%;
  max-width: 720px;
  margin-left: 6.25%;
  margin-right: 6.25%;
}
.auth_profile .userpic_wr {
  float: left;
  cursor: pointer;
}
.auth_profile .userpic_wr .userpic {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #2d3133;
  border: solid 2px #818385;
  box-sizing:border-box;
  background-position: center;
  overflow: hidden;
  background-size: cover;
  float: left;
  margin-right: 14px;
}
.auth_profile .userpic_wr .username {
  font-family: "open_sansbold";
  font-size: 11px;
  text-transform: uppercase;
  line-height: 20px;
  width: 180px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
.auth_profile .logout {
  width: 15px;
  height: 14px;
  float: right;
  margin-top: 23px;
  background: url('../img/persone-sprite.png') 0 -14px;
  cursor: pointer;
  display: block;
}
.auth_profile .box-c .prev-main-menu {
  position: absolute;
  left: 6.25%;
  top: 74px;
  width: 10px;
  height: 12px;
  background: url('../img/main-sprite.png') -100px -354px;
  cursor: pointer !important;
}
.auth_profile .box-c .big-userpic-wr {
  width: 75%;
  margin: 0 auto;
  display: block;
  text-decoration: none;
}
.auth_profile .box-c .big-userpic-wr .userpic {
  width: 120px;
  height: 120px;
  box-sizing:border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #2d3133;
  border: solid 5px #818385;
  margin: 0 auto;
  background-position: center;
  overflow: hidden;
  background-size: cover;

}
.auth_profile .box-c .big-userpic-wr .username {
  font-family: "open_sanssemibold";
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
}
.auth_profile .box-c .big-userpic-wr .email {
  text-align: center;
  display: block;
  color: rgba(255,255,255, 0.4);
  margin-top: 5px;
  margin-bottom: 5px;
}

.auth_profile .box-c .logout_2 {
  width: 15px;
  height: 14px;
  background: url('../img/persone-sprite.png') 0 -14px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 6.25%;
  top: 73px;
}
.auth_profile .box-c .logout {
  width: 15px;
  height: 14px;
  margin-top: 23px;
  float: right;
  background: url('../img/persone-sprite.png') 0 -14px;
  cursor: pointer;
  display: block;
}


.buttons-group {
  margin-bottom: 30px;
}
.buttons-group .order-list-button {
  display: block;
  width: 100px;
  height: 40px;
  padding: 0;
  /*-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;*/
  /*background-color: #3498db; */
  float: left;
  color: #2e3133;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "open_sansbold";
  border: solid 1px #d9d9d9;
  cursor: pointer;
  margin: 0px -1px 0 0;
  line-height: 12px;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.buttons-group .order-list-button:nth-child(1) {
  border-radius: 2px 0px 0px 2px;
}

.buttons-group .order-list-button:hover:nth-child(6) {
  border-color: #E8534F;
}
.buttons-group .order-list-button:hover:hover:nth-child(6) {
  color: #E8534F !important;
}
.buttons-group .order-list-button.order_cancel {
  color: #E8534F !important;
}
.buttons-group .order-list-button:last-child {
  border-radius: 0 2px 2px 0;
}
.buttons-group .order-list-button.order_cancel:hover {
  color: #E8534F !important;
  border-color: #E8534F !important;
}
.buttons-group .order-list-button span {
  display: table-cell;
  height: 38px;
  vertical-align: middle;
  width: 33%;
  text-align: center;
  padding: 0 5px;
}
.buttons-group .order-list-button:hover {
  border-color: #3498db;
  color: #3498db;
  z-index: 3;
}
.buttons-group .order-list-button:hover span {
  /*margin-top: 8px;*/
}
.delivery-and-payment .items-wr:first-child {

}
#dely_dates_chosen {
  width: 440px !important;
  position: relative !important;
}
#dely_dates_chosen .chosen-single {
  width: 440px !important;
  /*background-color: rgba(249,252,254,0);*/
  background-color: #f9fcfe;
  color: #000;
}
#dely_dates_chosen .chosen-drop {
  width: 440px !important;
  border-radius: 0 0 2px 2px;
  position: absolute !important;
}
.samovivoz-info-box {
  position: relative;
  width: 480px !important;
  margin-top: 20px;
  background-color: #77beed;
  left: -19px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: -21px;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.delivery-info-box {
  position: relative;
  width: 480px !important;
  margin-top: 20px;
  background-color: #77beed;
  left: -19px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: -21px;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.delivery-info-box #piter_budnie,
.delivery-info-box #nn_budnie,
.delivery-info-box #moscow_budnie {
  width: 440px !important;
  display: block;
}
.delivery-info-box #piter_budnie tbody,
.delivery-info-box #nn_budnie tbody,
.delivery-info-box #moscow_budnie tbody {
  display: block;
  position: relative;
}
.delivery-info-box #piter_budnie tbody tr,
.delivery-info-box #nn_budnie tbody tr,
.delivery-info-box #moscow_budnie tbody tr {
  display: block;
}
.delivery-info-box #piter_budnie tbody tr td,
.delivery-info-box #nn_budnie tbody tr td,
.delivery-info-box #moscow_budnie tbody tr td {
  display: block;
}
.delivery-info-box #piter_budnie tbody tr:nth-child(1) td,
.delivery-info-box #nn_budnie tbody tr:nth-child(1) td,
.delivery-info-box #moscow_budnie tbody tr:nth-child(1) td {
  text-align: center;
  padding-top: 30px;
  color: #2e3133;
  font-size: 16px;
  text-transform: uppercase;
  font-family: open_sansbold;
}
.delivery-info-box #piter_budnie tbody tr:nth-child(2),
.delivery-info-box #nn_budnie tbody tr:nth-child(2),
.delivery-info-box #moscow_budnie tbody tr:nth-child(2) {
  text-align: center !important;
  border-bottom: solid 2px #3498db;
  margin-bottom: 15px;
}
.delivery-info-box #moscow_budnie tbody tr:nth-child(3) {

}
.delivery-info-box #piter_budnie tbody tr:nth-child(2) td,
.delivery-info-box #nn_budnie tbody tr:nth-child(2) td,
.delivery-info-box #moscow_budnie tbody tr:nth-child(2) td {
  width: 100px !important;
  display: inline-block;
  margin-bottom: 30px !important;
  margin-top: 10px !important;
  text-align: center;
}
.delivery-info-box #piter_budnie tbody tr:nth-child(2) td label,
.delivery-info-box #nn_budnie tbody tr:nth-child(2) td label,
.delivery-info-box #moscow_budnie tbody tr:nth-child(2) td label {
  width: 80px !important;
  /*float: left;*/
  background-color: transparent;
  display: inline-block !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  font-family: 'open_sansbold';
  font-size: 14px;
  text-transform: uppercase;
}
.delivery-info-box #piter_budnie tbody tr:nth-child(2) td label input,
.delivery-info-box #nn_budnie tbody tr:nth-child(2) td label input,
.delivery-info-box #moscow_budnie tbody tr:nth-child(2) td label input {
  position: relative !important;
  left: auto !important;
  z-index: 1 !important;
  display: block !important;
  float: left !important;
}
.timerange {
  list-style-type: none;
  padding: 0;
  margin-left: 4px;
  margin-top: 28px;
  width: 340px;
  position: absolute;
}
.timerange li {
  padding: 0px 3px;
  margin: 0;
  /*margin-right: 6.7px;*/
  float: left;
  font-size: 12px;
  letter-spacing: -0.7px;
  color: #2e3133;

}
.timerange li.selected_end,
.timerange li.selected_start {
  background-color: #3498db;
  border-radius: 2px;
  color: #fff;
}
.tdslide .tdslide-bg-wrapper {
  padding: 0 17px;
  margin: 0 auto;
  background-color: #FAFAFA;
  border-radius: 2px;
  background-color:
}
.tdslide {
  width: 300px;
  height: 60px;
  vertical-align: middle;
  background:url('../img/lines.png');
  box-sizing: border-box;
  padding-top: 22px;
  background-position: 17px;
  background-repeat: no-repeat;
  margin: 0 auto;

}
.noUi-target {
  border-radius: 0 !important;
  border:none !important;
  box-shadow: none !important;
}
.delivery_info {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 37px;
  /* border-top: solid 1px #fff; */
  display: block;
  padding-top: 16px;
  border-top: solid 2px #3498db;
  color: #2e3133;
  font-family: open_sansregular;
}
.delivery_info .delivery_info_data {
  font-size: 14px;
  font-weight: bold;
  clear: both;
  display: block;
}
.delivery_info #event-start3,
.delivery_info #event-end3 {
  font-size: 18px;
  line-height: 26px;
}
.tdvecher {
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: open_sansregular;
}
.noUi-connect {
  background-color: #3498db !important;
  box-shadow: none !important;
}
.other-content .col12 {
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  background-color: #fff;
}
.delivery-page {
  background-color: #f8f8f8;
  font-family: 'open_sansregular';
  padding: 30px;
  box-sizing:border-box;
  margin-bottom: 10px;
}
.delivery-page h1 {
  font-family: "open_sanssemibold";
  font-size: 25px;
  line-height: 21px;
  color: #3498db;
  margin-bottom: 0;
}
.delivery-page .auth {
  font-size: 12px;
  color: #8a8a8a;
  margin-top: 5px;
  display: block;
}
.delivery-page .gray-text {
  font-family: "open_sanssemibold";
  color: #525252;
  font-size: 20px;
  line-height: 21px;
}
.delivery-page h2 {
  font-size: 20px;
  font-family: "open_sanssemibold";
  color: #3498db;
  margin-bottom: 5px;
}
.delivery-page h2 i {
  font-size: 15px;
  font-family: "open_sansregular";
}
hr {
  height: 3px;
  background-color: #c6d8e4;
}
.shape-box {
  list-style-type: decimal;
  list-style-position:inside;
}
.shape-box li {
  font-family: "open_sansbold";
  color: #2e3133;
  font-size: 20px;
}
.shape-box li span {
  display: block;
  line-height: 20px;
  margin-bottom: -5px;
}
.shape-box li p.redtext {
  color:#e8534f;
}
.shape-box li p,
.shape-box li i  {
  font-size: 15px;
  font-family: "open_sansregular";
}
.shape-box li ol {
  margin: 0;
  padding:0;
  margin-left: 20px;
  margin-top: 15px;
}
.shape-box li ol li {
  list-style-type: disc;
  font-size: 15px;
  line-height: 24px;
  font-family: "open_sanssemibold";
  margin: 0;
}
.delivery-table {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}
.delivery-table-header {
  text-align: center;
  display: table-caption;
  background-color: #3A99D8;
  color: #fff;
  vertical-align: middle;
  height: 77px;
  font-family: open_sanssemibold;
  font-size: 22px;
}
.delivery-table-header b {
  margin-top: 11px;
  display: inline-block;
}
.delivery-table-row {
  width: 100%;
  display: table-row;
  box-sizing:border-box;
  height: 49px;
}
.delivery-table-row:nth-child(1) {
  background-color: #ccc;
}
.delivery-table-row:nth-child(2) {
  background-color: #B5D6ED !important;
}
.delivery-table-row:nth-child(2) b {
  font-size: 15px;
  font-family: "open_sansregular", Arial;
}
.delivery-table-row:nth-child(even) {
  background-color: #EBF1F4;
}
.delivery-table-row:nth-child(odd) {
  background-color: #d5dfe6;
}
.delivery-table-row .delivery-table-cell:nth-child(1) {
  /*padding-right: 20%;*/
}
.delivery-table-row .delivery-table-cell:nth-child(2) {
  /*padding-left: 20%;*/
}
.delivery-table-cell {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  border-bottom: solid 1px #f8f8f8;
}
.delivery-table-cell b {
  font-size: 15px;
}
.delivery-table-cell p {
  display: inline;
}

@media (max-width: 760px) {
  .shape-box li {
    margin-left: 0;
  }
  .col12.delivery {
    margin: 0;
  }
  .delivery-table-header b {
    font-size: 12px !important;
  }
  .delivery-table-header p {
    font-size: 11px !important;
  }
  .delivery-table-header br {
    display: none;
  }
  .delivery-table-row .delivery-table-cell:nth-child(1) {
    padding-right: 5px;
    padding-left: 5px;
  }
  .delivery-table-row .delivery-table-cell:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .delivery-table-cell b {
      font-size: 11px !important;
      /*line-height: */
  }
}
._text{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
/*  font-style: italic; */
  color: #727272
}

#outdated {
  display:none;
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00caff;
  font-family: "Open Sans", sans-serif;
  font-size: 56px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  padding-top: 200px;
}
#outdated .description  {
  font-size: 22px;
  line-height: 24px;
  margin-top: 40px;
  width: 620px;
  margin: 0 auto;
  margin-top: 30px;
}


#rootSection  {
color: #919599;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 15px;
}
#rootSection a  {
border-bottom: 1px dashed;
    color: #3498db;
    text-decoration: none;
}
div.add-basket-box input.in_cart[type="submit"] {
    border: 1px solid #000;
    color: #696969;
    background-color: #fff;
}

div.card input[type="submit"].card-add-basket {
    margin-left: 10px;
    width: 135px;
    height: 40px;
    background-color: #0032FE;
    font-size: 13px;
    float: left;
}

div.card input[type="submit"].in_cart {
    border: 1px solid #000;
    color: #696969;
    background-color: #fff;
}

#hid {
        opacity: 0;
        position: fixed;
        z-index:999999;
        right:0;
}

#hid span.price {
    color: #4fa2da;
    float: right;
    margin-top: 7px;
}

#hid div.basket-crt-box {
    margin-left: 30px;
    background: url('../img/main-sprite2.png') -130px -57px;
}

#hid  div.basket-contents {
    margin-left: -235px;
    margin-top: 135px;
}

#hid div.basket-contents:before {
    left: 115px;
}

div.basket-box:hover div.ptichka {
  visibility: visible;
  opacity: 1;
}

div.ptichka {
    content: '';
    visibility: hidden;
    width: 40px;
    height: 20px;
    background: url('/bitrix/templates/a4c/css/../img/main-sprite.png') -73px -20px;
    position: absolute;
    margin-top: 60px;
    margin-left: 85px;
    z-index: 999999;
}

#hid div.ptichka {
    left: 115px;
}

div.card input[type="submit"]:disabled.card-add-basket {
    cursor: default;
    opacity: 0.2;
}

#hid div.no-active span.price {
    display: none;
}
#hid div.no-active a.order-btn {
    display: none;
}

.error_s {color:#e8534f;font-weight: bold;}
.success_s {color:#3498db;font-weight: bold;}
	div.mobileorder {
		display: none;
	}
