@charset "UTF-8";
/* line 2, style.scss */
.custompreoder {
  border-bottom: none !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  height: 47px !important;
  line-height: 47px !important;
  margin-right: 10px !important;
  text-transform: uppercase !important;
  padding: 2% 5% !important;
  color: #fff !important;
  background: #dcdcdc !important; }

/* line 13, style.scss */
.custompreoder:hover {
  border-bottom: none !important;
  opacity: 0.8 !important; }

@font-face {
  font-family: 'Gilroy';
  src: url("hinted-subset-Gilroy-Regular.eot");
  src: url("hinted-subset-Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("hinted-subset-Gilroy-Regular.woff") format("woff"), url("hinted-subset-Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("hinted-subset-Gilroy-Semibold.eot");
  src: url("hinted-subset-Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("hinted-subset-Gilroy-Semibold.woff") format("woff"), url("hinted-subset-Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("hinted-subset-Gilroy-Medium.eot");
  src: url("hinted-subset-Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("hinted-subset-Gilroy-Medium.woff") format("woff"), url("hinted-subset-Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("hinted-subset-Gilroy-Bold.eot");
  src: url("hinted-subset-Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("hinted-subset-Gilroy-Bold.woff") format("woff"), url("hinted-subset-Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("hinted-subset-Gilroy-Heavy.eot");
  src: url("hinted-subset-Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("hinted-subset-Gilroy-Heavy.woff") format("woff"), url("hinted-subset-Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
/* line 69, style.scss */
body {
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Gilroy', Arial, sans-serif;
  width: 100%;
  font-weight: 400; }

/* line 71, style.scss */
body.opac_hide {
  opacity: 0; }

/* line 74, style.scss */
a {
  color: inherit; }

/* line 77, style.scss */
.editor {
  word-wrap: break-word; }

/* line 80, style.scss */
.editor a {
  text-decoration: underline; }

/* line 83, style.scss */
.editor a:hover {
  text-decoration: none; }

/* line 86, style.scss */
.editor iframe {
  max-width: 100% !important; }

/* line 89, style.scss */
h2 {
  margin-bottom: 1em; }

/* line 92, style.scss */
input, select {
  font-family: 'pt_sansregular',Arial, sans-serif; }

/* line 93, style.scss */
input, select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

/* line 98, style.scss */
.wrapper_out {
  margin: 0 auto;
                 /*

    margin:15px auto 40px;
-webkit-box-shadow: 0 0 10px 0 rgba(2,2,2,0.3);
box-shadow: 0 0 10px 0 rgba(2,2,pay-sistem2,0.3);*/ }

/* line 107, style.scss */
.wrapper {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px; }

/* line 108, style.scss */
:focus {
  outline: none; }

/* Header-----------------------------------------------------------------------------*/
/* line 111, style.scss */
.header {
  padding-top: 23px;
  padding-bottom: 23px;
  position: relative; }

@media (min-width: 801px) {
  /* line 113, style.scss */
  .logo img {
    max-width: 580px; } }
/* line 116, style.scss */
.header-search, .header-slogan {
  margin-bottom: 25px; }

/* line 119, style.scss */
.header-menu .rtblock {
  margin-top: -8px; }

/* line 122, style.scss */
.slogan {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding-right: 0; }

/* line 128, style.scss */
.slogan span {
  white-space: nowrap;
  display: block; }

/* line 136, style.scss */
.rtblock ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px; }

/* line 144, style.scss */
.rtblock ul li {
  display: inline-block;
  list-style: none;
  margin: 0px;
  line-height: 1.2; }

/* line 145, style.scss */
.rtblock ul li a {
  font-size: 14px; }

/*search*/
/* line 147, style.scss */
.search {
  padding-top: 3px; }

/* line 150, style.scss */
.search-inner {
  position: relative;
  padding-right: 12px; }

/* line 151, style.scss */
.search_txt {
  width: 100%;
  border: solid 1px #000;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0 36px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit; }

/* line 155, style.scss */
.search_txt::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000; }

/* line 158, style.scss */
.search_txt:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1; }

/* line 162, style.scss */
.search_txt::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1; }

/* line 166, style.scss */
.search_txt:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000; }

/* line 169, style.scss */
.search_txt:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 0; }

/* line 172, style.scss */
.search_txt:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0; }

/* line 176, style.scss */
.search_txt:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0; }

/* line 180, style.scss */
.search_txt:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 0; }

/* line 183, style.scss */
.search_submit {
  background: url(search.png) center center no-repeat;
  border: none;
  height: 30px;
  position: absolute;
  left: 1px;
  top: -1px;
  width: 30px; }

/*phones*/
/* line 186, style.scss */
.phones {
  text-align: center;
  line-height: 1;
  padding-top: 2px; }

/* line 189, style.scss */
.phone__number {
  font-size: 19px;
  font-weight: 600; }

/* line 191, style.scss */
.phone__link {
  color: inherit;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600; }

/*cart*/
/* line 196, style.scss */
.cart-wishlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 2px; }

/* line 215, style.scss */
.cart-popup-content {
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #999999;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

/* line 230, style.scss */
.cart-popup-content.opened {
  max-height: 1000px; }

/* line 234, style.scss */
.cart-popup .cart-title {
  font-size: 14px;
  font-weight: 500; }

/* line 238, style.scss */
.cart-popup .cart-products {
  display: block;
  padding-top: 10px;
  border-bottom: 0;
  max-height: 293px;
  overflow-y: auto; }

/* line 245, style.scss */
.cart-popup .cart-products .flexrow {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }

/* line 253, style.scss */
.cart-popup .cart-bottom {
  padding: 0 7px 16px 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 271, style.scss */
.cart-popup .cart-bottom .button {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 4%; }

/* line 279, style.scss */
.button.empty {
  background: #fff;
  color: #000;
  border: 1px solid #000; }

/* line 284, style.scss */
body #mod-preorder {
  padding: 10px;
  width: 100%; }

/* line 288, style.scss */
#mod-preorder #cb-email {
  color: #000;
  padding: 0 10px; }

/* line 292, style.scss */
#mod-preorder .button {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 4%; }

/* line 301, style.scss */
.cart-popup .cart-products .cell-3 {
  text-align: center; }

/* line 304, style.scss */
.cart-popup .cart-products li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 84px; }

/* line 313, style.scss */
.cart-popup .brandname {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  display: block; }

/* line 319, style.scss */
.cart-popup .cart-prod-title {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px; }

/* line 325, style.scss */
.cart-popup .cart-prod-total {
  font-size: 10px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 344, style.scss */
.cart-popup .cart-prod-total strong {
  font-size: 12px;
  font-weight: 600; }

/* line 348, style.scss */
.cart-popup .cart-header {
  border-bottom: 1px solid #cccccc;
  padding: 2px 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 367, style.scss */
.cart-popup .cart-data span {
  background: url(cart.png) top left no-repeat;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding-left: 32px; }

/* line 371, style.scss */
.cart__link {
  background: url(cart.png) top left no-repeat;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding-left: 32px; }

/* line 374, style.scss */
.wishlist__link {
  background: url(heart-small.png) 0 2px no-repeat;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding-left: 29px; }

/* line 378, style.scss */
.login {
  background: url(in.png) 0 0 no-repeat;
  color: #666666;
  float: right;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  margin-top: 20px;
  text-align: center;
  width: 89px; }

/* line 379, style.scss */
.favorites-contaner {
  margin-bottom: 50px; }

/*top_menu*/
/* line 383, style.scss */
.top_menu {
  height: auto;
  line-height: 36px;
  padding: 6px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center; }

/* line 387, style.scss */
.top_menu__list {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 400, style.scss */
.top_menu__list > li {
  display: inline-block;
  height: 35px;
  list-style: none;
  /*margin: 0px 16px; */
  position: relative;
  vertical-align: top;
  /*min-width: 89px;*/ }

/* line 401, style.scss */
.top_menu__list > li > a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  height: 37px;
  overflow: hidden;
  /*min-width: 89px;*/
  padding: 0px 15px; }

/* line 403, style.scss */
.top_menu__list > li > a:hover,
.top_menu__list > li.active > a {
  background: #000;
  color: #fff; }

/* line 406, style.scss */
.top_submenu__list {
  background: #fff;
  display: none;
  left: 0;
  list-style: none;
  position: absolute;
  text-align: left;
  top: 42px;
  min-width: 180px;
  max-width: 210px;
  z-index: 9999;
  border: 1px solid #ccc;
  padding: 15px;
  padding-bottom: 10px; }

/* line 408, style.scss */
.three-col.top_submenu__list {
  width: 528px;
  min-width: inherit;
  max-width: inherit;
  font-weight: 500;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px; }

/* line 412, style.scss */
.three-col.top_submenu__list > li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  white-space: nowrap;
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 600; }

/* line 416, style.scss */
.three-col.top_submenu__list a {
  font-weight: 400; }

/* line 419, style.scss */
.top_submenu__list > li {
  line-height: 1.1;
  margin-bottom: 12px; }

/* line 424, style.scss */
.top_submenu__list > li > a {
  color: #000;
  display: block;
  padding: 0px;
  font-size: 15px;
  -webkit-transition: all linear 100ms;
  -o-transition: all linear 100ms;
  transition: all linear 100ms; }

/* line 429, style.scss */
.top_submenu__list > li > a:hover {
  color: #b91d25; }

/* line 430, style.scss */
.top_menu__list > li:hover .top_submenu__list {
  display: block; }

/*slider*/
/* line 433, style.scss */
.slider__l {
  /*background: url(left_banner.jpg) 0 0 no-repeat; */
  margin-top: 34px; }

/* line 437, style.scss */
.slider__r {
  /*background: url(right_banner.jpg) right 0 no-repeat;height: 358px;*/ }

/*main slider*/
/* line 439, style.scss */
.slider__c {
  margin: 0 auto;
  position: relative; }

/*.slider__c .nivo-controlNav {
	display: none;
}*/
/* line 443, style.scss */
.slider {
  height: auto;
  overflow: hidden;
  padding: 0; }

/* line 444, style.scss */
.nivoSlider {
  position: relative;
  width: 100%; }

/* line 445, style.scss */
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
  width: 100% !important; }

/* line 446, style.scss */
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* line 447, style.scss */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0; }

/* line 448, style.scss */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

/* line 449, style.scss */
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

/* line 450, style.scss */
.nivo-box img {
  display: block; }

/* line 451, style.scss */
.nivo-controlNav {
  bottom: 8px;
  height: 12px;
  position: absolute;
  text-align: center;
  z-index: 9;
  width: 100%; }

/* line 452, style.scss */
.nivo-controlNav a {
  background: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 0 2px;
  text-indent: -9999px;
  width: 12px; }

/* line 453, style.scss */
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
  background: #0d0b0c; }

/*--*/
/*main_page*/
/* line 461, style.scss */
.main-page-banners {
  margin-bottom: -50px;
  padding-top: 25px; }

/* line 465, style.scss */
.main-page-banners .cell-6 {
  margin-bottom: 50px; }

/* line 468, style.scss */
.main-page-banners .cell-6:nth-child(2n+1) {
  padding-right: 25px; }

/* line 471, style.scss */
.main-page-banners .cell-6:nth-child(2n+2) {
  padding-left: 25px; }

/* line 475, style.scss */
.title {
  font-size: 35px;
  font-weight: 500;
  position: relative;
  padding: 0 23%;
  text-align: center;
  margin: 40px -15px; }

/* line 483, style.scss */
.title--mt {
  margin-bottom: 40px; }

/* line 486, style.scss */
.title:after {
  content: '';
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  width: 19%;
  height: 3px;
  background-color: #dcdcdc; }

/* line 496, style.scss */
.title:before {
  content: '';
  position: absolute;
  left: 0;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  width: 19%;
  height: 3px;
  background-color: #dcdcdc; }

/* line 506, style.scss */
.title__ {
  font-size: 30px;
  font-weight: 500;
  text-align: center; }

/* line 510, style.scss */
.col-favorites .breadcrumbs {
  display: none; }

/*catalog__item*/
/* line 514, style.scss */
.catalog__item form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 531, style.scss */
.catalog__item form .button {
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  padding: 0;
  text-transform: uppercase; }

/* line 537, style.scss */
.button.preorder {
  background: #dcdcdc; }

/* line 540, style.scss */
.favorite-link {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2240px%22%20height%3D%2239.999px%22%20viewBox%3D%220%200%2040%2039.999%22%20enable-background%3D%22new%200%200%2040%2039.999%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23EBECEC%22%20d%3D%22M20%2C0c11.045%2C0%2C20%2C8.954%2C20%2C20s-8.955%2C20-20%2C20S0%2C31.045%2C0%2C20%0A%09%09S8.954%2C0%2C20%2C0L20%2C0z%22/%3E%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24.941%2C9.252c-1.105%2C0-2.162%2C0.253-3.141%2C0.753%0A%09%09c-0.664%2C0.34-1.277%2C0.792-1.801%2C1.328c-0.524-0.536-1.136-0.988-1.801-1.328c-0.978-0.5-2.034-0.753-3.139-0.753%0A%09%09c-3.81%2C0-6.909%2C3.099-6.909%2C6.909c0%2C2.698%2C1.425%2C5.564%2C4.236%2C8.517c2.346%2C2.466%2C5.219%2C4.521%2C7.216%2C5.812L20%2C30.747l0.397-0.257%0A%09%09c1.998-1.291%2C4.871-3.347%2C7.217-5.812c2.811-2.953%2C4.236-5.819%2C4.236-8.517C31.85%2C12.351%2C28.75%2C9.252%2C24.941%2C9.252L24.941%2C9.252z%0A%09%09%20M26.551%2C23.667c-2.096%2C2.204-4.65%2C4.078-6.551%2C5.332c-1.9-1.254-4.455-3.128-6.552-5.332c-2.542-2.672-3.832-5.197-3.832-7.506%0A%09%09c0-3.001%2C2.442-5.443%2C5.443-5.443c1.728%2C0%2C3.315%2C0.794%2C4.354%2C2.178L20%2C13.675l0.586-0.78c1.039-1.384%2C2.627-2.178%2C4.355-2.178%0A%09%09c3%2C0%2C5.441%2C2.442%2C5.441%2C5.443C30.383%2C18.47%2C29.094%2C20.995%2C26.551%2C23.667L26.551%2C23.667z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E") center center no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-background-size: contain;
  background-size: contain; }
  /* line 547, style.scss */
  .favorite-link.is-added {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2240px%22%20height%3D%2239.999px%22%20viewBox%3D%220%200%2040%2039.999%22%20enable-background%3D%22new%200%200%2040%2039.999%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20%2C0c11.046%2C0%2C20%2C8.954%2C20%2C20s-8.954%2C20-20%2C20c-11.045%2C0-20-8.954-20-20%0A%09%09S8.955%2C0%2C20%2C0L20%2C0z%22/%3E%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FEFEFE%22%20d%3D%22M24.94%2C9.252c-1.104%2C0-2.161%2C0.253-3.139%2C0.753%0A%09%09c-0.666%2C0.34-1.277%2C0.792-1.802%2C1.328c-0.525-0.536-1.136-0.988-1.802-1.328c-0.978-0.5-2.034-0.753-3.139-0.753%0A%09%09c-3.81%2C0-6.909%2C3.099-6.909%2C6.909c0%2C2.698%2C1.425%2C5.564%2C4.235%2C8.517c2.347%2C2.466%2C5.219%2C4.521%2C7.216%2C5.812L20%2C30.747l0.397-0.257%0A%09%09c1.997-1.291%2C4.87-3.347%2C7.217-5.812c2.811-2.953%2C4.234-5.819%2C4.234-8.517C31.849%2C12.351%2C28.75%2C9.252%2C24.94%2C9.252L24.94%2C9.252z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E"); }

/* line 551, style.scss */
.favorite-link:hover {
  opacity: 0.8; }

/* line 554, style.scss */
.catalog__item {
  text-align: center; }

/* line 555, style.scss */
.catalog__item__img {
  display: block;
  height: 200px;
  line-height: 200px;
  position: relative;
  text-align: center;
  width: 200px;
  margin: 0 auto; }

/* line 556, style.scss */
.catalog__item__img img {
  display: inline-block;
  max-height: 200px;
  max-width: 200px;
  vertical-align: middle; }

/* line 557, style.scss */
.catalog__item__title {
  height: 40px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  margin-bottom: -7px; }

/* line 567, style.scss */
.prod-vars {
  height: 57px;
  padding-top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 581, style.scss */
.prod-vars-more {
  margin-left: 5px; }

/* line 584, style.scss */
.catalog .prod-vars-more {
  font-size: 16px; }

/* line 587, style.scss */
.prod-vars img {
  max-width: 42px;
  max-height: 42px;
  margin-right: 5px; }

/* line 592, style.scss */
.catalog__item__title a {
  color: #000; }

/* line 593, style.scss */
.catalog__item__des {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  height: 42px;
  margin-bottom: 7px;
  overflow: hidden;
  text-align: center; }

/* line 600, style.scss */
.catalog__item__price {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 7px; }

/* line 605, style.scss */
.button {
  height: 40px;
  background-color: #000000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  font-family: 'Gilroy', Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

/* line 621, style.scss */
.button:hover {
  opacity: 0.8; }

/*noveltys*/
/* line 626, style.scss */
.noveltys__c {
  position: relative; }

/* line 627, style.scss */
.noveltys {
  height: 440px;
  overflow: hidden;
  position: relative;
  width: 100%; }

/* line 628, style.scss */
.noveltys__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 20000em; }

/* line 629, style.scss */
.noveltys__list li {
  float: left;
  list-style: none;
  padding: 0 25px; }

/* line 631, style.scss */
.noveltys__prev,
.noveltys__next {
  background: url(arrows.png) 0 0 no-repeat;
  display: block;
  height: 29px;
  position: absolute;
  width: 15px; }

/* line 633, style.scss */
.noveltys__prev {
  left: -15px;
  top: 100px; }

/* line 634, style.scss */
.noveltys__next {
  background-position: -15px 0;
  right: -15px;
  top: 100px; }

/* line 635, style.scss */
.index-products {
  padding-bottom: 20px; }

/*catalog__item--t*/
/* line 641, style.scss */
.catalog__item--t {
  float: left;
  margin: 20px 0px; }

/* line 642, style.scss */
.catalog__item--c {
  float: left;
  margin: 11px 0 20px 0;
  border-bottom: 2px dotted #eee;
  padding-bottom: 40px;
  height: 360px; }

/*r_views*/
/* line 648, style.scss */
.r_views__c {
  display: none; }

/* line 649, style.scss */
.r_views__item {
  float: left;
  margin-left: 20px;
  width: 300px; }

/* line 650, style.scss */
.r_views__img {
  float: left;
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 100px; }

/* line 651, style.scss */
.r_views__img img {
  display: inline-block;
  max-height: 100px;
  max-width: 100px;
  vertical-align: middle; }

/* line 652, style.scss */
.r_views__des {
  font-size: 14px;
  line-height: 18px;
  padding-left: 115px; }

/* line 653, style.scss */
.r_views__title {
  height: 18px;
  line-height: 18px;
  overflow: hidden; }

/* line 654, style.scss */
.r_views__txt {
  height: 36px;
  line-height: 18px;
  margin: 4px 0 8px;
  overflow: hidden; }

/* line 655, style.scss */
.r_views__price {
  display: inline-block;
  color: #cc2029;
  line-height: 30px;
  vertical-align: text-top; }

/* line 656, style.scss */
.r_views__but {
  background: url(button_small.png) 0 0 no-repeat;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: text-top;
  width: 85px; }

/*info*/
/* line 659, style.scss */
.advantage-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4% 0; }

/* line 677, style.scss */
.advantage-block.in-collection .info__item {
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0; }

/* line 683, style.scss */
.info {
  font-size: 1px;
  line-height: 0;
  margin-top: 50px;
  text-align: justify;
  text-justify: newspaper;
  clear: both; }

/* line 684, style.scss */
.info:after {
  content: '';
  display: inline-block;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  width: 100%; }

/* line 685, style.scss */
.info__item {
  display: inline-block;
  font-size: 16px;
  padding-left: 50px;
  line-height: 1.2; }

/* line 686, style.scss */
.info__item--or {
  background: url(feat1.png) left center no-repeat; }

/* line 687, style.scss */
.info__item--vi {
  background: url(feat2.png) left center no-repeat; }

/* line 688, style.scss */
.info__item--de {
  background: url(feat3.png) left center no-repeat; }

/* line 689, style.scss */
.info__item--st {
  background: url(feat4.png) left center no-repeat; }

/* line 691, style.scss */
.main_top_bb {
  margin: 12px 0; }

/*banner*/
/* line 695, style.scss */
.banner {
  font-size: 1px;
  line-height: 0;
  margin-top: 50px;
  text-align: justify;
  text-justify: newspaper; }

/* line 696, style.scss */
.banner:after {
  content: '';
  display: inline-block;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  width: 100%; }

/* line 697, style.scss */
.banner__item {
  display: inline-block; }

/*search_soc*/
/* line 700, style.scss */
.subscibe-modal {
  display: none; }

/* line 703, style.scss */
.subscibe-modal.opened {
  position: fixed;
  top: 20px;
  left: 50%;
  width: 300px;
  margin-left: -150px; }

/* line 710, style.scss */
.subscribe_soc {
  color: #999999;
  font-size: 12px;
  padding: 35px 0 20px; }

/* line 711, style.scss */
.subscribe {
  font-size: 18px;
  background: #ffcccc;
  padding: 11px 0;
  text-align: center; }

/* line 717, style.scss */
.subscribe p {
  display: inline-block;
  position: relative;
  top: 2px; }

/* line 722, style.scss */
.subscribe button {
  display: inline-block;
  background: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1px 5px;
  margin-left: 10px;
  vertical-align: middle;
  border: 0; }

/* line 732, style.scss */
.subscribe input {
  width: 140px;
  height: 27px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 15px; }

/* line 744, style.scss */
.subscribe input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dcdcdc; }

/* line 747, style.scss */
.subscribe input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dcdcdc;
  opacity: 1; }

/* line 751, style.scss */
.subscribe input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dcdcdc;
  opacity: 1; }

/* line 755, style.scss */
.subscribe input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dcdcdc; }

/* line 758, style.scss */
.subscribe a:hover {
  opacity: 0.7; }

/* line 761, style.scss */
.subscribe__label {
  margin-right: 5px; }

/* line 762, style.scss */
.subscribe__txt {
  border: solid 1px #7d7d7d;
  height: 27px;
  line-height: 13px;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 763, style.scss */
.subscribe__but {
  background: #7d7d7d;
  border: none;
  color: #fff;
  height: 27px;
  margin-left: -4px;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center; }

/*social*/
/* line 767, style.scss */
.social__item {
  display: inline-block;
  margin-right: 6px;
  border: 2px solid #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 49px;
  height: 49px;
  line-height: 48px;
  text-align: center;
  font-size: 28px; }

/* line 779, style.scss */
.fa-vk {
  position: relative;
  top: -1px; }

/* line 783, style.scss */
.social__item:hover {
  color: #000099;
  border-color: #000099; }

/* Middle-----------------------------------------------------------------------------*/
/* line 789, style.scss */
.middle {
  width: 100%;
  position: relative; }

/* line 790, style.scss */
.middle:after {
  display: table;
  clear: both;
  content: ''; }

/* line 791, style.scss */
.container {
  overflow: hidden;
  padding-left: 20px; }

/* line 792, style.scss */
.content {
  padding: 0 0 0 0px; }

/* line 794, style.scss */
.inside__page {
  padding-top: 25px;
  padding-bottom: 25px; }

/* line 795, style.scss */
.pagination {
  font-size: 15px;
  padding-bottom: 25px;
  text-align: right; }

/* line 796, style.scss */
.pagination--bottom {
  border-bottom: none;
  margin: 85px 0; }

/* line 797, style.scss */
.pagination a {
  color: #000;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid transparent;
  text-align: center;
  line-height: 25px; }

/* line 804, style.scss */
.pagination .prev {
  padding-right: 13px;
  width: auto;
  margin-right: 3px;
  border-right: 1px solid #000; }

/* line 810, style.scss */
.pagination .next {
  padding-left: 13px;
  width: auto;
  margin-left: 3px;
  border-left: 1px solid #000; }

/* line 816, style.scss */
.pagination span {
  width: 25px;
  height: 25px;
  border: 2px solid #cccccc;
  display: inline-block;
  text-align: center;
  line-height: 25px; }
  /* line 822, style.scss */
  .pagination span.dots {
    border-color: transparent; }

/* line 827, style.scss */
.breadcrumbs {
  font-size: 18px; }

/* line 828, style.scss */
.breadcrumbs a {
  color: #cccccc; }

/* line 829, style.scss */
.breadcrumbs a:hover {
  color: #000; }

/* line 830, style.scss */
.breadcrumbs a, .breadcrumbs span {
  display: inline-block;
  line-height: 18px;
  vertical-align: text-top; }

/* line 831, style.scss */
.breadcrumbs__point {
  background: url(arrow.png) center center no-repeat;
  width: 8px;
  height: 14px;
  margin-right: 10px; }

/* Left Sidebar-----------------------------------------------------------------------------*/
/* line 835, style.scss */
.left-sidebar {
  float: left;
  position: relative; }

/* line 837, style.scss */
.l_title {
  color: #666666;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px; }

/* line 844, style.scss */
.l_title i {
  display: none;
  padding-left: 10px;
  vertical-align: top; }

/* line 850, style.scss */
.l_title i.fa-sort-desc {
  padding-top: 4px; }

/* line 854, style.scss */
.l_title i.fa-sort-asc {
  padding-top: 11px; }

/*left_menu*/
/* line 859, style.scss */
.left_menu {
  margin-bottom: 30px; }

/* line 860, style.scss */
.left_menu li {
  font-size: 15px;
  line-height: 1.4;
  list-style: none;
  margin-bottom: 10px; }

/* line 861, style.scss */
.left_menu a {
  color: #000; }

/* line 862, style.scss */
.left_menu a:hover,
.left_menu a.active {
  color: #cc3333; }

/*filter*/
/* line 866, style.scss */
.filter__item {
  margin: 5px 0 15px; }

/* line 867, style.scss */
.filter__item__label, .filter__item label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px; }

/* line 869, style.scss */
.filter__select {
  width: 100%; }

/* line 870, style.scss */
.price-range {
  background: #e8e8e8;
  -webkit-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 3px;
  margin: 4px 5px;
  position: relative;
  width: -webkit-calc(100% - 6px);
  width: calc(100% - 6px); }

/* line 871, style.scss */
.ui-slider-handle {
  -webkit-border-radius: 13px;
  border-radius: 13px;
  position: absolute;
  z-index: 2;
  background: #000;
  width: 13px;
  height: 13px;
  top: -5px;
  margin-left: -10px; }

/* line 872, style.scss */
.ui-slider-range.ui-widget-header {
  background: #999;
  height: 3px;
  position: absolute; }

/* line 873, style.scss */
.filter__item--price__c {
  padding-top: 2px; }

/* line 874, style.scss */
.price-inputs {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 886, style.scss */
  .price-inputs .price-input {
    height: 28px;
    border: 1px solid #999999;
    width: 48%;
    color: #333333;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: center; }
    /* line 897, style.scss */
    .price-inputs .price-input input {
      height: 26px;
      line-height: 26px;
      border: 0;
      padding: 0;
      font-family: Gilroy;
      background: transparent;
      font-size: 16px;
      font-weight: 500;
      width: auto;
      max-width: -webkit-calc(100% - 45px);
      max-width: calc(100% - 45px);
      text-align: center; }

/* left recently views */
/* line 915, style.scss */
.lr__views {
  display: none;
  margin-top: 30px; }

/* line 916, style.scss */
.lr__views__item {
  font-size: 14px;
  margin-bottom: 25px;
  width: 160px; }

/* line 917, style.scss */
.lr__views__img {
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 100px; }

/* line 918, style.scss */
.lr__views__img img {
  display: inline-block;
  max-height: 100px;
  max-width: 100px;
  vertical-align: middle; }

/*product*/
/* line 921, style.scss */
.product {
  padding-top: 20px; }

/* line 922, style.scss */
.product__img .photo {
  height: 380px; }

/* line 923, style.scss */
.product__img .photo a {
  width: 380px;
  height: 380px;
  display: block;
  text-align: center;
  line-height: 380px; }

/* line 924, style.scss */
.product__img {
  position: relative;
  text-align: center;
  padding-right: 20px; }

/* line 925, style.scss */
.product__img .photo img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

/* line 926, style.scss */
.gallery a {
  display: block;
  float: left;
  margin: 3px;
  height: 85px;
  width: 85px;
  line-height: 85px;
  text-align: center; }

/* line 927, style.scss */
.gallery a img {
  max-width: 85px;
  max-height: 85px;
  vertical-align: middle; }

/* line 928, style.scss */
.product_yarlik {
  left: 0px;
  width: 83px;
  position: absolute;
  top: 0; }

/* line 929, style.scss */
.product_yarlik_mc {
  left: 130px;
  position: absolute;
  top: 161px; }

/* line 932, style.scss */
.product__des {
  font-size: 14px;
  padding-left: 20px; }
  /* line 935, style.scss */
  .product__des .favorite-link {
    height: 47px;
    width: 47px; }
  /* line 939, style.scss */
  .product__des .product__but .button {
    font-size: 24px;
    font-weight: 700;
    height: 47px;
    line-height: 47px;
    margin-right: 10px;
    text-transform: uppercase;
    padding: 0 5%; }
  /* line 948, style.scss */
  .product__des .prod-brand {
    text-transform: uppercase;
    font-size: 18px; }
  /* line 952, style.scss */
  .product__des .product__title {
    font-size: 26px;
    font-weight: normal; }
  /* line 956, style.scss */
  .product__des .product__price {
    color: inherit;
    font-size: 32px;
    font-weight: 600;
    margin-right: 10px; }
  /* line 962, style.scss */
  .product__des .variants-label {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px; }

/* line 969, style.scss */
.product__param,
.product__des__txt,
.product__but {
  margin-top: 20px; }

/* line 972, style.scss */
.product__mod select {
  margin-left: 5px;
  padding: 3px;
  display: none; }

/* line 973, style.scss */
.product__price {
  color: #cc2029;
  display: inline-block;
  margin-right: 40px;
  font-size: 18px; }

/*product__info*/
/* line 976, style.scss */
.product__info {
  margin: 50px 0 !important;
  clear: both; }

/* line 977, style.scss */
.product__tabs li {
  border: solid 1px transparent;
  border-bottom: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  list-style: none;
  padding: 12px 60px;
  position: relative;
  top: 1px; }

/*.product__tabs li.current{background: #fff;border-color:#000;}*/
/* line 979, style.scss */
.product__info__txt {
  border: solid 1px #000;
  padding: 30px; }

/* line 980, style.scss */
.product__info__txt__item {
  display: none; }

/* line 981, style.scss */
.product__info__txt__item.visible {
  display: block; }

/* clever select */
/* line 984, style.scss */
.jClever select {
  opacity: 0; }

/* line 985, style.scss */
.jClever-element {
  display: block;
  vertical-align: middle; }

/* line 986, style.scss */
.clevered.alice .jClever-element-select-wrapper {
  background: #FFF;
  border: solid 1px #999 !important;
  position: relative;
  cursor: pointer;
  height: 28px;
  width: 100% !important;
  z-index: 888 !important; }

/* line 987, style.scss */
.clevered.alice .jClever-element-select-wrapper select {
  display: none; }

/* line 988, style.scss */
.clevered.alice .jClever-element select {
  display: none;
  font-size: 11px; }

/* line 989, style.scss */
.clevered.alice .jClever-element-select-center {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  line-height: 28px;
  padding: 0 24px 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background: transparent;
  position: relative; }

/* line 999, style.scss */
.clevered.alice .jClever-element.focused .jClever-element-select-center {
  background: transparent; }

/* line 1000, style.scss */
.clevered.alice .jClever-element-select-right {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #999999 url(select-arrow.png) no-repeat center center;
  height: 27px;
  width: 27px;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  font-family: Arial;
  color: white;
  font-weight: bold;
  line-height: 20px; }

/* line 1001, style.scss */
.clevered.alice .jClever-element-select-right > span {
  display: none; }

/* line 1002, style.scss */
.clevered.alice .jClever-element-select-list-wrapper {
  border: solid 1px #999;
  position: absolute;
  right: -1px;
  padding: 0px;
  margin: 0px;
  top: 28px;
  left: -1px;
  background: #fff;
  display: none;
  /*max-height: 200px;*/
  font-size: 14px;
  overflow: hidden; }

/* line 1003, style.scss */
.clevered.alice .jClever-element-select-list {
  white-space: nowrap;
  padding: 0px;
  margin: 0px; }

/* line 1004, style.scss */
.clevered.alice .jClever-element-select-list > li {
  line-height: 28px;
  padding: 0 10px;
  margin: 0px 0;
  color: #A4A4A4; }

/* line 1005, style.scss */
.clevered.alice .jClever-element-select-list > li.active {
  color: #000; }

/* line 1006, style.scss */
.clevered.alice .jClever-element-select-list > li:hover,
.clevered.alice .jClever-element-select-list > li.selected {
  background: #f5f5f5;
  color: #000; }

/* line 1008, style.scss */
.clevered.alice .jClever-element-select-list > li > span {
  width: 100%;
  display: block;
  position: relative;
  white-space: normal; }

/* line 1009, style.scss */
.clevered.alice .jClever-element-select-list > li > span > i {
  font-style: normal; }

/* line 1010, style.scss */
.col-panel .pagination {
  padding-bottom: 0; }

/* line 1013, style.scss */
.col-panel {
  margin-bottom: 25px; }

/* line 1016, style.scss */
.col-descr {
  font-size: 16px;
  margin-bottom: 25px; }

/* fast call */
/* line 1021, style.scss */
#mod-fast-mail,
#mod-fast-order,
#mod-preorder,
#mod-fast-product {
  width: 100%;
  z-index: 8810;
  display: none;
  padding: 10px;
  border: 1px solid #fff;
  z-index: 1100; }

/* line 1025, style.scss */
#mod-fast-mail fieldset,
#mod-fast-order fieldset,
#mod-fast-product fieldset {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

/* line 1028, style.scss */
#mod-fast-mail h3,
#mod-fast-order h3,
#mod-fast-product h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px; }

/* line 1031, style.scss */
#mod-fast-mail .errors,
#mod-fast-order .errors,
#mod-fast-product .errors {
  color: #900; }

/* line 1034, style.scss */
#mod-fast-mail label,
#mod-fast-order label,
#mod-fast-product label {
  display: block;
  margin: 10px 0 3px;
  color: #000;
  font-weight: 500;
  font-size: 16px; }

/* line 1037, style.scss */
#mod-fast-mail input[type="text"],
#mod-fast-order input[type="text"],
#mod-fast-order input[type="email"],
#mod-fast-product input[type="text"] {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #999;
  color: #000;
  display: block;
  height: 34px;
  line-height: 34px;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1054, style.scss */
p.agree {
  font-size: 16px;
  margin: 10px 0;
  text-align: center; }

/* line 1059, style.scss */
.agree a:hover {
  text-decoration: underline; }

/* line 1062, style.scss */
p.agree strong {
  font-weight: 500; }

/* line 1065, style.scss */
#mod-fast-mail textarea,
#mod-fast-order textarea,
#mod-fast-product textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #999;
  color: #000;
  display: block;
  height: 90px;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1068, style.scss */
#opaco-mod-fast-mail-link,
#opaco-mod-fast-product-link,
#opaco-mod-preorder-link {
  background-color: #000000;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
  /* IE5+ */
  filter: alpha(opacity=70);
  /* IE4- */
  -moz-opacity: 0;
  /* Mozilla */
  -khtml-opacity: 0;
  /* Safari */
  opacity: 0; }

/* line 1077, style.scss */
#own_preloader {
  background: #F7F7F7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #E9E9E9;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 54px;
  z-index: 9000; }

/* line 1078, style.scss */
#own_preloader img {
  vertical-align: middle; }

/* line 1079, style.scss */
.title__in {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase; }

/* line 1080, style.scss */
.button_all {
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
  margin: 0 10px;
  padding: 5px 20px;
  text-transform: uppercase;
  vertical-align: text-top;
  background: #c8202a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8202a), color-stop(100%, #af1c2d));
  background: -webkit-linear-gradient(top, #c8202a 0%, #af1c2d 100%);
  background: -o-linear-gradient(top, #c8202a 0%, #af1c2d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#c8202a), to(#af1c2d));
  background: linear-gradient(to bottom, #c8202a 0%, #af1c2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8202a', endColorstr='#af1c2d',GradientType=0 ); }

/* line 1090, style.scss */
.button_all:hover {
  background: #af1c2d;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af1c2d), color-stop(100%, #c8202a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #af1c2d 0%, #c8202a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #af1c2d 0%, #c8202a 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#af1c2d), to(#c8202a));
  background: linear-gradient(to bottom, #af1c2d 0%, #c8202a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af1c2d', endColorstr='#c8202a',GradientType=0 );
  /* IE6-9 */ }

/*busket*/
/* line 1099, style.scss */
.cart-title h3 {
  text-align: left;
  margin: 15px 0; }

/* line 1103, style.scss */
.cart-table-new {
  text-align: center;
  margin-bottom: 25px; }
  /* line 1106, style.scss */
  .cart-table-new .cart-row {
    padding: 20px 0;
    border: 1px solid #cccccc;
    margin-bottom: -1px; }
  /* line 1111, style.scss */
  .cart-table-new .item-title {
    text-align: left; }
    /* line 1113, style.scss */
    .cart-table-new .item-title .brandname {
      font-size: 18px;
      font-weight: 400; }
    /* line 1117, style.scss */
    .cart-table-new .item-title .item-name {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.2; }
  /* line 1123, style.scss */
  .cart-table-new .item-qty {
    padding: 0; }
    /* line 1125, style.scss */
    .cart-table-new .item-qty input {
      max-width: 67px;
      width: 100%;
      height: 67px;
      border: 1px solid #cccccc;
      font-family: inherit;
      font-size: 24px;
      font-weight: 600;
      text-align: center;
      line-height: 67px; }
  /* line 1137, style.scss */
  .cart-table-new .item-price {
    font-size: 24px;
    font-weight: 600; }
    /* line 1140, style.scss */
    .cart-table-new .item-price span {
      display: inline-block;
      line-height: 69px; }
  /* line 1145, style.scss */
  .cart-table-new .item-label {
    font-size: 18px;
    font-weight: 400;
    display: block;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 4px; }
  /* line 1153, style.scss */
  .cart-table-new .item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 1159, style.scss */
    .cart-table-new .item-info .flexrow {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  /* line 1167, style.scss */
  .cart-table-new .item-img img {
    max-height: 100px; }

/* line 1173, style.scss */
.cart-footer {
  margin-bottom: 4%; }
  /* line 1175, style.scss */
  .cart-footer .toggle-coupon {
    font-size: 21px;
    font-weight: 400;
    text-decoration: underline; }
    /* line 1179, style.scss */
    .cart-footer .toggle-coupon:hover {
      text-decoration: none; }
  /* line 1185, style.scss */
  .cart-footer .coupon_c .error {
    font-size: 16px;
    margin-top: 4px; }
  /* line 1190, style.scss */
  .cart-footer .fast-order-btn {
    padding: 0;
    background: none;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline;
    color: #000;
    line-height: 56px;
    display: inline-block;
    margin-right: 35px; }
  /* line 1201, style.scss */
  .cart-footer .cart-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    /* line 1217, style.scss */
    .cart-footer .cart-buttons .button {
      height: 56px;
      line-height: 56px;
      font-size: 26px;
      font-weight: 700;
      padding: 0;
      width: 320px;
      text-transform: uppercase;
      margin-bottom: 10px; }

/* line 1230, style.scss */
.busket__c {
  margin: 10px 0; }

/* line 1231, style.scss */
.cart-table {
  border: solid 1px #000;
  border-bottom: none;
  margin-bottom: 15px;
  width: 100%; }

/* line 1232, style.scss */
.cart-table thead td {
  border: none;
  color: #adadad;
  padding: 5px 10px; }

/* line 1233, style.scss */
.cart-table td {
  background: #fff;
  border-bottom: solid 1px #000;
  padding: 10px;
  vertical-align: middle; }

/* line 1234, style.scss */
.cart-table__img {
  display: inline-block;
  height: 110px;
  line-height: 110px;
  text-align: center;
  width: 110px; }

/* line 1235, style.scss */
.cart-table__img img {
  vertical-align: middle; }

/* line 1236, style.scss */
.cart-table__name {
  color: #000;
  font-size: 18px;
  text-align: center;
  padding: 6px 0; }

/* line 1237, style.scss */
.cart-table__del {
  width: 31px;
  height: 31px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  background: url(cart-del.png) center center no-repeat #000; }
  /* line 1243, style.scss */
  .cart-table__del:hover {
    opacity: 0.7; }

/* line 1247, style.scss */
.item-qty .cart-table__del {
  padding: 0;
  background: none;
  font-size: 14px;
  display: inline; }

/* line 1253, style.scss */
.basket-amount {
  border: solid 1px #ccc;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 80px; }

/* line 1254, style.scss */
.cart-free-shipping {
  color: #666666;
  font-size: 21px;
  font-weight: 400; }

/* line 1259, style.scss */
.discounts-list .item {
  text-align: right; }

/* line 1260, style.scss */
.coupon_c {
  margin: 10px 0;
  max-height: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden; }
  /* line 1265, style.scss */
  .coupon_c.opened {
    max-height: 65px; }

/* line 1269, style.scss */
.coupon_label {
  display: inline-block;
  line-height: 32px;
  vertical-align: text-top; }

/* line 1270, style.scss */
.coupon_txt {
  border: 1px solid #E5E5E5;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 3px 0 3px; }

/* line 1271, style.scss */
.button-coupon {
  line-height: 32px;
  vertical-align: text-top; }

/* line 1272, style.scss */
.total-amount {
  text-align: right;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px; }
  /* line 1273, style.scss */
  .total-amount span {
    font-weight: 600; }

/* line 1277, style.scss */
.button-coupon {
  background: none;
  border: none;
  color: #cc2029;
  font-size: 16px;
  text-decoration: underline; }

/* line 1278, style.scss */
.button-coupon:hover {
  text-decoration: none; }

/*blog*/
/* line 1281, style.scss */
.blog__c {
  border-bottom: solid 1px #E5E5E5;
  overflow: hidden;
  padding: 15px 0; }

/* line 1282, style.scss */
.blog__title {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

/* line 1283, style.scss */
.blog__title a {
  color: #000; }

/* line 1284, style.scss */
.blog__date {
  font-size: 11px;
  font-style: italic;
  padding-bottom: 10px; }

/* line 1285, style.scss */
.blog__img {
  float: left;
  margin: 0 15px 15px 0; }

/* line 1286, style.scss */
.blog__img img {
  display: block; }

/*reviews*/
/* line 1292, style.scss */
.reviews__title {
  font: normal 24px/28px Arial, Helvetica, sans-serif; }

/* line 1293, style.scss */
.reviews__rait,
.reviews__empty,
.reviews__rait,
.reviews__list {
  margin-top: 15px; }

/* line 1297, style.scss */
.reviews__list li {
  background: #F8F8F8;
  border: solid 1px #F3F3F3;
  list-style: none;
  margin-bottom: 10px;
  padding: 5px; }

/* line 1298, style.scss */
.reviews__txt {
  background: #fff;
  border: solid 1px #F3F3F3;
  padding: 10px; }

/* line 1299, style.scss */
.reviews__txt__details {
  font-size: 10px;
  padding: 6px; }

/* line 1300, style.scss */
.reviews__txt__author {
  font-weight: bold; }

/* line 1301, style.scss */
.review_form__c {
  border: solid 1px #ECECEC;
  padding: 10px; }

/* line 1302, style.scss */
.review_form__item {
  margin-bottom: 8px; }

/* line 1303, style.scss */
.review_form__label {
  display: inline-block;
  line-height: 24px;
  vertical-align: text-top;
  width: 90px; }

/* line 1304, style.scss */
.review_form__label--contact {
  display: block;
  width: 300px; }

/* line 1305, style.scss */
.review_form__txt {
  background: #fff;
  border: solid 1px #ECECEC;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  vertical-align: text-top;
  width: 300px; }

/* line 1306, style.scss */
.review_form__textarea {
  background: #fff;
  border: solid 1px #ECECEC;
  display: inline-block;
  height: 150px;
  padding: 2px;
  vertical-align: text-top;
  width: 312px;
  resize: none; }

/* line 1307, style.scss */
.review_form__ahtung {
  color: red;
  font-style: italic;
  font-size: 10px; }

/* line 1308, style.scss */
.review_form__ahtung.notice {
  font-size: 14px;
  margin: 10px 0; }

/* line 1309, style.scss */
.add_card_button--review {
  margin-left: 280px; }

/* line 1311, style.scss */
.review_form__captcha,
.notice {
  margin-bottom: 10px; }

/* line 1313, style.scss */
.error {
  color: red; }

/*mod_color*/
/* line 1316, style.scss */
.mod_color {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

/* line 1317, style.scss */
.mod_color li {
  border: solid 1px transparent;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  list-style: none;
  margin: 3px;
  vertical-align: text-top;
  width: 30px; }

/* line 1318, style.scss */
.mod_color li img {
  max-height: 30px;
  max-width: 30px; }

/* line 1319, style.scss */
.mod_color li.active {
  border-color: red;
  -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.35); }

/*
.SoftBrown{background:#B17455}
.Caramel{background:#D49E34}
.AshBlonde{background:#CAA87A}
.MediumAsh{background:#605342}
.Brunette{background:#543823}
.Auburn{background:#6C321B}
.Espresso{background:#4A3437}
.Blonde{background:#C8B395}
.Granite{background:#}
.Granite{background:#B09C82}
*/
/* line 1333, style.scss */
.product__des__brand__logo {
  float: right;
  max-width: 300px; }

/* Footer-----------------------------------------------------------------------------*/
/* line 1336, style.scss */
.footer {
  background: #e8e8e8;
  font-size: 17px;
  padding: 25px 0 0 0; }

/* line 1338, style.scss */
.footer__menu {
  display: inline-block;
  vertical-align: text-top;
  margin-bottom: 20px; }

/* line 1339, style.scss */
.footer__menu li {
  list-style: none;
  margin-bottom: 12px; }

/* line 1340, style.scss */
.footer__menu a {
  color: #000; }

/* line 1341, style.scss */
.footer__menu a:hover, .footer__menu a.active {
  color: #000099; }

/* line 1344, style.scss */
.footer__menu_cantry {
  margin-left: 20px; }

/* line 1348, style.scss */
.foot-heading {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px; }

/* line 1353, style.scss */
.footer__menu li {
  font-size: 16px;
  margin-bottom: 10px; }

/* line 1357, style.scss */
.second__foter {
  margin-top: 45px;
  clear: both;
  padding-top: 20px; }

/* line 1358, style.scss */
.copyright {
  margin-right: 45px; }

/* line 1359, style.scss */
.country {
  background: url(flag.png) 0 0 no-repeat;
  display: inline-block;
  height: 13px;
  line-height: 13px;
  margin-left: 5px;
  overflow: hidden;
  padding-left: 22px;
  vertical-align: middle; }

/* line 1360, style.scss */
.country--ru {
  background-position: 0 0; }

/* line 1361, style.scss */
.country--ua {
  background-position: 0 -13px; }

/* line 1362, style.scss */
.country--kz {
  background-position: 0 -26px; }

/* line 1363, style.scss */
.country--by {
  background-position: 0 -39px; }

/* line 1365, style.scss */
.insales {
  width: 160px;
  line-height: 28px;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  /* IE 5.5+*/
  -moz-opacity: 0.5;
  /* Mozilla 1.6 и ниже */
  -khtml-opacity: 0.5;
  /* Konqueror 3.1, Safari 1.1 */
  opacity: 0.5;
  /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
  display: block;
  color: #000; }

/* line 1375, style.scss */
.lr__views__des {
  border-bottom: 2px dotted #eee;
  padding-bottom: 17px; }

/* line 1380, style.scss */
.product__price_old {
  color: #999;
  display: inline-block;
  font-size: 18px;
  margin-right: 40px;
  text-decoration: line-through; }

/* line 1389, style.scss */
.catalog__item__price_old {
  opacity: 0.5;
  font-size: 14px;
  margin: 10px 0 0px;
  text-align: center;
  text-decoration: line-through; }

/* line 1397, style.scss */
.selector-wrapper {
  margin-top: 0;
  float: left;
  width: 165px;
  padding: 15px 10px;
  border-top: 1px solid #ccc; }

/* line 1404, style.scss */
.mod-img {
  display: none; }

/* line 1407, style.scss */
.mod-img img {
  vertical-align: middle;
  max-width: 160px;
  max-height: 160px; }

/* line 1412, style.scss */
.mod-img {
  width: 180px;
  float: left;
  height: 180px;
  border-top: 1px solid #ccc;
  text-align: center;
  line-height: 180px;
  margin-bottom: 20px;
  border-right: 1px solid #ccc; }

/* line 1422, style.scss */
#variant-select {
  clear: both; }

/* line 1423, style.scss */
.product__mod label {
  display: none; }

/* line 1424, style.scss */
#variant-select, .style_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #b0b0b0;
  height: 24px;
  line-height: 22px;
  padding: 0 20px 0 3px;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
  width: 150px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAIAAAAiZtkUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMTQxNUZBM0E2MjQ2ODExOEMxNEVEMTc4RUQ0QTE2MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDOTRFMjZGRTgyOUYxMUUzQjc5NkMyNTE3QkI3NDY2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDOTRFMjZGRDgyOUYxMUUzQjc5NkMyNTE3QkI3NDY2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDQxRTcyN0ZBMzIwNjgxMTgwODNDNTM1NUJFMkEyRTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzE0MTVGQTNBNjI0NjgxMThDMTRFRDE3OEVENEExNjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7JUycpAAAAMklEQVR42mL8//8/AxpYtWoVnK2mpnbx4kUGoKodO3ZA+Hfv3gVp+g8GQFEIHwgAAgwAmkAjwNT4qD8AAAAASUVORK5CYII=) 95% 45% no-repeat transparent; }

@-moz-document url-prefix() {
  /* line 1442, style.scss */
  .sorting select {
    padding-top: 3px; } }
/* esoldatov */
/* line 1449, style.scss */
.m-top-menu {
  display: none; }

/* line 1454, style.scss */
#cbp-spmenu-s1 {
  background: #fff;
  padding-bottom: 20px;
  width: 230px;
  margin: 0 auto;
  font-size: 12px; }

/* line 1461, style.scss */
#cbp-spmenu-s1 .catalog-li > a {
  padding: 10px; }

/* line 1464, style.scss */
.material-menu-view-desktop {
  display: none !important; }

/* line 1468, style.scss */
.material-menu-titlebar {
  background: url(hamburger-menu.png) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  opacity: 1 !important;
  position: fixed !important;
  top: 12px !important;
  width: 46px !important;
  z-index: 1000 !important;
  height: 46px !important;
  left: 15px !important; }

/* line 1481, style.scss */
.mobile-header {
  display: none; }

/* line 1485, style.scss */
.close-m-menu {
  cursor: pointer;
  height: 24px !important;
  line-height: 1 !important;
  position: absolute;
  right: 10px;
  top: 0;
  width: 24px !important; }

/* line 1495, style.scss */
.material-menu-button {
  cursor: pointer;
  display: block;
  width: 46px !important;
  text-align: right;
  line-height: 39px !important;
  height: 46px !important;
  margin: 0 !important;
  z-index: 1000 !important;
  font-style: normal;
  font-size: 24px; }

/* line 1509, style.scss */
.m-sub-collection-wrapper {
  margin-left: 20px;
  /*margin-bottom: 20px;*/ }

/* line 1514, style.scss */
.m-sub-collection {
  margin-bottom: 20px; }

/* line 1518, style.scss */
.m-sub-collection-wrapper li {
  margin-bottom: 10px;
  list-style: none; }

/* line 1523, style.scss */
.m-sub-collection-wrapper a {
  font-size: 1.2em; }

/* line 1527, style.scss */
.catalog-li > a, .dop-catalog li a {
  border-top: 1px solid #e4dfdd;
  color: #363737;
  display: block;
  font-size: 1.33em;
  padding: 13px 0 13px 28px; }

/* line 1535, style.scss */
.catalog-li {
  color: #363737;
  position: relative; }

/* line 1540, style.scss */
.m-sub-collection {
  list-style: none;
  display: none; }

/* line 1545, style.scss */
.m-sub-collection-wrapper a {
  color: #000; }

/* line 1549, style.scss */
.material-menu-wrapper {
  background: #fff;
  -webkit-box-shadow: 5px 0 7px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 0 7px rgba(0, 0, 0, 0.6); }

/* line 1555, style.scss */
.material-menu-wrapper .nav-ul {
  width: 100%;
  list-style: none;
  margin-top: -1px; }

/* line 1561, style.scss */
.our-paymant {
  margin-top: 15px; }

/* line 1565, style.scss */
.our-paymant > p {
  margin-bottom: 10px; }

/* line 1569, style.scss */
.pay-sistem {
  display: block;
  margin-bottom: 20px; }

/* line 1574, style.scss */
.article img {
  max-width: 100%;
  max-height: 100%; }

/* line 1579, style.scss */
.m-cat-toggle {
  cursor: pointer;
  display: inline-block;
  margin-left: 15px;
  font-size: 18px;
  position: absolute;
  right: 10px;
  z-index: 1000; }

/* line 1589, style.scss */
.product__tabs__m {
  display: none; }

/* line 1594, style.scss */
.resp-tabs-list li {
  display: inline-block;
  list-style: none;
  cursor: pointer; }

/* line 1601, style.scss */
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }

/* line 1607, style.scss */
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none; }

/* line 1613, style.scss */
.resp-tab-content {
  display: none;
  padding: 30px; }

/* line 1618, style.scss */
.resp-tab-content .product-info-editor p,
.resp-tab-content .product-info-editor p span {
  font: 14px Tahoma, Arial, sans-serif; }

/* line 1623, style.scss */
.resp-tab-active {
  background: #fff;
  border-color: #000 !important; }

/* line 1629, style.scss */
.resp-content-active, .resp-accordion-active {
  display: block; }

/* line 1634, style.scss */
h2.resp-accordion {
  font-size: 18px;
  margin: 0px;
  padding: 10px 15px;
  font-weight: normal;
  border-top: 1px solid #000; }

/* line 1644, style.scss */
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important; }

/* line 1650, style.scss */
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue; }

/*-----------Vertical tabs-----------*/
/* line 1657, style.scss */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%; }

/* line 1662, style.scss */
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none; }

/* line 1670, style.scss */
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  clear: none; }

/* line 1682, style.scss */
.resp-vtabs .resp-tab-content {
  border: none; }

/* line 1686, style.scss */
.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important; }

/* line 1696, style.scss */
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1; }

/* line 1706, style.scss */
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797; }

/*-----------Accordion styles-----------*/
/* line 1714, style.scss */
h2.resp-tab-active {
  background: #DBDBDB !important; }

/* line 1717, style.scss */
.resp-easy-accordion h2.resp-accordion {
  display: block; }

/* line 1720, style.scss */
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1; }

/* line 1724, style.scss */
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important; }

/* line 1728, style.scss */
.resp-jfit {
  width: 100%;
  margin: 0px; }

/* line 1733, style.scss */
.resp-tab-content-active {
  display: block; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  /* line 1741, style.scss */
  ul.resp-tabs-list {
    display: none; }

  /* line 1745, style.scss */
  h2.resp-accordion {
    display: block; }

  /* line 1751, style.scss */
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }

  /* line 1755, style.scss */
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none; }

  /* line 1762, style.scss */
  .resp-accordion-closed {
    display: none !important; }

  /* line 1765, style.scss */
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; } }
/* Additional classes */
/* line 1771, style.scss */
.action-link {
  background: none;
  border: none;
  border-bottom: 1px #dc666c dotted;
  color: #dc666c;
  font-size: 1.1em;
  height: auto;
  display: inline;
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto; }

/* line 1784, style.scss */
.fast-order-btn .mobile {
  display: none; }

/* line 1787, style.scss */
.fast-order-btn-wrapper {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top; }
  /* line 1791, style.scss */
  .fast-order-btn-wrapper a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    border-bottom: 0;
    color: inherit; }
  /* line 1798, style.scss */
  .fast-order-btn-wrapper span {
    font-size: 15px;
    color: #666;
    display: block; }

/* line 1804, style.scss */
.product-full-descr {
  margin-bottom: 20px; }
  /* line 1806, style.scss */
  .product-full-descr .editor p span, .product-full-descr .editor > * {
    font-family: inherit !important;
    font-size: 15px !important; }
  /* line 1810, style.scss */
  .product-full-descr .extra-blocks {
    padding: 20px 0;
    /* line 632, base.scss */
    /* line 636, base.scss */
    /* line 642, base.scss */
    /* line 654, base.scss */
    /* line 658, base.scss */
    /* line 662, base.scss */
    /* line 669, base.scss */
    /* line 673, base.scss */
    /* line 677, base.scss */
    /* line 680, base.scss */
    /* line 694, base.scss */
    /* line 700, base.scss */ }
    /* line 1813, style.scss */
    .product-full-descr .extra-blocks .extra-block {
      margin-bottom: 15px; }
    /* line 1816, style.scss */
    .product-full-descr .extra-blocks img {
      max-height: 100%;
      display: block; }
    /* line 1822, style.scss */
    .product-full-descr .extra-blocks .image-container {
      display: inline-block;
      height: 0;
      width: 100%;
      position: relative; }
    /* line 1828, style.scss */
    .product-full-descr .extra-blocks .image-container img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-height: 100%;
      max-width: 100%; }
    /* line 1839, style.scss */
    .product-full-descr .extra-blocks .image-container.is-square {
      padding-top: 100%; }
    /* line 1842, style.scss */
    .product-full-descr .extra-blocks .image-container.is-rectangle {
      padding-top: 150%; }
    /* line 1845, style.scss */
    .product-full-descr .extra-blocks .image-container.is-rounded {
      padding-top: 100%;
      overflow: hidden;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    /* line 1851, style.scss */
    .product-full-descr .extra-blocks .image-container.is-simple {
      padding-top: 75%; }
    /* line 1854, style.scss */
    .product-full-descr .extra-blocks .image-container.is-wide {
      padding-top: 56.25%; }
    /* line 1857, style.scss */
    .product-full-descr .extra-blocks .image-container.is-cover {
      overflow: hidden; }
    /* line 1860, style.scss */
    .product-full-descr .extra-blocks .image-container.is-cover img {
      height: 100%;
      max-width: none;
      max-height: none; }
    @supports (-o-object-fit: cover) or (object-fit: cover) {
      /* line 1810, style.scss */
      .product-full-descr .extra-blocks {
        /* line 680, base.scss */ }
        /* line 1866, style.scss */
        .product-full-descr .extra-blocks .image-container.is-cover img {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: 0 0;
          object-position: 0 0;
          width: 100%; } }
    /* line 1873, style.scss */
    .product-full-descr .extra-blocks .image-container.is-cover.with-trick {
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center; }
    /* line 1879, style.scss */
    .product-full-descr .extra-blocks .image-container.is-cover.with-trick img {
      display: none; }
    /* line 1882, style.scss */
    .product-full-descr .extra-blocks.without-video {
      max-width: 100%;
      overflow: hidden; }
      /* line 1885, style.scss */
      .product-full-descr .extra-blocks.without-video .flexrow {
        margin: 0 -24px; }
      /* line 1888, style.scss */
      .product-full-descr .extra-blocks.without-video .extra-block {
        padding: 0 24px; }
    /* line 1893, style.scss */
    .product-full-descr .extra-blocks .extra-block .video-block:after {
      content: '\f01d';
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 74px;
      margin-top: -37px;
      margin-left: -32px;
      color: #fff;
      opacity: 0.7;
      z-index: 100; }
    /* line 1917, style.scss */
    .product-full-descr .extra-blocks .extra-block .video-block:hover:after {
      opacity: 0.85; }

@media (max-width: 1024px) {
  /* line 1926, style.scss */
  .product-full-descr .extra-blocks.without-video .extra-block {
    padding: 0 10px; }

  /* line 1929, style.scss */
  .product-full-descr .extra-blocks.without-video .flexrow {
    margin: 0 -10px; } }
@media (max-width: 600px) {
  /* line 1934, style.scss */
  .product-full-descr .extra-blocks.without-video .extra-block {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }
/* line 1941, style.scss */
.editor ul, .editor ol {
  margin: 20px; }

/* line 1944, style.scss */
.notice-error {
  background: rgba(184, 29, 37, 0.13);
  padding: 10px;
  font-size: 16px;
  border: 2px solid #b81d25;
  padding-bottom: 0; }

/* line 1951, style.scss */
.is-error input, .is-error textarea {
  border-color: #b81d25 !important; }

/* line 1954, style.scss */
.action-link:hover {
  border: none; }

/* line 1958, style.scss */
.error {
  color: red !important; }

/* line 1962, style.scss */
.error-block label {
  color: red !important; }

/* line 1966, style.scss */
.error-block input {
  border-color: red !important;
  -webkit-box-shadow: 0 0 3px #f00 !important;
  box-shadow: 0 0 3px #f00 !important; }

/* Fast callback */
/* line 1973, style.scss */
.phone-callback .fancybox-skin,
.fast-order-wrapper .fancybox-skin {
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0; }

/* line 1979, style.scss */
.fancybox-inner .buttons {
  padding-top: 10px; }

/* line 1982, style.scss */
.fancybox-inner .buttons .button {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  line-height: 42px;
  width: 100%;
  max-width: 480px;
  margin-bottom: 10px; }

/* line 1992, style.scss */
.phone-callback .fancybox-close,
.fast-order-wrapper .fancybox-close {
  display: none; }

/*.fast-order-wrapper .fancybox-inner {
  max-width: 320px !important;
}
*/
/* line 2001, style.scss */
#mod-fast-order {
  width: 100%;
  padding: 0 10px;
  max-width: 320px !important; }
  /* line 2005, style.scss */
  #mod-fast-order a {
    text-decoration: underline; }
    /* line 2007, style.scss */
    #mod-fast-order a:hover {
      text-decoration: none; }

/* line 2014, style.scss */
.catalog .catalog__item__title {
  font-size: 18px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 8px; }

/* line 2020, style.scss */
.catalog .catalog__item__des {
  font-size: 15px;
  height: 42px; }

/* line 2024, style.scss */
.catalog .catalog__item__price {
  font-size: 18px; }

/* line 2027, style.scss */
.catalog .button {
  height: 36px;
  font-size: 18px;
  line-height: 36px; }

/* line 2032, style.scss */
.catalog .favorite-link {
  height: 35px;
  width: 35px;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2038, style.scss */
.catalog .catalog__item {
  margin-bottom: 56px; }

/* end */
/* line 2044, style.scss */
.padded-catalog {
  padding: 0 10%; }

/* line 2048, style.scss */
.gallery-slide {
  text-align: center; }

/* line 2051, style.scss */
.product .gallery-wrapper.has-vars {
  opacity: 0; }

/* line 2054, style.scss */
.gallery-wrapper .swiper-container-android .swiper-slide, .gallery-wrapper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

/* line 2062, style.scss */
.gallery-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent; }

/*.gallery-wrapper {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-size: 8px;
    background-position: 50%;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #636467;
    left: -44px;
    top: calc(50% + 9px);
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-size: 8px;
    background-position: 50%;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #636467;
    right: -44px;
    top: calc(50% + 9px);
  }
}*/
/* line 2094, style.scss */
.gallery-thumbs-wrap {
  width: 80%;
  position: relative;
  margin: auto;
  margin-bottom: 15px; }

/* line 2100, style.scss */
.gallery-thumbs-wrap .swiper-slide {
  cursor: pointer; }

/* line 2103, style.scss */
.gallery-thumbs-wrap img:hover {
  opacity: 0.7; }

/* line 2106, style.scss */
.gallery-top-wrap {
  position: relative; }

/* line 2109, style.scss */
.swiper-button-next {
  background: url(arrow-next.png) center center no-repeat;
  -webkit-background-size: 19px 36px;
  background-size: 19px 36px;
  width: 19px;
  height: 36px;
  margin-top: -18px;
  right: 0; }

/* line 2118, style.scss */
.swiper-button-prev {
  background: url(arrow-prev.png) center center no-repeat;
  -webkit-background-size: 19px 36px;
  background-size: 19px 36px;
  width: 19px;
  height: 36px;
  margin-top: -18px;
  left: 0; }

/* line 2127, style.scss */
.gallery-top {
  margin: 0 10%; }

/* line 2131, style.scss */
.option-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 2141, style.scss */
button.option-value {
  width: 14.28%;
  display: inline-block;
  border: 0;
  background: transparent;
  font-size: 10px;
  text-transform: uppercase;
  font-family: inherit;
  text-align: center;
  border: 1px solid transparent;
  word-wrap: break-word; }

/* line 2153, style.scss */
button.option-value img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

/* line 2158, style.scss */
button.option-value.is-active {
  border: 1px solid #333; }

/* line 2161, style.scss */
.form-field.text-field {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  outline: none; }

/* line 2170, style.scss */
.form-row {
  margin-bottom: 1rem; }

/* line 2174, style.scss */
.form-label {
  width: 100%;
  margin-bottom: 0.5rem; }

/* line 2179, style.scss */
.form-field.text-field.is-textarea {
  width: 100%; }

/* line 2182, style.scss */
.button.button-is-border {
  color: #0b0b0b;
  font-family: "SFUI Text", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: none;
  border: none;
  text-decoration: none;
  border-bottom: 1px dotted #464646;
  cursor: pointer;
  padding: 0; }

/* line 2196, style.scss */
.reviews-form {
  margin-bottom: 20px; }

/* line 2199, style.scss */
.reviews-toggle-wrapper {
  margin-bottom: 20px; }

/* line 2202, style.scss */
.form-field.text-field.is-captcha {
  margin-top: 10px; }

/* line 2205, style.scss */
.reviews-wrapper {
  max-width: 600px; }

/* line 2208, style.scss */
.reviews-item {
  padding: 10px;
  margin-left: 12px;
  border: 7px solid #e8e8e8;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px; }
  /* line 2216, style.scss */
  .reviews-item .star-rating-wrapper {
    position: absolute;
    top: 8px;
    right: 11px; }
  /* line 2221, style.scss */
  .reviews-item:after {
    content: '';
    position: absolute;
    left: -19px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #e8e8e8 transparent transparent; }

/* line 2233, style.scss */
.reviews-empty {
  padding: 5px;
  background: #f9f9f9; }

/* line 2237, style.scss */
.star-rating-wrapper {
  *zoom: 1; }

/* line 2241, style.scss */
.star-rating-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/* line 2247, style.scss */
.star-rating {
  float: left;
  *zoom: 1; }

/* line 2252, style.scss */
.star-rating:after {
  content: "";
  display: table;
  clear: both; }

/* line 2258, style.scss */
.star-rating .star-radio {
  display: none; }

/* line 2262, style.scss */
.star-rating .star-radio:hover ~ .star-label:after, .star-rating .star-radio:checked ~ .star-label:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2269, style.scss */
.star-rating .star-radio:hover ~ .star-label:after {
  background-image: url("star.svg") !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2276, style.scss */
.star-rating .star-radio:checked ~ .star-label:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2283, style.scss */
.star-rating .star-label {
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  margin-right: 3px; }
  /* line 2288, style.scss */
  .star-rating .star-label:first-child {
    margin-right: 0; }

/* line 2293, style.scss */
.star-rating .star-label:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("star-empty.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2304, style.scss */
.star-rating .star-label:hover:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2311, style.scss */
.star-rating .star-label:hover ~ .star-label:after {
  background-image: url("star.svg") !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2318, style.scss */
.star-rating .star-label.active ~ .star-label:after, .star-rating .star-label.active:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2325, style.scss */
.star-rating .star-item {
  float: right;
  overflow: hidden;
  margin-right: 3px; }
  /* line 2329, style.scss */
  .star-rating .star-item:first-child {
    margin-right: 0; }

/* line 2334, style.scss */
.star-rating .star-item:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("star-empty.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 2345, style.scss */
.star-rating .star-item.active:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: ""; }

/* line 2353, style.scss */
.star-rating .star-item.active > .star-item:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: ""; }

/* line 2360, style.scss */
.reviews-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  /* line 2372, style.scss */
  .reviews-heading .reviews-title {
    font-size: 20px;
    font-weight: bold; }
    /* line 2375, style.scss */
    .reviews-heading .reviews-title span {
      display: inline-block;
      margin-left: 5px;
      color: #666666;
      font-weight: normal; }
  /* line 2382, style.scss */
  .reviews-heading .reviews-open {
    font-size: 19px;
    margin-left: 15px;
    font-weight: 500;
    cursor: pointer; }
    /* line 2387, style.scss */
    .reviews-heading .reviews-open:hover {
      color: #666; }

/* line 2392, style.scss */
#review_form {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

/* line 2399, style.scss */
#review_form.opened {
  max-height: 1500px; }

/* line 2403, style.scss */
.brands-az {
  margin-left: 30px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  font-size: 25px;
  margin-top: 40px; }
  /* line 2413, style.scss */
  .brands-az .letter {
    font-weight: 600; }
  /* line 2416, style.scss */
  .brands-az .brand-az {
    margin-bottom: -webkit-calc(20px + 5%);
    margin-bottom: calc(20px + 5%);
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
  /* line 2424, style.scss */
  .brands-az .brandlist a {
    display: block; }

/* line 2431, style.scss */
.brandzone {
  padding-top: 20px;
  padding-bottom: 20px; }
  /* line 2434, style.scss */
  .brandzone .brandzone-image {
    margin: 0 -15px; }
    /* line 2436, style.scss */
    .brandzone .brandzone-image img {
      width: 100%;
      display: block; }
  /* line 2441, style.scss */
  .brandzone .advantage-block {
    padding: 20px 0; }
  /* line 2444, style.scss */
  .brandzone .brandzone-catalog {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    list-style: none; }
    /* line 2449, style.scss */
    .brandzone .brandzone-catalog li {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 8px; }
      /* line 2456, style.scss */
      .brandzone .brandzone-catalog li a {
        min-height: 47px;
        border: 2px solid #000000;
        line-height: 45px;
        padding-top: 2px;
        display: block;
        vertical-align: middle;
        text-align: center; }
        /* line 2464, style.scss */
        .brandzone .brandzone-catalog li a:hover, .brandzone .brandzone-catalog li a.active {
          border-color: #cc3333;
          color: #cc3333; }
        /* line 2468, style.scss */
        .brandzone .brandzone-catalog li a span {
          line-height: 1.4;
          vertical-align: middle;
          display: inline-block; }
  /* line 2476, style.scss */
  .brandzone .brandzone-products {
    padding-top: 20px; }
    /* line 2478, style.scss */
    .brandzone .brandzone-products .sidebar {
      padding-right: 3px; }
  /* line 2482, style.scss */
  .brandzone .padded-catalog {
    padding: 0; }

/* line 2487, style.scss */
.editor strong {
  font-weight: 600; }

/* line 2490, style.scss */
.video-wrapper {
  max-width: 1060px;
  width: 100%;
  margin: 2em auto; }

/* line 2495, style.scss */
.video-inner {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  position: relative; }

/* line 2501, style.scss */
.video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 2508, style.scss */
.reviews-items-wrap {
  margin-bottom: 15px; }

/* line 2513, style.scss */
.page-about {
  font-size: 18px;
  padding-top: 5px; }
  /* line 2517, style.scss */
  .page-about .title__ {
    text-align: left; }
  /* line 2520, style.scss */
  .page-about .icon-title {
    height: 44px;
    line-height: 48px;
    padding-left: 53px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    font-size: 20px; }
    /* line 2528, style.scss */
    .page-about .icon-title span {
      line-height: 1.2;
      vertical-align: middle;
      display: inline-block; }
    /* line 2534, style.scss */
    .page-about .icon-title.icon-star {
      background-image: url(icon-star.png); }
    /* line 2537, style.scss */
    .page-about .icon-title.icon-car {
      background-image: url(icon-car.png); }
    /* line 2540, style.scss */
    .page-about .icon-title.icon-check {
      background-image: url(icon-check.png); }
    /* line 2543, style.scss */
    .page-about .icon-title.icon-defend {
      background-image: url(icon-defend.png); }
  /* line 2547, style.scss */
  .page-about .about-content {
    line-height: 1.3; }
  /* line 2551, style.scss */
  .page-about .about-block {
    margin-bottom: -webkit-calc(30px + 3%);
    margin-bottom: calc(30px + 3%); }
  /* line 2555, style.scss */
  .page-about .rekvisit h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px; }
  /* line 2560, style.scss */
  .page-about .rekvisit p {
    margin-bottom: 10px; }
  /* line 2563, style.scss */
  .page-about .about-advance {
    padding-top: 15px; }
    /* line 2565, style.scss */
    .page-about .about-advance .flexrow {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  /* line 2573, style.scss */
  .page-about .button {
    height: 29px;
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 10px;
    min-width: 235px; }
  /* line 2582, style.scss */
  .page-about .about-button {
    padding-top: 5px;
    text-align: right;
    margin-bottom: 10px; }

/* line 2588, style.scss */
.col-new-arrivals {
  padding-top: 0; }
  /* line 2590, style.scss */
  .col-new-arrivals .breadcrumbs {
    display: none; }
  /* line 2594, style.scss */
  .col-new-arrivals .arrival-products .flexrow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 2604, style.scss */
  .col-new-arrivals .arrival-block .arrival-banner {
    margin-bottom: 30px;
    display: block; }
    /* line 2607, style.scss */
    .col-new-arrivals .arrival-block .arrival-banner img {
      width: 100%; }
  /* line 2612, style.scss */
  .col-new-arrivals .arrival-button {
    text-align: center;
    padding-top: 40px; }
    /* line 2615, style.scss */
    .col-new-arrivals .arrival-button .button {
      font-size: 26px;
      font-weight: 700;
      text-transform: uppercase;
      height: 44px;
      line-height: 44px;
      padding: 0 14px; }
  /* line 2624, style.scss */
  .col-new-arrivals .catalog__item {
    margin-bottom: 30px; }

/* line 2628, style.scss */
.video-reviews {
  text-align: center;
  font-size: 22px; }
  /* line 2631, style.scss */
  .video-reviews .video-review {
    margin-bottom: 25px; }
  /* line 2634, style.scss */
  .video-reviews .video-review:nth-child(2n+1) {
    padding-right: 14px; }
  /* line 2637, style.scss */
  .video-reviews .video-review:nth-child(2n+2) {
    padding-left: 14px; }
  /* line 2640, style.scss */
  .video-reviews .video-wrapper {
    margin: 10px auto 25px; }
  /* line 2644, style.scss */
  .video-reviews .video-review-author span {
    color: #003366;
    font-weight: 500; }

/* line 2652, style.scss */
.video-reviews-count {
  color: #cccccc;
  text-align: left;
  font-size: 21px;
  font-weight: 400; }

/* line 2660, style.scss */
.client-reviews-page .reviews-item {
  margin-left: 0; }
/* line 2663, style.scss */
.client-reviews-page .breadcrumbs {
  display: none; }
/* line 2667, style.scss */
.client-reviews-page .page-reviews .intro {
  padding-right: 15px; }
  /* line 2669, style.scss */
  .client-reviews-page .page-reviews .intro .text-right {
    margin-top: 20px; }
    /* line 2671, style.scss */
    .client-reviews-page .page-reviews .intro .text-right .button {
      text-transform: uppercase; }
/* line 2676, style.scss */
.client-reviews-page .page-reviews .page-widget {
  padding-left: 15px; }
/* line 2679, style.scss */
.client-reviews-page .page-reviews .grid-item {
  width: 50%; }
  /* line 2681, style.scss */
  .client-reviews-page .page-reviews .grid-item .author {
    width: -webkit-calc(100% - 82px);
    width: calc(100% - 82px); }
/* line 2686, style.scss */
.client-reviews-page .page-reviews .reviews-container {
  padding-top: 25px; }
/* line 2689, style.scss */
.client-reviews-page .page-reviews .js-pagination ul li:first-child {
  display: none; }
/* line 2692, style.scss */
.client-reviews-page .page-reviews .js-pagination ul {
  list-style: none; }
  /* line 2694, style.scss */
  .client-reviews-page .page-reviews .js-pagination ul li {
    display: inline-block;
    margin: 0 2px; }
    /* line 2697, style.scss */
    .client-reviews-page .page-reviews .js-pagination ul li:last-child.disabled {
      display: none; }
    /* line 2700, style.scss */
    .client-reviews-page .page-reviews .js-pagination ul li span, .client-reviews-page .page-reviews .js-pagination ul li a {
      width: auto;
      min-width: 25px;
      padding: 0 2px; }
  /* line 2706, style.scss */
  .client-reviews-page .page-reviews .js-pagination ul span.ellipse {
    border-color: transparent;
    padding: 0;
    min-width: inherit; }

/* line 2716, style.scss */
.small-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 2730, style.scss */
  .small-buttons .button {
    font-size: 17px; }

/* line 2734, style.scss */
.alertify-notifier {
  z-index: 9000; }

@media (max-width: 800px) {
  /* line 2739, style.scss */
  .xs-hidden {
    display: none; } }
@media (min-width: 800px) {
  /* line 2745, style.scss */
  .lg-hidden {
    display: none; } }
