svg {
  width: 100%;
  height: 100%;
}

img.svg {
  width: 100%;
  height: 100%;
}
.gmw {
  background: #040d0d;
}
.gm-box {
  margin: 0 auto;
}
.gm > li > a {
  font-size: 87%;
  font-weight: 300;
  color: #bcc3c5;
  display: block;
}
.dotted {
  display: inline-block;
}
.dotted:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-top: #4673ab 1px dotted;
  margin: -1px auto 0;
}
.htop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 86.7%;
}
.htop > a,
.htop > span {
  color: #4673ab;
  display: inline-block;
  cursor: pointer;
}
.htop > a:hover,
.htop > span:hover,
.htop > a:focus,
.htop > span:focus {
  color: #284263;
}
.htop .l {
  position: relative;
  text-align: right;
}
.htop .l > span {
  text-decoration: underline;
}
.htop .l > form {
  display: inline-block;
}
.htop .r {
  position: relative;
}
.HDR {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.HDR .srch .t {
  font-style: italic;
  font-size: 120%;
  background: url(/themes/homy/img/rub.png) left center no-repeat;
  padding-left: 30px;
}
.HDR .srch .t div {
  color: #ff5816;
}
.HDR .cart {
  text-align: right;
}
.logo {
  text-decoration: none;
  color: #040d0d;
}
.logo .nm {
  font-size: 306.7%;
}
.logo .nm > div {
  display: inline-block;
  font-weight: bolder;
  color: #ff5816;
  background: url(/themes/homy/img/bgr_blue.jpg);
  background-size: cover;
  padding: 4px 5px;
  line-height: 80%;
  border-radius: 10px;
  margin: 0 3px;
}
.logo .slogan {
  font-size: 66.7%;
  color: #818588;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.h-conts {
  position: relative;
  color: #040d0d;
  font-size: 86.7%;
}
.h-conts > div {
  margin-bottom: 3px;
}
.h-conts .p p {
  margin: 0;
  padding: 0;
}
.h-conts .p p:first-child {
  font-size: 169.2%;
  font-weight: 400;
}
.h-conts .p p:last-child {
  font-size: 86.7%;
}
.h-conts .wav {
  background: url(/themes/homy/img/wav.png) left center no-repeat;
  padding-left: 40px;
  min-height: 18px;
}
.h-conts .s {
  background: url(/themes/homy/img/skype.png) left center no-repeat;
  padding-left: 21px;
}
.h-conts .e a {
  color: #4673ab;
}
.h-conts .recall {
  position: absolute;
  left: -85px;
  top: 10px;
  z-index: 10;
  width: 112px;
  height: 57px;
  background: url(/themes/homy/img/cloud.png) center center no-repeat;
  text-align: center;
  padding-top: 10px;
}
.h-conts .recall span {
  margin-left: -10px;
  font-size: 92.3%;
  color: #4673ab;
}
.h-conts .recall:hover,
.h-conts .recall:focus {
  cursor: pointer;
}
.h-conts .recall:hover span,
.h-conts .recall:focus span {
  color: #284263;
}
.top-srch {
  margin-top: 15px;
}
.input-with-btn form {
  margin: 0;
  padding: 0;
  background: #eff0f4;
  border-radius: 3px;
  padding: 2px;
  height: 30px;
  position: relative;
}
.input-with-btn input {
  border: 0;
  background: transparent;
  width: 70%;
  padding-left: 15px;
  height: 26px;
}
.input-with-btn button {
  float: right;
  border: 0;
  border-radius: 3px;
  height: 26px;
}
.tcart {
  display: block;
  text-decoration: none;
  color: #040d0d;
  background: url(/themes/homy/img/bgr_blue.jpg);
  background-size: cover;
  overflow: hidden;
}
.tcart .svg,
.tcart svg {
  float: left;
  width: 26px;
  height: 22px;
}
.tcart .svg path,
.tcart svg path {
  fill: #ff5816;
}
.tcart p {
  float: right;
  width: 75%;
  margin: 0;
  display: inline-block;
  padding-right: 5px;
  text-align: right;
}
.tcart .t {
  font-weight: 400;
  margin-bottom: 3px;
}
.tcart .cart-total-products {
  color: #4673ab;
  text-decoration: underline;
}
.tsel {
  display: inline-flex;
  justify-content: space-between;
  margin-top: 5px;
  width: 200px;
}
.tsel a {
  color: #363c3e;
  font-size: 73.3%;
  border-bottom: #4673ab 1px dotted;
}
.tsel a .svg {
  width: 15px;
  height: 18px;
  float: left;
  margin-right: 5px;
}
.tsel a span {
  color: #4673ab;
}
.tsel a:hover {
  border-bottom: #4673ab 1px solid;
}
.cities-win {
  display: none;
  position: absolute;
  z-index: 100;
  top: 150%;
  border: #e3e5eb 2px solid;
  border-radius: 10px;
  background: #fff;
}
.cities-win .-wrp {
  position: relative;
  padding: 20px;
}
.cities-win .-wrp > .cross {
  position: absolute;
  top: 10px;
  right: 10px;
}
.city-field .cross {
  float: right;
  margin: 5px 10px 0 0;
}
.cities-list a {
  text-decoration: none;
  display: inline-block;
  width: 48%;
}
.cities-list a span {
  color: #4673ab;
  border-bottom: #4673ab 1px dotted;
}
.cities-list a.more span {
  color: #000;
}
.citl-more {
  display: none;
}
.access-win {
  display: none;
  right: 0px;
  text-align: left;
}
.access-win .p-s-h {
  width: 320px !important;
}
.access-win .line .t {
  display: inline-block;
  width: 20%;
}
.access-win .line input[type=text],
.access-win .line input[type=password] {
  width: 78%;
}
.ns-wrap {
  margin-top: 20px;
}
.inews {
  width: 25%;
}
.inews .h {
  color: #2c3333;
  font-size: 146.7%;
  padding-bottom: 15px;
  border-bottom: #dbdee6 1px solid;
}
.inews-list {
  margin-bottom: 10px;
}
.inews-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: #dbdee6 1px dashed;
}
.inews-list .img {
  position: relative;
  width: 60px;
  display: block;
  text-align: center;
}
.inews-list .img img {
  width: 100%;
  height: 60px;
  border-radius: 10px;
}
.inews-list .img:hover {
  opacity: 0.8;
}
.inews-list .t {
  font-size: 86.7%;
  width: 210px;
  line-height: 100%;
}
.inews-list .t a {
  color: #4673ab;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.inews-list .t a:hover {
  color: #ff5816;
  text-decoration: underline;
}
.inl-date {
  margin-top: -20px;
  color: #040d0d;
  text-transform: lowercase;
}
.inl-date div {
  display: inline-block;
  background: #fff;
  width: 36px;
  height: 28px;
  line-height: 28px;
  color: #ff5816;
  font-size: 133.3%;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  margin-bottom: -5px;
}
.inews-all {
  font-size: 86.7%;
  color: #4673ab;
}
.slider-box {
  width: 72%;
}
.utp-1 {
  border-radius: 10px;
  background: #e3e5eb;
  text-align: center;
  font-size: 106.7%;
  font-style: italic;
  width: 100%;
  padding: 10px 5px;
}
.utp-1 b,
.utp-1 span {
  font-weight: 700;
}
.utp-1 span {
  color: #4673ab;
}
.slider-wrap {
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 20px;
}
.slider-wrap .btn-arr {
  position: absolute;
  top: 163px;
  z-index: 10;
}
.slider-wrap .btn-arr.next {
  right: 18px;
}
.slider-wrap .btn-arr.prev {
  left: 18px;
}
.slide {
  display: inline-block;
  color: #fff;
  font-size: 86.7%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 370px;
  padding: 30px 60px;
}
.slide:hover {
  color: #fff;
}
.slide .h {
  text-transform: uppercase;
  color: #fff;
}
.slide .h p {
  margin: 0;
  padding: 0;
}
.slide .h p:nth-child(1) {
  font-size: 206.7%;
  font-weight: 500;
  color: #ff5816;
}
.slide .h p:nth-child(2) {
  font-size: 193.3%;
}
.slide .h p:nth-child(3) {
  font-size: 120%;
  font-style: italic;
}
.slide ul {
  padding: 0;
  margin: 20px 0;
}
.slide ul li {
  list-style: disc inside;
  margin: 5px 0;
}
.slide .btn {
  padding: 12px 30px;
}
.slider-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 50;
}
.slider-dots i,
.slider-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 3px;
}
.slider-dots i.active,
.slider-dots li.active {
  background: #ff5816;
}
.psh-wrap {
  margin-top: 40px;
}
.p-s-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../img/1px_border.gif) center center repeat-x;
  /*.t {
    .fRel(26px);
    .m(0);
    .admin-edit a {
      .dInline;
      .fSize(12px);
    }
  }*/
}
.p-s-h .t {
  text-transform: uppercase;
  font-size: 146.7%;
  font-weight: 500;
  background: #fff;
  padding-right: 10px;
}
.p-s-h .t > a {
  display: inline-block;
  width: 9px;
  height: 24px;
  background: url(../img/arr_blue.png);
  vertical-align: middle;
  margin-left: 10px;
}
.p-s-h .t .admin-edit a {
  display: inline-block;
  font-size: 12px;
}
.p-s-h .r {
  background: #fff;
  padding-left: 15px;
  text-align: right;
}
.p-s-h .r a {
  color: #4673ab;
  font-size: 86.7%;
}
.p-s-h .r a.btn {
  color: #fff;
  text-decoration: none;
}
.p-s-h .r .ya-share2 {
  display: inline-block;
  vertical-align: middle;
}
.p-s-h.small .t {
  font-size: 106.7%;
}
.psh-arrows {
  display: inline-flex;
  justify-content: space-between;
  width: 70px;
}
.psh-arrows i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: #dbdee6 2px solid;
  background: url(../img/arr_psh.png) center center no-repeat;
}
.psh-arrows i.prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.psh-arrows i:hover,
.psh-arrows i:focus {
  border: #4673ab 2px solid;
  cursor: pointer;
}
.prod-slider-wrap {
  position: relative;
}
.ps-arrow {
  position: absolute;
  top: 173px;
  background: url(../img/btn_arr.png);
  width: 16px;
  height: 44px;
}
.ps-arrow.prev {
  lefT: 0;
}
.ps-arrow.next {
  right: 0;
  background-position: -16px 0;
}
.ps-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
.ps-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.plist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.plist .-itm {
  background: #fff;
  width: 250px;
  border: #dbdee6 1px solid;
  border-radius: 10px;
  position: relative;
  margin-top: 5px;
}
.plist .-itm .-wrp {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}
.plist .-itm .-inf {
  position: absolute;
  left: 90%;
  top: 5px;
  z-index: 10;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 13px;
  color: #89a8ce;
  border: #89a8ce 1px solid;
  background: #fff;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}
.plist .-itm .im {
  display: block;
  width: 99%;
  height: 220px;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 10px 10px;
}
.plist .-itm .im img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.plist .-itm .-a {
  position: absolute;
  top: -100%;
  z-index: 20;
  padding: 10px;
  background: #ff5816;
  color: #fff;
  font-size: 86.7%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.plist .-itm.-lbld .-a {
  padding-top: 35px;
}
.plist .-itm .n {
  display: block;
  padding: 0 10px;
  font-weight: 500;
  font-size: 106.7%;
  color: #4673ab;
  overflow: hidden;
}
.plist .-itm .n:hover {
  color: #ff5816;
}
.plist .-itm .-gn {
  height: 70px;
}
.plist .-itm .st {
  margin-bottom: 15px;
  padding: 0 10px;
}
.plist .-itm .t {
  font-size: 86.7%;
  padding: 0 10px;
  margin: 0 0 5px 0;
}
.plist .-itm .p {
  padding: 0 10px;
}
.plist .-itm .p b {
  font-size: 133.3%;
  font-weight: 500;
}
.plist .-itm .p span {
  color: #ff5816;
  text-decoration: line-through;
  font-size: 12px;
}
.plist .-itm .f {
  margin-top: 20px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
}
.plist .-itm .f a {
  color: #4673ab;
}
.plist .-itm .-b {
  padding: 5px 10px;
}
.plist .-itm .-b a {
  text-decoration: none;
  color: #394a5c;
  font-size: 73.3%;
}
.plist .-itm .-b a:hover {
  color: #040d0d;
}
.plist .-itm .-b a:hover .svg {
  opacity: 0.8;
}
.plist .-itm .-b .svg {
  width: 15px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.plist .-itm .-more {
  display: inline-block;
  color: #4673ab;
  font-size: 86.7%;
  margin: 10px 0 0 10px;
  padding: 5px 10px 10px 0;
  /*.baradius(5px);
      &:hover {
      	.bgr(@orangeColor);
      }*/
}
.plist .-itm:hover,
.plist .-itm:focus {
  border: #ff5816 1px solid;
  /*.-a {
        .dBlock;
      }*/
}
.plist .-itm:hover .-inf,
.plist .-itm:focus .-inf {
  color: #4673ab;
  border: #4673ab 1px solid;
}
.plist.-grid .-itm {
  min-height: 390px;
}
.plist.-list {
  position: relative;
}
.plist.-full .-itm {
  height: 410px;
}
.plist.-cat .-itm {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.plist.-indx {
  margin-top: 20px;
}
.plist.-indx .im {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.plist.-indx .n {
  text-align: center;
}
.plist.-indx .tp {
  text-align: center;
}
.plist.-indx .tp b {
  font-size: 133.3%;
}
.plist.-selected .-itm .n,
.plist.-selected_short .-itm .n {
  padding: 10px 0;
}
.plist.-selected .-itm .prod-rate,
.plist.-selected_short .-itm .prod-rate {
  text-align: left;
}
.plist.-selected .-itm .-si .--tg,
.plist.-selected_short .-itm .-si .--tg {
  font-size: 80%;
}
.plist.-selected .-itm .-si .--b a,
.plist.-selected_short .-itm .-si .--b a {
  color: #ff5816;
  font-size: 90%;
  text-decoration: none;
}
.plist.-selected .-itm .-si .--b a span,
.plist.-selected_short .-itm .-si .--b a span {
  border-bottom: #ff5816 1px dotted;
}
.plist .ps-lbl {
  vertical-align: top;
}
.to-cart {
  padding: 10px 16px 10px 40px;
  background: #ff5816 url(../img/ico_cart.svg) no-repeat 15% center;
  background-size: 20px, 17px;
  border-bottom: #c44817 3px solid;
  text-transform: uppercase;
  font-size: 93.3%;
  font-weight: 500;
}
.to-cart:hover {
  background: #4673ab url(../img/ico_cart.svg) no-repeat 15% center;
  background-size: 20px, 17px;
}
.to-cart.goto-cart {
  padding-left: 16px;
  background: #42c16c;
  border-bottom: #339d56 3px solid;
}
.to-cart.goto-cart span {
  display: block;
}
.to-cart.goto-cart a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.to-cart.goto-cart:hover {
  background: #339d56;
}
.to-cart.goto-cart.js-to-cart-from-list {
  font-size: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.to-cart.-in {
  background: #42c16c url(../img/ico_cart.svg) no-repeat 15% center;
  background-size: 20px, 17px;
  border-bottom: #339d56 3px solid;
}
.ps-lbl-w {
  position: absolute;
  z-index: 50;
  left: 10px;
  top: -4px;
}
.ps-lbl {
  margin-right: 2px;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  font-style: normal;
  border-radius: 3px 3px 0 0;
}
.ps-lbl:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
.ps-lbl.-new {
  background: #42c16c;
  font-size: 12px;
  font-weight: 500;
}
.ps-lbl.-new:after {
  border-top: 10px solid #42c16c;
}
.ps-lbl.-rek {
  background: #f7c159 url(../img/ico_thumb.svg) no-repeat center center;
  background-size: 1.5em, 1.5em;
  color: #f7c159;
}
.ps-lbl.-rek:after {
  border-top: 10px solid #f7c159;
}
.ps-lbl.-disc {
  background: #499ad9;
  font-size: 160%;
}
.ps-lbl.-disc:after {
  border-top: 10px solid #499ad9;
}
.ps-lbl.-sale {
  background: #ba8ae2;
  font-size: 80%;
}
.ps-lbl.-sale:after {
  border-top: 10px solid #ba8ae2;
}
.act-slider li {
  height: 410px;
  font-size: 86.7%;
}
.act-slider li .an {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
  color: #4673ab;
  font-size: 123.1%;
  font-weight: 500;
}
.act-slider li .aim {
  width: 100%;
  height: 125px;
}
.act-slider li .at {
  padding: 20px;
}
.act-slider li .af {
  text-align: center;
  margin-top: 10px;
}
.act-slider li .af a {
  color: #4673ab;
}
.as-timer {
  background: #dbdee6;
  padding: 15px 0px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  height: 75px;
}
.as-timer .h {
  width: 50px;
  color: #1a2222;
}
.as-timer .tm {
  width: 170px;
}
.as-timer .tm .timer {
  font-size: 120%;
  font-weight: bold;
}
.as-timer .tm p {
  margin: 0;
  padding: 0;
  float: left;
  width: 46px;
  font-size: 84.6%;
  color: #7f8686;
  text-align: center;
}
.as-timer .tm p:nth-child(3) {
  margin-left: 14px;
  margin-right: 12px;
}
.as-timer .tm.infinite {
  font-size: 93.3%;
  color: #337500;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
}
.buy-now li {
  width: 20%;
}
.buy-now li .ic {
  display: block;
  width: 100%;
  height: 210px;
  margin-bottom: 10px;
}
.buy-now li a {
  font-weight: 500;
  color: #4673ab;
}
.buy-now li a:hover {
  color: #284263;
}
.brand-slider-wrap {
  margin-top: 40px;
}
.brand-slider {
  width: 100%;
  height: 100px;
}
.brand-slider a {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.brand-slider .owl-controls {
  display: none;
}
.ss-wrap {
  background: #e3e5eb;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
}
.ss-wrap .p-s-h {
  background: url(../img/1px_border_w.gif) center center repeat-x;
  margin-bottom: 30px;
}
.ss-wrap .p-s-h .t {
  background: #e3e5eb;
}
.s-sides li {
  text-align: center;
  font-size: 80%;
  font-weight: 500;
  padding-bottom: 10px;
}
.s-sides li i {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  margin-bottom: 20px;
  background: #fff;
}
.s-sides li i img {
  vertical-align: middle;
}
.s-sides li div {
  clear: both;
}
.reason5 {
  margin-top: 30px;
}
.reason5 > div {
  width: 49%;
  border-radius: 10px;
  overflow: hidden;
  font-size: 100%;
}
.reason5 > div ul {
  padding: 10px 30px;
  margin: 0 10px;
}
.reason5 > div ul li {
  list-style: disc;
  padding-left: 10px;
  margin: 10px 10px;
}
.reason5 > div ul li span {
  color: #040d0d;
}
.reason5 > div ul li b {
  font-weight: 700;
}
.reason5 .h {
  padding-left: 30px;
  height: 75px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.reason5 .h .svg {
  vertical-align: middle;
  float: left;
  margin: 0px 10px 0 0;
  fill: #fff;
}
.reason5 .bad {
  border: #f6bdbf 2px solid;
}
.reason5 .bad .h {
  background: #cb0b13;
  padding-top: 20px;
}
.reason5 .bad .h .svg {
  width: 23px;
  height: 23px;
  margin-top: 7px;
}
.reason5 .bad ul {
  color: #cb0b13;
}
.reason5 .good {
  border: #9bd1a6 2px solid;
}
.reason5 .good .h {
  background: #16a333;
  padding-top: 28px;
}
.reason5 .good .h .svg {
  width: 27px;
  height: 27px;
}
.reason5 .good ul {
  color: #16a333;
}
.we-dgts li {
  width: 150px;
  font-size: 80%;
  font-weight: 500;
  text-align: center;
}
.we-dgts li > div {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: #dbdee6 1px solid;
  line-height: 130px;
  font-weight: bold;
  color: #ff5816;
  font-size: 533.3%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.we-dgts li > div.-g {
  color: #394a5c;
}
.we-dgts li > div.-m {
  font-size: 360%;
}
.we-dgts li > div.-s {
  font-size: 293.3%;
}
.we-dgts li > div.-s div {
  line-height: 80%;
  padding-top: 23px;
}
.we-dgts li > div.-s span {
  font-size: 80%;
}
.htw-tabs li {
  padding: 15px 15px;
  font-size: 100%;
  font-weight: 700;
  margin: 0 2px;
  border-radius: 5px;
  background: #dbdee6;
  color: #ff5816;
}
.htw-tabs li:not(.act) span {
  border-bottom: #ff5816 1px dotted;
}
.htw-tabs li.act,
.htw-tabs li:hover {
  color: #040d0d;
  background: #fff;
  cursor: pointer;
}
.htw-tabc {
  width: 100%;
  min-height: 80px;
}
.htw-tabc li {
  /*.absolute;
    left: 0;
    top: 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.htw-tabc li > div {
  line-height: 100%;
  text-wrap: normal;
}
.htw-tabc li > div b {
  font-weight: 700;
}
.htw-tabc li > div:not(:last-child) {
  background: url(../img/arr_rl.png) 90% 30% no-repeat;
}
.htw-tabc li > div div {
  display: inline-block;
}
.htw-tabc li i {
  display: inline-block;
  width: 48px;
  height: 38px;
  background: url(../img/ico_htw.png) no-repeat;
}
.htw-tabc li .i2 {
  background-position: -48px 0;
}
.htw-tabc li .i3 {
  background-position: -96px 0;
}
.htw-tabc li .i4 {
  background-position: -144px 0;
}
.htw-tabc li .i5 {
  background-position: -192px 0;
}
.htw-tabc li .i6 {
  background-position: -240px 0;
}
.htw-tabc li .i7 {
  background-position: -288px 0;
}
.htw-tabc li .i8 {
  background-position: -336px 0;
}
.htw-tabc li .i9 {
  background-position: -384px 0;
}
.htw-tabc li .i10 {
  background-position: -432px 0;
}
.itext {
  -webkit-columns: 2 400px;
  -moz-columns: 2 400px;
  columns: 2 400px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 0px;
  text-align: left;
  margin-top: 50px;
  border-top: #dbdee6 1px solid;
  padding-top: 40px;
}
footer {
  background: #5c7489;
  margin-top: 40px;
}
.ftr {
  color: #c8d4dc;
}
.ftr .logo {
  color: #fff;
}
.ftr .logo .nm {
  font-size: 213.3%;
  font-weight: 300;
}
.ftr .logo .slogan {
  color: #fff;
  font-size: 46.7%;
}
.ftr a {
  color: #c8d4dc;
}
.ftr .h-conts {
  color: #fff;
}
.ftr .h-conts a {
  color: #fff;
}
.ftr-menu a {
  display: block;
  padding-bottom: 10px;
}
.ftr-menu a:hover {
  color: #fff;
}
.ftrb {
  background: #2c3f53;
  padding: 20px 0;
}
.ftrb .t {
  width: 60%;
  color: #c8d4dc;
  font-size: 73.3%;
}
.ftrb .c {
  text-align: right;
}
.content {
  width: 100%;
}
.crumbs {
  font-size: 86.7%;
}
.crumbs a {
  color: #517aaf;
}
.side-box {
  margin-bottom: 30px;
}
.side-box .h {
  font-size: 106.7%;
  font-weight: bold;
  text-transform: uppercase;
}
.filter {
  position: relative;
  background: #e3e5eb;
  font-size: 86.7%;
}
.filter .h {
  padding: 25px 25px 10px;
  border-bottom: #fff 1px solid;
}
.filter .box {
  padding: 10px 15px;
  position: relative;
}
.filter .box .-t {
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
.filter .box:not(:last-child) {
  border-bottom: #fff 1px solid;
}
.filter .box:not(:first-child) {
  border-top: #bdc2d0 1px solid;
}
.filter .box .info-wrap {
  position: absolute;
  top: 3px;
  right: 3px;
}
.filter .box .info {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #4673ab;
  border: #4673ab 1px solid;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-left: 15px;
}
.filter .box .info div {
  display: none;
  position: absolute;
  top: 12.8px;
  right: 10px;
  z-index: 200;
  background: #ff5816;
  color: #fff;
  min-width: 250px;
  font-weight: 300;
  line-height: 100%;
  padding: 10px 15px;
  font-size: 13px;
  text-align: left;
  border-radius: 5px 0 5px 5px;
}
.filter .box .info div p {
  margin: 0;
  padding: 0;
}
.filter .box .info:hover div {
  display: block;
}
.filter-res {
  display: none;
  position: absolute;
  left: 99%;
  z-index: 50;
  color: #040d0d;
  border-radius: 3px;
  background: #e3e5eb;
  padding: 5px 10px;
  white-space: nowrap;
  border-bottom: #a7aec1 2px solid;
  font-size: 106.7%;
  box-shadow: -1px -1px 2px 0px rgba(0, 0, 0, 0.4);
}
.filter-res a {
  text-decoration: none;
  color: #040d0d;
}
.filter-res a span {
  font-weight: 700;
}
.filter-res div {
  font-weight: bold;
}
.filter-res div a {
  color: #4673ab;
  text-decoration: underline;
}
.fltr-prices {
  margin-top: 15px;
  align-items: center;
}
.fltr-prices > div {
  width: 50%;
}
.fltr-prices > div:last-child {
  text-align: right;
}
.fltr-prices input {
  background: #fff;
  border: #dbdee6 1px solid;
  border-radius: 2px;
  width: 70%;
  height: 24px;
  padding: 2px 5px;
}
.fltr-prices input:focus {
  border: #bdc2d1 1px solid;
}
.range-select {
  position: relative;
  height: 5px;
  background: #fff;
  width: 100%;
  margin: 10px auto;
}
.range-select i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ff5816;
}
.range-select .knob {
  position: absolute;
  display: block;
  top: -5.5px;
  z-index: 10;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.range-select .knob.min {
  left: -8px;
}
.range-select .knob.max {
  left: 98%;
}
.range-select .knob:hover,
.range-select .knob:focus {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.7);
}
.filter-params label:hover {
  text-decoration: underline;
}
.filter-params .fp-item {
  margin: 4px 0;
}
.filter-params .fp-item > div {
  margin: 4px 0;
}
.filter-params.-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filter-params.-col2 > * {
  width: 45%;
}
.f-check {
  width: 16px;
  height: 16px;
  border: #dbdee6 1px solid;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.f-check input {
  display: none;
}
.f-check.hover {
  border: #bdc2d1 1px solid;
}
.f-check.checked {
  position: relative;
}
.f-check.checked:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #bdc2d1;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
}
.filter-clear {
  text-decoration: none;
}
.filter-clear .cross {
  float: left;
  margin: 2px 10px 0 0;
}
.filter-clear span {
  color: #4673ab;
  font-size: 86.7%;
  border-bottom: #4673ab 1px dotted;
}
.filter-clear:hover {
  cursor: pointer;
  text-decoration: none;
}
.filter-clear:hover span {
  border-bottom: #4673ab 1px solid;
}
.filter-clear:hover .cross {
  background: #fff;
}
.side-tags {
  text-align: center;
}
.side-tags a {
  color: #040d0d;
  display: inline-block;
  margin: 2px;
  font-weight: 500;
}
.side-tags a:hover {
  color: #4673ab;
}
.side-tags .-t1 {
  font-size: 73.3%;
  color: #4b4b4b;
}
.side-tags .-t2 {
  font-size: 86.7%;
  color: #7b7b7b;
}
.side-tags .-t3 {
  color: #4b4b4b;
}
.side-tags .-t4 {
  font-size: 120%;
  color: #4b4b4b;
}
.side-tags .-t5 {
  font-size: 133.3%;
}
.rcmnd {
  overflow: hidden;
}
.rcmnd .plist li {
  max-width: 230px;
}
.rcmnd-box {
  position: relative;
  background: url(../img/bgr_blue.jpg);
  background-size: cover;
  width: 100%;
  height: 474px;
  padding: 30px 0;
}
.rcmnd-box .btn-arr {
  position: absolute;
  top: 215px;
  z-index: 10;
}
.rcmnd-box .btn-arr.prev {
  left: 18px;
}
.rcmnd-box .btn-arr.next {
  right: 18px;
}
.rcmnd-box.-simple {
  background: none;
}
.rcmnd-wrap {
  margin: 0 auto;
  width: 90%;
}
.sorter {
  margin: 40px 0;
  font-size: 86.7%;
}
.sorter-kol {
  width: 30%;
}
.sorter-kol div,
.sorter-kol button {
  display: inline-block;
  padding: 0 5px;
}
.sorter-kol button {
  background: none;
  border: none;
  color: #4673ab;
  text-decoration: none;
}
.sorter-kol button:hover {
  color: #040d0d;
}
.sorter-kol button span {
  border-bottom: #4673ab 1px dotted;
}
.sorter-kol button.act {
  color: #040d0d;
}
.sorter-kol button.act span {
  border-bottom: 0;
}
.sorter-cur {
  width: 20%;
}
.sorter-sort {
  width: 30%;
}
.sorter-view {
  width: 70px;
}
.sorter-view button {
  width: 30px;
  height: 30px;
  margin-left: 2px;
  border: 0;
  border-radius: 3px;
}
.sorter-view button.-act,
.sorter-view button:hover {
  border: #dbdee6 1px solid;
}
.sorter-view button.-grid {
  background: url(../img/sv_grid.png) center center no-repeat;
}
.sorter-view button.-list {
  background: url(../img/sv_list.png) center center no-repeat;
}
.brands-in-cat .btn-arr {
  top: 70px;
}
.bic-wrap {
  min-height: 150px;
  width: 94%;
  overflow: hidden;
  margin: 28px auto 0 auto;
}
.bic-slider a {
  color: #4673ab;
  font-size: 86.7%;
  font-weight: 500;
}
.bic-slider a > div {
  width: 120px;
  height: 80px;
  border: #dbdee6 1px solid;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.bic-slider a > div img {
  width: 96%;
}
.bic-slider a:hover {
  color: #ff5816;
}
.bic-slider a:hover > div {
  border: #4673ab 1px solid;
}
.pop-cat {
  border: #dbdee6 1px solid;
  border-radius: 15px;
  align-items: center;
  font-size: 86.7%;
}
.pop-cat .h {
  font-weight: 500;
}
.pop-slider-wrap .btn-arr {
  width: 9px;
  height: 25px;
  background: url(../img/btn_arr_mini.png) no-repeat;
  top: -3px;
}
.pop-slider-wrap .btn-arr.next {
  background-position: -9px 0;
  right: -8px;
}
.pop-slider-wrap .btn-arr.prev {
  left: -12px;
}
.pop-slider a {
  text-align: center;
}
.btn-show-all {
  display: inline-block;
  background: #e3e5eb;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  margin: 0 auto;
  color: #4673ab;
  font-size: 86.7%;
}
.btn-show-all span {
  border-bottom: #4673ab 1px dotted;
}
.btn-show-all:hover {
  background: #c5c9d6;
}
.comp-sol-wrap {
  padding: 20px 0 30px 0;
  border-bottom: #dbdee6 1px solid;
}
.comp-sol-wrap > a {
  margin-top: 20px;
}
.comp-sol {
  text-align: left;
}
.comp-sol li {
  display: none;
}
.comp-sol li .n {
  height: 50px;
}
.comp-sol li:nth-child(-n+3) {
  display: block;
}
.prod-t-left > .ic {
  width: 360px;
  height: 360px;
  border: #dbdee6 1px solid;
  border-radius: 8px;
  overflow: hidden;
  padding: 5px;
  display: block;
}
.prod-t-left a {
  background: #fff;
}
.prod-gal-wrap {
  margin-top: 10px;
  height: 150px;
  width: 100%;
}
.prod-gal-wrap .btn-arr {
  top: 62px;
}
.prod-gal-wrap .btn-arr.prev {
  left: 5px;
}
.prod-gal-wrap .btn-arr.next {
  right: 5px;
}
.prod-gal-box {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.prod-gal {
  text-align: center;
}
.prod-gal a {
  display: inline-block;
  width: 150px;
  height: 150px;
  border: #dbdee6 1px solid;
  border-radius: 8px;
  margin: 5px;
}
.prod-gal a.act,
.prod-gal a:hover {
  border: #ff5816 1px solid;
}
.prod-gal a img {
  max-width: 99%;
}
.prod-lbl {
  text-align: right;
}
.prod-lbl > div {
  display: inline-block;
  margin-left: 10px;
  font-size: 86.7%;
  vertical-align: top;
}
.prod-lbl .ps-lbl {
  position: static;
  transform: scale(0.7, 0.7);
}
.prod-tags {
  font-size: 86.7%;
  padding: 20px;
}
.prod-tags p {
  font-weight: 500;
}
.prod-tags div {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prod-tags div a {
  display: inline-block;
  margin: 3px 10px 3px 0;
}
.prod-inf-1 .-r {
  font-size: 86.7%;
}
.prod-art {
  font-size: 86.7%;
}
.prod-art span {
  font-size: 123.1%;
}
.prod-status {
  font-weight: 500;
  font-size: 106.7%;
}
.prod-kup span {
  font-size: 123.1%;
  color: #ff5816;
}
.prod-rate {
  text-align: right;
}
.prod-price {
  font-size: 93.3%;
  font-weight: 500;
}
.prod-price span {
  font-size: 214.3%;
}
.prod-price span.-o {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
}
.pt-tabs li {
  display: inline-block;
  border: #dbdee6 2px solid;
  padding: 10px;
  border-radius: 3px;
}
.pt-tabs li.act,
.pt-tabs li:hover {
  border: #4673ab 2px solid;
  cursor: pointer;
}
.pt-tabs-pup {
  position: relative;
}
.pt-tabs-pup-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}
.pt-tabs-cont-wrap {
  padding: 15px;
  position: relative;
  border: #4673ab 2px solid;
  margin-top: 13px;
  background: #fff;
}
.pt-tabs-cont-wrap > i {
  position: absolute;
  z-index: 100;
  left: 15px;
  top: -13px;
  display: inline-block;
  width: 30px;
  height: 15px;
  background: url(../img/arr_pt_tab.png);
}
.pt-tabs-cont-wrap > .close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 50;
}
.pt-form {
  color: #333;
  font-size: 86.7%;
  text-align: center;
}
.pt-form .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.pt-form .line > div {
  width: 49%;
}
.pt-form .line .-t {
  text-align: right;
}
.pt-form .line .-f {
  text-align: left;
  position: relative;
}
.pt-form .line .-f i {
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  color: #fff;
  padding: 2px 5px;
  display: none;
}
.pt-form .line input[type=text],
.pt-form .line input[type=tel],
.pt-form .line input[type=email] {
  border-radius: 3px;
  border: #dbdee6 1px solid;
  height: 20px;
  padding: 0 5px;
  color: inherit;
}
.pt-form .line input.-mini {
  width: 50px;
}
.pt-form .line input.-long {
  width: 100%;
}
.pt-form .js-submit {
  font-size: 14px;
}
.pt-form .ftr {
  color: #040d0d;
  margin-top: 10px;
}
.pt-reg {
  font-size: 86.7%;
  margin-top: 15px;
}
.pt-btns {
  margin-top: 20px;
}
.pt-btns .btn {
  height: 46px;
  line-height: 23px;
}
.pt-min-sum {
  margin: 15px 0;
}
.pt-od {
  font-size: 86.7%;
}
.pt-od > div {
  padding: 10px;
}
.pt-od .-h {
  font-size: 146.7%;
  font-weight: 500;
  margin-bottom: 20px;
}
.pt-od b {
  font-weight: 500;
}
.pt-od .-ul p {
  margin: 5px 0;
}
.prod-tabs {
  border-radius: 5px 5px 0 0;
  border: #dbdee6 1px solid;
}
.prod-tabs li {
  padding: 30px 20px;
  font-size: 93.3%;
  font-weight: 400;
  border-right: #dbdee6 1px solid;
  cursor: pointer;
}
.prod-tabs li:hover,
.prod-tabs li.act {
  border-bottom: #4673ab 2px solid;
  color: #4673ab;
}
.prod-tab-cont {
  border: #dbdee6 1px solid;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.prod-tab-cont > div {
  padding: 20px;
}
.prod-props li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 8px 0 8px 10px;
}
.prod-props li:nth-child(odd) {
  background: #dbdee6;
}
.prod-props li div:first-child {
  width: 40%;
}
.prod-props li div:last-child {
  width: 60%;
}
.prod-ftr > div {
  background: #dbdee6;
  border-radius: 5px;
}
.prod-like {
  padding: 15px 30px;
}
.prod-like .svg {
  width: 16px;
  vertical-align: middle;
}
.prod-like a {
  display: inline-block;
}
.prod-like a span {
  border-bottom: #4673ab 1px dotted;
}
.analogs .plist {
  margin-top: 30px;
}
.cant-found {
  background: url(../img/bgr_blue.jpg);
  background-size: 100% auto;
  overflow: hidden;
}
.cf-wrap {
  width: 100%;
  height: 100%;
  min-height: 490px;
  align-items: center;
}
.cf-wrap.-girl {
  background: url(../img/bgr_girl.png) left bottom no-repeat;
  background-size: 32% auto;
}
.cf-wrap.-money {
  background: url(../img/bgr_money.png) left bottom no-repeat;
  background-size: 26% auto;
}
.cf-wrap.-rubles {
  background: url(../img/bgr_rubles.png) left center no-repeat;
}
.cf-wrap.-free {
  background: url(../img/bgr_purse.png) left center no-repeat;
}
.setting-form .-wrap {
  align-items: center;
  padding: 20px 10px;
}
.setting-form .cons-form {
  width: 90%;
}
.setting-form .cons-form textarea {
  height: 90px;
}
.cft-box {
  display: inline-block;
  font-weight: 400;
}
.cft-box hr {
  width: 100%;
  height: 3px;
  background: #333;
  margin: 20px 0;
  border: none;
}
.cft-box p {
  margin: 10px 0;
}
.cft-box .-t1 {
  font-size: 173.3%;
  color: #4673ab;
}
.cft-box .-t2 {
  font-size: 160%;
}
.cft-box .-t3 {
  font-size: 133.3%;
}
.cft-box .-t3 span {
  font-size: 190%;
}
.cft-box .-ftr {
  text-align: right;
}
.cons-form {
  display: inline-block;
  border-radius: 5px;
  width: 270px;
  padding: 10px 20px;
  background: #fff;
  border-bottom: #b6b8ba 3px solid;
  box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.3);
}
.cons-form .line .t {
  color: #888;
  font-size: 86.7%;
  text-align: left;
}
.cons-form .h {
  color: #4673ab;
  font-size: 106.7%;
  margin-bottom: 15px;
}
.cons-form .h p:first-child {
  font-size: 120%;
  font-weight: 300;
}
.cons-form .h p:last-child {
  font-size: 160%;
  text-transform: uppercase;
}
.cons-form .f {
  font-size: 80%;
  border-top: #e2e2e2 1px solid;
  padding-top: 15px;
  margin-top: 15px;
}
.cons-form .-pp {
  font-size: 80%;
}
.cons-form textarea {
  height: 50px;
}
.cart-plist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0;
  border-bottom: #dbdee6 1px solid;
}
.cart-plist li.cp-itog {
  justify-content: flex-end;
}
.cart-plist li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: #dfdfdf 1px dotted;
}
.cart-plist li .im a {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.cart-plist li .im a img {
  border-radius: 3px;
}
.cart-plist li .im a:hover {
  opacity: 0.8;
}
.cart-plist li .inf a {
  display: block;
  color: #4673ab;
  font-weight: 500;
  font-size: 106.7%;
}
.cart-plist li .inf a:hover {
  color: #ff5816;
}
.cart-plist li .inf p {
  font-size: 86.7%;
  padding-right: 10px;
}
.cart-plist li .st,
.cart-plist li .pr {
  color: #444e55;
  font-size: 133.3%;
  font-weight: 500;
}
.cart-plist li .st p {
  margin: 0;
}
.cart-plist li .st span {
  text-decoration: line-through;
  color: #ff5816;
  font-size: 14px;
  font-weight: 400;
}
.cart-plist li .del a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%23ff5816%22%20d%3D%22M28.2%2024L47.1%205.1c1.2-1.2%201.2-3.1%200-4.2%20-1.2-1.2-3.1-1.2-4.2%200L24%2019.7%205.1%200.9c-1.2-1.2-3.1-1.2-4.2%200%20-1.2%201.2-1.2%203.1%200%204.2l18.9%2018.9L0.9%2042.9c-1.2%201.2-1.2%203.1%200%204.2C1.5%2047.7%202.2%2048%203%2048s1.5-0.3%202.1-0.9l18.9-18.9L42.9%2047.1c0.6%200.6%201.4%200.9%202.1%200.9s1.5-0.3%202.1-0.9c1.2-1.2%201.2-3.1%200-4.2L28.2%2024z%22%20%2F%3E%3C%2Fsvg%3E");
}
.cp-promo h3 {
  margin: 0;
}
.cp-promo p {
  font-size: 86.7%;
}
.cp-promo .form {
  align-items: center;
}
.cp-promo .form input {
  width: 50%;
}
.cp-promo .form .btn {
  font-size: 106.7%;
}
.cp-itog {
  min-width: 320px;
  max-width: 50%;
}
.cp-itog div p {
  font-size: 133.3%;
  color: #444e55;
  margin: 5px 0;
}
.cp-itog div p.m {
  font-size: 100%;
}
.cp-itog .-t {
  text-align: right;
  width: 76%;
}
.cp-itog .-p {
  text-align: left;
  width: 20%;
  padding-left: 10px;
  white-space: nowrap;
}
.cp-itog .use-acc {
  text-align: right;
}
.cart-of {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-of > li {
  padding: 15px 20px;
  background: #eff0f4;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-content: flex-start;
  margin-bottom: 20px;
}
.cart-of > li .c1 {
  width: 10%;
  text-align: center;
}
.cart-of > li .c1 i {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 133.3%;
  font-weight: 700;
  border: #ff5816 1px solid;
  color: #ff5816;
  background: #fff;
  line-height: 28px;
  font-style: normal;
}
.cart-of > li .c2 {
  width: 88%;
}
.cart-of > li .c2 h5,
.cart-of > li .c2 h4 {
  text-transform: uppercase;
  font-size: 93.3%;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.cart-of > li .c2 h5 {
  color: #ff5816;
}
.cart-of > li .c2 p {
  font-size: 86.7%;
}
.cart-of > li .c2 p span {
  border-bottom: #ff5816 1px solid;
  color: #ff5816;
  font-weight: 400;
}
.cart-of > li .c2 .line.ur {
  display: none;
}
.cart-of > li .c2 .line.ur.checked {
  display: block;
}
.cart-of input[type=text],
.cart-of input[type=tel],
.cart-of input[type=email],
.cart-of input[type=password],
.cart-of textarea {
  width: 100%;
  height: 30px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  /*.br(#e2e2e2);
  .bb(#e2e2e2);
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);*/
  border: #dbdee6 1px solid;
  padding: 2px 5px;
  resize: none;
}
.cart-of input[type=text]-.m,
.cart-of input[type=tel]-.m,
.cart-of input[type=email]-.m,
.cart-of input[type=password]-.m,
.cart-of textarea-.m {
  width: 50%;
}
.cart-of input[type=text]:disabled,
.cart-of input[type=tel]:disabled,
.cart-of input[type=email]:disabled,
.cart-of input[type=password]:disabled,
.cart-of textarea:disabled {
  color: #ccc;
  border: #f1f1f1 1px solid;
}
.cart-of input[type=text].-by-user,
.cart-of input[type=tel].-by-user,
.cart-of input[type=email].-by-user,
.cart-of input[type=password].-by-user,
.cart-of textarea.-by-user {
  min-width: 250px;
}
.cart-of textarea {
  height: 60px;
}
.cart-of .itog {
  background: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.cart-of .itog .c2 {
  width: 100%;
  background: #eff0f4;
  padding: 15px 20px;
  border-radius: 5px;
}
.cart-of .itog .c2 h5 {
  font-size: 133.3%;
  font-weight: 500;
}
.cart-of .help {
  padding: 15px 0;
  background: transparent;
}
.cart-of .help > div {
  width: 100%;
}
.cart-of .help span {
  color: #ff5816;
  font-weight: bold;
}
.cart-of .rekv-txt {
  color: #4673ab;
  border-bottom: #4673ab 1px dotted;
  font-size: 86.7%;
}
.cart-radio {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
}
.cart-radio li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 5px 0;
}
.cart-radio li .radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: #fff 1px solid;
  background: #fff;
  margin-right: 10px;
  text-align: center;
  line-height: 14px;
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.cart-radio li .radio input {
  display: none;
}
.cart-radio li .radio.hover {
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.cart-radio li .radio.checked:after {
  background: #ff5816;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.cart-radio li .lbl {
  font-size: 86.7%;
  width: 90%;
}
.cart-radio li .lbl p {
  font-weight: 700;
  font-size: 107.7%;
}
.cart-itog {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*.line {
    .relative;
    i {

    }
  }*/
}
.cart-itog > div {
  width: 50%;
  color: #444e55;
  font-size: 100%;
  font-weight: 300;
  margin-bottom: 5px;
}
.cart-itog .-l {
  text-align: right;
  padding-right: 5px;
}
.cart-itog .-r {
  text-align: left;
  padding-left: 5px;
}
.cart-itog .-big {
  font-size: 133.3%;
  font-weight: 500;
}
.order-ok p {
  margin: 10px 0;
}
.order-ok p strong {
  font-size: 160%;
}
.order-ok p b {
  color: #ff5816;
}
.order-ok .-blk {
  border-radius: 5px;
  background: #eff0f4;
  padding: 10px 20px;
}
.order-ok .-blk span {
  font-weight: 400;
}
.ook-gift p {
  text-align: left;
}
.cart-min-sum {
  margin: 2vh 0;
  color: #ff5816;
  font-size: 20px;
  font-weight: 600;
}
.cart-dost > li:not(:first-child) {
  display: none;
}
.p404-wrap {
  position: relative;
}
.p404 .-t > div {
  margin-right: 15px;
}
.p404 .-n {
  font-size: 666.7%;
  color: #ff5816;
}
.p404-form .-l div {
  border-top: #000 3px solid;
  border-bottom: #000 3px solid;
  padding: 15px 0;
  color: #000;
}
.p404-form .cons-form {
  background: #f4f4f7;
}
.art-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #dbdee6 1px solid;
}
.art-list .-im {
  display: inline-block;
  width: 20%;
  border-radius: 5px;
  border: #dbdee6 1px solid;
  overflow: hidden;
  min-height: 110px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.art-list .-im:hover {
  opacity: 0.8;
}
.art-list .-i {
  width: 77%;
}
.art-list .-i .-d {
  color: #ff5816;
}
.art-list .-i .-t {
  font-size: 120%;
  font-weight: 500;
}
.art-list .-i .-s {
  margin: 10px 0;
}
.art-list.-actions .-f {
  margin-top: 20px;
}
.art-list.-actions .as-timer {
  width: 30%;
  margin-right: 10%;
}
.art-list.-actions .-im {
  background-size: cover;
}
.action-page-timer {
  margin: 20px auto;
}
.action-page-timer .as-timer {
  width: 25%;
  margin-right: 5%;
}
.action-page-timer .-t {
  font-size: 22px;
  font-weight: 400;
  color: #333;
}
.news-full .-d {
  color: #ff5816;
  font-weight: 500;
}
.srch-results li {
  margin-bottom: 15px;
}
.srch-results li p {
  margin: 5px 0 0 0;
}
.srch-results .d {
  font-weight: bold;
}
.srch-results .tb {
  font-size: 90%;
  color: #394a5c;
  font-style: italic;
}
.srch-results .tb a {
  color: #394a5c;
}
.brand-info {
  align-items: center;
  margin: 30px 0;
}
.brand-info .-l {
  width: 20%;
  text-align: center;
}
.brand-info .-l img {
  max-width: 100%;
  max-height: 100%;
}
.brand-info .-t {
  width: 78%;
}
.brand-cat {
  margin-bottom: 20px;
  padding-top: 20px;
}
.brand-cat .more {
  border-radius: 10px;
  padding: 15px 0;
  background: #dbdee6;
  border-bottom: #ccced6 2px solid;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}
.brand-cat .more:hover {
  opacity: 0.8;
}
.brand-cat .more span {
  color: #4673ab;
  border-bottom: #4673ab 1px dotted;
}
.brand-cat .plist li:nth-child(n+9) {
  display: none;
}
.cmpr-list {
  margin-top: 30px;
}
.cmpr-list > div {
  display: inline-flex;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
}
.cmpr-itm {
  width: 260px;
  margin-right: 15px;
}
.cmpr-itm:not(:first-child) {
  border-right: #dbdee6 1px solid;
  border-left: #dbdee6 1px solid;
  padding: 0 15px;
}
.cmpr-itm .-im {
  overflow: hidden;
  position: relative;
  display: block;
  height: 200px;
}
.cmpr-itm .-n {
  display: block;
  font-weight: 500;
  font-size: 106.7%;
  color: #4673ab;
  overflow: hidden;
}
.cmpr-itm .-n:hover {
  color: #ff5816;
}
.cmpr-itm .-tg {
  font-size: 80%;
  margin: 5px 0 15px 0;
}
.cmpr-itm .-p b {
  font-size: 133.3%;
  font-weight: 500;
}
.cmpr-itm .-p span {
  color: #ff5816;
  text-decoration: line-through;
}
.cmpr-itm .-b {
  text-align: center;
  margin: 20px 0;
}
.cmpr-itm .-b a {
  color: #ff5816;
  font-size: 90%;
  text-decoration: none;
}
.cmpr-itm .-b a span {
  border-bottom: #ff5816 1px dotted;
}
.cmpr-l-hdr .cmpr-itm:not(:first-child) {
  border-top: #dbdee6 1px solid;
  border-radius: 10px 10px 0 0;
}
.cmpr-p {
  /*&:hover {
    .cmpr-itm {
      .bgr(#f1f1f1);
    }
  }*/
}
.cmpr-p .cmpr-itm:not(:first-child) {
  text-align: center;
}
.cmpr-p .cmpr-itm p {
  height: 100%;
  padding: 10px 0;
}
.cmpr-p:not(:last-child) p {
  border-bottom: #dbdee6 1px solid;
}
.cmpr-p:last-child .cmpr-itm {
  padding-bottom: 20px;
}
.cmpr-p:last-child .cmpr-itm:not(:first-child) {
  border-bottom: #dbdee6 1px solid;
  border-radius: 0 0 10px 10px;
}
.cmpr-p.-f {
  margin-top: -5px;
}
.text-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}
.text-tabs > * {
  text-decoration: none;
  margin: 0 2px;
  padding: 20px 50px;
  font-weight: 500;
  font-size: 15px;
  border: #dbdee6 1px solid;
  color: #ff5816;
  border-radius: 10px;
}
.text-tabs > *.act {
  color: #000;
}
.text-tabs > *:not(.act) {
  background: #dbdee6;
}
.text-tabs > *:not(.act) span {
  border-bottom: #ff5816 1px dotted;
}
.text-tabs-cont > * {
  display: none;
}
.sotr-osob {
  padding: 17px 10px;
}
.sotr-osob h2 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.sotr-osob > div div {
  width: 49%;
  padding: 20px 17px;
  background: #fff;
  border-radius: 10px;
  font-size: 15px;
}
.sotr-osob > div div img {
  margin-right: 10px;
  float: left;
}
.sotr-osob > div div p {
  margin: 0;
  padding: 0;
}
.sotr-vigody {
  margin-top: 10px;
  padding: 15px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sotr-vigody > div {
  width: 45%;
  margin: 15px 10px;
}
.sotr-vigody > div img {
  vertical-align: middle;
  margin-right: 20px;
  float: left;
}
.sotr-vigody > div p {
  margin: 0;
  padding: 0;
}
.sotr-cat > * {
  text-align: center;
  border-radius: 5px;
  border: #dbdee6 1px solid;
  width: 32%;
  margin-bottom: 20px;
  padding: 20px;
}
.sotr-cat .-t {
  font-weight: 500;
  text-transform: uppercase;
}
.sotr-cat .-i {
  height: 65px;
}
.sotr-cat .-c {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sotr-cat .-c li {
  font-size: 12px;
}
.sotr-cat .-c li:not(:last-child) {
  margin-bottom: 10px;
}
.sotr-cat .-c li p {
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: 400;
  font-size: 15px;
}
.sotr-cat .-c li a {
  color: #ff5816;
  text-decoration: none;
}
.sotr-cat .-c li a:hover {
  text-decoration: underline;
}
.switcher-box .t {
  font-weight: bold;
  font-size: 106.7%;
}
.switcher-box .switcher {
  margin: 5px 20px 0 20px;
}
.switcher {
  width: 48px;
  height: 14px;
  border-radius: 6px;
  background: #eff0f4;
  box-shadow: inset 1px 1px 1px 0px #a4a4a4;
  position: relative;
}
.switcher > div {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: #ff5816 8px solid;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: -6px;
}
.switcher.off div {
  left: 0px;
}
.switcher.on div {
  right: 0px;
}
.switcher-tabs {
  display: none;
}
.prod-pup {
  width: 100%;
  /** {
    .wMax(100%);
  }*/
}
.prod-pup .-tit {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}
.prod-pup .-rmk {
  padding: 10px 27px 10px 60px;
  background: url(../img/ico_voskl.png) 10px center no-repeat;
  border: #f67d7d 2px solid;
  border-radius: 3px;
  font-weight: 500;
  color: #999;
  display: inline-block;
}
.prod-pup .-rmk span {
  color: #000;
}
.prod-pup .-f-h {
  margin: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.prod-pup .-f {
  border: #dbdee6 1px solid;
  border-radius: 10px;
  padding: 20px 0;
}
.prod-pup .-f .-phn {
  color: #888;
  margin: 10px 0;
}
.prod-pup .-f .btn {
  padding: 8px 40px;
  font-weight: bold;
}
.crew {
  margin-left: -13px;
}
.crew li {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin: 0 13px 30px 13px;
  text-align: center;
}
.crew .-wrp {
  border: #dbdee6 1px solid;
  min-height: 285px;
  margin-bottom: 15px;
}
.crew .-i {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin: 10px auto;
}
.crew .-n {
  color: #4673ab;
  margin-bottom: 10px;
}
.crew .-d {
  margin-bottom: 10px;
}
.crew .-t {
  color: #999;
}
.crew .btn {
  font-weight: bold;
  padding: 10px 20px;
}
.crew .btn:hover {
  background: #ff5816;
  color: #fff;
  border-bottom: #c44817 3px solid;
}
.sert-list {
  margin-left: -13px;
}
.sert-list li {
  width: 165px;
  margin: 0 13px 30px 13px;
  text-align: center;
  color: #4673ab;
}
.sert-list a {
  display: block;
  width: 165px;
  height: 220px;
  border: #dbdee6 1px solid;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}
.sert-list a div {
  position: absolute;
  width: 42px;
  height: 42px;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/zoom.png) no-repeat;
  display: none;
}
.sert-list a:hover {
  border: #ff5816 1px solid;
}
.sert-list a:hover div {
  display: block;
}
.promo-val {
  background: #eff0f4 url(../img/bgr_blue2.jpg) no-repeat;
  background-size: auto 100%;
  color: #666;
  font-size: 72px;
  padding: 20px 0;
  border-radius: 5px;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
.promo-val span {
  color: #ff5816;
}
.promo-email {
  width: 200px !important;
}
.promo-send {
  padding: 10px 20px;
  margin-left: 10px;
}
.promo-share {
  transform: scale(3, 3);
}
.reg-pluses p {
  background: url(../img/galka.png) left center no-repeat;
  padding: 0 0 0 20px;
  margin: 5px 0;
  text-align: left;
  font-size: 90%;
}
.c-resps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
.c-resps li:not(:last-child) {
  border-bottom: #dbdee6 1px solid;
}
.c-resps li .-im {
  width: 165px;
}
.c-resps li a {
  display: inline-block;
  width: 165px;
  height: 220px;
  border: #dbdee6 1px solid;
  overflow: hidden;
  border-radius: 10px;
}
.c-resps li a div {
  position: absolute;
  width: 42px;
  height: 42px;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/zoom.png) no-repeat;
  display: none;
}
.c-resps li a:hover {
  border: #ff5816 1px solid;
}
.c-resps li a:hover div {
  display: block;
}
.c-resps li .-c {
  width: 83%;
}
.c-resps li .-n {
  color: #4673ab;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}
.reviews-top {
  text-align: right;
}
.reviews {
  padding: 0 !important;
}
.reviews li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.reviews li:not(:last-child) {
  border-bottom: #dbdee6 1px solid;
}
.reviews li .-i {
  width: 20%;
  font-size: 16px;
}
.reviews li .-t {
  width: 75%;
}
.reviews li .-t .-r {
  margin-bottom: 20px;
  font-size: 13px;
  color: #323b44;
}
form#reviews {
  width: 300px;
}
form#reviews textarea {
  height: 150px;
}
.reviews-form-rating {
  border: #dbdee6 1px solid;
  border-radius: 3px;
}
.reviews-form-rating li {
  display: inline-block;
  padding: 3px 10px;
}
.reviews-form-rating li:not(:last-child) {
  border-right: #dbdee6 1px solid;
}
.reviews-form-rating i {
  width: 13px;
}
#buylater input[name=date] {
  background: url(../img/ico_calendar.png) 98% center no-repeat;
}
.CDEK-widget__popup-mask {
  z-index: 10000;
}
.fb-ok .t > div p:first-child {
  font-size: 20px;
  font-weight: bold;
}
