

/* Start:/css/project_inner.css?174263749147230*/
/*table*/
table.colored_table{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;border-collapse:collapse;}
.colored_table thead{border:1px solid #f2f2f2;}
.colored_table thead tr{background:#F7F7F7;}
.colored_table tr td{padding:8px 29px;}
.colored_table tbody{border-left:1px solid #E7E7E7;border-right:1px solid #E7E7E7;border-bottom:1px solid #E7E7E7;}
.colored_table tbody tr td{border-bottom:1px solid #E7E7E7;}
@media (min-width: 1200px) {
  table {
    max-width: 100%;
    background-color: transparent;
  }
  th {
    text-align: left;
  }
  .table {
    width: 100%;
    margin-bottom: 20px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
  }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
  }
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .table > tbody + tbody {
    border-top: 2px solid #dddddd;
  }
  .table .table {
    background-color: #ffffff;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > td {
    padding: 5px;
  }
  .table-bordered {
    border: 1px solid #dddddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }
  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover > td,
  .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
  }
  table col[class*="col-"] {
    float: none;
    display: table-column;
  }
  table td[class*="col-"],
  table th[class*="col-"] {
    float: none;
    display: table-cell;
  }
  .table > thead > tr > td.active,
  .table > tbody > tr > td.active,
  .table > tfoot > tr > td.active,
  .table > thead > tr > th.active,
  .table > tbody > tr > th.active,
  .table > tfoot > tr > th.active,
  .table > thead > tr.active > td,
  .table > tbody > tr.active > td,
  .table > tfoot > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr.active > th,
  .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
  }
  .table > thead > tr > td.success,
  .table > tbody > tr > td.success,
  .table > tfoot > tr > td.success,
  .table > thead > tr > th.success,
  .table > tbody > tr > th.success,
  .table > tfoot > tr > th.success,
  .table > thead > tr.success > td,
  .table > tbody > tr.success > td,
  .table > tfoot > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr.success > th,
  .table > tfoot > tr.success > th {
    background-color: #dff0d8;
  }
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover,
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
  }
  .table > thead > tr > td.danger,
  .table > tbody > tr > td.danger,
  .table > tfoot > tr > td.danger,
  .table > thead > tr > th.danger,
  .table > tbody > tr > th.danger,
  .table > tfoot > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > tbody > tr.danger > td,
  .table > tfoot > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr.danger > th {
    background-color: #f2dede;
  }
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover,
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
  }
  .table > thead > tr > td.warning,
  .table > tbody > tr > td.warning,
  .table > tfoot > tr > td.warning,
  .table > thead > tr > th.warning,
  .table > tbody > tr > th.warning,
  .table > tfoot > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > tbody > tr.warning > td,
  .table > tfoot > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
  }
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover,
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
  }
}
@media (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      overflow-x: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #dddddd;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive > .table {
      margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap;
    }
    .table-responsive > .table-bordered {
      border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
    }
}
/*front*/
.new-item .name {height: 35px;margin-top: 10px;color: #6b6b6b;text-decoration: none;font-size: 13px;}
.recom-txt{color: #7a7a7a;font-size: 24px;font-family: "calibri";text-align: center; padding-bottom: 25px;}
.slide_head{width: 100%; height: auto; padding-bottom: 45px;}
.topmar{margin-top:12px;}
.podrobnee{margin:605px auto 0; width: 149px;height: 29px;}
.podrobnee a {padding:5px 34px 7px 34px;color: #5e5e5e; font-size:14px;text-decoration: underline;}
.flexslide .block {display: block;position: relative;}
.flexslide .text {top: 9%; left:10.45%; max-height: 100%;max-width: 1920px;position: absolute;width: 100%;}
.flexslide .text .name {color:#000; font:100px/75px "AngleciaProDisplayRegular";}
.flexslide .text .names {color:#000;padding:7px 0 0 0;font: 76.49px/88px "AngleciaProDisplayRegular";}
.flexslide .text .desc {position:absolute;margin-top:11px;}
.flexslide .text .desc p {color: #3d3c3c;font:30px/44.25px 'Calibri'; }
.flexslide_new .flexslide-item {display: block;position: relative;background: linear-gradient(to right, #efefef, #fff 50%); width: 1920px;}
.flexslide_new .blosk_text {position: absolute;left: 10.5%;bottom: 0;top:0;height: 100%;width: 40%;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-ms-align-items: center;align-items: center;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.flexslide_new .blosk_text .blosk_text_wrapp{display: block;width: 100%;}
.flexslide_new .blosk_text .title {color:#000; font:70px/70px "AngleciaProDisplayRegular";}
.flexslide_new .blosk_text .name {color:#000;padding:0.25em 0;font: 42px/1.2em "AngleciaProDisplayRegular";}
.flexslide_new .blosk_text .blosk_desc {margin-top:11px;}
.flexslide_new .blosk_text .blosk_desc p {color: #3d3c3c;font:28px/1.2em 'Calibri';padding: 0;}
.flexslide_new .blosk_text .link_detal{font:18px/1.4em "Verdana"; text-align: center; color:#00a49d; border:2px solid #00a49d; margin-top:2em;display: inline-block;width: auto;padding: 0.25em 1em;}
.flexslide_new .blosk_text .link_detal:hover{background-color: #00a49d;color: #fff;}
.flexslide_new .flexslide-item-img{float: right; margin-right:  10.45%; width:36.45%;height: 450px;}
.flexslide_new .flexslide-item-img img{max-width: none;max-height: 100%;}
.slickprev, .slicknext{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 50px;height: 50px;padding: 0;margin-top: -10px\9; /*lte IE 8*/-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);cursor: pointer;color: transparent;border: none;outline: none;background: transparent;z-index: 99999;}
.slickprev:hover, .slickprev:focus, .slicknext:hover, .slicknext:focus{color: transparent;outline: none;background: transparent;}
.slickprev:hover::before, .slickprev:focus::before, .slicknext:hover::before, .slicknext:focus::before {opacity: 0.15;}
.slickprev.slickdisabled::before, .slicknext.slickdisabled::before {opacity: 0.25;}
.slickprev::before, .slicknext::before {opacity: 0.45;}
.slickprev {left: 4.78%;}
.slicknext {right: 4.25%}
.text-detal {font:18px/52px "Verdana"; text-align: center; color:#00a49d; border:2px solid #00a49d; position: absolute; left:11%; top: 85%;width: 147px;height: 52px; }
.bloc-akcii{background:#fff; width: 100%;  min-height: 520px; padding:45px 0 0 0;}
.bloc-akciitx{width: 1024px; margin:0 auto;}
.bloc-2{background:#fff; width: 100%;  min-height: 470px; padding:0 0 140px 0;}
.bloc-2 .slaid{width: 230px!important; /*height: 342px!important;*/height: 235px!important; padding: 5px;margin: 0 15px;}
.price{color:#000;font-size:24px;text-align: center; height: 24px;  margin-top: 10px;}
.item-stock {margin-top: 10px;color: #3B1;font-size: 0.875rem;}
.R2D2 .price{display: initial;}
.addcar{position: absolute; bottom: 0; width: 110px; height: 40px;margin:0 55px 30px;}
.addcar a {font-family: Verdana; height:40px;background:#fff; border:1px solid #ff7e00; color:#ff7e00; font-size:14px;border-radius: 100px;text-decoration: none;display: block;height: 40px;line-height: 36px;padding: 0 30px;text-align: center;}
.addcar a:hover {background:#ff7e00;color:#fff;box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.26);}
.bloc-3{background:#fff; width: 100%;  height: 410px;}
.bloc-3 .recom {padding-bottom: 70px;}
.prem{float:left; width: 25%;  text-align: center;}
.prem p {font-size:15px; color:#000;text-align: center; display: block; padding: 42px 35px 0;}
.bloc-3_1{background:#fff; width: 100%;  height: auto;}
.bloc-3_1 .recom, .bloc-3_1.delivery {padding-bottom: 70px;}
.bloc-3_1 .wrappercenter .about-txt{padding: 10px 10px 20px;}
.bloc-3_1 .wrappercenter .about-txt .text-block{width:25.4%;float:left;}
.bloc-3_1 .wrappercenter .about-txt .text-block.center{margin:0 10.4%;}
.bloc-3_1 .wrappercenter .about-txt .text-block .text-merg{height:21px;display: inline-block;}
.bloc-3_1 .wrappercenter .about-txt .text-block p {font-size:16px; padding: 0; line-height: 22px; color:#000; text-align: left;}
.bloc-3_1 .wrappercenter .about-txt.delivery p {font-size:16px; line-height: 22px;}
.bloc-3_1 .wrappercenter .about-txt .text-block p span {color:#00a49d;}
.bloc-4{background:#fff; width: 100%;  height: 120px; padding: 40px 0;}
.bloc-4 h5 {color:#010101; font-size:30px; font-weight:normal; text-align:center;}
.bloc-5{background:#fff; width: 100%;  height: auto; margin-bottom: 70px;}
@media only screen and (min-width: 1280px) and (max-width: 1360px){
	.flexslide_new .blosk_text .name {font-size: 42px;line-height: 50px;}
	.flexslide_new .blosk_text .blosk_desc p {font-size: 30px;line-height: 30px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1280px){
	.flexslide .text .name {font:70px/51px "AngleciaProDisplayRegular";}
	.flexslide .text .names {padding:7px 0 0 4px; font:52.5px/75px "AngleciaProDisplayRegular";}
	.flexslide .text .desc {position:absolute;margin-top:11px;}
	.flexslide .text .desc p {color: #3d3c3c;font:24px/38.25px 'Calibri';}
	.flexslide_new .blosk_text .title {font-size: 70px;line-height: 55px;}
	.flexslide_new .blosk_text .blosk_desc p {font-size: 24px;line-height: 24px;}
	.flexslide_new .blosk_text .link_detal{margin-top: 1.3em;}
}
@media only screen and (min-width: 640px) and (max-width: 1020px){
	.flexslide_new .flexslide-item-img{height: auto;}
	.flexslide_new .flexslide-item-img img{max-height: 300px;}
	.slide_head{padding-bottom: 45px;}
	.wrapper {min-height: auto!important;}
	.infotxt, .podrobnee, .bloc-2  .bloc-4 {display:none;}
	.bloc-2 {min-height: 210px;padding: 0 0 25px;}
	.bloc-3 {height: 300px;}
	.bloc-3 .recom, .bloc-3_1 .recom {padding-bottom: 45px;}
	.bloc-2 .slaid {height: 185px !important;width: 140px !important;}
	.addcar {margin: 0 8px;}
	.prem img{height: 79px;width: 79px;}
	.prem p {font-size: 14px;padding: 24px 35px 0;}
	.bloc-akcii{ min-height: 305px; }
	.bloc-akciitx{width: 100%;}
}
@media only screen and (min-width: 860px) and (max-width: 1024px){
	.text-detal{top:80%}
	.flexslide .text .name {font:58px/50px "AngleciaProDisplayRegular";}
	.flexslide .text .names {padding:7px 0 0 1px; min-height:50px; font:43.5px/50px "AngleciaProDisplayRegular";}
	.flexslide .text .desc {position:absolute;margin-top:5px;}
	.flexslide .text .desc p {color: #3d3c3c;font:17px/26.25px 'Calibri';}
}
@media only screen and (min-width: 800px) and (max-width: 1024px){
	.flexslide_new .blosk_text .title {font-size: 53px;line-height: 0.8em;}
	.flexslide_new .blosk_text .name {font-size: 25px;line-height: 1em;}
	.flexslide_new .blosk_text .blosk_desc p {font-size: 16px;line-height: 16px;}
	.flexslide_new .blosk_text .link_detal{font-size: 12px;margin-top: 1em;border-width: 1px;}
}
@media only screen and (min-width: 640px) and (max-width: 860px){
	.flexslide .text .name {font:44px/34px "AngleciaProDisplayRegular";}
	.flexslide .text .names {padding:7px 0 0 1px;min-height: 40px;font:33.5px/40px "AngleciaProDisplayRegular";}
	.desc, .text-detal{display: none;}
}

@media only screen and (min-width: 640px) and (max-width: 768px){
	.bloc-3_1 .wrappercenter .about-txt .text-block {width: 100%;float: none;}
	.bloc-3_1 .wrappercenter .about-txt .text-block.center {margin: 0%;}
}
@media only screen and (min-width: 640px) and (max-width: 800px){
	.flexslide_new .blosk_text {top:3%;}
	.flexslide_new .blosk_text .title {font-size: 48px;line-height: 37px;}
	.flexslide_new .blosk_text .name {font-size: 21px;line-height: 24px;}
	.flexslide_new .blosk_text .blosk_desc p {font-size: 14px;line-height: 14px;}
	.flexslide_new .blosk_text .link_detal{font-size: 12px;margin-top: 1em;border-width: 1px;}
}
@media only screen and (min-width: 480px) and (max-width: 640px){
	.flexslide_new .blosk_text .title {font-size: 44px;line-height: 36px;}
}
@media only screen and (min-width: 320px) and (max-width: 640px){
	.flexslide_new .flexslide-item {background: none;padding: 1em 0;border-bottom: 1px solid #ccc; border-top: 1px solid #ccc;}
	.flexslide .text .name {font:21px/17px "AngleciaProDisplayRegular";}
	.flexslide .text .names {padding:7px 0 0 0;min-height: 15px;font:15.5px/15px "AngleciaProDisplayRegular";}
	.desc, .text-detal {display: none;}
	.flexslide_new .blosk_text {left: 0;max-height: 100%;max-width: 100%;position: relative;top: 0;width: 100%;}	
	.flexslide_new .blosk_text .title {font-size: 34px;line-height: 30px;text-align: center;}
	.flexslide_new .blosk_text .name.one{display: block; font-size: 26px;line-height: 30px;text-align: center;}
	.flexslide_new .blosk_text .link_detal, .flexslide_new .blosk_text .name, .flexslide_new .blosk_text .blosk_desc {display: none;}
	.flexslide_new .flexslide-item-img {float: none;height: auto;margin-right: 0;width: 100%;margin-top:10px;text-align: center;}
	.flexslide_new .flexslide-item-img img{display: inline;max-height: 300px;}
	.wrapper {min-height: auto!important;}
	.headerPushyMenu {margin-top: 10px; margin-left: 12px;width: 31%!important;}
	.infotxt, .podrobnee, .bloc-4, .bloc-5{display:none;}
	.bloc-2 {min-height: 210px;padding: 0 0 25px;}
	.bloc-3 {height: 300px;}
	.bloc-3 .recom, .bloc-2 .recom {padding-bottom: 10px;}
	.bloc-2 .slaid {height: 185px !important;width: 140px !important;}
	.addcar {margin: 0 8px;}
	.prem img{height: 79px;width: 79px;}
	.prem p {font-size: 14px;padding: 24px 35px 0;}
	.bloc-akcii{ min-height: 90px;}
	.bloc-akciitx{width: 100%;}
	.bloc-3_1 .wrappercenter .about-txt .text-block {width: 100%;float: none;}
	.bloc-3_1 .wrappercenter .about-txt .text-block.center {margin: 0%;}
}
/*otzivi*/
.news-list-info.otzivi {padding: 35px 0;}
.news-list-info.otzivi .image, .news-list-info.otzivi .image p{text-align: center;}
.news-list-info.otzivi .text .name{font-size:18px;padding-bottom:10px;}
.sortBy li.mobile-list-controls{cursor: pointer; padding-left: 30px; display:none;}
.filters-toggle-button i {display: inline-block;margin-left: 5px;font-size: 1.6em;vertical-align: middle;margin-top: -2px; background: url(/images/filtr.png);width:13px;height:16px;}
.mobile-menu-show, .mobile-menu-show body, html.win-open body {overflow: hidden;}
.wr-filter-mobile.mobile-menu{position:fixed;top:0;left:0;width:0;height:100%;z-index:10000;overflow:hidden;-webkit-transition:width .3s step-end;transition:width .3s step-end}
.mobile-menu-show .wr-filter-mobile.mobile-menu{width:100%;-webkit-transition-timing-function:step-start;transition-timing-function:step-start}
.wr-filter-mobile.mobile-menu .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}
.mobile-menu-show .wr-filter-mobile.mobile-menu .bg{opacity:.8}
.wr-filter-mobile.mobile-menu .container{position:absolute;width:300px;height:100%;background:#fff;color:#222;overflow:auto;overflow-x:hidden;-webkit-transition:-webkit-transform .3s cubic-bezier(0,1,1,1);transition:-webkit-transform .3s cubic-bezier(0,1,1,1);transition:transform .3s cubic-bezier(0,1,1,1);transition:transform .3s cubic-bezier(0,1,1,1),-webkit-transform .3s cubic-bezier(0,1,1,1);-webkit-transform:translateX(-320px);-ms-transform:translateX(-320px);transform:translateX(-320px)}
.mobile-menu-show .wr-filter-mobile.mobile-menu .container{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
.wr-filter-mobile.mobile-menu .wr{padding:15px 10px}
.wr-filter-mobile.mobile-menu .close{position:absolute;top:17px;right:17px;width:17px;height:17px;border:2px solid #222;-webkit-border-radius:20px;border-radius:20px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);cursor:pointer}
.wr-filter-mobile.mobile-menu .close:after, .wr-filter-mobile.mobile-menu .close:before{position:absolute;top:6.5px;left:6.5px;background:#333;content:''}
.wr-filter-mobile.mobile-menu .close:before{margin:-4px 0 0 -1px;width:2px;height:8px}
.wr-filter-mobile.mobile-menu .close:after{margin:-1px 0 0 -4px;width:8px;height:2px}

.tags_brands {padding: 0 10px;margin: 30px 0;width: 100%; column-width: 200px;font-size: 1.1em;line-height: 1.3em;}
.tags_brands ul::after {clear: both;content: "";display: table;}
.tags_brands ul li {width: auto;}
.tags_brands ul a {color: #3e3f3f;display: inline-block;padding: 0.3em 0;text-decoration: none;}
.tags_brands ul a:hover {color: #60bbbe;}

.left_block {float: left;width: 22%;padding: 0 20px 0 0;}
.right_block{float: left;width: 78%;}
.bottom_filter .form-el-chekbox-group ul li label input {opacity: 0;cursor: pointer;left: -10px;position: absolute;top: -10px;}
.bottom_filter .form-el-chekbox-group {
    background: #e6e6e6;
    border: medium none;
    border-radius: 2px;
    color: #222;
    height: auto;
    padding: 4px 0;
    width: 200px;
}
.bottom_filter .form-el-chekbox-group ul li label {
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    height: 2.3em;
    line-height: 1.4em;
    overflow: hidden;
    padding: 6px 29px;
    position: relative;
}
.bottom_filter .form-el-chekbox-group li.active {background: #2197ef;color: #fff;margin: 0 4px;}
.form-el-chekbox-group {
    display: inline-block;
    height: auto;
    padding: 4px 2px;
}
.form-el.mr{ padding: 10px;}
.form-sep{padding: 0 0.3em;}
.form-el-chekbox-group li {
    border-radius: 1px;
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
}
.catalog-filter .form-el-chekbox-group .number input {
    border: medium none;
    display: inline-block;
    outline: medium none;
    width: 4.3em;
}

.filter form .filter-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 10px;
}
.filter form .filter-item dt {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0.3em;
}
.form-el-checkbox-list {position: relative;}
.filter form dd .title {width: 200px;}
.form-el-checkbox-list .title, select.button, select.form-el {background-image: url("/img/retina/select.png");}
.form-el-checkbox-list .title, select.button, select.form-el {
    -moz-appearance: none;
    background-image: url("/img/select.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 18px 8px;
    padding-right: 25px;
    text-indent: 0.01px;
    text-overflow: "";
}
.form-el {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    font-size: 1.1em;
    height: 2.9em;
    line-height: 1.2em;
    padding: 10px 15px;
}
.form-el-checkbox-list.active .checkbox-list {
    opacity: 1;
    transform: translateY(0px);
    transition-timing-function: ease, ease, step-start;
    width: 100%;
    z-index: 2;
}
.form-el-checkbox-list .checkbox-list {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.1);
    left: 0;
    max-height: 300px;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 38px;
    transform: translateY(-10px);
    transition-duration: 0.2s;
    transition-property: transform, opacity, width, -webkit-transform;
    transition-timing-function: ease, ease, step-end;
    width: 0;
}
.form-el-checkbox-list.active .checkbox-list ul {display: block;}
.form-el-checkbox-list .checkbox-list ul {
    display: none;
    list-style: outside none none;
    padding: 5px;
}
.form-el-checkbox-list .checkbox-list ul li {
    border-radius: 2px;
    font-size: 1.1em;
    line-height: 1.4em;
    position: relative;
}
.form-el-checkbox-list .checkbox-list ul li:hover {background: #f2f2f2 none repeat scroll 0 0;}
.form-el-checkbox-list .checkbox-list ul li .custom-input {margin: 0;}
.form-el-checkbox-list .checkbox-list ul li .custom-input, .form-el-checkbox-list .checkbox-list ul li input {
    left: 10px;
    position: absolute;
    top: 9px;
}
.form-el-checkbox-list .checkbox-list ul li .custom-input, .form-el-checkbox-list .checkbox-list ul li input {
    left: 10px;
    position: absolute;
    top: 9px;
}
.form-el-checkbox-list .checkbox-list ul li label.chb-title {cursor: pointer;display: block;padding: 7px 10px 7px 35px;}

.filter-popup-result {background:#e9e9e3;padding:7px 10px;position: absolute;white-space: nowrap;top: 0;margin-left: 0;z-index:1000;}
.filter-popup-result em{border-right: 6px solid #e9e9e3;border-top: 16px solid transparent;border-bottom: 16px solid transparent;position:absolute;left:-6px;top:0;}
.filter-popup-result span, .filter-popup-result a{font-weight:bold;}
.filter-bottom{width:200px;}
.filter-bottom button, .filter-bottom a {display: block;margin: 1.4em 0;width: 100%;padding: 8px 0;text-align: center;}
/*----*/
.catalogSectionText .recom {padding-bottom: 55px;}
.catalogSectionText .text_block{width:25.4%;float:left;}
.catalogSectionText .text_block ul{padding:0; }
.catalogSectionText .text_block.center{margin:0 10.4%;}
.catalogSectionText .text_block .text-merg{height:21px;display: inline-block;}
.catalogSectionText .text_block p {font-size:16px; padding: 0; line-height: 22px; color:#000; text-align: left;}
.catalogSectionText .text_block p span {color:#00a49d;}
.filter_block {overflow: hidden;padding: 17px 24px 14px;border: 1px solid #e5e5e5;position: relative; margin-bottom: 30px; margin:30px 0 0 0;}
.filter_block ul {float: left;font-size: 0;margin: 0;}
.filter_block ul li {display: inline-block;font-size: 13px;font-weight: 600;padding: 0 25px 0 0;vertical-align: top;}
.news-list-info .info-item {margin: 1em 0 4em 0;}
.news-list-info .info-item .image{height: 180px; float: left; margin-right:20px; width: 20%;}
.news-list-info .info-item  .text{height: 180px; width: 100%;}
.news-list-info .info-item  .text.text-width{height: 100px;}
.news-list-info .info-item .name {margin-bottom: 0.5em;}
.news-list-info .info-item .name a {font-size: 1.7em;line-height: 1.3em;text-decoration: none;}
.news-list-info .info-item p {width: auto;font-size: 1.2em;}
.news-list-info .info-item  > * {margin-right: 0;max-width: none;}

.topmar{margin-top:24px;}
.contener{background:#fff;min-height: 832px;}
.contener.front{background: none; min-height: 0px;}

.nivoZoomHover {background: rgba(0, 0, 0, 0) url("/img/zoom.png") no-repeat scroll 0 0;}
.nivoZoomHover, .ZoomHover {cursor: pointer;height: 30px;position: absolute;right: 9px;top: 53px;width: 30px;z-index: 9;}
.sale_cat{height:auto; margin:10px 0;}
.teg-text{margin: 20px 0;}
.pount{margin:30px 0;}
.dtList .sizes, .proc_div, .promo-price {position: absolute;z-index: 1;}
.stik{right: 0;top: 1em;position: absolute;z-index: 1;height:auto;}
.list{
    width: 101%;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-content: space-between;
	align-content: space-between;
}
.list__item{
    width: 24%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 1%;
    margin-right: 1%;
}
.list__item__inner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    color: #474d51;
    background-color: #fff;
    position: relative;
    align-content: space-between;
    border: 1px solid #F2F2F2;
	-webkit-border-radius: 2px;
    border-radius: 2px;
    transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}
.catalog-show-more.list__item{min-height: 20px;}
.catalog-show-more.list__item:hover{border: none;}
.list__item:hover .list__item__inner{
    border-color: #ff9900;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.list__item:hover .cart-button{background:#ff9900;}
.list_item_name{
    width: 100%;
    overflow: hidden;
    padding: 14px;
}
.list__item img{
    display: block;
    margin: 15px auto;
}
.list__item figcaption{height: auto; padding: 0; text-align: left;}
.list_item_name .description{display:none;}
/* JavaScript disabled */
html.no-js .list__item{width: 100%;float: none;}
html.no-js .list__item img{max-width: 9.375rem; /* 150 */float: right;margin-left: 1.25rem; /* 20 */}
.item_name{color:#222; text-decoration:none; font-size:13px;text-align: center;display: block;}
@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
{
    html.no-js .list__item{width: 25%;}
    html.no-js .list__item img{max-width: none;float: none;margin-left: 0;}
}

@media screen and ( max-width: 50em ) /* 800 */
{	
	.list__item{width: 32.33%; /* 3 items per row */}
	@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
	{
		html.no-js .list__item{width: 32.33%;}
	}
}
@media screen and ( max-width: 40em ) /* 640 */
{
	.list__item{width: 49%; /* 2 items per row */}
	@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
	{
		html.no-js .list__item{width: 49%;}
	}
}
@media screen and ( max-width: 20em ) /* 320 */
{
    .list__item{width: 100%; /* 1 item per row */float: none;margin-bottom: 2%;}
    @supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
    {
        html.no-js .list__item{width: 100%;}
    }
    html.no-js .list__item img{max-width: none;float: none;margin-left: 0;}
}
.proc_new, .price-icons{
    color: #000;
    cursor: auto;
    font-size: 12px;
    height: 21px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    width: 156px;
    z-index: 1;
}
.proc_new {background: #ccffcc; }
.price-icons {background-color: #95fdfd;  }
.price-icons span{color:#000;font-size: 14px; font-family: "calibri";}
.list_item_name .price{
    font-weight: bold;
    margin: 1em 0 0 0;
}
.list_item_name .price p{
    padding: 0;
}
.list_item_name .price .itemPrice{
    font-size: 1.2em;

}
.itemPrice{color: #000; text-align: left;}
.colorp{color:#ff00ff;font-size:18px;}

.buyBox {
    width: 100%;
    align-self: end;
}
.pp-name{color: #616161; font-size:13px;}
.no-sku{ height: 50px;}
.cart-button.msg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #525151;
    cursor: inherit;
    display: none;
    font-size: 14px;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: auto;
    margin-bottom: -10px;
}

.pp-sizes label {
    border: 1px solid #fff;
    float: left;
    width: 37px;
    height: 30px;
    font-size: 11px;
    line-height: 27px;
    margin: 0 2px 2px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0 3px;
    text-align: center;
    color:#000;
    cursor: pointer;
    border-color: #f2f2f2;
}

.lb{padding-left:10px;}
.pp-sizes input[type="radio"] {
    left: -9999px;
    position: absolute;
}
.pp-sizes .set, .pp-sizes label:hover {
    border-color: #00a49d;
}
.list__item__inner .cart-button {
    background: none;
    border: none;
    color: #222;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    outline: medium none;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    -webkit-appearance:none;
    -webkit-border-radius:0px;
    padding:0;
    border:0;
    display:block;
    background-color: #f2f2f2;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
a.cart-button, a.cart-button.already-in-basket {display:block;}
.list__item:hover a.cart-button {color:#fff;}
.list__item:hover .CurrentCharacteristic .cart-button{color:#fff;}
.cart-button:hover {background: #ff9900;color: #fff;}


.cart-button.already-in-basket {
    background: #00a49d;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    line-height: 32px;
    outline: medium none;
    display: none;
    text-align: center;
    text-decoration: none;
}
.quantity {
    height: 20px;
    margin: 0 auto;
    position: relative;
    width: 44px;
}
.quantity input {
    font-size: 12px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    width: 44px;
}
.count_nav {
    display: inline-block;
    padding: 0;
    position: absolute;
    right: -4px;
}
.count_nav a {
    background: transparent url("/img/gui.png") no-repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    display: block;
    height: 10px;
    text-align: center;
    width: 11px;
}
.count_nav a.plus {
    background-position: -42px -554px;
    border-radius: 5px 5px 0 0;
}
.count_nav a.minus {
    background-position: -42px -574px;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
}
.catalogSectionText{padding: 20px 10px;  height: auto; overflow: hidden;}
.catalogSectionText p, .catalogSectionText ul, .catalogSectionText ol {list-style-position: inside;list-style-type: decimal; font-size:16px; line-height: 22px; color:#000; text-align: left; padding: 0 0 10px 0;}
.catalogSectionText ul li{list-style: inside none disc; font-size:16px;}
/*front sections*/
.sections_wrapper{margin:0px 0px 30px;}
.front.wide_page .sections_wrapper{margin-bottom:0px;padding-bottom:30px;}
.sections_wrapper .top_block{padding:0px;}
.sections_wrapper .sections_list .row > div{padding:0px;margin:0px 0px -1px -1px;}
.sections_wrapper .sections_list .item{text-align:center;border:1px solid #F2F2F2;padding:30px 10px 30px;transition:all ease 0.2s;}
.sections_wrapper .sections_list .item:hover{border-color:#fff;box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.15);}
.sections_wrapper .sections_list .item:not(.section_item) .img{width:120px;height:120px;line-height:120px;text-align:center;margin:0px auto 22px;}
.sections_wrapper .sections_list .item .img img{max-width:100%;max-height:100%;}
.sections_wrapper .sections_list .item .name{font-weight:bold;font-size:1.071em;line-height:20px;}
.sections_wrapper .sections_list .item .name a{overflow:hidden;text-overflow:ellipsis;display:block;}
.section_block .sections_wrapper .sections_list .item{margin:0px;}
.section_block .sections_wrapper .sections_list .row > div{margin:0px 0px -1px -1px;}
/*navigation */
.catalog-show-more{height: 29px; margin: 20px 0; width: 100%;}
.catalog-show-more .navigation {height: auto;margin:0;}
.navigation {padding:0;width: 100%;height: 20px;line-height: 20px;margin: 20px 0;}
.navigation-pages {text-align: left;}
.navigation-pages a {color:#666; font-size: 16px;padding: 0 3px; text-decoration: none;}
.navigation-pages a:hover {color:#00a49d;}
.navigation-pages .nav-current-page {font-size: 16px; color: #00a49d;font-weight: bold;}
/*--Sort--*/
.sortb {margin: 0 0 21px; height: 28px;line-height: 27px;}
.sorter {width: 87%;float:left;}
.content-padding{width: 13%;float:left;text-align: right;}
.filter-item{margin-top:10px;}
.sortBy li, .goodsInSection ul li{float: left;font-size: 13px;color: #8e8e8e;padding-left: 10px;}
.sortbutton { color: #8e8e8e; min-width: 24px;text-decoration: none;font-family: "calibri";font-size:14px;}
.tabfilter .sortbutton { font-family: Verdana;}
.sortbutton:hover { color: #dbb950;}
.sortbutton.current {color: #dbb950;display: inline-block;font-size: 14px;min-width: 26px;}
.sortbutton.current.asc:hover span, .sortbutton.current.desc span {
    background: rgba(0, 0, 0, 0) url("/img/icons.png") repeat scroll -210px 30px;
}
.sortbutton.current.desc:hover span, .sortbutton.current.asc span {
    background: rgba(0, 0, 0, 0) url("/img/icons.png") repeat scroll -244px 29px;
}
.sortbutton span {display: inline-block;height: 13px;width: 21px;}
.goodsInSection {float: left;width: 21%;height: 20px;line-height: 20px;margin: 20px 0;}
.goodsInSection ul li a {text-decoration:none; font-size: 13px;color: #8e8e8e;}
.onPageShowItemActive, .goodsInSection ul li a:hover {color: #dbb950;}
.filter-name{display:none;}
/*-----*/
/*---Catalog detal--*/
.R2D2{margin:10px 0 0 0; overflow: hidden; padding-bottom: 70px; height: auto; /*border-top: 1px solid #e6e6e6;*/}
.svwp {float: left;margin-right: 2%;width: 75%;}
.eleminfo {float: left;vertical-align: top;width: 22%;}
.bac {color:#6b6b6b; font-size:13px;width: 100%;display:block;}
.bac:hover {color: #00a49d;}
.name h1{color:#6b6b6b;font-size:18px; min-height:60px;margin-top: 20px;}
.tabcontent{min-height: auto;padding-bottom: 50px;}
.options{color:#6b6b6b;font-size:14px;line-height: 24px;}
.R2D2.price{min-height:65px;}
.catalog-price{color:#000;font-size:30px;}
.props_list{padding: 45px 0 0 0; width:64%;}
.props_list_title{color:#000; font-size:14px; display:block; padding: 0 0 30px 0}
.props_list-options { height: auto;line-height: 1px;padding: 0 0 24px;display: table;width: 100%;}
.char_name, .char_value {color: #6b6b6b;width: 50%;display: table-cell;width: 1px; white-space: nowrap;}
.char_dott{display: table-cell;border-bottom: 1px dotted #6b6b6b;}
.pdf {float: right;padding-left: 50px;position: relative;}
.icon-pdf {height: 35px;left: 0;position: absolute;top: 2px;width: 33px;}
.tabcontent, .char_name, .char_value, .pdf a, .detail-text p {font-family: 'PartnerLight';font-size:14px;}
.pdf a .title {color: #00a49d;}
.pdf a .size {color: #787878;}
.detail-text p{line-height:24px;padding-left:10px;}
/*---help--*/
.help{color:#000;height: 100%;width: 100%;margin-top: 25px;display: inline-block;}
.help-cont {float: left;width: 71%;display: inline-block;}
.help-cont p, .help-cont ul li {color: #000;font-family: verdana;font-size: 14px;line-height: 22px;}
.help-cont ul li {list-style: outside;}
.menu-help {float: left;margin: 0px 41px 0 29px;width: 20%;display: inline-block;} 
.menu-help ul li {height: 30px;line-height: 30px;}
.menu-help ul li a {color:#000;font-size:18px; text-decoration:none;font-family: "calibri";}
.menu-help ul li a:hover {color:#dbb950;}
.quest{height: auto;min-height: 105px; margin-bottom: 40px; font-size:14px;color:#000;}
.questTitel{height: 15px;font-style: italic;margin-bottom:40px;}
.questAnswer{border: none; padding: 0px;line-height: 25px;}
.quvanw a{font-style: italic;font-size:14px;color:#000;text-decoration:underline;}
.mobi_dev{margin-left: 247px;}
.mobi_dev2{margin-left: 256px;}
/*--delivery--*/
.doc td, .doc th {border: 1px solid #ccc;padding: 5px;vertical-align: top;}
.help-cont .doc ul li {list-style: inside;}
.doc {color: #000;font-family: verdana;font-size: 14px;line-height: 22px;}
/*---personal Cabinet--*/
.personal{margin-bottom:20px;}
.personalLeft{float:left; width: 84%;padding-right: 20px;margin-right: 27px;}
.personalRight{width: 13%;float:left;}
.personalRight .menu a {color:#000;font: 18px/28px "calibri";}
.personalRight .menu a:hover {color:#dbb950;}
.Profil{width:100%;/*height: 246px;*/background:#fff;border:1px solid #f5f5f5;}
.ProfilBac{background:#f4f9fe;border:7px solid #fff;padding:12px 0;height: 361px;}
.ProfilImg{width:25%;/*height: 205px;*/float:left;}
.personalLeft .ProfilInfo{float:left;width:61%;margin-left:1.8%;}
.ProfilInfo table.sale_order_full_table .namemar{padding-right:40px;}
.personalLeft .ProfilZamoc{float:left;width:12%;padding-top: 17px;}
.personalLeft .ProfilZamoc img{margin-left: 29px;}
.sale_order_full_table_no_border tr{height: 35px;color: #000;font-size: 18px;font-family: "calibri";}
.sale_order_full_table_no_border tr td input {height: 27px;border:1px solid #fff;background:#fff;width:385px;}
table.sale_order_full_table td.radio {vertical-align:middle;}
table.sale_order_full_table td table td {padding:0;vertical-align:middle;}
.namemar-lastname, .namemar-name, .namemar-secondname{float:left;width:123px!important;}
.namemar-name, .namemar-lastname{margin-right:8px;}
.save_but {background:none;border:none;padding:0; color: #ff6600;font:18px Verdana;margin-right: 15px;}
.save_but:hover {color:#dbb950;}
.bx_order_list table tr td{border:1px solid #dddddd;}
/*--pass---*/
.pass{width:100%;position:relative;}
.passiz{width:100%;height: 45px;color: #000;font:14px/45px "calibri";padding-left: 40%;margin-bottom: 4.5%;cursor: pointer;}
.passbut{width:100%;height: 40px;line-height:40px;padding-left:62%;}
.save_but_ress{background:none;border:none; color: #8c8989;font:18px Verdana;padding: 0;}
.passvisibl{display:none;width:100%;height: 112px;margin-top: 12px;position:absolute;background:#d6e8fb;}
.namepass{height: 63px;color: #000;font:14px/63px "calibri";padding-left: 40px;cursor: pointer;}
.infopass{height: 27px; padding-left: 40px;}
.infopass .input_infopass{background: #fff;border: 1px solid #fff;height: 27px;width: 230px;margin-right:8px;padding-left: 20px;}
.infopass .save_but{padding-left: 32px;}
/*--make---*/
.header.make{height: 90px;}
.header.make .wrappercenter {height: 90px;}
.header.make .wrappercenter .logo{width:75%;}
.header.make .wrappercenter .cart-info {width:24%;}
.bx_element input[type="radio"]:checked + label {border: 1px solid #ff00ff !important; position: absolute;}
.SDEK_selectPVZ{font-size:15px;}
.sdek_pvzAddr{text-transform: lowercase;}
.samord-tippy__container {
    top: 10px;
    right: 20px;
}
@media only screen and (max-width: 1022px){
    .left_block{float: none;margin-bottom: 2em; width: 100%;padding:0;}
    .right_block {float: none;width: 100%;}	
    .nazv-dop{display: none;}
    .props_list{width:100%;}
	.wr-filter-mobile, .section_block .list__item__inner .imgPrev{display: none;}
	.sortBy li.mobile-list-controls{display: block;}
	.wr-filter-mobile.mobile-menu{display: block;}
	.filter-popup-result{opacity: 0;}
		
}
@media only screen and (min-width: 640px) and (max-width: 1024px){
    .samord-tippy__container {
        top: 2px;
        right: 0px;
    }
    .svwp {width: 63%;}
    .eleminfo {width: 35%;}
    /*.sorter {width: 65%;}*/
    .navigation {width: 68%;}
    .goodsInSection {width: 32%;}
    .sortb {margin: 10px 0 5px;}
    .filter-item .filter-name {
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        height: 50px;
        line-height: 33px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .filter-item .filter-name .ico {
        background: url("/img/filtr.png") no-repeat scroll 0 0;
        display: inline-block;
        height: 16px;
        margin-left: 4px;
        vertical-align: middle;
        width: 14px;
    }
    .filter-item.shown .bx_filter {display: none;}
    .bx_filter .bx_filter_title{display: none;}
    .bx_ordercart .bx_ordercart_order_pay_center{text-align:center!important;}
    .bx_ordercart_back, .bx_ordercart_back.delcare, .checkout {float:none!important; margin:0 17px 20px 0!important;}
    .mobi_dev{margin-left: 0px;}
}
@media only screen and (min-width: 768px) and (max-width: 940px){
    .personalLeft .ProfilInfo {width: 96%;}	
    .catalogSectionText .text_block {width: 100%;float: none;}
    .catalogSectionText .text_block.center {margin: 0%;}	
    .ProfilZamoc{display:none;}
    .personalLeft {float: left;margin-right: 5px;width: 79%;}
    .personalRight {width: 20%;}
    .ProfilImg {display: none;}
    .menu-help {float: none;margin:0;width: 100%;padding-left: 0px;} 
    .menu-help ul li {height: 30px;line-height: 30px; float:left; padding-right: 10px;}
    .help-cont {float: none;width: 100%;clear: both; padding-top: 1px;}

}
@media only screen and (min-width: 640px) and (max-width: 768px){
    .catalogSectionText .text_block {width: 100%;float: none;}
    .catalogSectionText .text_block.center {margin: 0%;}
    .ProfilZamoc{display:none;}
    .sale_order_full_table_no_border tr td input {width: 100%!important;}
    .bx_logotype {width: 14.9%!important;}
    .personalLeft {float: left;margin-right: 5px;width: 79%;}
    .personalRight {width: 20%;}
    .ProfilImg {display: none;}
    .personalLeft .ProfilInfo {width: 96%;}
    .sale_order_full_table_no_border tr td input.namemar-lastname, .sale_order_full_table_no_border tr td input.namemar-name, .sale_order_full_table_no_border tr td input.namemar-secondname {width: 31% !important;}
    .infopass .input_infopass {width: 195px;}
    .menu-help {float: none;margin:0;width: 100%;padding-left: 0px;} 
    .menu-help ul li {height: 30px;line-height: 30px; float:left; padding-right: 10px;}
    .help-cont {float: none;width: 100%;clear: both; padding-top: 1px;}
    .mobi_dev{margin-left: 0px;}
    .mobi_dev2{margin-left: 0px;}
}
@media only screen and (min-width: 320px) and (max-width: 640px){
    .samord-tippy__container {
        top: 14px;
        right: 0px;
    }
    .catalogSectionText .text_block {width: 100%;float: none;}
    .catalogSectionText .text_block.center {margin: 0%;}
    .mfeedback {width:100%; height:auto; margin: 0;}
    .headerPushyMenu {margin-left: 2px;margin-top: 10px;width: 21%;}
    .svwp, .eleminfo, .sorter, .content-padding {width: 100%;float:none}
    .goodsInSection{display: none;}
    .sortb {margin: 10px 0 5px;}
    .menu-help {float: none;margin:0;width: 100%;padding-left: 0px;} 
    .menu-help ul li {height: 30px;line-height: 30px; float:left; padding-right: 10px;}
    .help-cont {float: none;width: 100%;clear: both; padding-top: 1px;}
    .elem-1 {width: 10%;float: left;margin-right: 10px;}
    .elem-2 {width: 80%;float: left;}
    .elem-3 {width: 100%; float: none;margin: 15px 0;}
    .shag-1 .text-1, .shag-1 .text-2, .shag-2 .text-1, .shag-3 .text-1, .shag-4 .text-1, .shag-5 .text-1 {margin-top: 0;}

    .filter-item .filter-name {
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        height: 50px;
        line-height: 33px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .filter-item .filter-name .ico {
        background: url("/img/filtr.png") no-repeat scroll 0 0;
        display: inline-block;
        height: 16px;
        margin-left: 4px;
        vertical-align: middle;
        width: 13px;
    }
    .filter-item.shown .bx_filter {display: none;}
    .bx_filter .bx_filter_title{display: none;}

    .bx_ordercart .bx_ordercart_order_pay_center{text-align:center!important;}
    .bx_ordercart_back, .bx_ordercart_back.delcare, .checkout {float:none!important; margin:0 0 20px 0!important;}

    .commes {margin-left: 0!important;width: 100%!important;}
    .bx_logotype{display:none;}	
    .bx_element label {font-size: 11px!important;}
    .itogopay {padding-right: 0!important;text-align: center!important;}
    .oplata {padding: 0 23px 0 17px!important;text-align: center!important;}
    .ProfilImg, .ProfilZamoc{display:none;}
    .ProfilInfo table.sale_order_full_table .namemar {padding-right:5px!important;width: 50px!important;}
    .ProfilInfo {width: 100%!important;float:none!important;padding: 0 5px!important;margin-left:0!important;}
    .sale_order_full_table_no_border tr td input {width: 100%!important;}
    .SDEK_selectPVZ {font-size: 12px!important;}
    .personalLeft {float: none;padding-right: 0;width: 100%;}
    .personalRight {width: 100%;}
    .personalRight ul li {float: left;height: 30px;line-height: 30px;padding-right: 10px;}
    .passbut {padding-left: 26%; width: 100%;}
    .passiz {height: 41px;margin-bottom: 0;}
    .namepass {font: 14px/25px "calibri";height: 25px;}
    .infopass .input_infopass {margin-bottom: 2px;}
    .mobi_dev{margin-left: 0px;}
    .mobi_dev2{margin-left: 0px;}
}
@media only screen and (min-width: 480px) and (max-width: 640px){
    .infopass .input_infopass {width: 192px;}
    .namepass {font: 14px/45px "calibri";height: 45px;}
}
/* End */


/* Start:/css/project.css?168175128754051*/
*, *::before, *::after, input[type="search"] {box-sizing: border-box;}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
img {
	height: auto;
	max-width: 100%;
}
body {
	font-size: 12px;
	line-height:18px;
	font-family:Verdana!important;
	width: 100%;
	height: 100%;
}
input {
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="text"], input[type="password"] {
	border: 1px solid #dcdada;
	font-size: 15px;
	padding: 0 10px;
	background:none;
	color:#525151;
}
h1,h2,h3,h4,h5,h6{margin:0;font-weight:bold;margin:46px 0 26px 0;color:#222222;}
h1,h2,h3,h4{letter-spacing:normal;}
h1{font-size:2.133em;line-height:30px;margin:0 0 18px;font-weight:bold;}
h2{font-size:1.866em;line-height:28px;margin: 40px 0 26px;}
h3{font-size:1.6em;  line-height:24px;margin: 40px 0 26px;}
h4{font-size:1.33em; line-height:20px;margin: 40px 0 26px;}
h5{font-size:1.2em;  line-height:22px;margin: 40px 0 26px;}
h6{font-size:1.066em;line-height:22px;margin: 40px 0 26px;}
ul.content li{line-height:24px;}
ul.content{padding-left: 0px;}
ul.content, ol.content{padding-left:26px;margin-bottom:20px;}
ul + h3,ul + h4,ul + h5,ul + h6, ol + h3,ol + h4,ol + h5,ol + h6{margin-top:48px;}
ul.content{padding-left:0px;}
ol.content li{list-style-type: decimal;padding-left: 4px;margin-bottom: 12px; font-size: 14px;}
ul.content li{list-style:none;position: relative;padding-left: 20px;margin-bottom: 8px; font-size: 14px;}
ul.content li::before {content: "";position: absolute;left: 0px;top: 12px;width: 3px;height: 3px;background: #222;}
ul.content li ul, ol.content li ol{padding-top:4px;}
button, input, select, textarea {box-sizing: border-box;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
button{line-height:1.6em}
fieldset{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;margin-bottom:1em}
input.text,textarea{border:1px solid #c1c1c1}
fieldset label{display:block;font-size:.94em;margin-bottom:.25em}
fieldset input,fieldset textarea{display:block;width:100%;max-width:400px}
input.text{padding:.7em;-webkit-border-radius:2px;border-radius:2px;-webkit-transition:.2s border cubic-bezier(.645,.045,.355,1);transition:.2s border cubic-bezier(.645,.045,.355,1)}
input.text.error, .wr-login dl.f input.text.error{border:1px solid #cc5b34}
input.text.error::-webkit-input-placeholder, .wr-login dl.f input.text.error::-webkit-input-placeholder{color:#cc5b34}
input.text.error::-moz-placeholder, .wr-login dl.f input.text.error::-moz-placeholder{color:#cc5b34}
input.text.error:-moz-placeholder, .wr-login dl.f input.text.error:-moz-placeholder{color:#cc5b34}
input.text.error:-ms-input-placeholder, .wr-login dl.f input.text.error:-ms-input-placeholder{color:#cc5b34}
input.number{display:inline-block;border:none;padding:.532em .7em;-webkit-border-radius:2px;border-radius:2px;background-color:#d8dcde;max-width:80px}
textarea{padding:.7em;-webkit-border-radius:2px;border-radius:2px;resize:none}
input[type="text"]:focus, input[type="password"]:focus {border: 1px solid #00b034;}
.button {border-radius: 2px;border: none;line-height: 1.3em;color: #fff;padding: 15px 40px;cursor: pointer;display: inline-block;text-decoration: none;-webkit-transition: background-color .1s,opacity .2s;transition: background-color .1s,opacity .2s;-webkit-box-shadow: none;box-shadow: none;-webkit-border-radius: 2px;}
.button.green{color:#fff;border-color:#00a49d;background-color:#00a49d}
.button.green:hover{border-color:#20b2aa;background-color:#20b2aa}
.button.gray{color:#333;border-color:#eee;background-color:#eee;}
.button.gray:hover{border-color:#e6e6e6;background-color:#e6e6e6}
.button.disabled,.button.disabled:hover{border-color:#999;background-color:#999}
.button.disabled{color:#fff;cursor:default;opacity:.4}
a {color: #00a49d;transition: color 0.2s ease-out, background-color 0.2s ease-out;}
a, a:hover { text-decoration: none; outline:none !important;}
a:hover{color:#dbb950;}
p{font-size: 14px;line-height: 22px;color: #000;text-align: left;padding:5px 0;}
@font-face {
	font-family: 'calibri';
	src: url('/fonts/calibri.eot');
	src: url('/fonts/calibri.eot') format('embedded-opentype'),
	url('/fonts/calibri.woff2') format('woff2'),
	url('/fonts/calibri.woff') format('woff'),
	url('/fonts/calibri.ttf') format('truetype'),
	url('/fonts/calibri.svg#calibri') format('svg');
}
@font-face {
	font-family: 'PartnerLight';
	src: url('/fonts/PartnerLight.eot');
	src: url('/fonts/PartnerLight.eot') format('embedded-opentype'),
	url('/fonts/PartnerLight.woff2') format('woff2'),
	url('/fonts/PartnerLight.woff') format('woff'),
	url('/fonts/PartnerLight.ttf') format('truetype'),
	url('/fonts/PartnerLight.svg#PartnerLight') format('svg');
}
@font-face {
	font-family: 'AngleciaProDisplayItalic';
	src: url('/fonts/400i.woff2') format('woff2'),
	url('/fonts/400i.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'AngleciaProDisplayRegular';
	src: url('/fonts/400.woff2') format('woff2'), 
	url('/fonts/400.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
.wrapper {
	height: auto !important;
	margin: 0 auto;
	max-width: 2000px;
	min-height: 100%;
}
.wrappercenter {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1024px;
}
.space, .clear,.clr  {box-sizing: border-box; clear: both; width: 100%;}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.custom-input-focus {outline-offset: -2px;}
.custom-input::after {
	content: "";
	margin: -8px;
	padding: 8px;
}
.custom-input input, .custom-input::after {
	height: 100%;
	position: absolute;
	width: 100%;
}
.custom-input, .custom-input * {cursor: pointer;}
.custom-input {
	border: 2px solid #c7c7c7;
	border-radius: 1px;
	display: inline-block;
	height: 14px;
	margin: -5px 4px 0 0;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	width: 14px;
}
.custom-input input {
	left: 0;
	opacity: 0;
	top: 0;
	z-index: 1;
}
.custom-input input, .custom-input::after {
	height: 100%;
	position: absolute;
	width: 100%;
}
.custom-input-ind {
	display: none;
	height: 15px;
	left: 0;
	margin: 18px;
	position: absolute;
	top: 0;
	width: 15px;
}
.custom-input-radio-active {border: 2px solid #29ab35;}
.custom-input-radio { border-radius: 10px;}
.custom-input-radio .custom-input-ind {background: #29ab35 none repeat scroll 0 0;border-radius: 10px;height: 7px;left: 4px;top: 4px;width: 7px;}
.custom-input-radio-active .custom-input-ind {display: block;margin: -2px;}
.custom-input-ind, .icon-checkbox {background-position: 0 -90px;}
.custom-input-ind, .icon-checkbox{height: 15px;width: 15px;}
.custom-input-ind, .icon { background-image: url("/img/retina/icons.png");}
.custom-input-ind, .icon {background-color: transparent;background-image: url("/img/icons.png");background-repeat: no-repeat;background-size: 500px 500px;display: inline-block;height: 30px;width: 30px;}
.custom-input-checkbox-active .custom-input-ind{position: relative;display: block;height: 13px;width: 13px;margin: 10px 12px;}
.custom-input-hover {border-color: #999;}
.custom-input-checkbox-active {border: 2px solid #2197ef;}
.custom-input-checkbox-active .custom-input-ind:after{
	content: '';
	position: absolute;
	top: 3px;
	right: 2px;
	left: 3px;
	bottom: 2px;
	background-color: #2197ef;
}



/*--Header--*/
.header {
	background: #fff;
}
.header .logo{
	position: relative;
	width: 162px;
	text-align: center;
}
.header .logo img{
	max-width: 100%;
}
.header .header-left{
	float: left;
	width: 17%;
}
.header .header-right{
	float: right;
	width: 17%;
	text-align: right;
	padding-top: 1em;
}
.header .header-center{
	padding: 2em 0 1em;
	margin: 0 auto;
	width: 66%;
	text-align: center;
}

.mobile-header{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1em 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	z-index: 5000;
}
.mobile-header .logo{
	text-align: center;
	width: auto;
	margin-top: -1em;
}
.mobile-header .logo img{
	width: 81px;
}




.main-nav{
	height: 30px;
	text-align: center;
}
.main-nav ul {
	font-size: 14px;
	color: #aaa;
}
.main-nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.main-nav ul li.resset{
	margin: 0px;
}
.main-nav ul li a {
	color: #aaa;
	text-decoration: none;
}
.main-nav ul li a:hover{
	color: #00a49d;
	text-decoration: none;
}



.header .contentSerch{
	margin: 2em auto;
	width: 70%;
}



.head-menu-container{
	background-color: #00a49d;
	color: #fff;
}
.head-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: stretch;
	background-color: #00a49d;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.head-menu-catalog{
	width: 22%;
}
.head-menu-catalog .head-menu-lvl1{
	border-left: 1px solid #00cccc;
	border-right: 1px solid #00cccc;
}
.head-menu-catalog .head-menu-lvl1 > li{
	flex: 1 1;
}
.head-menu-catalog .head-menu-lvl1 > li a{
	position: relative;
	padding-right: 2em;
}
.head-menu-catalog .head-menu-lvl1 > li a i{
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.5em;
}
.head-menu-main{
	width: 78%;
}

.head-menu-main .head-menu-lvl1 > li{
	flex: 1 1;
}
.head-menu-lvl1 li a, .head-menu-lvl1 li span,
.head-menu-lvl2 li a, .head-menu-lvl2 li span{
	color: #fff;
	padding: 1em;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.head-menu-lvl2 li a:hover, .head-menu-lvl2 li .active,
.head-menu-lvl2 li a, .head-menu-lvl2 li span {
	text-transform: none;
}
.head-menu-lvl1 li a:hover, .head-menu-lvl2 li a:hover,
.head-menu-lvl1 li .active,  .head-menu-lvl1 li.parent-li.active, .head-menu-lvl2 li .active{
	background-color: #008d87;
}
.head-menu-lvl1{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: stretch;
}
.head-menu-lvl1 > li{
	position: relative;
	text-align: center;
}
.head-menu-catalog .head-menu-lvl1 > li{
	text-align: left;
}
.head-menu-lvl2{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	z-index: 200;
}
.head-menu-lvl2 > li{
	background-color: #00a49d;
	text-align: left;
}
.head-menu-lvl1 > li:hover .head-menu-lvl2{
	display: block;
}

.mobile-menu-contianer{
	display: none;
}
@media(max-width: 850px){
	.mobile-menu-contianer{
		display: block;
	}
}


.headerPushyMenu{display:none;}
.contentSerch{margin: 2em 0;height: 29px; }
.search-page{
	display: none;
}
.Serchinput {
	position: relative;
	padding-right: 29px;
	max-width: 450px;
}
.Serchinput input[type="text"] {
	border: 1px solid #e6e6e6 ;
	color: #000;
	font-size: 14px;
	height: 29px;
	line-height: 29px;
	margin: 0;
	padding: 0.5em 1em;
	width: 100%;
}
.Serchinput .active, .Serchinput input[type="text"]:hover, .Serchinput input[type="text"]:focus  {border: 1px solid #ff9900!important;}
.Serchinput input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 29px;
	height: 29px;
	display: inline-block;
	background:url("/img/serch.png") no-repeat scroll 0 0 #00a49d;
	border: none;
	cursor: pointer;
}
.contentSerch p{color:#00a49d; font-size:17px; text-align: right;display: block;margin-top: 20px; padding-right: 22px;}
.contentSerch p span{font-size:21px;}



.menu-brend{
	display: block;
	margin: 35px 0 0px 0;
}
@media(max-width: 850px){
	.search-page{
		display: block;
	}
	.menu-brend{
		margin: 0.7em 0;
	}
}




/*menu*/

.menu_content{
}
.menu_content > li {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 22px;
	padding: 0 14px;
	position: relative;
	/* text-transform: uppercase; */
}
.menu_content > li:last-child {margin-right: 0;}
.menu_content > li > a {
	display: inline-block;
	color: #00a49d;
	font-family: "calibri";
	line-height: 38px;
	text-decoration: none;
}
.menu_content > li > a > span{font-size: 11px;text-transform: none;}
.menu_content > li:hover > a,.submenu > li:hover a {color: #00a49d;}
.submenu {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.9);
	position: absolute;
	margin-top: 10px;
	left: 0;
	top: 100%;
	z-index: 100;
	width: 165px;
	padding: 10px;
	filter: alpha(opacity=30);
	transition: all 0.5s ease-in-out;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
}
.submenu a {
	font-family: "calibri";
	color: #000;
	text-align: left;
	display: block;
	padding: 0 15px;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	text-decoration:none;
	text-transform: none;
}
.menu_content li ul li:last-child a {border-bottom: none;}
.menu_content li:hover .submenu {
	color: #00a49d;
	opacity: 1;
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
@media(max-width: 850px){
	.menu_content li .submenu {
		display: none;
	}
}
.menu-btn-right{display:none;}
/*----*/




.cart-info{
	text-align: right;
}
.fone-contact{width: 100%; font-family:Verdana;}
.topfone {
	position: relative;
	padding-top: 1.6em;
}
.topfone img {display: inline-block;vertical-align: middle;width: 28px;}
.topfone span {color: #707070;font-size: 15px;overflow: hidden;}
.topfone p {
	color: #707070;
	font-size: 9px;
	line-height: 9px;
	text-align: right;
	padding: 0;
	margin-top: -5px;
	font-style: italic;
}

.mobile-search{
	display: none;
	position: fixed;
	top: 6px;
	right: 50px;
	margin-top: 1em;
}
.mobile-search svg{
	width: 22px;
	height: 22px;
}
.mobile-search svg path{
	fill: #05a29f;
}

.headerCart{
	margin-top: 1.5em;
}
.hedcar{width: 100%;}
.headerCartLink {
	position: relative;
	display: inline-block;
	background: transparent url("/img/notetext-b.jpg") no-repeat scroll 0 0;
	height: 30px;
	-webkit-background-size: contain;
	background-size: contain;
	text-decoration:none;
	color: #707070;
	font-size: 14px;
}
.headerCartLink:hover {color: #00a49d;}
.headerCartNum {display: inline-block;vertical-align: middle;height: 31px;line-height: 25px;text-align: center;width: 38px; font-size: 9px; color: #fff;}
.headerCartText {display: inline-block;vertical-align: middle;font-size: 11px;}
.header .min-price{
	margin: 0.3em 0;
}
.div_type_price .type_price.act, .div_type_price .type_price:hover {background: #00a49d none repeat scroll 0 0;border: 1px solid #00a49d;color: #ffffff;}
.div_type_price .type_price {border: 1px solid #00a49d;color: #00a49d;display: inline-block;font-size: 8pt;margin-right: 5px;min-width: 71px;padding: 0 3px;text-align: left;text-decoration: none;}
.price-switch{height: auto;}
.onoffswitch {
	position: relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	margin: 0 0 2em 0 ;
}
.onoffswitch-checkbox { display: none;}
.onoffswitch-label {
	display: block;
	overflow: hidden;
/* 	cursor: pointer; */
	padding: 5px 0;
	border: none;
	background-color: #00a49d;
	transition: background-color 0.3s ease-in;
}
/* .onoffswitch-label:before {
	content: "";
	position: absolute;
	background: #FFA200;
	top: 0;
	right: 50%;
	width: 50%;
	height: 100%;
	margin: 0px;
	transition: all 0.3s ease-in 0s;
	border: 2px solid #00a49d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
} */
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
	right: 0px;
}
.onoffswitch-switch, .onoffswitch-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	z-index: 2;
	font-size: 14px;
	font-family: "Calibri";
	color: #fff;
	font-weight: bold;
	line-height: 1;
}

.price-switch{
	position: relative;
	width: 162px;
	margin: 0.2em 0;
	text-align: center;
}

/*TopMenu*/
.hedMenu{
	background:#00a49d;
}
.hedMenu .wrappercenter {
	border:1px solid #00cccc;
	border-top:none;
	border-bottom:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul li.glav{list-style: outside none none;border-right:1px solid #00cccc; width:39px; text-align:center;margin:0!important;padding-top:2px;height: 37px;cursor:pointer;}
ul li.sale a, .footerMenuItem .sale{color:#f1b060!important;}
/* 	{line-height: 37px;width: 100%;} */
.menu-main-pc{display:block;}
.drop-menu-main{display:none;}
form .set_price{cursor: pointer;}
.radio-cust {display: none;}
.radio-custom {
	width: 12px;
	height: 12px;
	border: 2px solid #ccc;
	border-radius: 3px;
	position: relative;
}
.radio-custom, .label {display: inline-block;vertical-align: middle;}
.radio-cust:checked + .radio-custom::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #413548;
	border-radius: 2px;
}
.div-text{font-size:16px; padding-left:22px;font-family: "calibri"; color: #00a49d;}
.div-text.act{font-size:16px; padding-left:22px;font-family: "calibri"; color: #000;}
.radio-custom, .radio-cust:checked + .radio-custom::before {border-radius: 50%;}
.headerMenu ul{ color: #fff;white-space: nowrap;margin: 0;padding: 0;}
.headerMenu ul li:nth-child(2){list-style:none outside!important;}
.headerMenu ul li{display: inline-block;vertical-align: top; margin: 0 10px;}
.headerMenu ul li a,
.headerMenu ul li .drop-down{color:#fff; font-size:17px; text-decoration:none; display: block; line-height: 37px;padding: 0 6.5px;font-family: "calibri";}
.headerMenu ul li a:hover, .headerMenu ul li a.selected{ color:#dbb950!important;}
.headerMenu ul li a.selected{ cursor:default!important;}
.headerMenu ul li .drop-menu-main-sub{
	display: none;
	position: absolute;
	top: 100%;
	left: 6%;
	right: 6%;
	margin: 0 -1px;
	width: auto;
	background-color: #00a49d;
	z-index: 1000;
	border: 1px solid #00cccc;
}

.recom{overflow: hidden;text-align: center;color:#7a7a7a;font-size:35px; padding-bottom: 100px; line-height: 35px; padding-bottom: 95px;font-family: "calibri";}
.recom:before, .recom:after {content: "";display: inline-block;vertical-align: middle;width: 100%;height: 1px;background-color: #e6e6e6;position: relative;}
.recom:before {margin-left: -100%;left: -40px;}
.recom:after {margin-right: -100%;right: -40px;}
.head-sale, .head-sale a{background: #efefef;height: 40px;text-align: center;font: 14px/35px Verdana;color: #7a6a54;}
.head-sale-img{margin: 0 0 2em 0;}
.head-sale-sp1{color: #f72879;text-transform: uppercase;}
.head-sale-sp2{font-size: 18px;}
/*--Middle--*/
.content {/*padding: 0 0 200px;*/}
.bloc-1{position:relative;}
.contact {font-size:12px; color:#000; padding: 20px 0 0 146px;  line-height: 14px;}
.contact a {border-bottom: 1px dashed #010101; text-decoration: none; font-size:17px; color:#010101;  line-height: 21px;}
.contact a:hover {}
.contener{height: 100%;}
.BerHead{
	font-family:Veranda;
	margin: 1em 0;
}
/*--breadcrumbs--*/
.breadcrumbs {overflow: hidden;}
.sectionLink {margin-left: 5px; border-bottom: 1px solid #c5c7c9;color: #707070;font-size: 13px;line-height: 20px;vertical-align: super;text-decoration: none;font-family: "calibri";}
.sectionLink:hover {color: #6b6b6b;text-decoration: none;}
.breadcrumbsSeparator {background: transparent url("/img/breadcrumbsSeparator.png") no-repeat scroll 0 0;display: inline-block;height: 12px;width: 11px;}
.section {margin-left: 5px; color: #707070;font-size: 13px;line-height: 20px;vertical-align: super;font-family: "calibri";}
/*--personal--*/
.headerPersonal{
	text-align:right;
	font-family: "calibri";
	line-height: normal;
}
.headerPersonal.topmar{
	margin: 0;
}
.headerLogin{color:#707070;font-size:14px; text-decoration:underline; padding-left:12px;}
.headerLogin.fonte{font-size:14px; }
.headerPersonal span {color: #707070;display: block;font-size: 12px;height: 14px;line-height: 14px;margin-top: 7px;font-family: Veranda;}
/*--title--*/
.contentTitle {margin:10px 0 30px}
.contentTitle h1 {font-size: 24px;line-height: normal;color: #000;font-weight: normal;margin: 0px;}
/*--login--*/
.personal-t{margin-top: 25px;}
.auther {font-size:16px;text-decoration:underline;}
.auther:hover {	text-decoration:none;}	
font.notetext {font-size:16px;}
.star{color:#e83535}
.description{color:#9B9B9B;font-size:11px;font-weight:normal;line-height:15px;vertical-align:text-top}
.wr-login {width: 100%;max-width: 420px;margin: 0 auto;}
.wr-login dl.f {margin: 1em 0;}
.wr-login dl.f dt {font-size: .95em;line-height: 1.3em;margin-bottom: .4em;}
.wr-login dl.f input.text {border: 1px solid #e6e6e6;padding: 15px 14px;-webkit-border-radius: 2px;border-radius: 2px;width: 100%;margin: 0 -30px 0 0;}
.wr-login .remind {float: left;font-size: .95em;line-height: 1.3em;}
.wr-login .recover {float: right;font-size: .95em;line-height: 1.3em;}
.wr-login .recover a {color: #00a49d;}
.wr-login .recover a span {color: #00a49d;}
.wr-login .buttons {clear: both;padding: 2em 0 3em;}
/*--helo order--*/
.orders{margin-top: 22px;}
.help-cont .orders p{color:#707070;font-size:18px;font-family: "calibri";}
.elem-1{width: 6%; float:left;}
.elem-1 span {border: 1px solid #818181;display: block; width:27px; height: 27px; border-radius: 40px;padding: 3px 7px;}
.elem-2{width: 66%;float:left;}
.elem-3{width: 27%;float:left;display: inline-block;}
.shag-1 .text-1{margin-top:220px;}
.shag-1 .text-2{margin-top:320px;}
.shag-2 .text-1{margin-top:135px;}
.shag-3 .text-1{margin-top:110px;}
.shag-4 .text-1{margin-top:215px;}
.shag-5 .text-1{margin-top:345px;}
.line{border-bottom: 4px solid #737373; height: 4px; margin:10px 0;}
/*--Footer--*/
.footer {background: #fff;height: auto;margin: 0 auto;max-width: 2000px;min-width: 1024px;position: relative;}
.footerMenu {margin: 0 auto;max-width: 1024px;overflow: hidden;padding: 65px 0 0;position: relative;width: 100%;border-top:1px solid #e6e6e6;}
.footMenu{display:none;}
.footerMenuCol {float: left;list-style: outside none none;margin: 0;padding: 0;width: 33.333%;}
.footerMenuCol.colom-2 {padding-left: 44px;}
.footerMenuCol.colom-3 {padding-left: 67px}
.footerMenuItem {line-height: 11px;max-width: 100%;padding: 6px 0 6px 5px;}
.footerMenuItem a {font-family: verdana; color: #3e3f3f;font-size: 14px;text-decoration: none;}
.footerMenuItem .red {color:#cc0000;font-weight: bold;}
.footerMenuItem a:hover {color: #60bbbe;text-decoration: none;}
.foot-txt .row-fone{display:none;}
.row-fone {border-bottom: 1px solid #e6e6e6;height: 58px;margin-top: 30px;font-family: verdana;}
.row-fone .footerfone {float: right;margin-bottom: 5px;width: 185px;padding-right: 27px;white-space: nowrap;}
.row-fone .topfone{height: 52px;padding:10px 27px 0 0;}
.row-fone .topfone img {bottom:12px;}
.foot-txt {color: #3e3f3f;float: left;font-size: 14px;line-height: 27px;margin-top: 15px;padding-left: 4px;width: 755px;font-family: Verdana,Arial,sans-serif;}
.foot-txt a{color: #3e3f3f} .foot-txt a:hover{color: #dbb950}
.go-up, .go-down {cursor: pointer;display: none;height: 40px;margin-bottom: 5px;padding: 3px;position: fixed;width: 40px;z-index: 9999;}
.go-up {background: rgba(0, 0, 0, 0) url("/img/up-down.png") no-repeat scroll 0 3px;bottom: 30%;right: 21%;}
.go-down {background: rgba(0, 0, 0, 0) url("/img/up-down.png") no-repeat scroll 0 -40px;bottom: 24%;right: 21%;}
.go-down:hover, .go-up:hover {opacity: 0.8;}
/*404*/
.page-404 {background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA5MAAAGaBAMAAABgUQpbAAAAJ1BMVEUAAADSzc3s7Ovs6ubT3+zt6uTO1OLx9PLm4dvMztXm29HMy8zRzNBMjtqkAAAAC3RSTlMAwTRQl2a2GYXlo+3izLwAABg1SURBVHja3J09D9MwEIYviSpX2cy3uIXAAGKiIARiQjCwEiEEI4KBlcAAYiIgBOJfdM5k8SGkl4lfBqUShdKmDrTntzw/oLLyxOc7n+OKAe7U3bdvX59/JElwj09duP12xu0LJ5/KvvH44veR3zotFJzx+IF/YC7z8eV3XvEr3r89/0j2hrxVzAhHLklyXKuL53hODHky07iKcPzVnth85heDPiiJcVP8QrghRrjLXrGecIjgLd/Ic8UvHDJ4/6JNAuGFWPC49dhA8C/Zp+bc5IJjkpIaSxwxeH55q4jBvxRmRorfCQ8lHY1imQOya654RBIOnRNanMcy4YSkIlf8Qdjx0yumGEB4IKxU+JN0qc8E5sM5qxjGoRNCSaGwmQfxwd40SrhaMRR/RxipsWDw8mQ0Guxu8c6n+AvCNeFjpFjFpzRZd6FYPRzZEYXHT/Z9wZxgNfckArPRhJuyE0Yef0k4LGQUitUkGWmuWMNR2QUjBf4blxXWEFJE2Azr+CwziEwCIHOpWMcLsacD0LdYUpkkm5clAJ7Fsu/ZnpM56TMeEHUe+nL/Be/FnAqGb1bu8c+E+8JCrugJadY4xRyLQtdNsQXCDSGhwU8I9mFLAGZ5zwTDYdoWW5Vm8OQ9LWAWJJ4rtsMRjg7mWAGevKdQmAWJ4i9NUnUeVgYZim3YCr3cpFso54R7kp5c0cdHsUXRy9XtvzX/z3KZoZcPYkqJfu4ZLCyxMJ2fWSQ9NNVIjX4eUoZXjhD7y94KQZ9rYyLylTO8JqjbhldWX0wH2GAD7wmzV5Is1ik2YLqcq5nKFlsnvJCUZGBSOVbAJgsrFdvnkKSkxSauih01jFQ6jw3sXeYzUiaVuW5WSZrzLHLEVFRgUtnASGWu2A1HJRVOqVR2ESqZGiJMBUkJJpVjjVBJWogkL0haKpUTRKiknpTptmILZVKZa4xK7kmZbFpWYFKZIUYl96RMNi2VSmUXpZJ8Uib6zqYEk8qRRqmkrSmTJrE1lcoJolTy1pSLPpw5hTKpdGqkssE/Q9XhndGASWUGI5WKbcB0sk1EqVROI1VStkQSN0hKKpUjjVRJ2Kfs+QzUhhpMKitEquSuRJLUI7kyqXQaq5K7EknS62rApDJDrEr6pMc+8VEqla2RyhJD4T8TO6ZSWaiRyho97OlG7ARMKitEq+Te6UlwmiBXKpVqpDJDD3u645OBSWUJI5Ud1rOvpWVHpbIdoJK+qDQuLcfKpLLQASqpd9ITRNgJmFRWMFLZYTDBz+D96CBXKpVqpHKkA3Ucf3X60fwPRy62njPCZmBSWcJIZYMh+Osnlv7ogDHCdlQqayuV3SCRj2QJd0WpntuMEdWQch2k0iS7Cqsv086nbBG2ApPKBkYqm3+/sdfVShVhnVKpVCuV3TbuOauUaZcgA5PKsZHK+Pga3kgPEyXah22pVE5gpDIbMCcjXaa+JqdQJpW5WqmsI00+3PhDNGebKzCpbGCk0um27ul1U5KzBE6pVHZWKsfbO/hYKMdHXd+YO2PctmEwCpsUBAncOnX4l2hOF81aegR7zlKgF6huUM9eggLtnplTG6RAwN6glyrQooi3pwh8j78PYND8TPL7HykqFU8oR1OhnCpu/6/mohw5u0I5FxXKXPOKj7OHcqQzTyijqVBGq3m8qjMHi+VUPKEMRYUyVZhega2pL2A1VyizDOVUNzYdrPnR5lQ8oeyNgBL/aWq86ihsajpzsTy5QjkXFcpotZ9xfdP4qdnOPKEcTIYyVZ8Og7VdLNfiCWUoMpRT/SFkbStLc4XyQYcy71gpwSc0XSyTK5S9yVBGq7/rP1jLyvJUPKGcigzlyHhiZ2oYw0bzhHIwHcqV0enR2i2Wa/GEMhQdyjvKEeS53Z6luUJ5FqI0yvAZrVXvja5QdqZD2ZGKeWt1wGcunlBORYcyEKQH/Abqi8ajuUJpQpQT6dakzl4RITXXDBbKVIQoM6v+y21CguwK5VmIcjCWaK6vCAmaS881yvbSsw/lSNs662xziNReeq5RtpeefZ0eeEMnb29wc+m5QulAevb1zMK7ZmfantI3lx4OyiRFmXnxWt/Aex5coTwVIcpoxPXM5N7TmyeU0ZQoR+ZPnLd5jwfNoKBcixJlYC5nSe09g7lCaVKUEzNci7ZlIXYhPS8oHZS4+1BeqKtZ3vJaXgfZyjVKByXuPpRGdcx1Wwc2z1auWuJCevag7Lgz4IgV1on0/EPpRXoAyn19/UTWkEcn0vMfpYNcfyfKQB41lw1Nbr6hdIXSifTs6Zdb9JWfyVPeTyfSA1ASpOd3ZZQXWFWyB8qNTHp+AZRa6fm2VEZpaJzTLe69SnqePwpR4qXr/q5ux0djB2umU1gDKHspygxac6iMsqd39CJLYRMaBkKUONf/UhtloIcxQfZo3gkMgxspyhm05lgb5Uo/EjdChRVJz9eDEuWApOdQG+VSmr9x+PsnSbby/AGilEpPdZSZv5BlUaBuSDOkKM+oNdVRGl8vF1iNSLKVeynKDklPdZTx9VmPu2hwo2bcSFFOSHqqo+wFT82NkmokQunBKJXSUx1lwnbJ954nifQoUeIStz7KdUcvu8sGt2UrSpRYeuqjXBRz3wUNfY30YJQ66SGgvCiMZIJ7IwLp+YvSS65/JKA0fK5HoLBHgfRIUULpqY9ysD0C6y+yPwQkPUqUWHoIKDtJPBoNoeRLjxTlCbWGgHLUXBWAUP5gbyjdK1Fi6WGgDLiPFQr7RJceKcoVSQ8D5arZ4L8lz+MDlB4lSiw9DJSL5thNQCjZ0iNFmdBsT0F50TzHmsiF5QPSDCVKLD0UlJJaBItyOXKlR4oyIumhoBxMc1QjGnUin5D0KFFi6aGg7Pbm3K42uLH0KFFi6aGgHHGRoKlG3lKlR4kS5/oclElTVmJTfqRuKElRzqg1HJRBdW58JaZKHRoGSpRYekgo32GU/gtLKD1SlAFJDwnlAs9oVfqMRJRQeqQoM5IeEso71Y0PHe9Uc0LSo0SJpYeFMqvun4t/2Lt3nSWCAAzDHGIgdMZTQQM2FlpgrIzNRm9AbW2IxthCb6G1jb2VNRX5V2IyVDYW3pQHPCfrK8PMxwfM9JrVh13enZldPtGHRhA9TCmInlyUO8wQuOxWwOhRUnL05KHke+ta94KFShA9AkqMnlyUnU+iGQL+Vp4KokdAidGTi7Krew3LHaIURA9TCjYzZKLs83Saao7gY64FJSnlmI4mG+WATxXVHMFZnsx4LaXsUfTko2wHm2coIinnFD1KSo6efJRz1WQPb4WtM0WPlPIlRU8+yhu73Lc7bLjtDyF6lJR8i5uLkrNy/e/tIAb7FXBuRUnJ0SOgVLw/GSiXsxzRo6Tk6MlJuRBSLugKkCN6pJQDih4BZezftfdFmAVFj5KSoycn5RDn7XTTPZMM0aOk5OjJSdkbyubtuJarDNGjpOToyUnZ+YSTabqZuyp99GgpKXqyUnZTTsHqd4S1KXqUlBw9Ysr4/139fC9Hj5TyAUVPVsq+E+WHiAUliB4hJUePgFL2Wy60ezp59Egp53Q0eSnb6WbT9cvcPToNlJQcPWLK+Fs9/eYTjh4p5WAI0ZOZci6lTLwl7C1Fj5KSoycnJd+1r2etlIMoE0ePkpJvcaMoPde4mHKVeG5FScnRE0VpusbFyzBpo0dJydGTnfKVE+V6lDR6pJR9ip4jo3yUkvIlRY+U8iZFTxyl6XJl2lWuLkWPkpKjJz/lUEp5nShTRo+Usk1Hs3fKd2kpnyecW6LTQEu5gOjJT9lRrjzzq5qrdAtKIynlOYoeAeUnKWU7HeUDih4lJUfP/im/bSJwXHvG6FFScvQIKLv/u4LotvaM0aOk5OgxoIzYD6JY6Obo0VK+hehxoJxqKZ+lWlAaKSk5euIpTfeDpLuec/RIKccUPSdI+TEiMyB6BJQ4r29BWXlS4oKSkpKjR0I50FL26DY2UfRoKV9i9MRTWj6+nnBGok/RI6XsUvR4UE4sKW9S9CgpOXqOkrI1BMo00aOk5Og5Tco6TfRIKQd0NDtRWr5UIh3lAk4DJSVHT6FMED0KSo4eE8ottsHK9p9w9CgpOXqOlZJ2haWIHi0lRY+M8s7hUeLcipKSo6dQxkePlvIBRI8P5Y+E8Nmefo6iR0rZoeixoVy17M7KMUWPlHJO0XO8lHd2fTVaj6JHScnRI6R85EWJF3SOHiEl3+K2dqb0fMNdksx6CaeBlvImRM/ulK5P/+xO2aXoUVJy9BTKBNGjoOToKZTx0aOk5Fvco6a8TpQJ5lZUlBw9TpR1asrnRJkgekSUHD3HTYnT9wmiR0TJ0VMoE0SPhLJN0VMomwdFj5KSo6dQJogeCeU5ip5CGb2g9FpJydFTKBNEj4SyR9FTKGFuBaJHRsnRc+KUYZQgejSUb+Fqf/KUk/inY1tKSo4eN8qVESVFj5ZyDNFjR2l0VnYoepSUHD2FchIfPUpKjp5COYqOHiUlz+sXyvUsekFJStmloymUzZQ34TRQUnL0FMpGSo4eLSVFT6FspmxT9EgpBxQ9hbKZcgHRo6Tk6CmUjZQcPUpKjh5HypUJJUWPkpKj5zQocZtWXPQoKTl6ToMSN0/GRY+SkqPnNCjvEGVU9CgpeV6/UDZS8oKSlLJDR1MomynHcBpoKedbRE95KG+7BaWRgDI2esqjshHRo6LsD7eJHqMH2GcCSnqA/SVEj5KSb3FdKeGBcsVrJXhuRUnJ0WNLKX4x2ioiepSUHD2nQ0lnZUT0aCkXED2FsplyQNEjoYyPHpfXFYb9f1dS9AgpOXqmESF4qO+DpZeIQvSwPY8uUcZHT7h3a+vx5t//vqu/xjUvyiFQbhs99fb/d7fDP8fjq7/GDKJHPM4/HR0wJURP5rG8/BAuKuJx/u7hvgZ/EPY7lhdHcLXXjuUTl5+MIcozygz9uDxxub5uLJ+ZUOJPxlhdX79bzn7r7/2P5f3DpOwHg3Hp59EbfLBCuJjiF3v1lONgMJaVyRf3ZiynB/H7lR9aXsW4GZedPlghrA6C8vvvV3pd0UKYOn2wQqiiKK+Iz0qvW5Efo7ZpsG/jgsOP6eMnx2ly5ddYTjaTtyZjNTsAyunfqwYm49mm9l1GFUN5FmmWJphdrmih3qxhuIwrcHegoGxvRdkNLmM5M5kg2Iw6hvK9lrLymyDYjMrpGhGWM6AUPJU3/m9Kry+ncMXnzqhxlWMopXxOlH5zPZtx5nS5b+ieoXRP853//rR5dUaorS73YXpolD6dEVZWl/vwIWLf1HKWzpFvFNcjz3uRr0dmRXkWQblORsmzmM6UYWIz9fR11FGXPCXlym7d+eeoWjeCzzCgHALl3zdKPuMAKOkAXxTKQ6Hkm/aEowOUdaH8v7GKmxVNN3ia0JdyWii3W4cplNGUvOx0pVAaUtYRi8Ep1575c/PRl7KymiKo9772TJTPTFeej4PyXUJJ+N/w3UTwldJmz1gDpXjBck6Ujrtgv1P67NJqulb2hEsjWA6V6S6tL2Ni9dX9IXICRrfG9eeTLU7NuB5ZXe+nUYsVM90aV5i0XDeErLyWT4ES/nsla1yGz3F9p/Tan3IfzhT4U/ln05czz0dGvox3Ro89hLAcRX1/VekkObEsH+T6zN7Z60gNQ1H4TqLVjNINAwPSbQgVEhQ7NCCmQUj0bEWxTQQFLYOElhIqJPYppkNKFYRGSPcReClgQGj4yd7EsZ2D7VPvZrP5Yvucazv+rktQb9bOzFVW/up2O0LcXrlXBfVmLUyyns0irJLMAD8q8UvNMdSbVZlUYKxW7gp9QAIdLHdQNqw5Nnm+plsNzN8ayOWTC6hK4s5wn9zOV93uRw0DM1lWUGP3wtSL+Cv2VATawzbHSLfTtIWKTPlFix9qPtVRYnrYy1DbsJdK2PNR7qn1CIv1jbu9Dj+vMp3L6Gra4yF7qxGwQWFpA8ByeeAsxr+dy+ZtpXK53k5v/29lbDUPkD661zw2/nCyXPVU7DkclaG+9ngF6dVqniu+0kuNoOjjlXH6tOUfRf6TMe+nWShT+35qBBPD2HM0qteY/9Xtvx7vfuYPhz1hXxWCT60m+y3LSGou/6PXn97cjkJz/ujFkH7PYLesg5785fu5C5o6yCdtb9fZDUu62KrsDn7yjDTNxEuw1P3VR7pIZy8tPbubcqGeHhwhYPASezicwtxYyhtPsbIiL8qHxWhklJn5I4b8OxGjJDYOlpitP2KUtZ9gWZiOyQmlNWf5yWms1J1yQtlZpZ9gecv0zySU1pqLXHeaRfSqUkLZVYUfP8KmQ3JCac9aVi6ziG6UE0p7D/mSnUWwGLEyaJTEPizsBCRWho2y9uEtS5BYGTbKtfqUPRjYXXusTCgNJhId/nsMEivDRqkOY88tPEBWN4y0KaHsrpm4j3wzMZ6tTCgtBsudBQOLkkXCRjll95XutQjIIwwaJdXuM1+NkkUCR3nqvPfLGGSKK3SUanxfDHc9KFkkcJQT5w96IiBTXKGjnOkfihl6wzBZJHCUubj2lwyTRQJHSSxuJxMzhskioaOsxW1ZrRCYLBI6yrVj31MKTBYJHeVGxOlXC89xskjoKAtxaksyFpA1WuGj1C3slYEFApA1WuGjnLLTHrAUnCwSOkqqxWVFvQYysMGjXLvsAjMGMrDBo5yIuFtBWQy7eEJpYEwclWFXAmRgg0eZsUNnwkiuJ3iUHR73YkAUQVmZHgXKUxFXa47LgZ13QmlQunPzT9YCVLaLAOVMXPWwOUO5nvBRZuyq7WwEyvWEj5LYVQ9bY7meCFCuHfWwOQtSrScGlBNx88hLgar1xIDySHRVLjpufYN8Qml7nkvkmoEzZjDXEwFKOjc4DErXiYWrJpT2BzW5ZJBxsAoEUaAsxMz46O8Hyn7naFBmLLoq+wOwvj0+oXSQ5WXXO+GAFQjiQLkS682SRcAKBHGg7NSElj2viFYgiANlzgbntKmNEmkJbDQoiQ2apT4ngrOHKyKUKxGbhnPKAjhUxoFSGdr6rt4oBXGojANlx/MFF52vhjhUxoGSatNjo1vOEAVMlbGgLDuf6KhrwwI5VEaCsuh8zqqqIxYRvAJsNCgztnBK7eFR5WhzlfGgpHPpyPJNp4ESbq4yIpSbXsfmtmvF8l1wc5URoczZCsvy52XQlvXEhJJYurNU2iRk1S4ilKV0Z/muxfGcHJBEOcYgQpQzls5qnv3zSW1FUd/CUUI5uIfVtbz7V5O8/+MCsFEkIpRlz9Pm7/wG8t6vOAla6okJ5Yyln+Yf7pztMb68t93/Lnj/Gg9KYumv+Tcd/B6yf40JZSlDBe1fY0J5xGKs/6F/jQgl1eJJTdenllA6qsPqwq2/RoYyZxkm4PprZCjprXhR85g6KqE01USGCnOpXYQopyymQi/axYaSVjJcWB9DixZla7T8/0NlbChpK87V9Fj/mlBCG58eoTKhxDY+PUxPQgldU+9TSU8obR/XE0KlJ0KU/8wjISSRCFH+nUfCSCIRoqQTMRHu9oKIUVpvluZntSWUuM2y75xI0ChvKyixm+WCxlT25T9C+ZmIgE2s45FSRwm1ob7sdtYD5mqCBY2qjFGOX9xr0gElaslHyZTuhYWy6PD9FNSSz3MaWTXU3oeZl1L1xgXLJY2tc6gZm7wbSsB5y+YBja01FMqMVRMGGkiu0OgqFffvWayO3JiBpDmm0TWBOelN6e+t9hHTuWWSo3seIpphTYmXnhaYFiw2dZkAlDFQsYeoUKZ1MbtYhO6ViGqo0Jtf3EdgdrEQ3SsRrYEM7MW+58e8A6CLBXCve02Qvp5IdKq/WGiFguULwtARkushmnR7sYBmLpvHhCJWejS/ytnbizXdhjRQftcKaagkqv25xGxugeQlwlGBNf+26RbdUKYuUSzPXlOGKhBnrPavQDb2GkGpROpfiUqfdzPjkEhSxjD+tfV2Gld385oDIklUYk2lll7v5pUxywZqnGxvB01Fo2nrdQNqPjckuSBAFQzVd+Ts1fFnWyOSTwlSX4fRtxQc0OVjHNJ0LckQR2mTdCz3IAWNaA6l30AP4UJvoxMDrYEWqXEposAwaIGh9KByKLuVICwiaewYxMnoJJ2uPphBMfwsYkEnhkEA2FW7FgoKSjWrM9AHWAkSfxr34JhpxgOKIlYJCgLPmR4sczZ0BkyN0sTVkk0Mo2Cwg6JGQYI5UqpphKb0oQbYLfCelS4oYc4wCoYMKIrCEZuCIkGjGXKogSLTLkFB1GiU8hipTYihD9jLlYxNQ0M7OlqDjZXKGYYvAACEAYtEJvlwFgAAAABJRU5ErkJggg==") no-repeat scroll 50% 100px / 458px 205px;
color: #a0a0a0;font-size: 14px;line-height: 1.75;margin: 0 auto;padding: 380px 40px 5em;text-align: center;}
.page-404 .text {display: inline-block;text-align: left;}
.page-404 .back {color: #4a4a4a;}
.page-404 a {color: #00a49d;}
.footer-404 {color: #808080;margin-top: 5em;text-align: center;}
.no-photo-div-small, .no-photo-div-big {background:url("/img/no-photo.png") no-repeat scroll center center;}
.lists_block_news{width: 100%; margin:30px 0 0 0;}
/*sale*/
.item_block .item-img{position: relative;box-sizing: border-box;display: inline-block;vertical-align: top;width: 100%;box-shadow: 0 2px 4px rgba(0, 0, 0, .2);}
.stik-sale-no {height: 77px;left: 33.5%;position: absolute;top: 35.5%;width: 303px;background-color: rgba(154, 154, 154, .4);color: #fff;text-align:center;text-transform: uppercase;font: 30px "calibri";font-weight:bold;padding: 20px 0;}
.item_block .item-title {font-size: 15px;font-weight: 500;line-height: 20px;margin: 25px 0;}
.news-block-detail{width: 100%; margin:40px 0 0 0; padding: 0 15px;}
.news-block-detail .detail_picture{ margin:20px 0;}
.news-block-detail p, .news-block-detail  .detail_text p, .news-block-detail  .detail_text ul, .news-block-detail  .detail_text ol {list-style-position: inside;list-style-type: decimal; font-size:14px; line-height: 22px; color:#000; text-align: left; padding: 0 0 10px 0;}
.news-block-detail  .detail_text ul li{list-style: inside none disc; font-size:14px;}
.news-block-detail .end-prom{font-size: 14px; font-weight: bold; margin: 20px 0;}
.news-block-detail .back{padding: 30px 0; font-size:14px; }
/*col*/
.col-md-1, .col-md-10, .col-md-11, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {float: left;}
.col-md-3 {width: 25%;}
/*popup*/
.popup_holder{position:fixed;width:100%;height:100%;left:0;top:0;z-index:10000;display:none}
.popup_holder .popup-scroller{position:absolute;width:100%;height:100%;left:0;top:0;z-index:2;overflow:auto;background-color:rgba(255,255,255,.75)}
.popup_holder .popup_wrapper{position:absolute;top:50%;left:50%;width:650px;margin-left:-325px;margin-top:-275px;background-color:#FFF;display:none;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.3);box-shadow:0 0 3px 0 rgba(0,0,0,.3);z-index:2}
.popup_holder .popup_wrapper .close{position:absolute;right:2em;top:1.8em;width:22px;height:22px;cursor:pointer;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}
@media (max-width:400px){
	.popup_holder .popup_wrapper .close{right:1em;top:1em}
}
.popup_holder .popup_wrapper .close:after,.popup_holder .popup_wrapper .close:before{content:'';top:50%;right:0;height:2px;background-color:#FFF;width:100%;position:absolute}
.popup_holder .popup_wrapper .close:hover{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.popup_holder .popup_wrapper .close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.popup_holder .popup_wrapper .close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.popup_holder .popup_wrapper .popup .status{margin-bottom:.5em}
.popup_holder .popup_wrapper .popup .status.error{color:#cc5b34}
.popup_holder .popup_wrapper .popup .status.success{color:#29ab35}
.popup_holder .popup_wrapper .popup header{padding:2em 3em;background-color:#666;color:#fff}
.popup_holder .popup_wrapper .popup header a{color:#fff;opacity:.7;font-size:1.5em;font-weight:500;-webkit-transition:opacity .2s cubic-bezier(.645,.045,.355,1),border .2s cubic-bezier(.645,.045,.355,1);transition:opacity .2s cubic-bezier(.645,.045,.355,1),border .2s cubic-bezier(.645,.045,.355,1);text-decoration:none;margin:0 .25em}
.popup_holder .popup_wrapper .popup header a.active,.popup_holder .popup_wrapper .popup header a:hover{color:#fff;opacity:1;border-bottom-color:transparent}.popup_holder .popup_wrapper .popup header a span{color:#fff}
.popup_holder .popup_wrapper .popup .popup-form{padding:1.5em 3em 2em}
.popup_holder .popup_wrapper .popup .popup-form fieldset{display:block;width:100%;margin-bottom:1.5em}
.popup_holder .popup_wrapper .popup .popup-form fieldset:last-child{margin-bottom:0}
.popup_holder .popup_wrapper .popup .popup-form fieldset .label,.popup_holder .popup_wrapper .popup .popup-form fieldset label{display:block;margin-bottom:.25em;font-size:1.12em;line-height:1.6em;color:#444;margin-top:0}
.popup_holder .popup_wrapper .popup .popup-form fieldset input{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:none}
.popup_holder .popup_wrapper .popup .popup-form fieldset textarea{max-width:none}
.popup_holder .popup_wrapper .popup .popup-form fieldset p{font-size:.81em;margin:.5em 0;line-height:normal;color:#999}
.popup_holder .popup_wrapper .popup .popup-form fieldset.half{width:48%}
.popup_holder .popup_wrapper .popup .popup-form fieldset.half.left{float:left}
.popup_holder .popup_wrapper .popup .popup-form fieldset.half.right{float:right}
.popup_holder .popup_wrapper .popup .popup-form ul{list-style:none;margin:1em 0}
.popup_holder .popup_wrapper .popup .popup-form ul li{position:absolute;position:relative;margin:.5em 0;padding-left:1em}
.popup_holder .popup_wrapper .popup .popup-form ul li:before{content:'—';position:absolute;top:0;left:0}
@media (max-width:680px),(max-height:567px){
	.popup_holder .popup_wrapper .popup{-webkit-box-shadow:none;box-shadow:none}
	.popup_holder .popup_wrapper .popup header .login-social{margin:1em 0 .5em}
}
@media (max-width:400px),(max-height:567px){
	.popup_holder .popup_wrapper .popup header{padding:1em 3em 1em 2em}
	.popup_holder .popup_wrapper .popup header .login-social p{display:block;margin:0 0 .7em}
	.popup_holder .popup_wrapper .popup .popup-form{padding:1em 2em}
}
@media (max-height:567px){
	.popup_holder .popup_wrapper{top:0;margin-top:0;height:auto}
	.popup_holder .popup_wrapper .popup{height:auto}
}
@media (max-width:680px){
	.popup_holder .popup_wrapper{left:0;margin-left:0;width:100%}
	.popup_holder .popup_wrapper .popup,.popup_holder .popup_wrapper .popup .popup-form fieldset.half{width:100%}
	.popup_holder .popup_wrapper .popup .popup-form fieldset.half.left,.popup_holder .popup_wrapper .popup .popup-form fieldset.half.right{float:none}
}
.popup_holder .popup_wrapper.buy-oneclick{height:800px;margin-top:-400px}
.popup_holder .popup_wrapper header .title{margin:0; font-size: 1.5em;}
@media (max-height:800px){
	.popup_holder .popup_wrapper.buy-oneclick{top:0;margin-top:0;height:auto}
}



/*city*/
.city-selector{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 9px 10px 9px 20px;
	font-size: 12px;
	line-height: 16px;
}
.city-selector a{
	border-bottom: 1px dotted;
}
.city-selector a:before{content: "";position: absolute;left: 0px;top: 50%;margin-top: -10px;width: 15px;height: 20px;background: url("/img/marker.svg") 0px 0px no-repeat;}
.colom-city {width: 100%; column-width: 150px; font-size: 1.1em;line-height: 1.3em;}
.colom-city ul::after {clear: both;content: "";display: table;}
.colom-city ul li {width: auto;}
.popup_holder .popup_wrapper .popup .city-content ul{list-style: none; margin: -0.6em 0;}
.popup_holder .popup_wrapper .popup .city-content ul li:before{content: none;display: none;}
.popup_holder .popup_wrapper .popup .city-content ul li a{text-decoration: none;color: #191919;display: inline-block;padding: 0.1em 0.5em;font-size: 1em;transition: color 0.3s ease-out;}
.popup_holder .popup_wrapper .popup .city-content ul li a:hover{color: #00a49d;}
.popup_holder .popup_wrapper .popup .city-content ul li a.active{background-color: #00a49d;color: #fff;}
@media only screen and (min-width: 1024px) and (max-width: 1366px), only screen and (min-device-width : 1024px) and (max-device-width: 1366px){
	.go-up, .go-down {right: 7%;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-device-width : 768px) and (max-device-width: 1024px){
	.go-up, .go-down {right: 4%;}
}

@media only screen and (min-width: 640px) and (max-width: 1020px){
	.wrapper {min-width: 0;}
	.wrappercenter {
		padding: 0 10px;
		min-width: 0;
	}
	/*.header .wrappercenter {overflow: auto;}*/
	.logo {padding:0 4%; width: 28%;height:auto;}
	.logo img {height:auto;width:130px;}


	.headerPushyMenu{display:none;}
	.wrappercenter .menu-brend{}
	.cart-info .space, .fone-contact, .headerCartText {display:none;}
	.header .cart-info .min-price {float: right;height: auto;padding:0 10px 0 0;width:100px; display:block;}
	.menu_content > li {background: none;border: none;border-radius: 0;font-size: 19px;height: 19px;margin-right: 35px;padding: 0;}
	.menu_content > li > a {font-family: "calibri";line-height: 0;}
	ul li.glav {width: 6%;margin: 0!important;}
	ul li.glav a {height: 17px;}
	.glavfone{float:right;}
	ul li.glavfone {border-left: 1px solid #00cccc;height: 37px;list-style: outside none none;margin: 0!important;padding: 4px 0;text-align: center;width: 6%;}
	ul li.glavfone a {height: 29px;padding: 0 0 0 9px;}
	.headerMenu .drop-menu-main a, .headerMenu .drop-down {text-decoration: none;}
	.headerMenu .drop-menu-main {height: 37px;position: relative;}
	.headerMenu .drop-menu-main-sub {padding-left:22px;display: none;position: absolute;background:rgba(0, 164, 157, 0.86);z-index: 100;width: 87%;border: 1px solid #00cccc;margin-top:-1px;}
	.headerMenu .drop-menu-main-sub a{float: left; list-style: disc outside!important; color:#fff; font-size:17px; text-decoration:none; display: list-item; height: 37px;margin: 0 11px;padding: 0 5px;font-family: "calibri";}
	.headerMenu .drop-menu-main-sub a:hover, .headerMenu .drop-menu-main-sub a.selected{ color:#dbb950!important;}
	.headerMenu .drop-menu-main-sub a.selected{ cursor:default!important;}
	.headerMenu li {list-style: none;display: block; margin: 0!important;}
	.headerMenu .drop-down {cursor: pointer; font-size:17px;font-family: "calibri";}


	.footer {min-width: 640px; height:167px;}
	.footerMenu {padding:0;}
	.footerMenuCol, .footerMenu .row-fone{display:none;}
	.foot-txt {font-size: 10px;height: 120px;width: 100%;line-height: 14px;margin-top: 0;padding-left: 9px;}
	.footMenu{display:block; width: 295px; height: 50px;margin: 0 auto;padding: 10px 0;}
	.footMenu ul li{float:left; margin-right:20px;}
	.footMenu ul li a{color: #707070;font-family: "calibri";font-size: 14px;text-decoration: underline;}
	.footMenu ul li a:hover{color: #dbb950;text-decoration: none;}
	.foot-txt .row-fone{display:block; border-bottom:none;height: 39px;margin-top: 0;padding-right: 0;padding-top: 4px;}
	.row-fone .topfone {height: 30px;padding: 0 37px 0 0;width: 215px;margin-bottom: 0;}
	.go-up, .go-down{right:1%;}
}

@media all and (max-width: 975px)
{
	.col-sm-4 {width: 33.33333333333333%;}
}
@media all and (max-width: 768px)
{
	.col-xs-6 {width: 50%;}
}

@media (max-width: 850px){
	.header{
		height: 60px;
	}
	.headerCartNum{
		line-height: 21px;
		height: 21px;
		width: 32px;
	}
	.headerCartLink{
		height: 24px;
		width: 30px;
	}
	.mobile-header{
		display: block;
		height: 60px;
	}
	.menu-init{
		position: absolute;
		width: 20px;
		height: 20px;
		left: 20px;
		top: 50%;
		margin-top: -10px;
		line-height: 0;
		cursor: pointer;
		z-index: 2;
		padding: 1px 0;
	}
	.menu-init i{
		display: inline-block;
		width: 20px;
		height: 2px;
		background-color: #333;
		margin-top: 3px;
	}
	.headerCart{
		position: fixed;
		top: 5px;
		right: 10px;
		margin-top: 1em;
	}
	.fone-contact{
		display: block;
		position: absolute;
		bottom: 10px;
		left: 0;
		text-align: right;
		width: 170px;
	}

	.adaptive-holder{
		position: fixed;
		top: 0;
		width: 80%;
		left: -80%;
		background-color: #fff;
		z-index: 7000;
		min-height: 100%;
		border-right: 1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: left 0.2s ease-out;
	}
	.adaptive-container{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}
	.adaptive-holder.active{
		left: 0;
	}
	body.active:after{
		content: '';
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.66;
		z-index: 6000;
	}
	.adaptive-holder.active .mobile-search,
	.adaptive-holder.active .headerCartLink{
		display: none;
	}
	.adaptive-container-wrapper{
		position: relative;
		padding: 10px;
		padding-bottom: 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 100%;
	}
	.adaptive-holder .close{
		position: absolute;
		top: 12px;
		right: -32px;
		width: 22px;
		height: 22px;
		display: none;
		pointer-events: none;
	}
	.adaptive-holder .close:after,
	.adaptive-holder .close:before{content:'';top:50%;right:0;height:2px;background-color:#FFF;width:100%;position:absolute}
	.adaptive-holder .close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
	.adaptive-holder .close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
	.adaptive-holder.active .close{
		display: block;
	}
	.adaptive-holder .logo{
		display: none;
	}
	.adaptive-container-wrapper .head-menu-container,
	.adaptive-container-wrapper .contentSerch{
		display: none;
	}


	.header .header-left{
		float: none;
		width: auto;
	}
	.header .header-right{
		float: none;
		width: auto;
		text-align: left;
		padding-top: 0;
	}
	.header .header-center{
		text-align: left;
		width: auto;
	}
	.header .wrappercenter{
		padding: 0;
	}
	.headerPersonal{
		margin-top: 18px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.headerLogin, .headerLoginName{
		padding: 0 10px 0 0;
	}
	.onoffswitch{
		margin: 0;
	}
	.mobile-search{
		display: inline-block;
		vertical-align: top;
	}


	.hedMenu{
		background-color: #fff;
	}
	.hedMenu .wrappercenter{
		border: none;
		padding: 0;
	}
	.main-nav{
		height: auto;
		text-align: left;
	}
	.headerMenu ul li.glav{
		display: none;
	}
	/*ul*/
	.main-nav ul,
	.menu_content,
	.hedMenu ul{
		white-space: normal;
		margin: 1em 0 2em;
		padding: 0;
		height: auto;
		line-height: 1.6em;
		/*border: 1px solid #e6e6e6;*/
	}

	/*li*/
	.main-nav ul li,
	.menu_content > li,
	.headerMenu ul li{
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0.5em 1em;
		font-size: 14px;
		line-height: 1.2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #e6e6e6;
		border-bottom: none;
	}
	.main-nav ul li:last-child,
	.menu_content > li:last-child,
	.headerMenu ul li:last-child{
		border-bottom: 1px solid #e6e6e6;
	}


	.menu_content > li.parent-li:after{
		content: '';
		position: absolute;
		right: 0.5em;
		top: 1em;
		margin-top: 3px;
		border: 3px solid #fff;
		border-width: 3px 2px;
		border-top-color: #666;
		-webkit-transform-origin: 2px 1px;
		-moz-transform-origin: 2px 1px;
		-ms-transform-origin: 2px 1px;
		-o-transform-origin: 2px 1px;
		transform-origin: 2px 1px;
	}

	.menu_content > li.parent-li.active:after{
		transform: rotate(180deg);
		border-top-color: #00a49d;
	}
	.menu_content > li.parent-li.active > a{
		color: #00a49d;
	}

	/*a*/
	.main-nav ul li a,
	.menu_content > li > a,
	.headerMenu ul li a,
	.headerMenu ul li .drop-down{
		color: #333;
		font-size: 15px;
		line-height: 1.6em;
		text-transform: none;
		font-family: "calibri";
		padding: 0;
	}


	.menu_content li .submenu{
		position: static;
		width: auto;
		height: auto;
		/*
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		*/
		padding: 0.5em 1em 0 1em;
		margin: 0.5em -1em 0 -1em;
		border-top: 1px solid #e6e6e6;
		opacity: 0;
	}
	.menu_content li.active .submenu{
		display: block;
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	.menu_content li .submenu li{
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.menu_content li .submenu li a{
		font-size: 14px;
		line-height: 1.6em;
		padding: 0;
	}
	.adaptive-container-wrapper .fone-contact{
		left: 10px;
		right: 10px;
		width: auto;
		text-align: left;
		bottom: 15px;
		padding-left: 35px;
	}
	.adaptive-container-wrapper .fone-contact .topfone{
		position: static;
		padding: 0;
	}
	.adaptive-container-wrapper .fone-contact img{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.adaptive-container-wrapper .fone-contact p{
		text-align: left;
		margin: 0;
	}

	.recom{font-size:24px;}
	.logo {padding:0 2%;width: 37%;height: auto;}
	.logo img {height: auto;width:110px;}
	.Serchinput {margin: 8px auto;max-width: none}

	.cart-info .space, .headerCartText {display:none;}

	.menu-btn {width: 14px;height: 16px;background: url("/img/menu-240.png")no-repeat scroll 0 0;cursor: pointer;}
	.menu-btn:hover {opacity: 0.6;}
	.contentTitle h1 {font-size: 18px;}
	.bloc-3, .foot-txt{display:none;}

	.footer {min-width: 240px; height:43px;}
	.footerMenu {padding:0;}
	.footerMenuCol, .footerMenu .row-fone{display:none;}
	.footMenu{display:block; width: 295px; height: 50px;margin: 0 auto;padding: 10px 0;}
	.footMenu ul li{float:left; margin-right:20px;}
	.footMenu ul li a{color: #707070;font-family: "calibri";font-size: 14px;text-decoration: underline;}
	.footMenu ul li a:hover{color: #dbb950;text-decoration: none;}
	.go-up, .go-down{right:1%;}
	#login {width: 380px;margin-left: -160px;min-width: 302px;	height: auto;overflow: hidden;}
	.form_enter {width: auto;}
	.form_enter form{color: #fff;font-size: 105%;font-weight: bold;padding: 20px 45px;white-space: normal;}
}
@media (max-width: 480px){
	.head-sale{display:none;}
	.onoffswitch{
		margin: 0 0 0.5em 0;
	}
	.headerPersonal{
		position: static;
    	text-align: left;
	}
}


.wrappercenter.content_nemu .contentSerch {
	margin: 12px 85px 0 112px;
}




.counter {
    position: relative;
    margin: 1em 0;
    padding: 0 10px;
}

.counter.disabled {
    opacity: .2;
    cursor: default
}

.counter * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2em;
    line-height: 22px;
    height: 24px;
    text-align: center;
    font-weight: 700;
    font-family: "PT Sans Caption", Tahoma, Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.counter .minus,
.counter .plus {
    color: #00a49d;
    border: 1px solid #00a49d;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 24px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out, color .2s ease-out;
    -o-transition: background-color .2s ease-out, color .2s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out
}

.counter .minus:hover,
.counter .plus:hover {
    color: #fff;
    background-color: #00a49d
}

.counter .minus.disabled,
.counter .plus.disabled {
    opacity: .2;
    cursor: default
}

.counter .minus.disabled:hover,
.counter .plus.disabled:hover {
    color: #00a49d;
    background-color: #fff
}

.counter input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1
}

.counter .input {
    width: 1.7em;
    border: none;
    background-color: #fff;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.counter.input-avalible input {
    position: static;
    width: 1.7em;
    height: auto;
    opacity: 1;
    border: none;
    background-color: #fff;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none;
    padding: 0;
}
.hidden {
    visibility: hidden !important;
}

.headerCartNotify {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 1em;
	text-align: center;
	font-size: 1.3em;
	line-height: normal;
	color: #fff;
	background: #00a49d;
}
@media (max-width: 640px) {
	.headerCartNotify {
		font-size: 1.2em;
	}
}
.orderCheckout .bx-sls .bx-ui-sls-container {
    min-height: 34px;
}
.orderCheckout .bx-sls .dropdown-block {
    box-shadow: none;
    border: 1px solid #e6e6e6;
    color: #525151;
}
/* End */


/* Start:/js/slick/slick.css?16472982391765*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/js/slick/slick-theme.css?16472982393139*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/js/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/js/slick/fonts/slick.eot');
    src: url('/js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'),
	url('/js/slick/fonts/slick.woff') format('woff'),
	url('/js/slick/fonts/slick.ttf') format('truetype'),
	url('/js/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
   font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;

    opacity: .45;
    color: #525151;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -35px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */


.slick-slider
{
    margin:16px 0 0 0;
}
.tuso-dots
{
	position: absolute;
    bottom: 37%;
	right: 9%;
    display: block;
    padding: 0;
    list-style: none;
    text-align: center;
}
.tuso-dots li
{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 15px 5px;
    padding: 0;
    cursor: pointer;
}

.tuso-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.tuso-dotsli button:hover, .tuso-dots li button:focus{outline: none;}
.tuso-dots li button:hover:before, .tuso-dots li button:focus:before{opacity: 1;}
.tuso-dots li button:before
{
    font-family: 'Calibri';
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #cde5e5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tuso-dots li.slick-active button:before{opacity: .75;color: black;}

/* End */


/* Start:/js/JScrollPane/jquery.jscrollpane.css?16472982391426*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */


/* Start:/js/pushy-master/css/pushy.css?16472982393849*/
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none;
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("/js/pushy-master/css/../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/*# sourceMappingURL=pushy.css.map */

/* End */


/* Start:/js/fancybox/source/jquery.fancybox.css?16472982394895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/js/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/js/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/js/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/js/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/js/fancybox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/js/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/js/UToolTip/UniversalToolTipFull.css?16472982393519*/
body {
 counter-reset: tipcount;
 counter-reset: hovertipcount;
}
.tip {
 display: inline-block;
 position: relative;
 padding: 0;
 margin: 0;
 outline: 0;
 border: 0;
 height: 0;
 width: 1px;
 background: transparent;
}
.tipbubble {
 display: none;
 position: absolute;
 z-index: 9998;
 cursor: default;
 text-align: left;
 white-space: normal;
 min-height: 259px;
 width: 526px;
 }
.tipbubble img {
 max-width: 60%;
 height: auto;
 margin: 3px;
 float: left;
}
.tipbubble > .close {
 display: inline-block;
 position: absolute;
 top: 0;
 font: normal bold 14px/14px Comic Sans MS;
 cursor: pointer;
 margin: 2px;
 padding: 0 2px;
 text-align: center;
 opacity: 0.54;
 text-shadow: none;
}
.tipbubble.right-tip-pos > .close {
 right:0;
}
.tipbubble.left-tip-pos > .close {
 /*left:0;*/
 right:0;
}
.tipbubble.right-tip-pos {
 left: 100%;
 margin-left: -140px;
 margin-top: -25px;
 padding: 30px 15px 5px 15px;
}
.tipbubble.left-tip-pos {
 right: 100%;
 margin-right: -210px;
 margin-top: -25px;
 padding: 30px 7px 7px 20px;
}
.tipbubble.upper-pos {
 bottom: -40px;
}
.tipbubble:before,
.tipbubble:after {
 content:"";
 position: absolute;
 width: 0px;
 height: 0px;
 border-style: solid;
 border-radius: 1px;
 border-color: transparent
}
.tipbubble.right-tip-pos:before  {

 border: 10px solid transparent; 
 border-left: 10px solid #ccc;
 right: -21px;
 top: 10px;
}
.tipbubble.left-tip-pos:before {
 border-width: 8px 0 8px 12px;
 right: -12px;
 top: 10px;
}
.tipbubble.right-tip-pos:after {

border: 10px solid transparent; 
 border-left: 10px solid #fff;
 right: -20px;
 top: 10px;
}
.tipbubble.left-tip-pos:after {
 border-width: 8px 0 8px 13px;
 right: -10px;
 top: 10px;
}
.tipbubble.upper-pos:before,
.tipbubble.upper-pos:after {
 top: 100%;
 margin-top: -52px;
}
a.hovertip{
 cursor: pointer;
}
.hovertip {
 display:inline-block;
 position:relative;
 cursor: default;
}
.wikitip:after {
 counter-increment: tipcount;
 content: "["counter(tipcount)"]";
}
.hoverwikitip:after {
 counter-increment: hovertipcount;
 content: "["counter(hovertipcount)"]";
}

/*Dising*/
.hoverbuttontip,
.qtip {
font-family: verdana;
display:block;
 text-align: center;
 cursor: pointer;
 padding: 0 4px;
 color: #333;
 font-size: 14px;
 text-decoration: underline;
}
.hoverbuttontip:hover,
.qtip:hover {
 text-decoration: none;
}
.hoverwikitip,
.wikitip {
 font: normal normal 100% Arial;
 color: #000;
 text-shadow: 1px 1px 0 #CCC;
 cursor: help;
}
.wikitip,
.wikitip:hover {
 background: 0;
 border-radius: 0;
 border: 0;
}
.wikitip:after ,
.hoverwikitip:after  {
 font: normal normal 75% Serif;
 vertical-align: top;
 color: #4775D1;
}
.tipbubble {
 background: #fff;
 border: 1px solid #ccc;
 color: #333;
}
/*.tipbubble.right-tip-pos {
 box-shadow: 5px 5px 0.5em -0.1em rgba(0,0,6,0.5);
}
.tipbubble.left-tip-pos {
 box-shadow: -5px 5px 0.5em -0.1em rgba(0,0,6,0.5);
}*/
.tipbubble > .close {
 color: #808080;
}
.tipbubble > .close:hover {
 color: #FF3300;
}
/*.tipbubble.right-tip-pos:before  {
 border-color: transparent #999 transparent transparent;
}*/
.tipbubble.left-tip-pos:before {
 border-color: transparent transparent transparent #e6e6e6;
}
/*.tipbubble.right-tip-pos:after {
 border-color: transparent #EDEDED transparent transparent;
}*/
.tipbubble.left-tip-pos:after {
 border-color: transparent transparent transparent #fff;
}
/* End */


/* Start:/js/lightslider/lightslider.css?16472982398072*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
   /* overflow: hidden;*/
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
	height: 55px !important;
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    /*border-radius: 5px;*/
	border: 2px solid #ff00ff;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('/js/lightslider/img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery, .lSSlideOuter .lSGallery {
    position: absolute !important;
    left: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* End */


/* Start:/js/device/style.css?16472982392126*/
﻿.list__item.list-item {
    display: flex;
    margin-bottom: 0;
    width: 100%;
	min-height: 0;
	padding: 15px 0;
    border-bottom: 1px solid #00a49d;
}

.list__item.list-item:hover {
    border-bottom: 1px solid #00a49d;
	border-top: none;
	border-left: none;
	border-right: none;
}

.list__item.list-item .list__item__inner {
    background-color: #fff;
    color: #474d51;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.list__item.list-item .list_item_name {
    float: left;
    overflow: hidden;
    padding: 0 15px;
    width: 80%;
}

.list__item.list-item .imgPrev {
    display: block;
    float: left;
    width: 29%;
}
.list__item.list-item .item_name {
   display: block;
    width: 100%;
}
.list__item.list-item .item_name {color: #00a49d;}
.list__item.list-item .item_name:hover {color: #ff9900;}
.list__item.list-item  figcaption {
    width: 71%;
	padding: 5px 6px 5px 15px;
	float:left;
	}
.list__item.list-item .description{display:block;padding-left: 15px;width: 71%;float: left;margin-bottom: 10px;}
.list__item.list-item .price {
    float: left;
    padding-left: 15px;
    width: 71%;
}
.list__item.list-item .buyBox {
    bottom: 0;
    float: left;
    width: 20%;
	position: relative;
	padding-top: 80px;
}
.list__item.list-item img {
    margin: 0 auto;
}
.list__item.list-item .nivoZoomHover, .list__item.list-item .ZoomHover {left: 101px;top: 66px;}
.fa {color: #00a49d;}
.list__item.list-item .cart-button {width: 100% !important;}


@media only screen and (min-width: 480px) and (max-width: 640px){
.list__item.list-item .list_item_name {
	float: left;
	width: 60%;
}
.list__item.list-item .buyBox {
float: left;
width: 40%;
}
}

@media only screen and (min-width: 240px) and (max-width: 479px){
.list__item.list-item .list_item_name {
	float: none;
	width: 100%;
}
.list__item.list-item .buyBox {
bottom: 0;
width: 100%;
padding-top: 20px;
}
.list__item.list-item .pp-sizes {
    padding-top: 10px;
}
.list__item.list-item .imgPrev {
    float: none;
    width: 100%;
}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/visual_tuso/style.css?16472982394041*/
.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/.default/components/bitrix/search.title/visual_tuso/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/catalog/style.css?1647298240832*/
.nav-catalog ul{
	padding:5px 0 0 20px;
}
.nav-catalog ul li{
	margin: 0;
	border: none;
}
.nav-catalog li{
    height: 35px;
	padding: 0 0  0 10px;
	border-top: #FEFEFE 1px solid;
	line-height: 36px;
}
.nav-catalog h3 {
	font-size: 95%;
    font-weight: normal;
}
.nav-catalog h3 li{
	height: 35px;
	padding: 0 0 0 23px;
	list-style-position: outside;
	border-top: #FEFEFE 1px solid;
	line-height: 36px;
}	
.nav-catalog li a{
	font-size: 13px;
	color:#000;
	text-decoration:none;
}
.nav-catalog li a:hover{
	font:bold 14px;
	color:#60bbbe;
	text-decoration:none;
}
.ui-icon{
background: url(/img/icons.png);
width: 16px;
height: 20px;
display: block;
text-indent: -99999px;
overflow: hidden;
position: absolute;
left:0.5em;
margin-top: 10px;

}
.plus {
    background-position: 31px 31px;
}
.minu{background-position: 112px 30px;}

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/order/style.css?167425068152192*/
.popup_wrapper.orderCheckout .wr-login dl.f input.text {
    padding: 5px 15px;
}

.popup_wrapper.orderCheckout .wr-login dl.f textarea.text {
    border: 1px solid #e6e6e6;
    padding: 5px 15px
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    margin: 0 -30px 0 0;
}

.symbol_ruble { font-family: 'rubleBitrix', Arial, sans-serif }

.basket-checkout-container {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	margin-bottom: 20px;
	padding: 15px 25px;
	border: 1px solid #e2dfdf;
	border-radius: 2px;
	background-color: #fff;
	opacity: 1;
	transition: opacity 250ms ease;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.basket-checkout-container.basket-checkout-container-fixed {
	position: fixed;
	top: 0;
	z-index: 100;
}

.basket-checkout-container.basket-checkout-container-fixed-hide {
	opacity: 0;
}

/*region Coupon*/
.basket-coupon-section {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.basket-coupon-block-field-description {
	color: #a1a1a1;
	font: 400 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-coupon-block-field {
	padding-right: 10px;
	min-width: 235px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-coupon-block-coupon-btn {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -4px;
	padding: 0;
	width: 8px;
	height: 8px;
	border: none;
	border-right: 2px solid #8da3ad;
	border-bottom: 2px solid #8da3ad;
	border-radius: 0;
	background-color: transparent;
	content: "";
	cursor: pointer;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.basket-coupon-alert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	min-height: 0;
	width: 100%;
	font: 400 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	align-items: flex-start;
	/*justify-content: space-between;*/
}

.basket-coupon-text {
	position: relative;
	display: block;
	padding-left: 18px;
	word-break: break-all;
	word-break: break-word;
}

.text-muted .basket-coupon-text:after {
	position: absolute;
	top: 0;
	left: 2px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #7ad500;
	border-bottom: 2px solid #7ad500;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basket-coupon-alert .close-link {
	margin-left: 10px;
	border-bottom: 1px dotted;
	color: #3e86de;
	text-decoration: none;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity: 1;
	cursor: pointer;
	transition: 220ms ease all;
}

.basket-coupon-alert .close-link:hover { border-color: transparent; }

@media (max-width: 991px) {
	.basket-checkout-container {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.basket-coupon-section {
		-ms-flex-order: 1;
		max-width: 100%;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.basket-coupon-alert-section {
		-ms-flex-order: 2;
		margin-bottom: 15px;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.basket-coupon-block-field {
		padding-right: 0;
		min-width: 100%;
	}

	.basket-coupon-block-field .form-group {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}

	.basket-coupon-block-field .form-control {
		display: block;
		width: 100%;
	}
}

/*endregion*/

/*region Checkout*/
.basket-checkout-section {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.basket-checkout-section-inner {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.basket-checkout-block { }

/**/
.basket-checkout-block-total {
	padding-top: 21px;
	padding-right: 10px;
	text-align: right;
}

.basket-checkout-block-total-inner {
	display: inline-block;
	max-width: 100%;
	text-align: left;
}

.basket-checkout-block-total-title {
	color: #2f3435;
	font: 400 20px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-checkout-block-total-description {
	color: #a1a1a1;
	font: 400 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**/
.basket-checkout-block-total-price {
	padding-left: 10px;
	text-align: right;
}

.basket-checkout-block-total-price-inner {
	position: relative;
	display: inline-block;
	padding-top: 17px;
	text-align: right;
}

.basket-coupon-block-total-price-current {
	margin-bottom: 7px;
	color: #2f3435;
	text-align: right;
	white-space: nowrap;
	font: 36px/36px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	transition: 180ms text-shadow ease, 180ms color ease;
}

.basket-coupon-block-total-price-old {
	position: absolute;
	top: 3px;
	right: 0;
	color: #a1a1a1;
	text-align: right;
	font: 400 18px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-coupon-block-total-price-old:after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-coupon-block-total-price-difference {
	display: inline-block;
	padding: 5px 6px 6px;
	background: #d1ecf1;
	color: #179ebb;
	text-align: center;
	font: 400 13px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**/
.basket-checkout-block-btn {
	padding-top: 13px;
	padding-left: 15px;
	text-align: right;
}

.basket-btn-checkout {
	border-radius: 2px;
	font-weight: var(--ui-font-weight-bold);
	font-size: 16px;
}

div.bx-blue .btn.btn-default.basket-btn-checkout {
    border-color: #ff6600;
	background-color: #ff6600;
}
div.bx-blue .btn.btn-default.basket-btn-checkout:hover {
    background: none;
    border-color:  #ff6600;
    color: #ff6600;
}

.basket-notification-section { width: 100%; }

.basket-block-notification {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 8px 15px;
	min-width: 100%;
	width: 100%;
	border-radius: 1px;
	background-color: #edf8e0;
	color: #6a9997;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-block-notification:after {
	position: absolute;
	top: -7px;
	right: 80px;
	width: 16px;
	height: 16px;
	background-color: #edf8e0;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@media (max-width: 991px) {
	.basket-checkout-block-btn {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.basket-checkout-section {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3
	}

	.basket-notification-section {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4
	}
}

@media (max-width: 580px) {
	.basket-checkout-block-btn {
		padding-left: 0;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}

	.basket-checkout-section-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-checkout-block-total { min-width: 150px; }

	.basket-checkout-block-total-price { text-align: right; }

	.basket-btn-checkout {
		margin: 10px 0;
		width: 100%
	}

	.basket-block-notification:after {
		top: -3px;
		right: auto;
		left: 50%;
		-webkit-transform: rotate(45deg) translateX(-50%);
		-ms-transform: rotate(45deg) translateX(-50%);
		transform: rotate(45deg) translateX(-50%);
	}
}

@media (max-width: 460px) {
	.basket-checkout-block {
		display: block;
		min-width: 100%;
		width: 100%;
	}

	.basket-checkout-block-total {
		text-align: left;
	}
}

/*endregion*/

/*region Basket item list wrapper*/
.basket-items-list-wrapper,
.basket-items-list-wrapper-compact {
	margin-bottom: 15px;
	border: 1px solid #e2dfdf;
}

/*header*/
.basket-items-list-header {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	padding: 13px 25px;
	border-bottom: 1px solid #e2dfdf;
	background: #f2f2f2;
	transition: 300ms padding ease;
	-webkit-box-align: center;
	align-items: center;
}

.basket-items-list-header.basket-items-list-header-fixed {
	position: fixed;
	top: 0;
	z-index: 99;
	margin-left: -1px;
	border: 1px solid #e2dfdf;
}

.basket-items-list-wrapper-light .basket-items-list-header { display: none !important; }

.basket-items-list-header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font: var(--ui-font-weight-bold) 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
	-o-text-overflow: ellipsis;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field + .basket-items-list-header-title { padding-left: 10px; }

.basket-items-search-field + .basket-items-list-header-filter {
	padding-left: 10px;
	text-align: right;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.basket-items-search-field .form-control { z-index: 1; }

.basket-items-list-header-filter-item {
	margin-left: 5px;
	border-bottom: 1px dotted;
	color: #3e86de;
	text-decoration: none;
	font: var(--ui-font-weight-bold) 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	transition: 220ms ease;
}

.basket-items-list-header-filter-item:hover {
	color: #2462de;
	text-decoration: none;
}

.basket-items-list-header-filter-item.active {
	border-bottom: none;
	color: #2f3435;
	text-decoration: none;
	cursor: default;
}

.basket-items-search-field {
	transition: 300ms all ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field .input-group-addon {
	white-space: nowrap;
	-ms-flex-wrap: wrap;
}

.basket-items-search-field button.close {
	position: relative;
	bottom: -1px;
	display: inline-block;
	float: none;
	line-height: 11px;
}

@media (max-width: 991px) {
	.basket-items-list-header { padding: 10px 9px 11px; }

	.basket-items-list-header-title {
		font-size: 12px;
		line-height: 15px;
	}
}

@media (max-width: 767px) {
	.basket-items-list-header {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal
	}

	.basket-items-search-field { width: 100%; }
}

/*endregion*/

.basket-items-list-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.basket-items-list-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
	-webkit-animation-name: ShowOverlay;
	animation-name: ShowOverlay;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}

@-webkit-keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

@keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

.basket-items-list {
	position: relative;
	padding: 0 25px;
}

.basket-items-list-table {
	width: 100%;
	border-collapse: collapse;
}

.basket-items-list-item-container { position: relative; }

.basket-items-list-item-container > td { border-top: 1px solid #f2f2f2; }

.basket-items-list-wrapper-compact .basket-items-list-item-container > td { padding-bottom: 12px; }

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

.basket-items-list-item-container.basket-items-list-item-container-gift,
.basket-items-list-item-container.basket-items-list-item-container-gift > td,
.basket-items-list .basket-items-list-item-container:first-child > td { border-top: none !important; }

@media (max-width: 767px) {
	.basket-items-list-item-container.basket-items-list-item-container-gift,
	.basket-items-list-item-container.basket-items-list-item-container-gift > td,
	.basket-items-list .basket-items-list-item-container:first-child > td {
		margin: 0;
		padding-top: 0;
		border-top: none !important;
	}
}

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

.basket-items-list-item-descriptions {
	-ms-flex-order: 1;
	padding-top: 20px;
	width: 100%;
	vertical-align: top;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.basket-items-list-item-descriptions-inner {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

/*region Image*/
.basket-item-block-image {
	position: relative;
	-ms-flex-order: 1;
	padding-right: 15px;
	padding-bottom: 10px;
	min-width: 48px;
	max-width: 148px;
	width: 100%;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.basket-items-list-wrapper-compact .basket-item-block-image {
	display: block;
	padding-bottom: 0;
	min-width: 32px;
	max-width: 50px;
	width: auto;
	height: auto;
}

.basket-item-image-link {
	position: relative;
	display: inline-block;
}

.basket-item-image {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
	transition: 300ms all ease;
}

.basket-items-list-wrapper-compact .basket-item-image {
	max-width: 50px;
	max-height: 50px;
}

.basket-item-image:hover { border-color: #ee9200; }

@media (max-width: 580px) {

	.basket-item-block-image {
		margin-top: 10px;
		margin-bottom: 15px;
		padding-right: 0;
		max-width: 100%;
		width: 100%;
	}

	.basket-item-image {
		margin: 10px auto 15px;
		padding-right: 0;
		max-width: 230px;
		max-height: 400px;
		width: auto;
		height: auto;
	}

	.basket-items-list-item-descriptions-inner {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.basket-items-list-wrapper-compact .basket-item-block-image {
		margin-top: 0;
		padding-right: 10px;
	}

	.basket-items-list-wrapper-compact .basket-items-list-item-descriptions-inner {
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}

}

/*endregion*/

/*region lable*/

/*Label*/
.basket-item-label-text,
.basket-item-label-ring {
	position: absolute;
	z-index: 90;
	opacity: 1;
	transition: opacity 450ms ease;
}

.basket-items-list-wrapper-compact .basket-item-label-text,
.basket-items-list-wrapper-compact .basket-item-label-ring { display: none }

.basket-item-label-text span,
.basket-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .basket-item-label-text span,
.bx-red .basket-item-label-ring { background-color: #fba90c; }

.basket-item-label-text > div,
.basket-item-label-ring > div { line-height: 0; }

/* TEXT */
.basket-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: var(--ui-font-weight-bold);
}

.basket-item-label-text.basket-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

.basket-item-label-text.basket-item-label-big span {
	padding: 4px 10px;
	font-size: 12px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.basket-item-label-text > div { line-height: 0; }

	.basket-item-label-text.basket-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 11px;
		line-height: 14px;
	}

	.basket-item-label-text.basket-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 13px;
		line-height: 16px;
	}
}

/*RING*/
.basket-item-label-ring {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: var(--ui-font-weight-bold);
}

.basket-item-label-ring.basket-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
}

.basket-item-label-ring.basket-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.basket-item-label-ring.basket-item-label-small {
		width: 24px;
		height: 24px;
		font-size: 8px;
		line-height: 24px;
	}

	.basket-item-label-ring.basket-item-label-big {
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
}

.basket-item-label-top { top: -2px; }

.basket-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.basket-item-label-center > div { text-align: center; }

.basket-item-label-left { left: -2px; }

.basket-item-label-left > div { text-align: left; }

.basket-item-label-bottom { bottom: -2px; }

.basket-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.basket-item-label-right { right: -2px; }

.basket-item-label-right > div { text-align: right; }

.basket-item-label-center.product-item-label-middle {
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

/*endregion*/

/*region Info*/
.basket-item-block-info {
	-ms-flex-order: 2;
	padding: 0;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

@media (max-width: 580px) {
	.basket-item-block-info {
		-webkit-box-flex: 6;
		-ms-flex: 6;
		flex: 6;
	}
}

/*region Name*/
.basket-item-info-name,
.basket-item-info-name-link {
	margin: 0;
	padding: 0 20px 0 0;
	color: #2f3435;
	text-decoration: none;
	word-break: break-all;
	word-break: break-word;
	font: 16px/26px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	transition: 300ms all ease;
}

/*.basket-item-actions-remove + .basket-item-info-name {
	margin-right: 30px;
}*/

h2.basket-item-info-name {
	margin-bottom: 5px;
	padding-top: 0;
}

.basket-item-highlighted { background: #ff0; }

.basket-items-list-wrapper-compact .basket-item-info-name { margin-bottom: 5px }

.basket-item-info-name-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

@media (max-width: 768px) {
	.basket-item-info-name,
	.basket-item-info-name-link {
		vertical-align: middle;
		font-size: 15px;
		line-height: 17px;
	}

	.basket-item-info-name { padding-top: 10px; }
}

/*endregion*/

.basket-item-block-common {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-order: 4;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	-ms-flex: 2;
	-ms-flex-wrap: nowrap;
	-ms-flex-line-pack: baseline;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-webkit-box-align: start;
	-webkit-box-ordinal-group: 5;
	-webkit-box-flex: 2;
	justify-content: flex-end;
	align-content: baseline;
	align-items: flex-start;
	flex: 2;
	order: 4;
}

.basket-items-list-wrapper-compact .basket-item-block-common {
	-ms-flex-pack: end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.basket-item-block-common {
		padding: 5px 0;
		min-width: 100%;
	}

	.basket-items-list-wrapper .basket-item-block-common {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}

	.basket-items-list-wrapper .basket-item-block-common > div {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.basket-items-list-wrapper-compact .basket-item-block-common {
		-ms-flex-pack: end;
		padding: 17px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width: 460px) {
	.basket-items-list-wrapper .basket-item-block-common {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	/*.basket-item-price-old { right: 10px; }*/
	.basket-item-price-current { text-align: right; }
}

/*region Properties*/
.basket-item-block-properties {
	-webkit-box-flex: 5;
	-ms-flex: 5;
	flex: 5
}

.basket-item-property,
.basket-item-property-custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	padding-bottom: 4px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.basket-items-list-wrapper-compact .basket-item-property,
.basket-items-list-wrapper-compact .basket-item-property-custom {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 10px;
	padding-bottom: 0;
	-ms-flex-line-pack: center;
	align-content: center;
}

.basket-item-property-name,
.basket-item-property-custom-name {
	margin-right: 5px;
	color: #a1a1a1;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-property-value,
.basket-item-property-custom-value {
	color: #4a4a4a;
	font: var(--ui-font-weight-bold) 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*region Custom Column*/

.basket-item-property-custom { padding-right: 15px; }

.basket-item-property-custom-content { padding: 3px 0; }

.basket-item-property-custom.basket-item-property-custom-photo { display: block; }

.basket-item-property-custom-photo .basket-item-property-custom-value {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: stretch;
	min-height: 64px;
	word-spacing: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.basket-item-property-custom-photo .basket-item-property-custom-value span { display: inline-block; }

.basket-item-custom-block-photo-link {
	display: block;
	margin-right: 5px;
}

.basket-item-custom-block-photo-item {
	margin-right: 3px;
	width: auto;
	height: 64px;
	border: 1px solid #e4e4e4;
	transition: 300ms all ease;
}

.basket-item-custom-block-photo-item:hover { border-color: #ee9200; }

@media (max-width: 580px) {
	.basket-item-property-custom { padding-right: 0; }

	.basket-items-list-wrapper-compact .basket-item-property-custom { padding-right: 10px; }
}

/*endregion*/

/*scu*/
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-text,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-image,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-scu-color {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.basket-item-property.basket-item-property-scu-text,
.basket-item-property.basket-item-property-scu-image,
.basket-item-property.basket-item-scu-color { display: block; }

.basket-item-scu-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.basket-item-scu-item,
.basket-item-scu-item.not-available:hover {
	position: relative;
	display: inline-block;
	margin: 2px 3px 3px 0;
	padding: 0;
	border: 1px solid #eeecef;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.basket-item-scu-item:hover,
.basket-item-scu-item.selected,
.basket-item-scu-item.not-available:hover { border-color: #006cc0; }

.basket-item-scu-item.selected:hover { cursor: default }

.basket-item-scu-item.not-available:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%2220%22%20x2%3D%2220%22%20y2%3D%220%22%20stroke-width%3D%221%22%20stroke%3D%22%23a1a1a1%22/%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-item-scu-item-inner {
	display: block;
	transition: 300ms all ease;
}

.basket-item-scu-item.not-available .basket-item-scu-item-inner { opacity: .5; }

.basket-item-scu-color .basket-item-scu-item-inner,
.basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.basket-items-list-wrapper-compact .basket-item-scu-color .basket-item-scu-item-inner,
.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
}

.basket-item-property-scu-text .basket-item-scu-item-inner {
	padding: 3px 5px;
	min-width: 30px;
	text-align: center;
	font: var(--ui-font-weight-bold) 14px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner {
	padding: 1px 2px;
	font: var(--ui-font-weight-bold) 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
	.basket-item-property-name,
	.basket-item-property-value { font-size: 11px; }
}

@media (max-width: 580px) {
	.basket-item-block-properties { margin-bottom: 10px; }

	.basket-items-list-wrapper-compact .basket-item-block-properties { margin-bottom: 0; }

	.basket-item-property-scu-image .basket-item-scu-item-inner,
	.basket-item-scu-color .basket-item-scu-item-inner {
		width: 20px;
		height: 20px;
		border: 1px solid #fff;
	}

	.basket-item-property-scu-text .basket-item-scu-item-inner {
		padding: 2px 3px;
		min-width: 25px;
		text-align: center;
		font: var(--ui-font-weight-bold) 11px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}

/*endregion*/

/*region Amount*/
.basket-items-list-item-amount {
	-ms-flex-order: 3;
	padding-top: 20px;
	vertical-align: top;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.basket-item-block-amount {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	padding: 0 10px;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.basket-items-list-wrapper-compact .basket-item-block-amount {
	margin-bottom: 0;
	padding-bottom: 0;
}

.basket-item-amount-filed-block { position: relative; }

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
	padding: 0;
	width: 60px;
	height: 28px;
	outline: none;
	border: 1px solid #e4e4e4;
	border-radius: 1px;
	vertical-align: middle;
	text-align: center;
	font: var(--ui-font-weight-bold) 18px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

.basket-item-block-amount.disabled .basket-item-amount-filed { background-color: #f3f3f3; }

.basket-item-amount-filed:hover,
.basket-item-amount-filed:focus { border-color: #006cc0; }

.basket-item-amount-filed::-webkit-outer-spin-button,
.basket-item-amount-filed::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	margin: 0;
	-webkit-appearance: none; /* <-- Apparently some margin are still there even though it's hidden */
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.basket-item-amount-filed.basket-updated {
	-webkit-animation-name: basketAmountFiledUpdated;
	animation-name: basketAmountFiledUpdated;
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

@-webkit-keyframes basketAmountFiledUpdated {
	0%, 100% { border-color: #e4e4e4; }
	50% { border-color: #ee9200; }
}

@keyframes basketAmountFiledUpdated {
	0%, 100% { border-color: #e4e4e4; }
	50% { border-color: #ee9200; }
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
	position: relative;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-user-select: none;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover { background-color: #efefef; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
	background-color: transparent;
	cursor: default;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
	width: 10px;
	height: 2px;
	background-color: #979797;
	content: "";
	transition: 300ms all ease;
}

.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after { background-color: #535353; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after { background-color: #f3f3f3; }

.basket-item-amount-btn-plus:before {
	margin-top: -5px;
	margin-left: -1px;
	width: 2px;
	height: 10px;
}

.basket-item-amount-field-description {
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	left: 0;
	color: #a1a1a1;
	text-align: center;
	font: italic 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.basket-item-block-amount {
		position: relative;
		-ms-flex-pack: center;
		margin-bottom: 13px;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.basket-item-amount-btn-plus,
	.basket-item-amount-btn-minus {
		border: 1px solid #e4e4e4;
		background-color: #f5f6f7;
	}

	.basket-item-amount-btn-plus {
		border-left: none;
		border-radius: 0 1px 1px 0;
	}

	.basket-item-amount-btn-minus {
		border-right: none;
		border-radius: 1px 0 0 1px;
	}
}

@media (max-width: 767px) {
	.basket-item-block-amount { padding-top: 19px; }
}

@media (max-width: 580px) {
	.basket-item-block-amount { padding-top: 0; }
}

/*endregion*/

/*region Price*/
.basket-items-list-item-price {
	-ms-flex-order: 4;
	padding-top: 0;
	vertical-align: top;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.basket-items-list-item-price-for-one {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2
}

.basket-item-block-price {
	position: relative;
	padding-top: 20px;
	text-align: right;
	white-space: nowrap;
}

.basket-item-price-title {
	padding-top: 1px;
	color: #a1a1a1;
	text-align: right;
	font: 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-price-current {
	padding-top: 1px;
	color: #2f3435;
	vertical-align: bottom;
	line-height: 24px;
}

.basket-item-price-current-text {
	letter-spacing: -.33px;
	font: 400 20px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 180ms text-shadow ease, 180ms color ease;
}

.basket-item-price-old {
	position: absolute;
	top: 5px;
	right: 0;
	color: #a1a1a1;
	vertical-align: middle;
	line-height: 15px;
}

.basket-item-price-old-text {
	position: relative;
	display: inline-block;
	font: 400 13px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-price-old-text:after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-item-price-difference {
	padding: 3px;
	max-width: 100%;
	background: #d1ecf1;
	color: #179ebb;
	text-align: center;
	white-space: normal;
	font: 400 11px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.basket-items-list-item-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.basket-items-list-item-descriptions { min-width: 100%; }
}

@media (max-width: 580px) {

	.basket-items-list-item-price {
		-ms-flex-order: 5;
		vertical-align: top;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.basket-items-list-item-price-for-one {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4
	}

	.basket-item-block-price {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
		min-width: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.basket-item-price-old { right: 10px; }

	.basket-items-list-item-amount {
		display: block;
		padding: 0 0 20px;
		min-width: 100%;
	}

	.basket-item-block-price {
		padding-right: 10px;
		padding-left: 10px;
	}

	.basket-items-list-item-price-for-one .basket-item-price-current { }

	.basket-items-list-wrapper-compact .basket-item-block-price {
		min-width: 0;
		text-align: right;
	}

	.basket-items-list-wrapper-compact .basket-item-block-price > div { text-align: right; }

	.basket-item-block-price .basket-item-price-difference {
		-ms-flex-order: 1;
		padding: 5px 6px 6px;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

}

/*endregion*/

/*region Actions*/
.basket-items-list-item-remove {
	padding-top: 17px !important;
	vertical-align: top;
}

.basket-item-block-actions {
	position: relative;
	opacity: 0;
	transition: 300ms opacity ease;
}

.bx-touch .basket-item-block-actions,
.basket-items-list-item-container:hover .basket-item-block-actions { opacity: 1; }

.basket-item-actions-remove {
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.basket-item-actions-remove:after,
.basket-item-actions-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #d0021b;
	content: '';
	transition: 300ms background-color ease;
}

.basket-item-actions-remove:after { -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); transform: translate3d(-50%, -50%, 0) rotate(45deg); }

.basket-item-actions-remove:before { -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg); transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.basket-item-actions-remove:hover:after,
.basket-item-actions-remove:hover:before { background-color: #7e000f; }

.basket-item-block-info .basket-item-actions-remove {
	position: absolute;
	top: -4px;
	right: 0;
}

.basket-items-list-wrapper-compact .basket-item-block-actions {
	position: relative;
	top: auto;
	right: auto;
	padding-left: 10px;
}

/*endregion*/

/*endregion*/

@media (max-width: 767px) {
	.basket-items-list-table,
	.basket-items-list-table thead,
	.basket-items-list-table tbody,
	.basket-items-list-table tr { display: block !important; }

	tr.basket-items-list-item-container {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
		-ms-flex-pack: center;
		-ms-flex-align: start;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #f2f2f2;
		-webkit-box-align: flex-start;
		align-items: flex-start;
		-webkit-box-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-items-list-table tr.basket-items-list-item-container:first-child,
	.basket-items-list-table tbody tr.basket-items-list-item-container:first-child { border: none; }

	.basket-items-list .basket-items-list-item-container > td { border-top: none; }

	td.basket-items-list-item-amount,
	td.basket-items-list-item-price,
	td.basket-items-list-item-remove { display: inline-block; }

	td.basket-items-list-item-descriptions {
		padding-bottom: 10px;
		min-width: 100%;
	}

	td.basket-items-list-item-descriptions,
	td.basket-items-list-item-notification {
		display: block;
		padding-top: 0;
	}

	.basket-items-list-item-price { padding: 3px 0; }

	td.basket-items-list-item-remove { padding: 34px 0 0 !important; }
}

@media (max-width: 580px) {

	.basket-items-list-item-price .basket-item-block-price .basket-item-price-title { display: block; }

	td.basket-items-list-item-remove {
		display: block;
		padding: 0;
	}

	td.basket-items-list-item-remove {
		padding: 0 !important;
		text-align: center;
	}

	.basket-item-block-actions { display: inline-block; }
}

.basket-items-list-item-notification-inner {
	position: relative;
	transition: 220ms all ease;
}

/**/

.basket-items-list-item-container.basket-items-list-item-container-expend { display: table-row; }

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	padding: 10px 0;
	border-radius: 2px;
	background-color: #e6f8fe;
	color: #333;
	text-align: center;
	transition: 300ms all ease;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container div {
	padding: 0 10px;
	text-align: left;
}

@-webkit-keyframes ShowNote {
	0% { opacity: 0; }
	0%, 50% { background-color: #fff; }
	50%, 100% { opacity: 1; }
	100% { background-color: #e6f8fe; }
}

@keyframes ShowNote {
	0% { opacity: 0; }
	0%, 50% { background-color: #fff; }
	50%, 100% { opacity: 1; }
	100% { background-color: #e6f8fe; }
}

@media (max-width: 768px) {
	.basket-items-list-item-container-collapse .basket-items-list-item-removed-container {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.basket-items-list-item-container-collapse .basket-items-list-item-removed-container div { text-align: center; }
}

.basket-items-list-item-container-collapse .basket-item-block-info,
.basket-items-list-item-container-collapse .basket-item-block-common,
.basket-items-list-item-container-collapse .basket-item-block-image { opacity: 0; }

.basket-items-list-item-container.basket-items-list-item-container-collapse > td > div {
	overflow: hidden;
	height: 80px;
	opacity: 0;
}

.basket-items-list-item-removed-block {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.basket-items-list-item-removed-block .faded {
	color: #ccc;
	cursor: default;
}

.basket-items-list-item-removed-anchor {
	border-bottom: 1px dashed;
	color: #333;
	font-weight: var(--ui-font-weight-bold);
}

.basket-items-list-item-clear-btn {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.basket-items-list-item-clear-btn:after,
.basket-items-list-item-clear-btn:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #d0021b;
	content: '';
	transition: 300ms background-color ease;
}

.basket-items-list-item-clear-btn:after { -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); transform: translate3d(-50%, -50%, 0) rotate(45deg); }

.basket-items-list-item-clear-btn:before { -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg); transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.basket-items-list-item-clear-btn:hover:after,
.basket-items-list-item-clear-btn:hover:before { background-color: #7e000f; }

.basket-items-list-item-double { margin: 10px 0; }

.basket-items-list-item-double > div {
	margin-bottom: 10px;
	padding: 5px 35px 5px 15px;
}

.basket-items-list-item-double-anchor,
.basket-items-list-item-double-anchor:visited {
	border-bottom: 1px dashed;
	color: #333;
	text-decoration: none;
}

.basket-items-list-item-double-anchor:hover { color: #23527c; }

.basket-items-list-item-warning-container { margin: 10px 0; }

.basket-items-list-item-warning-container > div {
	margin-bottom: 10px;
	padding: 5px 35px 5px 15px;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container {
	-ms-flex-align: start;
	padding: 17px 0;
	-webkit-box-align: start;
	align-items: flex-start;
}

/*region Gifts*/
.basket-item-gifts-list-container {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #fceb9f;
	background: #fffef8;
}

.basket-item-gifts-list-container:after {
	position: absolute;
	top: -10px;
	left: 90px;
	display: block;
	width: 17px;
	height: 17px;
	background-color: #fceb9f;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basket-item-gifts-list-title {
	padding: 12px 17px;
	background-color: #fceb9f;
	color: #5b5848;
	font: var(--ui-font-weight-bold) 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gifts-list { padding: 15px; }

.basket-items-list-gift-item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	border-bottom: 1px solid #f3f2ed;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.basket-item-gifts-list .basket-items-list-gift-item:last-child { border-bottom: none; }

/*region Gift image*/
.basket-item-gift-image-container {
	padding: 10px 0;
	min-width: 48px;
	max-width: 100%;
	width: 168px;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-item-gift-image-link { display: inline-block; }

.basket-item-gift-image {
	display: inline-block;
	max-width: 100%;
	max-height: 69px;
	width: auto;
	height: auto;
}

/*endregion*/

/*region Gift title*/
.basket-item-gift-title-container {
	padding: 5px 15px;
	width: 100%;
	-webkit-box-flex: 9;
	-ms-flex: 9;
	flex: 9;
}

.basket-item-gift-title-link {
	color: #333;
	font: 15px/20px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	transition: 300ms all ease;
}

@media (max-width: 580px) {
	.basket-item-gift-title-link { font-size: 13px; }
}

/*endregion*/

/*region Gift price*/
.basket-item-gift-price-container {
	text-align: right;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.basket-item-gift-price-current {
	color: #2f3435;
	font: 400 22px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gift-price-old {
	color: #a1a1a1;
	text-decoration: line-through;
	font: 400 13px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gift-price-difference {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	padding: 5px 6px 6px;
	background: #e2f0cb;
	color: #525c69;
	text-align: center;
	text-transform: uppercase;
	font: var(--ui-font-weight-bold) 9px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-box-align: center;
	align-items: center;
}

@media (max-width: 580px) {
	.basket-items-list-gift-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-item-gift-price-container { min-width: 100%; }
}

/*endregion*/
/*endregion*/

/*region Gift-container*/
.basket-gifts-list-wrapper,
.basket-gifts-list-wrapper-compact {
	margin-bottom: 15px;
	border: 1px solid #e2dfdf;
}

.basket-gifts-list-header {
	padding: 18px 25px 20px;
	border-bottom: 1px solid #e2dfdf;
	background: #f2f2f2;
	font: var(--ui-font-weight-bold) 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

.basket-clear {
	cursor: pointer;
	pointer-events: auto;
}

.basket-clear:after,
.basket-clear:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #a1a1a1;
	content: '';
	transition: 300ms background-color ease;
}

.basket-clear:after { -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); transform: translate3d(-50%, -50%, 0) rotate(45deg); }

.basket-clear:before { -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg); transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.basket-clear:hover:after,
.basket-clear:hover:before { background-color: #333; }

@media (max-width: 991px) {
	.basket-gifts-list-header {
		padding: 10px 9px 11px;
		font-size: 12px;
		line-height: 15px;
	}
}

.basket-gifts-list { padding: 0 25px; }

.basket-gifts-description-container {
	padding: 11px;
	color: #868d96;
	text-align: center;
	font: 400 13px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-gifts-list-item-container {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #f2f2f2;
	transition: 300ms all ease;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}

.basket-gifts-list-item-container:first-child { border-top: none; }

.basket-gift-block-image {
	padding: 5px 15px 5px 0;
	min-width: 50px;
	max-width: 50px;
}

.basket-gift-image-link { display: inline-block; }

.basket-gift-image {
	display: inline-block;
	max-width: 100%;
	max-height: 168px;
	width: auto;
	height: auto;
	transition: 300ms all ease;
}

.basket-gift-block-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1 }

.basket-gift-info-name,
.basket-gift-info-name-link {
	margin: 0;
	padding: 0;
	color: #2f3435;
	text-decoration: none;
	font: 15px/19px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	transition: 300ms all ease;
}

.basket-gift-info-name-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.basket-gift-block-common {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}

.basket-gift-item-select-btn-container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
}

.basket-gift-item-selected {
	padding: 0 10px;
	color: #b6bbbf;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-gift-item-select-btn-label {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	margin-bottom: 0;
	-webkit-box-align: center;
	align-items: center;
}

.basket-gift-item-select-input { display: none; }

.basket-gift-item-select-btn-radio {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 10px solid #fff;
	border-radius: 50%;
	background: #468ee5;
	-webkit-box-shadow: 0 0 0 1px #828b95;
	box-shadow: 0 0 0 1px #828b95;
	cursor: pointer;
	transition: 190ms all ease;
}

.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-radio { border-width: 5px; }

.basket-gift-item-select-btn-text {
	text-transform: lowercase;
	font: var(--ui-font-weight-bold) 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.basket-gift-item-select-btn-checkbox {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	border: 1px solid #828b95;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
}

.basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-btn-checkbox:before {
	position: absolute;
	background-color: #fff;
	content: '';
	opacity: 0;
	transition: 190ms all ease;
}

.basket-gift-item-select-btn-checkbox:after {
	top: 5px;
	left: 5px;
	z-index: 15;
	width: 3px;
	height: 9px;
	border-radius: 1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.basket-gift-item-select-btn-checkbox:before {
	top: -1px;
	left: 11px;
	z-index: 10;
	width: 5px;
	height: 17px;
	border: 1px solid #fff;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:before {
	background-color: #468ee5;
	opacity: 1;
}

@media (max-width: 797px) {
	.basket-gift-item-select-btn-container {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.basket-gift-item-selected {
		-ms-flex-order: 2;
		padding-right: 0;
		text-align: right;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.basket-gift-item-select-btn-label {
		-ms-flex-order: 1;
		text-align: right;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

.bx-step-opacity { transition: 500ms opacity ease; }

/*endregion*/

/*region not found*/
.basket-search-not-found {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.basket-search-not-found-icon {
	margin: 0 auto 80px;
	width: 180px;
	height: 180px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22182px%22%20height%3D%22182px%22%20viewBox%3D%220%200%20182%20182%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.2%22%20fill%3D%22%23A7ABB0%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C70.5%20C17%2C40.9473747%2040.9473747%2C17%2070.5%2C17%20C100.052625%2C17%20124%2C40.9473747%20124%2C70.5%20C124%2C100.052625%20100.052625%2C124%2070.5%2C124%20C40.9473747%2C124%2017%2C100.052625%2017%2C70.5%20M178.408149%2C160.192955%20L129.280894%2C111.056302%20C129.216524%2C111.017683%20129.152154%2C110.991937%20129.100658%2C110.953317%20C136.979557%2C99.5348706%20141.614204%2C85.7220257%20141.614204%2C70.8020936%20C141.614204%2C31.6935917%20109.905496%2C0%2070.8071019%2C0%20C31.7087076%2C0%200%2C31.6935917%200%2C70.8020936%20C0%2C109.910596%2031.7087076%2C141.604187%2070.8071019%2C141.604187%20C85.7152154%2C141.604187%2099.5419113%2C136.969868%20110.948292%2C129.091526%20C110.999788%2C129.143019%20111.012662%2C129.220257%20111.064158%2C129.27175%20L160.204287%2C178.408403%20C164.993422%2C183.197199%20172.846573%2C183.197199%20177.635708%2C178.408403%20L178.408149%2C177.623143%20C183.197284%2C172.834347%20183.197284%2C164.981751%20178.408149%2C160.192955%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: cover;
}

.basket-search-not-found-text {
	color: #c0c5ca;
	text-align: center;
	font: 30px/35px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*endregion*/

.bx-sbb-empty-cart-image{
	width:131px;
	height:116px;
	margin:50px auto 42px;
	background:url(/local/templates/.default/components/bitrix/sale.basket.basket/order/images/empty_cart.svg) no-repeat center;
	background-size:contain;
}
.bx-sbb-empty-cart-text{
	font-size:36px;
	text-align:center;
	color:#bababa;
	margin-bottom:42px;
}
.bx-sbb-empty-cart-desc{
	text-align:center;
	color:#000;
	font-size:16px;
	margin-bottom:42px;
}

.catalog-block-header{
	font-size:14px;
	font-weight: var(--ui-font-weight-bold);
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}
/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/order/themes/blue/style.css?1674245510703*/
/* SCU */
.bx-blue .basket-item-scu-item:hover,
.bx-blue .basket-item-scu-item.selected,
.bx-blue .basket-item-scu-item.not-available:hover { border-color: #006cc0; }

/* Amount */
.bx-blue .basket-item-amount-filed:hover,
.bx-blue .basket-item-amount-filed:focus { border-color: #006cc0; }

/* BTN */
div.bx-blue .btn.btn-default {
	outline: none;
	border-color: #1485ce;
	background-color: #1485ce;
	color: #fff;
}

div.bx-blue .btn.btn-default:hover {
	outline: none;
	border-color: #53a4d8;
	background-color: #53a4d8;
	color: #fff;
}

div.bx-blue .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
/* End */


/* Start:/bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.css?16649962836417*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
}

.bx-sls .dropdown-block-ui {
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
	margin-top: 5px;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-container {
	overflow: hidden;
	min-height:25px;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 35px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #25282c;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover{
	background-color: #fafafa;
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	position: absolute !important;
	top: 0;
	left: 0;

	color: #000 !important;

	opacity: 1 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	padding:0 22px 0 0 !important;
	background-position: right 1px;
	background-repeat: no-repeat;

	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none;
	z-index:10;
}
.bx-sls .bx-ui-sls-route{
	color: #aba8ac !important;
	z-index:5;
}

.bx-sls .bx-ui-sls-pane{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}
/* End */
/* /css/project_inner.css?174263749147230 */
/* /css/project.css?168175128754051 */
/* /js/slick/slick.css?16472982391765 */
/* /js/slick/slick-theme.css?16472982393139 */
/* /js/JScrollPane/jquery.jscrollpane.css?16472982391426 */
/* /js/pushy-master/css/pushy.css?16472982393849 */
/* /js/fancybox/source/jquery.fancybox.css?16472982394895 */
/* /js/UToolTip/UniversalToolTipFull.css?16472982393519 */
/* /js/lightslider/lightslider.css?16472982398072 */
/* /js/device/style.css?16472982392126 */
/* /local/templates/.default/components/bitrix/search.title/visual_tuso/style.css?16472982394041 */
/* /local/templates/.default/components/bitrix/menu/catalog/style.css?1647298240832 */
/* /local/templates/.default/components/bitrix/sale.basket.basket/order/style.css?167425068152192 */
/* /local/templates/.default/components/bitrix/sale.basket.basket/order/themes/blue/style.css?1674245510703 */
/* /bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.css?16649962836417 */
